:root{--navy:#0b1f3a;--blue:#2866e5;--sky:#eaf2ff;--yellow:#ffd83d;--cream:#f7f4ec;--white:#fff;--ink:#102038;--muted:#6c7789;--line:#dfe5ed;--radius:24px;--shadow:0 24px 70px rgba(11,31,58,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,-apple-system,sans-serif;color:var(--ink);background:#fbfcfe;line-height:1.5}body.menu-open{overflow:hidden}img{display:block;width:100%}button,input{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.topline{height:5px;background:linear-gradient(90deg,var(--blue) 0 50%,var(--yellow) 50%)}
.header{position:sticky;top:0;z-index:50;background:rgba(251,252,254,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,229,237,.7)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink)}.brand-mark{display:grid;width:42px;height:42px;border-radius:14px;overflow:hidden;box-shadow:0 7px 18px rgba(40,102,229,.2)}.brand-mark span:first-child{background:var(--blue)}.brand-mark span:last-child{background:var(--yellow)}.brand-copy{display:flex;flex-direction:column;line-height:1.15}.brand-copy strong{font-size:14px;letter-spacing:-.02em}.brand-copy small{font-size:11px;color:var(--muted);letter-spacing:.18em;text-transform:uppercase;margin-top:4px}.nav{display:flex;gap:32px}.nav a{color:#4a5568;text-decoration:none;font-weight:600;font-size:13px;transition:.2s}.nav a:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:10px}.lang,.menu-btn{border:1px solid var(--line);background:white;color:var(--ink);cursor:pointer}.lang{height:40px;min-width:48px;border-radius:12px;font-size:12px;font-weight:800}.menu-btn{display:none;width:42px;height:40px;border-radius:12px;padding:11px}.menu-btn span{display:block;height:2px;background:var(--ink);margin:5px 0;transition:.2s}
.hero{position:relative;overflow:hidden;padding:86px 0 76px;background:linear-gradient(135deg,#f8fbff 0%,#edf4ff 52%,#fff9dc 100%)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:72px}.hero-copy{position:relative;z-index:2}.eyebrow,.section-kicker{font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:11px;color:var(--blue)}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow>span:first-child{width:26px;height:3px;border-radius:99px;background:var(--yellow)}h1{font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.065em;margin:22px 0 24px;max-width:760px}h2{font-size:clamp(34px,4vw,54px);line-height:1.04;letter-spacing:-.05em;margin:10px 0 18px}.hero-copy>p{font-size:18px;max-width:620px;color:#536176;margin:0 0 32px}.hero-actions{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:0 23px;border-radius:15px;text-decoration:none;border:0;font-weight:800;font-size:13px;cursor:pointer;transition:.25s}.btn-primary{background:var(--navy);color:white;box-shadow:0 13px 30px rgba(11,31,58,.2)}.btn-primary:hover{transform:translateY(-2px);background:#12305a}.btn-ghost{background:white;color:var(--ink);border:1px solid var(--line)}.hero-notes{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#657286;font-size:12px;font-weight:700}.hero-notes>span{display:flex;align-items:center;gap:7px}.hero-notes b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#dfeaff;color:var(--blue)}.hero-visual{position:relative;height:520px}.hero-card{position:absolute;overflow:hidden;background:white;box-shadow:var(--shadow)}.hero-card img{height:100%;object-fit:cover}.hero-card-main{inset:0 70px 50px 0;border-radius:42% 24px 42% 24px}.hero-card-main img{object-position:center}.hero-card-small{width:210px;height:210px;right:0;bottom:0;border-radius:50%;border:8px solid #f7faff}.image-label{position:absolute;left:22px;right:22px;bottom:20px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-radius:14px;padding:13px 16px;font-size:12px;font-weight:800}.image-label b{color:var(--blue)}.floating-pill{position:absolute;right:2px;top:44px;display:flex;align-items:center;gap:10px;background:var(--yellow);padding:13px 16px;border-radius:999px;box-shadow:0 12px 25px rgba(126,100,0,.18);font-size:11px;transform:rotate(5deg)}.floating-pill span{font-size:18px}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.7}.orb-one{width:360px;height:360px;background:rgba(255,216,61,.35);right:-150px;top:-80px}.orb-two{width:260px;height:260px;background:rgba(40,102,229,.12);left:-130px;bottom:-120px}
.marquee{overflow:hidden;background:var(--navy);color:white;padding:15px 0}.marquee-track{width:max-content;display:flex;align-items:center;gap:24px;animation:marquee 28s linear infinite;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.marquee-track i{font-style:normal;color:var(--yellow)}@keyframes marquee{to{transform:translateX(-50%)}}
.section{padding:100px 0}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}.section-heading h2{margin-bottom:0}.section-heading p{max-width:470px;color:var(--muted);font-size:14px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.filters{display:flex;flex-wrap:wrap;gap:8px}.filter{border:1px solid var(--line);background:white;color:#5d697a;border-radius:12px;padding:10px 15px;cursor:pointer;font-weight:700;font-size:12px;transition:.2s}.filter:hover,.filter.active{background:var(--navy);border-color:var(--navy);color:white}.search{width:250px;height:44px;display:flex;align-items:center;gap:9px;background:white;border:1px solid var(--line);border-radius:13px;padding:0 14px}.search span{font-size:21px;color:var(--muted)}.search input{min-width:0;width:100%;border:0;outline:0;background:transparent;font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}.product-card{min-width:0;background:white;border:1px solid #e5e9ef;border-radius:21px;overflow:hidden;transition:.3s}.product-card:hover{transform:translateY(-7px);box-shadow:0 20px 45px rgba(15,42,79,.11);border-color:transparent}.product-card[hidden]{display:none}.product-image{position:relative;height:245px;background:#eff3f8;overflow:hidden}.product-image img{height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-image img{transform:scale(1.045)}.product-image>span{position:absolute;left:13px;top:13px;background:white;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.product-info{padding:18px}.product-info>small{font-size:9px;color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.13em}.product-info h3{font-size:18px;letter-spacing:-.03em;margin:5px 0 6px}.product-info p{font-size:11px;color:var(--muted);min-height:34px;margin:0 0 15px}.product-info>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-info strong{font-size:12px}.detail-btn{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;border:1px solid var(--line);background:white;cursor:pointer;font-size:18px;transition:.2s}.detail-btn:hover{background:var(--yellow);border-color:var(--yellow);transform:rotate(90deg)}.graphic{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.graphic em{font-style:normal;font-weight:900;letter-spacing:.06em;margin-top:13px}.graphic small{font-size:10px;margin-top:4px}.buckwheat{background:linear-gradient(145deg,#ffd858,#ffec9b)}.pack-icon{display:grid!important;place-items:center;position:static!important;width:78px;height:78px;border-radius:25px!important;padding:0!important;background:#265bc5!important;color:white;font-size:42px!important;box-shadow:0 12px 25px rgba(38,91,197,.25)}.kvass{background:linear-gradient(145deg,#d7a269,#5c2a1c);color:white}.bottle{position:static!important;display:grid!important;place-items:center;width:88px;height:130px;border-radius:25px 25px 15px 15px!important;background:rgba(45,20,9,.78)!important;color:#ffd368;font-size:17px!important;padding:0!important;border:3px solid rgba(255,255,255,.2)}.pickles{background:linear-gradient(145deg,#dff3bd,#7fbd4d)}.jar{position:static!important;font-size:64px!important;background:rgba(255,255,255,.55)!important;padding:10px 18px!important;border-radius:28px!important}.catalog-note{margin:22px 0 0;color:#8993a1;font-size:10px}.empty-state{text-align:center;padding:70px 20px;border:1px dashed var(--line);border-radius:20px}.empty-state span{font-size:42px}.empty-state h3{margin:8px 0 4px}.empty-state p{color:var(--muted);font-size:13px;margin:0}
.benefits{background:var(--cream)}.benefits-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}.benefit-photo{position:relative;height:610px;border-radius:28px 28px 160px 28px;overflow:hidden;box-shadow:var(--shadow)}.benefit-photo img{height:100%;object-fit:cover}.stamp{position:absolute;right:24px;top:24px;width:104px;height:104px;border-radius:50%;display:grid;place-items:center;align-content:center;background:var(--yellow);border:5px solid white;transform:rotate(7deg)}.stamp span{font-size:26px;font-weight:900}.stamp small{font-size:8px;text-transform:uppercase;font-weight:800}.benefit-copy>p{color:var(--muted);font-size:15px;max-width:610px}.benefit-list{margin-top:35px;border-top:1px solid #d9d5cb}.benefit-list>div{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid #d9d5cb}.benefit-list>div>span{font-size:11px;color:var(--blue);font-weight:900}.benefit-list h3{font-size:15px;margin:0 0 4px}.benefit-list p{font-size:12px;color:var(--muted);margin:0}
.how{background:var(--navy);color:white}.how-card{border:1px solid rgba(255,255,255,.14);border-radius:30px;padding:55px;background:radial-gradient(circle at 85% 0%,rgba(40,102,229,.32),transparent 28%)}.how-card .section-kicker{color:var(--yellow)}.how-heading{display:flex;justify-content:space-between;align-items:end;gap:30px}.how-heading h2{max-width:700px;margin-bottom:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:48px}.steps article{min-height:210px;padding:24px;border-radius:20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}.steps article>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--yellow);color:var(--navy);font-weight:900;font-size:12px}.steps h3{font-size:17px;margin:36px 0 8px}.steps p{font-size:12px;color:#aebbd0;margin:0;max-width:230px}.demo-banner{margin-top:15px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:white;color:var(--ink);border-radius:17px;padding:19px 22px}.demo-banner div{display:flex;flex-direction:column}.demo-banner b{font-size:12px}.demo-banner span{font-size:10px;color:var(--muted);margin-top:3px}.demo-banner a{white-space:nowrap;color:var(--blue);font-weight:800;text-decoration:none;font-size:11px}
.footer{padding:30px 0;background:#07162b;color:white}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand{color:white}.footer p,.footer-inner>span{color:#8fa0ba;font-size:10px}.modal{max-width:440px;width:calc(100% - 34px);border:0;border-radius:24px;padding:36px;box-shadow:0 30px 90px rgba(0,0,0,.32)}.modal::backdrop{background:rgba(7,22,43,.65);backdrop-filter:blur(5px)}.modal-close{position:absolute;top:12px;right:14px;border:0;background:#eef2f7;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer}.modal-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:var(--yellow);font-size:21px}.modal h3{font-size:25px;margin:19px 0 10px}.modal p{color:var(--muted);font-size:13px}.modal-action{margin-top:13px;width:100%}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr;gap:45px}.hero{padding-top:64px}.hero-copy{text-align:center}.hero-copy>p,.hero-copy h1{margin-left:auto;margin-right:auto}.eyebrow,.hero-actions,.hero-notes{justify-content:center}.hero-visual{height:480px;max-width:650px;width:100%;margin:auto}.product-grid{grid-template-columns:repeat(2,1fr)}.benefits-grid{grid-template-columns:1fr;gap:50px}.benefit-photo{height:500px}.section-heading{align-items:start}.nav{position:fixed;inset:87px 0 auto 0;display:none;flex-direction:column;padding:35px 20px;background:white;border-bottom:1px solid var(--line);box-shadow:0 15px 35px rgba(11,31,58,.1)}.nav.open{display:flex}.menu-btn{display:block}}
@media(max-width:700px){.container{width:min(100% - 28px,1180px)}.nav-wrap{height:70px}.brand-copy strong{font-size:12px}.brand-mark{width:36px;height:36px}.hero{padding:52px 0 50px}h1{font-size:48px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-notes{gap:10px}.hero-visual{height:360px}.hero-card-main{inset:0 45px 40px 0;border-radius:35% 18px 35% 18px}.hero-card-small{width:145px;height:145px}.floating-pill{top:20px;font-size:9px}.section{padding:70px 0}.section-heading{display:block}.section-heading p{margin-top:15px}.toolbar{align-items:stretch;flex-direction:column}.filters{flex-wrap:nowrap;overflow:auto;padding-bottom:4px}.filter{white-space:nowrap}.search{width:100%}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:170px}.product-info{padding:13px}.product-info h3{font-size:15px}.product-info p{font-size:9px;min-height:30px}.product-info strong{font-size:10px}.detail-btn{width:30px;height:30px}.benefit-photo{height:390px;border-radius:22px 22px 100px 22px}.benefit-list>div{grid-template-columns:38px 1fr}.how-card{padding:28px 20px}.how-heading{display:block}.steps{grid-template-columns:1fr;margin-top:30px}.steps article{min-height:auto}.steps h3{margin-top:25px}.demo-banner{align-items:flex-start;flex-direction:column}.footer-inner{align-items:flex-start;flex-direction:column}.footer p{margin:0}.lang{height:38px}.menu-btn{height:38px}}
@media(max-width:420px){h1{font-size:41px}.product-grid{grid-template-columns:1fr}.product-image{height:235px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee-track{animation:none}.reveal{opacity:1;transform:none;transition:none}}
