:root{
  --bg:#08090b;
  --panel:#11141a;
  --text:#f4f1ea;
  --muted:#b8b0a4;
  --line:#2a2f3a;
  --gold:#d8b56d;
  --stone:#7ba7b8;
  --danger:#d66f5f;
  --green:#8fb996;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: "Inter Tight", Geist, "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 0%, rgba(110,135,144,.035), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(216,181,109,.052), transparent 32%),
    linear-gradient(180deg, #090a0c 0%, #08090b 46%, #060708 100%);
  color:var(--text);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
a{color:inherit}
.wrap{width:min(1120px, calc(100% - 40px)); margin:0 auto}
.nav{
  position:sticky; top:0; z-index:20;
  backdrop-filter: blur(16px);
  background:rgba(8,9,11,.76);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav-inner{display:flex; align-items:center; justify-content:space-between; gap:20px; padding:18px 0}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none; font-weight:700; letter-spacing:.08em; text-transform:uppercase}
.mark{
  width:24px; height:24px; border:1px solid var(--gold); transform:rotate(45deg);
  background:linear-gradient(135deg, rgba(123,167,184,.4), rgba(216,181,109,.25), transparent);
  box-shadow:0 0 30px rgba(110,135,144,.04);
}

.logo-image-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  letter-spacing:0;
  text-transform:none;
  line-height:1;
}
.site-logo{
  display:block;
  height:30px;
  width:auto;
  max-width:205px;
  object-fit:contain;
}
.hero-logo-title{
  margin:0;
  max-width:960px;
  line-height:1;
}
.hero-logo{
  display:block;
  width:min(760px, 88vw);
  height:auto;
  margin:0;
}




.nav-links{display:flex; flex-wrap:wrap; gap:18px; color:var(--muted); font-size:15px; font-weight:500; letter-spacing:-.01em}
.nav-links a{text-decoration:none}
.nav-links a:hover{color:var(--text)}
.hero{padding:88px 0 72px}
.hero-small{padding:72px 0 52px}
.eyebrow{
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  font-weight:700;
  margin-bottom:18px;
}
h1,h2,h3{line-height:1.05; margin:0; font-family:"Inter Tight", Geist, "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif; font-weight:600}
h1{font-size:clamp(54px, 9vw, 110px); letter-spacing:-.05em; line-height:.95; max-width:1040px}
h2{font-size:clamp(32px, 5vw, 56px); letter-spacing:-.035em; margin-bottom:22px}
h3{font-size:24px; letter-spacing:-.015em; margin-bottom:10px}
.page-title{font-size:clamp(42px, 7vw, 76px); letter-spacing:-.045em; line-height:.98}
.tagline{
  font-size:clamp(27px, 4.3vw, 52px);
  line-height:1.08;
  letter-spacing:-.045em;
  color:var(--gold);
  margin:18px 0 0;
  max-width:900px;
}
.lede{font-size:clamp(18px,2.05vw,25px); color:var(--muted); max-width:890px; margin:22px 0 0}
.hero-grid{display:grid; grid-template-columns:1.22fr .78fr; gap:28px; align-items:end}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.1);
  border-radius:24px;
  padding:28px;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
}
.stone-card{
  min-height:330px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  position:relative;
  background:
    radial-gradient(circle at 86% 16%, rgba(110,135,144,.045), transparent 30%),
    radial-gradient(circle at 64% 10%, rgba(216,181,109,.075), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.024));
}
.stone-card:before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  right:-120px;
  top:-90px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(110,135,144,.075), rgba(216,181,109,.075) 38%, transparent 72%);
  filter:blur(4px);
  pointer-events:none;
}
.stone-card > *{position:relative; z-index:1}
.big-quote{font-size:30px; line-height:1.1; letter-spacing:-.04em; position:relative; z-index:1}
.nine{
  font-size:92px;
  line-height:.8;
  letter-spacing:-.08em;
  color:var(--gold);
  margin-bottom:18px;
}
.muted{color:var(--muted)}
.btns{display:flex; gap:14px; flex-wrap:wrap; margin-top:34px}
.btn, button.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.06);
  color:var(--text);
  cursor:pointer;
  font:inherit;
}
.btn.primary, button.btn.primary{background:var(--text); color:#0b0d10}
.btn:hover, button.btn:hover{transform:translateY(-1px)}
section{padding:68px 0; border-top:1px solid rgba(255,255,255,.075)}
.grid-3{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px}
.grid-2{display:grid; grid-template-columns:repeat(2, 1fr); gap:20px}
.grid-4{display:grid; grid-template-columns:repeat(4, 1fr); gap:20px}
.kicker{font-size:14px; color:var(--gold); text-transform:uppercase; letter-spacing:.14em; margin-bottom:8px}
.pill{
  display:inline-block;
  border:1px solid rgba(216,181,109,.35);
  color:var(--gold);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  margin:3px 4px 3px 0;
}
.list{padding-left:18px; color:var(--muted)}
.list li{margin:8px 0}
hr.soft{border:0; border-top:1px solid rgba(255,255,255,.09); margin:24px 0}
.table-wrap{overflow-x:auto}
.table{width:100%; border-collapse:collapse; overflow:hidden; border-radius:18px; font-size:15px}
.table th,.table td{padding:16px; border-bottom:1px solid rgba(255,255,255,.08); text-align:left; vertical-align:top}
.table th{color:var(--gold); font-size:12px; text-transform:uppercase; letter-spacing:.12em}
.table td{color:var(--muted)}
.table td:first-child{color:var(--text); font-weight:700; min-width:190px}
.callout{
  border-left:3px solid var(--gold);
  padding:18px 22px;
  background:rgba(216,181,109,.06);
  border-radius:0 18px 18px 0;
  color:var(--text);
}
.callout-card{
  min-height:250px;
  justify-content:center;
}
.callout-card .gold-line{
  border-left:4px solid var(--gold);
  padding:18px 0 18px 26px;
}
.danger{border-left-color:var(--danger); background:rgba(214,111,95,.07)}
.good{border-left-color:var(--green); background:rgba(143,185,150,.07)}
.step{display:flex; gap:18px; min-height:260px}
.num{
  flex:0 0 36px;
  height:36px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(216,181,109,.12);
  color:var(--gold);
  font-weight:800;
}
.formbox input,.formbox textarea,.formbox select{
  width:100%;
  padding:14px 16px;
  margin:8px 0 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.045);
  color:var(--text);
  font:inherit;
}
.formbox textarea{min-height:130px}
.small{font-size:14px}
.stat{
  font-size:clamp(34px, 5vw, 56px);
  line-height:1;
  letter-spacing:-.06em;
  color:var(--gold);
  margin-bottom:8px;
}

