
:root{
  --red:#d7192b;
  --red-dark:#a90e1e;
  --black:#050505;
  --ink:#111319;
  --muted:#666b78;
  --line:#e7e7ec;
  --soft:#f7f7f9;
  --cream:#fff8f2;
  --white:#fff;
  --shadow:0 18px 50px rgba(0,0,0,.14);
  --radius:18px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Montserrat,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}.serif{font-family:Georgia,'Times New Roman',serif}.script{font-family:'Segoe Script','Brush Script MT',cursive}.container{width:min(1480px,94vw);margin:auto}.topbar{background:#000;color:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;text-decoration:none;color:#fff;min-width:150px}.brand img{width:116px;height:70px;object-fit:contain;display:block}.links{display:flex;align-items:center;gap:26px}.links a{color:#fff;text-decoration:none;font-weight:700;font-size:13px;letter-spacing:.2px;opacity:.94;padding:12px 4px;border-bottom:3px solid transparent}.links a.active{color:#fff;background:var(--red);border-radius:6px;padding:12px 18px;border-bottom-color:transparent}.links a.underline.active{background:transparent;border-bottom-color:var(--red);border-radius:0;color:#fff}.cta-mini{background:var(--red);padding:12px 18px;border-radius:7px;color:#fff;text-decoration:none;font-weight:800;font-size:13px}.mobile-toggle{display:none;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:10px 12px}.hero{position:relative;overflow:hidden}.hero.dark{background:#000;color:#fff}.hero .grid{display:grid;grid-template-columns:1.08fr .92fr;gap:46px;align-items:center;padding:70px 0}.hero h1{font-size:clamp(45px,6vw,82px);line-height:.96;margin:12px 0 18px;font-weight:900;letter-spacing:-2px}.hero h1 .red{color:var(--red)}.eyebrow{letter-spacing:2px;text-transform:uppercase;font-size:13px;font-weight:900;color:var(--red);margin-bottom:12px}.lead{font-size:19px;max-width:620px;color:inherit;opacity:.92}.hero-img{min-height:520px;border-radius:0;background-size:cover;background-position:center;box-shadow:var(--shadow);position:relative}.hero-img.rounded{border-radius:24px}.hero-img:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.01));border-radius:inherit}.hero .badges{display:flex;gap:26px;flex-wrap:wrap;margin:32px 0}.badge{display:flex;align-items:flex-start;gap:11px;font-weight:800}.badge .ico,.icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:2px solid currentColor;font-size:22px}.badge small{display:block;font-weight:600;opacity:.82;max-width:140px}.buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border-radius:6px;border:2px solid var(--red);background:var(--red);color:#fff;text-decoration:none;font-weight:900;letter-spacing:.2px;cursor:pointer}.btn.black{background:#000;border-color:#000}.btn.ghost{background:transparent;color:inherit;border-color:currentColor}.btn.light{background:#fff;color:#111;border-color:#fff}.form-card{background:#fff;color:#111;border-radius:16px;padding:30px;box-shadow:0 20px 60px rgba(0,0,0,.24);border:1px solid rgba(0,0,0,.08)}.form-card h2{margin:0 0 5px;font-size:28px}.form-card p{margin:0 0 20px;color:#555}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{width:100%;border:1px solid #dcdde3;background:#fff;border-radius:6px;padding:14px 14px;color:#111;font:inherit}.field.full{grid-column:1/-1}.secure{font-size:12px;color:#6c727d;text-align:center;margin-top:12px}.section{padding:72px 0}.section.soft{background:var(--soft)}.section.black{background:#050505;color:#fff}.section.red{background:linear-gradient(90deg,var(--red),#be1120);color:#fff}.center{text-align:center}.section-title{font-size:clamp(32px,4vw,48px);line-height:1.08;margin:0 0 10px;letter-spacing:-1px}.section-title .red{color:var(--red)}.sub{color:var(--muted);max-width:760px;margin:0 auto 34px}.black .sub,.red .sub{color:rgba(255,255,255,.82)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.card-grid.five{grid-template-columns:repeat(5,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.black .card{background:#101010;border-color:#262626;color:#fff}.card h3{margin:12px 0 8px;font-size:20px}.card p{color:var(--muted);margin:0}.black .card p{color:#c8c8c8}.card .icon{color:var(--red);background:#fff;border-color:#ffd7db}.program-card{padding:0;overflow:hidden}.program-card img{width:100%;height:158px;object-fit:cover;display:block}.program-card .inside{padding:24px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;position:relative}.step{text-align:center;position:relative}.step .num{width:34px;height:34px;background:var(--red);color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:900;margin:0 auto 12px}.step .bubble{width:90px;height:90px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;margin:0 auto 14px;font-size:38px;background:#fff}.step h3{font-size:16px;margin:0 0 8px}.step p{font-size:13px;color:var(--muted);margin:0}.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.image-panel{border-radius:20px;overflow:hidden;box-shadow:var(--shadow);min-height:340px;background-size:cover;background-position:center}.list{display:grid;gap:12px}.list li{list-style:none;display:flex;gap:12px;align-items:flex-start}.check{color:#fff;background:var(--red);border-radius:50%;width:22px;height:22px;display:inline-grid;place-items:center;font-size:13px;flex:0 0 22px}.wide-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.strip-item{display:flex;gap:13px;align-items:flex-start}.strip-item strong{display:block}.strip-item span{font-size:13px;color:var(--muted)}.dark-strip{background:#050505;color:#fff}.dark-strip span{color:#c9c9c9}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.faq-q{width:100%;text-align:left;background:#fff;border:0;padding:18px 20px;font-weight:900;display:flex;justify-content:space-between;cursor:pointer}.faq-a{padding:0 20px 18px;color:#666;display:none}.faq-item.open .faq-a{display:block}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.quote{background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px;box-shadow:0 10px 25px rgba(0,0,0,.04)}.quote:before{content:'“';font-size:60px;color:var(--red);line-height:.5}.quote p{margin:0 0 16px}.cta-band{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:30px 0}.cta-band .big-ico{width:78px;height:78px;border-radius:50%;border:2px solid #fff;display:grid;place-items:center;font-size:38px}.footer{background:#000;color:#fff;padding:46px 0 22px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:36px}.footer img{width:165px;height:auto}.footer a{color:#fff;text-decoration:none;display:block;margin:7px 0;color:#d9d9d9}.footer p{color:#d0d0d0}.smallprint{border-top:1px solid #262626;margin-top:30px;padding-top:18px;color:#999;font-size:13px;display:flex;justify-content:space-between}.mini-hero{background:#050505;color:#fff;padding:70px 0}.mini-hero h1{font-size:clamp(38px,5vw,64px);line-height:1;margin:0 0 16px}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:36px}.side-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;position:sticky;top:110px}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.table th,.table td{padding:15px;border-bottom:1px solid var(--line);text-align:left}.table th{background:#111;color:#fff}.notice{border-left:5px solid var(--red);background:#fff4f5;padding:18px 20px;border-radius:10px}.kicker{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:1.5px;font-size:12px}.two-col-list{columns:2;column-gap:36px}.two-col-list li{break-inside:avoid;margin-bottom:12px}.mockup-reference{font-size:13px;color:#777;margin-top:18px}.pill-list{display:flex;flex-wrap:wrap;gap:10px}.pill{background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:999px;font-weight:700}.rental .topbar.alt{background:#fff;color:#000}.rental .topbar.alt .links a{color:#000}.rental .topbar.alt .brand{background:#000;padding:8px 28px;margin-left:-28px;clip-path:polygon(0 0,100% 0,78% 100%,0 100%)}.rental .hero:not(.dark){background:linear-gradient(90deg,#fff 0%,#fff 45%,#f7f3ef 45%,#f7f3ef 100%)}.rental .hero .grid{padding:68px 0 0}.rental .hero-img{box-shadow:none;border-radius:0;min-height:500px;background-position:center}.rental .hero-img:after{background:linear-gradient(90deg,rgba(255,255,255,.50),rgba(255,255,255,.03))}.rental .form-card{border-top:5px solid var(--red)}.buyer .hero h1,.dpa .hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:800}.buyer .program-card h3,.dpa .program-card h3{font-family:Georgia,'Times New Roman',serif;font-size:24px}.dpa .hero{background:#050505}.dpa .hero:before,.buyer .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.16),rgba(0,0,0,.32));z-index:0}.dpa .hero .container,.buyer .hero .container{position:relative;z-index:1}.dpa .hero-img,.buyer .hero-img{border-radius:0;box-shadow:none}.metric{font-size:36px;font-weight:900;color:var(--red);line-height:1}.breadcrumb{font-size:13px;color:#888;margin-bottom:12px}.leadbox{background:#0b0b0b;color:#fff;border-radius:16px;padding:30px;border:1px solid #222}.page-form{display:grid;gap:12px}.page-form .field{background:#fbfbfc}.tabs-note{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;margin-top:22px}
@media (max-width: 980px){.links{display:none;position:absolute;top:86px;left:0;right:0;background:#000;flex-direction:column;align-items:flex-start;padding:20px 6vw}.links.open{display:flex}.mobile-toggle{display:block}.nav{height:84px}.hero .grid,.split,.content-grid{grid-template-columns:1fr}.hero-img{min-height:360px}.card-grid,.card-grid.four,.card-grid.five,.steps,.testimonial-grid,.strip-grid,.footer-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.rental .topbar.alt .brand{clip-path:none;margin-left:0}.cta-band{grid-template-columns:1fr;text-align:center}.cta-band .big-ico{margin:auto}.two-col-list{columns:1}}
@media (max-width:640px){.hero h1{font-size:42px}.footer-grid,.card-grid,.card-grid.four,.card-grid.five,.steps,.testimonial-grid,.strip-grid{grid-template-columns:1fr}.section{padding:50px 0}.nav{gap:10px}.brand img{width:100px}.form-card{padding:22px}.hero .grid{padding:50px 0}.smallprint{display:block}.links a.active{width:100%;}.cta-mini{display:none}}

/* === High-quality 1920px hero integration - added 2026-06-16 === */
.hero{
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  min-height:560px;
}
.hero .grid{
  min-height:560px;
  position:relative;
  z-index:1;
}
.hero .container{
  position:relative;
  z-index:1;
}
/* Rental mockup: bright left content area, family image to the right, form over image. */
.rental .hero:not(.dark){
  background-image:url('../images/hero.webp');
  background-color:#fff;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.rental .hero:not(.dark)::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    rgba(255,255,255,.90) 0%,
    rgba(255,255,255,.82) 28%,
    rgba(255,255,255,.48) 47%,
    rgba(255,255,255,.10) 64%,
    rgba(255,255,255,.00) 100%);
  pointer-events:none;
  z-index:0;
}
.rental .hero .grid{
  grid-template-columns:1.02fr .76fr;
  gap:78px;
  padding:70px 0 74px;
}
.rental .hero .form-card{
  max-width:440px;
  margin-left:auto;
  border-top:0;
  border-left:5px solid var(--red);
}
.rental .hero .lead{
  color:#20222a;
}
.rental .hero .badge{
  color:#111319;
}

/* First-time buyer mockup: dark hero, couple/key image on right, clear empty area for copy on left. */
.buyer .hero.dark{
  background-image:url('../images/hero.webp');
  background-color:#050505;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.buyer .hero.dark::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    rgba(0,0,0,.93) 0%,
    rgba(0,0,0,.84) 32%,
    rgba(0,0,0,.40) 54%,
    rgba(0,0,0,.34) 72%,
    rgba(0,0,0,.52) 100%);
  z-index:0;
  pointer-events:none;
}
.buyer .hero .grid{
  grid-template-columns:1.08fr .78fr;
  gap:72px;
  padding:74px 0 74px;
}
.buyer .hero .form-card{
  max-width:420px;
  margin-left:auto;
}

/* Down payment assistance mockup: sunset neighborhood hero with couple centered-right, form on the far right. */
.dpa .hero.dark{
  background-image:url('../images/hero.webp');
  background-color:#050505;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.dpa .hero.dark::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    rgba(0,0,0,.92) 0%,
    rgba(0,0,0,.78) 29%,
    rgba(0,0,0,.42) 52%,
    rgba(0,0,0,.30) 72%,
    rgba(0,0,0,.45) 100%);
  z-index:0;
  pointer-events:none;
}
.dpa .hero .grid{
  grid-template-columns:1fr .82fr;
  gap:70px;
  padding:72px 0 72px;
}
.dpa .hero .form-card{
  max-width:430px;
  margin-left:auto;
}

