
:root{
  --ink:#07162f;--ink2:#10274d;--blue:#1264e8;--blue2:#2d95ff;--cream:#f7f4ec;
  --paper:#fffefb;--gold:#f2b31d;--green:#17b667;--muted:#657187;--line:#dce3ec;
  --danger:#a24646;--violet:#6f38d8;--shadow:0 22px 60px rgba(8,28,65,.10);
  --r:24px;--max:min(1180px,calc(100% - 36px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.locked{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.container{width:var(--max);margin-inline:auto}
.topbar{background:var(--ink);color:#fff;font-size:12px}
.topbar .container{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.topbar a{color:#b8dbff}
.header{position:sticky;top:0;z-index:50;background:rgba(247,244,236,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,22,47,.08)}
.header-inner{height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand img{width:48px;height:48px;border-radius:14px;box-shadow:0 8px 24px rgba(16,91,204,.18)}
.brand strong{font-size:20px;letter-spacing:-.03em}
.brand small{display:block;color:var(--muted);font-size:10px;margin-top:2px}
.nav{display:flex;gap:24px;margin-inline:auto}
.nav a{font-size:14px;font-weight:800;color:#33435f}
.nav a:hover,.nav a.active{color:var(--blue)}
.header-actions{display:flex;align-items:center;gap:8px}
.country-switch{display:flex;background:#fff;border:1px solid #d5dde8;border-radius:13px;padding:3px}
.country-switch button{border:0;background:transparent;border-radius:9px;padding:8px 9px;font-size:11px;font-weight:900;color:#59667b}
.country-switch button.active{background:var(--ink);color:#fff}
.lang-btn,.cart-pill{height:40px;border:1px solid #d5dde8;background:white;border-radius:12px;padding:0 12px;font-weight:900;color:var(--ink)}
.cart-pill{display:flex;align-items:center;gap:8px}
.cart-badge{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--blue);color:white;font-size:11px}
.mobile-menu{display:none}
.hero{position:relative;overflow:hidden;background:
  radial-gradient(circle at 78% 18%,rgba(55,158,255,.15),transparent 28%),
  radial-gradient(circle at 4% 95%,rgba(243,180,30,.12),transparent 22%),
  linear-gradient(180deg,#fffefa 0%,#f5f1e8 100%);
  padding:78px 0 72px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center}
.eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.14em}
.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px rgba(18,100,232,.10)}
.hero h1{font-size:clamp(56px,6.2vw,88px);line-height:.94;letter-spacing:-.065em;margin:22px 0;color:var(--ink);max-width:760px}
.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--blue)}
.hero p{font-size:18px;line-height:1.65;color:#55647c;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{border:0;border-radius:14px;min-height:50px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:950;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--ink);color:white;box-shadow:0 12px 28px rgba(7,22,47,.18)}
.btn-blue{background:var(--blue);color:white}
.btn-light{background:white;color:var(--ink);border:1px solid #d5dde8}
.btn-green{background:var(--green);color:white;box-shadow:0 12px 28px rgba(23,182,103,.23)}
.btn-ghost{background:transparent;color:var(--blue);border:1px solid #a8c9f9}
.full{width:100%}
.trust-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.trust-chip{background:rgba(255,255,255,.75);border:1px solid #dce3eb;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:850;color:#48566e}
.hero-art{position:relative;display:grid;place-items:center;min-height:540px}
.hero-panel{width:min(100%,530px);aspect-ratio:1/1;border-radius:42px;background:
 radial-gradient(circle at 50% 35%,rgba(37,143,255,.33),transparent 38%),
 linear-gradient(145deg,#061127,#0a2b61 68%,#0c4da8);
 box-shadow:0 40px 95px rgba(8,38,88,.25);display:grid;place-items:center;padding:44px}
.hero-panel:before{content:"";position:absolute;inset:34px;border:1px solid rgba(101,188,255,.24);border-radius:30px}
.hero-panel img{width:84%;border-radius:50%;filter:drop-shadow(0 24px 44px rgba(0,0,0,.35));position:relative;z-index:2}
.region-card{position:absolute;top:36px;left:-26px;background:#fff;border:1px solid #dce3ec;border-radius:17px;padding:13px 15px;box-shadow:var(--shadow);display:flex;gap:10px;align-items:center;z-index:4}
.region-card span{font-size:25px}
.region-card small{display:block;color:var(--muted);font-size:9px}
.region-card strong{font-size:12px}
.value-strip{background:var(--ink);color:#fff}
.value-strip .container{min-height:84px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}
.value-point{display:flex;align-items:center;gap:14px;padding:0 28px;border-inline-end:1px solid rgba(255,255,255,.12)}
.value-point:last-child{border-inline-end:0}
.value-point span{font-family:Georgia,serif;color:#6ab9ff;font-size:27px}
.value-point b{font-size:13px}
.section{padding:88px 0}
.section.white{background:#fffefa}
.section.soft{background:#f4f0e7}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:36px}
.section-head>div{max-width:720px}
.section-head h2,.page-title h1,.product-copy h1,.checkout-head h1,.policy h1{font-size:clamp(36px,4.5vw,58px);line-height:1.02;letter-spacing:-.05em;margin:12px 0;color:var(--ink)}
.section-head p,.page-title p{max-width:620px;color:var(--muted);line-height:1.65;margin:0}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bundle-card{position:relative;background:#fff;border:1px solid #dce3eb;border-radius:27px;padding:24px;box-shadow:0 12px 38px rgba(7,28,65,.05)}
.bundle-card.popular{border:2px solid var(--violet);box-shadow:0 22px 50px rgba(111,56,216,.12)}
.bundle-card .popular{position:absolute;right:20px;top:20px;background:var(--violet);color:#fff;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:950}
.bundle-card h3{font-size:26px;letter-spacing:-.03em;margin:30px 0 12px}
.logo-row{display:flex;gap:9px;align-items:center;flex-wrap:wrap;min-height:52px}
.logo-chip{display:flex;align-items:center;gap:7px;border:1px solid #e1e6ed;background:#f4f6f8;border-radius:12px;padding:7px 9px;font-size:10px;font-weight:900}
.logo-chip img{width:24px;height:24px;object-fit:contain;border-radius:6px}
.logo-fallback{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:#0e5fd6;color:white;font-size:8px;font-weight:950}
.bundle-price{display:flex;align-items:end;gap:8px;margin:30px 0 14px}
.bundle-price strong{font-size:46px;letter-spacing:-.05em;line-height:.9}
.bundle-price span{font-size:13px;font-weight:900;color:var(--muted)}
.month-badge{display:inline-flex;align-items:center;gap:6px;background:#e7f0ff;color:#0f5fd5;border:1px solid #cfe0fb;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:950;margin-bottom:16px}
.month-badge:before{content:"●";font-size:7px}
.catalog-tools{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:24px}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.filter{border:1px solid #d7dfe8;background:#fff;border-radius:999px;padding:10px 14px;font-size:11px;font-weight:900;color:#526078}
.filter.active{background:var(--ink);border-color:var(--ink);color:#fff}
.search{display:flex;align-items:center;gap:8px;border:1px solid #d7dfe8;background:#fff;border-radius:13px;height:44px;padding:0 12px;min-width:270px}
.search input{border:0;outline:0;background:transparent;width:100%}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{background:#fff;border:1px solid #dce3eb;border-radius:22px;padding:18px;min-height:305px;display:flex;flex-direction:column;box-shadow:0 10px 28px rgba(7,28,65,.045);transition:.2s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(7,28,65,.09)}
.product-logo{width:50px;height:50px;border-radius:15px;background:#f7f9fc;border:1px solid #e0e6ee;display:grid;place-items:center;overflow:hidden}
.product-logo img{width:34px;height:34px;object-fit:contain}
.product-logo .fallback{font-size:11px;font-weight:950;color:white;width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#0d3b7a,#1670ef)}
.product-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.category{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:var(--blue);font-weight:950}
.product-card h3{font-size:21px;margin:17px 0 8px;letter-spacing:-.025em}
.product-card p{font-size:12px;color:var(--muted);line-height:1.55;margin:0;flex:1}
.start-price{display:flex;align-items:end;gap:6px;margin:18px 0 12px}
.start-price small{text-transform:uppercase;color:#7d8999;font-size:9px;font-weight:900}
.start-price strong{font-size:26px;line-height:1}
.start-price span{font-size:10px;font-weight:900;color:#647085}
.page-hero{padding:64px 0 44px;background:linear-gradient(180deg,#fffefa,#f4f0e7)}
.page-title{max-width:760px}
.breadcrumbs{font-size:11px;color:#7b8798;margin-bottom:16px}
.breadcrumbs a{color:var(--blue);font-weight:800}
.product-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:start}
.product-identity{background:linear-gradient(145deg,#07172f,#0a387b);border-radius:32px;padding:46px;min-height:430px;display:grid;place-items:center;position:sticky;top:108px;box-shadow:var(--shadow)}
.product-identity .product-logo{width:150px;height:150px;border-radius:35px;background:white}
.product-identity .product-logo img{width:95px;height:95px}
.product-identity .product-logo .fallback{font-size:36px}
.product-copy h1{margin-top:8px}
.product-copy .lead{color:var(--muted);font-size:16px;line-height:1.65}
.selector-group{margin-top:28px}
.selector-group>label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:950;color:#7d8999;margin-bottom:10px}
.choices{display:flex;flex-wrap:wrap;gap:9px}
.choice{border:1px solid #d5dde8;background:#fff;border-radius:13px;padding:12px 14px;font-size:12px;font-weight:900;color:#4d5b72}
.choice.active{border-color:#6aa8fa;background:#edf5ff;color:#0d5fd5;box-shadow:inset 0 0 0 1px #6aa8fa}
.price-box{margin-top:26px;padding:18px;border:1px solid #dce3eb;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}
.price-box small{display:block;color:var(--muted);font-size:10px}
.price-box strong{font-size:34px;letter-spacing:-.04em}
.add-actions{display:flex;gap:10px;margin-top:14px}
.notice{margin-top:18px;border-radius:15px;background:#eef6ff;border:1px solid #d5e7ff;padding:13px 14px;font-size:11px;line-height:1.5;color:#41526b}
.cart-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:start}
.cart-list{display:grid;gap:12px}
.cart-item{background:#fff;border:1px solid #dce3eb;border-radius:20px;padding:17px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}
.cart-item .product-logo{width:44px;height:44px;border-radius:13px}
.cart-item .product-logo img{width:29px;height:29px}
.cart-item h3{font-size:15px;margin:0 0 5px}
.cart-item p{font-size:11px;color:var(--muted);margin:0;line-height:1.5}
.cart-item strong{font-size:15px}
.remove{border:0;background:transparent;color:var(--danger);font-size:10px;font-weight:900;padding:7px 0 0}
.summary{position:sticky;top:108px;background:#fff;border:1px solid #dce3eb;border-radius:24px;padding:22px;box-shadow:var(--shadow)}
.summary h2{font-size:24px;margin:0 0 18px}
.summary-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-top:1px solid #e4e9ef;font-size:12px}
.summary-row.total{font-size:18px;font-weight:950}
.empty-card{background:#fff;border:1px dashed #b8c4d3;border-radius:24px;padding:56px 24px;text-align:center}
.empty-card h2{margin:12px 0 8px}
.empty-card p{color:var(--muted);font-size:13px}
.checkout-shell{max-width:900px;margin:0 auto}
.checkout-head{text-align:center;margin-bottom:30px}
.progress{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:24px 0 30px}
.progress .step{border-top:3px solid #d9e0e9;padding-top:10px;font-size:11px;color:#7b8798;font-weight:850}
.progress .step.active{border-color:var(--ink);color:var(--ink)}
.checkout-card{background:#fff;border:1px solid #dce3eb;border-radius:26px;padding:26px;box-shadow:var(--shadow);margin-bottom:18px}
.checkout-card h2{font-size:23px;margin:0 0 20px}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.field.fullrow{grid-column:1/-1}
.field label{display:block;font-size:11px;font-weight:900;margin-bottom:7px}
.field input,.field select{width:100%;height:49px;border:1px solid #d5dde8;border-radius:12px;background:#fff;padding:0 12px;outline:0}
.field small{display:block;color:var(--muted);font-size:9px;line-height:1.45;margin-top:6px}
.phone{display:grid;grid-template-columns:130px 1fr;gap:8px}
.pay-grid{display:grid;gap:10px}
.pay-option{border:1px solid #dce3eb;background:#fff;border-radius:16px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer}
.pay-option.active{border-color:#5c9df5;background:#f1f7ff;box-shadow:inset 0 0 0 1px #5c9df5}
.pay-option b{font-size:13px}
.pay-option small{display:block;color:var(--muted);font-size:10px;margin-top:3px}
.pay-details{margin-top:14px;border:1px solid #d9e4f0;background:#f6faff;border-radius:18px;padding:18px}
.pay-line{display:grid;grid-template-columns:1fr 1.5fr auto;gap:12px;align-items:center;padding:10px 0;border-top:1px solid #dee8f2;font-size:11px}
.pay-line:first-child{border-top:0}
.pay-line span{color:var(--muted)}
.pay-line b{overflow-wrap:anywhere}
.copy{border:1px solid #cbd7e5;background:white;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:900}
.main-amount{margin-top:18px;background:var(--ink);color:white;border-radius:18px;padding:18px}
.main-amount small{color:#a9bdd9;font-size:10px}
.main-amount strong{display:block;font-size:34px;margin-top:3px}
.converted{margin-top:8px;border-radius:12px;background:#eaf2ff;padding:12px 14px;color:#174d92}
.converted small{font-size:10px;color:#6682a8}
.converted strong{display:block;font-size:18px;margin-top:3px}
.checkout-actions{display:flex;gap:10px;margin-top:18px}
.order-ready{display:none;text-align:center}
.order-ready.active{display:block}
.order-ready .check{width:68px;height:68px;border-radius:20px;background:#e3f8ee;color:var(--green);display:grid;place-items:center;font-size:34px;margin:0 auto 15px}
.order-ready h2{font-size:34px;margin:8px 0}
.save-contact{border:1px solid #d9e3ed;border-radius:18px;background:#f8fbff;padding:16px;text-align:left;margin:18px 0}
.save-contact strong{display:block}
.save-contact p{font-size:11px;color:var(--muted);line-height:1.5;margin:5px 0 12px}
.confirm-save{display:flex;gap:8px;align-items:flex-start;text-align:left;margin:12px 0;font-size:11px;color:#46566d}
.demo-note{font-size:10px;color:#8f6507;background:#fff6dc;border:1px solid #edd188;border-radius:11px;padding:10px;margin-top:12px}
.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px}
.faq-list details{border-bottom:1px solid #d8e0e9;padding:18px 0}
.faq-list summary{list-style:none;cursor:pointer;font-size:16px;font-weight:900;display:flex;justify-content:space-between;gap:16px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";color:var(--blue);font-size:22px}
.faq-list details[open] summary:after{content:"−"}
.faq-list p{font-size:13px;color:var(--muted);line-height:1.65;margin:12px 28px 0 0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.step-card{background:#fff;border:1px solid #dce3eb;border-radius:20px;padding:20px}
.step-card span{font-family:Georgia,serif;color:var(--blue);font-size:29px}
.step-card h3{font-size:16px;margin:15px 0 7px}
.step-card p{color:var(--muted);font-size:11px;line-height:1.6;margin:0}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-slot{aspect-ratio:4/3;border:1px dashed #b7c3d1;background:linear-gradient(135deg,#fff,#edf3f9);border-radius:22px;display:grid;place-items:center;text-align:center;padding:20px;color:#728098}
.review-slot span{color:#e9a900;display:block;letter-spacing:.1em;margin-bottom:8px}
.policy{max-width:850px}
.policy h2{font-size:22px;margin-top:30px}
.policy p,.policy li{font-size:13px;color:#59687e;line-height:1.75}
.footer{background:#061329;color:#dce8f7;padding:46px 0 90px}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:start}
.footer-brand{display:flex;gap:12px;align-items:center}
.footer-brand img{width:52px;height:52px;border-radius:14px}
.footer-brand strong,.footer-brand small{display:block}
.footer-brand small{font-size:10px;color:#91a7c5;margin-top:3px}
.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px;font-size:11px;font-weight:850}
.disclaimer{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin:0;color:#8da1bd;font-size:10px;line-height:1.6}
.support{position:fixed;right:18px;bottom:18px;z-index:70;background:var(--green);color:#fff;border-radius:999px;padding:13px 17px;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:950;box-shadow:0 18px 40px rgba(23,182,103,.28)}
.support .dot{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--green);font-size:15px}
.mobile-cart{display:none}
.toast{position:fixed;z-index:100;left:50%;bottom:28px;transform:translate(-50%,20px);background:var(--ink);color:#fff;border-radius:16px;padding:13px 14px;box-shadow:0 18px 45px rgba(0,0,0,.25);opacity:0;visibility:hidden;transition:.2s ease;min-width:min(430px,calc(100% - 28px))}
.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
.toast-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.toast b{font-size:12px}
.toast-actions{display:flex;gap:7px}
.toast-actions a{border-radius:9px;padding:7px 9px;font-size:9px;font-weight:900;background:#fff;color:var(--ink)}
.geo-hint{display:none;position:fixed;top:88px;right:18px;z-index:60;background:#fff;border:1px solid #dce3eb;border-radius:14px;padding:12px 14px;box-shadow:var(--shadow);font-size:11px}
.geo-hint.show{display:block}
.geo-hint button{margin-left:8px;border:0;background:var(--blue);color:#fff;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:900}
@media(max-width:1050px){
 .nav{display:none}.mobile-menu{display:inline-flex}
 .hero-grid{grid-template-columns:1fr 1fr;gap:35px}.hero h1{font-size:58px}
 .product-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
 :root{--max:min(100% - 26px,720px)}
 .topbar .container{justify-content:center}.topbar a{display:none}
 .header-inner{height:68px}.brand small,.brand strong{display:none}.brand img{width:44px;height:44px}
 .country-switch{display:none}
 .hero{padding:48px 0 54px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}
 .hero h1{font-size:clamp(43px,11vw,62px);margin-inline:auto}.hero p{font-size:15px;margin-inline:auto}
 .eyebrow{justify-content:center}.hero-actions,.trust-chips{justify-content:center}
 .hero-art{min-height:auto;margin-top:14px}.hero-panel{width:min(92%,500px)}
 .region-card{left:-8px;top:18px}
 .value-strip .container{grid-template-columns:1fr}.value-point{min-height:60px;border-inline-end:0;border-bottom:1px solid rgba(255,255,255,.1);padding:0 8px}
 .section{padding:68px 0}.section-head{display:block}.section-head>p{margin-top:12px}
 .card-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}
 .product-layout{grid-template-columns:1fr;gap:28px}.product-identity{position:relative;top:auto;min-height:300px}
 .cart-layout{grid-template-columns:1fr}.summary{position:relative;top:auto}
 .fields{grid-template-columns:1fr}.field.fullrow{grid-column:auto}
 .faq-grid{grid-template-columns:1fr;gap:22px}.steps{grid-template-columns:1fr 1fr}.review-grid{grid-template-columns:1fr 1fr}
 .footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}
 .support{bottom:82px;padding:11px 13px}.support span:last-child{display:none}
 .mobile-cart{position:fixed;z-index:65;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));background:rgba(6,19,41,.96);backdrop-filter:blur(12px);color:#fff;border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:9px 9px 9px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 18px 44px rgba(0,0,0,.22);transform:translateY(140%);transition:.22s ease}
 .mobile-cart.visible{transform:none}.mobile-cart small{display:block;color:#9fb1c9;font-size:9px}.mobile-cart strong{font-size:14px}
}
@media(max-width:540px){
 .header-actions .lang-btn{padding:0 9px}.cart-pill span.label{display:none}
 .hero h1{font-size:44px}.hero-actions .btn{width:100%}
 .hero-panel{border-radius:30px;padding:28px}.hero-panel:before{inset:20px;border-radius:23px}
 .region-card{position:static;margin-bottom:12px}
 .hero-art{display:flex;flex-direction:column}.product-grid{grid-template-columns:1fr}
 .product-card{min-height:270px}.catalog-tools{flex-direction:column;align-items:stretch}.search{min-width:0}
 .steps{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr}
 .product-identity{padding:35px}.product-identity .product-logo{width:130px;height:130px}
 .price-box{align-items:flex-start;flex-direction:column}
 .add-actions,.checkout-actions{flex-direction:column}.add-actions .btn,.checkout-actions .btn{width:100%}
 .phone{grid-template-columns:110px 1fr}
 .pay-line{grid-template-columns:1fr}.pay-line .copy{justify-self:start}
 .support{right:14px}
 .toast-row{align-items:flex-start;flex-direction:column}.toast-actions{width:100%}.toast-actions a{flex:1;text-align:center}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}


/* ===== vbdraft3 fixes ===== */
.topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.topbar .announcement-copy{text-align:left}.topbar-inner>a{text-align:right}
.country-desktop{display:flex;background:#fff;border:1px solid #d5dde8;border-radius:13px;padding:3px}
.country-desktop button{border:0;background:transparent;border-radius:9px;padding:8px 9px;font-size:11px;font-weight:900;color:#59667b}
.country-desktop button.active{background:var(--navy,#07152f);color:#fff}
.country-mobile{display:none;height:40px;border:1px solid #d5dde8;border-radius:12px;background:#fff;padding:0 9px;font-weight:900;color:var(--navy,#07152f)}
.purchase-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.more-panel{margin-top:58px;padding-top:34px;border-top:1px solid #d9e1ea}.more-panel h2{font-size:30px;letter-spacing:-.04em;margin:0 0 8px}.more-panel>p{color:var(--muted);font-size:13px;margin:0 0 22px}
.recommend-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,260px);gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.recommend-scroll>*{scroll-snap-align:start}
.reco-card{background:#fff;border:1px solid #dce3eb;border-radius:18px;padding:14px;min-height:220px;display:flex;flex-direction:column}.reco-card h3{font-size:16px;margin:12px 0 6px}.reco-card p{font-size:10px;color:var(--muted);line-height:1.45;margin:0;flex:1}.reco-card .start-price{margin:12px 0 10px}.reco-card .btn{min-height:42px;font-size:11px}
.bundle-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:start}.bundle-identity{background:linear-gradient(145deg,#07172f,#0a387b);border-radius:32px;padding:46px;min-height:430px;display:grid;place-items:center;position:sticky;top:108px;box-shadow:var(--shadow)}
.bundle-copy h1{font-size:clamp(36px,4.5vw,58px);line-height:1.02;letter-spacing:-.05em;margin:12px 0;color:var(--navy,#07152f)}.bundle-copy .lead{color:var(--muted);font-size:16px;line-height:1.65}
.bundle-showcase{width:100%;max-width:390px;text-align:center;color:#fff}.bundle-icons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.bundle-icons span{width:82px;height:82px;border-radius:22px;background:#fff;display:grid;place-items:center;box-shadow:0 12px 28px rgba(0,0,0,.18)}.bundle-icons img{width:48px;height:48px;object-fit:contain}.bundle-showcase h2{font-size:32px;margin:0 0 8px}.bundle-showcase p{font-size:12px;color:#c9ddfa;line-height:1.5;margin:0}
.bundle-features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.bundle-feature{border:1px solid #dce3eb;background:#fff;border-radius:15px;padding:13px;font-size:11px;font-weight:850;color:#4d5b72}
.popular-badge{position:absolute;right:20px;top:20px;background:#6f36d7;color:#fff;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:950}
.cart-more{margin-top:36px}.cart-more-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.cart-more-head h2{font-size:28px;margin:0}.cart-more-head p{font-size:11px;color:var(--muted);margin:5px 0 0}
.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.quick-card{background:#fff;border:1px solid #dce3eb;border-radius:18px;padding:14px}.quick-card h3{font-size:15px;margin:10px 0 5px}.quick-card p{font-size:10px;color:var(--muted);line-height:1.45;margin:0 0 12px}.quick-card .btn{width:100%;min-height:40px;font-size:10px}
.modal{position:fixed;inset:0;z-index:120;visibility:hidden;opacity:0;transition:.2s ease}.modal.open{visibility:visible;opacity:1}.modal-backdrop{position:absolute;inset:0;background:rgba(1,9,24,.56);backdrop-filter:blur(5px)}.modal-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-48%) scale(.98);width:min(620px,calc(100% - 28px));max-height:90vh;overflow:auto;background:#fff;border-radius:28px;padding:26px;box-shadow:0 35px 100px rgba(0,0,0,.3);transition:.2s ease}.modal.open .modal-card{transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;right:18px;top:18px;width:38px;height:38px;border-radius:12px;border:1px solid #dce3eb;background:#fff;font-size:22px}.modal-head{display:flex;align-items:center;gap:12px;padding-right:48px}.modal-head h3{font-size:26px;margin:0}.modal-head .product-logo{width:56px;height:56px}.modal-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid #e2e7ed;margin-top:24px;padding-top:18px}.modal-footer small{display:block;color:var(--muted);font-size:9px}.modal-footer strong{font-size:24px}
.save-message{margin:18px 0;border-radius:18px;background:#eef7ff;border:1px solid #cfe3fb;padding:18px;text-align:center}.save-message strong{display:block;font-size:20px}.save-message p{font-size:12px;color:#48607e;line-height:1.55;margin:7px auto 12px;max-width:600px}
.toast-actions button{border:0;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:900;background:#fff;color:var(--navy,#07152f)}
.notice{display:none!important}
@media(max-width:820px){.topbar-inner{justify-content:center}.topbar .announcement-copy{text-align:center}.topbar-inner>a{display:none}.country-desktop{display:none}.country-mobile{display:block}.bundle-layout{grid-template-columns:1fr;gap:28px}.bundle-identity{position:relative;top:auto;min-height:300px}.quick-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.country-mobile{max-width:108px;padding:0 7px;font-size:11px}.purchase-actions{grid-template-columns:1fr}.bundle-features{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr}.modal-footer{align-items:stretch;flex-direction:column}.modal-footer .btn{width:100%}}

/* vbdraft3 bundle badge polish */
.month-badge{font-size:13px!important;padding:10px 13px!important;background:#eaf2ff!important;color:#075bcf!important;border-color:#bed6fb!important}

/* vbdraft4 fixes */
[hidden]{display:none!important}
:root{--topbar-h:36px}
.topbar{position:sticky;top:0;z-index:90;overflow:hidden}
.topbar .container{width:100%;max-width:none}
.topbar-inner{height:var(--topbar-h);min-height:var(--topbar-h);display:block!important;overflow:hidden;padding:0!important}
.marquee-track{height:100%;display:flex;align-items:center;width:max-content;animation:vb-marquee 22s linear infinite;will-change:transform}
.marquee-group{display:flex;align-items:center;gap:38px;white-space:nowrap;padding-right:38px;font-weight:650}
.marquee-dot{font-size:7px;color:#55a8ff}
@keyframes vb-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.header{top:var(--topbar-h)!important}
.product-logo{background:#fff!important;overflow:hidden}
.product-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:7px}
.logo-chip img{object-fit:contain}
.bundle-feature{background:linear-gradient(135deg,#eaf3ff,#f5f9ff)!important;border-color:#bcd6fb!important;color:#123f7c!important;font-weight:900!important}
.social-links{display:flex;gap:10px;align-items:center;margin-top:14px}
.social-links a{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;background:rgba(255,255,255,.06);transition:.2s ease}
.social-links a:hover{transform:translateY(-2px);background:rgba(255,255,255,.11)}
.social-links svg{width:19px;height:19px;fill:currentColor}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial-card{background:#fff;border:1px solid #dce3eb;border-radius:24px;padding:10px;box-shadow:0 16px 38px rgba(7,28,65,.06);overflow:hidden}
.testimonial-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px}
.testimonial-card small{display:block;padding:10px 8px 4px;color:var(--muted);font-weight:800}
.productivity-note{margin-top:12px;font-size:11px;color:var(--muted)}
@media(max-width:820px){:root{--topbar-h:40px}.marquee-track{animation-duration:18s}.testimonial-grid{grid-template-columns:1fr;display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.testimonial-card{min-width:88%;scroll-snap-align:center}.header{top:var(--topbar-h)!important}}
@media(prefers-reduced-motion:reduce){.marquee-track{animation-play-state:paused}}