.credibility-line{
  max-width:980px;
  margin:28px 0 0;
  color:var(--muted);
  font-size:20px;
  line-height:1.55;
}

.footer{padding:42px 0 70px; color:var(--muted); font-size:14px}
.footer-top{display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; align-items:flex-start}
.footer-brand{font-weight:700; letter-spacing:.04em; color:var(--text); text-transform:uppercase}
.footer-copy{margin-top:4px}
.footer-links{display:flex; gap:14px; flex-wrap:wrap}
.footer-links a{text-decoration:none; color:var(--muted)}
.footer-links a:hover{color:var(--text)}
.footer-disclaimer{max-width:980px; margin-top:24px}
@media (max-width:950px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
}


@media (max-width:850px){
  .site-logo{height:27px; max-width:175px}
  .hero-logo{width:min(620px, 92vw)}
  .hero{padding:72px 0 54px}
  .hero-small{padding:58px 0 42px}
  section{padding:54px 0}
  .hero-grid,.grid-3,.grid-2,.grid-4{grid-template-columns:1fr}
  .nav-inner{align-items:flex-start; flex-direction:column}
  .nav-links{gap:12px}
}


.method-hero .lede{
  font-size:clamp(19px, 1.9vw, 24px);
  line-height:1.48;
  max-width:820px;
  margin-top:20px;
}
.method-hero .lede + .lede{
  margin-top:20px;
}
.method-hero .page-title{
  max-width:980px;
}
.method-callout-wide{
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
}
.method-callout-wide.callout-card{
  min-height:180px;
}
.method-callout-wide .gold-line{
  padding-top:10px;
  padding-bottom:10px;
}


