@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&family=Rubik:wght@500;600;700&display=swap");

:root{
  --navy:#0f172a;
  --navy-2:#172554;
  --blue:#2563eb;
  --blue-dark:#1d4ed8;
  --orange:#ff5a1f;
  --sky:#eaf2ff;
  --paper:#f8fafc;
  --white:#fff;
  --ink:#111827;
  --muted:#64748b;
  --line:#e2e8f0;
  --success:#0f9f6e;
  --radius:20px;
  --shadow:0 18px 50px rgba(15,23,42,.09);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Nunito Sans",Arial,sans-serif}
body.locked{overflow:hidden}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
[hidden]{display:none!important}
.skip-link{position:fixed;top:-60px;left:18px;background:#fff;border-radius:10px;padding:12px 16px;z-index:100}
.skip-link:focus{top:18px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.topline{height:35px;background:var(--navy);color:#cbd5e1;display:flex;align-items:center;gap:30px;padding:0 4vw;font-size:11px}
.topline a{margin-left:auto;color:#fff;font-weight:800}

.header{height:84px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);display:grid;grid-template-columns:auto minmax(280px,720px) auto;gap:4vw;align-items:center;padding:0 4vw;position:sticky;top:0;z-index:30;backdrop-filter:blur(16px)}
.brand{display:flex;align-items:center;gap:11px;font:700 20px Rubik,sans-serif;letter-spacing:.045em}
.brand>span:last-child{display:flex;flex-direction:column}
.brand small{font:700 8px "Nunito Sans",sans-serif;letter-spacing:.28em;color:var(--muted);text-transform:uppercase;margin-top:2px}
.brand-mark{width:38px;height:38px;border-radius:11px;background:var(--blue);display:grid;place-items:center;color:#fff;font:700 20px Rubik,sans-serif;box-shadow:0 8px 22px rgba(37,99,235,.22)}
.header-search{height:46px;position:relative}
.header-search input{width:100%;height:100%;border:1px solid var(--line);background:#f1f5f9;border-radius:13px;padding:0 50px 0 17px;color:var(--ink);transition:.2s}
.header-search input:focus{outline:3px solid rgba(37,99,235,.16);border-color:var(--blue);background:#fff}
.search-mark{position:absolute;right:18px;top:14px;width:15px;height:15px;border:2px solid var(--muted);border-radius:50%;pointer-events:none}
.search-mark:after{content:"";position:absolute;width:7px;height:2px;background:var(--muted);right:-5px;bottom:-3px;transform:rotate(45deg);border-radius:2px}
.cart-button{border:0;background:transparent;display:flex;align-items:center;gap:10px;font-weight:800;color:var(--ink)}
.cart-count{width:28px;height:28px;display:grid;place-items:center;background:var(--orange);color:#fff;border-radius:50%;font-size:11px}
.category-nav{background:#fff;border-bottom:1px solid var(--line)}
.nav-scroll{height:48px;display:flex;align-items:center;gap:32px;padding:0 4vw;overflow-x:auto;scrollbar-width:none}
.nav-scroll::-webkit-scrollbar{display:none}
.nav-scroll button{border:0;background:none;padding:15px 0;white-space:nowrap;color:#475569;font-size:13px;font-weight:700;transition:color .2s}
.nav-scroll button:hover{color:var(--blue)}

.hero{min-height:625px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 62%,#1e3a8a 100%);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:4vw;padding:70px 7vw;overflow:hidden;position:relative}
.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(37,99,235,.2);filter:blur(90px);left:38%;bottom:-260px}
.hero-copy{position:relative;z-index:2}
.hero-kicker{color:#93c5fd;text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:800;margin:0 0 20px}
.hero h1{font:700 clamp(44px,5.5vw,78px)/1.04 Rubik,sans-serif;letter-spacing:-.045em;margin:0;max-width:800px}
.hero-copy>p:not(.hero-kicker){font-size:17px;line-height:1.7;color:#cbd5e1;max-width:610px;margin:26px 0 32px}
.hero-actions{display:flex;gap:12px;align-items:center}
.button{border:1px solid transparent;border-radius:13px;padding:14px 21px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}
.button-accent{background:var(--orange);color:#fff;box-shadow:0 10px 28px rgba(255,90,31,.2)}
.button-accent:hover{background:#e94b13;box-shadow:0 12px 34px rgba(255,90,31,.3)}
.button-ghost{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.2);color:#fff}
.button-ghost:hover{background:rgba(255,255,255,.13)}
.button-dark{background:var(--navy);color:#fff}
.button-dark:hover{background:var(--blue)}
.button-outline{background:#fff;border-color:#cbd5e1;color:var(--ink)}
.button-outline:hover{border-color:var(--blue);color:var(--blue)}
.button-full{width:100%}
.button:disabled{opacity:.55;cursor:not-allowed}
.hero-stats{display:flex;gap:40px;margin-top:52px;padding-top:28px;border-top:1px solid rgba(255,255,255,.14);max-width:650px}
.hero-stats div{display:flex;flex-direction:column;gap:3px}
.hero-stats strong{font:600 22px Rubik,sans-serif}
.hero-stats span{font-size:10px;color:#94a3b8}
.hero-visual{min-height:490px;position:relative;display:grid;place-items:center;z-index:2}
.hero-visual>img{width:min(460px,82%);height:470px;object-fit:contain;padding:22px;background:#fff;border-radius:42px;position:relative;z-index:2;box-shadow:0 45px 90px rgba(0,0,0,.35)}
.hero-orbit{position:absolute;border:1px solid rgba(147,197,253,.24);border-radius:50%}
.orbit-one{width:520px;height:520px}
.orbit-two{width:650px;height:650px}
.hero-float{position:absolute;z-index:3;background:rgba(255,255,255,.94);color:var(--ink);border-radius:16px;padding:14px 17px;display:flex;flex-direction:column;box-shadow:var(--shadow);min-width:130px}
.hero-float span{font-size:10px;color:var(--muted)}
.hero-float strong{font:600 16px Rubik,sans-serif;margin-top:3px}
.hero-float-top{right:0;top:50px}
.hero-float-bottom{left:0;bottom:55px}

.categories,.catalog-section{padding:100px 4vw}
.section-title,.catalog-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--blue);font-size:10px;font-weight:800;margin:0 0 12px}
.section-title h2,.catalog-heading h2,.promo h2,.drawer-head h2,.checkout-modal h2,.legal-page h1{font:600 clamp(34px,4vw,52px)/1.08 Rubik,sans-serif;letter-spacing:-.035em;margin:0}
.section-title>p{max-width:450px;color:var(--muted);line-height:1.6;font-size:13px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-card{height:250px;position:relative;border:0;border-radius:var(--radius);overflow:hidden;padding:0;text-align:left;color:#fff;background:var(--navy)}
.category-card-wide{grid-column:span 2}
.category-card img{width:100%;height:100%;object-fit:contain;padding:14px;background:#fff;transition:transform .45s,opacity .2s}
.category-card:hover img{transform:scale(1.035)}
.category-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(3,7,18,.82),rgba(3,7,18,.04) 68%)}
.category-copy{position:absolute;left:20px;right:20px;bottom:18px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:2px 12px}
.category-copy small{grid-column:1/-1;color:#cbd5e1;font-size:9px;text-transform:uppercase;letter-spacing:.12em}
.category-copy strong{font:600 20px Rubik,sans-serif}
.category-copy em{font-style:normal;font-size:11px;font-weight:800;opacity:.8}

.catalog-section{background:#f1f5f9}
.catalog-result{color:var(--muted);font-size:12px;margin:0}
.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px}
.filters{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding:3px}
.filters::-webkit-scrollbar{display:none}
.filter{border:1px solid #cbd5e1;background:#fff;border-radius:11px;padding:10px 14px;white-space:nowrap;color:#475569;font-size:11px;font-weight:800;transition:.2s}
.filter:hover,.filter.active{background:var(--navy);border-color:var(--navy);color:#fff}
.sort{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--muted);white-space:nowrap}
.sort select{height:40px;border:1px solid #cbd5e1;background:#fff;border-radius:11px;padding:0 32px 0 12px;color:var(--ink);font-weight:700}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.product-card{background:#fff;border:1px solid #e5eaf0;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0;position:relative;transition:box-shadow .22s,border-color .22s,transform .22s}
.product-card:hover{border-color:#bfdbfe;box-shadow:0 18px 42px rgba(15,23,42,.1);transform:translateY(-2px)}
.product-main-link{display:flex;flex:1;min-width:0;flex-direction:column}
.product-image{height:235px;position:relative;background:#f8fafc;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:contain;padding:14px;transition:transform .4s}
.product-card:hover .product-image img{transform:scale(1.025)}
.product-badge{position:absolute;left:12px;top:12px;background:var(--orange);color:#fff;border-radius:8px;padding:7px 9px;font-size:9px;font-weight:800;box-shadow:0 4px 15px rgba(255,90,31,.18)}
.availability{position:absolute;right:12px;top:12px;background:rgba(255,255,255,.92);color:var(--success);border-radius:8px;padding:7px 9px;font-size:8px;font-weight:800}
.product-body{padding:16px;display:flex;flex-direction:column;flex:1}
.product-category{text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-size:8px;font-weight:800;margin-bottom:7px}
.product-body h3{font:600 15px/1.35 Rubik,sans-serif;margin:0;min-height:41px}
.product-specs{display:flex;flex-wrap:wrap;gap:5px;padding:0;margin:13px 0 18px;list-style:none}
.product-specs li{background:#f1f5f9;border-radius:7px;padding:5px 7px;color:#526175;font-size:9px}
.product-price-row{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:auto}
.product-prices{display:flex;flex-direction:column;padding-right:52px}
.old-price{color:#94a3b8;text-decoration:line-through;font-size:10px;height:15px}
.product-price{font:700 18px Rubik,sans-serif;white-space:nowrap}
.installment{color:var(--muted);font-size:9px;margin-top:4px}
.quick-add{width:43px;height:43px;position:absolute;right:16px;bottom:16px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-size:22px;font-weight:400;transition:.2s}
.quick-add:hover{background:var(--blue-dark)}
.catalog-empty{text-align:center;padding:70px 20px;background:#fff;border-radius:var(--radius)}
.catalog-empty strong{font:600 24px Rubik,sans-serif}
.catalog-empty p{color:var(--muted);margin:8px 0 22px}
.load-more-wrap{text-align:center;margin-top:34px}
.load-more-wrap .button{min-width:190px}

.promo{margin:100px 4vw;min-height:500px;background:var(--navy);color:#fff;border-radius:28px;display:grid;grid-template-columns:.95fr 1.05fr;overflow:hidden}
.promo-copy{padding:70px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.promo .eyebrow{color:#93c5fd}
.promo h2{font-size:clamp(40px,5vw,66px)}
.promo-copy>p:not(.eyebrow){color:#cbd5e1;line-height:1.7;max-width:520px;margin:22px 0 30px}
.promo-image{min-height:500px}
.promo-image img{width:100%;height:100%;object-fit:contain;padding:28px;background:#fff}
.benefits{padding:0 4vw 110px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px}
.benefits article{border-top:1px solid var(--line);padding:28px 28px 15px 0;margin-right:25px}
.benefits span{color:var(--blue);font:600 13px Rubik,sans-serif}
.benefits h3{font:600 17px Rubik,sans-serif;margin:20px 0 10px}
.benefits p{color:var(--muted);font-size:12px;line-height:1.65;margin:0}

footer{background:var(--navy);color:#fff;padding:70px 4vw 25px}
.footer-main{display:grid;grid-template-columns:1.3fr .7fr .8fr 1fr;gap:6vw;padding-bottom:60px}
.brand-light .brand-mark{background:var(--orange)}
.brand-light small{color:#64748b}
.footer-main>div:first-child>p{color:#94a3b8;font-size:12px;line-height:1.7;margin-top:22px}
.footer-links,.footer-contact{display:flex;flex-direction:column;gap:11px;font-size:12px;color:#94a3b8}
.footer-links strong,.footer-contact strong{color:#fff;font:600 13px Rubik,sans-serif;margin-bottom:6px}
.footer-links button{border:0;background:transparent;color:inherit;text-align:left;padding:0;font:inherit}
.footer-links a:hover,.footer-links button:hover,.footer-contact a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#64748b;font-size:10px}
.footer-bottom div{display:flex;gap:22px}

.drawer-shell,.modal-shell{position:fixed;inset:0;z-index:60}
.drawer-backdrop,.modal-backdrop{position:absolute;inset:0;width:100%;border:0;background:rgba(2,6,23,.58)}
.cart-drawer{position:absolute;right:0;top:0;bottom:0;width:min(500px,100%);background:#fff;padding:32px;display:flex;flex-direction:column;overflow:auto;box-shadow:var(--shadow)}
.drawer-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:21px}
.drawer-head h2,.checkout-modal h2{font-size:36px}
.icon-button{border:1px solid var(--line);background:#fff;width:40px;height:40px;border-radius:12px;font-size:23px;line-height:1}
.cart-items{display:flex;flex-direction:column}
.cart-item{display:grid;grid-template-columns:82px 1fr auto;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}
.cart-item img{width:82px;height:82px;object-fit:contain;padding:6px;border-radius:12px;background:#f1f5f9}
.cart-item h3{font:600 13px Rubik,sans-serif;margin:4px 0 6px}
.cart-item p{font-size:11px;color:var(--muted);margin:0}
.qty{display:flex;align-items:center;gap:10px;margin-top:12px}
.qty button{border:1px solid var(--line);background:#fff;border-radius:8px;width:27px;height:27px}
.qty button:disabled{opacity:.35;cursor:not-allowed}
.remove{border:0;background:none;text-decoration:underline;color:var(--muted);font-size:10px;padding:0;align-self:start}
.cart-empty{text-align:center;margin:auto;max-width:300px}
.empty-mark{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 20px;background:var(--sky);color:var(--blue);border-radius:20px;font:700 25px Rubik,sans-serif}
.cart-empty h3{font:600 23px Rubik,sans-serif;margin:0}
.cart-empty p{color:var(--muted);font-size:12px;line-height:1.6;margin:12px 0 24px}
.cart-summary{margin-top:auto;padding-top:24px}
.cart-summary>div{display:flex;justify-content:space-between;gap:18px;margin-bottom:11px;font-size:11px;color:var(--muted)}
.cart-total{border-top:1px solid var(--line);padding-top:17px;color:var(--ink)!important;font-size:15px!important}
.secure-note{text-align:center;color:var(--muted);font-size:9px}
.checkout-modal{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;width:min(610px,calc(100% - 30px));max-height:92vh;overflow:auto;border-radius:22px;padding:40px}
.modal-close{position:absolute;right:23px;top:23px}
.checkout-intro{color:var(--muted);font-size:12px;line-height:1.6}
.checkout-modal form{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:24px}
.checkout-modal label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:800}
.checkout-modal label:nth-child(4),.checkout-modal .consent,.checkout-modal form>.button{grid-column:1/-1}
.checkout-modal input,.checkout-modal textarea{border:1px solid var(--line);border-radius:11px;padding:12px;background:#fff;resize:vertical}
.checkout-modal input:focus,.checkout-modal textarea:focus{outline:3px solid rgba(37,99,235,.14);border-color:var(--blue)}
.checkout-modal .consent{flex-direction:row;font-weight:500;line-height:1.45}
.consent input{width:17px;height:17px}
.consent a{text-decoration:underline}
.checkout-success{text-align:center;padding:25px 0}
.success-check{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 20px;border-radius:18px;background:#d1fae5;color:var(--success);font-size:28px}
.checkout-success h3{font:600 27px Rubik,sans-serif;margin:0}
.checkout-success p{color:var(--muted);line-height:1.6}
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,30px);background:var(--navy);color:#fff;border-radius:12px;padding:12px 17px;font-size:11px;opacity:0;pointer-events:none;transition:.25s;z-index:100;box-shadow:var(--shadow)}
.toast.show{opacity:1;transform:translate(-50%,0)}

.legal-header{position:static}
.legal-page{max-width:840px;margin:0 auto;padding:85px 24px 120px}
.legal-page h1{margin-bottom:40px}
.legal-page h2{font:600 24px Rubik,sans-serif;margin-top:42px}
.legal-page p,.legal-page li{color:var(--muted);line-height:1.8}
.legal-page .notice{background:var(--sky);border-left:4px solid var(--blue);border-radius:10px;padding:18px;color:var(--ink)}
.legal-back{font-size:12px;font-weight:800}.legal-back span{margin-right:8px}

button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:3px}

@media(max-width:1100px){
  .hero{padding-left:5vw;padding-right:5vw}.hero-visual>img{height:420px}.hero-float-top{right:-10px}.hero-float-bottom{left:-15px}
  .product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.category-card-wide{grid-column:span 1}
  .footer-main{grid-template-columns:1.2fr repeat(3,1fr);gap:3vw}
}
@media(max-width:820px){
  .topline-secondary{display:none}.header{grid-template-columns:auto auto;height:76px}.header-search{grid-column:1/-1;grid-row:2;position:absolute;top:76px;left:0;right:0;height:54px;background:#fff;padding:5px 4vw;border-bottom:1px solid var(--line)}.category-nav{padding-top:54px}
  .hero{grid-template-columns:1fr;padding-top:65px}.hero-visual{min-height:430px}.hero-visual>img{height:410px;width:min(430px,72%)}.hero-float-top{right:9%}.hero-float-bottom{left:8%}
  .category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}
  .section-title,.catalog-heading{align-items:start;flex-direction:column}.catalog-toolbar{align-items:stretch;flex-direction:column}.sort{align-self:flex-end}
  .promo{grid-template-columns:1fr}.promo-copy{padding:55px}.promo-image{min-height:390px}
  .benefits{grid-template-columns:repeat(2,1fr);row-gap:30px}.footer-main{grid-template-columns:1fr 1fr;gap:40px}
}
@media(max-width:540px){
  .topline{padding:0 18px;justify-content:space-between}.topline a{margin-left:0}.header{padding:0 18px}.brand{font-size:16px}.brand-mark{width:34px;height:34px}.cart-button>span:first-child{display:none}.nav-scroll{padding:0 18px;gap:25px}
  .hero{min-height:auto;padding:50px 20px 45px}.hero h1{font-size:41px}.hero-copy>p:not(.hero-kicker){font-size:14px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-stats{gap:18px;justify-content:space-between}.hero-stats strong{font-size:17px}.hero-stats span{font-size:8px}.hero-visual{min-height:350px}.hero-visual>img{height:330px;width:72%;border-radius:28px}.orbit-one{width:360px;height:360px}.orbit-two{width:440px;height:440px}.hero-float{min-width:105px;padding:10px 12px}.hero-float strong{font-size:12px}.hero-float-top{right:0}.hero-float-bottom{left:0;bottom:38px}
  .categories,.catalog-section{padding:72px 18px}.section-title h2,.catalog-heading h2{font-size:34px}.section-title>p{font-size:12px}.category-grid{gap:10px}.category-card{height:190px;border-radius:15px}.category-copy{left:14px;right:14px;bottom:13px}.category-copy strong{font-size:15px}.category-copy em{display:none}
  .catalog-result{margin-top:-25px}.sort{width:100%;justify-content:space-between}.sort select{flex:1}.product-grid{gap:9px}.product-card{border-radius:14px}.product-image{height:175px}.product-body{padding:11px}.product-body h3{font-size:12px;min-height:49px}.product-specs{display:block;margin:9px 0 13px}.product-specs li{display:none}.product-specs li:first-child{display:inline-block}.product-price-row{align-items:center}.product-price{font-size:14px}.product-prices{padding-right:42px}.old-price{font-size:9px}.installment{font-size:8px}.quick-add{width:36px;height:36px;right:11px;bottom:11px;border-radius:10px}.availability{display:none}
  .promo{margin:72px 18px;border-radius:20px}.promo-copy{padding:40px 24px}.promo h2{font-size:39px}.promo-image{min-height:280px}.benefits{padding:0 18px 78px;grid-template-columns:1fr 1fr;gap:20px 12px}.benefits article{padding-right:5px;margin:0}.benefits h3{font-size:14px}.benefits p{font-size:10px}
  footer{padding:55px 18px 24px}.footer-main{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column}.footer-bottom div{flex-wrap:wrap}
  .cart-drawer{padding:23px}.checkout-modal{padding:34px 21px}.checkout-modal form{grid-template-columns:1fr}.checkout-modal label:nth-child(4),.checkout-modal .consent,.checkout-modal form>.button{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
