*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:#fff;color:#0D1B3E;overflow-x:hidden}
a{text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:980px;margin:0 auto;padding:0 24px}
.section{padding:72px 0}
.center{text-align:center}
.eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#1D9E75;margin-bottom:14px}
h1,h2,h3{font-family:'Playfair Display',serif}
h1{font-size:clamp(38px,6vw,68px);line-height:1.05;color:#fff;max-width:850px;margin:0 auto 18px}
h1 span,h2 span{color:#1D9E75}
h2{font-size:clamp(28px,4vw,46px);line-height:1.1;margin-bottom:16px}
h3{font-size:25px;line-height:1.2}
p{font-size:17px;line-height:1.75;color:#556A82}
.hero{background:#0D1B3E;padding:72px 0 64px;text-align:center;position:relative;overflow:hidden}
.hero:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 75% 55% at 50% 0%,rgba(29,158,117,.18),transparent 70%)}
.hero .wrap{position:relative}
.hero-tag{display:inline-block;background:#C9A84C;color:#0D1B3E;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;padding:7px 18px;border-radius:4px;margin-bottom:20px}
.hero-sub{max-width:760px;margin:0 auto 30px;color:rgba(255,255,255,.72);font-size:19px}
.btn{display:inline-block;background:#C9A84C;color:#0D1B3E;font-weight:800;font-size:18px;padding:18px 34px;border-radius:8px;transition:.2s}
.btn:hover{transform:translateY(-2px);background:#b8942a}
.fine{font-size:12px;color:rgba(255,255,255,.4);margin-top:12px}
.value-statement{background:#E1F5EE;border-left:5px solid #1D9E75;padding:28px 30px;border-radius:12px;max-width:860px;margin:0 auto}
.value-statement p{font-size:20px;line-height:1.65;color:#0D1B3E;font-weight:600}
.soft{background:#F8FAFB}
.dark{background:#0D1B3E;color:#fff}
.dark h2,.dark h3{color:#fff}
.dark p{color:rgba(255,255,255,.68)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:34px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}
.card{background:#fff;border:1px solid #E2E8F0;border-radius:12px;padding:24px}
.card h3{font-size:21px;margin-bottom:10px}
.card p{font-size:14px;line-height:1.7}
.dark .card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1)}
.dark .card p{color:rgba(255,255,255,.62)}
.step-num{width:38px;height:38px;border-radius:50%;background:#C9A84C;color:#0D1B3E;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:16px}
.check-list{list-style:none;display:flex;flex-direction:column;gap:12px;margin-top:18px}
.check-list li{font-size:15px;line-height:1.6;color:#374151;padding-left:24px;position:relative}
.check-list li:before{content:'✓';position:absolute;left:0;color:#1D9E75;font-weight:800}
.dark .check-list li{color:rgba(255,255,255,.72)}
.model-cloud{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:30px}
.model-pill{background:#fff;border:1px solid #E2E8F0;border-radius:10px;padding:14px 10px;font-size:13px;font-weight:700;color:#0D1B3E;text-align:center}
.bonus-label{font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#1D9E75;margin-bottom:8px}
.caveat{background:#FFF8E7;border-left:5px solid #C9A84C;padding:20px 22px;border-radius:10px;margin-top:28px}
.caveat p{font-size:14px;color:#5D4A19}
.price-card{max-width:720px;margin:34px auto 0;border:2px solid #1D9E75;border-radius:16px;overflow:hidden;box-shadow:0 14px 38px rgba(13,27,62,.08)}
.price-head{background:#0D1B3E;color:#fff;padding:28px}
.price-head h3{font-size:30px;color:#fff;margin-bottom:8px}
.price-head p{color:rgba(255,255,255,.62);font-size:14px}
.price-body{padding:28px}
.price-row{display:flex;justify-content:space-between;gap:24px;padding:13px 0;border-bottom:1px solid #E2E8F0;font-size:15px}
.price-row:last-of-type{border-bottom:none}
.price-row span:last-child{font-weight:800;color:#1D9E75}
.price-total{background:#E1F5EE;border-radius:12px;padding:18px;margin:24px 0;text-align:center}
.price-total small{display:block;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#1D9E75}
.price-total strong{display:block;font-family:'Playfair Display',serif;font-size:38px;color:#0D1B3E;line-height:1.2;margin-top:4px}
.price-note{font-size:12px;color:#556A82;margin-top:8px}
.cta{background:linear-gradient(135deg,#071e12,#0D1B3E);text-align:center;padding:80px 0}
.cta h2{color:#fff;font-size:clamp(30px,4.5vw,54px)}
.cta p{max-width:680px;margin:0 auto 28px;color:rgba(255,255,255,.65)}
footer{background:#060E1F;padding:24px;text-align:center}
footer p{font-size:11px;color:rgba(255,255,255,.28)}
footer a{color:rgba(255,255,255,.55)}
@media(max-width:760px){
  .section{padding:52px 0}
  .grid-2,.grid-3{grid-template-columns:1fr}
  .model-cloud{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .model-cloud{grid-template-columns:1fr}
  .price-row{flex-direction:column;gap:4px}
}