
:root{--ink:#0f172a;--muted:#475569;--line:#dbe4ee;--soft:#f8fafc;--blue:#2563eb;--blue2:#1d4ed8;--white:#fff;--shadow:0 20px 55px rgba(15,23,42,.14);--shadow-sm:0 12px 32px rgba(15,23,42,.09);--radius:26px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:#fff;color:var(--ink);line-height:1.5}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{max-width:1180px;margin:auto;padding:0 22px}.narrow{max-width:880px}.small{color:#64748b;font-size:.92rem}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,228,238,.9)}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-weight:950;letter-spacing:.04em}.brand-drop{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 7px 12px rgba(37,99,235,.22))}.menu{display:flex;align-items:center;gap:20px;font-weight:850;font-size:.94rem}.menu a:hover,.menu a.active{color:var(--blue)}.pill{padding:11px 18px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-weight:950}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px 12px;font-weight:950;font-size:18px}
.hero{position:relative;overflow:hidden;min-height:650px;display:flex;align-items:center;text-align:center;background:linear-gradient(rgba(248,250,252,.50),rgba(248,250,252,.74)),url('/assets/homepage-seattle-rain.png') center/cover no-repeat}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.04) 45%,rgba(255,255,255,.28) 100%)}.hero-content{position:relative;z-index:1;max-width:910px;margin:0 auto;padding:92px 0}.hero-brand-text{display:block;margin:0 0 12px;font-size:clamp(2.9rem,7.4vw,5.7rem);line-height:.92;font-weight:950;letter-spacing:-.08em}.hero h1,.page-hero h1{font-size:clamp(3.1rem,8vw,6rem);line-height:.92;letter-spacing:-.08em;margin:0 0 20px;font-weight:950}.lead{font-size:clamp(1.12rem,2vw,1.34rem);color:#1e293b;font-weight:720;max-width:760px;margin:0 auto}.mission-line{font-weight:950;margin-top:12px}.actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:14px;font-weight:950;box-shadow:var(--shadow-sm)}.btn-primary{background:var(--ink);color:#fff}.btn-secondary{background:#fff;border:1px solid var(--line)}.btn-blue{background:var(--blue);color:#fff}
.trust-wrap{margin-top:-40px;position:relative;z-index:2}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.trust div{background:#fff;padding:22px}.trust strong{display:block;margin-bottom:5px}.trust span{color:var(--muted);font-size:.92rem}
section{padding:76px 0}.section-soft{background:#f8fafc}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#1d4ed8;font-size:.78rem;font-weight:950;margin-bottom:10px}h2{font-size:clamp(2.2rem,5vw,4rem);line-height:.96;letter-spacing:-.06em;margin:0 0 16px;font-weight:950}h3{margin:0 0 10px}.copy{max-width:760px;color:var(--muted);font-size:1.06rem}.page-hero{padding:84px 0 50px;background:linear-gradient(180deg,#f8fafc,#ffffff);text-align:center}.page-hero .copy{margin:0 auto}.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm)}.panel.soft{background:#f8fafc}.panel p{color:var(--muted)}.panel p:last-child{margin-bottom:0}.stat{display:flex;gap:14px;align-items:center;background:#0f172a;color:#fff;border-radius:20px;padding:18px;margin-top:20px}.stat .n{font-size:2.6rem;line-height:1;font-weight:950;letter-spacing:-.06em}.stat span{display:block;color:#cbd5e1;font-size:.92rem}.launch-check{margin:26px 0 30px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow-sm)}.launch-check strong{display:block;font-size:1.18rem;margin-bottom:10px}.launch-check ul{margin:0;padding-left:20px;color:var(--muted);font-weight:760}.launch-check li{margin:5px 0}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:32px}.card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.card-img{height:260px;background:linear-gradient(145deg,#f8fafc,#dbeafe);display:grid;place-items:center;position:relative;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:contain;padding:14px}.card-img.fallback::after{content:"Product image missing";color:#64748b;font-weight:800;font-size:.9rem}.body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.product-tag{font-size:.76rem;font-weight:950;color:#1d4ed8;text-transform:uppercase;letter-spacing:.12em}.title{font-size:1.35rem;line-height:1.05;margin:0;font-weight:950}.meta,.ship-note{font-size:.92rem;color:#64748b}.body p{margin:0;color:var(--muted)}.row{display:flex;align-items:center;gap:10px;margin-top:auto;flex-wrap:wrap}.price{font-size:1.35rem;font-weight:950;margin-right:auto}.buy,.details{border-radius:12px;padding:10px 14px;font-weight:950;font-size:.9rem;white-space:nowrap}.buy{background:#2563eb;color:#fff}.buy:hover{background:#1d4ed8}.details{background:#f8fafc;border:1px solid var(--line)}
.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:42px;align-items:start}.product-image{background:linear-gradient(145deg,#f8fafc,#dbeafe);border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow-sm);min-height:520px;display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;padding:26px}.product-info h1{font-size:clamp(2.7rem,6vw,5rem);line-height:.94;letter-spacing:-.07em;margin:0 0 12px}.product-price{font-size:2rem;font-weight:950;margin:12px 0}.detail-list{display:grid;gap:10px;margin:22px 0}.detail-list div{background:#f8fafc;border:1px solid var(--line);border-radius:16px;padding:13px 15px;color:#334155;font-weight:760}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.info-grid .panel{padding:22px}.breadcrumbs{font-weight:850;color:#64748b;margin-bottom:22px}.breadcrumbs a{color:#1d4ed8}
.story-card{background:#f8fafc;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:var(--shadow-sm);max-width:920px;margin:26px auto 0}.story-card h3{font-size:clamp(1.8rem,4vw,3rem);line-height:1;letter-spacing:-.05em;margin:0 0 20px;font-weight:950}.story-card p{color:var(--muted);font-size:1.06rem;margin:0 0 16px}.story-card .story-close{font-weight:950;color:var(--ink);font-size:1.15rem;margin-top:20px}.story-actions{margin-top:28px}.forms{background:#0f172a;color:#fff}.forms .copy{color:#cbd5e1}.forms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.form{background:#fff;color:var(--ink);border-radius:26px;padding:25px}.form h3{margin:0 0 8px}.form p{color:var(--muted);margin:0 0 16px}label{display:block;font-weight:850;font-size:.9rem;margin:12px 0 7px}input,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;font:inherit}textarea{min-height:120px}.submit{margin-top:14px;width:100%;border:0;border-radius:14px;background:#2563eb;color:#fff;font-weight:950;padding:14px;cursor:pointer}.permission{font-size:.82rem}.faq{display:grid;gap:14px;margin-top:28px}.faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.faq summary{font-weight:950;cursor:pointer}.faq p{color:var(--muted)}footer{background:#020617;color:#fff;padding:44px 0}.footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer p,.footer a,.footer .small{color:#cbd5e1}.footer a:hover{color:#fff}.notice{border-left:5px solid #2563eb;background:#eff6ff;padding:18px 20px;border-radius:18px;color:#1e3a8a;font-weight:800}.two-col-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px}.check{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.check strong{display:block;margin-bottom:8px}.check p{margin:0;color:var(--muted)}
@media(max-width:1000px){.grid{grid-template-columns:repeat(2,1fr)}.trust{grid-template-columns:repeat(2,1fr)}.split,.product-layout,.footer{grid-template-columns:1fr}.product-image{min-height:380px}.forms-grid{grid-template-columns:1fr}.info-grid{grid-template-columns:1fr}.two-col-list{grid-template-columns:1fr}.menu{display:none;position:absolute;left:0;right:0;top:74px;background:#fff;border-bottom:1px solid var(--line);padding:18px 22px;flex-direction:column;align-items:flex-start}.menu-open .menu{display:flex}.menu-toggle{display:block}.pill{display:inline-flex}.hero{min-height:580px}.hero-content{padding:68px 0}.trust-wrap{margin-top:0;padding-top:18px}}
@media(max-width:640px){.grid{grid-template-columns:1fr}.trust{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:3.05rem}.hero-brand-text{font-size:2.65rem}.actions{flex-direction:column}.btn{width:100%}.nav{height:68px}.brand span{font-size:.88rem}.card-img{height:230px}.row{align-items:stretch}.row a{flex:1;text-align:center}.price{width:100%;}.page-hero{padding-top:60px}section{padding:56px 0}}


/* V20 sales clarity / trust upgrade */
.hero .lead{max-width:820px}.product-page-hero{text-align:left}.product-lead{margin:0;max-width:none;text-align:left}.product-actions{justify-content:flex-start;margin-top:18px}.confidence-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm);margin:28px 0}.confidence-strip div{background:#fff;padding:22px}.confidence-strip strong{display:block;margin-bottom:5px;font-weight:950}.confidence-strip span{display:block;color:var(--muted);font-size:.93rem}.early-note{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;border-radius:20px;padding:18px 20px;font-weight:780;margin-top:20px}.early-note strong{font-weight:950}.product-info .lead{color:#334155}.card .body p{min-height:3.1em}.buy,.details,.btn{transition:transform .15s ease,background .15s ease,border-color .15s ease}.buy:hover,.details:hover,.btn:hover{transform:translateY(-1px)}
@media(max-width:1000px){.confidence-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.confidence-strip{grid-template-columns:1fr}.confidence-strip div{padding:18px}.product-page-hero{text-align:left}.product-actions{align-items:stretch}.product-actions .btn{width:100%}.card .body p{min-height:0}.lead{font-size:1.05rem}.product-info h1{font-size:2.85rem}.product-image{min-height:320px}.trust div{padding:18px}.launch-check{padding:18px}.launch-check li{margin:8px 0}.buy,.details{padding:12px 14px}}

/* V21 TopDog sales/proof upgrade */
.hero-v21{min-height:710px;background:linear-gradient(rgba(248,250,252,.38),rgba(248,250,252,.78)),url('/assets/homepage-seattle-rain.png') center/cover no-repeat}.hero-v21 h1{font-size:clamp(3rem,7.2vw,6.3rem);max-width:1000px;margin-left:auto;margin-right:auto}.hero-v21 .lead{max-width:900px;color:#102033;font-weight:780}.hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:22px auto 0}.hero-badges span{display:inline-flex;align-items:center;border:1px solid rgba(15,23,42,.14);background:rgba(255,255,255,.82);backdrop-filter:blur(10px);border-radius:999px;padding:9px 13px;font-size:.86rem;font-weight:950;color:#0f172a;box-shadow:0 8px 22px rgba(15,23,42,.06)}.page-badges{margin-bottom:4px}.trust-v21 strong{font-size:1.02rem}.featured-card{border-color:#bfdbfe;box-shadow:0 20px 50px rgba(37,99,235,.13)}.impact-panel{background:linear-gradient(145deg,#0f172a,#1e293b);color:#fff}.impact-panel p{color:#dbeafe}.impact-panel .btn{box-shadow:none}.proof-grid,.system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}.proof-card,.system-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow-sm)}.proof-card strong,.system-card strong{display:block;font-size:1.1rem;margin:4px 0 7px}.proof-card span,.system-card span{display:block;color:var(--muted)}.proof-label{font-size:.76rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:#1d4ed8}.system-grid{grid-template-columns:repeat(4,1fr)}.tight-list{margin:0 0 22px;padding-left:20px;color:var(--muted);font-weight:760}.tight-list li{margin:8px 0}.v21-check strong{font-size:1.3rem}.product-body{padding-bottom:0}.mobile-sticky-cta{display:none}.forms-grid-four{grid-template-columns:repeat(4,1fr)}.product-actions .btn-blue{background:#0f172a;color:#fff}.product-actions .btn-blue:hover{background:#1d4ed8}.product-info .small{font-weight:760}.confidence-strip div{min-height:112px}.card{transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease}.card:hover{transform:translateY(-2px);box-shadow:0 22px 52px rgba(15,23,42,.13);border-color:#bfdbfe}.buy{background:#0f172a}.buy:hover{background:#1d4ed8}.notice a,.panel a,.copy a{color:#1d4ed8;font-weight:900}
@media(max-width:1100px){.forms-grid-four{grid-template-columns:repeat(2,1fr)}.system-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1000px){.proof-grid{grid-template-columns:1fr}.hero-v21{min-height:620px}}
@media(max-width:640px){body.product-body{padding-bottom:72px}.mobile-sticky-cta{display:block;position:fixed;left:0;right:0;bottom:0;z-index:80;background:rgba(255,255,255,.96);border-top:1px solid var(--line);padding:10px 14px;box-shadow:0 -10px 28px rgba(15,23,42,.10)}.mobile-sticky-cta a{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;border-radius:14px;background:#0f172a;color:#fff;font-weight:950}.hero-v21 h1{font-size:2.9rem}.hero-v21{min-height:620px}.hero-badges{align-items:stretch}.hero-badges span{width:100%;justify-content:center}.proof-grid,.system-grid,.forms-grid-four{grid-template-columns:1fr}.product-actions .btn{min-height:56px}.card:hover{transform:none}.confidence-strip div{min-height:0}.menu{gap:16px}.menu a{font-size:1rem}.pill{padding:12px 16px}}


/* V23 sales-only conversion pass */
.hero-actions-single{margin-top:30px}.btn-large{min-height:60px;padding:0 30px;font-size:1.02rem}.buy-benefit-line{margin:18px 0 8px;color:#102033;font-weight:900;font-size:1.02rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;padding:13px 15px}.confidence-near-buy{margin:18px 0 0;box-shadow:none}.shop-guide{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0 26px}.shop-guide a{display:block;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow-sm)}.shop-guide strong{display:block;font-weight:950;margin-bottom:5px}.shop-guide span{display:block;color:var(--muted);font-size:.92rem}.tight-list{margin:0 0 20px;padding-left:20px;color:var(--muted);font-weight:760}.tight-list li{margin:7px 0}.product-actions .btn-blue{min-height:58px;font-size:1.02rem}.product-actions .btn-secondary{box-shadow:none}.mobile-sticky-cta a{min-height:54px;display:flex;align-items:center;justify-content:center;border-radius:14px;font-size:1rem}.hero-v21 .lead{font-size:clamp(1.14rem,2.1vw,1.42rem)}.buy{min-height:42px;display:inline-flex;align-items:center;justify-content:center}.details{min-height:42px;display:inline-flex;align-items:center;justify-content:center}
@media(max-width:1000px){.shop-guide{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.hero-v21{min-height:620px}.hero-actions-single .btn{width:100%;min-height:62px}.shop-guide{grid-template-columns:1fr;gap:12px}.shop-guide a{padding:16px}.product-actions{gap:10px}.product-actions .btn-blue{min-height:62px}.product-actions .btn-secondary{min-height:50px}.buy-benefit-line{font-size:1rem;padding:14px;margin-top:16px}.confidence-near-buy{margin-top:16px}.mobile-sticky-cta{padding:12px 14px calc(12px + env(safe-area-inset-bottom))}.mobile-sticky-cta a{min-height:56px}.row{gap:9px}.buy,.details{min-height:46px}.card .body{padding:18px}.card-img{height:220px}.page-hero .copy{font-size:1.02rem}.hero-badges span{font-size:.8rem;padding:8px 11px}}


/* V24 operating-machine capture layer */
.operating-capture .form{box-shadow:var(--shadow-sm);border:1px solid var(--line)}
.compact-form select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;font:inherit;background:#fff;color:var(--ink)}
.optional{font-weight:700;color:#64748b;font-size:.82rem}
[data-frg-action="buy_click"]{position:relative}
@media(max-width:640px){.operating-capture .split{gap:20px}.compact-form{padding:20px}.compact-form .submit{min-height:54px}}


/* V25 premium restraint and SEO pass */
.hero-v21{
  min-height:640px;
  background:linear-gradient(rgba(248,250,252,.30),rgba(248,250,252,.76)),image-set(url('/assets/homepage-seattle-rain.webp') type('image/webp'), url('/assets/homepage-seattle-rain.png') type('image/png')) center/cover no-repeat;
}
.hero-v21 .hero-content{
  max-width:860px;
  padding:82px 0 74px;
}
.hero-v21 .hero-brand-text{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  margin:0 auto 16px;
  padding:9px 13px;
  border:1px solid rgba(15,23,42,.14);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(10px);
  color:#0f172a;
  font-size:.78rem;
  line-height:1;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
  box-shadow:0 8px 22px rgba(15,23,42,.06);
}
.hero-v21 h1{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:18px;
  font-size:clamp(2.85rem,5.55vw,5rem);
  line-height:.96;
  letter-spacing:-.065em;
}
.hero-v21 .lead{
  max-width:720px;
  font-size:clamp(1.02rem,1.55vw,1.2rem);
  line-height:1.45;
  font-weight:760;
}
.hero-badges{margin-top:18px;}
.hero-actions-single{margin-top:26px;}
.seo-support h2{max-width:760px;}
.seo-support .panel h3{margin-bottom:12px;}
@media(max-width:1000px){
  .hero-v21{min-height:560px;}
  .hero-v21 .hero-content{padding:62px 0 64px;}
}
@media(max-width:640px){
  .hero-v21{min-height:560px;}
  .hero-v21 .hero-content{padding:54px 0 58px;}
  .hero-v21 .hero-brand-text{font-size:.68rem;letter-spacing:.11em;margin-bottom:13px;}
  .hero-v21 h1{font-size:2.55rem;line-height:1;letter-spacing:-.06em;}
  .hero-v21 .lead{font-size:1rem;line-height:1.42;}
  .hero-badges{gap:8px;}
  .hero-actions-single .btn{min-height:58px;}
}