/* V14: hidden-angle visual system + quieter premium rhythm */
:root{
  --stone:#6e8790;
}

body{
  background:
    radial-gradient(circle at 18% 0%, rgba(110,135,144,.035), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(216,181,109,.052), transparent 32%),
    linear-gradient(180deg, #090a0c 0%, #08090b 46%, #060708 100%);
}

h1,h2,h3{
  font-family:"Inter Tight", Geist, "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
  font-weight:600;
}

.signal-card{
  background:
    radial-gradient(circle at 86% 16%, rgba(110,135,144,.05), transparent 32%),
    radial-gradient(circle at 64% 10%, rgba(216,181,109,.075), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.024));
  position:relative;
  overflow:hidden;
}

.hidden-angle-card{
  position:relative;
  isolation:isolate;
}
.hidden-angle-card:after{
  content:"";
  position:absolute;
  right:28px;
  bottom:26px;
  width:118px;
  height:118px;
  pointer-events:none;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(216,181,109,.72) 42% 47%, transparent 47% 100%),
    linear-gradient(315deg, transparent 0 57%, rgba(244,241,234,.10) 57% 60%, transparent 60% 100%);
  clip-path:polygon(14% 82%, 82% 14%, 92% 24%, 24% 92%);
  opacity:.82;
  filter:drop-shadow(0 0 18px rgba(216,181,109,.14));
}
.hidden-angle-card .nine{
  position:relative;
}
.hidden-angle-card .nine:after{
  content:"";
  display:inline-block;
  width:.38em;
  height:.08em;
  margin-left:.06em;
  vertical-align:.22em;
  background:var(--gold);
  transform:rotate(-45deg);
  transform-origin:center;
  opacity:.9;
}

.quiet-card{
  background:linear-gradient(180deg, rgba(255,255,255,.043), rgba(255,255,255,.021));
  box-shadow:0 18px 54px rgba(0,0,0,.20);
}

.angle-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--gold);
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:14px;
}
.angle-chip:before{
  content:"";
  width:18px;
  height:18px;
  border-top:1px solid var(--gold);
  border-right:1px solid var(--gold);
  transform:rotate(45deg);
  opacity:.85;
}

/* Nine-level visual anchor */
.nine-level-section{
  background:linear-gradient(180deg, rgba(255,255,255,.012), rgba(0,0,0,0));
}
.nine-levels{
  display:grid;
  grid-template-columns:minmax(230px, .72fr) minmax(0, 1.28fr);
  gap:24px;
  align-items:start;
}
.layer-stack{
  position:sticky;
  top:110px;
  padding:28px;
}
.layer-visual{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:22px 0 18px;
}
.layer-line{
  height:9px;
  border-radius:999px;
  background:rgba(244,241,234,.13);
  position:relative;
  overflow:hidden;
}
.layer-line:nth-child(2){width:94%}
.layer-line:nth-child(3){width:88%}
.layer-line:nth-child(4){width:82%}
.layer-line:nth-child(5){width:76%}
.layer-line:nth-child(6){width:70%}
.layer-line:nth-child(7){width:64%}
.layer-line:nth-child(8){width:58%}
.layer-line.ninth{
  width:72%;
  background:linear-gradient(90deg, rgba(216,181,109,.24), rgba(216,181,109,.70));
}
.layer-line.ninth:after{
  content:"";
  position:absolute;
  right:16%;
  top:-14px;
  width:3px;
  height:38px;
  background:var(--gold);
  transform:rotate(42deg);
  box-shadow:0 0 22px rgba(216,181,109,.30);
}
.layer-note{
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}
.layer-table td:first-child{
  min-width:170px;
}
.layer-table tr:last-child td{
  background:rgba(216,181,109,.045);
}
.layer-table tr:last-child td:first-child{
  color:var(--gold);
}

