
:root{
  --bg:#f5f5f7;
  --surface:#ffffff;
  --surface2:#fbfbfd;
  --text:#111827;
  --muted:#5f6673;
  --line:#e5e7eb;
  --black:#050505;
  --blue:#0071e3;
  --blue2:#005bb8;
  --green:#16a34a;
  --radius:28px;
  --shadow:0 24px 80px rgba(17,24,39,.08);
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",Inter,Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.topbar{
  position:sticky;top:0;z-index:50;
  background:rgba(245,245,247,.78);
  backdrop-filter:saturate(180%) blur(20px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.nav{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-weight:760;letter-spacing:0}
.navlinks{display:flex;gap:24px;align-items:center;color:var(--muted);font-size:14px}
.navlinks a:hover{color:var(--text)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:12px 20px;border-radius:999px;
  font-weight:680;border:1px solid transparent;transition:.18s ease;
  cursor:pointer;white-space:nowrap;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--blue);color:white;box-shadow:0 12px 30px rgba(0,113,227,.22)}
.btn-primary:hover{background:var(--blue2)}
.btn-secondary{background:#fff;border-color:var(--line);color:var(--text)}
.hero{
  padding:86px 0 34px;
  text-align:center;
}
.kicker{
  color:var(--blue);font-weight:760;margin-bottom:14px;
  letter-spacing:0;
}
h1{
  font-size:clamp(44px,7vw,86px);
  line-height:.98;letter-spacing:0;
  max-width:960px;margin:0 auto 24px;
}
.lead{
  font-size:clamp(19px,2.2vw,25px);
  color:var(--muted);
  max-width:790px;margin:0 auto 30px;
}
.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-bottom:26px}
.hero-note{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:10px 16px;
  margin:0 0 12px;
  color:var(--text);
  font-weight:720;
  font-size:14px;
}
.fineprint{color:var(--muted);font-size:14px}
.logo-strip{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}
.chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 14px;color:var(--muted);font-size:14px}
.audience-line{
  padding:18px 0 10px;
  text-align:center;
}
.audience-line p{
  margin:0 auto;
  max-width:880px;
  color:var(--text);
  font-size:18px;
  font-weight:720;
}
.section{padding:78px 0}
.section-tight{padding-top:54px;padding-bottom:54px}
.section-title{max-width:760px;margin:0 auto 38px;text-align:center}
.eyebrow{text-transform:uppercase;color:var(--muted);font-size:12px;letter-spacing:.12em;font-weight:800;margin-bottom:10px}
h2{font-size:clamp(32px,4.4vw,56px);line-height:1.04;letter-spacing:0;margin:0 0 14px}
.section-title p{color:var(--muted);font-size:18px;margin:0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.stat-grid,.agent-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.agent-flow{grid-template-columns:repeat(4,1fr)}
.stat-card,.flow-step{
  background:var(--surface);
  border:1px solid rgba(0,0,0,.05);
  border-radius:24px;
  padding:24px;
  box-shadow:0 18px 48px rgba(17,24,39,.06);
}
.stat-card strong{
  display:block;
  color:var(--blue);
  font-size:clamp(22px,2.3vw,28px);
  line-height:1.12;
  margin-bottom:10px;
}
.stat-card span,.flow-step h3{
  color:var(--text);
  font-size:18px;
  line-height:1.25;
  margin:0;
}
.flow-step span{
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:800;
  margin-bottom:18px;
}
.card{
  background:var(--surface);
  border:1px solid rgba(0,0,0,.05);
  border-radius:var(--radius);
  padding:30px;
  box-shadow:var(--shadow);
}
.card.muted{background:var(--surface2);box-shadow:none}
.icon{
  width:46px;height:46px;border-radius:16px;background:#f0f7ff;
  display:grid;place-items:center;font-size:22px;margin-bottom:18px;
}
.card h3{font-size:23px;letter-spacing:0;line-height:1.16;margin:0 0 10px}
.card p,.card li{color:var(--muted)}
.card ul{padding-left:20px;margin:14px 0 0}
.process-grid,
.audience-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}
.process-card,
.audience-card{
  grid-column:span 2;
}
.process-card:nth-last-child(-n+2),
.audience-card:nth-last-child(-n+2){
  grid-column:span 3;
}
.process-card{
  min-height:190px;
}
.process-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#f0f7ff;
  color:var(--blue);
  font-size:13px;
  font-weight:820;
  margin-bottom:18px;
}
.audience-card{
  box-shadow:none;
}
.fit-note{
  max-width:880px;
  margin:24px auto 0;
  padding:16px 20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  color:var(--text);
  text-align:center;
  font-weight:720;
}
.offer{
  display:flex;flex-direction:column;gap:18px;
}
.offer-featured,
.offer-highlight{
  border-color:rgba(0,113,227,.35);
  background:linear-gradient(180deg,#f4f9ff 0%,#fff 48%);
  box-shadow:0 28px 90px rgba(0,113,227,.14);
}
.offer-subtle{
  background:var(--surface2);
  box-shadow:0 18px 54px rgba(17,24,39,.06);
}
.price{font-size:44px;line-height:1;letter-spacing:0;font-weight:820}
.price small{display:block;margin-top:8px;font-size:14px;color:var(--muted);letter-spacing:0;font-weight:600}
.badge{
  align-self:flex-start;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;
  padding:7px 11px;border-radius:999px;font-weight:760;font-size:13px;
}
.badge-primary{background:#e8f2ff;color:#005bb8;border-color:#b8d9ff}
.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.offer .btn{margin-top:auto}
.card-note{
  margin-top:-4px;
  font-size:13px;
  line-height:1.45;
  color:var(--muted);
}
.examples{
  border-top:1px solid var(--line);
  padding-top:16px;
}
.examples strong{
  display:block;
  margin-bottom:8px;
  color:var(--text);
}
.examples ul{
  margin:0;
  padding-left:18px;
}
.examples li{
  margin:4px 0;
  font-size:14px;
}
.list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.list li{display:flex;gap:10px}
.list li:before{content:"✓";font-weight:900;color:var(--green);flex:0 0 auto}
.entry-box{
  max-width:900px;
  margin:24px auto 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.05);
  border-radius:24px;
  padding:26px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:24px;
  align-items:center;
}
.entry-box h3{margin:12px 0 4px;font-size:24px;letter-spacing:0}
.entry-box p{margin:0 0 12px;color:var(--muted)}
.entry-box .btn{margin-top:18px}
.entry-subtitle{
  color:var(--text) !important;
  font-size:18px;
  font-weight:760;
}
.entry-price{
  color:var(--text) !important;
  font-size:26px;
  line-height:1.1;
  font-weight:820;
}
.entry-price small{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:13px;
  font-weight:600;
}
.start-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.start-card{
  box-shadow:0 18px 48px rgba(17,24,39,.06);
}
.start-card span{
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--black);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:800;
  margin-bottom:18px;
}
.response-note{
  display:table;
  margin:22px auto 0;
  border:1px solid rgba(0,113,227,.18);
  background:#f4f9ff;
  color:var(--text);
  border-radius:999px;
  padding:10px 16px;
  font-weight:760;
  text-align:center;
}
.care-grid{align-items:stretch}
.care-card{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.care-featured{
  border-color:rgba(0,113,227,.22);
  box-shadow:0 22px 70px rgba(0,113,227,.1);
}
.care-price{
  font-size:30px;
  line-height:1.1;
  letter-spacing:0;
  font-weight:820;
}
.care-price small{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:13px;
  font-weight:600;
}
.care-note{
  max-width:900px;
  margin:22px auto 0;
  color:var(--muted);
  text-align:center;
  font-size:15px;
}
.custom-box{
  background:#fff;
  border:1px solid rgba(0,0,0,.05);
  border-radius:32px;
  padding:34px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:center;
}
.custom-box h2{
  font-size:clamp(30px,3.6vw,48px);
}
.custom-box p{
  max-width:760px;
  margin:0;
  color:var(--muted);
  font-size:18px;
}
.custom-copy,
.custom-side{
  display:grid;
  gap:18px;
}
.custom-side{
  align-content:start;
}
.custom-price{
  color:var(--text);
  font-size:30px;
  line-height:1.12;
  font-weight:820;
}
.custom-price small{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:14px;
  font-weight:600;
}
.custom-boundary{
  font-size:15px !important;
  line-height:1.5;
}
.custom-side .btn{
  justify-self:start;
}
.inline-lead{
  font-size:20px;
  margin:0 0 18px;
  text-align:left;
}
.steps{counter-reset:step;display:grid;gap:14px}
.step{
  counter-increment:step;background:#fff;border:1px solid rgba(0,0,0,.05);
  border-radius:24px;padding:22px;display:grid;grid-template-columns:48px 1fr;gap:16px;
}
.step:before{
  content:counter(step);width:42px;height:42px;border-radius:50%;
  background:var(--black);color:#fff;display:grid;place-items:center;font-weight:800;
}
.step h3{margin:0 0 4px;font-size:19px;letter-spacing:0}
.step p{margin:0;color:var(--muted)}
.dark{
  background:#050505;color:#fff;border-radius:40px;padding:54px;
  display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;
}
.dark p,.dark li{color:#c7c7cc}
.dark .btn-secondary{background:transparent;border-color:rgba(255,255,255,.22);color:#fff}
.formwrap{
  background:#fff;border-radius:36px;padding:34px;box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.05);
}
form{display:grid;gap:15px}
label{font-size:14px;font-weight:720;color:#374151}
input,textarea,select{
  width:100%;margin-top:7px;border:1px solid var(--line);border-radius:16px;
  padding:14px 14px;font:inherit;background:#fbfbfd;color:var(--text);
}
textarea{min-height:120px;resize:vertical}
input:focus,textarea:focus,select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,113,227,.12)}
.notice{font-size:13px;color:var(--muted);margin:0}
.privacy-note{font-size:13px;color:var(--muted);margin:0}
.privacy-note a,.notice a{color:var(--blue)}
.form-message{display:none;margin:0;font-size:14px;font-weight:720}
.form-message.success,.form-message.error{display:block}
.form-message.success{color:#047857}
.form-message.error{color:#b42318}
button:disabled{
  cursor:not-allowed;
  opacity:.72;
  transform:none;
}
.footer{
  padding:34px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px;
}
.footer-inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.legal-page{padding:72px 0}
.legal-card{background:#fff;border-radius:28px;padding:36px;box-shadow:var(--shadow)}
.legal-card h1{font-size:46px;text-align:left;margin:0 0 20px;max-width:none}
.legal-card h2{font-size:28px;margin-top:34px}
.legal-card p,.legal-card li{color:#374151}
.legal-card a{color:var(--blue)}
@media(max-width:860px){
  .navlinks{display:none}
  .grid-3,.grid-2,.dark,.stat-grid,.agent-flow,.offer-grid,.entry-box,.custom-box,.process-grid,.audience-grid,.start-grid{grid-template-columns:1fr}
  .process-card,
  .audience-card,
  .process-card:nth-last-child(-n+2),
  .audience-card:nth-last-child(-n+2){grid-column:auto}
  .dark{padding:34px;border-radius:30px}
  .custom-box{align-items:start}
  .hero{padding-top:58px}
}
@media(max-width:520px){
  .container{width:min(100% - 28px,var(--max))}
  .hero-actions .btn{width:100%}
  .card,.formwrap,.legal-card,.entry-box,.custom-box{padding:24px;border-radius:24px}
}
