/* One Home Realty Group — Global Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,900;1,700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cr: #C41230;
  --crdk: #9E0E26;
  --crl: #e8192f;
  --blk: #2C2C2C;
  --dark: #3D3D3D;
  --gd: #4A4A4A;
  --mid: #6B6B6B;
  --light: #9A9A9A;
  --g100: #F7F7F7;
  --g200: #EFEFEF;
  --g300: #E2E2E2;
  --wh: #FFFFFF;
  --cr2: #FAFAF8;
  --fd: 'Nunito Sans', sans-serif;
  --fb: 'Nunito Sans', sans-serif;
  --mw: 1160px;
  --r: 5px;
}

html { scroll-behavior: smooth; }
body { font-family: 'Nunito Sans', sans-serif; color: #2C2C2C; background: #F4F4F4; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }



    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    
    html { scroll-behavior: smooth; }
    body { font-family: var(--fb); color: var(--blk); background: var(--wh); line-height: 1.6; -webkit-font-smoothing: antialiased; }
    a { color: inherit; text-decoration: none; }
    ul { list-style: none; }
    h1, h2, h3 { font-family: var(--fd); line-height: 1.18; }
    h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 900; }
    h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 700; }
    h3 { font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 700; }
    p { font-size: 1rem; color: var(--mid); line-height: 1.78; }
    .eyebrow { font-family: var(--fb); font-size: 0.88rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cr); margin-bottom: 10px; display: block; }
    .container { max-width: var(--mw); margin: 0 auto; padding: 0 28px; }
    .section { padding: 88px 28px; }
    .section-header { text-align: center; max-width: 620px; margin: 0 auto; }
    .section-header h2 { margin-bottom: 12px; color: var(--blk); }

    /* NAV */
    .nav { position: sticky; top: 0; z-index: 100; background: var(--wh); border-bottom: 1px solid var(--g300); padding: 0 28px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
    .nav-logo { font-family: var(--fd); font-size: 1.3rem; font-weight: 700; color: var(--blk); }
    .nav-logo span { color: var(--cr); }
    .nav-links { display: flex; align-items: center; gap: 28px; }
    .nav-links a { font-size: 0.87rem; font-weight: 500; color: var(--dark); transition: color 0.2s; }
    .nav-links a:hover { color: var(--cr); }
    .nav-cta { background: var(--cr) !important; color: var(--wh) !important; padding: 9px 20px; border-radius: var(--r); font-weight: 600 !important; transition: background 0.2s !important; }
    .nav-cta:hover { background: var(--crdk) !important; }
    .nav-phone { font-weight: 600 !important; color: var(--blk) !important; }
    .nav-toggle { display: none; background: none; border: none; cursor: pointer; }
    .nav-toggle span { display: block; width: 24px; height: 2px; background: var(--blk); margin: 5px 0; }

    /* HERO — soft gray background instead of black */
    .hero { background: #ECECEC; padding: 80px 28px 0; overflow: hidden; position: relative; }
    .hero::after { content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: linear-gradient(to left, rgba(196,18,48,0.04), transparent); pointer-events: none; }
    .hero-inner { max-width: var(--mw); margin: 0 auto; display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: center; padding-bottom: 80px; position: relative; z-index: 1; }
    .hero-badge { display: inline-flex; align-items: center; gap: 10px; background: #C41230; color: #fff; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 10px 20px; border-radius: 6px; margin-bottom: 22px; }
    .hero-badge-dot { display: none; }
    .hero h1 { color: var(--blk); margin-bottom: 18px; }
    .hero h1 em { color: var(--cr); font-style: normal; }
    .hero-sub { font-size: 1.08rem; color: var(--dark); margin-bottom: 32px; max-width: 500px; }
    .hero-sub strong { color: var(--blk); }
    .hero-stats { display: flex; gap: 36px; margin-bottom: 36px; }
    .stat-num { font-family: var(--fd); font-size: 2.2rem; font-weight: 900; color: var(--cr); line-height: 1; }
    .stat-lbl { font-size: 0.82rem; color: var(--blk); font-weight: 700; margin-top: 4px; }
    .btn-outline { display: inline-block; border: 2px solid var(--cr); color: var(--cr); padding: 12px 24px; border-radius: var(--r); font-family: var(--fb); font-size: 0.93rem; font-weight: 600; transition: all 0.2s; }
    .btn-outline:hover { background: var(--cr); color: var(--wh); }

    /* FORM CARD */
    .hero-form { background: var(--wh); border-radius: 10px; padding: 34px 30px; box-shadow: 0 8px 40px rgba(0,0,0,0.12); border: 1px solid var(--g300); }
    .hero-form h3 { color: var(--blk); margin-bottom: 5px; font-size: 1.25rem; }
    .hero-form > p { font-size: 0.84rem; color: var(--light); margin-bottom: 20px; }
    .form-group { margin-bottom: 11px; }
    .form-group input { width: 100%; padding: 11px 14px; border: 1.5px solid var(--g300); border-radius: var(--r); font-family: var(--fb); font-size: 0.92rem; color: var(--blk); transition: border-color 0.2s; background: var(--wh); }
    .form-group input:focus { outline: none; border-color: var(--cr); }
    .form-group input::placeholder { color: #C0C0C0; }
    .btn-crimson { width: 100%; background: var(--cr); color: var(--wh); border: none; padding: 13px; border-radius: var(--r); font-family: var(--fb); font-size: 0.97rem; font-weight: 600; cursor: pointer; transition: background 0.2s; }
    .btn-crimson:hover { background: var(--crdk); }
    .form-disclaimer { font-size: 0.72rem; color: var(--light); margin-top: 9px; text-align: center; }
    .form-success { display: none; background: #F0FDF4; border: 1.5px solid #22C55E; color: #166534; border-radius: var(--r); padding: 11px; font-size: 0.86rem; font-weight: 500; margin-top: 10px; text-align: center; }

    /* TRUST BAR — light gray instead of crimson */
    .trust-bar { background: var(--blk); padding: 16px 28px; }
    .trust-inner { max-width: var(--mw); margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
    .trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.84rem; color: rgba(255,255,255,0.85); font-weight: 500; }
    .trust-check { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--cr); display: flex; align-items: center; justify-content: center; font-size: 9px; color: var(--cr); flex-shrink: 0; }

    /* CALC — warm white */
    .calc-section { background: var(--g100); padding: 88px 28px; }
    .calc-wrap { max-width: 660px; margin: 44px auto 0; background: var(--wh); border-radius: 10px; padding: 40px 40px; border: 1px solid var(--g300); }
    .calc-row { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
    .calc-label { font-weight: 600; font-size: 0.93rem; min-width: 170px; color: var(--blk); }
    .calc-input { flex: 1; padding: 11px 14px; border: 1.5px solid var(--g300); border-radius: var(--r); font-size: 1rem; font-family: var(--fb); color: var(--blk); }
    .calc-input:focus { outline: none; border-color: var(--cr); }
    /* Result row — light gray bg, colored numbers */
    .calc-result { background: var(--g100); border: 1px solid var(--g300); border-radius: 8px; padding: 22px 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 6px; }
    .calc-rlabel { font-size: 0.78rem; color: var(--blk); margin-bottom: 4px; font-weight: 500; }
    .calc-rnum { font-family: var(--fd); font-size: 1.9rem; font-weight: 900; color: var(--mid); }
    .calc-rnum.highlight { color: var(--cr); }
    .calc-rnum.savings { color: #1a7f4b; }
    .calc-note { font-size: 0.72rem; color: var(--light); margin-top: 10px; text-align: center; }

    /* STEPS */
    .steps-section { background: var(--wh); padding: 88px 28px; }
    .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 52px; }
    .step-card { text-align: center; }
    .step-num { width: 56px; height: 56px; background: var(--cr); color: var(--wh); font-family: var(--fd); font-size: 1.45rem; font-weight: 900; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
    .step-card h3 { margin-bottom: 9px; color: var(--blk); }
    .step-card p { font-size: 0.9rem; }
    .step-cta { text-align: center; margin-top: 44px; }
    .btn-solid { display: inline-block; background: var(--cr); color: var(--wh); padding: 13px 28px; border-radius: var(--r); font-family: var(--fb); font-size: 0.93rem; font-weight: 600; transition: background 0.2s; }
    .btn-solid:hover { background: var(--crdk); }

    /* NEIGHBORHOODS */
    .nh-section { background: var(--section-alt); padding: 88px 28px; }
    .nh-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
    .nh-card { background: var(--wh); border: 1px solid var(--g300); border-radius: 8px; overflow: hidden; transition: box-shadow 0.2s, transform 0.2s; }
    .nh-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.09); transform: translateY(-3px); }
    /* Card header — dark gray instead of black */
    .nh-head { background: #3D3D3D; color: var(--wh); padding: 18px 20px; }
    .nh-head h3 { font-size: 1.12rem; margin-bottom: 3px; color: var(--wh); }
    .nh-head span { font-size: 0.75rem; color: rgba(255,255,255,0.5); }
    .nh-body { padding: 16px 20px 20px; }
    .nh-price { font-weight: 700; color: var(--cr); font-size: 0.85rem; margin-bottom: 7px; }
    .nh-body p { font-size: 0.85rem; margin-bottom: 13px; }
    .nh-link { font-size: 0.85rem; font-weight: 600; color: var(--cr); transition: gap 0.2s; }

    /* TESTIMONIALS */
    .testi-section { background: var(--wh); padding: 88px 28px; }
    .testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
    .testi-card { background: var(--g100); border: 1px solid var(--g300); border-left: 4px solid var(--cr); padding: 24px 22px 22px 20px; border-radius: 0 8px 8px 0; }
    .testi-stars { color: #D4A83A; font-size: 0.95rem; margin-bottom: 11px; }
    .testi-text { font-size: 0.9rem; font-style: italic; color: var(--dark); margin-bottom: 13px; line-height: 1.65; }
    .testi-author { font-weight: 600; font-size: 0.82rem; color: var(--mid); }
    .testi-savings { display: inline-block; background: rgba(196,18,48,0.07); color: var(--cr); font-size: 0.72rem; font-weight: 700; padding: 3px 9px; border-radius: 100px; margin-top: 8px; border: 1px solid rgba(196,18,48,0.15); }

    /* AGENT — soft gray instead of black */
    .agent-section { background: #EAEAEA; padding: 88px 28px; }
    .agent-inner { max-width: var(--mw); margin: 0 auto; display: grid; grid-template-columns: 320px 1fr; gap: 64px; align-items: center; }
    .agent-photo { background: #D5D5D5; border-radius: 8px; aspect-ratio: 4/5; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #999; font-size: 0.8rem; border: 1px solid var(--g300); }
    .agent-info h2 { color: var(--blk); margin-bottom: 12px; }
    .agent-info > p { margin-bottom: 18px; }
    .agent-cred { display: flex; align-items: center; gap: 10px; font-size: 0.87rem; color: var(--dark); margin-bottom: 8px; }
    .cred-dot { width: 7px; height: 7px; background: var(--cr); border-radius: 50%; flex-shrink: 0; }
    .agent-contact { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
    .agent-contact a { display: flex; align-items: center; gap: 10px; font-size: 0.93rem; color: var(--blk); font-weight: 500; transition: color 0.2s; }
    .agent-contact a:hover { color: var(--cr); }

    /* CTA — crimson but softer */
    .cta-section { background: var(--cr); padding: 76px 28px; text-align: center; }
    .cta-section h2 { color: var(--wh); margin-bottom: 12px; }
    .cta-section > p { color: rgba(255,255,255,0.88); margin-bottom: 30px; font-size: 1.05rem; }
    .cta-row { display: flex; gap: 10px; max-width: 520px; margin: 0 auto; flex-wrap: wrap; }
    .cta-row input { flex: 1; min-width: 160px; padding: 13px 16px; border: none; border-radius: var(--r); font-family: var(--fb); font-size: 0.93rem; color: var(--blk); }
    .btn-white { background: var(--wh); color: var(--cr); border: none; padding: 13px 22px; border-radius: var(--r); font-family: var(--fb); font-size: 0.93rem; font-weight: 700; cursor: pointer; white-space: nowrap; transition: background 0.2s; }
    .btn-white:hover { background: #f0f0f0; }

    /* FOOTER — dark gray instead of near-black */
    .footer { background: #3A3A3A; color: rgba(255,255,255,0.9); padding: 52px 28px 28px; }
    .footer-inner { max-width: var(--mw); margin: 0 auto; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 36px; }
    .footer-brand-name { font-family: var(--fd); font-size: 1.25rem; font-weight: 700; color: rgba(255,255,255,0.9); margin-bottom: 12px; }
    .footer-brand-name span { color: #E05A70; }
    .footer-brand p { font-size: 0.84rem; max-width: 290px; line-height: 1.7; color: rgba(255,255,255,0.85); }
    .footer-col h4 { color: #ffffff; font-family: var(--fb); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 13px; }
    .footer-col li { margin-bottom: 8px; }
    .footer-col a { font-size: 0.84rem; transition: color 0.2s; color: rgba(255,255,255,0.85); }
    .footer-col a:hover { color: rgba(255,255,255,0.9); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.2); padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.76rem; flex-wrap: wrap; gap: 6px; color: rgba(255,255,255,0.75); }

    /* MOBILE */
    @media (max-width: 900px) {
      .hero-inner { grid-template-columns: 1fr; gap: 40px; }
      .steps-grid { grid-template-columns: repeat(2, 1fr); }
      .nh-grid { grid-template-columns: repeat(2, 1fr); }
      .testi-grid { grid-template-columns: 1fr; }
      .agent-inner { grid-template-columns: 1fr; }
      .agent-photo { aspect-ratio: 3/2; max-width: 380px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .footer-brand { grid-column: 1 / -1; }
    }
    @media (max-width: 600px) {
      .nav-links { display: none; flex-direction: column; position: fixed; top: 70px; left: 0; right: 0; background: var(--wh); padding: 24px; gap: 18px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); border-top: 1px solid var(--g300); }
      .nav-links.open { display: flex; }
      .nav-toggle { display: block; }
      .hero { padding: 48px 20px 0; }
      .steps-grid { grid-template-columns: 1fr; }
      .nh-grid { grid-template-columns: 1fr; }
      .calc-row { flex-direction: column; align-items: flex-start; }
      .cta-row { flex-direction: column; }
      .footer-grid { grid-template-columns: 1fr; gap: 28px; }
      .trust-inner { gap: 16px; }
    }
  