/* Editorial team layout */
.team-editorial{
  align-items:stretch;
}
.team-card{
  position:relative;
  padding-top:32px;
}
.portrait-mark{
  width:54px;
  height:54px;
  border-radius:50%;
  border:1px solid rgba(216,181,109,.38);
  color:var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Georgia, "Times New Roman", serif;
  font-size:26px;
  margin-bottom:22px;
  background:radial-gradient(circle at 70% 25%, rgba(216,181,109,.11), transparent 54%);
}

/* Contact premium feel */
.contact-private-note-section{
  padding:0 0 38px;
  border-top:0;
}
.contact-private-note{
  max-width:760px;
}
.contact-private-note p{
  margin:0;
  font-size:18px;
}

@media (max-width:850px){
  .nine-levels{
    grid-template-columns:1fr;
  }
  .layer-stack{
    position:relative;
    top:auto;
  }
  .hidden-angle-card:after{
    width:88px;
    height:88px;
    right:20px;
    bottom:20px;
  }
}


/* V15: Team spacing and editorial rhythm */
.team-editorial{
  margin-top:34px;
  align-items:stretch;
}

.team-card{
  min-height:100%;
  display:flex;
  flex-direction:column;
  padding-top:30px;
}

.portrait-mark{
  width:48px;
  height:48px;
  font-size:23px;
  margin-bottom:16px;
}

.team-card .kicker{
  margin-bottom:6px;
}

.team-card h3{
  margin-bottom:14px;
}

.team-card p{
  margin-top:0;
}

.team-card p + p{
  margin-top:12px;
}

.team-card p:last-child{
  margin-top:auto;
  padding-top:18px;
}

.team-cred-section{
  padding-top:28px;
}

.credibility-card{
  padding:22px 26px;
  max-width:1040px;
}

.credibility-card .credibility-line{
  font-size:18px;
  line-height:1.5;
  margin:0;
}

@media (max-width:850px){
  .team-editorial{
    margin-top:26px;
  }

  .team-card{
    padding-top:26px;
  }

  .team-cred-section{
    padding-top:20px;
  }
}


/* V16: homepage hero 9 now uses the real logo mark */
.nine{
  font-size:0;
  line-height:1;
  letter-spacing:0;
  color:transparent;
  margin-bottom:22px;
}
.nine-logo-mark{
  display:block;
  height:96px;
  width:auto;
}
.hidden-angle-card .nine:after{
  display:none;
}
@media (max-width:600px){
  .nine-logo-mark{
    height:84px;
  }
}

/* V17: mobile polish hardening */
@media (max-width:600px){
  .wrap{
    width:min(100% - 28px, 1120px);
  }

  .nav-inner{
    padding:14px 0;
    gap:14px;
  }

  .nav-links{
    font-size:14px;
    gap:10px 14px;
  }

  .hero{
    padding:56px 0 44px;
  }

  .hero-small{
    padding:46px 0 34px;
  }

  h1{
    font-size:clamp(42px, 15vw, 62px);
  }

  .page-title{
    font-size:clamp(38px, 13vw, 54px);
  }

  h2{
    font-size:clamp(30px, 10vw, 42px);
  }

  h3{
    font-size:22px;
  }

  .tagline{
    font-size:clamp(25px, 8vw, 38px);
  }

  .lede{
    font-size:18px;
    line-height:1.48;
    margin-top:18px;
  }

  .method-hero .lede{
    font-size:18px;
    line-height:1.48;
    margin-top:16px;
  }

  .card{
    padding:22px;
    border-radius:20px;
  }

  .stone-card,
  .signal-card{
    min-height:auto;
  }

  .nine-logo-mark{
    height:78px;
  }

  .big-quote{
    font-size:clamp(28px, 9vw, 38px);
  }

  .layer-stack{
    padding:22px;
  }

  .layer-visual{
    margin:18px 0 16px;
  }

  .table th,
  .table td{
    padding:13px;
    font-size:14px;
  }

  .step{
    min-height:auto;
  }

  .num{
    flex:0 0 32px;
    width:32px;
    height:32px;
  }

  .formbox input,
  .formbox textarea,
  .formbox select{
    padding:13px 14px;
  }

  .footer-top{
    gap:20px;
  }

  .footer-links{
    gap:10px 14px;
  }

  .contact-private-note-section{
    padding:0 0 26px;
  }

  .contact-private-note p{
    font-size:16px;
  }

  .credibility-card{
    padding:20px 22px;
  }

  .credibility-card .credibility-line{
    font-size:16px;
  }
}

