*{box-sizing:border-box}html,body{margin:0;padding:0}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#0f172a;background:linear-gradient(#ffffff,#f8fafc)}
.container{max-width:1120px;margin:0 auto;padding:0 16px}
.center{text-align:center}
.mt-12{margin-top:3rem}
.mt-24{margin-top:6rem}
.site-header{position:sticky;top:0;z-index:50;background-color:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:16px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand-logo{height:42px;width:auto;border-radius:4px}
.brand-name{font-weight:800;color:#0f172a}
.nav{display:none;gap:18px}
.nav a{text-decoration:none;color:#334155;font-weight:500}
.header-actions{display:flex;gap:10px;align-items:center}
@media(min-width:768px){.nav{display:flex}}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.2rem;border-radius:16px;border:1px solid #e2e8f0;text-decoration:none;font-weight:600;color:#0f172a}
.btn.primary{background:#0ea5e9;border-color:#0ea5e9;color:#fff}
.btn.block{display:block;width:100%}
.btn:hover{opacity:.95}
.hero{padding:80px 0}
.hero-grid{display:grid;gap:32px;align-items:center}
@media(min-width:1024px){.hero-grid{grid-template-columns:1.1fr .9fr}}
.hero-copy h1{font-size:clamp(30px,4vw,52px);margin:12px 0 0;line-height:1.1}
.hero-copy p{color:#475569;font-size:1.1rem;margin-top:16px}
.accent{background:linear-gradient(90deg,#0284c7,#a21caf);-webkit-background-clip:text;background-clip:text;color:transparent}
.pill{display:inline-flex;align-items:center;background:white;border:1px solid #e2e8f0;padding:.4rem .75rem;border-radius:999px;font-size:.8rem;color:#334155}
.hero-visual{display:flex;justify-content:center}
.hero-visual img{width:260px;max-width:80%;border-radius:18px;box-shadow:0 20px 48px rgba(0,0,0,.15)}
.section{padding:80px 0}
.section-title{font-size:clamp(26px,3vw,36px);margin:0;text-align:center}
.section-subtitle{color:#475569;text-align:center;margin:.5rem auto 2rem;max-width:700px}
.cards{display:grid;gap:16px}
.cards.two{grid-template-columns:1fr}
.cards.three{grid-template-columns:1fr}
.cards.four{grid-template-columns:1fr}
.cards.five{grid-template-columns:1fr}
@media(min-width:768px){.cards.two{grid-template-columns:1fr 1fr}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.five{grid-template-columns:repeat(5,1fr)}}
.card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:20px;box-shadow:0 10px 22px rgba(2,6,23,.05)}
.card h3{margin:0 0 6px;font-size:1.1rem}
.card p{margin:0;color:#475569}
.steps{display:grid;gap:14px;margin-top:20px}
.step{display:flex;gap:14px;background:white;padding:16px;border-radius:14px;border:1px solid #e2e8f0}
.step .num{min-width:28px;height:28px;border-radius:50%;background:#0ea5e9;color:white;font-weight:700;display:flex;align-items:center;justify-content:center}
.card.price{align-items:center;text-align:center;padding:28px}
.price-amount{font-size:2rem;font-weight:800}
.asterisk{color:#64748b;margin-left:2px}
.small{font-size:.9rem}
.dim{color:#64748b}
.site-footer{background:#0b1324;color:#e2e8f0;padding:40px 0;margin-top:40px}
.footer-logo{height:56px;border-radius:8px;background:#020617;padding:4px}
.contact{margin-top:12px}
.disclaimer{margin-top:18px;font-size:.82rem;color:#cbd5e1;line-height:1.45}
