
: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;
  }
}



/* === 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}
.rental-option-five{
  overflow:hidden;
}
.rental-option-five .container{
  max-width:1280px;
}
.rental-option-five__grid{
  display:grid;
  grid-template-columns:minmax(330px,.85fr) minmax(390px,1.1fr) minmax(220px,290px);
  gap:28px;
  align-items:center;
}
.rental-option-five__copy{
  max-width:470px;
}
.rental-option-five__copy .section-title{
  margin-bottom:18px;
  max-width:470px;
  font-size:clamp(34px,3.1vw,46px);
  line-height:1.08;
}
.rental-option-five__copy > p{
  color:var(--muted);
  margin:0 0 24px;
}
.rental-option-five__link{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  column-gap:12px;
  align-items:start;
  font-size:15px;
  line-height:1.55;
  max-width:420px;
}
.rental-option-five__link-icon{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-weight:900;
  font-size:14px;
  margin-top:2px;
}
.rental-option-five__link-text{
  min-width:0;
}
.rental-option-five__link a{
  color:var(--red);
  font-weight:800;
}
.rental-option-five__features{
  display:grid;
  gap:18px;
}
.rental-option-five__feature{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid rgba(17,24,39,.07);
  border-radius:8px;
  padding:22px 24px;
  box-shadow:0 14px 36px rgba(17,24,39,.08);
}
.rental-option-five__feature h3{
  margin:0 0 5px;
  font-size:18px;
  line-height:1.2;
}
.rental-option-five__feature p{
  margin:0;
  color:#5f6878;
  font-size:14px;
  line-height:1.45;
}
.rental-option-five__icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff1f3;
  color:var(--red);
  box-shadow:inset 0 0 0 1px rgba(215,25,43,.08);
}
.rental-option-five__icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.rental-option-five__photo{
  min-height:360px;
  height:100%;
  border-radius:18px;
  background-size:cover;
  background-position:center center;
  box-shadow:0 18px 46px rgba(17,24,39,.16);
}
@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}
  .rental-option-five__grid{
    grid-template-columns:1fr;
  }
  .rental-option-five__copy{
    max-width:760px;
  }
  .rental-option-five__copy .section-title,
  .rental-option-five__link{
    max-width:720px;
  }
  .rental-option-five__photo{
    min-height:420px;
  }
}
@media (max-width:640px){
  .expansion-card-grid,.process-deep,.check-grid,.callout-row,.image-placeholder-row{grid-template-columns:1fr}
  .expanded-cta{padding:24px}
  .rental-option-five__feature{
    padding:18px;
  }
  .rental-option-five__copy .section-title{
    font-size:clamp(32px,9vw,40px);
  }
  .rental-option-five__photo{
    min-height:320px;
  }
}



.budget-showcase{
  overflow:hidden;
}
.budget-showcase .container{
  max-width:1540px;
}
.budget-showcase__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(430px,.92fr);
  gap:52px;
  align-items:center;
}
.budget-showcase__content{
  min-width:0;
}
.budget-showcase__content .section-title{
  max-width:760px;
  font-size:clamp(42px,3.8vw,58px);
  line-height:1.08;
  margin-bottom:18px;
}
.budget-showcase__intro{
  max-width:780px;
  color:#202735;
  font-size:17px;
  line-height:1.72;
  margin:0 0 28px;
}
.budget-showcase__cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:8px;
}
.budget-showcase__card{
  background:#fff;
  border:1px solid rgba(17,24,39,.09);
  border-radius:8px;
  padding:28px 24px 26px;
  text-align:center;
  box-shadow:0 16px 38px rgba(17,24,39,.08);
}
.budget-showcase__icon,
.budget-showcase__cta-icon{
  display:grid;
  place-items:center;
  background:#fff0f2;
  color:var(--red);
}
.budget-showcase__icon{
  width:64px;
  height:64px;
  margin:0 auto 18px;
  border-radius:50%;
}
.budget-showcase__icon svg,
.budget-showcase__cta-icon svg,
.budget-showcase__arrow svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.budget-showcase__icon svg{
  width:34px;
  height:34px;
}
.budget-showcase__card h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.2;
}
.budget-showcase__card p{
  margin:0;
  color:#535d6d;
  font-size:15px;
  line-height:1.6;
}
.budget-showcase__cta{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-top:30px;
  padding:22px 26px;
  border:1px solid rgba(215,25,43,.16);
  border-radius:8px;
  background:linear-gradient(90deg,#fff7f8,#fff);
  box-shadow:0 14px 34px rgba(17,24,39,.05);
}
.budget-showcase__cta-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  flex:0 0 52px;
}
.budget-showcase__cta-icon svg{
  width:29px;
  height:29px;
}
.budget-showcase__cta p{
  margin:0;
  color:#202735;
  line-height:1.55;
}
.budget-showcase__cta a{
  color:var(--red);
  font-weight:800;
}
.budget-showcase__arrow{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  color:#111319;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(17,24,39,.08);
}
.budget-showcase__arrow svg{
  width:24px;
  height:24px;
}
.budget-showcase__image{
  margin:0;
  height:100%;
  min-height:520px;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 18px 46px rgba(17,24,39,.13);
}
.budget-showcase__image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}
@media (max-width:1180px){
  .budget-showcase__grid{
    grid-template-columns:1fr;
  }
  .budget-showcase__content .section-title,
  .budget-showcase__intro{
    max-width:920px;
  }
  .budget-showcase__image{
    min-height:440px;
  }
}
@media (max-width:760px){
  .budget-showcase__cards{
    grid-template-columns:1fr;
  }
  .budget-showcase__cta{
    grid-template-columns:auto minmax(0,1fr);
  }
  .budget-showcase__arrow{
    grid-column:2;
    justify-self:start;
  }
}
@media (max-width:640px){
  .budget-showcase__content .section-title{
    font-size:clamp(32px,9vw,40px);
  }
  .budget-showcase__cta{
    padding:20px;
  }
.budget-showcase__image{
    min-height:320px;
  }
}

.movein-readiness{
  overflow:hidden;
}
.movein-readiness .container{
  max-width:1540px;
}
.movein-readiness__shell{
  display:grid;
  grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr);
  gap:0;
  align-items:stretch;
  padding:34px;
  border:1px solid rgba(17,24,39,.10);
  border-radius:28px;
  background:#fff;
  box-shadow:0 26px 70px rgba(17,24,39,.08);
}
.movein-readiness__photo{
  margin:0;
  min-height:590px;
  border-radius:18px 0 0 18px;
  overflow:hidden;
  background:#f2f2f4;
}
.movein-readiness__photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:34% center;
}
.movein-readiness__content{
  min-width:0;
  padding:44px 52px 22px;
}
.movein-readiness__content .section-title{
  max-width:820px;
  font-size:clamp(42px,3.5vw,58px);
  line-height:1.08;
  margin-bottom:18px;
}
.movein-readiness__intro{
  max-width:870px;
  margin:0 0 28px;
  color:#3b4350;
  font-size:17px;
  line-height:1.7;
}
.movein-readiness__cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.movein-readiness__card{
  min-height:240px;
  background:#fff;
  border:1px solid rgba(17,24,39,.08);
  border-radius:12px;
  padding:24px 22px;
  box-shadow:0 16px 36px rgba(17,24,39,.07);
}
.movein-readiness__icon,
.movein-readiness__cta-icon{
  display:grid;
  place-items:center;
  background:#fff0f2;
  color:var(--red);
}
.movein-readiness__icon{
  width:54px;
  height:54px;
  border-radius:50%;
  margin-bottom:18px;
}
.movein-readiness__icon svg,
.movein-readiness__cta-icon svg,
.movein-readiness__arrow svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.movein-readiness__icon svg{
  width:30px;
  height:30px;
}
.movein-readiness__card h3{
  margin:0 0 10px;
  font-size:19px;
  line-height:1.2;
}
.movein-readiness__card p{
  margin:0;
  color:#535d6d;
  font-size:15px;
  line-height:1.55;
}
.movein-readiness__cta{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-top:24px;
  padding:16px 22px;
  border:1px solid rgba(17,24,39,.08);
  border-radius:10px;
  background:linear-gradient(90deg,#fff7f8,#f8f8fa);
  box-shadow:0 14px 32px rgba(17,24,39,.04);
}
.movein-readiness__cta-icon{
  width:44px;
  height:44px;
  border-radius:50%;
}
.movein-readiness__cta-icon svg{
  width:25px;
  height:25px;
}
.movein-readiness__cta p{
  margin:0;
  color:#2f3744;
  font-size:14px;
  line-height:1.55;
}
.movein-readiness__cta a{
  color:var(--red);
  font-weight:800;
}
.movein-readiness__arrow{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  color:#111319;
  text-decoration:none;
}
.movein-readiness__arrow svg{
  width:25px;
  height:25px;
}
@media (max-width:1180px){
  .movein-readiness__shell{
    grid-template-columns:1fr;
  }
  .movein-readiness__photo{
    min-height:430px;
    border-radius:18px 18px 0 0;
  }
  .movein-readiness__content{
    padding:36px 12px 8px;
  }
}
@media (max-width:860px){
  .movein-readiness__cards{
    grid-template-columns:1fr;
  }
  .movein-readiness__card{
    min-height:0;
  }
}
@media (max-width:640px){
  .movein-readiness__shell{
    padding:18px;
    border-radius:20px;
  }
  .movein-readiness__photo{
    min-height:320px;
    border-radius:14px 14px 0 0;
  }
  .movein-readiness__content .section-title{
    font-size:clamp(32px,9vw,40px);
  }
  .movein-readiness__cta{
    grid-template-columns:auto minmax(0,1fr);
  }
  .movein-readiness__arrow{
    grid-column:2;
    justify-self:start;
  }
}

/* === 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;
  }
}



/* Neighborhood collage crop fix */
.neighborhoods-panel{
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center center;
  background-color:#061629;
  min-height:300px;
}
@media (min-width:981px){
  .neighborhoods-panel{
    min-height:300px;
  }
}
@media (max-width:980px){
  .neighborhoods-panel{
    min-height:260px;
  }
}
@media (max-width:640px){
  .neighborhoods-panel{
    min-height:220px;
  }
}