/* Home true-center final: full-width centered flagship hero */
.home-true-center{
  min-height:calc(100vh - 72px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:92px 0 96px;
}

.home-true-center .wrap{
  width:min(100% - 64px, 1360px);
}

.home-true-center .hero-grid{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  width:100%;
}

.hero-true-center-copy{
  width:100%;
  max-width:1320px;
  margin:0 auto;
  text-align:center;
}

.hero-true-center-copy .tagline{
  font-family:"Inter Tight", Geist, "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
  font-weight:800;
  font-size:clamp(72px, 7.9vw, 138px);
  line-height:.86;
  letter-spacing:-.078em;
  color:var(--text);
  text-align:center;
  max-width:1320px;
  margin:0 auto;
}

.hero-true-center-copy .hero-subtitle{
  margin:32px auto 0;
  text-align:center;
  color:var(--gold);
  font-size:13px;
  font-weight:800;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.home-true-center .hero-copy{
  text-align:center;
  max-width:900px;
  margin:40px auto 0;
}

.home-true-center .hero-copy .lede,
.home-true-center .hero-copy .lead-copy{
  margin-left:auto;
  margin-right:auto;
}

.home-true-center .hero-copy .cta-row{
  justify-content:center;
}

.home-true-center .visual-card{
  width:min(100%, 480px);
  max-width:480px;
  margin:66px auto 0;
  justify-self:center;
}

@media (max-width:1000px){
  .home-true-center .wrap{
    width:min(100% - 44px, 1360px);
  }

  .hero-true-center-copy .tagline{
    font-size:clamp(60px, 11vw, 106px);
  }
}

@media (max-width:850px){
  .home-true-center{
    min-height:auto;
    padding:68px 0 60px;
  }

  .home-true-center .wrap{
    width:min(100% - 32px, 1120px);
  }

  .hero-true-center-copy,
  .hero-true-center-copy .tagline,
  .hero-true-center-copy .hero-subtitle,
  .home-true-center .hero-copy{
    text-align:left;
    margin-left:0;
    margin-right:0;
  }

  .home-true-center .hero-copy .cta-row{
    justify-content:flex-start;
  }

  .home-true-center .visual-card{
    max-width:100%;
    margin:44px 0 0;
  }
}

@media (max-width:600px){
  .home-true-center{
    padding:56px 0 48px;
  }

  .hero-true-center-copy .tagline{
    font-size:clamp(48px, 14.5vw, 72px);
    line-height:.94;
    letter-spacing:-.064em;
  }

  .hero-true-center-copy .hero-subtitle{
    margin-top:22px;
    font-size:12px;
    letter-spacing:.18em;
  }

  .home-true-center .hero-copy{
    margin-top:28px;
  }

  .home-true-center .visual-card{
    margin-top:36px;
  }
}

/* FINAL OVERRIDE: homepage hero matches Offer-page authority and is truly centered */
body .home-hero-offer-match{
  min-height:calc(100vh - 72px) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
}

body .home-hero-offer-match .wrap{
  width:min(100% - 72px, 1480px) !important;
}

body .home-hero-offer-match .hero-grid{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:0 !important;
  width:100% !important;
  grid-template-columns:none !important;
}

body .home-hero-offer-match .home-hero-lockup{
  width:100% !important;
  max-width:1480px !important;
  margin:0 auto !important;
  text-align:center !important;
}

body .home-hero-offer-match .tagline{
  font-family:"Inter Tight", Geist, "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif !important;
  font-weight:800 !important;
  font-size:clamp(82px, 8.3vw, 150px) !important;
  line-height:.88 !important;
  letter-spacing:-.078em !important;
  color:var(--text) !important;
  text-align:center !important;
  max-width:1480px !important;
  margin:0 auto !important;
}

body .home-hero-offer-match .hero-subtitle{
  margin:34px auto 0 !important;
  text-align:center !important;
  color:var(--muted) !important;
  font-size:clamp(20px, 1.65vw, 30px) !important;
  line-height:1.35 !important;
  font-weight:450 !important;
  letter-spacing:-.025em !important;
  text-transform:none !important;
  max-width:900px !important;
}

body .home-hero-offer-match .hero-copy{
  text-align:center !important;
  max-width:920px !important;
  margin:54px auto 0 !important;
}

body .home-hero-offer-match .hero-copy .lede,
body .home-hero-offer-match .hero-copy .lead-copy{
  margin-left:auto !important;
  margin-right:auto !important;
}

body .home-hero-offer-match .hero-copy .cta-row{
  justify-content:center !important;
}

body .home-hero-offer-match .visual-card{
  width:min(100%, 480px) !important;
  max-width:480px !important;
  margin:70px auto 0 !important;
  justify-self:center !important;
}

@media (max-width:1100px){
  body .home-hero-offer-match .tagline{
    font-size:clamp(68px, 10vw, 112px) !important;
  }
}

@media (max-width:850px){
  body .home-hero-offer-match{
    min-height:auto !important;
    padding:72px 0 60px !important;
  }

  body .home-hero-offer-match .wrap{
    width:min(100% - 34px, 1120px) !important;
  }

  body .home-hero-offer-match .home-hero-lockup,
  body .home-hero-offer-match .tagline,
  body .home-hero-offer-match .hero-subtitle,
  body .home-hero-offer-match .hero-copy{
    text-align:left !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  body .home-hero-offer-match .hero-copy .cta-row{
    justify-content:flex-start !important;
  }

  body .home-hero-offer-match .visual-card{
    max-width:100% !important;
    margin:44px 0 0 !important;
  }
}

@media (max-width:600px){
  body .home-hero-offer-match{
    padding:58px 0 48px !important;
  }

  body .home-hero-offer-match .tagline{
    font-size:clamp(50px, 14.5vw, 74px) !important;
    line-height:.94 !important;
    letter-spacing:-.066em !important;
  }

  body .home-hero-offer-match .hero-subtitle{
    margin-top:22px !important;
    font-size:19px !important;
    letter-spacing:-.02em !important;
  }

  body .home-hero-offer-match .hero-copy{
    margin-top:34px !important;
  }

  body .home-hero-offer-match .visual-card{
    margin-top:36px !important;
  }
}

/* FINAL: simplified homepage hero and explanation section */
body .home-hero-simplified{
  min-height:calc(100vh - 72px) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
}

body .home-hero-simplified .wrap{
  width:min(100% - 72px, 1480px) !important;
}

body .home-hero-simplified .hero-grid{
  display:block !important;
  width:100% !important;
  grid-template-columns:none !important;
}

body .home-hero-simplified .home-hero-lockup{
  width:100% !important;
  max-width:1480px !important;
  margin:0 auto !important;
  text-align:center !important;
}

body .home-hero-simplified .tagline{
  font-family:"Inter Tight", Geist, "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif !important;
  font-weight:800 !important;
  font-size:clamp(82px, 8.3vw, 150px) !important;
  line-height:.88 !important;
  letter-spacing:-.078em !important;
  color:var(--text) !important;
  text-align:center !important;
  max-width:1480px !important;
  margin:0 auto !important;
}

body .home-hero-simplified .hero-subtitle{
  margin:34px auto 0 !important;
  text-align:center !important;
  color:var(--muted) !important;
  font-size:clamp(20px, 1.65vw, 30px) !important;
  line-height:1.35 !important;
  font-weight:450 !important;
  letter-spacing:-.025em !important;
  text-transform:none !important;
  max-width:900px !important;
}

body .home-hero-simplified .hero-copy{
  text-align:center !important;
  max-width:940px !important;
  margin:46px auto 0 !important;
}

body .home-hero-simplified .hero-copy .lede{
  margin-left:auto !important;
  margin-right:auto !important;
}

body .home-hero-simplified .hero-copy .cta-row{
  justify-content:center !important;
  margin-top:34px !important;
}

.home-explanation-section{
  padding-top:86px;
  border-top:1px solid var(--line);
}

.home-explanation-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(380px, .72fr);
  gap:80px;
  align-items:center;
}

.home-explanation-copy{
  max-width:840px;
}

.home-explanation-copy .lede{
  margin-top:22px;
  max-width:820px;
}

.home-explanation-copy .lead-copy{
  margin-top:26px;
  font-size:24px;
}

.home-explanation-grid .visual-card{
  max-width:480px;
  justify-self:end;
}

@media (max-width:1100px){
  body .home-hero-simplified .tagline{
    font-size:clamp(68px, 10vw, 112px) !important;
  }

  .home-explanation-grid{
    gap:44px;
    grid-template-columns:1fr;
  }

  .home-explanation-grid .visual-card{
    justify-self:start;
  }
}

@media (max-width:850px){
  body .home-hero-simplified{
    min-height:auto !important;
    padding:72px 0 60px !important;
  }

  body .home-hero-simplified .wrap{
    width:min(100% - 34px, 1120px) !important;
  }

  body .home-hero-simplified .home-hero-lockup,
  body .home-hero-simplified .tagline,
  body .home-hero-simplified .hero-subtitle,
  body .home-hero-simplified .hero-copy{
    text-align:left !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  body .home-hero-simplified .hero-copy .cta-row{
    justify-content:flex-start !important;
  }

  .home-explanation-section{
    padding-top:58px;
  }

  .home-explanation-grid .visual-card{
    max-width:100%;
  }
}

@media (max-width:600px){
  body .home-hero-simplified{
    padding:58px 0 48px !important;
  }

  body .home-hero-simplified .tagline{
    font-size:clamp(50px, 14.5vw, 74px) !important;
    line-height:.94 !important;
    letter-spacing:-.066em !important;
  }

  body .home-hero-simplified .hero-subtitle{
    margin-top:22px !important;
    font-size:19px !important;
    letter-spacing:-.02em !important;
  }

  body .home-hero-simplified .hero-copy{
    margin-top:34px !important;
  }

  .home-explanation-copy .lead-copy{
    font-size:18px;
  }
}

/* Correction: clean simplified hero actual markup */
body .home-hero-simplified .home-hero-lockup{
  width:100% !important;
  max-width:1480px !important;
  margin:0 auto !important;
  text-align:center !important;
}

body .home-hero-simplified .cta-row{
  justify-content:center !important;
}

@media (max-width:850px){
  body .home-hero-simplified .home-hero-lockup,
  body .home-hero-simplified .tagline,
  body .home-hero-simplified .hero-subtitle,
  body .home-hero-simplified .hero-copy{
    text-align:left !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  body .home-hero-simplified .cta-row{
    justify-content:flex-start !important;
  }
}


/* Forms-ready: Netlify honeypot field */
.hidden[hidden]{
  display:none !important;
}
