:root{--ink:#091322;--ink-2:#15243a;--blue:#2f91f2;--blue-2:#76bcff;--ice:#dff1ff;--paper:#f4f7fa;--white:#fff;--muted:#68758a;--line:#dbe3eb;--lime:#c8ff4d;--shadow:0 22px 70px #07193121}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}.container{width:min(1160px,100% - 40px);margin:0 auto}.cookie-banner{z-index:120;width:min(920px,100% - 48px);color:var(--white);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#07111ff7;border:1px solid #76bcff3d;border-radius:16px;justify-content:space-between;align-items:center;gap:28px;margin:0 auto;padding:20px 22px;display:flex;position:fixed;bottom:24px;left:24px;right:24px;box-shadow:0 24px 70px #020a1457}.cookie-copy{max-width:570px}.cookie-copy strong{margin-bottom:6px;font-size:13px;display:block}.cookie-copy p{color:#b8c6d8;margin:0;font-size:11px;line-height:1.55}.cookie-copy a{color:var(--blue-2);text-underline-offset:2px;text-decoration:underline}.cookie-actions{flex:none;gap:9px;display:flex}.cookie-button{cursor:pointer;border:1px solid #0000;border-radius:8px;min-height:42px;padding:0 15px;font-size:10px;font-weight:800}.cookie-button.primary{color:var(--white);background:var(--blue)}.cookie-button.secondary{color:#d7e2ee;background:#ffffff0f;border-color:#ffffff29}.cookie-settings-button{z-index:60;color:#516175;cursor:pointer;background:#fffffff0;border:1px solid #cbd6e1;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:800;position:fixed;bottom:12px;left:12px;box-shadow:0 6px 18px #0913221a}.site-header{z-index:30;height:84px;color:var(--white);position:absolute;inset:0 0 auto}.header-inner{justify-content:space-between;align-items:center;height:84px;display:flex}.brand{align-items:center;gap:12px;display:inline-flex}.brand-mark{background:var(--blue);width:42px;height:42px;color:var(--white);letter-spacing:-1px;border-radius:12px;place-items:center;font-size:14px;font-weight:900;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff2e}.brand-mark img{object-fit:cover;width:100%;height:100%;transform:scale(1.08)}.brand-copy{flex-direction:column;line-height:1;display:flex}.brand-copy strong{letter-spacing:.11em;font-size:15px;font-weight:900}.brand-copy small{color:var(--blue-2);letter-spacing:.22em;margin-top:5px;font-size:8px;font-weight:800}.desktop-nav{align-items:center;gap:34px;margin-left:60px;display:flex}.desktop-nav a{color:#c6d1df;font-size:13px;font-weight:700;transition:color .2s}.desktop-nav a:hover{color:var(--white)}.header-actions{align-items:center;gap:10px;display:flex}.cart-button{height:42px;color:var(--white);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:9px;padding:0 8px 0 16px;display:inline-flex}.cart-button span{font-size:12px;font-weight:700}.cart-button b{background:var(--blue);border-radius:50%;place-items:center;width:26px;height:26px;font-size:11px;display:grid}.menu-button{width:42px;height:42px;color:var(--white);background:#ffffff14;border:1px solid #ffffff29;border-radius:50%;display:none}.mobile-nav{display:none}.hero{color:var(--white);background:radial-gradient(circle at 75% 35%,#2f91f233,#0000 28%),linear-gradient(118deg,#07111f 0%,#0b1a2e 56%,#0d2039 100%);position:relative;overflow:hidden}.hero:before{content:"";opacity:.06;background-image:linear-gradient(#fff9 1px,#0000 1px),linear-gradient(90deg,#fff9 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 80%);mask-image:linear-gradient(90deg,#000,#0000 80%)}.hero:after{content:"";pointer-events:none;border:1px solid #76bcff1c;border-radius:50%;width:680px;height:680px;position:absolute;top:90px;right:-220px;box-shadow:inset 0 0 0 110px #76bcff05,inset 0 0 0 220px #76bcff05}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;min-height:720px;padding-top:148px;padding-bottom:108px;display:grid;position:relative}.hero-copy{z-index:3;position:relative}.eyebrow-pill{color:var(--blue-2);letter-spacing:.15em;background:#2f91f21a;border:1px solid #76bcff40;border-radius:999px;align-items:center;gap:7px;padding:8px 12px;font-size:10px;font-weight:900;display:inline-flex}.hero h1{letter-spacing:-.065em;max-width:660px;margin:25px 0 20px;font-size:clamp(58px,6.5vw,88px);font-weight:900;line-height:.91}.hero h1 span{color:var(--blue-2)}.hero-lead{color:#aebbd0;max-width:550px;margin:0;font-size:18px;line-height:1.58}.hero-actions{gap:12px;margin-top:32px;display:flex}.button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 24px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{color:var(--white);background:var(--blue);box-shadow:0 10px 30px #2f91f247}.button-primary:hover{background:#3b9dfb;box-shadow:0 14px 34px #2f91f25c}.button-ghost{color:var(--white);background:#ffffff0d;border:1px solid #ffffff2b}.trust-line{color:#7f91a8;letter-spacing:.04em;gap:22px;margin-top:36px;font-size:10px;font-weight:800;display:flex}.trust-line span{align-items:center;gap:6px;display:inline-flex}.trust-line svg{color:var(--blue-2)}.hero-visual{perspective:1000px;height:490px;position:relative}.visual-glow{background:var(--blue);filter:blur(95px);opacity:.18;border-radius:50%;width:310px;height:310px;position:absolute;top:80px;left:120px}.hero-card{border-radius:12px;width:286px;height:394px;position:absolute;box-shadow:0 40px 65px #00000054}.hero-card-front{z-index:5;top:42px;left:100px;transform:rotate(-4deg)}.hero-card-mid{z-index:3;opacity:.88;top:65px;left:220px;transform:rotate(12deg)scale(.88)}.hero-card-back{z-index:2;opacity:.65;top:78px;left:8px;transform:rotate(-16deg)scale(.82)}.floating-note{z-index:10;color:var(--ink);background:var(--white);letter-spacing:.04em;border-radius:9px;align-items:center;gap:7px;padding:11px 14px;font-size:10px;font-weight:900;display:inline-flex;position:absolute;box-shadow:0 15px 35px #00000038}.floating-note svg{color:var(--blue)}.note-top{top:54px;right:6px;transform:rotate(3deg)}.note-bottom{bottom:48px;left:12px;transform:rotate(-3deg)}.hero-logo-seal{z-index:9;background:#06132b;border:1px solid #76bcff80;border-radius:22px;width:122px;height:122px;position:absolute;bottom:8px;right:-22px;overflow:hidden;transform:rotate(4deg);box-shadow:0 18px 44px #00000061,inset 0 0 0 5px #ffffff09}.hero-logo-seal img{object-fit:cover;width:100%;height:100%}.product-cover{aspect-ratio:.74;width:100%;color:var(--white);border-radius:10px;padding:20px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff26}.product-cover:after{content:"";background-image:linear-gradient(#ffffff12 1px,#0000 1px),linear-gradient(90deg,#ffffff12 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 30%,#0000);mask-image:linear-gradient(#0000,#000 30%,#0000)}.cover-blue{background:linear-gradient(145deg,#35a0ff,#075dad)}.cover-navy{background:linear-gradient(145deg,#162d4d,#06111f)}.cover-ice{color:var(--ink);background:linear-gradient(145deg,#ebf7ff,#8dccff)}.cover-topline,.cover-bottomline{z-index:3;letter-spacing:.15em;opacity:.78;justify-content:space-between;align-items:center;font-size:7px;font-weight:900;display:flex;position:relative}.cover-bottomline{letter-spacing:.1em;gap:8px;font-size:5.7px;position:absolute;inset:auto 20px 18px}.cover-rings{width:190px;height:190px;position:absolute;top:52%;left:51%;transform:translate(-50%,-50%)}.cover-rings span{opacity:.22;border:1px solid;border-radius:50%;position:absolute;inset:0}.cover-rings span:nth-child(2){opacity:.17;inset:22px}.cover-rings span:nth-child(3){opacity:.14;background:currentColor;border-radius:3px;inset:61px;transform:rotate(45deg)}.cover-rings:before,.cover-rings:after{content:"";z-index:2;opacity:.45;background:currentColor;position:absolute}.cover-rings:before{width:1px;height:230px;top:-20px;left:50%}.cover-rings:after{width:230px;height:1px;top:50%;left:-20px}.cover-title{z-index:4;position:absolute;top:50%;left:20px;right:20px;transform:translateY(-40%)}.cover-title small{letter-spacing:.2em;opacity:.76;margin-bottom:8px;font-size:8px;font-weight:900;display:block}.cover-title strong{letter-spacing:-.06em;text-transform:uppercase;max-width:220px;font-size:37px;line-height:.88;display:block}.cover-compact .cover-title strong{font-size:31px}.marquee{z-index:4;height:54px;color:var(--ink);background:var(--blue-2);border-top:1px solid #ffffff26;position:relative;overflow:hidden}.marquee div{align-items:center;gap:32px;width:max-content;height:54px;padding-left:20px;animation:20s linear infinite marquee;display:flex}.marquee span{letter-spacing:.22em;font-size:11px;font-weight:900}.marquee i{font-size:11px;font-style:normal}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-34%)}}.free-section{background:var(--paper);padding:92px 0 0}.free-offer{isolation:isolate;color:var(--white);background:radial-gradient(circle at 18%,#2f91f240,#0000 30%),linear-gradient(120deg,#07111f,#102845);border:1px solid #76bcff2e;border-radius:28px;grid-template-columns:.72fr 1.28fr;align-items:center;gap:72px;padding:56px 70px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 80px #09132229}.free-offer:after{content:"";z-index:-1;border:1px solid #76bcff1c;border-radius:50%;width:540px;height:540px;position:absolute;bottom:-240px;right:-150px;box-shadow:inset 0 0 0 90px #76bcff05,inset 0 0 0 180px #76bcff05}.free-visual{place-items:center;min-height:350px;display:grid;position:relative}.free-visual:before{content:"";border:1px solid #76bcff33;border-radius:50%;width:310px;height:310px;position:absolute}.free-visual .product-cover{z-index:2;width:210px;position:relative;transform:rotate(-4deg);box-shadow:0 30px 60px #0006}.free-visual .cover-title strong{font-size:31px}.free-chip{z-index:5;color:var(--ink);background:var(--lime);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:9px;font-weight:900;display:inline-flex;position:absolute;top:8px;right:-6px;box-shadow:0 12px 30px #0000003d}.free-copy{z-index:2;position:relative}.free-copy h2{letter-spacing:-.055em;max-width:610px;margin:14px 0 18px;font-size:clamp(38px,4vw,58px);line-height:.98}.free-copy>p{color:#aebdd0;max-width:580px;margin:0;font-size:14px;line-height:1.7}.free-benefits{flex-wrap:wrap;gap:10px 20px;margin:25px 0;display:flex}.free-benefits span{color:#d8e7f5;align-items:center;gap:7px;font-size:10px;font-weight:800;display:inline-flex}.free-benefits svg{color:var(--blue-2)}.free-download-button{color:var(--ink);background:var(--lime);box-shadow:0 12px 32px #c8ff4d29}.free-download-button:hover{background:#d3ff70;box-shadow:0 16px 36px #c8ff4d38}.free-copy>small{color:#7589a1;letter-spacing:.05em;margin-top:13px;font-size:8px;display:block}.catalog-section{background:var(--paper);padding:92px 0 118px}.section-heading{justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:46px;display:flex}.section-kicker{color:var(--blue);letter-spacing:.18em;font-size:10px;font-weight:900;display:inline-block}.section-heading h2{letter-spacing:-.055em;margin:12px 0 0;font-size:clamp(38px,4vw,56px);line-height:.98}.section-heading>p{max-width:390px;color:var(--muted);margin:0;font-size:14px;line-height:1.65}.product-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.product-card{border:1px solid var(--line);background:var(--white);border-radius:18px;transition:transform .25s,box-shadow .25s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.product-visual{background:#e9eef3;place-items:center;min-height:340px;padding:34px 54px;display:grid;position:relative;overflow:hidden}.product-visual:before{content:"";border:1px solid #ced8e2;border-radius:50%;width:290px;height:290px;position:absolute}.product-visual .product-cover{z-index:2;width:190px;transition:transform .25s;position:relative;transform:rotate(-3deg);box-shadow:0 24px 40px #0e203733}.product-card:hover .product-visual .product-cover{transform:rotate(-1deg)scale(1.025)}.product-visual .cover-title strong{font-size:25px}.product-visual .cover-title small{font-size:6px}.product-badge{z-index:5;color:var(--ink);background:var(--lime);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900;position:absolute;top:18px;left:18px}.product-info{padding:26px}.product-meta{color:var(--blue);letter-spacing:.09em;text-transform:uppercase;gap:18px;margin-bottom:14px;font-size:9px;font-weight:900;display:flex}.product-meta span+span{position:relative}.product-meta span+span:before{content:"";background:#b8c4d1;border-radius:50%;width:3px;height:3px;position:absolute;top:4px;left:-10px}.product-info h3{letter-spacing:-.035em;margin:0;font-size:22px;line-height:1.1}.product-info>p{min-height:67px;color:var(--muted);margin:13px 0 18px;font-size:13px;line-height:1.65}.product-info ul{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:9px;margin:0;padding:16px 0 20px;list-style:none;display:grid}.product-info li{color:#344155;align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.product-info li svg{color:var(--blue)}.product-footer{justify-content:space-between;align-items:flex-end;gap:15px;padding-top:20px;display:flex}.price{flex-direction:column;display:flex}.price del{color:#98a2af;font-size:10px}.price strong{letter-spacing:-.04em;margin-top:2px;font-size:23px}.price small{color:#98a2af;font-size:8px}.add-button{border:1px solid var(--ink);height:42px;color:var(--white);background:var(--ink);cursor:pointer;border-radius:9px;align-items:center;gap:7px;padding:0 14px;font-size:10px;font-weight:800;transition:all .2s;display:inline-flex}.add-button:hover{background:var(--blue);border-color:var(--blue)}.add-button.added{color:#176242;background:#e4f8ee;border-color:#b9e8d2}.process-section{color:var(--white);background:var(--ink);padding:105px 0}.process-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px;display:grid}.section-kicker.light{color:var(--blue-2)}.process-copy h2{letter-spacing:-.055em;margin:15px 0 22px;font-size:clamp(38px,4.2vw,55px);line-height:1}.process-copy>p{color:#95a7bd;max-width:475px;margin:0;font-size:14px;line-height:1.75}.steps-panel{background:linear-gradient(145deg,#ffffff0e,#ffffff04);border:1px solid #ffffff1a;border-radius:18px;padding:8px 30px}.step-row{grid-template-columns:44px 1fr;gap:12px;padding:28px 0;display:grid}.step-number{color:#587089;letter-spacing:.12em;font-size:10px;font-weight:900}.step-row>div{grid-template-columns:28px 1fr;align-items:center;column-gap:12px;display:grid}.step-row svg{width:21px;color:var(--blue-2);grid-row:1/span 2}.step-row strong{font-size:14px}.step-row p{color:#7f92aa;margin:5px 0 0;font-size:11px}.step-arrow{display:none}.step-row+.step-row{border-top:1px solid #ffffff14}.site-footer{color:var(--white);background:#050c16;padding:52px 0 25px}.footer-top{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:35px;padding-bottom:40px;display:flex}.footer-top>p{color:#71849a;margin:0;font-size:12px}.footer-links{color:#93a3b7;gap:25px;font-size:11px;font-weight:700;display:flex}.footer-links a:hover{color:var(--white)}.footer-bottom{color:#54677d;letter-spacing:.05em;justify-content:space-between;padding-top:22px;font-size:9px;display:flex}.drawer-layer{z-index:100;position:fixed;inset:0}.drawer-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:default;background:#030a13b3;border:0;width:100%;position:absolute;inset:0}.cart-drawer{background:var(--white);flex-direction:column;width:min(440px,100%);height:100%;padding:30px;animation:.25s ease-out drawerIn;display:flex;position:absolute;top:0;right:0;box-shadow:-30px 0 80px #0003}@keyframes drawerIn{0%{transform:translate(100%)}}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding-bottom:24px;display:flex}.drawer-header small{color:var(--blue);letter-spacing:.18em;font-size:9px;font-weight:900}.drawer-header h2{letter-spacing:-.05em;margin:7px 0 0;font-size:28px}.drawer-header h2 span{width:22px;height:22px;color:var(--white);background:var(--blue);vertical-align:middle;border-radius:50%;place-items:center;margin-left:4px;font-size:9px;display:inline-grid}.drawer-header button,.cart-item>button{cursor:pointer;background:#edf2f6;border:0;border-radius:50%;place-items:center;display:grid}.drawer-header button{width:38px;height:38px}.empty-cart{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.empty-cart>div{width:74px;height:74px;color:var(--blue);background:var(--ice);border-radius:50%;place-items:center;display:grid}.empty-cart h3{margin:20px 0 8px;font-size:21px}.empty-cart p{max-width:270px;color:var(--muted);margin:0 0 25px;font-size:12px;line-height:1.6}.cart-list{flex:1;padding:18px 0;overflow-y:auto}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:62px 1fr 30px;align-items:center;gap:14px;padding:13px 0;display:grid}.cart-item .product-cover{border-radius:5px;width:62px;padding:7px}.cart-item .cover-topline,.cart-item .cover-bottomline,.cart-item .cover-rings,.cart-item .cover-title small{display:none}.cart-item .cover-title{left:7px;right:7px}.cart-item .cover-title strong{font-size:9px}.cart-item-copy{flex-direction:column;display:flex}.cart-item-copy small{color:var(--blue);letter-spacing:.13em;font-size:7px;font-weight:900}.cart-item-copy strong{margin-top:5px;font-size:13px}.cart-item-copy span{color:var(--muted);margin-top:7px;font-size:11px}.cart-item>button{color:#8090a3;width:28px;height:28px}.drawer-summary{border-top:1px solid var(--line);padding-top:22px}.drawer-summary>div{justify-content:space-between;align-items:center;display:flex}.drawer-summary>div span{color:var(--muted);font-size:12px}.drawer-summary>div strong{font-size:25px}.drawer-summary p{color:#418464;align-items:center;gap:6px;margin:10px 0 18px;font-size:9px;font-weight:700;display:flex}.checkout-button{width:100%}.drawer-summary>small{color:#98a3b1;justify-content:center;align-items:center;gap:5px;margin-top:12px;font-size:8px;display:flex}.simple-header{height:78px;color:var(--white);background:var(--ink)}.simple-header .header-inner{height:78px}.back-link{color:#a6b5c7;align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.checkout-page{background:#eef3f7;min-height:calc(100vh - 78px);padding:65px 0 85px}.checkout-layout{grid-template-columns:1.1fr .9fr;align-items:start;gap:48px;display:grid}.checkout-copy>small,.status-card>small{color:var(--blue);letter-spacing:.18em;font-size:9px;font-weight:900}.checkout-copy h1{letter-spacing:-.055em;margin:10px 0 8px;font-size:40px}.checkout-copy>p{color:var(--muted);margin:0 0 30px;font-size:13px}.checkout-form{border:1px solid var(--line);background:var(--white);border-radius:16px;padding:28px;box-shadow:0 18px 60px #0f233c12}.field-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.field{flex-direction:column;gap:7px;display:flex}.field-full{grid-column:1/-1}.field label{font-size:10px;font-weight:800}.field input{background:#fbfdff;border:1px solid #cfdae4;border-radius:9px;outline:none;width:100%;height:48px;padding:0 14px;font-size:13px;transition:border .2s,box-shadow .2s}.field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2f91f21f}.field-hint{color:var(--muted);margin:16px 0 0;font-size:9px;line-height:1.5}.payment-box{background:#f2f9ff;border:1px solid #c6e0f7;border-radius:12px;margin-top:22px;padding:18px}.payment-box>strong{align-items:center;gap:8px;font-size:11px;display:flex}.payment-methods{gap:8px;margin-top:12px;display:flex}.payment-methods span{color:#496179;background:var(--white);border:1px solid #d7e4ef;border-radius:6px;padding:7px 9px;font-size:8px;font-weight:900}.submit-button{width:100%;margin-top:22px}.submit-button:disabled{opacity:.65;cursor:wait;transform:none}.form-error{color:#b42318;margin:12px 0 0;font-size:10px}.order-card{color:var(--white);background:var(--ink);border-radius:16px;position:sticky;top:30px;overflow:hidden;box-shadow:0 25px 60px #0913222e}.order-card-header{border-bottom:1px solid #ffffff1a;padding:24px 25px 18px}.order-card-header small{color:var(--blue-2);letter-spacing:.17em;font-size:8px;font-weight:900}.order-card-header h2{margin:7px 0 0;font-size:21px}.order-items{padding:10px 25px}.order-item{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;padding:15px 0;display:flex}.order-item>div{flex-direction:column;gap:4px;display:flex}.order-item strong{font-size:11px}.order-item span{color:#778ba3;font-size:8px}.order-item>b{font-size:11px}.order-total{justify-content:space-between;align-items:center;padding:22px 25px;display:flex}.order-total span{color:#9eb0c5;font-size:11px}.order-total strong{font-size:25px}.order-guarantee{color:#a9bbce;background:#ffffff0e;border-radius:10px;gap:11px;margin:0 18px 18px;padding:15px;font-size:8px;line-height:1.5;display:flex}.order-guarantee svg{color:var(--blue-2);flex:none}.status-page{background:#eef3f7;place-items:center;min-height:calc(100vh - 78px);padding:60px 20px;display:grid}.status-card{border:1px solid var(--line);text-align:center;background:var(--white);width:min(640px,100%);box-shadow:var(--shadow);border-radius:22px;padding:45px}.status-icon{color:#17754c;background:#e2f8ee;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 22px;display:grid}.status-icon.pending{color:#95620a;background:#fff5d9}.status-icon.error{color:#a82a25;background:#fde9e7}.status-card h1{letter-spacing:-.055em;margin:8px 0 12px;font-size:38px;line-height:1}.status-card>p{max-width:480px;color:var(--muted);margin:0 auto;font-size:13px;line-height:1.65}.download-list{text-align:left;gap:10px;margin:30px 0 18px;display:grid}.download-row{border:1px solid var(--line);background:#f7fafc;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;padding:14px 16px;display:flex}.download-row>div{flex-direction:column;gap:4px;display:flex}.download-row strong{font-size:11px}.download-row span{color:var(--muted);font-size:8px}.download-row a{color:var(--white);background:var(--blue);border-radius:7px;align-items:center;gap:6px;padding:9px 12px;font-size:9px;font-weight:800;display:inline-flex}.status-note{color:#7a8899;justify-content:center;align-items:center;gap:6px;font-size:9px;display:flex}.legal-page{background:var(--white);min-height:calc(100vh - 78px);padding:65px 0 100px}.legal-content{width:min(760px,100% - 40px);margin:auto}.legal-content h1{letter-spacing:-.055em;margin:0 0 12px;font-size:45px}.legal-content>p{color:var(--muted)}.legal-content h2{margin:35px 0 10px;font-size:20px}.legal-content p,.legal-content li{color:#536174;font-size:13px;line-height:1.75}@media (width<=980px){.hero-grid{grid-template-columns:1fr;gap:20px;min-height:1030px;padding-top:145px}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.trust-line{justify-content:center}.hero-visual{width:min(500px,100%);margin:auto}.free-offer{gap:38px;padding:48px 42px}.product-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr;gap:55px}.process-copy{text-align:center}.process-copy>p{margin-inline:auto}}@media (width<=720px){.cookie-banner{width:auto;padding:18px;display:block;bottom:12px;left:12px;right:12px}.cookie-actions{grid-template-columns:1fr;margin-top:14px;display:grid}.cookie-button{width:100%}.container{width:min(100% - 28px,1160px)}.desktop-nav{display:none}.menu-button{place-items:center;display:grid}.cart-button span{display:none}.cart-button{padding-left:12px}.mobile-nav{background:#091322f7;border:1px solid #ffffff1f;border-radius:12px;padding:12px;display:grid;position:absolute;top:74px;left:14px;right:14px;box-shadow:0 20px 50px #0000004d}.mobile-nav a{color:#c5d0de;border-radius:7px;padding:13px;font-size:12px;font-weight:700}.hero-grid{min-height:925px;padding-top:122px;padding-bottom:65px}.hero h1{font-size:clamp(47px,14vw,67px)}.hero-lead{max-width:430px;font-size:15px}.hero-actions{margin-inline:auto;flex-direction:column;align-items:stretch;max-width:380px;margin-top:25px}.trust-line{flex-wrap:wrap;gap:10px 18px;margin-top:25px}.hero-visual{transform-origin:top;height:400px;transform:scale(.83)}.hero-card-front{left:calc(50% - 143px)}.hero-card-mid{left:calc(50% - 25px)}.hero-card-back{left:calc(50% - 235px)}.note-top{right:-5px}.note-bottom{left:-8px}.free-section{padding-top:64px}.free-offer{text-align:center;grid-template-columns:1fr;gap:18px;padding:34px 24px 38px}.free-visual{min-height:300px}.free-visual .product-cover{width:180px}.free-chip{top:8px;right:calc(50% - 150px)}.free-copy>p{margin-inline:auto}.free-benefits{justify-content:center}.free-download-button{width:100%}.catalog-section{padding:75px 0}.section-heading{margin-bottom:32px;display:block}.section-heading>p{margin-top:18px}.product-grid{grid-template-columns:1fr}.product-card{max-width:460px;margin-inline:auto}.product-visual{min-height:315px}.product-info>p{min-height:0}.process-section{padding:76px 0}.process-grid{gap:40px}.steps-panel{padding:0 20px}.footer-top{flex-direction:column;align-items:flex-start}.footer-bottom{flex-direction:column;gap:8px}.cart-drawer{padding:23px}.checkout-page{padding:38px 0 70px}.checkout-layout{grid-template-columns:1fr;gap:26px}.order-card{grid-row:1;position:static}.checkout-copy{grid-row:2}.checkout-copy h1{font-size:34px}.field-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.status-card{padding:35px 22px}.status-card h1{font-size:32px}.download-row{align-items:flex-start}.simple-header .brand-copy{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee div{animation:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