/* Neighborhood card showcase */
.neighborhood-showcase{
  overflow:hidden;
}
.neighborhood-heading{
  max-width:860px;
  margin:0 auto 42px;
}
.neighborhood-heading .section-title{
  font-size:clamp(38px,4.8vw,64px);
}
.neighborhood-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.neighborhood-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  text-align:left;
  transition:transform .2s ease, box-shadow .2s ease;
}
.neighborhood-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 60px rgba(0,0,0,.12);
}
.neighborhood-img-wrap{
  height:250px;
  overflow:hidden;
  background:#eef2f5;
}
.neighborhood-img-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.neighborhood-card-body{
  position:relative;
  padding:34px 26px 26px;
}
.neighborhood-icon{
  position:absolute;
  left:24px;
  top:-30px;
  width:60px;
  height:60px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--red);
  border:1px solid rgba(215,25,43,.14);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  font-size:24px;
}
.neighborhood-card h3{
  font-family:Georgia,'Times New Roman',serif;
  font-size:31px;
  line-height:1.05;
  margin:0 0 14px;
  color:#101620;
}
.neighborhood-card h3:after{
  content:"";
  display:block;
  width:52px;
  height:2px;
  background:var(--red);
  margin-top:14px;
}
.neighborhood-card p{
  color:#5c6470;
  margin:0 0 20px;
  font-size:15px;
}
.neighborhood-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.neighborhood-tags span,
.neighborhood-more span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:#fff1f2;
  color:#b91020;
  padding:8px 12px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}
.neighborhood-more{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin:42px auto 0;
  padding:22px 26px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  box-shadow:0 12px 34px rgba(0,0,0,.05);
}
.neighborhood-more div{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}
.neighborhood-more strong{
  margin-right:4px;
}
@media (max-width:1180px){
  .neighborhood-card-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:700px){
  .neighborhood-card-grid{
    grid-template-columns:1fr;
  }
  .neighborhood-img-wrap{
    height:230px;
  }
  .neighborhood-more{
    align-items:flex-start;
    flex-direction:column;
  }
}



/* Additional neighborhood service area cards */
.all-neighborhoods{
  display:block;
  margin-top:42px;
}
.all-neighborhoods-copy{
  text-align:center;
  margin:0 auto 20px;
  max-width:780px;
}
.all-neighborhoods-copy strong{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:28px;
  line-height:1.15;
  color:#101620;
  margin-bottom:6px;
}
.all-neighborhoods-copy p{
  margin:0;
  color:#5c6470;
}
.all-neighborhood-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.mini-neighborhood-card{
  display:block;
  text-decoration:none;
  color:#111827;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  padding:22px 18px;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.mini-neighborhood-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(0,0,0,.09);
  border-color:rgba(215,25,43,.2);
}
.mini-neighborhood-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff1f2;
  color:var(--red);
  margin-bottom:14px;
  font-size:20px;
}
.mini-neighborhood-card strong{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:25px;
  line-height:1.1;
  margin-bottom:8px;
}
.mini-neighborhood-card strong:after{
  content:"";
  display:block;
  width:42px;
  height:2px;
  background:var(--red);
  margin-top:10px;
}
.mini-neighborhood-card small{
  display:block;
  color:#5c6470;
  font-size:14px;
  line-height:1.45;
}
@media (max-width:980px){
  .all-neighborhood-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:640px){
  .all-neighborhood-grid{
    grid-template-columns:1fr;
  }
}



/* Unified all-neighborhoods showcase fix */
.all-areas-grid{
  align-items:stretch;
}
.service-area-card{
  padding:28px;
  min-height:285px;
}
.service-area-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff1f2;
  color:var(--red);
  border:1px solid rgba(215,25,43,.14);
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  font-size:24px;
  margin-bottom:18px;
}
.service-area-card h3{
  font-family:Georgia,'Times New Roman',serif;
  font-size:31px;
  line-height:1.05;
  margin:0 0 14px;
  color:#101620;
}
.service-area-card h3:after{
  content:"";
  display:block;
  width:52px;
  height:2px;
  background:var(--red);
  margin-top:14px;
}
.service-area-card p{
  color:#5c6470;
  margin:0 0 20px;
  font-size:15px;
}
.neighborhood-cta-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin:42px auto 0;
  padding:24px 28px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  box-shadow:0 12px 34px rgba(0,0,0,.05);
}
.neighborhood-cta-row strong{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:25px;
  line-height:1.15;
  margin-bottom:4px;
}
.neighborhood-cta-row span{
  color:#5c6470;
}
@media (max-width:700px){
  .neighborhood-cta-row{
    align-items:flex-start;
    flex-direction:column;
  }
}



