*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,sans-serif;background:#f7f4ee;color:#101828}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,90%);margin:auto}
.navbar{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:18px 6%;background:rgba(8,18,35,.82);backdrop-filter:blur(12px);color:#fff}
.brand{display:flex;align-items:center;gap:12px}
.brand strong{display:block;letter-spacing:3px}
.brand span{font-size:12px;color:#d4b36f}
.logo-mark{width:42px;height:42px;border:1px solid #d4b36f;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#d4b36f;font-weight:700}
nav{display:flex;align-items:center;gap:26px;font-size:14px}
.nav-btn{padding:10px 18px;border-radius:999px;background:#d4b36f;color:#081223;font-weight:700}
.hero{min-height:100vh;background:linear-gradient(120deg,#071226 0%,#122d55 55%,#d4b36f 160%);position:relative;display:flex;align-items:center;padding:130px 6% 80px;overflow:hidden}
.hero:after{content:"";position:absolute;right:-120px;top:120px;width:620px;height:620px;background:radial-gradient(circle,rgba(212,179,111,.28),transparent 70%);border-radius:50%}
.hero-content{position:relative;z-index:1;max-width:850px;color:white}
.eyebrow{text-transform:uppercase;letter-spacing:3px;font-size:13px;color:#d4b36f;font-weight:700}
.dark-text{color:#b58c43}
h1{font-size:clamp(52px,8vw,96px);line-height:.95;margin:16px 0}
.hero-text{font-size:22px;line-height:1.55;color:#e8edf6;max-width:780px}
.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:16px 26px;font-weight:800}
.primary{background:#d4b36f;color:#071226}
.secondary{border:1px solid rgba(255,255,255,.35);color:white}
section{padding:90px 0}
h2{font-size:clamp(34px,5vw,54px);line-height:1.05;color:#0f2346;margin:0 0 18px}
.section-intro{font-size:19px;line-height:1.7;max-width:900px;color:#475467}
.grid{display:grid;gap:22px;margin-top:36px}
.four{grid-template-columns:repeat(4,1fr)}
.card,.price-card,.step,.checklist div{background:white;border-radius:24px;padding:26px;box-shadow:0 18px 45px rgba(16,24,40,.08)}
.card h3,.price-card h3{color:#0f2346;margin-top:0}
.services{background:white}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.price-card{border:1px solid #eee}
.price-card.featured{background:#0f2346;color:#fff;transform:translateY(-12px);border:1px solid #d4b36f}
.price-card.featured h3{color:white}
.badge{display:inline-block;background:#d4b36f;color:#071226;border-radius:999px;padding:7px 12px;font-weight:800;font-size:12px;margin-bottom:12px}
.price{font-size:32px;color:#d4b36f;font-weight:900;margin:12px 0}
ul{padding-left:20px;line-height:1.9}
.process{background:#081223;color:white}
.process h2{color:white}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}
.timeline div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:28px}
.timeline span{color:#d4b36f;font-weight:900;letter-spacing:2px}
.timeline h3{margin-bottom:8px}
.verification{background:#f7f4ee}
.split{display:grid;grid-template-columns:1fr 1.2fr;gap:44px;align-items:center}
.split p{font-size:18px;line-height:1.7;color:#475467}
.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.checklist strong{color:#0f2346;font-size:20px}
.cta{text-align:center;background:linear-gradient(135deg,#0f2346,#071226);color:white}
.cta h2{color:white}
.cta p{font-size:20px;color:#e8edf6;max-width:760px;margin:0 auto 28px}
footer{background:#050b16;color:#fff;padding:36px 0}
.footer-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}
footer p{color:#b9c3d4}
@media(max-width:900px){
  nav{display:none}
  .four,.pricing,.timeline,.split,.checklist{grid-template-columns:1fr}
  .price-card.featured{transform:none}
}
