
:root{--navy:#0b1f3a;--navy2:#112c4d;--blue:#57b7e7;--blue2:#2f8ec3;--sky:#eaf6fc;--ink:#17283a;--muted:#66788a;--line:#dce8f0;--white:#fff;--bg:#f7fbfe}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}
a{color:inherit}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}
header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{min-height:76px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}.brand .brand-logo{width:255px;height:64px;object-fit:contain;object-position:left center;border-radius:0;display:block}
.links{display:flex;gap:22px;margin-left:auto;align-items:center}.links a{text-decoration:none;font-size:.9rem;font-weight:750;color:#42566b}.links a:hover{color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:900;border:1px solid transparent}.btn.primary{background:var(--navy);color:white}.btn.secondary{background:white;border-color:var(--line);color:var(--navy)}
.hero{background:linear-gradient(145deg,var(--navy),#183a61 62%,#245b80);color:white;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;padding:84px 0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:900;color:#9ad8f5}.hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:.95;margin:10px 0 20px;letter-spacing:-.04em}.hero p{font-size:1.08rem;color:#dbeaf4;max-width:650px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.hero .btn.primary{background:var(--blue);color:var(--navy)}.hero .btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25);color:white}
.hero-art{background:white;border-radius:28px;padding:18px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.hero-art img{width:100%;display:block;border-radius:18px}
section{padding:76px 0}.section-title{text-align:center;max-width:760px;margin:0 auto 38px}.section-title h2{font-size:clamp(2rem,4vw,3rem);margin:0 0 10px;letter-spacing:-.03em}.section-title p{color:var(--muted);margin:0}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 12px 36px rgba(11,31,58,.06)}.card .icon{font-size:1.7rem}.card h3{margin:10px 0 6px}.card p{color:var(--muted);font-size:.93rem}
.band{background:var(--navy);color:white}.band .section-title p{color:#c7dbe8}
.pricing{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:850px;margin:auto}.price{position:relative}.price.featured{border:2px solid var(--blue)}.pill{display:inline-block;background:var(--sky);color:var(--navy);font-size:.68rem;font-weight:950;border-radius:999px;padding:5px 8px}.price.featured .pill{background:var(--navy);color:white}.amount{font-size:2rem;font-weight:950;margin:8px 0}.price ul{padding-left:19px;color:var(--muted)}
.cta{text-align:center;background:linear-gradient(145deg,#eaf6fc,#fff);border:1px solid var(--line);border-radius:28px;padding:46px}.cta h2{font-size:2.2rem;margin:0 0 10px}.cta p{color:var(--muted)}
footer{background:#071525;color:#c6d4df;padding:34px 0}.footer-grid{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer-links a{color:#c6d4df;text-decoration:none;font-size:.84rem}.small{font-size:.78rem;color:#8fa6b8;margin-top:10px}
.legal-hero{padding:58px 0 34px;background:linear-gradient(145deg,var(--navy),#183a61);color:white}.legal-hero h1{font-size:2.4rem;margin:0 0 8px}.legal-hero p{color:#d2e2ed;margin:0}.legal{background:white;border:1px solid var(--line);border-radius:22px;padding:36px;margin:34px auto 70px}.legal h2{font-size:1.32rem;margin-top:30px;color:var(--navy)}.legal h3{font-size:1rem;margin-top:20px}.legal p,.legal li{color:#4b6074;font-size:.93rem}.legal li{margin:6px 0}
.notice{background:#fff7e6;border:1px solid #f0d49e;color:#734b00;padding:14px 16px;border-radius:14px;margin:18px 0}.delete-box{background:#eef8fd;border:1px solid #c7e6f6;padding:18px;border-radius:16px;margin:20px 0}.delete-box a{color:#0b5f8e;font-weight:900}
@media(max-width:820px){.brand .brand-logo{width:190px;height:54px}.hero-inner{grid-template-columns:1fr;padding:58px 0}.hero-art{max-width:650px}.grid3,.pricing{grid-template-columns:1fr}.links a:not(.btn){display:none}.footer-grid{flex-direction:column}.legal{padding:24px}}
