:root{
  --navy:#061a4a;
  --navy-2:#0b2d71;
  --ink:#07153f;
  --muted:#5f6984;
  --purple:#7c3aed;
  --purple-2:#a855f7;
  --cyan:#14c8f2;
  --line:#e7eaf2;
  --soft:#f7f8fc;
  --white:#fff;
  --green:#0f9f6e;
  --shadow:0 18px 50px rgba(9,31,83,.10);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 34px));margin-inline:auto}
.topbar{background:linear-gradient(90deg,#061a4a,#092766);color:#fff;font-size:14px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;min-height:38px;gap:18px}
.topbar-links,.phones{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.topbar a{opacity:.96}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(230,233,241,.9)}
.header-main{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:82px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:246px;height:auto}
.main-nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}
.main-nav a{padding:29px 0 25px;border-bottom:3px solid transparent}
.main-nav a:hover,.main-nav a.active{color:var(--purple);border-color:var(--purple)}
.header-actions{display:flex;gap:10px;align-items:center}
.icon-btn,.menu-btn{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:12px;display:grid;place-items:center;cursor:pointer}
.menu-btn{display:none}
.search-wrap{position:relative;width:230px}
.search-wrap input{width:100%;height:42px;border:1px solid var(--line);border-radius:12px;padding:0 42px 0 14px;outline:none;background:#fafbfe}
.search-wrap input:focus{border-color:#b59df5;box-shadow:0 0 0 4px rgba(124,58,237,.08)}
.search-dot{position:absolute;right:8px;top:7px;width:28px;height:28px;border-radius:9px;border:0;color:white;background:linear-gradient(135deg,var(--purple),var(--purple-2));cursor:pointer}
.hero{background:radial-gradient(circle at 80% 20%,rgba(124,58,237,.35),transparent 33%),linear-gradient(135deg,#031337 0%,#082666 56%,#19104c 100%);color:white;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;min-height:540px;gap:28px;padding:54px 0 46px}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:13px;color:#b9dbff;margin-bottom:10px}
.hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.055em;margin:0 0 22px;max-width:650px}
.gradient-text{background:linear-gradient(90deg,#c9b5ff,#c045ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{font-size:19px;color:#e9edff;max-width:600px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border-radius:13px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--purple),#8b30ff);color:white;box-shadow:0 10px 25px rgba(124,58,237,.30)}
.btn-light{background:#fff;color:var(--ink)}
.btn-outline{border-color:#cdd3e3;background:white;color:var(--ink)}
.hero-art{position:relative;min-height:430px;display:flex;align-items:center;justify-content:center}
.hero-art:before{content:"";position:absolute;width:420px;height:420px;background:radial-gradient(circle,rgba(20,200,242,.20),transparent 65%);filter:blur(10px)}
.hero-art img{position:relative;width:min(100%,740px);filter:drop-shadow(0 24px 40px rgba(0,0,0,.28))}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-item{display:flex;gap:12px;align-items:center;padding:20px 18px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}.trust-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f0eaff;color:var(--purple);font-size:19px;font-weight:900}
.trust-item strong{display:block;font-size:14px}.trust-item span{display:block;color:var(--muted);font-size:12px}
.section{padding:72px 0}
.section-soft{background:var(--soft)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}
.section-head h2,.page-hero h1{font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.035em;margin:0}
.section-head p{max-width:650px;color:var(--muted);margin:8px 0 0}
.text-link{font-weight:800;color:var(--purple)}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-card{position:relative;min-height:205px;border-radius:20px;padding:24px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(135deg,#f0ecff,#eaf5ff);box-shadow:0 8px 24px rgba(18,39,92,.06)}
.category-card:nth-child(4){background:linear-gradient(135deg,#fff0e5,#f7e6db)}
.category-card h3{font-size:24px;line-height:1.05;margin:0 0 4px}.category-card p{margin:0;color:var(--muted)}
.category-card .mini{position:absolute;right:-10px;bottom:-16px;width:145px;opacity:.92}
.category-card .btn{margin-top:26px;min-height:40px;padding:0 15px;font-size:13px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(15,30,70,.05);transition:.22s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-media{background:linear-gradient(145deg,#faf9ff,#eef6ff);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;padding:8px}
.product-media img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.product-body{padding:20px}.product-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--purple);font-weight:800}.product-body h3{font-size:21px;margin:5px 0 8px;line-height:1.25}.spec-line{font-size:13px;color:var(--muted);margin-bottom:16px}.price{font-size:15px;color:var(--muted)}.price strong{font-size:29px;color:var(--purple);letter-spacing:-.03em}.product-actions{display:flex;gap:9px;margin-top:16px}.product-actions .btn{flex:1;min-height:43px;font-size:13px}
.note{font-size:12px;color:var(--muted);margin-top:14px}
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.plan-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 10px 30px rgba(13,27,67,.05)}
.plan-card.featured{border-color:#b69eff;box-shadow:0 20px 50px rgba(124,58,237,.13);position:relative}
.plan-badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#ede6ff;color:var(--purple);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.plan-card h3{font-size:24px;margin:14px 0 2px}.plan-price{font-size:42px;letter-spacing:-.04em;font-weight:900;color:var(--purple);margin:8px 0}.plan-price span{font-size:16px;color:var(--muted);font-weight:600}
.checks{list-style:none;padding:0;margin:20px 0}.checks li{display:flex;gap:10px;margin:11px 0;color:#263456}.checks li:before{content:"✓";width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#dff8ed;color:#087f55;font-size:12px;font-weight:900;flex:none}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.store-img{border-radius:22px;box-shadow:var(--shadow);width:100%}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}
.feature{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff}.feature strong{display:block}.feature span{font-size:13px;color:var(--muted)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.step{padding:22px;border-radius:18px;background:white;border:1px solid var(--line)}.step-num{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--purple-2));color:white;font-weight:900;margin-bottom:16px}.step h3{margin:0 0 8px}.step p{margin:0;color:var(--muted);font-size:14px}
.faq{display:grid;gap:10px;max-width:900px;margin:0 auto}.faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}.faq-q{width:100%;padding:18px 20px;border:0;background:#fff;text-align:left;font-weight:800;color:var(--ink);display:flex;justify-content:space-between;cursor:pointer}.faq-a{display:none;padding:0 20px 20px;color:var(--muted)}.faq-item.open .faq-a{display:block}.faq-item.open .faq-q span{transform:rotate(45deg)}
.cta{background:linear-gradient(135deg,#071a4d,#3d1489);color:#fff;border-radius:28px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:36px;line-height:1.05;margin:0 0 10px}.cta p{margin:0;color:#dce4ff}.cta .hero-actions{justify-content:flex-end}
.site-footer{background:#031132;color:#dfe6ff;margin-top:70px}.footer-top{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px;padding:54px 0}.footer-brand img{width:235px;filter:brightness(0) invert(1);opacity:.96}.footer-brand p{color:#aab7da;max-width:370px;font-size:14px}.footer-col h4{color:#fff;margin:0 0 15px}.footer-col a{display:block;color:#b7c3e1;margin:8px 0;font-size:14px}.footer-col a:hover{color:white}.legal-note{background:#020b22;color:#9dadcf;font-size:12px;padding:18px 0;border-top:1px solid rgba(255,255,255,.08)}.legal-note .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.page-hero{padding:74px 0 54px;background:linear-gradient(135deg,#f4f0ff,#eef7ff)}.page-hero p{max-width:760px;color:var(--muted);font-size:17px;margin:14px 0 0}.breadcrumbs{font-size:12px;color:#6f7690;margin-bottom:16px}.breadcrumbs a{color:var(--purple);font-weight:800}
.content-wrap{max-width:880px}.content-wrap h2{font-size:30px;margin-top:38px;line-height:1.18}.content-wrap h3{font-size:21px;margin-top:28px}.content-wrap p,.content-wrap li{color:#45506d}.content-wrap ul{padding-left:22px}.info-box{border:1px solid #d9dff0;background:#fafbff;border-radius:18px;padding:20px;margin:22px 0}.info-box strong{display:block;margin-bottom:7px}
.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 24px}.filter-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:700;cursor:pointer}.filter-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-card{border:1px solid var(--line);border-radius:20px;padding:24px;background:white}.contact-card h3{margin-top:0}.phone-big{font-size:25px;font-weight:900;color:var(--purple);display:block;margin:7px 0}.disclaimer{padding:16px 18px;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa;color:#7c4316;font-size:13px}
.mobile-callbar{display:none}
@media (max-width:1020px){
  .search-wrap{display:none}.main-nav{gap:14px}.main-nav a{font-size:13px}.hero-grid{min-height:480px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1.5fr 1fr 1fr}.footer-col:last-child{grid-column:2/4}.steps{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  body{padding-bottom:64px}.topbar .container{justify-content:center}.topbar-links{display:none}.phones{gap:12px;font-size:12px}.site-header{top:0}.header-main{min-height:68px}.brand img{width:195px}.menu-btn{display:grid}.header-actions .icon-btn{display:none}.main-nav{position:absolute;left:0;right:0;top:69px;background:white;display:none;flex-direction:column;align-items:stretch;gap:0;padding:10px 18px 18px;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(9,30,78,.10)}.main-nav.open{display:flex}.main-nav a{padding:13px 8px;border-bottom:1px solid #f0f2f7}.hero-grid{grid-template-columns:1fr;padding:46px 0 22px;gap:10px}.hero h1{font-size:48px}.hero p{font-size:17px}.hero-art{min-height:280px}.hero-art img{max-width:620px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding:54px 0}.section-head{align-items:start;flex-direction:column}.category-grid,.product-grid,.plan-grid,.two-col,.contact-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr 1fr}.cta{padding:30px;align-items:flex-start;flex-direction:column}.cta h2{font-size:31px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.footer-col:last-child{grid-column:auto}.mobile-callbar{position:fixed;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;z-index:80;background:#fff;border-top:1px solid var(--line);box-shadow:0 -10px 30px rgba(0,0,0,.08)}.mobile-callbar a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:58px;font-weight:900}.mobile-callbar a:first-child{background:var(--navy);color:white}.mobile-callbar a:last-child{background:linear-gradient(135deg,var(--purple),var(--purple-2));color:white}
}
@media (max-width:460px){.container{width:min(var(--max),calc(100% - 24px))}.brand img{width:174px}.hero h1{font-size:41px}.hero-actions .btn{width:100%}.trust-item{padding:16px 10px;gap:8px}.trust-icon{width:32px;height:32px}.category-grid{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-brand,.footer-col:last-child{grid-column:auto}.product-actions{flex-direction:column}}