/* Rental tips section alignment cleanup */
.rental-tips-grid .card{
  text-align:center;
}
.rental-tips-grid .card .eyebrow{
  text-align:center;
}
.rental-tips-grid .card h2,
.rental-tips-grid .card h3{
  text-align:center;
}
.rental-tips-grid .card p{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.rental-tips-grid .card .list{
  display:inline-grid;
  text-align:left;
  justify-content:center;
  margin:18px auto 0;
  padding:0;
}
.rental-tips-grid .card .btn{
  margin-left:auto;
  margin-right:auto;
}
.rental-tips-grid .quote{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}
.rental-tips-grid .quote p,
.rental-tips-grid .quote strong{
  text-align:center;
}

/* Move and center neighborhood CTA before the final red section */
.neighborhood-final-cta-section{
  padding:52px 0 70px;
  background:#f6f6f8;
}
.neighborhood-cta-row-centered{
  max-width:1120px;
  margin:0 auto;
  text-align:center;
  justify-content:center;
  flex-direction:column;
  gap:18px;
}
.neighborhood-cta-row-centered div{
  display:block;
}
.neighborhood-cta-row-centered strong{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:31px;
  line-height:1.15;
  margin-bottom:6px;
}
.neighborhood-cta-row-centered span{
  display:block;
  color:#5c6470;
}
.neighborhood-cta-row-centered .btn{
  min-width:240px;
}
@media (min-width:860px){
  .neighborhood-cta-row-centered{
    flex-direction:row;
    text-align:left;
    justify-content:space-between;
  }
  .neighborhood-cta-row-centered div{
    text-align:left;
  }
}







/* 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;}



/* Document packet graphic display */
.document-packet-panel{
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center center;
  background-color:#fff;
  min-height:360px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}
@media (max-width:980px){
  .document-packet-panel{
    min-height:300px;
  }
}



/* Redesigned application packet section */
.application-packet-showcase{
  margin:70px auto 0;
  padding:64px 56px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:24px;
  background:#fff;
  box-shadow:0 28px 80px rgba(15,23,42,.08);
  display:grid;
  grid-template-columns:1.05fr 1px .95fr;
  gap:48px;
  align-items:center;
}
.application-packet-copy .eyebrow{
  margin-bottom:18px;
}
.application-packet-copy .eyebrow:after{
  content:"";
  display:block;
  width:54px;
  height:3px;
  background:var(--red);
  margin-top:12px;
}
.application-packet-copy .section-title{
  margin:0 0 20px;
  font-size:clamp(42px,4.2vw,66px);
}
.application-packet-copy p{
  max-width:650px;
  color:#374151;
  font-size:19px;
  line-height:1.7;
  margin:0 0 32px;
}
.application-packet-divider{
  width:1px;
  min-height:520px;
  background:linear-gradient(to bottom,transparent,rgba(15,23,42,.16),transparent);
}
.application-check-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:0;
  max-width:660px;
}
.application-check-list li{
  display:flex;
  align-items:center;
  gap:18px;
  padding:17px 0;
  font-size:19px;
  color:#0f172a;
  border-bottom:1px solid rgba(15,23,42,.10);
}
.application-check-list li:last-child{
  border-bottom:0;
}
.application-check-list span{
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--red);
  color:#fff;
  font-weight:900;
  flex:0 0 36px;
  box-shadow:0 10px 20px rgba(215,25,43,.22);
}
.application-document-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(15,23,42,.10);
}
.application-document-head{
  display:flex;
  align-items:center;
  gap:22px;
  padding:28px 34px;
  border-bottom:1px solid rgba(15,23,42,.08);
}
.application-head-icon{
  width:76px;
  height:76px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff0f1;
  color:var(--red);
  flex:0 0 76px;
}
.application-head-icon svg{
  width:38px;
  height:38px;
  fill:currentColor;
}
.application-document-head h3{
  margin:0 0 5px;
  font-size:28px;
  line-height:1.1;
  color:#0f172a;
}
.application-document-head p{
  margin:0;
  color:#4b5563;
  font-size:17px;
}
.application-document-items{
  display:grid;
  gap:0;
  padding:16px;
}
.application-document-item{
  min-height:92px;
  display:grid;
  grid-template-columns:76px 1fr auto;
  gap:20px;
  align-items:center;
  padding:15px 18px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}
.application-document-item + .application-document-item{
  margin-top:10px;
}
.application-doc-icon{
  width:62px;
  height:62px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#fff0f1;
  color:var(--red);
}
.application-doc-icon svg{
  width:32px;
  height:32px;
  fill:currentColor;
}
.application-document-item strong{
  color:#0f172a;
  font-size:20px;
  line-height:1.25;
}
.application-arrow{
  color:#7b8492;
  font-size:42px;
  line-height:1;
}
@media (max-width:1100px){
  .application-packet-showcase{
    grid-template-columns:1fr;
    gap:34px;
    padding:42px 28px;
  }
  .application-packet-divider{
    display:none;
  }
}
@media (max-width:640px){
  .application-packet-showcase{
    padding:30px 18px;
    border-radius:20px;
  }
  .application-document-head{
    padding:22px;
  }
  .application-document-item{
    grid-template-columns:58px 1fr auto;
    gap:14px;
    padding:12px;
  }
  .application-doc-icon{
    width:52px;
    height:52px;
  }
  .application-document-item strong{
    font-size:16px;
  }
  .application-arrow{
    font-size:32px;
  }
}

.pet-paw-icon svg{
  width:28px;
  height:28px;
  transform:translateY(1px);
}



/* Move-in coordination replacement section */
.movein-coordination-section{
  padding-top:80px;
}
.movein-coordination-grid div{
  min-height:88px;
}


/* Strip icon visibility upgrade */
.wide-strip .strip-item{align-items:center}
.wide-strip .icon{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--red);
  background:#fff4f5;
  border:2px solid rgba(229,28,45,.28);
  box-shadow:0 8px 18px rgba(0,0,0,.06);
  font-size:0;
}
.wide-strip .icon svg{
  width:24px;
  height:24px;
  display:block;
}
.wide-strip .strip-item strong{
  font-size:20px;
  line-height:1.2;
  margin-bottom:4px;
}
.wide-strip .strip-item span{
  font-size:15px;
  line-height:1.45;
}
@media (max-width: 900px){
  .wide-strip .icon{width:48px;height:48px;min-width:48px}
  .wide-strip .icon svg{width:21px;height:21px}
  .wide-strip .strip-item strong{font-size:18px}
  .wide-strip .strip-item span{font-size:14px}
}



