*{box-sizing:border-box}
:root{
  --dark:#08111f;
  --dark2:#111827;
  --blue:#0f5fe2;
  --red:#ef1d1d;
  --yellow:#facc15;
  --green:#16a34a;
  --mint:#ecfdf5;
  --paper:#fffdf2;
  --line:#e5e7eb;
  --muted:#64748b;
  --text:#111827;
  --radius:18px;
  --shadow:0 20px 50px rgba(0,0,0,.20);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left,rgba(250,204,21,.28),transparent 34%),
    radial-gradient(circle at top right,rgba(239,29,29,.20),transparent 35%),
    linear-gradient(145deg,#e0f2fe 0%,#f8fafc 42%,#fef3c7 100%);
}
a{color:inherit}
.site-wrap{width:980px;max-width:calc(100% - 24px);margin:18px auto 36px}
.notice{
  background:#111827;color:#fff;border:2px solid #facc15;border-radius:999px;
  padding:9px 14px;text-align:center;font-size:13px;font-weight:800;margin:0 auto 14px;
  box-shadow:0 6px 18px rgba(0,0,0,.16)
}
.nav{
  display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
  background:rgba(255,255,255,.92);border:1px solid rgba(15,23,42,.10);
  box-shadow:0 8px 22px rgba(15,23,42,.12);border-radius:22px;padding:12px 16px;margin-bottom:18px;
}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;color:#111827;text-decoration:none}
.brand-mark{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ef1d1d;color:#fff;font-size:22px;box-shadow:0 4px 12px rgba(239,29,29,.28)}
.nav-links{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:center}
.nav-links a{font-size:13px;font-weight:800;text-decoration:none;padding:8px 10px;border-radius:999px;color:#111827}
.nav-links a:hover,.nav-links a.active{background:#111827;color:#fff}
.nav-cta{background:#ef1d1d!important;color:#fff!important;box-shadow:0 4px 14px rgba(239,29,29,.25)}
.hero{
  background:linear-gradient(180deg,#111827 0%,#05070c 100%);color:#fff;border-radius:28px;padding:34px 24px;
  box-shadow:var(--shadow);text-align:center;position:relative;overflow:hidden;border:3px solid rgba(250,204,21,.55)
}
.hero:before{content:"";position:absolute;inset:-80px;background:radial-gradient(circle at top,#ef1d1d 0%,transparent 30%),radial-gradient(circle at 80% 20%,#facc15 0%,transparent 22%);opacity:.30;pointer-events:none}
.hero > *{position:relative;z-index:1}
.eyebrow{display:inline-block;background:#facc15;color:#111827;font-weight:900;border-radius:999px;padding:8px 14px;font-size:14px;margin-bottom:12px;box-shadow:0 6px 18px rgba(250,204,21,.25)}
h1{font-family:Impact,Arial Black,Arial,sans-serif;font-size:clamp(40px,7vw,76px);line-height:.98;margin:0 0 12px;letter-spacing:.5px;text-transform:uppercase;text-shadow:0 4px 0 rgba(0,0,0,.30)}
h2{font-size:clamp(28px,4vw,42px);line-height:1.08;margin:0 0 14px;text-align:center;color:#111827}
h3{font-size:22px;margin:0 0 10px;color:#111827}
p{font-size:18px;line-height:1.55;margin:0 0 14px}.hero p{font-size:22px;max-width:820px;margin-left:auto;margin-right:auto;color:#f8fafc}.subline{font-size:24px!important;font-weight:900;color:#facc15!important}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:center;text-align:left}.hero-grid h1{text-align:left}.hero-grid .hero-card{text-align:center}
.hype-pills{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:20px auto 0}.pill{background:#fff;color:#111827;border:2px solid #facc15;border-radius:999px;padding:9px 13px;font-weight:900;font-size:14px;box-shadow:0 3px 10px rgba(0,0,0,.18)}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:center;margin:24px auto 6px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:13px 24px;border-radius:999px;text-decoration:none;font-weight:900;font-size:20px;border:0;cursor:pointer;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.18)}.btn-red{background:#ef1d1d;color:#fff}.btn-red:hover{background:#cf1515}.btn-dark{background:#111827;color:#fff}.btn-yellow{background:#facc15;color:#111827}.btn-outline{background:#fff;color:#111827;border:2px solid #111827}.btn-blue{background:#0f5fe2;color:#fff}.small{font-size:13px;color:#475569;line-height:1.45}.hero .small{color:#cbd5e1}.section{background:rgba(255,255,255,.96);border-radius:24px;padding:28px 24px;margin:20px 0;box-shadow:0 10px 24px rgba(15,23,42,.10);border:1px solid rgba(15,23,42,.08)}.section.dark{background:#111827;color:#fff}.section.dark h2,.section.dark h3{color:#fff}.section.dark p{color:#e5e7eb}.section.warning{background:#fff7ed;border:3px solid #f97316}.section.green{background:#ecfdf5;border:3px solid #16a34a}.section.yellow{background:#fffdf2;border:3px solid #facc15}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;box-shadow:0 6px 18px rgba(15,23,42,.08)}.dark .card{background:#0b1220;border-color:#334155}.card-icon{font-size:34px;margin-bottom:8px}.list{margin:14px 0 0;padding-left:22px}.list li{font-size:18px;line-height:1.45;margin-bottom:10px}.check-list{list-style:none;padding:0;margin:16px 0 0}.check-list li{position:relative;padding-left:34px;font-size:18px;line-height:1.45;margin-bottom:12px}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:24px;height:24px;border-radius:50%;background:#16a34a;color:#fff;display:grid;place-items:center;font-weight:900}.capture{background:linear-gradient(180deg,#fffdf2 0%,#fff 100%);border:4px solid #ef1d1d;border-radius:22px;padding:24px;text-align:center;box-shadow:0 14px 30px rgba(239,29,29,.16)}.capture h2{color:#ef1d1d}.capture-form{display:flex;gap:10px;justify-content:center;align-items:center;max-width:680px;margin:18px auto 8px}.capture-form input[type=email],.field{height:54px;border:3px solid #111827;border-radius:999px;padding:0 18px;font-size:18px;min-width:0;width:100%;background:#fff}.capture-form input[type=email]:focus,.field:focus{outline:none;border-color:#ef1d1d;box-shadow:0 0 0 4px rgba(239,29,29,.14)}.capture-form button{height:54px;white-space:nowrap}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.proof-line{font-size:24px;font-weight:900;text-align:center;padding:18px;background:#fffdf2;border:5px ridge #ef1d1d;border-radius:14px}.proof-line strong{color:#ef1d1d}.step{display:flex;gap:14px;align-items:flex-start;margin:18px 0}.step-num{width:42px;height:42px;border-radius:50%;background:#ef1d1d;color:#fff;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.step-body p{margin-bottom:0}.quote{font-size:24px;font-weight:900;text-align:center;color:#111827;background:#facc15;padding:20px;border-radius:18px;border:3px solid #111827}.disclaimer{font-size:13px;line-height:1.55;color:#475569;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:14px;margin-top:18px}.footer{text-align:center;color:#64748b;font-size:13px;margin:24px auto}.footer a{font-weight:800;color:#111827;text-decoration:none}.calculator{background:#fff;border:3px solid #16a34a;border-radius:22px;overflow:hidden;box-shadow:0 14px 34px rgba(22,163,74,.16)}.calc-head{background:linear-gradient(180deg,#22c55e 0%,#15803d 100%);color:#fff;text-align:center;padding:22px}.calc-head h2{color:#fff;margin:0}.calc-controls{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding:18px;background:#f8fafc}.calc-controls label{font-size:13px;font-weight:900;color:#111827}.calc-controls input{margin-top:6px;height:44px;border:2px solid #111827;border-radius:10px;padding:0 8px;width:100%;font-size:18px;font-weight:900;text-align:center}.scenario-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;padding:16px;background:#fff}.scenario-buttons button{border:2px solid #111827;background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.scenario-buttons button:hover{background:#111827;color:#fff}.calc-total{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;background:#111827;color:#fff;padding:18px;text-align:center;font-size:22px;font-weight:900}.calc-total strong{background:#fffdf2;color:#16a34a;border:4px solid #ef1d1d;border-radius:999px;padding:8px 18px;font-size:32px;display:inline-block}.table-wrap{overflow:auto;padding:0 16px 18px;background:#fff}.calc-table{width:100%;border-collapse:collapse;text-align:center;min-width:650px}.calc-table th{background:#dcfce7;color:#166534}.calc-table th,.calc-table td{border:1px solid #bbf7d0;padding:10px;font-weight:800}.calc-table tr:nth-child(even) td{background:#f0fdf4}.faq-item{border-bottom:1px solid #e5e7eb;padding:18px 0}.faq-item:last-child{border-bottom:0}.faq-item h3{color:#ef1d1d}.page-title{background:#fff;border-radius:24px;padding:26px;text-align:center;margin:18px 0;box-shadow:0 10px 24px rgba(15,23,42,.10)}.page-title h1{color:#111827;text-shadow:none;font-size:clamp(38px,6vw,62px)}.page-title p{max-width:760px;margin-left:auto;margin-right:auto}.mini-nav{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:16px}.mini-nav a{background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;padding:8px 12px;text-decoration:none;font-weight:800;font-size:14px}.mini-nav a:hover{background:#111827;color:#fff}.highlight-red{color:#ef1d1d;font-weight:900}.highlight-green{color:#16a34a;font-weight:900}.center{text-align:center}.video-placeholder{background:#000;border:7px ridge #ef1d1d;border-radius:14px;aspect-ratio:16/9;display:grid;place-items:center;color:#fff;text-align:center;padding:20px;box-shadow:0 8px 20px rgba(0,0,0,.18)}.video-placeholder strong{font-size:28px;display:block;margin-bottom:8px}.domain-note{background:#eff6ff;border:2px solid #0f5fe2;border-radius:16px;padding:14px;text-align:center;font-weight:800;color:#0b397f;margin-top:18px}@media (max-width:850px){.hero-grid,.grid,.grid.two,.calc-controls{grid-template-columns:1fr}.hero-grid h1{text-align:center}.hero-grid{text-align:center}.capture-form{flex-direction:column}.capture-form button{width:100%}.btn{width:100%}.nav{justify-content:center}.brand{width:100%;justify-content:center}.nav-links{width:100%}h1{font-size:42px}.section{padding:22px 16px}.site-wrap{max-width:calc(100% - 16px)}}
