/* Global Talk — static build (vinext->static) */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700;800;900&family=Geist+Mono:wght@400;500&display=swap');
:root{--font-geist-sans:'Geist';--font-geist-mono:'Geist Mono';}


:root {
  --navy: #061a3a;
  --navy-2: #0a2759;
  --blue: #125ddd;
  --blue-bright: #2485ff;
  --blue-soft: #eaf4ff;
  --orange: #ff6b00;
  --orange-light: #ff9b39;
  --ink: #071e49;
  --muted: #5f718c;
  --line: #d9e6f6;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 108px 0; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  height: 82px;
  color: #fff;
  background: rgba(5, 24, 55, .94);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 850; letter-spacing: -.02em; white-space: nowrap; }
.brand-img img { height: 42px; width: auto; display: block; }
footer .brand-img img { height: 38px; }
.brand-mark { position: relative; display: flex; width: 38px; height: 38px; align-items: center; color: var(--blue-bright); }
.brand-mark .icon { width: 34px; height: 34px; stroke-width: 1.5; }
.brand-mark i { position: absolute; right: -3px; width: 12px; height: 22px; border-right: 3px solid var(--orange); border-radius: 50%; }
.brand-mark i:last-child { right: -9px; width: 18px; height: 30px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 38px; margin-left: auto; }
.main-nav a, .support-link { position: relative; color: rgba(255,255,255,.82); font-size: 15px; font-weight: 650; transition: .2s ease; }
.main-nav a:after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -10px; background: var(--orange); transition: .2s ease; }
.main-nav a:hover, .support-link:hover { color: #fff; }
.main-nav a:hover:after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.support-link { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.17); }
.cart-button, .mobile-menu { position: relative; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; }
.cart-button span { position: absolute; display: grid; min-width: 20px; height: 20px; top: -7px; right: -7px; padding: 0 5px; place-items: center; font-size: 11px; font-weight: 800; color: #fff; background: var(--orange); border: 2px solid var(--navy); border-radius: 20px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 730px; overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 38%, #1658be 0, #0d3784 22%, #071e49 52%, #04142e 100%); }
.hero:before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(57,132,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(57,132,255,.3) 1px, transparent 1px); background-size: 70px 70px; transform: perspective(480px) rotateX(58deg) scale(1.4); transform-origin: center bottom; top: 54%; }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 28px; min-height: 730px; padding-block: 56px 72px; }
.section-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #bcd8ff; }
.section-kicker i { display: inline-block; width: 32px; height: 2px; background: var(--orange); box-shadow: 12px 0 var(--orange-light); }
.section-kicker.dark { color: var(--blue); }
.hero h1 { margin: 0; font-size: clamp(58px, 6vw, 88px); line-height: .93; letter-spacing: -.065em; font-weight: 850; }
.hero h1 em { color: #fff; font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 30px 0 0; color: #d4e3fa; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 25px; font-size: 15px; font-weight: 800; border: 1px solid transparent; border-radius: 12px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), #ff870d); box-shadow: 0 12px 30px rgba(255,107,0,.25); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(255,107,0,.37); }
.button-secondary { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.6); }
.button-secondary:hover { background: rgba(255,255,255,.12); }
.button .icon { width: 19px; height: 19px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 14px; color: #d9eaff; background: rgba(10,69,143,.48); border: 1px solid rgba(104,172,255,.36); border-radius: 10px; font-size: 13px; font-weight: 700; }
.trust-row .icon { width: 20px; color: #6eb0ff; }
.orange-sweep { position: absolute; z-index: 1; width: 78%; height: 360px; right: -20%; bottom: -105px; background: linear-gradient(160deg, transparent 35%, rgba(255,107,0,.3) 36%, #ff6500 47%, rgba(255,144,36,.35) 59%, transparent 60%); filter: blur(1px); transform: rotate(-7deg); }
.orange-sweep:before { content: ""; position: absolute; left: 10%; top: 43%; width: 70%; height: 2px; background: #ffae4f; box-shadow: 0 0 20px 5px #ff6500; }
.network-grid { position: absolute; z-index: 1; width: 48%; height: 60%; right: 8%; top: 8%; border-radius: 50%; opacity: .55; background: radial-gradient(ellipse, rgba(20,93,221,.7), transparent 70%); }
.network-grid:before, .network-grid:after { content: ""; position: absolute; inset: 14% 3%; border: 1px solid rgba(128,189,255,.25); border-radius: 50%; transform: rotate(15deg); }
.network-grid:after { inset: 5% 22%; transform: rotate(74deg); }
.network-grid i { position: absolute; width: 8px; height: 8px; background: #fff; border-radius: 50%; box-shadow: 0 0 16px 6px #4aa0ff; animation: pulse 2.8s infinite ease-in-out; }
.network-grid i:nth-child(1) { left: 12%; top: 48%; }.network-grid i:nth-child(2) { left: 35%; top: 20%; animation-delay: .3s; }.network-grid i:nth-child(3) { left: 58%; top: 36%; animation-delay: .8s; }.network-grid i:nth-child(4) { left: 78%; top: 14%; animation-delay: 1.1s; }.network-grid i:nth-child(5) { left: 87%; top: 55%; animation-delay: 1.6s; }.network-grid i:nth-child(6) { left: 48%; top: 70%; animation-delay: 2s; }
@keyframes pulse { 50% { opacity: .45; transform: scale(.65); } }
.hero-product { position: relative; min-height: 590px; display: flex; align-items: center; justify-content: center; }
.world-orbit { position: absolute; width: 520px; height: 360px; top: 38px; left: 50%; transform: translateX(-50%); border: 1px dashed rgba(117,184,255,.3); border-radius: 50%; }
.world-orbit:before, .world-orbit:after { content: ""; position: absolute; inset: 38px -20px; border: 1px solid rgba(88,161,255,.25); border-radius: 50%; transform: rotate(28deg); }
.world-orbit:after { inset: 0 110px; transform: rotate(80deg); }
.world-orbit i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 12px 5px #318dff; }
.world-orbit i:nth-child(1) { left: 5%; top: 43%; }.world-orbit i:nth-child(2) { left: 45%; top: 3%; }.world-orbit i:nth-child(3) { right: 9%; top: 50%; }.world-orbit i:nth-child(4) { left: 50%; bottom: 1%; }
.hero-product-stage { position: relative; z-index: 2; display: flex; width: 470px; height: 480px; align-items: center; justify-content: center; margin-top: -40px; }
.hero-radio { z-index: 2; width: 82%; height: 88%; animation: float 4.5s infinite ease-in-out; }
.hero-radio img { filter: drop-shadow(0 34px 38px rgba(0,0,0,.55)); }
@keyframes float { 50% { transform: translateY(-8px); } }
.stage-glow { position: absolute; z-index: 1; width: 280px; height: 48px; bottom: 38px; left: 50%; background: rgba(36,133,255,.55); border-radius: 50%; filter: blur(16px); transform: translateX(-50%); }
.product-image { position: relative; display: flex; min-height: 210px; align-items: center; justify-content: center; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; }
.radio-fallback { position: relative; display: none; width: 120px; height: 210px; align-items: flex-end; justify-content: center; padding: 24px 8px; color: #fff; background: linear-gradient(145deg, #252b33, #080b0e); border: 2px solid #3b4653; border-radius: 22px; box-shadow: inset 0 0 0 5px #151b21, 0 30px 40px rgba(0,0,0,.25); }
.radio-fallback:before { content: ""; position: absolute; width: 76px; height: 62px; top: 34px; background: #0d233b; border: 4px solid #333d47; border-radius: 5px; box-shadow: inset 0 0 18px rgba(25,120,255,.4); }
.radio-fallback:after { content: ""; position: absolute; width: 72px; height: 56px; top: 104px; background: repeating-linear-gradient(#111 0 4px, #38414a 5px 6px); border-radius: 5px; }
.radio-fallback i { position: absolute; width: 10px; height: 78px; top: -68px; left: 26px; background: #151b20; border-radius: 8px 8px 0 0; }
.radio-fallback i:nth-child(2) { width: 26px; height: 22px; top: -15px; left: auto; right: 20px; }
.radio-fallback b { position: relative; z-index: 2; font-size: 12px; }
.product-image.image-failed .radio-fallback { display: flex; }
.hero-selector { position: absolute; z-index: 5; display: flex; right: 0; bottom: 78px; padding: 5px; background: rgba(4,22,52,.83); border: 1px solid rgba(145,194,255,.45); border-radius: 13px; backdrop-filter: blur(12px); }
.hero-selector button { min-width: 76px; height: 42px; padding: 0 13px; color: #c9ddf7; background: transparent; border: 0; border-radius: 9px; font-size: 13px; font-weight: 800; }
.hero-selector button.active { color: #fff; background: linear-gradient(135deg, #176de8, #0751c5); box-shadow: 0 8px 20px rgba(0,0,0,.22); }
.hero-price-card { position: absolute; z-index: 5; display: flex; min-width: 245px; right: 0; bottom: 8px; align-items: center; gap: 18px; padding: 11px 12px 11px 17px; background: rgba(7,38,86,.88); border: 1px solid rgba(126,184,255,.4); border-radius: 13px; backdrop-filter: blur(12px); }
.hero-price-card div { display: flex; flex-direction: column; }
.hero-price-card span { font-size: 10px; font-weight: 800; color: #8fc4ff; text-transform: uppercase; letter-spacing: .08em; }
.hero-price-card strong { font-size: 18px; }.hero-price-card > b { margin-left: auto; color: #7fb5ff; font-size: 20px; }
.hero-price-card button { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: var(--orange); border: 0; border-radius: 9px; }
.hero-price-card button .icon { width: 19px; }

.benefits-bar { position: relative; z-index: 10; color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 40px rgba(6,35,77,.07); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 118px; align-items: center; }
.benefits-grid > div { display: flex; align-items: center; gap: 15px; padding: 0 28px; border-right: 1px solid var(--line); }
.benefits-grid > div:first-child { padding-left: 0; }.benefits-grid > div:last-child { border: 0; padding-right: 0; }
.benefits-grid .icon { width: 34px; height: 34px; color: var(--blue); }
.benefits-grid span { display: flex; flex-direction: column; color: var(--muted); font-size: 12px; line-height: 1.5; }
.benefits-grid strong { color: var(--ink); font-size: 14px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading .section-kicker { margin-bottom: 15px; }
.section-heading h2, .compare-intro h2, .how-copy h2, .faq-grid h2 { margin: 0; max-width: 680px; color: var(--ink); font-size: clamp(38px, 4vw, 56px); line-height: 1.05; letter-spacing: -.045em; font-weight: 850; }
.section-heading > p { max-width: 410px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { position: relative; display: flex; min-width: 0; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 60px rgba(6,41,91,.08); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-6px); border-color: #a9cafa; box-shadow: 0 28px 70px rgba(6,41,91,.14); }
.product-card-top { position: absolute; z-index: 2; display: flex; left: 16px; right: 16px; top: 16px; align-items: center; justify-content: space-between; }
.product-tag { padding: 8px 10px; color: #fff; background: var(--orange); border-radius: 8px; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.compare-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; color: var(--blue); background: rgba(255,255,255,.9); border: 1px solid #c8ddf7; border-radius: 8px; font-size: 11px; font-weight: 750; }
.compare-toggle span { display: grid; width: 17px; height: 17px; place-items: center; color: #fff; background: var(--blue); border-radius: 5px; }
.compare-toggle.selected { color: #fff; background: var(--blue); border-color: var(--blue); }.compare-toggle.selected span { background: rgba(255,255,255,.2); }
.product-card > .product-image { height: 280px; padding: 42px 30px 12px; background: linear-gradient(150deg, #f7fbff, #eaf4ff); }
.product-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.product-copy small { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.product-copy h3 { margin: 5px 0 8px; font-size: 27px; letter-spacing: -.035em; }.product-copy > p { min-height: 67px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 20px 0; padding: 17px 0; list-style: none; border-block: 1px solid var(--line); }
.product-copy li { display: flex; align-items: center; gap: 5px; color: #344766; font-size: 10px; font-weight: 650; }.product-copy li .icon { width: 14px; height: 14px; color: var(--blue); }
.product-buy { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; }
.product-buy > div { display: flex; min-width: 0; flex-direction: column; }.product-buy del { color: #8a98aa; font-size: 11px; }.product-buy strong { color: var(--blue); font-size: 25px; letter-spacing: -.04em; }.product-buy span { color: #65758a; font-size: 8px; }
.add-button { display: inline-flex; min-height: 43px; align-items: center; gap: 7px; padding: 0 12px; color: #fff; background: var(--ink); border: 0; border-radius: 10px; font-size: 11px; font-weight: 800; }.add-button:hover { background: var(--blue); }.add-button .icon { width: 16px; }

.compare-section { color: #fff; background: linear-gradient(135deg, #071e49, #0a3d92); overflow: hidden; }
.compare-intro { text-align: center; }.compare-intro .section-kicker { margin-bottom: 18px; }.compare-intro h2 { margin-inline: auto; color: #fff; }.compare-intro p { margin: 18px auto 42px; color: #bfd3ee; }
.comparison-wrap { overflow-x: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; background: rgba(3,24,57,.62); }
.comparison-table th, .comparison-table td { padding: 18px 22px; text-align: center; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.comparison-table th:first-child, .comparison-table td:first-child { width: 180px; text-align: left; color: #8fb6e8; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.comparison-table th { position: relative; padding-top: 24px; font-size: 20px; }.comparison-table th .product-image { width: 110px; height: 105px; min-height: 0; margin: 0 auto 8px; }.comparison-table th > button { position: absolute; width: 28px; height: 28px; right: 10px; top: 10px; color: #9abbe5; background: rgba(255,255,255,.08); border: 0; border-radius: 8px; }.comparison-table th > button .icon { width: 15px; margin: auto; }
.comparison-table td { color: #e4effd; font-size: 13px; }.comparison-table td strong { display: block; color: #fff; font-size: 19px; }.table-add { margin-top: 10px; padding: 8px 14px; color: #fff; background: var(--orange); border: 0; border-radius: 8px; font-size: 11px; font-weight: 800; }
.empty-compare { padding: 50px; text-align: center; background: rgba(255,255,255,.06); border: 1px dashed rgba(255,255,255,.25); border-radius: 20px; color: #bcd0e9; }

.solutions-section { color: #fff; background: #04142e; }
.section-heading.light h2 { color: #fff; }.section-heading.light > p { color: #afc5df; }
.solutions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.solutions-grid article { position: relative; min-height: 285px; padding: 32px; overflow: hidden; background: linear-gradient(145deg, rgba(24,77,146,.66), rgba(5,33,72,.8)); border: 1px solid rgba(114,174,243,.22); border-radius: 18px; }
.solutions-grid article:after { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; bottom: -70px; background: var(--orange); border-radius: 50%; filter: blur(55px); opacity: .2; transition: .25s ease; }
.solutions-grid article:hover:after { opacity: .45; }.solutions-grid article > .icon { width: 42px; height: 42px; margin-bottom: 54px; color: #67aaff; }.solutions-grid article > span { position: absolute; right: 24px; top: 28px; color: rgba(255,255,255,.22); font-size: 30px; font-weight: 850; }
.solutions-grid h3 { margin: 0 0 11px; font-size: 20px; }.solutions-grid p { margin: 0; color: #aec3df; font-size: 13px; line-height: 1.7; }

.how-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.how-copy > p { max-width: 560px; margin: 24px 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }.text-link .icon { width: 18px; }
.steps { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { display: flex; gap: 22px; align-items: center; padding: 26px; background: #f7fbff; border: 1px solid var(--line); border-radius: 16px; }
.steps li > span { display: grid; width: 56px; height: 56px; flex: 0 0 auto; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), #0845a8); border-radius: 14px; font-weight: 850; box-shadow: 0 12px 24px rgba(18,93,221,.2); }
.steps strong { font-size: 17px; }.steps p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.faq-section { background: #f5f9fe; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-grid > div:first-child > p { color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid #c9dbee; }
.faq-list details { border-bottom: 1px solid #c9dbee; }
.faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 16px; font-weight: 750; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary .icon { width: 19px; color: var(--blue); transition: .2s ease; }.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { margin: -4px 40px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.cta-section { padding: 0 0 100px; background: #f5f9fe; }
.cta-card { position: relative; display: flex; min-height: 280px; align-items: center; justify-content: space-between; gap: 50px; padding: 52px 60px; overflow: hidden; color: #fff; background: linear-gradient(120deg, #061a3a, #0b4eae); border-radius: 24px; box-shadow: 0 26px 80px rgba(7,39,88,.22); }
.cta-card:after { content: ""; position: absolute; width: 360px; height: 360px; right: -150px; bottom: -230px; background: var(--orange); border-radius: 50%; filter: blur(40px); opacity: .34; }.cta-card > * { position: relative; z-index: 2; }.cta-card .section-kicker { margin-bottom: 14px; }.cta-card h2 { margin: 0; font-size: 42px; letter-spacing: -.04em; }.cta-card p { margin: 12px 0 0; color: #c3d8f1; }

footer { color: #aec1d9; background: #020e20; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 60px; padding-block: 68px; }
footer .brand { color: #fff; font-size: 20px; }.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }.footer-grid strong { margin-bottom: 7px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }.footer-grid p, .footer-grid a { margin: 0; font-size: 12px; line-height: 1.7; }.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; border-top: 1px solid rgba(255,255,255,.1); }

.floating-whatsapp { position: fixed; z-index: 45; display: grid; width: 54px; height: 54px; right: 24px; bottom: 24px; place-items: center; color: #fff; background: #16a866; border: 0; border-radius: 50%; box-shadow: 0 12px 34px rgba(12,114,65,.35); }.floating-whatsapp .icon { width: 27px; height: 27px; }.floating-whatsapp:hover { transform: translateY(-3px); }
.toast { position: fixed; z-index: 100; display: flex; left: 50%; bottom: 30px; align-items: center; gap: 9px; padding: 14px 18px; color: #fff; background: #071e49; border: 1px solid #2a5791; border-radius: 11px; box-shadow: 0 16px 50px rgba(0,0,0,.28); transform: translateX(-50%); font-size: 13px; font-weight: 700; animation: toast-in .25s ease; }.toast .icon { width: 18px; color: #5fd38f; }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%, 10px); } }

.drawer-overlay { position: fixed; z-index: 80; inset: 0; pointer-events: none; opacity: 0; background: rgba(2,14,32,.63); backdrop-filter: blur(3px); transition: .25s ease; }.drawer-overlay.show { pointer-events: auto; opacity: 1; }
.cart-drawer { position: fixed; z-index: 90; display: flex; width: min(460px, 100%); top: 0; right: 0; bottom: 0; flex-direction: column; background: #fff; box-shadow: -30px 0 80px rgba(0,0,0,.2); transform: translateX(102%); transition: transform .32s cubic-bezier(.22,.8,.22,1); }.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; min-height: 105px; align-items: center; justify-content: space-between; padding: 24px 28px; color: #fff; background: var(--navy); }.drawer-header small { color: #92b9e8; text-transform: uppercase; letter-spacing: .1em; }.drawer-header h2 { margin: 3px 0 0; font-size: 25px; }.drawer-header h2 span { display: inline-grid; min-width: 25px; height: 25px; place-items: center; margin-left: 5px; font-size: 11px; background: var(--orange); border-radius: 20px; }.drawer-header > button, .modal-close { display: grid; width: 38px; height: 38px; place-items: center; color: inherit; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; }.drawer-header .icon { width: 19px; }
.drawer-body { flex: 1; padding: 10px 28px; overflow-y: auto; }.cart-item { position: relative; display: grid; grid-template-columns: 105px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--line); }.cart-item .product-image { width: 105px; height: 105px; min-height: 0; padding: 8px; background: #eef5fe; border-radius: 12px; }.cart-item > div:nth-child(2) { display: flex; flex-direction: column; align-items: flex-start; }.cart-item strong { margin-top: 5px; font-size: 17px; }.cart-item span { color: var(--blue); font-size: 14px; font-weight: 750; }.quantity { display: flex; height: 31px; align-items: center; margin-top: auto; border: 1px solid #c8dbf1; border-radius: 8px; overflow: hidden; }.quantity button { display: grid; width: 31px; height: 100%; place-items: center; color: var(--ink); background: #f5f9fe; border: 0; }.quantity button .icon { width: 13px; }.quantity b { min-width: 31px; text-align: center; font-size: 12px; }.remove-item { position: absolute; top: 20px; right: 0; color: #91a0b4; background: transparent; border: 0; }.remove-item .icon { width: 17px; }
.drawer-footer { padding: 22px 28px 27px; border-top: 1px solid var(--line); box-shadow: 0 -12px 34px rgba(5,31,70,.06); }.drawer-footer > div { display: flex; align-items: center; justify-content: space-between; }.drawer-footer > div span { color: var(--muted); }.drawer-footer > div strong { font-size: 26px; }.drawer-footer > small { display: block; margin: 6px 0 18px; color: var(--muted); font-size: 11px; }.drawer-footer .button { width: 100%; border: 0; }.drawer-footer > p { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 13px 0 0; color: #6f7f94; font-size: 10px; }.drawer-footer > p .icon { width: 13px; }
.empty-cart { display: flex; min-height: 430px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }.empty-cart > span { display: grid; width: 80px; height: 80px; place-items: center; color: var(--blue); background: #edf5ff; border-radius: 50%; }.empty-cart > span .icon { width: 32px; }.empty-cart h3 { margin: 19px 0 6px; }.empty-cart p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }.empty-cart button { padding: 11px 17px; color: #fff; background: var(--blue); border: 0; border-radius: 9px; font-weight: 750; }

.modal { position: fixed; z-index: 120; display: grid; inset: 0; place-items: center; padding: 24px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(2,14,32,.76); backdrop-filter: blur(5px); }.checkout-card { position: relative; z-index: 2; width: min(620px, 100%); max-height: calc(100vh - 48px); padding: 40px; overflow-y: auto; background: #fff; border-radius: 22px; box-shadow: 0 40px 100px rgba(0,0,0,.35); }.modal-close { position: absolute; right: 18px; top: 18px; color: var(--ink); background: #f0f5fb; border-color: #d9e6f6; }.modal-close .icon { width: 18px; }.checkout-heading .section-kicker { margin-bottom: 10px; }.checkout-heading h2 { margin: 0; font-size: 34px; letter-spacing: -.04em; }.checkout-heading > p { margin: 10px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.checkout-card form { display: grid; gap: 16px; }.checkout-card label, .checkout-card legend { color: #273b5b; font-size: 12px; font-weight: 750; }.checkout-card label > span { color: #91a0b3; font-weight: 500; }.checkout-card input:not([type="radio"]) { width: 100%; height: 49px; margin-top: 7px; padding: 0 14px; color: var(--ink); background: #f8fbff; border: 1px solid #cbdcf0; border-radius: 10px; outline: 0; }.checkout-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,93,221,.1); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.checkout-card fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; border: 0; }.checkout-card legend { grid-column: 1/-1; margin-bottom: 7px; }.radio-option { display: flex; min-height: 58px; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid #cbdcf0; border-radius: 10px; cursor: pointer; }.radio-option:has(input:checked) { color: var(--blue); background: #edf5ff; border-color: var(--blue); }.radio-option input { accent-color: var(--blue); }.radio-option span { display: flex; flex-direction: column; color: var(--muted); font-size: 10px; }.radio-option span b { color: var(--ink); font-size: 13px; }.checkout-total { display: flex; align-items: center; justify-content: space-between; margin-top: 3px; padding-top: 17px; border-top: 1px solid var(--line); }.checkout-total span { color: var(--muted); font-size: 13px; }.checkout-total strong { font-size: 25px; }.checkout-card form > .button { width: 100%; border: 0; }.checkout-note { display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--muted); font-size: 10px; }.checkout-note .icon { width: 13px; }

@media (max-width: 1120px) {
  .main-nav { gap: 22px; }.support-link { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; }.hero h1 { font-size: 62px; }.hero-product-stage { width: 400px; }
  .product-grid { grid-template-columns: 1fr 1fr; }.product-card > .product-image { height: 310px; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }.benefits-grid { grid-template-columns: 1fr 1fr; padding-block: 18px; }.benefits-grid > div { min-height: 75px; }.benefits-grid > div:nth-child(2) { border-right: 0; }.benefits-grid > div:nth-child(3) { padding-left: 0; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 640px); }.section { padding: 76px 0; }
  .site-header { height: 72px; }.brand { font-size: 18px; }.brand-mark { width: 34px; height: 34px; }
  .mobile-menu { display: grid; }.main-nav { position: fixed; display: flex; top: 72px; left: 16px; right: 16px; margin: 0; padding: 18px; align-items: stretch; flex-direction: column; gap: 0; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,.22); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }.main-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }.main-nav a { padding: 14px 10px; color: var(--ink); border-bottom: 1px solid var(--line); }.main-nav a:last-child { border: 0; }
  .hero { min-height: auto; }.hero-grid { display: flex; min-height: auto; flex-direction: column; padding-block: 68px 36px; text-align: center; }.hero h1 { font-size: clamp(50px, 14vw, 72px); }.hero-copy > p { font-size: 16px; }.hero-actions, .trust-row { justify-content: center; }.hero-product { width: 100%; min-height: 530px; }.hero-product-stage { width: min(420px, 100%); height: 420px; }.hero-radio { width: 90%; height: 95%; }.hero-selector { left: 50%; right: auto; bottom: 72px; transform: translateX(-50%); }.hero-selector button { min-width: 65px; padding: 0 9px; }.hero-price-card { left: 50%; right: auto; bottom: 8px; transform: translateX(-50%); }.network-grid { width: 100%; right: 0; top: 42%; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }.section-heading h2, .compare-intro h2, .how-copy h2, .faq-grid h2 { font-size: 40px; }.section-heading > p { max-width: 560px; }
  .product-grid { grid-template-columns: 1fr; }.product-card > .product-image { height: 360px; }.product-copy > p { min-height: 0; }
  .how-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }.solutions-grid { grid-template-columns: 1fr 1fr; }.cta-card { align-items: flex-start; flex-direction: column; padding: 42px; }.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
  .container { width: calc(100% - 28px); }.brand span:last-child { font-size: 16px; }.header-actions { gap: 8px; }.cart-button, .mobile-menu { width: 40px; height: 40px; }
  .hero-grid { padding-top: 52px; }.hero h1 { font-size: 49px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.trust-row span { flex: 1; min-width: 105px; justify-content: center; padding: 0 8px; font-size: 11px; }.hero-product { min-height: 470px; }.hero-product-stage { height: 355px; }.world-orbit { width: 350px; height: 250px; }.hero-selector { width: 100%; bottom: 70px; }.hero-selector button { flex: 1; min-width: 0; font-size: 11px; }.hero-price-card { width: 100%; min-width: 0; }
  .benefits-grid { grid-template-columns: 1fr; padding-block: 13px; }.benefits-grid > div { min-height: 68px; padding-inline: 0; border-right: 0; border-bottom: 1px solid var(--line); }.benefits-grid > div:last-child { border-bottom: 0; }.benefits-grid > div:nth-child(3) { padding-left: 0; }
  .section-heading h2, .compare-intro h2, .how-copy h2, .faq-grid h2 { font-size: 34px; }.product-card > .product-image { height: 300px; }.product-copy { padding: 20px; }.product-buy { align-items: stretch; flex-direction: column; }.add-button { justify-content: center; }.product-copy ul { grid-template-columns: 1fr 1fr; }
  .solutions-grid { grid-template-columns: 1fr; }.solutions-grid article { min-height: 240px; }.solutions-grid article > .icon { margin-bottom: 38px; }
  .steps li { align-items: flex-start; padding: 20px; }.steps li > span { width: 46px; height: 46px; }.cta-section { padding-bottom: 70px; }.cta-card { padding: 34px 26px; }.cta-card h2 { font-size: 34px; }.cta-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 50px; }.footer-bottom { align-items: flex-start; justify-content: center; flex-direction: column; padding-block: 20px; }
  .checkout-card { padding: 34px 20px 24px; }.checkout-heading h2 { font-size: 29px; }.form-row, .checkout-card fieldset { grid-template-columns: 1fr; }.floating-whatsapp { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