/* Budget guide redesigned sections */
.budget-overview-redesign{
  background:#fff;
}
.budget-overview-grid{
  display:grid;
  grid-template-columns:minmax(0,2.05fr) minmax(330px,.95fr);
  gap:56px;
  align-items:start;
}
.budget-overview-main .section-title{
  font-size:clamp(42px,4.1vw,64px);
  margin:0 0 18px;
}
.budget-intro{
  max-width:980px;
  color:#263244;
  font-size:18px;
  line-height:1.65;
  margin:0 0 28px;
}
.budget-table-card{
  border:1px solid rgba(15,23,42,.12);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(15,23,42,.05);
  background:#fff;
}
.budget-cost-table{
  width:100%;
  border-collapse:collapse;
}
.budget-cost-table thead th{
  background:#080808;
  color:#fff;
  text-align:left;
  padding:18px 20px;
  font-size:16px;
}
.budget-cost-table tbody td{
  padding:20px;
  border-bottom:1px solid rgba(15,23,42,.10);
  color:#111827;
  vertical-align:middle;
}
.budget-cost-table tbody tr:last-child td{
  border-bottom:0;
}
.budget-cost-table td:first-child{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:210px;
}
.budget-mini-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff1f2;
  color:var(--red);
  flex:0 0 38px;
}
.budget-mini-icon svg{
  width:21px;
  height:21px;
  fill:currentColor;
}
.budget-rules-panel{
  margin-top:24px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:14px;
  padding:22px;
  background:#fff;
}
.budget-rules-panel h3{
  margin:0 0 18px;
  font-size:22px;
}
.budget-rule-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.budget-rule-grid div{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:#263244;
  line-height:1.45;
}
.budget-rule-grid span{
  width:25px;
  height:25px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:2px solid var(--red);
  color:var(--red);
  font-weight:900;
  flex:0 0 25px;
  line-height:1;
}
.budget-help-card{
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  padding:34px;
  background:#fff;
  box-shadow:0 20px 55px rgba(15,23,42,.08);
  text-align:center;
}
.budget-help-icon{
  width:92px;
  height:92px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff1f2;
  color:var(--red);
  margin:0 auto 20px;
}
.budget-help-icon svg{
  width:48px;
  height:48px;
  fill:currentColor;
}
.budget-help-card h3{
  font-size:29px;
  line-height:1.16;
  margin:0 0 12px;
}
.budget-help-card p{
  color:#485364;
  line-height:1.55;
  margin:0 auto 24px;
  max-width:360px;
}
.budget-help-form{
  display:grid;
  gap:14px;
}
.budget-input-wrap{
  position:relative;
  display:block;
}
.budget-input-wrap svg{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  fill:#6b7280;
  pointer-events:none;
}
.budget-input-wrap .field{
  width:100%;
  padding-left:48px;
}
.budget-help-form .btn{
  width:100%;
  min-height:56px;
  margin-top:4px;
}
.budget-secure{
  display:flex;
  gap:8px;
  align-items:center;
  justify-content:center;
  color:#6b7280;
  font-size:13px;
  margin-top:18px;
}
.budget-secure svg{
  width:15px;
  height:15px;
  fill:currentColor;
}
.budget-notice-card{
  grid-column:2;
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:24px 28px;
  border-radius:16px;
  background:linear-gradient(90deg,#fff1f2,#fff7f8);
  color:#263244;
  margin-top:24px;
}
.budget-notice-card span{
  width:34px;
  height:34px;
  border-radius:50%;
  border:3px solid var(--red);
  color:var(--red);
  display:grid;
  place-items:center;
  font-weight:900;
  flex:0 0 34px;
}
.budget-notice-card p{
  margin:0;
  line-height:1.55;
}
.budget-clarity-redesign{
  background:#fff;
}
.budget-clarity-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(420px,1fr);
  gap:64px;
  align-items:center;
}
.budget-clarity-copy .section-title{
  font-size:clamp(42px,4.5vw,68px);
  line-height:1.05;
  margin:0 0 22px;
}
.budget-clarity-copy p{
  max-width:690px;
  font-size:18px;
  line-height:1.65;
  color:#374151;
  margin:0 0 28px;
}
.budget-breakdown-list{
  border:1px solid rgba(15,23,42,.12);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(15,23,42,.05);
  background:#fff;
}
.budget-breakdown-row{
  display:grid;
  grid-template-columns:58px 190px 1fr;
  gap:22px;
  align-items:center;
  padding:20px 24px;
  border-bottom:1px solid rgba(15,23,42,.10);
}
.budget-breakdown-row:last-child{
  border-bottom:0;
}
.budget-row-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff1f2;
  color:var(--red);
}
.budget-row-icon svg{
  width:24px;
  height:24px;
  fill:currentColor;
}
.budget-breakdown-row strong{
  font-size:19px;
  line-height:1.25;
}
.budget-breakdown-row span:last-child{
  color:#374151;
  line-height:1.5;
}
.budget-worksheet-placeholder{
  margin:0;
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  padding:34px;
  background:#fff;
  box-shadow:0 20px 60px rgba(15,23,42,.08);
}
.worksheet-placeholder-inner{
  border:2px dashed rgba(229,28,45,.78);
  border-radius:16px;
  min-height:500px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:42px;
  background:linear-gradient(135deg,#fff,#f9fafb);
}
.worksheet-icon{
  width:118px;
  height:118px;
  color:var(--red);
  position:relative;
  margin-bottom:26px;
}
.worksheet-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
.worksheet-icon span{
  position:absolute;
  right:4px;
  bottom:6px;
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:3px solid var(--red);
  color:var(--red);
  background:#fff;
  font-weight:900;
  font-size:25px;
}
.worksheet-placeholder-inner h3{
  font-size:36px;
  line-height:1.1;
  margin:0;
}
.worksheet-underline{
  width:64px;
  height:3px;
  background:var(--red);
  margin:24px auto;
}
.worksheet-placeholder-inner p{
  color:#6b7280;
  font-size:20px;
  line-height:1.5;
  max-width:520px;
  margin:0;
}
.worksheet-divider{
  width:70%;
  height:1px;
  background:rgba(15,23,42,.12);
  margin:34px auto 24px;
}
.worksheet-placeholder-note{
  display:flex;
  align-items:center;
  gap:16px;
  color:#8b95a5;
  font-size:17px;
  max-width:510px;
}
.worksheet-placeholder-note svg{
  width:32px;
  height:32px;
  fill:currentColor;
  flex:0 0 32px;
}
@media (max-width:1180px){
  .budget-overview-grid,
  .budget-clarity-grid{
    grid-template-columns:1fr;
  }
  .budget-notice-card{
    grid-column:auto;
  }
}
@media (max-width:860px){
  .budget-rule-grid{
    grid-template-columns:1fr 1fr;
  }
  .budget-breakdown-row{
    grid-template-columns:50px 1fr;
  }
  .budget-breakdown-row span:last-child{
    grid-column:2;
  }
  .budget-cost-table,
  .budget-cost-table thead,
  .budget-cost-table tbody,
  .budget-cost-table th,
  .budget-cost-table td,
  .budget-cost-table tr{
    display:block;
  }
  .budget-cost-table thead{
    display:none;
  }
  .budget-cost-table tbody td{
    border-bottom:0;
    padding:10px 18px;
  }
  .budget-cost-table tbody tr{
    padding:14px 0;
    border-bottom:1px solid rgba(15,23,42,.10);
  }
  .budget-cost-table tbody tr:last-child{
    border-bottom:0;
  }
}
@media (max-width:640px){
  .budget-rule-grid{
    grid-template-columns:1fr;
  }
  .worksheet-placeholder-inner{
    min-height:360px;
    padding:28px;
  }
  .worksheet-placeholder-inner h3{
    font-size:28px;
  }
}



/* Budget notice positioning fix */
.budget-help-card .budget-notice-inline{
  margin:22px 0 0;
  padding:18px 20px;
  text-align:left;
  box-shadow:none;
}
.budget-help-card .budget-notice-inline p{
  max-width:none;
  margin:0;
  color:#263244;
  font-size:14px;
  line-height:1.45;
}
.budget-help-card .budget-notice-inline span{
  margin-top:1px;
}
@media (max-width:1180px){
  .budget-help-card .budget-notice-inline{
    margin-top:20px;
  }
}



/* Lighter rental tab hero treatment to match the main rental homepage */
.rental .mini-hero.tab-hero{
  background-color:#fff;
}
.rental .mini-hero.tab-hero h1,
.rental .mini-hero.tab-hero .client{
  text-shadow:0 3px 18px rgba(0,0,0,.28);
}



/* Rental tab heroes updated to match the lighter homepage hero vibe */
.rental .mini-hero.tab-hero{
  color:#101620;
  background-color:#fff;
}
.rental .mini-hero.tab-hero .eyebrow{
  color:var(--red);
  text-shadow:none;
}
.rental .mini-hero.tab-hero h1{
  color:#101620;
  text-shadow:none;
}
.rental .mini-hero.tab-hero .client,
.rental .mini-hero.tab-hero .lead{
  color:#374151;
  text-shadow:none;
}

/* === Contact page redesign: rental request + follow-up process === */
.request-layout-modern{
  display:grid;
  grid-template-columns:minmax(0,1.75fr) minmax(340px,.9fr);
  gap:30px;
  align-items:start;
}
.request-card-modern,
.help-card-modern,
.followup-step-card,
.image-placeholder-modern,
.followup-callout-modern{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 34px rgba(0,0,0,.05);
}
.request-card-modern{
  border-radius:26px;
  padding:34px 38px;
}
.request-title{
  font-size:clamp(36px,4.3vw,64px);
  line-height:1.03;
  letter-spacing:-1.4px;
  margin:0 0 10px;
}
.request-sub{
  max-width:760px;
  margin:0 0 24px;
  color:#4f5969;
  font-size:17px;
}
.request-form-modern{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px 18px;
}
.request-form-modern .full{grid-column:1/-1}
.field-wrap{
  position:relative;
}
.field-wrap .field{
  background:#fff;
  border:1px solid #e4e6ec;
  border-radius:12px;
  padding:16px 56px 16px 16px;
  min-height:58px;
  color:#121826;
}
.textarea-wrap .field{
  min-height:112px;
  resize:vertical;
}
.field-icon{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  opacity:.55;
  pointer-events:none;
}
.textarea-wrap .field-icon{top:22px;transform:none}
.date-field-wrap .field{
  padding-right:62px;
}
.date-field{
  color-scheme:light;
  cursor:pointer;
}
.date-text-field{
  letter-spacing:0;
}
.date-field::-webkit-calendar-picker-indicator{
  cursor:pointer;
  opacity:.7;
}
.date-field-wrap .date-field::-webkit-calendar-picker-indicator{
  opacity:0;
}
.date-native-field{
  position:absolute;
  right:14px;
  top:50%;
  width:36px;
  height:36px;
  transform:translateY(-50%);
  opacity:0;
  pointer-events:none;
  border:0;
}
.date-picker-button{
  position:absolute;
  right:14px;
  top:50%;
  width:36px;
  height:36px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  border:1px solid rgba(17,24,39,.12);
  border-radius:8px;
  background:#fff;
  color:#8a909b;
  cursor:pointer;
  transition:color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.date-picker-button:hover,
.date-picker-button:focus-visible{
  color:var(--red);
  border-color:rgba(215,25,43,.35);
  box-shadow:0 8px 18px rgba(215,25,43,.10);
}
.date-picker-button svg{
  width:21px;
  height:21px;
  stroke:currentColor;
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.request-submit{
  grid-column:1/-1;
  min-height:56px;
  border-radius:10px;
  font-size:17px;
}
.request-security{
  margin-top:18px;
  text-align:center;
  color:#7b818c;
  font-size:14px;
}
.help-card-modern{
  border-radius:24px;
  padding:34px 36px;
}
.help-intro{
  display:grid;
  grid-template-columns:108px 1fr;
  gap:22px;
  align-items:start;
}
.help-icon{
  width:108px;
  height:108px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff4f5;
  color:var(--red);
  font-size:50px;
  line-height:1;
}
.help-intro h3{
  margin:6px 0 10px;
  font-size:24px;
  line-height:1.12;
}
.help-intro p,
.contact-mini-item p,
.feature-mini-item p{
  margin:0;
  color:#5e6776;
}
.help-divider{
  height:1px;
  background:#eceef2;
  margin:28px 0;
}
.contact-mini-list,
.feature-mini-list{
  display:grid;
  gap:20px;
}
.contact-mini-item,
.feature-mini-item{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:18px;
  align-items:start;
}
.mini-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff4f5;
  color:var(--red);
  font-size:24px;
}
.mini-icon.outline{background:transparent;border:2px solid #ffd6db}
.contact-mini-item strong,
.feature-mini-item strong{
  display:block;
  margin-top:4px;
  margin-bottom:4px;
  font-size:16px;
}
.rental-followup-redesign{padding-top:12px}
.followup-layout-modern{
  display:grid;
  grid-template-columns:minmax(280px,.9fr) minmax(0,1.05fr) minmax(320px,.95fr);
  gap:24px;
  align-items:start;
}
.followup-copy-modern{
  padding-top:18px;
}
.followup-title{
  font-size:clamp(34px,4vw,58px);
  line-height:1.05;
  letter-spacing:-1.3px;
  margin:0 0 18px;
  max-width:480px;
}
.followup-sub{
  margin:0 0 26px;
  color:#4f5969;
  font-size:17px;
  max-width:460px;
}
.followup-benefit{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  align-items:start;
}
.benefit-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  background:#fff4f5;
  border:1px solid #ffd8dd;
  color:var(--red);
  display:grid;
  place-items:center;
  font-size:28px;
}
.followup-benefit strong{
  display:block;
  margin-top:6px;
  font-size:18px;
}
.followup-benefit p{
  margin:6px 0 0;
  color:#5e6776;
}
.followup-steps-modern{
  position:relative;
  display:grid;
  gap:18px;
  padding-left:44px;
}
.step-line{
  position:absolute;
  left:16px;
  top:28px;
  bottom:28px;
  width:2px;
  background:#e2e4ea;
}
.followup-step-card{
  position:relative;
  border-radius:22px;
  padding:28px 24px 28px 122px;
  min-height:132px;
}
.step-number{
  position:absolute;
  left:-28px;
  top:38px;
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:22px;
  z-index:2;
}
.step-icon{
  position:absolute;
  left:28px;
  top:32px;
  width:72px;
  height:72px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff4f5;
  border:1px solid #ffd8dd;
  color:var(--red);
  font-size:34px;
}
.step-content h3{
  margin:2px 0 10px;
  font-size:20px;
  line-height:1.15;
}
.step-content p{
  margin:0;
  color:#5e6776;
  font-size:16px;
}
.followup-visual-modern{
  display:grid;
  gap:0;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 34px rgba(0,0,0,.05);
}
.image-placeholder-modern{
  padding:28px 26px;
  min-height:360px;
  display:grid;
  align-content:center;
  text-align:center;
  background:linear-gradient(180deg,#faf7f4 0%,#fff 100%);
  border:0;
  border-bottom:1px solid #eceef2;
  box-shadow:none;
}
.placeholder-badge{
  display:inline-flex;
  justify-self:center;
  padding:8px 14px;
  border-radius:999px;
  background:#fff4f5;
  color:var(--red);
  font-size:12px;
  font-weight:900;
  letter-spacing:1.2px;
  text-transform:uppercase;
  margin-bottom:14px;
}
.image-placeholder-modern h3{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.2;
}
.image-placeholder-modern p{
  margin:0 auto;
  max-width:410px;
  color:#687180;
  font-size:15px;
}
.followup-callout-modern{
  text-align:center;
  border:0;
  box-shadow:none;
  padding:22px 26px 30px;
}
.callout-icon{
  width:74px;
  height:74px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:-38px auto 12px;
  background:#fff4f5;
  border:1px solid #ffd8dd;
  color:var(--red);
  font-size:34px;
}
.followup-callout-modern h3{
  margin:0 0 10px;
  font-size:22px;
}
.followup-callout-modern p{
  margin:0 auto;
  max-width:420px;
  color:#5e6776;
  font-size:16px;
}
@media (max-width:1180px){
  .request-layout-modern,
  .followup-layout-modern{
    grid-template-columns:1fr;
  }
  .followup-copy-modern,
  .followup-title,
  .followup-sub{max-width:none}
}
@media (max-width:760px){
  .request-card-modern,
  .help-card-modern{padding:24px 20px}
  .request-form-modern{grid-template-columns:1fr}
  .help-intro{grid-template-columns:1fr;justify-items:start}
  .followup-step-card{padding:24px 18px 24px 110px}
  .followup-steps-modern{padding-left:34px}
  .step-number{left:-24px}
  .step-icon{left:20px;width:64px;height:64px;font-size:28px}
}


/* === FAQ page redesign selected mockup === */
.faq-page-redesign{padding-top:54px;padding-bottom:22px;background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%)}
.faq-shell{display:grid;gap:28px}
.faq-kicker-lined{display:inline-flex;align-items:center;justify-content:center;gap:16px;color:var(--red);text-transform:uppercase;font-weight:900;letter-spacing:2px;font-size:14px}
.faq-kicker-lined span{display:block;width:50px;height:2px;background:rgba(215,25,43,.9);border-radius:999px}
.faq-list-redesigned{gap:0;border:1px solid #ececf1;border-radius:22px;overflow:hidden;box-shadow:0 16px 40px rgba(15,23,42,.05)}
.faq-list-redesigned .faq-item{border:0;border-radius:0;border-bottom:1px solid #ececf1;background:#fff}
.faq-list-redesigned .faq-item:last-child{border-bottom:0}
.faq-list-redesigned .faq-q{padding:20px 28px;background:#fff;align-items:center;font-size:18px}
.faq-list-redesigned .faq-left{display:flex;align-items:center;gap:18px}
.faq-list-redesigned .faq-plus{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff5f6;color:var(--red);font-size:30px;font-weight:500;line-height:1;border:1px solid #ffe0e3;flex:0 0 38px}
.faq-list-redesigned .faq-chevron{color:#7b8190;font-size:22px;transition:transform .2s ease}
.faq-list-redesigned .faq-a{padding:0 28px 22px 84px;color:#5f6675;font-size:16px;line-height:1.7;background:#fff}
.faq-list-redesigned .faq-item.open .faq-chevron{transform:rotate(180deg)}
.faq-list-redesigned .faq-item.open .faq-plus{background:var(--red);color:#fff;border-color:var(--red)}

.faq-support-section{padding-top:18px;padding-bottom:72px;background:linear-gradient(180deg,#fbfbfc 0%,#ffffff 100%)}
.faq-support-grid{display:grid;grid-template-columns:1.28fr .82fr;gap:46px;align-items:start}
.faq-support-copy .section-title{max-width:700px;font-size:clamp(40px,5vw,62px);line-height:.98;letter-spacing:-1.6px;margin-bottom:18px}
.faq-support-copy > p{max-width:760px;color:#656d7d;font-size:18px;margin:0 0 28px}
.faq-answer-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.faq-answer-card{background:#fff;border:1px solid #ececf1;border-radius:22px;padding:22px 20px 18px;box-shadow:0 14px 34px rgba(15,23,42,.05);min-height:250px;display:flex;flex-direction:column}
.faq-answer-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#fff5f6;border:1px solid #ffdce0;color:var(--red);font-size:24px;font-weight:900;margin-bottom:16px}
.faq-answer-card h3{font-size:19px;line-height:1.25;margin:0 0 10px}
.faq-answer-card p{margin:0;color:#667085;font-size:16px;line-height:1.65}
.faq-answer-accent{display:block;width:34px;height:3px;border-radius:999px;background:var(--red);margin-top:auto;padding-top:0;margin-bottom:2px;margin-left:0}
.faq-support-placeholder-card{background:#fff;border:1px solid #ececf1;border-radius:24px;padding:20px;box-shadow:0 18px 40px rgba(15,23,42,.05);position:relative;overflow:hidden;min-height:100%}
.faq-support-placeholder-card:before{content:"";position:absolute;inset:18px;border:2px dashed rgba(215,25,43,.7);border-radius:20px;pointer-events:none}
.faq-support-placeholder-card:after{content:"";position:absolute;left:26px;right:26px;bottom:22px;height:140px;background:linear-gradient(180deg,rgba(215,25,43,.02),rgba(215,25,43,.04));border-radius:18px;opacity:.55}
.faq-placeholder-inner{position:relative;z-index:1;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:52px 34px 42px;background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(255,255,255,.94))}
.faq-placeholder-badge{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;box-shadow:0 18px 40px rgba(215,25,43,.22);margin-bottom:22px}
.faq-placeholder-badge svg{width:42px;height:42px}
.faq-support-placeholder-card h3{font-size:24px;line-height:1.2;margin:0 0 12px}
.faq-support-placeholder-card p{margin:0;color:#5f6777;font-size:17px;line-height:1.6;max-width:430px}
.faq-placeholder-accent{display:block;width:54px;height:3px;border-radius:999px;background:var(--red);margin:18px auto}
.faq-support-placeholder-card small{display:block;color:#7d8391;font-size:14px;line-height:1.6;max-width:360px}
.faq-placeholder-filename{margin-top:14px;font-size:14px;color:#6a7282}

@media (max-width:1180px){
  .faq-support-grid{grid-template-columns:1fr}
  .faq-answer-cards{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .faq-page-redesign{padding-top:34px}
  .faq-list-redesigned .faq-q{padding:16px 18px;font-size:16px}
  .faq-list-redesigned .faq-left{gap:12px;align-items:flex-start}
  .faq-list-redesigned .faq-plus{width:32px;height:32px;font-size:24px;flex-basis:32px}
  .faq-list-redesigned .faq-a{padding:0 18px 18px 62px;font-size:15px}
  .faq-support-copy .section-title{font-size:clamp(34px,10vw,48px)}
  .faq-support-copy > p{font-size:16px}
  .faq-answer-cards{grid-template-columns:1fr}
  .faq-answer-card{min-height:auto}
  .faq-placeholder-inner{padding:42px 20px 34px}
}


/* === 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 === */
.budget-worksheet-final{margin:0;width:100%;border-radius:24px;overflow:hidden;border:1px solid rgba(15,23,42,.10);box-shadow:0 20px 60px rgba(15,23,42,.08);background:#fff}
.budget-worksheet-final img{width:100%;height:100%;min-height:100%;display:block;object-fit:cover;aspect-ratio:5/3;border-radius:24px;border:0;box-shadow:none}

.faq-support-image-card{padding:0;overflow:hidden;border:1px solid #ececf1;min-height:100%;background:#fff;border-radius:24px;box-shadow:0 18px 40px rgba(15,23,42,.05)}
.faq-support-image-card img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:1/1;border-radius:24px;box-shadow:none}


/* === Integration polish pass v3 - 2026-06-20 === */
.faq-support-photo{margin:0;border-radius:24px;overflow:hidden;align-self:start}
.faq-support-photo img{display:block;width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;border-radius:24px}

/* === FAQ mockup pass - line-art accordion and answer cards === */
.faq-page-redesign{
  padding:54px 0 70px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.90) 0%,rgba(255,255,255,.82) 62%,rgba(247,247,249,.94) 100%),
    url('../images/miami-faq-line-art-bg.jpg') center bottom/cover no-repeat;
  border-bottom:1px solid rgba(17,24,39,.06);
}
.faq-page-redesign .container{
  max-width:1160px;
}
.faq-top-heading{
  margin-bottom:22px;
}
.faq-kicker-lined{
  gap:14px;
}
.faq-kicker-lined::before{
  content:"?";
  width:22px;
  height:22px;
  order:2;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(215,25,43,.45);
  color:var(--red);
  font-size:12px;
  line-height:1;
  background:#fff;
}
.faq-kicker-lined strong{
  order:3;
}
.faq-kicker-lined span:first-child{
  order:1;
}
.faq-kicker-lined span:last-child{
  order:4;
}
.faq-list-redesigned{
  border-radius:14px;
  border:1px solid rgba(17,24,39,.10);
  box-shadow:0 24px 70px rgba(17,24,39,.10);
  background:#fff;
}
.faq-list-redesigned .faq-item{
  border-bottom:1px solid rgba(17,24,39,.10);
  background:#fff;
}
.faq-list-redesigned .faq-item.open{
  box-shadow:inset 3px 0 0 var(--red);
}
.faq-list-redesigned .faq-q{
  min-height:68px;
  padding:18px 28px;
  font-size:20px;
  line-height:1.25;
  color:#080b11;
}
.faq-list-redesigned .faq-left{
  align-items:center;
}
.faq-list-redesigned .faq-plus{
  width:28px;
  height:28px;
  flex:0 0 28px;
  font-size:0;
  background:#fff;
  border:2px solid var(--red);
  color:var(--red);
}
.faq-list-redesigned .faq-plus::before{
  content:"+";
  font-size:24px;
  font-weight:600;
  line-height:1;
}
.faq-list-redesigned .faq-item.open .faq-plus::before{
  content:"-";
  font-size:24px;
  transform:translateY(-1px);
}
.faq-list-redesigned .faq-item.open .faq-plus{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
.faq-list-redesigned .faq-chevron{
  width:24px;
  height:24px;
  font-size:0;
  color:#111319;
  display:grid;
  place-items:center;
  transform:none;
}
.faq-list-redesigned .faq-chevron::before{
  content:"⌄";
  font-size:25px;
  line-height:1;
}
.faq-list-redesigned .faq-item.open .faq-chevron{
  transform:none;
}
.faq-list-redesigned .faq-item.open .faq-chevron::before{
  content:"⌃";
}
.faq-list-redesigned .faq-a{
  padding:0 72px 26px 84px;
  color:#111827;
  font-size:17px;
  line-height:1.65;
  max-width:930px;
}
.faq-context-redesign{
  padding:62px 0 70px;
  background:linear-gradient(180deg,#f7f7f9 0%,#fff 100%);
}
.faq-context-redesign .container{
  max-width:1340px;
}
.faq-context-redesign .eyebrow{
  display:flex;
  align-items:center;
  gap:16px;
}
.faq-context-redesign .eyebrow::after{
  content:"";
  width:36px;
  height:2px;
  display:block;
  background:var(--red);
}
.faq-context-redesign .section-title{
  max-width:720px;
  font-size:clamp(38px,4vw,54px);
  line-height:1.05;
}
.faq-context-redesign .container > p:first-of-type{
  max-width:780px;
  color:#333b48;
  margin:16px 0 26px;
}
.faq-context-redesign .card-grid.three{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  position:relative;
}
.faq-context-redesign .card-grid.three::before{
  content:"Local focus. Real answers.\A Guidance built for Miami-Dade renters and neighborhoods.";
  white-space:pre-line;
  position:absolute;
  right:0;
  top:-142px;
  width:min(330px,30vw);
  min-height:92px;
  padding:20px 22px 20px 94px;
  display:flex;
  align-items:center;
  border:1px solid rgba(17,24,39,.10);
  border-radius:14px;
  background:
    radial-gradient(circle at 46px 48px,#fff0f2 0 32px,transparent 33px),
    #fff;
  color:#3b4350;
  font-size:15px;
  line-height:1.55;
  box-shadow:0 14px 34px rgba(17,24,39,.06);
}
.faq-context-redesign .card-grid.three::after{
  content:"";
  position:absolute;
  right:calc(min(330px,30vw) - 64px);
  top:-101px;
  width:22px;
  height:22px;
  border:4px solid var(--red);
  border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  z-index:1;
}
.faq-context-redesign .card{
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:22px;
  align-items:start;
  border-radius:12px;
  border:1px solid rgba(17,24,39,.10);
  box-shadow:0 14px 34px rgba(17,24,39,.06), inset 0 -3px 0 var(--red);
  padding:28px 30px 26px;
  min-height:176px;
  position:relative;
  overflow:hidden;
}
.faq-context-redesign .card::before{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff0f2;
  color:var(--red);
  font-size:32px;
  line-height:1;
  grid-row:1 / span 3;
}
.faq-context-redesign .card:nth-child(1)::before{
  content:"▦";
}
.faq-context-redesign .card:nth-child(2)::before{
  content:"☑";
}
.faq-context-redesign .card:nth-child(3)::before{
  content:"⚿";
}
.faq-context-redesign .card h3{
  margin:2px 0 8px;
  font-size:22px;
  line-height:1.2;
}
.faq-context-redesign .card p{
  color:#535d6d;
  line-height:1.65;
}
.faq-card-link{
  grid-column:2;
  align-self:end;
  display:inline-flex;
  align-items:center;
  gap:34px;
  color:var(--red);
  font-weight:900;
  text-decoration:none;
  margin-top:20px;
}
.faq-card-link span{
  font-size:24px;
  line-height:1;
}
.faq-context-redesign .container > p:last-child{
  display:block;
  position:relative;
  padding-left:42px;
  margin-top:28px;
  color:#303744;
}
.faq-context-redesign .container > p:last-child::before{
  content:"i";
  position:absolute;
  left:0;
  top:0;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff0f2;
  color:var(--red);
  font-weight:900;
}
.faq-context-redesign a{
  color:var(--red);
  font-weight:800;
}
.faq-context-redesign .card-grid.three::before{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Ccircle cx='21' cy='21' r='20' fill='%23fff0f2'/%3E%3Cpath d='M21 12.5c-3.42 0-6.2 2.78-6.2 6.2 0 4.62 6.2 10.8 6.2 10.8s6.2-6.18 6.2-10.8c0-3.42-2.78-6.2-6.2-6.2Z' stroke='%23d7192b' stroke-width='2.2' stroke-linejoin='round'/%3E%3Ccircle cx='21' cy='18.8' r='2.15' stroke='%23d7192b' stroke-width='2.2'/%3E%3C/svg%3E") 28px 50%/50px 50px no-repeat,
    #fff;
}
.faq-context-redesign .card-grid.three::after{
  content:none;
}
.faq-context-redesign .card::before{
  content:"";
  background-color:#fff0f2;
  background-position:center;
  background-repeat:no-repeat;
  background-size:34px 34px;
  color:transparent;
  font-size:0;
}
.faq-context-redesign .card:nth-child(1)::before{
  content:"";
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Crect x='8' y='5' width='18' height='24' rx='2.5' stroke='%23d7192b' stroke-width='2.2'/%3E%3Crect x='11.5' y='8.5' width='11' height='4.5' rx='1' fill='%23d7192b'/%3E%3Ccircle cx='12.5' cy='17' r='1.45' fill='%23d7192b'/%3E%3Ccircle cx='17' cy='17' r='1.45' fill='%23d7192b'/%3E%3Ccircle cx='21.5' cy='17' r='1.45' fill='%23d7192b'/%3E%3Ccircle cx='12.5' cy='21.5' r='1.45' fill='%23d7192b'/%3E%3Ccircle cx='17' cy='21.5' r='1.45' fill='%23d7192b'/%3E%3Ccircle cx='21.5' cy='21.5' r='1.45' fill='%23d7192b'/%3E%3Ccircle cx='12.5' cy='26' r='1.45' fill='%23d7192b'/%3E%3Ccircle cx='17' cy='26' r='1.45' fill='%23d7192b'/%3E%3Ccircle cx='21.5' cy='26' r='1.45' fill='%23d7192b'/%3E%3C/svg%3E");
}
.faq-context-redesign .card:nth-child(2)::before{
  content:"";
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Crect x='9' y='7' width='16' height='21' rx='2' stroke='%23d7192b' stroke-width='2.2'/%3E%3Cpath d='M13 17.2l2.4 2.4 5.6-6' stroke='%23d7192b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 24h8' stroke='%23d7192b' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.faq-context-redesign .card:nth-child(3)::before{
  content:"";
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Ccircle cx='14' cy='14' r='6' stroke='%23d7192b' stroke-width='2.3'/%3E%3Cpath d='M18.6 18.6 27 27m-3.7-3.7-3.1 3.1m-.4-6.6-3 3' stroke='%23d7192b' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='14' cy='14' r='1.6' fill='%23d7192b'/%3E%3C/svg%3E");
}
.faq-page-redesign{
  padding:46px 0 38px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.40) 0%,rgba(255,255,255,.78) 23%,rgba(255,255,255,.86) 50%,rgba(255,255,255,.76) 76%,rgba(255,255,255,.38) 100%),
    linear-gradient(180deg,rgba(255,255,255,.90) 0%,rgba(255,255,255,.82) 62%,rgba(247,247,249,.94) 100%),
    url('../images/miami-faq-line-art-bg.jpg') center bottom/cover no-repeat;
}
.faq-page-redesign .container{
  max-width:1080px;
}
.faq-top-heading{
  margin-bottom:18px;
}
.faq-list-redesigned{
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 22px 62px rgba(17,24,39,.11);
}
.faq-list-redesigned .faq-q{
  min-height:62px;
  padding:16px 28px;
}
.faq-list-redesigned .faq-a{
  padding:0 74px 22px 84px;
}
.faq-list-redesigned .faq-chevron::before{
  content:"";
  width:10px;
  height:10px;
  border-right:3px solid #111319;
  border-bottom:3px solid #111319;
  transform:rotate(45deg) translateY(-2px);
}
.faq-list-redesigned .faq-item.open .faq-chevron::before{
  content:"";
  transform:rotate(225deg) translate(-2px,-2px);
}
.faq-context-redesign{
  padding:58px 0 70px;
}
@media (max-width:1180px){
  .faq-context-redesign .card-grid.three::before,
  .faq-context-redesign .card-grid.three::after{
    display:none;
  }
}
@media (max-width:980px){
  .faq-page-redesign{
    background-position:center bottom;
  }
  .faq-context-redesign .card-grid.three{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .faq-page-redesign{
    padding:38px 0 48px;
  }
  .faq-kicker-lined{
    gap:10px;
    font-size:12px;
  }
  .faq-kicker-lined span{
    width:28px;
  }
  .faq-list-redesigned .faq-q{
    padding:16px;
    font-size:16px;
  }
  .faq-list-redesigned .faq-a{
    padding:0 18px 18px 58px;
    font-size:15px;
  }
  .faq-context-redesign .card{
    grid-template-columns:1fr;
  }
  .faq-context-redesign .card::before{
    margin-bottom:18px;
  }
  .faq-card-link{
    grid-column:1;
  }
}

.followup-visual-modern{background:transparent;border:0;box-shadow:none;border-radius:0;overflow:visible;gap:18px}
.followup-photo-modern{margin:0;border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.05)}
.followup-photo-modern img{display:block;width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px}
.followup-callout-modern{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 14px 34px rgba(0,0,0,.05);padding:22px 26px 30px}

.budget-worksheet-final{margin:0;width:100%;border-radius:24px;overflow:hidden;border:0;box-shadow:none;background:transparent}
.budget-worksheet-final img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:5/3;border-radius:24px;border:0;box-shadow:none;background:transparent}


/* === 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;
}
@media (min-width:981px){
  .rental .hero .grid{
    align-items:start;
    padding-top:48px;
  }
}

/* Rental tips and neighborhoods final alignment */
.rental-tips-grid .card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:100%;
}
.rental-tips-grid .card .kicker,
.rental-tips-grid .card h2,
.rental-tips-grid .card p{
  text-align:center;
}
.rental-tips-grid .card .list{
  width:min(100%,520px);
  display:grid;
  gap:12px;
  margin:18px auto 0;
  padding:0;
  justify-items:start;
}
.rental-tips-grid .card .list li{
  width:100%;
  justify-content:flex-start;
}
.rental-tips-grid .card .btn{
  align-self:center;
  margin-top:auto;
}
.neighborhood-more-line{
  margin:34px auto 0;
  max-width:860px;
  text-align:center;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  padding:24px 28px;
  box-shadow:0 14px 34px rgba(15,23,42,.05);
}
.neighborhood-more-line strong{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(28px,3vw,40px);
  line-height:1.05;
  margin-bottom:8px;
  color:#101620;
}
.neighborhood-more-line span{
  display:block;
  color:#5c6470;
  font-size:17px;
  line-height:1.6;
}

/* 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;
}


/* === 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;
  }
}

/* --- Rental mobile header ------------------------------------------------- */
/* The rental site is the only one with a WHITE header (`.topbar.alt`). Both of
   these inherited styling written for the black header the other sites use, and
   both were invisible rather than merely wrong. */
@media (max-width: 980px) {
  /* White glyph and a white 25% border on a white bar: the button was fully
     there - 59x44, correct position, clickable - and completely unseeable. */
  .rental .topbar.alt .mobile-toggle {
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }

  /* `.rental .topbar.alt .links a` sets black text for the white desktop bar,
     but at this width the dropdown panel is black. Five of the six links were
     black on black; only the active one showed, because it carries its own
     pill background. */
  .rental .topbar.alt .links a {
    color: #fff;
  }
}
