:root{
  --bg:#030712;
  --bg-2:#050b18;
  --surface:#0b1220;
  --surface-2:#101a2d;
  --surface-3:#132138;
  --text:#f4f7fb;
  --muted:#99a8bb;
  --soft:#66768a;
  --line:rgba(148,163,184,.18);
  --line-strong:rgba(148,163,184,.28);
  --blue:#60a5fa;
  --cyan:#22d3ee;
  --green:#34d399;
  --red:#fb7185;
  --shadow:0 24px 70px rgba(0,0,0,.32);
  --ease:cubic-bezier(.2,.78,.24,1);
}

@font-face{
  font-family:ZouterOrbitron;
  src:url("vendor/orbitron-regular.woff2") format("woff2");
  font-display:swap;
  font-weight:500;
}
@font-face{
  font-family:ZouterOrbitron;
  src:url("vendor/orbitron-bold.woff2") format("woff2");
  font-display:swap;
  font-weight:700;
}

*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,"Noto Sans SC",system-ui,sans-serif}
body{overflow:hidden;overscroll-behavior:none;color-scheme:dark}
a{color:inherit}
button,a{touch-action:manipulation}

.skip-link{
  position:fixed;left:16px;top:10px;z-index:100;
  transform:translateY(-150%);padding:10px 14px;
  border-radius:8px;background:#fff;color:#050816;text-decoration:none
}
.skip-link:focus{transform:translateY(0)}