@media (max-width:980px){
  .hero,
  .hero .grid{min-height:auto;}
  .rental .hero .grid,
  .buyer .hero .grid,
  .dpa .hero .grid{grid-template-columns:1fr;gap:28px;padding:54px 0;}
  .rental .hero .form-card,
  .buyer .hero .form-card,
  .dpa .hero .form-card{max-width:none;margin-left:0;}
  .rental .hero:not(.dark)::before{background:rgba(255,255,255,.84);}
  .buyer .hero.dark::before,
  .dpa .hero.dark::before{background:rgba(0,0,0,.68);}
}

/* --- Hero layout refinement: wider desktop canvas + protected subject area --- */
@media (min-width: 981px){
  .hero .container{width:min(1640px,96vw);}
  .rental .hero .grid{
    grid-template-columns:minmax(520px,.92fr) minmax(420px,.58fr);
    gap:clamp(110px,13vw,260px);
    padding:74px 0 78px;
  }
  .rental .hero .form-card{
    max-width:430px;
    margin-left:auto;
    margin-right:0;
  }
  .rental .hero:not(.dark){
    background-position:center center;
  }

  .buyer .hero .grid,
  .dpa .hero .grid{
    grid-template-columns:minmax(520px,.9fr) minmax(400px,.55fr);
    gap:clamp(110px,12vw,250px);
    padding:78px 0 78px;
  }
  .buyer .hero .form-card,
  .dpa .hero .form-card{
    max-width:420px;
    margin-left:auto;
    margin-right:0;
  }
  .buyer .hero.dark,
  .dpa .hero.dark{
    background-position:center center;
  }
}

/* Keep forms from covering the key people in the background images on laptop widths. */
@media (min-width: 981px) and (max-width: 1350px){
  .hero .container{width:min(1280px,96vw);}
  .rental .hero .grid,
  .buyer .hero .grid,
  .dpa .hero .grid{
    gap:70px;
  }
  .rental .hero .form-card,
  .buyer .hero .form-card,
  .dpa .hero .form-card{
    max-width:390px;
  }
  .hero h1{font-size:clamp(42px,5vw,68px);}
}

/* On tablet/mobile the background is dimmed and content stacks, so no person is hidden behind the form. */
@media (max-width: 980px){
  .hero .container{width:min(94vw,760px);}
  .rental .hero:not(.dark),
  .buyer .hero.dark,
  .dpa .hero.dark{
    background-position:center center;
  }
}


/* Program image polish */
.buyer .program-card img{
  height:170px;
  object-fit:cover;
  object-position:center;
  background:#f4f4f6;
}

/* Tab page hero image banners */
.mini-hero.tab-hero{
  position:relative;
  overflow:hidden;
  min-height:340px;
  display:flex;
  align-items:center;
  color:#fff;
  padding:92px 0;
}
.mini-hero.tab-hero .container{
  position:relative;
  z-index:2;
}
.mini-hero.tab-hero .eyebrow{
  color:#ff3045;
  text-shadow:0 2px 18px rgba(0,0,0,.55);
}
.mini-hero.tab-hero h1{
  max-width:900px;
  text-shadow:0 4px 28px rgba(0,0,0,.62);
}
.mini-hero.tab-hero .lead{
  max-width:720px;
  color:rgba(255,255,255,.88);
  text-shadow:0 3px 20px rgba(0,0,0,.55);
}
@media (min-width:1200px){
  .mini-hero.tab-hero{
    min-height:380px;
    padding:108px 0;
  }
}
@media (max-width:760px){
  .mini-hero.tab-hero{
    min-height:320px;
    padding:78px 0;
  }
}


/* Learning center image panel refinement */
.learning-center-split{
  align-items:center;
}
.learning-center-image-panel{
  min-height:420px;
  background-color:#fff;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  border-radius:24px;
  box-shadow:0 20px 55px rgba(0,0,0,.08);
}
@media (min-width: 981px){
  .learning-center-image-panel{
    min-height:440px;
  }
}
@media (max-width: 980px){
  .learning-center-image-panel{
    min-height:300px;
  }
}


/* Real review image cards */
.image-testimonials{align-items:stretch}
.review-image-card{background:transparent;border:none;box-shadow:none;padding:0}
.review-image-card img{display:block;width:100%;height:auto;border-radius:14px;box-shadow:0 10px 25px rgba(0,0,0,.05)}



