
:root{--blue:#002395;--green:#007A4D;--gold:#FFB612;--red:#DE3831;--black:#0b0b0b;--white:#fff;--soft:#f7f9fc;--ink:#111827;--muted:#607089;--radius:28px;--shadow:0 24px 70px rgba(0,0,0,.24)}
*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;background:radial-gradient(circle at 10% 8%,rgba(255,182,18,.32),transparent 28%),radial-gradient(circle at 95% 8%,rgba(0,122,77,.34),transparent 30%),linear-gradient(180deg,#002395 0%,#00195f 48%,#00103f 100%);color:white;line-height:1.6;min-height:100vh}a{text-decoration:none;color:inherit}.container{max-width:1180px;margin:0 auto;padding:0 22px}.topbar{background:var(--black);padding:9px 16px;text-align:center;font-weight:800;font-size:.92rem;color:var(--gold)}header{position:sticky;top:0;z-index:20;background:rgba(0,20,82,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.14)}.nav{max-width:1180px;margin:0 auto;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{display:flex;align-items:center;gap:12px;font-weight:900;font-size:1.25rem;letter-spacing:-.04em}.logo-mark{width:50px;height:50px;border-radius:18px;background:linear-gradient(135deg,var(--green) 0 35%,var(--gold) 35% 57%,var(--red) 57% 78%,var(--black) 78%);display:grid;place-items:center;border:2px solid rgba(255,255,255,.5);box-shadow:0 14px 30px rgba(0,0,0,.35)}.logo small{display:block;color:rgba(255,255,255,.72);font-size:.72rem;margin-top:-4px}nav ul{display:flex;gap:16px;list-style:none;align-items:center;flex-wrap:wrap;justify-content:flex-end;font-size:.93rem;font-weight:800}nav a{color:rgba(255,255,255,.86)}nav a:hover{color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 20px;font-weight:900;transition:.2s ease;white-space:nowrap;border:0;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.24)}.btn-primary{background:var(--gold);color:var(--black)}.btn-secondary{background:var(--green);color:white}
.hero{max-width:1180px;margin:0 auto;padding:70px 22px 50px;display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.hero-simple{padding:70px 0 38px}.eyebrow{display:inline-flex;background:rgba(255,182,18,.15);border:1px solid rgba(255,182,18,.35);color:var(--gold);border-radius:999px;padding:8px 14px;font-size:.86rem;font-weight:900;margin-bottom:18px}h1{font-size:clamp(2.8rem,6.2vw,5.8rem);letter-spacing:-.08em;line-height:.92;margin-bottom:22px}.hero p,.hero-simple p{font-size:1.18rem;color:rgba(255,255,255,.82);max-width:760px;margin-bottom:28px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.trust-row{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:640px}.trust-pill{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:14px;font-weight:900;font-size:.9rem}
.hero-card{min-height:560px;border-radius:40px;padding:28px;background:linear-gradient(145deg,rgba(0,122,77,.92),rgba(0,20,82,.96));box-shadow:var(--shadow);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.hero-card:before{content:"";position:absolute;inset:-80px -80px auto auto;width:330px;height:330px;border-radius:50%;background:var(--gold);opacity:.3}.hero-card:after{content:"";position:absolute;left:-110px;bottom:-130px;width:360px;height:360px;border-radius:50%;background:var(--red);opacity:.22}.hero-products{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.hero-product{min-height:140px;border-radius:24px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);padding:18px;display:flex;flex-direction:column;justify-content:space-between}.emoji{font-size:2.45rem}.hero-product span{color:rgba(255,255,255,.76);font-size:.9rem}.hero-card-bottom{position:relative;z-index:1;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.18);border-radius:26px;padding:24px}.hero-card-bottom h2{font-size:2.1rem;letter-spacing:-.05em;line-height:1.05;margin-bottom:10px}
section{padding:60px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:28px}.section-title h2{font-size:clamp(2rem,4.2vw,3.35rem);line-height:1;letter-spacing:-.065em}.section-title p{color:rgba(255,255,255,.74);max-width:560px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card,.product-card,.content-card,.newsletter,.page-map-card{background:linear-gradient(180deg,#fff,#f3f7ff);color:var(--ink);border-radius:var(--radius);box-shadow:0 16px 42px rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.5)}.card,.page-map-card{min-height:190px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;border-top:7px solid var(--gold);transition:.2s ease}.card:hover,.page-map-card:hover{transform:translateY(-4px)}.card:nth-child(2n),.page-map-card:nth-child(2n){border-top-color:var(--green)}.card:nth-child(3n),.page-map-card:nth-child(3n){border-top-color:var(--red)}.card h3,.page-map-card h3{margin-top:12px;font-size:1.2rem}.card p,.page-map-card p,.content-card p,.product-card p{color:var(--muted)}.page-map-card code{display:inline-block;margin-top:12px;background:#eaf3ff;color:var(--blue);padding:6px 9px;border-radius:999px;font-weight:900;font-size:.82rem}
.product-card{overflow:hidden;transition:.2s ease}.product-image{min-height:210px;display:grid;place-items:center;position:relative;font-size:3.5rem;color:white;background:linear-gradient(135deg,var(--green),var(--blue))}.product-card:nth-child(2) .product-image{background:linear-gradient(135deg,var(--gold),#7b3f00)}.product-card:nth-child(3) .product-image{background:linear-gradient(135deg,var(--red),#5d0c0c)}.product-card:nth-child(4) .product-image{background:linear-gradient(135deg,var(--black),var(--blue))}.badge{position:absolute;top:14px;left:14px;background:var(--gold);color:var(--black);border-radius:999px;padding:7px 11px;font-size:.74rem;font-weight:900}.product-body{padding:22px}.product-body h3{font-size:1.12rem;line-height:1.25;margin-bottom:8px}.price-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px}.price{font-size:1.18rem;font-weight:900}.shopify-placeholder{background:var(--green);color:white;border-radius:999px;padding:9px 13px;font-size:.78rem;font-weight:900;white-space:nowrap}
.banner{background:linear-gradient(135deg,var(--green),var(--blue));border-radius:38px;padding:44px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.banner:after{content:"";position:absolute;right:-90px;top:-100px;width:280px;height:280px;border-radius:50%;background:var(--gold);opacity:.25}.banner>*{position:relative;z-index:1}.banner h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.06em;line-height:1}.banner p{color:rgba(255,255,255,.78);margin-top:12px;max-width:700px}.content-card{padding:32px}.content-card h2,.content-card h3{margin-bottom:12px}.content-card ul{margin:12px 0 0 20px;color:var(--muted)}.article{max-width:880px}.article h2{font-size:2rem;margin-top:26px}.article p{margin-bottom:14px}.article a{color:var(--blue);font-weight:900}.newsletter{padding:42px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.newsletter h2{font-size:clamp(1.9rem,4vw,3rem);letter-spacing:-.06em;line-height:1}.newsletter p{margin-top:12px;color:var(--muted)}form{display:flex;gap:10px;background:#eaf3ff;padding:8px;border-radius:999px;border:1px solid rgba(0,35,149,.14)}input,textarea{width:100%;border:0;background:transparent;padding:12px 14px;font-size:1rem;outline:0;font-family:inherit}textarea{min-height:140px;background:#eaf3ff;border-radius:18px;border:1px solid rgba(0,35,149,.14)}
footer{background:var(--black);border-top:7px solid var(--gold);margin-top:44px}.footer-inner{max-width:1180px;margin:0 auto;padding:44px 22px;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:28px}footer h3,footer h4{margin-bottom:12px}footer p,footer a{display:block;color:rgba(255,255,255,.72);font-size:.94rem;margin-bottom:8px}
@media(max-width:930px){nav ul{display:none}.hero,.newsletter{grid-template-columns:1fr}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.banner{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:580px){.nav{padding:14px 16px}.logo small{display:none}.hero{padding-top:36px}.trust-row,.grid-4,.grid-3,.grid-2,.hero-products{grid-template-columns:1fr}.banner,.newsletter{padding:28px}form{border-radius:22px;flex-direction:column}.footer-inner{grid-template-columns:1fr}}