.site-shell{min-height:100dvh;background:radial-gradient(1200px 600px at 70% 18%,rgba(34,211,238,.08),transparent 42%),linear-gradient(180deg,#030712,#050816 54%,#030712)}

.topbar{position:fixed;top:24px;right:24px;z-index:50}
.top-actions{display:flex;gap:8px;align-items:center}
.glass-button,.mini-button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:32px;padding:0 12px;border:1px solid rgba(148,163,184,.18);
  border-radius:10px;background:linear-gradient(180deg,rgba(15,23,42,.82),rgba(9,15,28,.86));
  box-shadow:0 8px 24px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.03);
  color:#e6eef7;text-decoration:none;font-size:13px;font-weight:600;
  transition:transform .18s var(--ease),border-color .18s,background .18s,box-shadow .18s
}
.glass-button:hover,.mini-button:hover{
  transform:translateY(-1px);
  border-color:rgba(148,163,184,.35);
  box-shadow:0 12px 28px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04)
}
svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.language-wrap{position:relative}
.language-button .chevron{width:14px;height:14px;opacity:.54;margin-left:2px}
.language-menu{
  position:absolute;right:0;top:40px;display:grid;min-width:140px;padding:6px;
  border:1px solid rgba(148,163,184,.22);border-radius:10px;background:rgba(6,11,22,.96);
  box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-6px);
  transition:.18s var(--ease)
}
.language-menu.open{opacity:1;pointer-events:auto;transform:none}
.language-menu button{
  border:0;border-radius:8px;background:transparent;color:#d8e3ef;
  padding:9px 10px;text-align:left;cursor:pointer
}
.language-menu button:hover,.language-menu button[aria-selected=true]{background:rgba(34,211,238,.12);color:#fff}

.desktop-scene{height:100dvh;width:100vw;will-change:transform;transition:transform .85s var(--ease)}
.panel{position:relative;width:100vw;height:100dvh;overflow:hidden}

.hero{background:radial-gradient(circle at 72% 48%,rgba(16,185,129,.08),transparent 20%),linear-gradient(180deg,#030712 0%,#040814 100%)}
.hero canvas,.mobile-hero canvas{
  position:absolute;inset:0;width:100%;height:100%;display:block;
  opacity:.98;filter:saturate(.88) contrast(.98) brightness(.92)
}
.hero:before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(3,7,18,.12),rgba(3,7,18,.4) 56%,rgba(3,7,18,.78)),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:auto,120px 120px;
  pointer-events:none
}
.hero-content{
  position:relative;z-index:2;height:100%;
  display:grid;align-content:center;justify-items:start;
  text-align:left;pointer-events:auto;
  padding:128px 7vw 120px;
  max-width:760px
}
.brand-lockup{margin-bottom:18px}
.wordmark,.footer-logo{
  font-family:ZouterOrbitron,Inter,sans-serif;
  font-weight:700;letter-spacing:.14em;line-height:.92;text-transform:uppercase
}
.wordmark{
  font-size:clamp(58px,8.5vw,118px);
  background:linear-gradient(90deg,#e2f4ff,#60a5fa 42%,#34d399 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  text-shadow:0 0 26px rgba(96,165,250,.12)
}
.brand-subtitle{
  margin-top:12px;color:#a9c4d8;font-size:14px;letter-spacing:.1em
}
.slogan{
  margin:0;max-width:18ch;
  color:#eef5fb;font-size:clamp(24px,2.1vw,34px);
  line-height:1.3;letter-spacing:.04em
}
.primary-button{
  position:relative;overflow:hidden;isolation:isolate;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  width:max-content;min-height:48px;margin:30px 0 0;padding:0 22px;
  border:1px solid rgba(94,234,212,.34);border-radius:12px;
  background:linear-gradient(180deg,rgba(15,118,110,.2),rgba(10,20,34,.9));
  box-shadow:0 10px 28px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.04);
  color:#f2fffd;text-decoration:none;font-size:14px;font-weight:700;
  transition:transform .18s var(--ease),border-color .18s,box-shadow .18s,background .18s,color .18s
}
.primary-button{cursor:pointer;will-change:transform,box-shadow}
.primary-button:before{
  content:"";position:absolute;z-index:1;inset:0;pointer-events:none;
  background:linear-gradient(110deg,transparent 24%,rgba(255,255,255,.16) 48%,transparent 72%);
  transform:translateX(-125%);transition:transform .55s var(--ease)
}
.primary-button:hover:before{transform:translateX(125%)}
.primary-button:hover{
  transform:translateY(-2px);
  border-color:rgba(94,234,212,.66);
  background:linear-gradient(180deg,rgba(20,184,166,.26),rgba(10,20,34,.92));
  box-shadow:0 0 0 1px rgba(94,234,212,.1),0 16px 34px rgba(0,0,0,.28),0 0 24px rgba(45,212,191,.18),inset 0 1px 0 rgba(255,255,255,.05)
}
.primary-button svg{position:relative;z-index:2;transition:transform .18s var(--ease)}
.primary-button:hover svg{transform:translate(2px,-2px)}
.primary-button:active{transform:translateY(0) scale(.98)}
.primary-button:focus-visible{
  outline:2px solid rgba(94,234,212,.95);
  outline-offset:4px;
}
.primary-button svg{opacity:.9}
.hero-stats{
  display:grid;grid-template-columns:repeat(4,minmax(118px,1fr));gap:10px;
  width:min(640px,86vw);margin-top:28px;pointer-events:auto
}
.stat-card{
  min-width:0;
  min-height:94px;padding:13px 14px;border:1px solid rgba(148,163,184,.18);
  border-radius:12px;background:linear-gradient(180deg,rgba(8,15,26,.62),rgba(3,7,18,.72));
  box-shadow:0 16px 42px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.04)
}
.stat-label{
  display:block;margin-bottom:8px;color:#9fb2c8;font-size:12px;line-height:1.35
}
.stat-card strong{
  display:block;max-width:100%;overflow:hidden;color:#f5fffb;
  font-family:Inter,"Noto Sans SC",system-ui,sans-serif;
  font-size:clamp(18px,1.65vw,21px);line-height:1.05;font-weight:800;
  letter-spacing:0;white-space:nowrap;font-variant-numeric:tabular-nums
}
.stat-card small{
  display:block;margin-top:8px;color:#64748b;font-size:11px;line-height:1.45
}
.stat-card:nth-child(1) strong{color:#6ee7b7}
.stat-card:nth-child(2) strong{color:#67e8f9}
.stat-card:nth-child(3) strong{color:#fda4af}
.stat-card:nth-child(4) strong{color:#bfdbfe}
.hero-summary{
  margin-top:14px;padding-left:12px;border-left:2px solid rgba(94,234,212,.72);
  color:#91a8bd;font-size:13px;line-height:1.45;letter-spacing:.02em
}
.scroll-hint{
  position:absolute;z-index:2;bottom:34px;left:0;width:100%;
  text-align:center;color:#a9c4d8;font-size:13px;letter-spacing:.14em;
  animation:float 2.4s ease-in-out infinite
}
.legal-actions{
  position:absolute;z-index:3;right:24px;bottom:24px;
  display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end
}
.mini-button{height:32px;padding:0 12px;font-size:12px;background:rgba(5,10,18,.5)}

.content-panel{
  background:
    radial-gradient(1000px 520px at 18% 12%,rgba(34,211,238,.08),transparent 38%),
    linear-gradient(180deg,#050816,#040712 100%);
  overflow:auto
}
.performance-panel{
  background:
    radial-gradient(1000px 520px at 78% 82%,rgba(52,211,153,.08),transparent 38%),
    linear-gradient(180deg,#040712,#050816 100%)
}
.advantage-panel{
  background:
    radial-gradient(900px 540px at 50% 20%,rgba(96,165,250,.06),transparent 42%),
    linear-gradient(180deg,#030712,#040712 100%)
}
.footer-panel{
  background:#030712;display:flex;flex-direction:column;justify-content:flex-end;
  padding:clamp(54px,7vh,78px) 0 26px;
  background-image:
    linear-gradient(rgba(96,165,250,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(96,165,250,.035) 1px,transparent 1px),
    radial-gradient(820px 320px at 50% 12%,rgba(34,211,238,.055),transparent 64%);
  background-size:54px 54px,54px 54px,auto
}
.content-inner{
  width:min(1140px,calc(100% - 96px));
  min-height:100%;margin:auto;padding:118px 0 64px
}
h2{
  margin:0 0 38px;text-align:center;
  font-size:clamp(28px,2.8vw,40px);letter-spacing:.08em;font-weight:700
}
.section-kicker{
  margin-bottom:10px;text-align:center;color:#67e8f9;font-size:11px;
  font-weight:700;letter-spacing:.18em
}
.section-lead{
  max-width:680px;margin:-18px auto 30px;color:var(--muted);
  text-align:center;font-size:14px;line-height:1.7
}

.solution-grid,.performance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.solution-card,.info-card{
  display:flex;flex-direction:column;padding:24px;border:1px solid var(--line);
  border-radius:14px;background:linear-gradient(180deg,rgba(10,16,29,.88),rgba(7,12,22,.94));
  box-shadow:var(--shadow);backdrop-filter:blur(16px)
}
.solution-card{min-height:438px}
.solution-card h3{margin:0 0 10px;font-size:20px;letter-spacing:.04em}
.card-intro{min-height:48px;margin:0;color:#d5e0eb;font-size:15px;line-height:1.65}
.rule{height:1px;margin:16px 0;border:0;background:linear-gradient(90deg,rgba(94,234,212,.9),transparent);opacity:.85}
.feature-list{
  display:grid;gap:10px;padding:0;margin:0;list-style:none;
  color:#d7e1ec;font-size:14px;line-height:1.7
}
.feature-list strong{display:inline;color:#fff}
.feature-list span{color:#a9b7c7}
.wide{width:100%;margin-top:auto}
.wide span{font-size:18px;line-height:1}

.product-panel{
  background:
    radial-gradient(900px 520px at 50% 8%,rgba(34,211,238,.09),transparent 42%),
    linear-gradient(180deg,#040814,#030712 100%)
}
.product-panel .content-inner{padding-top:82px;padding-bottom:34px}
.product-panel h2{margin-bottom:22px}
.product-panel .section-lead{margin:-8px auto 20px}
.product-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px
}
.product-card{
  position:relative;overflow:hidden;isolation:isolate;
  min-width:0;min-height:330px;display:flex;flex-direction:column;
  padding:18px;border:1px solid rgba(148,163,184,.17);border-radius:14px;
  background:linear-gradient(180deg,rgba(9,17,30,.94),rgba(5,10,19,.98));
  box-shadow:0 20px 54px rgba(0,0,0,.22);
  transition:transform .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease),box-shadow .22s var(--ease)
}
.product-card:before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(420px 220px at 18% 0%,rgba(52,211,153,.12),transparent 62%),
    linear-gradient(180deg,rgba(34,211,238,.08),transparent 48%);
  opacity:0;transition:opacity .22s var(--ease)
}
.product-card>*{position:relative;z-index:1}
.product-card:hover{
  transform:translateY(-6px);
  border-color:rgba(94,234,212,.5);
  background:linear-gradient(180deg,rgba(8,23,31,.97),rgba(5,10,19,.98));
  box-shadow:0 24px 64px rgba(0,0,0,.3),0 0 28px rgba(45,212,191,.13)
}
.product-card:hover:before{opacity:1}
.product-card.featured .product-status{
  border-color:rgba(52,211,153,.3);
  color:#9ffbe3
}
.product-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.product-code{color:#71839a;font-size:11px;letter-spacing:.13em;font-weight:700}
.product-status{
  padding:4px 8px;border:1px solid rgba(94,234,212,.24);border-radius:999px;
  color:#8ef3d7;font-size:11px;line-height:1;
  transition:background .22s var(--ease),border-color .22s var(--ease),color .22s var(--ease)
}
.product-card:hover .product-status{
  background:rgba(45,212,191,.11);
  border-color:rgba(94,234,212,.55);
  color:#d7fff7
}
.product-card h3{margin:18px 0 8px;font-size:22px;letter-spacing:.02em}
.product-card>p{min-height:50px;margin:0;color:#aebdcd;font-size:14px;line-height:1.7}
.product-price{
  display:flex;flex-direction:column;gap:6px;margin:24px 0 20px;
  padding:15px 0;border-top:1px solid rgba(148,163,184,.13);
  border-bottom:1px solid rgba(148,163,184,.13)
}
.product-price strong{color:#effcf9;font-size:20px;line-height:1.15}
.product-price span{color:#76879a;font-size:12px}
.product-features{
  display:grid;gap:10px;padding:0;margin:0;list-style:none;
  color:#d9e3ed;font-size:13px;line-height:1.55
}
.product-features li{position:relative;padding-left:16px}
.product-features li:before{
  content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;
  border-radius:50%;background:#34d399;box-shadow:0 0 10px rgba(52,211,153,.65)
}
.product-card:not(.featured) .product-features li:before{background:#38bdf8;box-shadow:0 0 10px rgba(56,189,248,.55)}
.product-link{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin-top:auto;padding-top:24px;color:#c8fff2;font-size:13px;
  font-weight:700;text-decoration:none;
  transition:color .18s var(--ease)
}
.product-link span{font-size:18px;line-height:1;transition:transform .18s var(--ease)}
.product-link:hover,.product-card:hover .product-link{color:#fff}
.product-link:hover span,.product-card:hover .product-link span{transform:translate(3px,-3px)}
.billing-note{
  display:flex;align-items:baseline;gap:14px;margin:20px auto 0;
  max-width:760px;padding:12px 16px;border-left:2px solid rgba(94,234,212,.72);
  background:rgba(8,20,28,.56)
}
.billing-note span{flex:0 0 auto;color:#d9fff6;font-size:12px;font-weight:700}
.billing-note p{margin:0;color:#8495a8;font-size:12px;line-height:1.6}

.performance-grid{gap:28px}
.info-card{
  min-height:520px;padding:30px;
  background:linear-gradient(180deg,rgba(8,15,26,.9),rgba(5,10,18,.98))
}
.info-heading{display:flex;align-items:center;gap:18px;margin-bottom:20px}
.info-heading h3{margin:0;font-size:22px}
.icon-box{
  width:54px;height:54px;display:grid;place-items:center;border-radius:14px;font-size:28px
}
.blue-icon{background:rgba(96,165,250,.15);color:#93c5fd}
.green-icon{background:rgba(52,211,153,.14);color:#6ee7b7}
.info-card>p{margin:0 0 18px;color:#d4dfeb;line-height:1.75}
.metric-list{display:grid;gap:10px;margin-bottom:26px;color:#7dd3fc;font-size:13px}
.metric-list b{margin-left:8px;color:#f0f7ff}
.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:auto}
.detail-grid h4{margin:0 0 8px;font-size:15px}
.detail-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.68}

.advantage-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px
}
.advantage-grid article{
  padding:24px 18px;border:1px solid rgba(148,163,184,.16);
  border-radius:14px;background:linear-gradient(180deg,rgba(8,15,26,.9),rgba(7,11,20,.96));
  transition:transform .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease)
}
.advantage-grid article:hover{transform:translateY(-4px);border-color:rgba(96,165,250,.42)}
.advantage-icon{display:block;margin-bottom:14px;color:#67e8f9;font-size:28px}
.advantage-grid h3{margin:0 0 10px;font-size:17px}
.advantage-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}

.partners-section{
  width:min(1140px,calc(100% - 96px));overflow:hidden;text-align:left;
  margin:0 auto;padding:0 0 34px
}
.partners-section .section-kicker{text-align:left;margin-bottom:8px}
.partners-section h2{
  margin:0 0 10px;text-align:left;
  font-size:clamp(22px,2.1vw,30px);letter-spacing:.04em
}
.partners-section p{
  width:min(720px,100%);margin:0 0 24px;
  color:#91a4ba;font-size:13px;line-height:1.7
}
.partner-marquee{
  position:relative;width:100%;overflow:hidden;padding:2px 0;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 88%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 9%,#000 88%,transparent)
}
.partner-track{
  width:max-content;display:flex;gap:12px;
  animation:partnerScroll 34s linear infinite;
  will-change:transform
}
.partner-marquee:hover .partner-track{animation-play-state:paused}
.partner-card{
  flex:0 0 164px;height:58px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:1fr 1fr;
  column-gap:10px;align-items:center;padding:0 13px;
  border:1px solid rgba(148,163,184,.13);border-radius:8px;
  background:rgba(8,15,27,.64);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  opacity:.84
}
.partner-card span{
  grid-row:1 / 3;width:28px;height:28px;display:grid;place-items:center;
  border-radius:7px;background:rgba(34,211,238,.1);
  color:#67e8f9;font-size:9px;font-weight:800;letter-spacing:.03em
}
.partner-card strong{
  align-self:end;color:#d8e7f5;font-size:13px;line-height:1
}
.partner-card small{
  align-self:start;margin-top:5px;color:#68798e;font-size:10px;font-weight:700;letter-spacing:.04em
}

.footer-inner{
  width:min(1140px,calc(100% - 96px));
  display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1.1fr;gap:48px;
  margin:0 auto;padding:38px 0 42px;border-top:1px solid rgba(148,163,184,.1)
}
.footer-logo{
  font-size:40px;background:linear-gradient(90deg,#e2f4ff,#60a5fa 48%,#34d399 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.footer-inner h3{margin:0 0 18px;font-size:15px}
.footer-inner p,.footer-inner a{
  display:block;margin:0 0 10px;color:var(--muted);font-size:13px;line-height:1.6;text-decoration:none
}
.footer-inner a:hover,.footer-bottom a:hover{color:#fff}
.footer-brand p{max-width:300px;margin-top:16px}
.footer-bottom{
  width:min(1140px,calc(100% - 96px));display:flex;justify-content:space-between;gap:20px;
  padding:18px 0 0;margin:0 auto;border-top:1px solid rgba(148,163,184,.12);
  color:var(--soft);font-size:12px
}
.footer-bottom a{margin-left:20px;color:var(--soft);text-decoration:none}

.mobile-scene{display:none}

@keyframes float{
  0%,100%{transform:translateY(0);opacity:.72}
  50%{transform:translateY(-7px);opacity:1}
}

@keyframes partnerScroll{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 7px))}
}

@media(max-width:900px){
  body{overflow:auto}
  .topbar{top:14px;right:14px}
  .top-actions{gap:6px}
  .glass-button{padding:0 9px;font-size:12px}
  .desktop-scene{display:none}
  .mobile-scene{display:block}
  .mobile-hero{
    position:relative;min-height:100svh;overflow:hidden;
    background:linear-gradient(180deg,#030712,#050816)
  }
  .mobile-hero:after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(180deg,rgba(3,7,18,.08),rgba(3,7,18,.8) 74%,#040712)
  }
  .mobile-hero-content{
    position:relative;z-index:1;min-height:100svh;
    display:grid;place-content:center;text-align:center;padding:96px 24px 70px
  }
  .mobile-hero-content .wordmark{font-size:clamp(54px,16vw,86px)}
  .mobile-hero-content p{
    margin:18px 0 28px;color:#a9c4d8;font-size:13px;letter-spacing:.08em
  }
  .mobile-hero-content h1{
    max-width:330px;margin:0 auto;font-size:24px;line-height:1.5;font-weight:600
  }
  .mobile-hero-content .primary-button{margin-top:26px}
  .mobile-hero-content .hero-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:min(100%,360px);margin:24px auto 0
  }
  .mobile-hero-content .stat-card{min-height:90px;text-align:left;padding:12px}
  .mobile-hero-content .stat-card strong{font-size:18px}
  .mobile-hero-content .hero-summary{
    width:min(100%,360px);margin:12px auto 0;text-align:left
  }
  .mobile-content{background:#040712}
  .mobile-section{padding:72px 18px 0}
  .mobile-section h2{margin-bottom:26px;font-size:24px;line-height:1.35;letter-spacing:.06em}
  .mobile-section .section-kicker{margin-bottom:9px}
  .mobile-section .section-lead{margin:-12px 0 24px;font-size:13px}
  .mobile-cards,.mobile-info{display:grid;gap:16px}
  .solution-card.compact,.mobile-info .info-card{min-height:auto;padding:20px;border-radius:13px}
  .solution-card.compact h3{font-size:17px;line-height:1.4}
  .solution-card.compact p{color:#d7e1ec;line-height:1.65}
  .solution-card.compact .feature-list{font-size:13px;margin:22px 0}
  .mobile-info .detail-grid{margin-top:20px;gap:12px}
  .mobile-info .detail-grid h4{font-size:14px}
  .mobile-info .detail-grid p{font-size:13px}
  .mobile-products{display:grid;gap:16px}
  .mobile-products .product-card{min-height:auto;padding:20px;border-radius:13px}
  .mobile-products .product-card h3{margin:20px 0 9px;font-size:21px}
  .mobile-products .product-card>p{min-height:auto;font-size:13px}
  .mobile-products .product-price{margin:20px 0 18px;padding:13px 0}
  .mobile-products .product-price strong{font-size:18px}
  .mobile-products .product-features{font-size:13px}
  .mobile-products .product-link{padding-top:22px}
  .mobile-product-section .billing-note{margin-top:16px}
  .mobile-product-section .billing-note p{font-size:12px}
  .mobile-partners{overflow:hidden}
  .mobile-partners .section-lead{line-height:1.65}
  .mobile-partners .partner-marquee{
    width:calc(100% + 36px);margin-left:-18px;
    -webkit-mask-image:linear-gradient(90deg,transparent,#000 14%,#000 86%,transparent);
    mask-image:linear-gradient(90deg,transparent,#000 14%,#000 86%,transparent)
  }
  .mobile-partners .partner-track{gap:10px;animation-duration:24s}
  .mobile-partners .partner-card{
    flex-basis:150px;height:62px;padding:0 12px;grid-template-columns:36px 1fr
  }
  .mobile-partners .partner-card span{width:30px;height:30px;font-size:10px}
  .mobile-partners .partner-card strong{font-size:13px}
  .mobile-partners .partner-card small{font-size:9px}
  .mobile-advantages{
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px
  }
  .mobile-advantages article{
    min-height:160px;padding:18px;border:1px solid rgba(148,163,184,.16);
    border-radius:13px;background:linear-gradient(180deg,rgba(8,15,26,.9),rgba(7,11,20,.96))
  }
  .mobile-advantages h3{font-size:15px;line-height:1.45}
  .mobile-advantages p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
  .mobile-advantages .advantage-icon{margin-bottom:10px;font-size:22px}
  .mobile-footer{padding:76px 18px 28px}
  .mobile-footer .footer-logo{font-size:36px}
  .mobile-footer>p{max-width:320px;color:var(--muted);font-size:13px;line-height:1.7}
  .footer-links{display:grid;gap:10px;margin:28px 0}
  .footer-links a{color:#c7d2df;font-size:14px;text-decoration:none}
  .mobile-footer small{color:var(--soft)}
}

@media(max-width:460px){
  .top-actions>a:first-child{display:none}
  .language-button span{font-size:11px}
  .mobile-hero-content h1{font-size:22px}
  .mobile-advantages{grid-template-columns:1fr 1fr}
  .mobile-advantages article{min-height:172px}
}

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

@media (hover:none){
  .primary-button:hover{
    transform:none;
    box-shadow:0 10px 28px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.04);
  }
  .primary-button:hover:before{transform:translateX(-125%)}
}