/* === Significant content expansion sections === */
.expanded-section{position:relative}
.expanded-section .section-title{max-width:980px}
.expansion-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.expansion-grid.reverse{grid-template-columns:.95fr 1.05fr}
.expansion-stack{display:grid;gap:18px}
.expansion-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}
.expansion-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 12px 30px rgba(0,0,0,.045)}
.expansion-card h3{margin:10px 0 8px;font-size:21px}
.expansion-card p{margin:0;color:var(--muted)}
.expansion-card .kicker{display:block;margin-bottom:8px}
.expansion-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#fff4f5;border:1px solid #ffd7db;color:var(--red);font-size:24px;font-weight:900}
.placeholder-figure{margin:0}
.placeholder-figure img{width:100%;height:auto;display:block;border-radius:22px;border:1px solid var(--line);box-shadow:0 20px 52px rgba(0,0,0,.08);background:#fff}
.placeholder-figure figcaption{font-size:12px;color:#7b818c;margin-top:10px;text-align:center}
.process-deep{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}
.process-deep .process-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.process-deep .process-item strong{display:block;font-size:18px;margin-bottom:6px}
.process-deep .process-item span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--red);color:#fff;font-weight:900;margin-bottom:14px}
.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}
.check-grid div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;display:flex;gap:10px;align-items:flex-start}
.check-grid div:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--red);color:#fff;font-size:13px;font-weight:900;flex:0 0 22px}
.comparison-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.04);margin-top:24px}
.comparison-table th,.comparison-table td{padding:16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.comparison-table th{background:#090909;color:#fff}
.comparison-table tr:last-child td{border-bottom:0}
.expanded-cta{background:#050505;color:#fff;border-radius:22px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;margin-top:34px;overflow:hidden;position:relative}
.expanded-cta:before{content:"";position:absolute;inset:auto -40px -80px auto;width:240px;height:240px;border:32px solid rgba(215,25,43,.16);border-radius:50%}
.expanded-cta h2{margin:0 0 6px}
.expanded-cta p{margin:0;color:rgba(255,255,255,.78)}
.expanded-cta .btn{position:relative;z-index:1}
.callout-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:28px}
.callout{background:#fff;border-left:5px solid var(--red);border-radius:16px;padding:22px;box-shadow:0 10px 28px rgba(0,0,0,.045)}
.callout h3{margin:0 0 8px}
.callout p{margin:0;color:var(--muted)}
.image-placeholder-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:26px}
.image-placeholder-row .placeholder-figure img{border-radius:18px}
.mini-resource-list{display:grid;gap:10px;margin-top:18px}
.mini-resource-list a,.mini-resource-list div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;text-decoration:none;color:inherit}
.black .expansion-card,.black .process-deep .process-item,.black .callout,.black .mini-resource-list div{background:#101010;border-color:#252525}
.black .expansion-card p,.black .callout p{color:#c8c8c8}
@media (max-width:980px){
  .expansion-grid,.expansion-grid.reverse{grid-template-columns:1fr}
  .expansion-card-grid,.process-deep{grid-template-columns:1fr 1fr}
  .expanded-cta{grid-template-columns:1fr}
}
@media (max-width:640px){
  .expansion-card-grid,.process-deep,.check-grid,.callout-row,.image-placeholder-row{grid-template-columns:1fr}
  .expanded-cta{padding:24px}
}



/* === Cleanup pass: centering, spacing, and non-repetitive expansion layout === */
.block-heading{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.expanded-section .sub{
  margin-left:auto;
  margin-right:auto;
}
.expanded-section .comparison-table{
  margin-left:auto;
  margin-right:auto;
}
.expanded-section .placeholder-figure{
  align-self:center;
}
.expanded-section .placeholder-figure img{
  max-height:420px;
  object-fit:contain;
}
.expanded-section .callout-row{
  align-items:stretch;
}
.expanded-section .callout{
  text-align:left;
}
.expanded-section .process-deep{
  align-items:stretch;
}
.expanded-section .process-item{
  text-align:left;
}
.expanded-section .process-item p{
  color:var(--muted);
  margin:0;
}
.expanded-section + .section.red{
  margin-top:0;
}
@media (min-width:981px){
  .expanded-section .expansion-grid{
    gap:56px;
  }
  .expanded-section .expansion-grid > div:first-child:not(.center){
    max-width:760px;
  }
}
@media (max-width:980px){
  .expanded-section .placeholder-figure img{
    max-height:none;
  }
  .expanded-section .process-deep{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:640px){
  .expanded-section .process-deep{
    grid-template-columns:1fr;
  }
}







/* Icon-only footer social links */
.social-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:18px;}
.social-link{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;padding:0;margin:0;background:transparent;border:none;border-radius:0;color:#fff;text-decoration:none;transition:color .2s ease,transform .2s ease;box-shadow:none;}
.social-link svg{width:22px;height:22px;fill:currentColor;display:block;}
.social-link:hover{color:var(--red);background:transparent;border:none;transform:translateY(-1px);box-shadow:none;}
.social-link span{display:none !important;}


/* === First-time buyer contact redesign === */
.buyer-contact-shell{padding-top:56px;padding-bottom:24px}
.buyer-contact-card,.buyer-prep-card{background:linear-gradient(180deg,#ffffff 0%,#fdfdfd 100%);border:1px solid #e8e8ee;border-radius:28px;box-shadow:0 24px 55px rgba(14,17,28,.06)}
.buyer-contact-card{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.7fr);gap:28px;padding:34px}
.buyer-contact-form-panel{padding:8px 4px 4px}
.buyer-contact-kicker-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:18px}
.buyer-step-pill{display:inline-flex;align-items:center;justify-content:center;padding:9px 16px;border-radius:999px;background:var(--red);color:#fff;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}
.buyer-step-copy{font-size:14px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase;color:var(--red)}
.buyer-contact-heading{font-size:clamp(40px,4vw,58px);line-height:.98;letter-spacing:-1.6px;margin:0 0 12px;color:#0e1320}
.buyer-contact-intro{margin:0 0 26px;color:#69707d;font-size:19px;max-width:760px}
.buyer-contact-form{display:grid;gap:18px}
.buyer-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.buyer-icon-field{position:relative;display:block}
.buyer-icon-field--full{grid-column:1 / -1}
.buyer-icon-field__icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:22px;height:22px;color:#8a90a0;z-index:1;pointer-events:none}
.buyer-icon-field__icon svg,.buyer-contact-submit svg,.buyer-mini-icon svg,.buyer-help-feature__icon svg,.buyer-prep-item__icon svg,.buyer-prep-tip__icon svg{display:block;width:100%;height:100%}
.buyer-icon-field .field{width:100%;padding:18px 18px 18px 54px;border-radius:14px;border:1px solid #dfe2e9;background:#fff;color:#111827;font-size:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);transition:border-color .18s ease,box-shadow .18s ease}
.buyer-icon-field select.field{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#6e7584 50%),linear-gradient(135deg,#6e7584 50%,transparent 50%);background-position:calc(100% - 26px) calc(50% - 3px),calc(100% - 20px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:48px}
.buyer-icon-field textarea.field{resize:vertical;min-height:124px;padding-top:20px}
.buyer-icon-field--textarea .buyer-icon-field__icon{top:24px;transform:none}
.buyer-icon-field .field:focus{outline:none;border-color:#f05a68;box-shadow:0 0 0 4px rgba(215,25,43,.08)}
.buyer-contact-submit{width:100%;padding:18px 24px;border-radius:12px;font-size:26px;font-family:Georgia,'Times New Roman',serif;letter-spacing:0;font-weight:700;box-shadow:0 12px 26px rgba(215,25,43,.18)}
.buyer-contact-submit span{width:22px;height:22px;display:inline-block}
.buyer-contact-secure{display:flex;align-items:center;justify-content:center;gap:10px;color:#8a90a0;font-size:15px;margin-top:2px}
.buyer-mini-icon{width:18px;height:18px;color:var(--red);display:inline-block}
.buyer-contact-help-panel{background:#fff;border:1px solid #e3e5eb;border-radius:24px;padding:28px 28px 24px;box-shadow:0 16px 40px rgba(0,0,0,.045)}
.buyer-help-heading{font-size:clamp(30px,2.6vw,42px);line-height:1.05;margin:0 0 14px;color:#141926}
.buyer-help-intro{margin:0 0 22px;color:#6f7583;font-size:18px}
.buyer-help-features{display:grid;gap:18px;padding:22px 0;border-top:1px solid #ececf2;border-bottom:1px solid #ececf2}
.buyer-help-feature{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start}
.buyer-help-feature__icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#fff7f8;border:1px solid #ffd7db;color:var(--red)}
.buyer-help-feature__icon svg{width:24px;height:24px}
.buyer-help-feature strong{display:block;font-size:17px;color:#171c28;margin:0 0 4px}
.buyer-help-feature p{margin:0;color:#6f7583;line-height:1.45}
.buyer-next-steps{padding-top:20px}
.buyer-next-steps h3{margin:0 0 16px;color:var(--red);font-size:22px}
.buyer-next-step{display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start;margin-bottom:14px}
.buyer-next-step span{width:28px;height:28px;border-radius:50%;background:#fff7f8;border:1px solid #ffc7ce;color:var(--red);display:grid;place-items:center;font-size:15px;font-weight:900;margin-top:1px}
.buyer-next-step strong{display:block;color:#171c28;margin-bottom:3px}
.buyer-next-step p{margin:0;color:#6f7583;line-height:1.42}

.buyer-prep-shell{padding-top:8px;padding-bottom:72px}
.buyer-prep-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.95fr);gap:30px;align-items:stretch;padding:30px}
.buyer-contact-kicker-row--secondary{margin-bottom:16px}
.buyer-prep-intro{font-size:18px;max-width:760px}
.buyer-prep-copy{padding:10px 6px}
.buyer-prep-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px}
.buyer-prep-item{background:#fff;border:1px solid #e6e7ed;border-radius:18px;padding:22px 18px;box-shadow:0 10px 24px rgba(14,17,28,.04)}
.buyer-prep-item__icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#fff7f8;border:1px solid #ffd6da;color:var(--red);margin-bottom:18px}
.buyer-prep-item__icon svg{width:32px;height:32px}
.buyer-prep-item h3{margin:0 0 8px;font-size:27px;line-height:1.05;color:#111827;font-family:Georgia,'Times New Roman',serif}
.buyer-prep-item p{margin:0;color:#6f7583;line-height:1.45;font-size:16px}
.buyer-prep-tip{display:flex;align-items:flex-start;gap:12px;margin-top:22px;padding:18px 20px;background:#fff;border:1px solid #ececf2;border-radius:16px;color:#6c7280}
.buyer-prep-tip__icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff7f8;border:1px solid #ffd7db;color:var(--red);flex:0 0 38px}
.buyer-prep-tip__icon svg{width:20px;height:20px}
.buyer-prep-tip strong{color:#1a1f2c}
.buyer-prep-visual{display:flex;align-items:stretch}
.buyer-placeholder-stage{width:100%;border-radius:24px;overflow:hidden;min-height:100%;position:relative;padding:26px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(239,245,238,.95) 0%,rgba(251,248,243,.98) 46%,rgba(255,255,255,1) 100%);border:1px solid #ececf2}
.buyer-placeholder-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 22% 18%,rgba(171,208,168,.22),transparent 28%),radial-gradient(circle at 82% 72%,rgba(227,197,166,.18),transparent 24%);pointer-events:none}
.buyer-placeholder-figure{position:relative;z-index:1;margin:0;width:min(86%,540px);background:rgba(255,255,255,.82);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.75);border-radius:28px;padding:22px 22px 18px;box-shadow:0 22px 55px rgba(0,0,0,.10);text-align:center}
.buyer-placeholder-figure img{width:100%;height:auto;display:block;border-radius:18px;background:#fff;border:1px solid #ececf2}
.buyer-placeholder-figure figcaption{margin-top:12px;font-size:13px;line-height:1.5;color:#7b808c}

@media (max-width:1200px){
  .buyer-prep-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:980px){
  .buyer-contact-card,.buyer-prep-card{grid-template-columns:1fr}
  .buyer-contact-help-panel{order:2}
  .buyer-form-grid{grid-template-columns:1fr}
  .buyer-icon-field--full{grid-column:auto}
  .buyer-prep-grid{grid-template-columns:repeat(2,1fr)}
  .buyer-placeholder-figure{width:min(100%,540px)}
}
@media (max-width:640px){
  .buyer-contact-card,.buyer-prep-card{padding:20px}
  .buyer-contact-heading{font-size:clamp(36px,12vw,52px)}
  .buyer-help-heading{font-size:34px}
  .buyer-contact-intro,.buyer-help-intro,.buyer-prep-intro{font-size:17px}
  .buyer-prep-grid{grid-template-columns:1fr}
  .buyer-contact-submit{font-size:22px}
  .buyer-step-pill,.buyer-step-copy{font-size:12px}
}


/* Buyer programs redesign */
.buyer-review-section{padding-top:78px;padding-bottom:54px}
.buyer-review-head{max-width:980px;margin:0 auto 34px}
.buyer-review-title,.buyer-path-title{font-family:Georgia,'Times New Roman',serif;color:#101d45;letter-spacing:-1.4px;line-height:1.06;margin:0}
.buyer-review-title{font-size:clamp(40px,4.8vw,64px);margin-bottom:14px}
.buyer-review-intro,.buyer-path-intro{max-width:860px;margin:0 auto;color:#5e6676;font-size:clamp(18px,1.5vw,20px);line-height:1.6}
.buyer-review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:24px}
.buyer-review-card{background:#fff;border:1px solid #e8e9ef;border-radius:22px;padding:24px 22px 22px;box-shadow:0 14px 32px rgba(13,18,35,.04)}
.buyer-review-icon{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;background:#fff6f7;border:1px solid #ffd9de;color:var(--red);margin-bottom:18px}
.buyer-review-icon svg{width:38px;height:38px}
.buyer-review-card h3{margin:0 0 14px;font-family:Georgia,'Times New Roman',serif;font-size:24px;line-height:1.1;color:#141c37}
.buyer-review-list{margin:0;padding:0 0 0 18px;color:#4b5568;display:grid;gap:11px;font-size:16px;line-height:1.45}
.buyer-review-list li::marker{color:var(--red)}
.buyer-review-note{display:flex;align-items:center;gap:18px;margin-top:24px;background:#fff4f5;border-left:5px solid var(--red);border-radius:16px;padding:18px 22px;color:#5a6170}
.buyer-review-note__icon{width:38px;height:38px;border-radius:50%;border:2px solid rgba(215,25,43,.2);display:grid;place-items:center;color:var(--red);font-weight:900;font-size:22px;flex:0 0 38px;background:#fff}
.buyer-review-note p{margin:0;font-size:18px;line-height:1.55}
.buyer-review-note strong{color:#19223b}

.buyer-path-section{padding-top:34px;padding-bottom:82px;border-top:1px solid #e9eaf0}
.buyer-path-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:54px;align-items:start}
.buyer-path-layout > *{min-width:0}
.buyer-path-title{font-size:clamp(38px,4.7vw,60px);margin:0 0 10px}
.buyer-path-copy .eyebrow{margin-bottom:10px}
.buyer-path-intro{margin:0 0 22px;max-width:740px}
.buyer-path-table-wrap{background:#fff;border:1px solid #e5e8f0;border-radius:20px;overflow:hidden;box-shadow:0 16px 32px rgba(13,18,35,.04)}
.buyer-path-table{width:100%;border-collapse:collapse}
.buyer-path-table thead th{background:#0f235a;color:#fff;padding:16px 18px;text-align:left;font-size:14px;letter-spacing:.3px;text-transform:uppercase}
.buyer-path-table tbody td{padding:16px 18px;border-bottom:1px solid #e8ebf2;vertical-align:top;color:#364153;font-size:17px;line-height:1.45}
.buyer-path-table tbody tr:last-child td{border-bottom:0}
.buyer-path-program{display:flex;align-items:center;gap:14px;font-weight:800;color:#161c37}
.buyer-path-program__icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff7f8;border:1px solid #ffd6db;color:var(--red);flex:0 0 38px}
.buyer-path-program__icon svg{width:20px;height:20px}
.buyer-path-program small{display:block;color:#7a8292;font-size:14px;font-weight:700;line-height:1.2;margin-top:2px}
.buyer-path-placeholder{margin:0}
.buyer-path-placeholder__stage{height:100%;background:linear-gradient(180deg,#fff 0%,#fffdfd 100%);border:2px dashed rgba(215,25,43,.35);border-radius:26px;padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:530px;position:relative;overflow:hidden}
.buyer-path-placeholder__stage:before{content:"";position:absolute;inset:18px;border-radius:20px;background:radial-gradient(circle at 18% 22%,rgba(245,226,229,.55),transparent 28%),radial-gradient(circle at 82% 26%,rgba(237,239,245,.65),transparent 24%),radial-gradient(circle at 70% 78%,rgba(244,231,233,.45),transparent 24%);pointer-events:none}
.buyer-path-placeholder__symbol{width:140px;height:140px;border-radius:50%;display:grid;place-items:center;background:#fff4f5;color:var(--red);margin-bottom:22px;position:relative;z-index:1}
.buyer-path-placeholder__symbol svg{width:88px;height:88px}
.buyer-path-placeholder figcaption{position:relative;z-index:1;max-width:520px}
.buyer-path-placeholder h3{margin:0 0 14px;font-family:Georgia,'Times New Roman',serif;font-size:28px;line-height:1.16;color:#152046}
.buyer-path-placeholder p{margin:0 auto 18px;max-width:520px;color:#667084;font-size:18px;line-height:1.55}
.buyer-path-placeholder img{width:min(100%,380px);height:auto;display:block;margin:0 auto;border-radius:16px;background:#fff;border:1px solid #ececf2;padding:10px}

@media (max-width:1200px){
  .buyer-review-grid{grid-template-columns:repeat(2,1fr)}
  .buyer-path-layout{grid-template-columns:1fr}
}
@media (max-width:760px){
  .buyer-review-grid{grid-template-columns:1fr}
  .buyer-review-note{align-items:flex-start}
  .buyer-review-note p{font-size:16px}
  .buyer-path-table thead{display:none}
  .buyer-path-table,.buyer-path-table tbody,.buyer-path-table tr,.buyer-path-table td{display:block;width:100%}
  .buyer-path-table tbody tr{border-bottom:1px solid #e8ebf2}
  .buyer-path-table tbody tr:last-child{border-bottom:0}
  .buyer-path-table tbody td{padding:14px 16px;border-bottom:0}
  .buyer-path-table tbody td:first-child{padding-bottom:6px}
  .buyer-path-placeholder__stage{min-height:420px;padding:22px}
  .buyer-path-placeholder h3{font-size:23px}
  .buyer-path-placeholder p{font-size:16px}
}


/* === Visitor-journey optimization pass - 2026-06-20 === */
:root{
  --journey-bg:#fbfbfd;
  --journey-card:#ffffff;
  --focus-ring:0 0 0 4px rgba(215,25,43,.14);
}
body{font-size:16px;text-rendering:optimizeLegibility;}
a,button,.btn,.field{transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
a:focus-visible,button:focus-visible,.field:focus-visible{outline:none;box-shadow:var(--focus-ring);}
.topbar{box-shadow:0 8px 26px rgba(0,0,0,.08);}
.nav{gap:18px;}
.links{gap:12px;}
.links a{border-radius:999px;padding:10px 14px;border-bottom:0;font-size:13px;white-space:nowrap;}
.links a.active{padding:10px 17px;border-radius:999px;}
.links a:not(.active):hover{background:rgba(255,255,255,.10);opacity:1;}
.rental .topbar.alt .links a:not(.active):hover{background:#f3f4f7;}
.rental .topbar.alt .links a.active.underline{background:#111;color:#fff;border-bottom:0;border-radius:999px;padding:10px 17px;}
.hero .client,.mini-hero .client{font-size:clamp(17px,1.55vw,21px);max-width:690px;line-height:1.62;}
.hero h1,.mini-hero h1{text-wrap:balance;}
.section-title{text-wrap:balance;}
.sub{line-height:1.7;}
.form-card{border-radius:24px;border:1px solid rgba(255,255,255,.28);box-shadow:0 24px 70px rgba(0,0,0,.22);}
.field{border-radius:12px;min-height:48px;}
.btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(215,25,43,.18);}
.card,.quote,.leadbox,.side-card,.callout,.faq-item{border-radius:18px;}
.card:hover,.program-card:hover,.journey-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(15,23,42,.08);}
.journey-section{background:linear-gradient(180deg,#fff 0%,var(--journey-bg) 100%);padding-top:58px;padding-bottom:54px;border-bottom:1px solid var(--line);}
.journey-head{max-width:980px;margin:0 auto 30px;text-align:center;}
.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.journey-card{display:block;text-decoration:none;color:inherit;background:var(--journey-card);border:1px solid #e8e9ef;border-radius:24px;padding:28px 26px;box-shadow:0 12px 28px rgba(15,23,42,.045);min-height:238px;position:relative;overflow:hidden;}
.journey-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--red);opacity:.9;}
.journey-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#fff4f5;color:var(--red);font-weight:900;margin-bottom:18px;border:1px solid #ffd9de;}
.journey-card h3{font-size:22px;line-height:1.2;margin:0 0 10px;letter-spacing:-.2px;}
.journey-card p{margin:0;color:var(--muted);line-height:1.6;}
.service-clarity-block{padding-top:42px;margin-top:24px;border-top:1px solid var(--line);}
.client-ready-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.05);}
.client-ready-card h2{margin-top:0;}
.footer{margin-top:0;}
.footer-grid h3{color:#fff;margin-top:0;}
.footer .footer-address{margin:4px 0 8px;max-width:240px;color:#d0d0d0;font-size:14px;line-height:1.45;}
.footer .footer-license{margin:10px 0 0;color:#f3f3f3;font-size:13px;font-weight:800;letter-spacing:.2px;}
.smallprint{gap:16px;}
@media (min-width:981px){
  .section{padding:68px 0;}
  .hero .grid{align-items:center;}
}
@media (max-width:980px){
  .links{gap:8px;padding:18px 6vw;}
  .links a,.links a.active,.rental .topbar.alt .links a.active.underline{width:100%;border-radius:12px;padding:12px 14px;}
  .journey-grid{grid-template-columns:1fr;}
  .journey-card{min-height:auto;}
}
@media (max-width:640px){
  .container{width:min(92vw,640px);}
  .journey-section{padding-top:42px;padding-bottom:42px;}
}


/* === Image integration polish pass - 2026-06-20 === */
.buyer-path-photo{margin:0;width:100%;max-width:100%;border-radius:26px;overflow:hidden;border:1px solid #ececf2;box-shadow:0 18px 42px rgba(15,23,42,.08);background:#fff;aspect-ratio:1/1;align-self:stretch}
.buyer-path-photo img{width:100%;height:100%;display:block;object-fit:cover;border-radius:26px}

.buyer-prep-photo{margin:0;width:100%;height:100%;border-radius:28px;overflow:hidden;border:1px solid #ececf2;box-shadow:0 22px 55px rgba(0,0,0,.10);background:#fff;aspect-ratio:1/1}
.buyer-prep-photo img{width:100%;height:100%;display:block;object-fit:cover;border-radius:28px}
.buyer-prep-visual{display:flex;align-items:stretch;min-height:100%}

/* First-time buyer homepage education panel */
.buyer-first-steps-section{padding-top:70px;padding-bottom:74px;background:#f5f5f7;}
.buyer-first-steps-panel{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.88fr) 1px minmax(0,1.12fr);
  gap:34px;
  align-items:stretch;
  padding:42px 42px 28px;
  background:linear-gradient(180deg,#fff 0%,#fdfdfd 100%);
  border:1px solid #e4e6ec;
  border-radius:30px;
  box-shadow:0 24px 64px rgba(15,23,42,.08);
  overflow:hidden;
}
.buyer-first-steps-copy{position:relative;min-height:0;padding:4px 0 0;}
.buyer-first-steps-copy .section-title{max-width:560px;margin:0;color:#111520;font-size:clamp(36px,3.2vw,52px);line-height:1.08;letter-spacing:-.8px;}
.buyer-first-steps-rule{display:block;width:46px;height:3px;margin:20px 0;border-radius:999px;background:var(--red);}
.buyer-first-steps-copy p{max-width:560px;margin:0;color:#2e3542;font-size:16px;line-height:1.62;}
.buyer-first-steps-visual-row{display:grid;grid-template-columns:1fr;gap:14px;margin-top:22px;}
.buyer-first-steps-photo{position:relative;right:auto;bottom:auto;width:100%;margin:0;border-radius:26px;overflow:hidden;border:1px solid rgba(226,230,238,.9);box-shadow:0 22px 52px rgba(15,23,42,.12);}
.buyer-first-steps-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.28),rgba(255,255,255,0) 42%);pointer-events:none;}
.buyer-first-steps-photo img{display:block;width:100%;height:205px;object-fit:cover;object-position:center;}
.buyer-first-steps-note{position:relative;left:auto;bottom:auto;display:grid;grid-template-columns:54px 1fr;column-gap:14px;row-gap:1px;align-items:center;max-width:none;padding:0;}
.buyer-first-steps-note > span{grid-row:1 / span 3;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:var(--red);background:#fff;border:1px solid #eceef4;box-shadow:0 12px 22px rgba(15,23,42,.08);}
.buyer-first-steps-note svg,.buyer-first-steps-divider svg,.buyer-first-step-card svg,.buyer-first-steps-cta svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}
.buyer-first-steps-note strong,.buyer-first-steps-note b,.buyer-first-steps-note em{display:block;font-style:normal;line-height:1.22;}
.buyer-first-steps-note strong,.buyer-first-steps-note b{color:#151a25;font-weight:900;}
.buyer-first-steps-note em{color:var(--red);font-weight:900;}
.buyer-first-steps-divider{position:relative;width:1px;background:linear-gradient(180deg,transparent,#dfe2e8 9%,#dfe2e8 91%,transparent);}
.buyer-first-steps-divider span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;display:grid;place-items:center;color:var(--red);background:#fff;border:1px solid #e6e9ef;box-shadow:0 13px 30px rgba(15,23,42,.09);}
.buyer-first-steps-divider svg{width:34px;height:34px;}
.buyer-first-steps-cards{display:grid;gap:18px;align-content:center;padding:4px 0 24px;}
.buyer-first-step-card{display:grid;grid-template-columns:82px 1fr auto;gap:18px;align-items:center;min-height:132px;padding:22px 22px 22px 24px;color:inherit;text-decoration:none;background:#fff;border:1px solid #e8e9ee;border-radius:18px;box-shadow:0 14px 30px rgba(15,23,42,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.buyer-first-step-card:hover{transform:translateY(-3px);box-shadow:0 24px 50px rgba(15,23,42,.1);border-color:#ffd0d6;}
.buyer-first-step-icon{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;color:var(--red);background:#fff1f3;border:1px solid #ffd8de;}
.buyer-first-step-icon svg{width:38px;height:38px;stroke-width:1.8;}
.buyer-first-step-copy{display:grid;grid-template-columns:auto 1fr;column-gap:14px;row-gap:5px;}
.buyer-first-step-kicker{color:var(--red);font-size:19px;font-weight:900;line-height:1.1;}
.buyer-first-step-copy strong{color:#121723;font-size:21px;line-height:1.12;font-weight:900;letter-spacing:-.1px;}
.buyer-first-step-copy > span:last-child{grid-column:2;color:#5f6878;font-size:15px;line-height:1.5;}
.buyer-first-step-arrow{color:var(--red);font-size:46px;line-height:1;font-weight:300;}
.buyer-first-steps-cta{grid-column:1 / -1;display:flex;align-items:center;gap:24px;margin-top:6px;padding:24px 14px 2px;border-top:1px solid #dfe2e8;}
.buyer-first-steps-cta > span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:var(--red);background:#fff6f7;border:1px solid #ffd8de;flex:0 0 54px;}
.buyer-first-steps-cta svg{width:27px;height:27px;}
.buyer-first-steps-cta p{margin:0;color:#343b49;font-size:16px;line-height:1.55;}
.buyer-first-steps-cta a{color:var(--red);font-weight:900;text-decoration:underline;text-underline-offset:3px;}
@media(max-width:1100px){
  .buyer-first-steps-panel{grid-template-columns:1fr;gap:30px;padding:36px 28px;}
  .buyer-first-steps-copy{min-height:auto;padding:0;}
  .buyer-first-steps-photo img{height:auto;max-height:360px;}
  .buyer-first-steps-note{position:relative;left:auto;bottom:auto;}
  .buyer-first-steps-divider{display:none;}
  .buyer-first-steps-cards{padding:0;}
}
@media(max-width:720px){
  .buyer-first-steps-section{padding-top:52px;padding-bottom:56px;}
  .buyer-first-steps-panel{border-radius:22px;padding:28px 18px;}
  .buyer-first-steps-copy .section-title{font-size:clamp(38px,12vw,52px);}
  .buyer-first-steps-copy p,.buyer-first-step-copy > span:last-child,.buyer-first-steps-cta p{font-size:16px;}
  .buyer-first-step-card{grid-template-columns:72px 1fr;gap:18px;min-height:auto;padding:22px 18px;}
  .buyer-first-step-icon{width:72px;height:72px;}
  .buyer-first-step-icon svg{width:34px;height:34px;}
  .buyer-first-step-copy{grid-template-columns:1fr;gap:6px;}
  .buyer-first-step-kicker{font-size:18px;}
  .buyer-first-step-copy strong{font-size:23px;}
  .buyer-first-step-copy > span:last-child{grid-column:1;}
  .buyer-first-step-arrow{display:none;}
  .buyer-first-steps-visual-row{grid-template-columns:1fr;gap:18px;}
  .buyer-first-steps-note{grid-template-columns:62px;}
  .buyer-first-steps-note > span{width:62px;height:62px;}
  .buyer-first-steps-note svg{width:28px;height:28px;}
  .buyer-first-steps-cta{align-items:flex-start;padding-top:20px;}
}

/* Buyer programs SEO guide mockup section */
.buyer-program-guide-section{
  padding-top:76px;
  padding-bottom:80px;
  background:linear-gradient(180deg,#f7f7f9 0%,#f4f4f6 100%);
}
.buyer-program-guide-head{
  max-width:1030px;
  margin:0 auto 36px;
  text-align:center;
}
.buyer-program-guide-head .eyebrow{
  margin-bottom:10px;
}
.buyer-program-guide-head .section-title{
  max-width:980px;
  margin:0 auto 22px;
  color:#10131c;
  font-size:clamp(38px,4vw,64px);
  line-height:1.04;
  letter-spacing:-1.2px;
}
.buyer-program-guide-head p{
  max-width:900px;
  margin:0 auto;
  color:#202735;
  font-size:18px;
  line-height:1.7;
}
.buyer-program-guide-cards{
  display:grid;
  grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr) 52px minmax(0,1fr);
  align-items:center;
  gap:0;
  max-width:1320px;
  margin:0 auto 24px;
}
.buyer-program-guide-card{
  min-height:430px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:28px 26px 18px;
  background:#fff;
  border:1px solid #e5e7ee;
  border-radius:18px;
  box-shadow:0 18px 42px rgba(15,23,42,.065);
}
.buyer-program-guide-icon{
  width:98px;
  height:98px;
  display:grid;
  place-items:center;
  color:var(--red);
  background:#fff1f3;
  border:1px solid #ffd7dd;
  border-radius:50%;
  margin-bottom:18px;
}
.buyer-program-guide-icon svg,
.buyer-program-guide-actions svg{
  width:46px;
  height:46px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.buyer-program-guide-num{
  color:var(--red);
  font-size:20px;
  font-weight:900;
  line-height:1;
  margin-bottom:8px;
}
.buyer-program-guide-card h3{
  margin:0 0 14px;
  color:#121621;
  font-family:Georgia,'Times New Roman',serif;
  font-size:26px;
  line-height:1.1;
}
.buyer-program-guide-card p{
  max-width:340px;
  margin:0 auto 26px;
  color:#4d5566;
  font-size:16px;
  line-height:1.6;
}
.buyer-program-guide-note{
  width:100%;
  min-height:70px;
  margin-top:auto;
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:center;
  text-align:left;
  padding:14px 16px;
  color:#3f4656;
  background:#fff1f3;
  border:1px solid #ffe0e4;
  border-radius:9px;
  font-size:14px;
  line-height:1.45;
}
.buyer-program-guide-note p{
  margin:0;
}
.buyer-program-guide-note span{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:2px solid var(--red);
  border-radius:50%;
  color:var(--red);
  font-weight:900;
}
.buyer-program-guide-note strong{color:var(--red);}
.buyer-program-guide-arrow{
  display:grid;
  place-items:center;
  color:#394150;
  font-size:42px;
  font-weight:300;
  line-height:1;
}
.buyer-program-guide-actions{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr 1fr minmax(240px,.85fr);
  align-items:center;
  background:#fff;
  border:1px solid #e4e7ee;
  border-radius:16px;
  box-shadow:0 18px 42px rgba(15,23,42,.06);
  overflow:hidden;
}
.buyer-program-guide-actions a{
  min-height:116px;
  display:grid;
  grid-template-columns:56px 1fr 18px;
  column-gap:18px;
  align-items:center;
  padding:22px 26px;
  color:#151923;
  text-decoration:none;
  border-right:1px solid #dfe2e9;
}
.buyer-program-guide-actions a > span:first-child{
  grid-column:1;
  grid-row:1 / span 2;
  color:var(--red);
}
.buyer-program-guide-actions a > span:first-child svg{
  width:40px;
  height:40px;
}
.buyer-program-guide-actions strong{
  grid-column:2;
  display:block;
  font-size:17px;
  line-height:1.25;
  font-weight:900;
}
.buyer-program-guide-actions small{
  grid-column:2;
  display:block;
  color:#596273;
  font-size:14px;
  line-height:1.45;
}
.buyer-program-guide-actions b{
  grid-column:3;
  grid-row:1 / span 2;
  color:var(--red);
  font-size:28px;
  font-weight:400;
}
.buyer-program-guide-actions .buyer-program-guide-button{
  display:grid;
  grid-template-columns:1fr 34px;
  justify-items:center;
  text-align:center;
  border-right:0;
  padding:18px 24px;
}
.buyer-program-guide-button strong{
  grid-column:1 / -1;
  display:inline-flex;
  min-width:210px;
  justify-content:center;
  align-items:center;
  gap:12px;
  padding:15px 24px;
  color:#fff;
  background:var(--red);
  border-radius:999px;
  box-shadow:0 14px 26px rgba(215,25,43,.2);
}
.buyer-program-guide-button small{
  grid-column:1 / -1;
  margin-top:8px;
  color:#5f6675;
}
.buyer-program-guide-button strong span{
  width:18px;
  height:18px;
  display:inline-flex;
  color:#fff;
}
.buyer-program-guide-button strong svg{
  width:18px;
  height:18px;
  stroke-width:2;
}
@media(max-width:1100px){
  .buyer-program-guide-cards{
    grid-template-columns:1fr;
    gap:18px;
  }
  .buyer-program-guide-arrow{display:none;}
  .buyer-program-guide-card{min-height:auto;}
  .buyer-program-guide-actions{grid-template-columns:1fr 1fr;}
  .buyer-program-guide-actions a:nth-child(2){border-right:0;}
}
@media(max-width:720px){
  .buyer-program-guide-section{padding-top:52px;padding-bottom:58px;}
  .buyer-program-guide-head{text-align:left;margin-bottom:26px;}
  .buyer-program-guide-head .section-title{font-size:clamp(34px,11vw,46px);}
  .buyer-program-guide-head p{font-size:16px;}
  .buyer-program-guide-card{padding:24px 18px 16px;}
  .buyer-program-guide-icon{width:82px;height:82px;}
  .buyer-program-guide-icon svg{width:38px;height:38px;}
  .buyer-program-guide-card h3{font-size:24px;}
  .buyer-program-guide-actions{grid-template-columns:1fr;}
  .buyer-program-guide-actions a{border-right:0;border-bottom:1px solid #dfe2e9;}
  .buyer-program-guide-actions a:last-child{border-bottom:0;}
}

/* First-time buyer success path redesign */
.success-ready-section{
  display:grid;
  grid-template-columns:minmax(360px,.74fr) minmax(620px,1.26fr);
  gap:72px;
  align-items:center;
  padding:78px 0 66px;
  margin-top:54px;
  border-top:1px solid #e4e6ec;
}
.success-ready-copy h2{
  max-width:560px;
  margin:0 0 24px;
  font-size:clamp(34px,3vw,48px);
  line-height:1.05;
  letter-spacing:-.7px;
}
.success-ready-copy p{
  max-width:560px;
  margin:0 0 24px;
  color:#4f5665;
  font-size:18px;
  line-height:1.65;
}
.success-ready-list{
  display:grid;
  gap:15px;
  padding:0;
  margin:0;
}
.success-ready-list li{
  position:relative;
  list-style:none;
  display:flex;
  align-items:flex-start;
  gap:14px;
  color:#20242d;
  font-size:17px;
}
.success-ready-list li:before{
  content:"";
  width:24px;
  height:24px;
  flex:0 0 24px;
  margin-top:2px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 8px 18px rgba(215,25,43,.18);
}
.success-ready-list li:after{
  content:"";
  position:absolute;
  left:7px;
  top:9px;
  width:8px;
  height:4px;
  border-left:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(-45deg);
}
.success-planning-card{
  position:relative;
  overflow:hidden;
  min-height:344px;
  padding:36px 38px 32px;
  color:#fff;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 92% 0%,rgba(255,255,255,.10),transparent 28%),
    linear-gradient(145deg,#07080a 0%,#101217 52%,#050607 100%);
  box-shadow:0 24px 58px rgba(6,9,15,.22);
}
.success-planning-card:before{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:112px;
  opacity:.28;
  background:
    linear-gradient(to top,rgba(255,255,255,.08),transparent 70%),
    repeating-linear-gradient(90deg,transparent 0 30px,rgba(255,255,255,.35) 31px 32px,transparent 33px 72px);
  clip-path:polygon(0 78%,8% 72%,16% 80%,23% 62%,30% 68%,37% 49%,45% 67%,53% 34%,61% 62%,70% 46%,78% 66%,87% 54%,94% 73%,100% 64%,100% 100%,0 100%);
}
.success-planning-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(150deg,transparent 48%,rgba(255,255,255,.04) 49%,transparent 70%);
  pointer-events:none;
}
.success-planning-head{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:52px 1fr;
  gap:18px;
  align-items:start;
  margin-bottom:42px;
}
.success-planning-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:2px solid var(--red);
  border-radius:50%;
  color:var(--red);
}
.success-planning-icon svg,
.success-roadmap-icon svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.success-planning-head h3{
  margin:0 0 6px;
  color:#fff;
  font-size:24px;
  line-height:1.15;
}
.success-planning-head p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:16px;
}
.success-timeline{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:36px;
  padding-top:34px;
}
.success-timeline:before{
  content:"";
  position:absolute;
  top:10px;
  left:0;
  right:0;
  height:2px;
  background:rgba(255,255,255,.78);
}
.success-timeline-item{
  position:relative;
}
.success-timeline-item:before{
  content:"";
  position:absolute;
  top:-31px;
  left:0;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--red);
  border:3px solid #fff;
  box-shadow:0 0 0 1px rgba(255,255,255,.3);
}
.success-timeline-item strong{
  display:block;
  margin-bottom:12px;
  color:#ff3042;
  font-size:18px;
  line-height:1.15;
}
.success-timeline-item p{
  margin:0;
  color:#fff;
  font-size:15px;
  line-height:1.55;
}
.section.soft.success-roadmap-section{
  position:relative;
  overflow:hidden;
  border-top:1px solid #e4e6ec;
  background:#f5f5f7 url("../images/success-roadmap-bg.png") center center/cover no-repeat;
}
.success-roadmap-panel{
  position:relative;
  z-index:1;
  padding:8px 0 2px;
}
.success-roadmap-panel:after{
  content:"";
  position:absolute;
  right:-6vw;
  top:10px;
  width:58vw;
  height:420px;
  opacity:.42;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 88% 36%,transparent 0 31%,#d7dce4 31.3% 31.9%,transparent 32.2% 38%,#d7dce4 38.3% 38.8%,transparent 39.1%),
    linear-gradient(90deg,transparent 0 18%,#d7dce4 18.3% 18.8%,transparent 19.1%),
    repeating-linear-gradient(90deg,transparent 0 72px,#d7dce4 73px 75px,transparent 76px 132px);
  clip-path:polygon(9% 72%,18% 60%,29% 70%,39% 46%,47% 64%,58% 31%,67% 59%,78% 36%,91% 65%,100% 52%,100% 100%,9% 100%);
  display:none;
}
.success-roadmap-panel .section-title{
  max-width:850px;
  font-size:clamp(36px,3.6vw,56px);
  line-height:1.06;
  margin-bottom:22px;
}
.success-roadmap-intro{
  position:relative;
  z-index:1;
  max-width:1120px;
  margin:0 0 26px;
  color:#3f4652;
  font-size:17px;
  line-height:1.65;
}
.success-roadmap-cards{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-top:24px;
}
.success-roadmap-card{
  min-height:132px;
  display:grid;
  grid-template-columns:72px 1fr 20px;
  gap:18px;
  align-items:center;
  padding:26px 26px 26px 24px;
  background:#fff;
  border:1px solid #e0e3ea;
  border-radius:14px;
  box-shadow:0 18px 38px rgba(15,23,42,.06);
}
.success-roadmap-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--red);
  background:#fff3f4;
  border:1px solid #ffd4d9;
}
.success-roadmap-card h3{
  margin:0 0 6px;
  font-size:20px;
  line-height:1.15;
}
.success-roadmap-card p{
  margin:0;
  color:#5b6472;
  font-size:15px;
  line-height:1.52;
}
.success-roadmap-footer{
  position:relative;
  z-index:1;
  margin:26px 0 0;
  color:#323844;
  font-size:16px;
}
.success-roadmap-footer a{
  color:var(--red);
  font-weight:800;
}
@media(max-width:1180px){
  .success-ready-section{grid-template-columns:1fr;gap:36px;}
  .success-planning-card{min-height:0;}
}
@media(max-width:900px){
  .success-timeline,
  .success-roadmap-cards{grid-template-columns:1fr;}
  .success-timeline{gap:24px;padding-top:0;}
  .success-timeline:before{left:7px;top:6px;bottom:6px;right:auto;width:2px;height:auto;}
  .success-timeline-item{padding-left:34px;}
  .success-timeline-item:before{top:4px;left:0;}
  .success-ready-section{padding:56px 0 44px;margin-top:38px;}
  .success-roadmap-card{grid-template-columns:62px 1fr 18px;}
  .success-roadmap-panel:after{width:110vw;right:-42vw;opacity:.28;}
}
@media(max-width:620px){
  .success-ready-copy h2,
  .success-roadmap-panel .section-title{font-size:34px;}
  .success-planning-card{padding:28px 22px;}
  .success-planning-head{grid-template-columns:1fr;gap:14px;margin-bottom:28px;}
  .success-roadmap-card{grid-template-columns:1fr 20px;align-items:start;}
  .success-roadmap-icon{grid-column:1/-1;}
}


/* === Legal pages, AI-consent disclosure, and footer polish === */
.form-consent{
  grid-column:1/-1;
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:12px;
  line-height:1.45;
  color:#5f6673;
  background:#fbfbfd;
  border:1px solid #e8eaf0;
  border-radius:12px;
  padding:12px 14px;
  margin:2px 0;
}
.form-consent input{
  width:16px;
  height:16px;
  margin:2px 0 0;
  accent-color:var(--red);
  flex:0 0 16px;
}
.form-consent a{color:var(--red);font-weight:800;text-decoration:underline;}
.footer .smallprint a,
.smallprint a{color:#d9d9d9;text-decoration:none;display:inline;margin:0;}
.footer .smallprint a:hover,
.smallprint a:hover{color:#fff;text-decoration:underline;}
.legal-page{background:#fff;}
.legal-container{max-width:1040px;}
.legal-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:clamp(26px,4vw,52px);
  box-shadow:0 18px 55px rgba(15,23,42,.06);
}
.legal-card h2{
  font-size:clamp(24px,2.4vw,34px);
  margin:32px 0 10px;
  line-height:1.15;
  letter-spacing:-.4px;
}
.legal-card p{
  color:#4b5565;
  font-size:17px;
  line-height:1.75;
  margin:0 0 16px;
}
.legal-card a{color:var(--red);font-weight:800;}
.legal-updated{
  color:#6b7280!important;
  border-bottom:1px solid var(--line);
  padding-bottom:18px;
  margin-bottom:24px!important;
}
.legal-list{
  display:grid;
  gap:10px;
  padding-left:0;
  margin:14px 0 22px;
}
.legal-list li{
  list-style:none;
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:#4b5565;
  line-height:1.65;
}
.legal-list li:before{
  content:"✓";
  width:24px;
  height:24px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  background:var(--red);
  color:#fff;
  font-size:13px;
  font-weight:900;
  flex:0 0 24px;
  margin-top:2px;
}
.legal-notice{
  margin:26px 0;
  background:#fff7f8;
  border-left:5px solid var(--red);
}
.equal-housing-emblem{
  width:92px;
  height:92px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff4f5;
  border:1px solid #ffd5dc;
  color:var(--red);
  font-size:46px;
  margin:18px 0 6px;
}
.equal-housing-emblem svg{
  width:46px;
  height:46px;
  display:block;
}

@media(max-width:680px){
  .form-consent{font-size:12px;}
  .legal-card{border-radius:18px;}
}

/* Keep hero images visible while preserving text readability */
.buyer .hero.dark::before,
.dpa .hero.dark::before{
  background:linear-gradient(90deg,
    rgba(0,0,0,.74) 0%,
    rgba(0,0,0,.56) 32%,
    rgba(0,0,0,.22) 54%,
    rgba(0,0,0,.20) 72%,
    rgba(0,0,0,.32) 100%) !important;
}
.rental .hero:not(.dark)::before{
  background:linear-gradient(90deg,
    rgba(255,255,255,.90) 0%,
    rgba(255,255,255,.78) 28%,
    rgba(255,255,255,.42) 47%,
    rgba(255,255,255,.08) 64%,
    rgba(255,255,255,.00) 100%) !important;
}

/* Scroll reveal: subtle, premium motion without changing layout. */
.hero .eyebrow,
.hero h1,
.hero .client,
.hero .badges,
.hero .form-card,
.mini-hero .eyebrow,
.mini-hero h1,
.mini-hero .client{
  opacity:0;
  transform:translateY(18px);
}
.hero-load .hero .eyebrow,
.hero-load .mini-hero .eyebrow{animation:heroRise .7s cubic-bezier(.2,.72,.18,1) .05s forwards;}
.hero-load .hero h1,
.hero-load .mini-hero h1{animation:heroRise .8s cubic-bezier(.2,.72,.18,1) .16s forwards;}
.hero-load .hero .client,
.hero-load .mini-hero .client{animation:heroRise .8s cubic-bezier(.2,.72,.18,1) .28s forwards;}
.hero-load .hero .badges{animation:heroRise .8s cubic-bezier(.2,.72,.18,1) .38s forwards;}
.hero-load .hero .form-card{animation:heroCardIn .9s cubic-bezier(.2,.72,.18,1) .22s forwards;}
.reveal-ready{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .72s ease, transform .72s cubic-bezier(.2,.72,.18,1);
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform;
}
.reveal-ready.is-visible,
.reveal-no-observer .reveal-ready{
  opacity:1;
  transform:none;
}
@keyframes heroRise{to{opacity:1;transform:none;}}
@keyframes heroCardIn{from{opacity:0;transform:translateY(22px) scale(.985);}to{opacity:1;transform:none;}}
@media(prefers-reduced-motion:reduce){
  .hero .eyebrow,
  .hero h1,
  .hero .client,
  .hero .badges,
  .hero .form-card,
  .mini-hero .eyebrow,
  .mini-hero h1,
  .mini-hero .client,
  .reveal-ready{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }
}

input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
textarea{
  color:#111!important;
  -webkit-text-fill-color:#111;
  caret-color:#111!important;
  cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' viewBox='0 0 12 20'%3E%3Cpath d='M6 2v16M3 2h6M3 18h6' stroke='%23fff' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M6 2v16M3 2h6M3 18h6' stroke='%23000' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 6 10, text!important;
}

/* First-time buyer FAQ page redesign */
.buyer-faq-redesign{
  position:relative;
  overflow:hidden;
  padding:88px 0 76px;
  background:#fff url("../images/faq-miami-line-art.png") left bottom/46vw auto no-repeat;
}
.buyer-faq-shell{
  display:grid;
  grid-template-columns:minmax(260px,.82fr) minmax(520px,1.54fr) minmax(280px,.74fr);
  gap:42px;
  align-items:start;
}
.buyer-faq-copy{
  min-height:320px;
  padding-top:18px;
}
.buyer-faq-copy h2{
  max-width:390px;
  margin:0 0 24px;
  color:#10131c;
  font-size:clamp(38px,3.4vw,58px);
  line-height:.98;
  letter-spacing:-.6px;
}
.buyer-faq-copy p{
  max-width:320px;
  margin:0;
  color:#3f4652;
  font-size:17px;
  line-height:1.65;
}
.buyer-faq-accordion{
  gap:14px;
}
.buyer-faq-accordion .faq-item{
  border:1px solid #e1e4ea;
  border-radius:9px;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}
.buyer-faq-accordion .faq-item.open{
  border-left:4px solid var(--red);
}
.buyer-faq-accordion .faq-q{
  display:grid;
  grid-template-columns:46px 1fr 22px;
  gap:18px;
  align-items:center;
  min-height:66px;
  padding:12px 20px;
  color:#11141b;
}
.buyer-faq-accordion .faq-q strong{
  font-size:16px;
  line-height:1.3;
}
.buyer-faq-accordion .faq-a{
  max-width:720px;
  padding:0 42px 24px 84px;
  color:#242936;
  font-size:16px;
  line-height:1.7;
}
.buyer-faq-icon,
.buyer-topic span,
.buyer-support-icon,
.buyer-support-actions a > span{
  display:grid;
  place-items:center;
  color:#11141b;
}
.buyer-faq-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#f4f5f7;
  box-shadow:0 10px 18px rgba(15,23,42,.08);
}
.buyer-faq-icon.is-red{
  color:var(--red);
  background:#fff1f3;
}
.buyer-faq-icon svg,
.buyer-topic svg,
.buyer-support-icon svg,
.buyer-support-actions svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.buyer-faq-accordion .faq-toggle{
  justify-self:end;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  color:#090b10;
}
.buyer-faq-accordion .faq-toggle:before{
  content:"+";
  font-size:18px;
  font-weight:900;
  line-height:1;
}
.buyer-faq-accordion .faq-item.open .faq-toggle:before{
  content:"-";
}
.buyer-quick-card{
  padding:30px 28px;
  background:#fff;
  border:1px solid #e1e4ea;
  border-radius:14px;
  box-shadow:0 20px 46px rgba(15,23,42,.08);
}
.buyer-quick-card .eyebrow{
  margin-bottom:22px;
}
.buyer-topic-list{
  position:relative;
  display:grid;
  gap:22px;
}
.buyer-topic-list:before{
  content:"";
  position:absolute;
  left:18px;
  top:32px;
  bottom:32px;
  width:1px;
  border-left:1px dashed #d8dbe2;
}
.buyer-topic{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:40px 1fr;
  gap:18px;
  align-items:start;
}
.buyer-topic span{
  width:38px;
  height:38px;
  border-radius:50%;
  color:var(--red);
  background:#fff1f3;
  border:1px solid #ffdce0;
}
.buyer-topic strong{
  display:block;
  margin:0 0 4px;
  color:#151923;
  font-size:15px;
  line-height:1.25;
}
.buyer-topic p{
  margin:0;
  color:#4f5665;
  font-size:14px;
  line-height:1.45;
}
.buyer-support-redesign{
  position:relative;
  overflow:hidden;
  padding:72px 0 80px;
  border-top:1px solid #e1e4ea;
  background:#f7f7f9;
}
.buyer-support-redesign:before,
.buyer-support-redesign:after{
  content:"";
  position:absolute;
  width:320px;
  height:420px;
  opacity:.28;
  pointer-events:none;
  background:url("../images/faq-miami-line-art.png") left bottom/1200px auto no-repeat;
  filter:grayscale(1);
}
.buyer-support-redesign:before{
  left:-130px;
  bottom:-128px;
}
.buyer-support-redesign:after{
  right:-110px;
  top:22px;
  transform:scaleX(-1);
}
.buyer-support-redesign .container{
  position:relative;
  z-index:1;
}
.buyer-support-layout{
  display:grid;
  grid-template-columns:minmax(360px,.8fr) minmax(620px,1.2fr);
  gap:50px;
  align-items:start;
}
.buyer-support-copy{
  padding-top:18px;
}
.buyer-support-copy .section-title{
  max-width:650px;
  margin-bottom:18px;
  color:#10131c;
  font-size:clamp(36px,3.5vw,52px);
  line-height:1.05;
}
.buyer-support-copy > span{
  display:block;
  width:44px;
  height:3px;
  margin:0 0 24px;
  background:var(--red);
}
.buyer-support-copy p{
  max-width:650px;
  margin:0;
  color:#303744;
  font-size:17px;
  line-height:1.7;
}
.buyer-support-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.buyer-support-card{
  position:relative;
  min-height:286px;
  overflow:hidden;
  padding:126px 24px 28px;
  background:#fff;
  border:1px solid #e0e3ea;
  border-radius:9px;
  box-shadow:0 18px 40px rgba(15,23,42,.065);
}
.buyer-support-icon{
  position:absolute;
  left:26px;
  top:26px;
  z-index:2;
  width:58px;
  height:58px;
  color:var(--red);
  background:#fff1f3;
  border:1px solid #ffd9df;
  border-radius:50%;
}
.buyer-support-icon svg{
  width:29px;
  height:29px;
  stroke-width:1.8;
}
.buyer-support-art{
  position:absolute;
  top:14px;
  right:10px;
  width:58%;
  height:116px;
  opacity:.98;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  mix-blend-mode:multiply;
}
.buyer-support-art-credit{background-image:url("../images/faq-card-credit-income-realistic.png");}
.buyer-support-art-cash{background-image:url("../images/faq-card-cash-close-realistic.png");}
.buyer-support-art-time{background-image:url("../images/faq-card-timeline-realistic.png");}
.buyer-support-card h3{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  color:#151923;
  font-size:20px;
  line-height:1.15;
}
.buyer-support-card p{
  position:relative;
  z-index:1;
  margin:0;
  color:#303744;
  font-size:15px;
  line-height:1.55;
}
.buyer-support-card:after{
  content:"";
  position:absolute;
  left:24px;
  bottom:22px;
  width:36px;
  height:2px;
  background:#ff9aa4;
}
.buyer-support-actions{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:34px;
  background:#fff;
  border:1px solid #e1e4ea;
  border-radius:14px;
  box-shadow:0 18px 42px rgba(15,23,42,.07);
  overflow:hidden;
}
.buyer-support-actions a{
  min-height:116px;
  display:grid;
  grid-template-columns:72px 1fr 22px;
  column-gap:18px;
  align-items:center;
  padding:22px 28px;
  color:#151923;
  text-decoration:none;
  border-right:1px solid #dfe2e8;
}
.buyer-support-actions a:last-child{
  border-right:0;
}
.buyer-support-actions a > span{
  grid-row:1 / span 2;
  width:58px;
  height:58px;
  color:var(--red);
  border:1px solid var(--red);
  border-radius:50%;
}
.buyer-support-actions a > span svg{
  width:30px;
  height:30px;
}
.buyer-support-actions strong{
  align-self:end;
  font-size:16px;
  line-height:1.25;
}
.buyer-support-actions small{
  align-self:start;
  color:#596273;
  font-size:14px;
  line-height:1.45;
}
.buyer-support-actions b{
  grid-column:3;
  grid-row:1 / span 2;
  color:var(--red);
  font-size:34px;
  line-height:1;
  font-weight:400;
}
@media(max-width:1200px){
  .buyer-faq-shell,
  .buyer-support-layout{
    grid-template-columns:1fr;
    gap:28px;
  }
  .buyer-faq-copy{
    min-height:0;
    padding-top:0;
  }
  .buyer-faq-copy h2,
  .buyer-faq-copy p,
  .buyer-support-copy .section-title,
  .buyer-support-copy p{
    max-width:760px;
  }
  .buyer-quick-card{
    max-width:none;
  }
}
@media(max-width:860px){
  .buyer-faq-redesign{
    padding:62px 0 58px;
    background-size:900px auto;
  }
  .buyer-support-cards,
  .buyer-support-actions{
    grid-template-columns:1fr;
  }
  .buyer-support-actions a{
    border-right:0;
    border-bottom:1px solid #dfe2e8;
  }
  .buyer-support-actions a:last-child{
    border-bottom:0;
  }
}
@media(max-width:620px){
  .buyer-faq-copy h2,
  .buyer-support-copy .section-title{
    font-size:34px;
  }
  .buyer-faq-accordion .faq-q{
    grid-template-columns:40px 1fr 20px;
    gap:12px;
    padding:12px 14px;
  }
  .buyer-faq-accordion .faq-a{
    padding:0 18px 20px 66px;
  }
  .buyer-quick-card{
    padding:24px 20px;
  }
  .buyer-support-redesign{
    padding:56px 0 62px;
  }
  .buyer-support-card{
    min-height:0;
    padding:126px 20px 28px;
  }
  .buyer-support-art{
    width:62%;
    height:112px;
    right:6px;
  }
  .buyer-support-actions a{
    grid-template-columns:58px 1fr 18px;
    gap:14px;
    padding:20px 18px;
  }
  .buyer-support-actions a > span{
    width:50px;
    height:50px;
  }
}


/* === Anchored detail sections (UX pass) === */
[id]{scroll-margin-top:130px}
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:24px;border-radius:16px}
.table-scroll:focus-visible{outline:3px solid var(--red);outline-offset:3px}
.table-scroll .comparison-table{margin-top:0;min-width:860px}
.comparison-table th[scope=row]{background:#fff;color:var(--ink);font-weight:900;width:180px}
.comparison-table tbody tr:nth-child(even) th[scope=row],
.comparison-table tbody tr:nth-child(even) td{background:#fbfbfc}
.table-note{color:var(--muted);font-size:14px;margin:14px 0 0;max-width:900px}
.detail-blocks{display:grid;gap:22px;margin-top:34px}
.detail-block{background:#fff;border:1px solid var(--line);border-left:5px solid var(--red);border-radius:16px;padding:28px;box-shadow:0 10px 28px rgba(0,0,0,.045)}
.detail-block h3{margin:0 0 10px;font-size:24px}
.detail-block > p{color:var(--muted);margin:0 0 16px}
.detail-block .list li{align-items:flex-start}
.detail-block .list li > span:last-child{flex:1;min-width:0}
.detail-block .list strong{display:block}
.detail-block-foot{margin:18px 0 0;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:15px}
.detail-block-foot a{color:var(--red);font-weight:800}
@media (max-width:640px){
  .detail-block{padding:22px 18px}
  .table-scroll .comparison-table{min-width:720px}
}

/* Visually hidden, still announced. Used for group headings that the visual
   design carries through layout rather than text. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}


/* === Main-site home button ================================================
   Replaces the "Main Site" nav tab. It sits beside the logo, which links to
   this sub-site's own home — so the destination is named in the title and
   aria-label rather than left to the icon. */
.brand-zone{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.home-link{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:38px;
  height:38px;
  border-radius:50%;
  color:#fff;
  border:1px solid rgba(255,255,255,.32);
  background:rgba(255,255,255,.06);
  text-decoration:none;
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}
.home-link svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.home-link:hover{
  background:var(--red);
  border-color:var(--red);
  transform:translateY(-1px);
}
.home-link:focus-visible{
  outline:3px solid var(--red);
  outline-offset:3px;
}
.brand{min-width:0}

/* The rental header's angled black block belongs to the whole group now, so it
   still bleeds off the left edge with the home button inside it. */
.rental .topbar.alt .brand-zone{
  background:#000;
  padding:8px 30px 8px 28px;
  margin-left:-28px;
  clip-path:polygon(0 0,100% 0,88% 100%,0 100%);
}
.rental .topbar.alt .brand{
  background:none;
  padding:0;
  margin-left:0;
  clip-path:none;
}

@media (max-width:980px){
  .brand-zone{gap:9px}
  .home-link{width:34px;height:34px}
  .home-link svg{width:17px;height:17px}
  .rental .topbar.alt .brand-zone{
    padding:6px 22px 6px 16px;
    margin-left:-16px;
    clip-path:none;
  }
}

/* Touch targets: keep the icons their drawn size, widen only what a thumb hits. */
.home-link{position:relative}
.home-link::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:44px;
  height:44px;
  transform:translate(-50%,-50%);
}
.social-link{position:relative}
.social-link::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:44px;
  height:44px;
  transform:translate(-50%,-50%);
}


/* --- Touch targets on phones and tablets ---------------------------------- */
/* Verified by probing a 44x44 square with elementFromPoint, not by reading
   boxes: .home-link and .social-link already carry a 44x44 ::after and pass,
   which is why they are absent here. */
@media (max-width: 980px) {
  /* Was 59x37. The hamburger is the only way into the menu on a phone. */
  .mobile-toggle {
    min-width: 44px;
    min-height: 44px;
  }

  /* The links were 17-25px tall separated by 14px of margin - the gap was dead
     space that swallowed near-misses. Same visual rhythm, but the gap belongs
     to the link now and is tappable. */
  .footer a {
    margin-block: 0;
    padding-block: 9px;
  }

  /* Padding alone left these at 33px. The legal links are the one thing people
     reach for deliberately in a footer, so give them the full target.
     Deliberately NOT applied to the consent link inside the form sentence: that
     is an inline link in running text, its label is already 200px tall and
     tappable, and forcing it to 44px would break the line box. */
  /* Must match `.footer .smallprint a` from earlier in this file, which sets
     display:inline. A media query adds no specificity, so a bare `.smallprint a`
     loses - and on an inline box min-height does nothing at all, which is why
     the first attempt at this silently changed nothing. */
  .footer .smallprint a,
  .smallprint a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}
