:root{
  --blue:#0f72df;
  --blue-2:#0a5cc0;
  --blue-soft:#eaf4ff;
  --blue-pale:#f4f9ff;
  --ink:#0b1523;
  --text:#243347;
  --muted:#66758a;
  --line:#e6edf6;
  --card:#ffffff;
  --red:#ef2d34;
  --star:#ffb100;
  --shadow:0 18px 42px rgba(11,59,119,.10);
  --shadow-sm:0 10px 26px rgba(11,59,119,.08);
  --radius:22px;
  --safe-bottom:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#eaf3ff}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans",sans-serif;color:var(--text);background:radial-gradient(circle at 50% 0,#f7fbff 0,#edf6ff 42%,#e6f0fb 100%);line-height:1.32;padding-bottom:100px;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.page{width:min(100%,724px);margin:0 auto;background:linear-gradient(135deg,#fff 0%,#f8fcff 48%,#eef7ff 100%);min-height:100vh;overflow:hidden;box-shadow:0 0 65px rgba(20,93,170,.13)}
.section-pad{padding:24px clamp(16px,4vw,32px)}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}

.hero{display:flex;flex-direction:column;gap:22px;padding-top:22px;background:radial-gradient(circle at 78% 8%,#dff1ff 0,#fbfdff 46%,#fff 76%)}
.badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#eaf4ff;color:#0c5fc5;font-weight:800;font-size:13px;line-height:1;padding:8px 12px;box-shadow:inset 0 0 0 1px rgba(15,114,223,.08)}
.badge svg{width:16px;height:16px}
.badge--primary{background:var(--blue);color:#fff;box-shadow:0 8px 18px rgba(15,114,223,.22)}
.eyebrow{margin:0 0 6px;color:#0f1a2b;font-size:18px;font-weight:800;letter-spacing:-.02em}
h1{margin:0;color:var(--ink);font-size:clamp(48px,13.2vw,67px);line-height:.93;letter-spacing:-.055em;font-weight:900}
h1 span{display:block;color:var(--blue);letter-spacing:-.052em}
.lead{margin:18px 0 18px;max-width:440px;color:#1f2d40;font-size:17px;line-height:1.45;font-weight:500}

.hero__visual{display:flex;flex-direction:column;gap:18px;align-items:stretch}
.product-glow{position:relative;display:grid;place-items:center;padding:2px 0 0;background:radial-gradient(circle at 54% 48%,#cfeeff 0,#f3faff 42%,transparent 68%);border-radius:28px}
.hero-product{width:100%;height:auto;max-height:420px;object-fit:contain;object-position:center;filter:drop-shadow(0 24px 30px rgba(33,68,105,.13))}

.before-after{position:relative;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:13px;border:1px solid rgba(15,114,223,.24);box-shadow:var(--shadow-sm);background:#fff;height:155px;isolation:isolate}
.ba__pane{position:relative;min-width:0;overflow:hidden;background:#eef5fb}
.ba__pane img{width:100%;height:100%;object-fit:cover;object-position:center}
.ba__pane b{position:absolute;top:12px;z-index:2;border-radius:8px;padding:5px 12px;color:#fff;font-size:14px;font-weight:900;letter-spacing:.02em;box-shadow:0 4px 12px rgba(0,0,0,.14)}
.ba__pane--before b{left:12px;background:rgba(22,28,36,.72)}
.ba__pane--after b{right:12px;background:var(--blue)}
.ba__divider{position:absolute;left:50%;top:0;bottom:0;width:3px;background:#1979df;z-index:4;transform:translateX(-50%)}
.ba__divider span{position:absolute;left:50%;top:50%;width:28px;height:28px;border-radius:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#1881ef,#0b58be);border:3px solid #fff;box-shadow:0 6px 14px rgba(0,0,0,.24)}
.ba__divider span:before,.ba__divider span:after{content:"";position:absolute;top:50%;width:0;height:0;transform:translateY(-50%);border-top:4px solid transparent;border-bottom:4px solid transparent}
.ba__divider span:before{left:6px;border-right:5px solid #fff}.ba__divider span:after{right:6px;border-left:5px solid #fff}

.offer-card{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:20px 0 10px}
.price-row{display:flex;align-items:flex-end;gap:14px;white-space:nowrap}
.old-price{font-size:25px;font-weight:800;color:#a2a7af;text-decoration:line-through;text-decoration-thickness:3px;letter-spacing:-.04em}
.price{font-size:35px;line-height:1;color:var(--red);font-weight:950;letter-spacing:-.05em;text-shadow:0 6px 16px rgba(239,45,52,.12)}
.timer-box{min-width:145px;padding:4px 0 0;text-align:left}
.timer-box span{display:block;color:#697588;font-size:12px;font-weight:800;line-height:1.2}
.timer-box strong{display:block;color:var(--blue);font-size:24px;font-weight:900;letter-spacing:.06em;line-height:1.18;font-variant-numeric:tabular-nums}
.timer-box small{display:block;color:#4890dc;font-size:10px;font-weight:700}
.stock-note{display:flex;align-items:center;gap:8px;margin:0 0 16px;color:#34445b;font-size:13px;font-weight:700}
.stock-note svg{width:17px;height:17px;color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 24px;border-radius:9px;border:0;background:linear-gradient(180deg,#1a82f1,#0965ca);color:#fff;font-weight:900;font-size:17px;letter-spacing:-.01em;box-shadow:0 12px 24px rgba(15,114,223,.27);cursor:pointer;transition:transform .2s ease,filter .2s ease}
.btn:hover{filter:brightness(1.04);transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn--big{width:100%;min-height:56px;font-size:19px;border-radius:10px}
.hero-features{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mini-card,.feature-card,.audience-card,.review-card,.guarantee-grid article,.scenario-card,.order-section,.package-card,.spec-card{background:rgba(255,255,255,.96);border:1px solid rgba(217,229,243,.9);border-radius:14px;box-shadow:var(--shadow-sm)}
.mini-card{min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:12px 8px;color:#0b1523}
.mini-card svg{width:42px;height:42px;color:var(--blue)}
.mini-card span{font-size:14px;line-height:1.16;font-weight:850}

.card-split{margin:0 clamp(16px,4vw,32px);padding:0;display:grid;gap:0;overflow:hidden;border-radius:16px;background:#fff;border:1px solid rgba(222,231,242,.95);box-shadow:var(--shadow);position:relative}
.benefit__text{padding:28px 22px;background:linear-gradient(90deg,#fff 0,#fff 68%,rgba(255,255,255,.70) 100%);z-index:2}
.benefit__text h2{margin:0 0 12px;color:#0a1524;font-size:34px;line-height:1.04;letter-spacing:-.045em;font-weight:950}
.benefit__text p{margin:0 0 24px;max-width:300px;color:#1d2a3a;font-size:16px;line-height:1.46;font-weight:500}
.benefit__photo{min-height:260px;background:#f2f8ff;display:grid;place-items:center;overflow:hidden}
.benefit__photo img{width:100%;height:100%;max-height:360px;object-fit:contain;object-position:center}

.section-block{padding-top:20px;padding-bottom:14px}
.section-title{margin:0 0 14px;color:#0a1524;text-align:center;font-size:24px;line-height:1.08;letter-spacing:-.04em;font-weight:950}
.advantages{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}
.feature-card{min-height:126px;padding:15px 10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;text-align:center}
.feature-card svg{width:39px;height:39px;color:var(--blue);flex:0 0 auto}.feature-card p{margin:0;color:#152235;font-weight:800;font-size:13px;line-height:1.16}
.scenarios{display:grid;grid-template-columns:1fr 1fr;gap:10px}.scenario-card{overflow:hidden;padding:0;text-align:center}.scenario-card img{width:100%;height:102px;object-fit:contain;object-position:center;background:#eef5fb}.scenario-card h3{margin:8px 6px 10px;color:#0f72df;font-size:14px;line-height:1.1;font-weight:900;letter-spacing:-.02em}

.spec-wrap{padding-top:12px}.spec-card{display:grid;gap:12px;padding:12px;overflow:hidden}.spec-img{display:grid;place-items:center;min-height:160px;border-radius:13px;background:linear-gradient(135deg,#fff,#f0f8ff)}.spec-img img{width:100%;max-height:210px;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 22px rgba(47,70,95,.10))}.spec-table{display:grid;gap:2px}.spec-table div{display:grid;grid-template-columns:minmax(120px,1fr) minmax(110px,1fr);align-items:center;gap:8px;padding:8px 10px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #eef3f9;border-radius:7px}.spec-table span{color:#333f50;font-size:13px;font-weight:750}.spec-table b{color:#0c1728;font-size:13px;font-weight:850;text-align:right}

.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.audience-card{min-height:96px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.audience-card svg{width:38px;height:38px;color:var(--blue)}.audience-card p{margin:0;color:#121f31;font-size:14px;line-height:1.12;font-weight:850}
.package-block{padding-top:12px}.package-card{display:grid;gap:14px;padding:12px;align-items:center}.package-card img{width:100%;max-height:220px;object-fit:contain;object-position:center;border-radius:12px;background:#f6faff}.kit-list{columns:1;list-style:none;margin:0;padding:0;display:grid;gap:10px}.kit-list li{position:relative;padding-left:17px;color:#132135;font-size:14px;font-weight:800;line-height:1.2}.kit-list li:before{content:"";position:absolute;left:0;top:.45em;width:6px;height:6px;border-radius:50%;background:var(--blue)}
.reviews{display:grid;gap:10px}.review-card{padding:14px 13px}.stars{color:var(--star);font-size:16px;letter-spacing:1px;margin-bottom:5px}.review-card h3{margin:0 0 7px;color:#132033;font-size:14px;font-weight:900}.review-card p{margin:0;color:#243247;font-size:14px;line-height:1.35;font-weight:600}
.guarantee-block{padding-top:12px}.guarantee-grid{display:grid;gap:10px}.guarantee-grid article{min-height:86px;padding:15px;display:flex;align-items:center;gap:12px}.guarantee-grid svg{width:40px;height:40px;color:var(--blue);flex:0 0 auto}.guarantee-grid p{margin:0;color:#162336;font-size:14px;font-weight:800;line-height:1.22}
.order-section{margin:0 clamp(16px,4vw,32px) 16px;padding:20px 14px 16px}.order-form{display:grid;gap:10px}.field{display:flex;align-items:center;gap:10px;height:50px;border-radius:9px;border:1px solid #cfd9e6;background:#fff;padding:0 13px;box-shadow:inset 0 1px 2px rgba(16,35,63,.04)}.field svg{width:21px;height:21px;color:#95a1b1;flex:0 0 auto}.field input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#0d1a2b;font-weight:700}.field input::placeholder{color:#8d98a7;font-weight:650}.btn--submit{width:100%;min-height:54px;border-radius:9px;font-size:18px}.privacy-note{margin:0;display:flex;align-items:center;justify-content:center;gap:7px;color:#7a8796;font-size:12px;font-weight:700}.privacy-note svg{width:16px;height:16px;color:var(--blue)}
.site-footer{padding:10px 18px 122px;text-align:center;color:#69778a;font-size:12px}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 14px;margin-bottom:10px}.site-footer a{color:#0d67cf;font-weight:800}.site-footer p{margin:0 auto;max-width:520px}

.sticky-cta{position:fixed;left:50%;bottom:max(10px,var(--safe-bottom));transform:translateX(-50%);z-index:99;width:min(calc(100% - 20px),674px);min-height:70px;display:grid;grid-template-columns:1fr 1.1fr auto;align-items:center;gap:10px;padding:9px 12px 9px 18px;border-radius:24px;background:rgba(255,255,255,.96);border:1px solid rgba(218,227,239,.96);box-shadow:0 18px 45px rgba(12,59,117,.23);backdrop-filter:blur(10px)}
.sticky-cta__price{color:var(--red);font-size:28px;font-weight:950;line-height:1;letter-spacing:-.045em;white-space:nowrap}.sticky-cta__timer{min-width:0;text-align:center}.sticky-cta__timer span{display:block;color:#5c6879;font-size:12px;font-weight:800}.sticky-cta__timer strong{display:block;color:var(--blue);font-size:17px;font-weight:950;letter-spacing:.06em;font-variant-numeric:tabular-nums}.sticky-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:50px;border-radius:16px;padding:0 17px;background:linear-gradient(180deg,#1a82f1,#0965ca);color:#fff;font-size:16px;font-weight:950;white-space:nowrap;box-shadow:0 11px 22px rgba(15,114,223,.28)}.sticky-cta__btn svg{width:22px;height:22px}

.legal-page{background:#fff}.legal-header{padding:24px 18px 16px;background:linear-gradient(135deg,#fff,#edf7ff);border-bottom:1px solid #e0eaf6}.legal-header a{display:inline-flex;color:var(--blue);font-weight:900;margin-bottom:15px}.legal-header h1{font-size:34px;line-height:1.05;letter-spacing:-.04em}.legal-content{padding:20px 18px 120px}.legal-content h2{margin:22px 0 8px;color:#0a1524;font-size:22px}.legal-content p,.legal-content li{font-size:16px;line-height:1.55;color:#26364a}.legal-content ul{padding-left:21px}.legal-content .muted{color:#6c7787;font-size:14px}

@media (min-width:520px){
  .advantages{grid-template-columns:repeat(3,1fr)}
  .reviews{grid-template-columns:repeat(3,1fr)}
  .guarantee-grid{grid-template-columns:repeat(3,1fr)}
  .guarantee-grid article{flex-direction:column;align-items:flex-start;justify-content:center}
  .kit-list{grid-template-columns:1fr 1fr;column-gap:24px}
  .order-form{grid-template-columns:1fr 1fr}.btn--submit,.privacy-note{grid-column:1/-1}
}
@media (min-width:680px){
  .section-pad{padding-left:31px;padding-right:31px}
  .hero{display:grid;grid-template-columns:312px 1fr;gap:28px;align-items:start;padding-top:24px}.hero__copy{order:1}.hero__visual{order:2}.product-glow{height:330px}.hero-product{max-height:335px}.before-after{height:151px}.offer-card{margin-top:17px}.btn--big{height:57px}.hero-features{gap:13px}.mini-card{min-height:108px;border-radius:12px}
  .card-split{grid-template-columns:1fr 1.23fr;margin-left:31px;margin-right:31px}.benefit__photo{min-height:250px}.benefit__photo img{max-height:288px}.benefit__text{padding:25px 21px}.advantages{grid-template-columns:repeat(6,1fr);gap:8px}.feature-card{min-height:128px}.scenarios{grid-template-columns:repeat(4,1fr)}.scenario-card img{height:93px}.spec-card{grid-template-columns:1fr 1.95fr;align-items:center}.spec-img{min-height:184px}.spec-table{grid-template-columns:1fr 1fr}.spec-table div{grid-template-columns:1fr 1.05fr;padding:6px 8px}.audience-grid{grid-template-columns:repeat(4,1fr)}.package-card{grid-template-columns:1fr 1.9fr}.package-card img{max-height:170px}.sticky-cta{border-radius:23px}.site-footer{padding-bottom:118px}
}
@media (max-width:379px){
  .price{font-size:31px}.old-price{font-size:22px}.timer-box strong{font-size:20px}.offer-card{align-items:flex-start}.sticky-cta{grid-template-columns:1fr auto;gap:6px}.sticky-cta__timer{display:none}.sticky-cta__price{font-size:25px}.sticky-cta__btn{padding:0 13px;font-size:15px}.section-pad{padding-left:14px;padding-right:14px}
}
