:root {
  --ink: #061225;
  --navy: #071a35;
  --blue: #0866f5;
  --cyan: #00c8ff;
  --mist: #f3f7fc;
  --steel: #5d6c7e;
  --line: #dbe5f1;
  --white: #ffffff;
  --font-geist-sans: Inter, "Segoe UI", Arial, sans-serif;
  --font-geist-mono: Consolas, "Courier New", monospace;
}

[hidden] { display: none !important; }
body.no-scroll { overflow: hidden; }
.newsletter-message { margin-top: 10px; color: #7dd3fc; font-size: 11px; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.topbar { background: #04101f; color: #a9c0dc; text-align: center; padding: 9px 24px; font-size: 12px; letter-spacing: .08em; }
.site-header { height: 82px; display: flex; align-items: center; gap: 30px; max-width: 1240px; margin: auto; padding: 0 28px; position: relative; z-index: 40; background: rgba(255,255,255,.94); }
.brand { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; color: white; font-size: 27px; font-weight: 800; clip-path: polygon(50% 0,100% 100%,75% 100%,64% 74%,35% 74%,24% 100%,0 100%); background: linear-gradient(145deg,#0e8cff 0%,#0035bc 55%,#04142b 56%); filter: drop-shadow(0 5px 8px rgba(0,75,220,.28)); }
.brand strong { display: block; font-size: 23px; line-height: .9; letter-spacing: .24em; background: linear-gradient(90deg,#0361ea,#06162e); -webkit-background-clip: text; color: transparent; }
.brand small { display: block; font-size: 9px; letter-spacing: .33em; margin-top: 7px; color: #243c59; }
.nav { display: flex; align-items: center; justify-content: center; gap: 31px; margin-left: auto; }
.nav a { color: #30435a; font-size: 14px; font-weight: 600; transition: .2s; }
.nav a:hover { color: var(--blue); }
.cart-button { border: 1px solid #bfd0e4; border-radius: 999px; background: white; padding: 10px 11px 10px 18px; color: #102744; font-weight: 650; cursor: pointer; }
.cart-button span { display: inline-grid; place-items: center; margin-left: 6px; height: 26px; min-width: 26px; padding: 0 7px; color: white; border-radius: 50%; background: var(--blue); }
.menu-button { display: none; border: 0; background: none; font-size: 24px; }

.hero { min-height: 650px; overflow: hidden; position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 20px; padding: 78px max(28px,calc((100vw - 1180px)/2)); background: radial-gradient(circle at 84% 45%,#dcecff 0%,#eef5fd 23%,#f8fbff 45%,#fff 70%); }
.hero-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(#c9d8e8 1px,transparent 1px),linear-gradient(90deg,#c9d8e8 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,transparent,black 70%,transparent); }
.hero-copy { z-index: 2; max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #42607e; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 750; }
.eyebrow i { width: 25px; height: 2px; background: linear-gradient(90deg,var(--blue),var(--cyan)); }
.hero h1 { margin: 20px 0; max-width: 700px; font-size: clamp(46px,5.4vw,78px); line-height: .98; letter-spacing: -.06em; font-weight: 750; }
h1 em, h2 em { font-style: normal; color: var(--blue); }
.hero-copy > p { color: #52657c; max-width: 620px; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 32px 0 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 0; border-radius: 7px; padding: 15px 21px; font-weight: 750; cursor: pointer; transition: transform .2s,box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: linear-gradient(135deg,#087cfb,#043dc9); box-shadow: 0 12px 26px rgba(0,83,225,.23); }
.button.secondary { color: #17324e; background: white; border: 1px solid #cbd9e8; }
.button.white { color: #06366e; background: white; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; font-size: 12px; color: #526981; font-weight: 650; }
.hero-trust span::first-letter { color: var(--blue); }
.hero-visual { position: relative; z-index: 1; min-height: 500px; display: grid; place-items: center; }
.globe { position: relative; width: min(360px,70vw); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; border: 3px solid rgba(255,255,255,.9); box-shadow: inset -30px -25px 60px rgba(0,32,96,.27),0 30px 70px rgba(0,75,180,.2); background: radial-gradient(circle at 33% 28%,#e5f8ff 0 10%,#60cfff 11%,#0875ec 33%,#04265d 70%); }
.globe::before,.globe::after { content:""; position:absolute; inset:9%; border:1px solid rgba(255,255,255,.35); border-radius:50%; }
.globe::before { transform: scaleX(.48); box-shadow: 0 0 20px #29c5ff; }
.globe::after { transform: scaleY(.5); }
.globe-a { position: relative; z-index: 2; font-size: 260px; line-height: 1; font-weight: 850; letter-spacing: -.12em; transform: translateX(-13px); background: linear-gradient(120deg,#fff 0 18%,#0b2143 19% 45%,#0878ff 46% 75%,#00308f 100%); -webkit-background-clip: text; color: transparent; filter: drop-shadow(10px 15px 10px rgba(0,0,0,.25)); }
.orbital-ring { position: absolute; z-index: 4; width: 520px; height: 150px; border: 9px solid var(--blue); border-left-color: #dff8ff; border-right-color: #081931; border-radius: 50%; transform: rotate(-11deg); box-shadow: 0 2px 0 #00d9ff; }
.ring-two { width: 420px; height: 480px; border-width: 2px; border-color: rgba(10,80,180,.3); transform: rotate(34deg); }
.pixel-cloud { position: absolute; right: 1%; top: 19%; width: 135px; display: flex; gap: 10px; flex-wrap: wrap; }
.pixel-cloud i { display: block; width: 11px; height: 11px; background: #086cf1; box-shadow: 18px 18px 0 #07182d; opacity: calc(1 - (var(--i,0) * .02)); }
.pixel-cloud i:nth-child(3n) { width: 6px; height: 6px; background: #0be0ff; }
.pixel-cloud i:nth-child(4n) { width: 17px; height: 17px; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; min-width: 145px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 11px; color: #263f5c; background: rgba(255,255,255,.86); box-shadow: 0 15px 36px rgba(7,48,105,.15); backdrop-filter: blur(8px); }
.floating-card b { color: var(--blue); font-size: 22px; }
.floating-card span { max-width: 58px; font-size: 10px; line-height: 1.3; text-transform: uppercase; }
.card-one { left: 2%; bottom: 17%; }.card-two { right: 1%; bottom: 8%; }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1180px; margin: -38px auto 0; position: relative; z-index: 8; background: #fff; border: 1px solid #dbe6f2; border-radius: 11px; box-shadow: 0 18px 50px rgba(16,56,105,.1); }
.trust-strip div { display: flex; flex-direction: column; padding: 24px 34px; border-right: 1px solid #e0e9f2; }
.trust-strip div:last-child { border: 0; }.trust-strip strong { font-size: 18px; color: #0c5fe1; }.trust-strip span { margin-top: 5px; font-size: 11px; color: #657990; }

.products-section,.reviews-section,.faq-section { max-width: 1240px; margin: auto; padding: 110px 28px; }
.section-heading { max-width: 660px; margin: auto; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2,.why-copy h2 { font-size: clamp(36px,4.5vw,58px); line-height: 1.05; letter-spacing: -.045em; margin: 17px 0; }
.section-heading > p { color: #60738a; line-height: 1.7; }
.catalogue-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 55px 0 31px; }
.category-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.category-tabs button { border: 1px solid #d2deea; color: #4b6077; background: white; border-radius: 999px; padding: 10px 16px; cursor: pointer; font-size: 12px; font-weight: 650; }
.category-tabs button.active { color: white; border-color: var(--blue); background: var(--blue); }
.search-box { min-width: 250px; display: flex; align-items: center; gap: 9px; border: 1px solid #d1deeb; border-radius: 8px; padding: 0 13px; background: white; }
.search-box input { width: 100%; border: 0; outline: 0; padding: 12px 0; color: #17304d; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid #dce5ef; border-radius: 13px; background: white; box-shadow: 0 8px 30px rgba(11,49,93,.055); transition: .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(11,49,93,.12); }
.product-art { --accent:#0878ff; position: relative; min-height: 225px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 74% 22%,color-mix(in srgb,var(--accent) 65%,white),transparent 28%),linear-gradient(140deg,#03142c 0%,#06275d 55%,var(--accent) 130%); }
.product-art::before { content:""; position:absolute; width: 240px; height: 240px; border: 1px solid rgba(255,255,255,.25); border-radius:50%; box-shadow: 0 0 0 30px rgba(255,255,255,.04),0 0 0 60px rgba(255,255,255,.025); }
.product-art::after { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size:30px 30px; }
.product-icon { position: relative; z-index: 2; display:grid; place-items:center; width:112px; height:112px; color:white; border:2px solid rgba(255,255,255,.7); border-radius: 28px 9px 28px 9px; font-size: 34px; font-weight: 850; letter-spacing: -.05em; transform: rotate(-5deg); background: linear-gradient(145deg,rgba(255,255,255,.22),rgba(0,0,0,.22)); box-shadow: 0 16px 30px rgba(0,0,0,.28),inset 0 1px 0 white; backdrop-filter: blur(4px); }
.badge { position:absolute; z-index:3; top:17px; left:17px; border-radius:999px; padding:6px 10px; color:#06305a; background:#e9f8ff; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.product-type { position:absolute; z-index:3; right:16px; bottom:13px; color:#d9edff; font-size:9px; text-transform:uppercase; letter-spacing:.17em; }
.product-body { padding: 23px; }.product-body small,.modal-content > small { color: #0c6fec; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }
.product-body h3 { margin: 10px 0; min-height: 51px; font-size: 20px; line-height: 1.27; }
.product-body > p { min-height: 65px; color: #66788c; line-height: 1.55; font-size: 13px; }
.product-footer { display:flex; align-items:end; justify-content:space-between; gap:12px; border-top:1px solid #e5ecf3; padding-top:18px; margin-top:17px; }
.price { display:flex; align-items:baseline; gap:8px; flex-wrap:wrap; }.price strong { color:#0d5fde; font-size:23px; }.price del { color:#8c9bab; font-size:12px; }
.product-footer button { padding:0; border:0; background:none; color:#213b58; font-size:11px; font-weight:750; cursor:pointer; }.product-footer button span,.text-link span { color:var(--blue); font-size:17px; margin-left:4px; }
.empty-state { padding: 45px; text-align:center; color:#65778b; background:#f5f9fd; border-radius:12px; }

.why-section { position:relative; overflow:hidden; display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; padding:100px max(28px,calc((100vw - 1180px)/2)); color:white; background:radial-gradient(circle at 80% 20%,#0b3d7a,#061a34 42%,#030e1e 80%); }
.why-section::after { content:"A"; position:absolute; right:-40px; bottom:-190px; color:rgba(0,118,255,.09); font-size:600px; font-weight:900; }
.eyebrow.light { color:#9fc0df; }.why-copy { position:relative; z-index:2; }.why-copy > p { color:#9fb2c8; line-height:1.75; }.text-link { display:inline-block; margin-top:18px; font-weight:700; }
.benefits-grid { position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; gap:1px; background:rgba(255,255,255,.14); }
.benefits-grid > div { padding:30px; background:#071a34; }.benefits-grid b { color:#1186ff; font-family:var(--font-geist-mono); }.benefits-grid h3 { margin:13px 0 8px; }.benefits-grid p { color:#94aac1; line-height:1.55; font-size:13px; }

.section-heading.compact { max-width:750px; }.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:50px; }
.reviews-grid blockquote { margin:0; padding:27px; border:1px solid #dbe5ef; border-radius:12px; background:#fff; }.stars { color:#0b77f7; letter-spacing:.12em; font-size:12px; }.reviews-grid blockquote > p { color:#425970; font-size:15px; line-height:1.7; }
.reviews-grid footer { display:flex; gap:11px; align-items:center; margin-top:20px; }.reviews-grid footer > span { display:grid; place-items:center; width:39px; height:39px; color:white; border-radius:50%; background:linear-gradient(135deg,#0a7eff,#071d3c); font-size:11px; font-weight:750; }.reviews-grid footer b,.reviews-grid footer small { display:block; }.reviews-grid footer small { margin-top:3px; color:#7c8c9e; font-size:10px; }
.faq-section { padding-top:35px; }.faq-list { max-width:850px; margin:48px auto 0; border-top:1px solid #d8e3ee; }.faq-list details { border-bottom:1px solid #d8e3ee; }.faq-list summary { display:flex; justify-content:space-between; align-items:center; padding:22px 3px; cursor:pointer; list-style:none; font-weight:700; }.faq-list summary span { color:var(--blue); font-size:22px; transition:.2s; }.faq-list details[open] summary span { transform:rotate(45deg); }.faq-list details p { margin:0; padding:0 45px 23px 3px; color:#64768a; line-height:1.65; }

.cta-section { max-width:1180px; margin:10px auto 90px; padding:55px 65px; display:flex; align-items:center; justify-content:space-between; gap:35px; color:white; border-radius:14px; background:linear-gradient(120deg,#0542b7,#087cff 70%,#00b8ed); box-shadow:0 25px 60px rgba(0,87,210,.24); }.cta-section h2 { margin:14px 0 8px; font-size:36px; }.cta-section p { color:#cfe2ff; margin:0; }
.footer { display:grid; grid-template-columns:1.4fr .8fr .8fr 1.1fr; gap:50px; padding:70px max(28px,calc((100vw - 1180px)/2)) 25px; color:#8ea2b9; background:#041120; }.footer .brand strong { color:white; -webkit-text-fill-color:white; }.footer .brand small { color:#80a2c5; }.footer-brand p { margin-top:22px; }.footer h3 { margin:0 0 18px; color:white; font-size:13px; }.footer a { display:block; margin:10px 0; font-size:12px; }.footer a:hover { color:#15a8ff; }.footer p { font-size:12px; line-height:1.6; }.footer form { display:flex; margin-top:15px; border:1px solid #30465d; border-radius:6px; overflow:hidden; }.footer input { min-width:0; flex:1; border:0; outline:0; padding:12px; color:white; background:#0b1d31; font-size:11px; }.footer form button { width:42px; color:white; border:0; background:var(--blue); cursor:pointer; }.footer-bottom { grid-column:1/-1; display:flex; justify-content:space-between; padding-top:25px; margin-top:20px; border-top:1px solid #1b3046; font-size:10px; }

.modal-backdrop { position:fixed; z-index:100; inset:0; display:grid; place-items:center; padding:20px; background:rgba(2,12,26,.78); backdrop-filter:blur(8px); }.product-modal { position:relative; display:grid; grid-template-columns:.85fr 1.15fr; width:min(840px,96vw); max-height:90vh; overflow:auto; border-radius:16px; background:white; box-shadow:0 25px 90px rgba(0,0,0,.35); }.close { position:absolute; z-index:3; right:15px; top:13px; width:36px; height:36px; border:0; border-radius:50%; color:#29415d; background:#edf4fb; font-size:22px; cursor:pointer; }.modal-art { --accent:#0878ff; min-height:460px; display:grid; place-items:center; background:radial-gradient(circle at 60% 20%,var(--accent),#062454 48%,#020d1d); }.modal-art span { display:grid; place-items:center; width:180px; height:180px; color:white; border:2px solid rgba(255,255,255,.7); border-radius:40px 13px; font-size:55px; font-weight:850; background:rgba(255,255,255,.12); box-shadow:0 25px 60px rgba(0,0,0,.3); }.modal-content { padding:55px 42px 40px; }.modal-content h2 { margin:12px 0; font-size:34px; line-height:1.1; }.modal-content > p { color:#62758b; line-height:1.65; }.modal-content ul { padding:0; margin:25px 0; list-style:none; }.modal-content li { margin:11px 0; color:#3e5770; font-size:13px; }.modal-buy { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-top:20px; border-top:1px solid #dfe7ef; }

.cart-drawer { position:fixed; z-index:120; top:0; right:0; width:min(440px,95vw); height:100vh; display:flex; flex-direction:column; background:white; box-shadow:-20px 0 60px rgba(0,0,0,.2); transform:translateX(105%); transition:.28s ease; }.cart-drawer.open { transform:translateX(0); }.drawer-backdrop { position:fixed; z-index:110; inset:0; border:0; background:rgba(2,12,26,.55); }.cart-head { display:flex; align-items:center; justify-content:space-between; padding:25px; border-bottom:1px solid #dce5ef; }.cart-head small { color:#0b70ef; text-transform:uppercase; letter-spacing:.13em; font-size:9px; }.cart-head h2 { margin:4px 0 0; }.cart-head button { border:0; background:none; font-size:27px; cursor:pointer; }.cart-items { flex:1; overflow:auto; padding:22px; }.cart-empty { margin-top:18vh; text-align:center; }.cart-empty p { color:#6b7c90; line-height:1.6; }.cart-empty .button { margin-top:12px; }.cart-item { display:grid; grid-template-columns:54px 1fr 25px; gap:12px; align-items:start; padding:16px 0; border-bottom:1px solid #e1e9f1; }.cart-item > span { display:grid; place-items:center; height:54px; color:white; border-radius:8px; font-weight:850; }.cart-item b,.cart-item small,.cart-item strong { display:block; }.cart-item b { font-size:13px; }.cart-item small { margin:5px 0; color:#728397; font-size:9px; }.cart-item strong { color:#0a63e7; }.cart-item button { border:0; background:none; cursor:pointer; color:#7e8d9e; }.cart-total { padding:24px; border-top:1px solid #dce5ef; box-shadow:0 -10px 30px rgba(12,45,85,.06); }.cart-total > div { display:flex; justify-content:space-between; margin-bottom:18px; }.cart-total .button { width:100%; }.cart-total > small { display:block; margin-top:12px; text-align:center; color:#789; }

@media (max-width: 980px) {
  .menu-button { display:block; margin-left:auto; cursor:pointer; }.nav { display:none; position:absolute; top:75px; left:20px; right:20px; padding:20px; border:1px solid #dce6f0; border-radius:10px; background:white; box-shadow:0 15px 40px rgba(0,25,70,.15); }.nav.open { display:flex; flex-direction:column; align-items:flex-start; }.cart-button { margin-left:0; }
  .hero { grid-template-columns:1fr; text-align:center; padding-top:65px; }.hero-copy { margin:auto; }.hero-copy > p { margin-left:auto; margin-right:auto; }.eyebrow,.hero-actions,.hero-trust { justify-content:center; }.hero-visual { min-height:450px; }.trust-strip { margin:0 24px; }.product-grid { grid-template-columns:repeat(2,1fr); }.why-section { grid-template-columns:1fr; gap:45px; }.footer { grid-template-columns:1.2fr 1fr 1fr; }.footer > div:nth-child(4) { grid-column:1/-1; }
}

@media (max-width: 650px) {
  .topbar { font-size:9px; }.site-header { height:72px; padding:0 16px; gap:12px; }.brand strong { font-size:18px; }.brand small { font-size:7px; }.brand-mark { width:36px; height:36px; }.cart-button { font-size:0; padding:7px; }.cart-button span { margin:0; font-size:11px; }.hero { min-height:auto; padding:60px 20px 45px; }.hero h1 { font-size:45px; }.hero-copy > p { font-size:15px; }.hero-actions .button { width:100%; }.hero-trust { gap:12px; }.hero-visual { min-height:360px; }.globe { width:260px; }.globe-a { font-size:190px; }.orbital-ring { width:355px; height:110px; }.ring-two { width:300px; height:350px; }.floating-card { min-width:110px; padding:9px; }.floating-card b { font-size:16px; }.card-one { left:0; }.card-two { right:0; }.pixel-cloud { display:none; }
  .trust-strip { grid-template-columns:1fr 1fr; }.trust-strip div { padding:18px; border-bottom:1px solid #e0e9f2; }.products-section,.reviews-section,.faq-section { padding:75px 18px; }.catalogue-tools { align-items:stretch; flex-direction:column; }.category-tabs { flex-wrap:nowrap; overflow:auto; padding-bottom:5px; }.category-tabs button { white-space:nowrap; }.search-box { min-width:0; }.product-grid,.reviews-grid { grid-template-columns:1fr; }.why-section { padding:75px 22px; }.benefits-grid { grid-template-columns:1fr; }.product-card .product-body > p { min-height:0; }.cta-section { margin:0 18px 70px; padding:38px 26px; align-items:flex-start; flex-direction:column; }.cta-section .button { width:100%; }.footer { grid-template-columns:1fr 1fr; gap:35px; padding:55px 22px 25px; }.footer-brand,.footer > div:nth-child(4),.footer-bottom { grid-column:1/-1; }.footer-bottom { flex-direction:column; gap:8px; }.product-modal { grid-template-columns:1fr; }.modal-art { min-height:250px; }.modal-art span { width:120px; height:120px; font-size:38px; }.modal-content { padding:35px 24px 28px; }.modal-buy { align-items:stretch; flex-direction:column; }.modal-buy .button { width:100%; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } * { transition:none !important; } }
