:root{
  --sellstate-navy:#061b46;
  --sellstate-blue:#0b3f91;
  --sellstate-deep:#04112c;
  --built-gold:#39A0ED;
  --ink:#182033;
  --muted:#5f6878;
  --line:#dfe4ea;
  --soft:#f5f7fa;
  --white:#ffffff;
  --radius:22px;
  --shadow:0 18px 60px rgba(6,27,70,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--ink);background:#fff;line-height:1.55;font-size:18px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}.container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.eyebrow{font-size:1rem;text-transform:uppercase;letter-spacing:.18em;font-weight:800;color:var(--built-gold)}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.8rem,6vw,5.8rem);line-height:.95;letter-spacing:-.055em;margin-bottom:24px}h2{font-size:clamp(2.1rem,4.2vw,4rem);line-height:1;letter-spacing:-.045em;margin-bottom:18px}h3{font-size:1.35rem;line-height:1.15;margin-bottom:10px}.lead{font-size:clamp(1.15rem,2.1vw,1.45rem);line-height:1.45;color:#33405a;max-width:760px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;border:2px solid transparent;padding:18px 28px;font-weight:850;font-size:1.05rem;min-height:62px;transition:transform .16s ease, box-shadow .16s ease, background .16s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(6,27,70,.18)}.btn-primary{background:var(--built-gold);color:#fff}.btn-dark{background:var(--sellstate-navy);color:#fff}.btn-light{background:#fff;color:var(--sellstate-navy)}.btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08)}.btn-row{display:flex;gap:16px;flex-wrap:wrap}.section{padding:86px 0}.section-soft{background:var(--soft)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 4px 18px rgba(6,27,70,.05)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.logo{width:min(420px,78vw);margin:0 auto 44px}.router{min-height:100svh;display:grid;place-items:center;text-align:center;color:#fff;background:radial-gradient(circle at 50% 20%,rgba(28,91,179,.55),transparent 42%),linear-gradient(145deg,#04112c 0%,#08255a 54%,#031027 100%);padding:40px 20px}.router h1{max-width:960px;margin-inline:auto;text-shadow:0 4px 26px rgba(0,0,0,.25)}.router .role{font-size:1.4rem;font-weight:750;margin:6px 0 26px;color:rgba(255,255,255,.86)}.router .btn-row{justify-content:center}.router .btn{width:min(330px,calc(50vw - 32px));font-size:1.12rem}.page-hero{color:#fff;background:radial-gradient(circle at 18% 10%,rgba(40,99,184,.34),transparent 36%),linear-gradient(140deg,var(--sellstate-deep),var(--sellstate-navy) 62%,#020817);padding:36px 0 96px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:78px}.topbar .logo-small{width:230px}.topbar nav{display:flex;gap:18px;align-items:center;color:rgba(255,255,255,.84);font-weight:750;font-size:.98rem}.topbar nav a:hover{color:#fff}.page-hero .lead{color:rgba(255,255,255,.84)}.hero-kicker{font-size:1.25rem;text-transform:uppercase;letter-spacing:.17em;color:var(--built-gold);font-weight:900;margin-bottom:20px}.split{display:grid;grid-template-columns:1.12fr .88fr;gap:42px;align-items:center}.proof-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:32px;color:#fff;backdrop-filter:blur(12px)}.quote{font-size:clamp(1.45rem,2.7vw,2.1rem);line-height:1.15;letter-spacing:-.025em;font-weight:850}.quote cite{display:block;font-style:normal;font-size:1rem;line-height:1.4;margin-top:20px;color:rgba(255,255,255,.72);font-weight:650}.pill-row{display:flex;gap:12px;flex-wrap:wrap}.pill{border-radius:999px;padding:10px 14px;background:#fff;border:1px solid var(--line);font-weight:800;color:var(--sellstate-navy);font-size:.9rem}.feature-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}.feature-list li{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start}.feature-list li:before{content:"→";color:var(--built-gold);font-weight:950}.price-card{border:2px solid var(--line)}.price{font-size:2.8rem;line-height:1;font-weight:900;letter-spacing:-.04em;color:var(--sellstate-navy);margin:12px 0}.economics-buttons{margin-top:30px;align-items:stretch}.economics-buttons .btn{flex:1 1 300px;text-align:center}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:step}.step{counter-increment:step;position:relative}.step:before{content:counter(step);display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--sellstate-navy);color:#fff;font-weight:900;margin-bottom:18px}.guarantee{background:linear-gradient(140deg,var(--sellstate-navy),#020817);color:#fff}.guarantee .lead{color:rgba(255,255,255,.8)}.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px 22px}.faq summary{cursor:pointer;font-weight:850;color:var(--sellstate-navy);font-size:1.05rem}.faq p{margin:12px 0 0;color:var(--muted)}.cta-band{background:var(--sellstate-navy);color:#fff;text-align:center}.cta-band .lead{margin-inline:auto;color:rgba(255,255,255,.82)}.footer{padding:34px 0;color:#6a7280;text-align:center;font-size:.95rem;background:#fff}.footer a{font-weight:800;color:var(--sellstate-navy)}
@media (max-width:860px){body{font-size:17px}.section{padding:62px 0}.split,.grid-2,.grid-3,.grid-4,.timeline{grid-template-columns:1fr}.topbar{align-items:flex-start;gap:22px;flex-direction:column;margin-bottom:56px}.topbar nav{flex-wrap:wrap}.router .btn{width:100%}.router .btn-row{width:min(420px,100%)}.logo{margin-bottom:34px}h1{font-size:clamp(2.55rem,13vw,4rem)}.card{padding:24px}.page-hero{padding-bottom:72px}}


/* SELLSTATE HERO PROOF V2: Barry / Sean */
.no-wrap{white-space:nowrap}
.sellstate-hero-split{position:relative;display:block;min-height:560px;gap:0;align-items:initial}
.sellstate-hero-copy{position:relative;z-index:4;width:min(720px,58vw);padding:48px 0 48px}
.sellstate-person-hero{position:absolute;right:0;bottom:-96px;width:58%;height:560px;min-height:560px;z-index:2;pointer-events:none}
.sellstate-person-hero img{position:absolute;right:-90px;bottom:0;height:560px;width:auto;max-width:none;object-fit:contain;object-position:right bottom}
.sellstate-sean-hero img{right:-88px;height:560px}
.sellstate-person-quote{position:absolute;left:-135px;top:240px;z-index:3;width:360px;max-width:360px;text-align:right}
.sellstate-person-quote p{font-size:clamp(.816rem,.867vw,.884rem);line-height:1.22;margin-bottom:15px;font-weight:500;color:rgba(255,255,255,.92);text-align:right}
.sellstate-person-quote strong{color:#fff;font-weight:650}
.sellstate-person-quote cite{display:block;font-style:normal;color:rgba(255,255,255,.86);font-weight:500;font-size:.82rem;white-space:nowrap;text-align:right}
.sellstate-sean-quote{left:-30px;top:150px}
@media (max-width:900px){.sellstate-hero-split{min-height:auto;display:grid;grid-template-columns:1fr;gap:28px}.sellstate-hero-copy{width:100%;padding:10px 0 0}.sellstate-person-hero{position:relative;right:auto;bottom:auto;width:100%;height:auto;min-height:0;display:grid;grid-template-columns:minmax(160px,260px) 1fr;gap:18px;align-items:end;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:22px;overflow:hidden}.sellstate-person-hero img{position:relative;right:auto;bottom:auto;height:auto;width:100%;max-width:260px;align-self:end}.sellstate-person-quote,.sellstate-sean-quote{position:relative;left:auto;top:auto;width:auto;max-width:none;text-align:left;align-self:center}.sellstate-person-quote p,.sellstate-person-quote cite{text-align:left}}
@media (max-width:620px){.sellstate-person-hero{grid-template-columns:1fr;padding:20px}.sellstate-person-hero img{max-width:220px;margin-inline:auto}.sellstate-person-quote{text-align:center}.sellstate-person-quote p,.sellstate-person-quote cite{text-align:center}}


/* Final Sellstate Franchisee launch polish */
.sellstate-franchisee-page .sellstate-hero-copy {
  width: min(640px, 52vw);
}
.sellstate-leader-title {
  display: grid;
  gap: 2px;
  font-size: clamp(3.14rem, 4.14vw, 4.28rem);
  line-height: 0.98;
  margin-bottom: 24px;
}
.sellstate-leader-title span:first-child {
  display: block;
  color: #fff;
}
.sellstate-leader-title span:last-child {
  display: block;
  color: var(--built-gold);
  font-style: italic;
  text-transform: uppercase;
}
.sellstate-franchisee-page .sellstate-hero-copy .lead {
  max-width: 535px;
}
.sellstate-franchisee-page .sellstate-person-quote {
  left: -30px;
  top: 150px;
}
.sellstate-flywheel-section { background: #fff; }
.sellstate-flywheel-section .section-intro {
  max-width: 880px;
  margin: 0 auto 56px;
  text-align: center;
}
.sellstate-flywheel-section .section-intro .eyebrow { margin-bottom: 14px; }
.sellstate-flywheel-section .section-intro h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.sellstate-flywheel-section .section-intro .lead {
  margin: 0 auto;
  color: #4a4a4a;
  max-width: 780px;
}
.flywheel-rows {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  gap: 26px;
}
.flywheel-row {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}
.flywheel-word {
  font-size: clamp(30px, 4.35vw, 54px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 900;
  color: rgba(5, 17, 44, 0.54);
  text-transform: uppercase;
  white-space: nowrap;
}
.flywheel-word.accent {
  color: var(--built-gold);
  font-style: italic;
}
.flywheel-copy-block {
  max-width: 620px;
  padding-top: 3px;
}
.flywheel-copy-block h3 {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--built-gold);
  font-size: 0.78rem;
  font-weight: 900;
}
.flywheel-copy-block p {
  margin: 0;
  color: #424242;
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 900px) {
  .sellstate-franchisee-page .sellstate-hero-copy { width: 100%; }
  .sellstate-franchisee-page .sellstate-person-quote { left: auto; top: auto; }
  .flywheel-row { grid-template-columns: 1fr; gap: 8px; }
  .flywheel-word { font-size: clamp(34px, 10vw, 52px); }
}

/* Final Sellstate Agent launch polish */
.sellstate-agent-title {
  display: grid;
  gap: 4px;
  font-size: clamp(2.1rem, 4.5vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  max-width: 650px;
}
.sellstate-agent-title span {
  display: block;
  white-space: nowrap;
}
.sellstate-agent-title span:nth-child(1),
.sellstate-agent-title span:nth-child(2) {
  color: #fff;
}
.sellstate-agent-title span:nth-child(3) {
  color: var(--built-gold);
}
.sellstate-pricing-lead {
  max-width: 760px;
  margin-bottom: 28px;
}
.sellstate-free-step-grid {
  align-items: stretch;
}
.sellstate-free-step-card .price {
  color: var(--built-gold);
}
@media (max-width: 900px) {
  .sellstate-agent-title span { white-space: normal; }
  .sellstate-agent-title { font-size: clamp(2.65rem, 11vw, 4rem); }
}


/* Final flight polish */
.sellstate-agent-title + .lead {
  max-width: 500px;
}
.sellstate-register-page .register-wrap h1 {
  font-size: clamp(1.9rem, 4.1vw, 3.825rem);
}
.sellstate-register-page .register-wrap .lead {
  max-width: 560px;
}
@media (max-width: 900px) {
  .sellstate-register-page .register-wrap h1 {
    font-size: clamp(1.9rem, 9vw, 3.05rem);
  }
}
