:root {
  --black: #070808;
  --surface: #121414;
  --surface-2: #191b1b;
  --line: #303333;
  --text: #f5f3ee;
  --muted: #b6b3ad;
  --red: #ef2518;
  --green: #55d06f;
  --yellow: #f0b72e;
  --white: #ffffff;
  --raid-r: 255;
  --raid-g: 42;
  --raid-b: 32;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, #050606 0%, #080909 48%, #050606 100%);
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
}
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
[hidden] { display: none !important; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1400px, calc(100% - 56px));
  height: 82px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.brand {
  flex: 0 0 auto;
  color: var(--white);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.brand span, .hero h1 span { color: var(--red); }
.site-header nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #f1eee9;
  font-size: 14px;
  font-weight: 800;
}
.site-header nav a:hover, footer a:hover { color: var(--red); }
.language-toggle, .cabinet-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--white);
}
.language-toggle {
  width: 42px;
  padding: 0;
  font-size: 13px;
  font-weight: 900;
}
.cabinet-link {
  padding: 0 16px;
  gap: 10px;
}
.language-toggle:hover, .cabinet-link:hover { border-color: var(--red); color: var(--red); }

.hero {
  position: relative;
  min-height: clamp(720px, 100svh, 920px);
  padding: 112px 0 74px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 34% 48%, rgba(255, 255, 255, 0.025), transparent 28rem),
    linear-gradient(112deg, #020303 0%, #050606 48%, #070808 100%);
}
.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.22) 70%, rgba(0, 0, 0, 0.52) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 118px);
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.88), rgba(0,0,0,0.7) 62%, transparent 100%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 8vw;
  top: 19%;
  width: min(52vw, 820px);
  height: min(52vw, 820px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.035), transparent 62%);
  filter: blur(42px);
  opacity: 0.38;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(40px, 5.5vw, 96px);
}
.hero-content {
  width: 100%;
  max-width: 650px;
}
.kicker {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-size: clamp(68px, 7vw, 118px);
  line-height: 0.86;
  font-weight: 950;
  letter-spacing: -0.052em;
}
.hero-copy {
  max-width: 610px;
  margin: 28px 0 0;
  color: #e7e4df;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.48;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
.button {
  min-height: 56px;
  border: 0;
  border-radius: 7px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.button-primary {
  background: linear-gradient(180deg, #ff3429, var(--red));
  color: var(--white);
  box-shadow: 0 16px 36px rgba(239, 37, 24, 0.22);
}
.button-primary:hover { background: #ff382b; }
.button-quiet {
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(0, 0, 0, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
.hero-facts {
  margin: 44px 0 0;
  padding: 0;
  display: flex;
  gap: 0;
  list-style: none;
}
.hero-facts li {
  min-width: 142px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts li > span { display: grid; gap: 3px; }
.hero-facts strong { color: var(--white); font-size: 18px; line-height: 1; }
.hero-facts small { color: var(--muted); font-size: 13px; line-height: 1.12; }
.fact-icon { position: relative; flex: 0 0 28px; width: 28px; height: 28px; color: var(--red); }
.fact-wifi::before {
  content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: currentColor;
  transform: translate(-50%, 35%); box-shadow: 0 -8px 0 -3px currentColor, 0 -14px 0 -4px currentColor;
}
.fact-wifi::after {
  content: ""; position: absolute; left: 50%; top: 3px; width: 31px; height: 31px; border: 3px solid currentColor; border-color: currentColor transparent transparent transparent; border-radius: 50%; transform: translateX(-50%);
}
.fact-rust::before { content: ""; position: absolute; inset: 2px 6px; border: 3px solid currentColor; border-radius: 4px; }
.fact-rust::after { content: ""; position: absolute; left: 50%; bottom: 5px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.fact-usbc::before { content: ""; position: absolute; left: 2px; top: 9px; width: 24px; height: 10px; border: 3px solid currentColor; border-radius: 999px; }
.fact-usbc::after { content: ""; position: absolute; left: 9px; top: 13px; width: 10px; height: 2px; background: currentColor; }

.hero-product-stage {
  position: relative;
  width: min(100%, 720px);
  justify-self: center;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.product-render {
  position: relative;
  display: block;
  isolation: isolate;
  transform: translateZ(0);
}
.product-render-hero {
  width: min(100%, 690px);
  animation: productFloat 6.5s ease-in-out infinite;
}
.product-render-story { width: min(100%, 520px); }
.product-image {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.70));
}
.product-diffuser-tint,
.product-edge-glow {
  position: absolute;
  pointer-events: none;
  inset: 0;
  -webkit-mask-image: url('/assets/raidcube-diffuser-mask.png');
  mask-image: url('/assets/raidcube-diffuser-mask.png');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
}

.product-diffuser-tint {
  z-index: 4;
  background:
    radial-gradient(circle at 42% 30%, rgba(255,255,255,0.22), transparent 30%),
    rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.56);
  mix-blend-mode: color;
  opacity: 0.92;
}
.product-edge-glow {
  z-index: 2;
  background: rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.72);
  filter: blur(18px) saturate(1.08);
  transform: scale(1.018);
  opacity: 0.62;
}
.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #d5d2cc;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

@keyframes productFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.feature-band, .product-story, .order-band, footer {
  width: min(1400px, calc(100% - 56px));
  margin: 0 auto;
}
.feature-band { padding: 104px 0; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading h2, .story-copy h2, .order-intro h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.02em;
}
.section-heading > p:last-child, .story-copy > p, .order-intro > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.threat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.01));
}
.threat {
  min-height: 260px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid var(--line);
}
.threat:first-child { border-left: 0; }
.threat-light { width: 48px; height: 48px; margin-bottom: auto; border-radius: 6px; background: currentColor; box-shadow: 0 0 36px currentColor; }
.threat p { margin: 0 0 8px; color: currentColor; font-size: 13px; font-weight: 850; text-transform: uppercase; }
.threat h3 { margin: 0 0 8px; color: var(--text); font-size: 28px; }
.threat > span:last-child { color: var(--muted); }
.threat-green { color: var(--green); }
.threat-yellow { color: var(--yellow); }
.threat-red { color: #ff4135; }

.product-story {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(44px, 8vw, 120px);
  padding: 30px 0 120px;
}
.product-visual {
  position: relative;
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: visible;
  isolation: isolate;
}
.specs {
  margin: 38px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}
.specs div { padding: 20px 10px 20px 0; border-bottom: 1px solid var(--line); }
.specs dt { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.specs dd { margin: 7px 0 0; font-weight: 750; }

.order-band {
  padding: 84px clamp(24px, 6vw, 88px);
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(48px, 8vw, 120px);
  background: #161313;
  border-top: 3px solid var(--red);
}
.order-price { margin-top: 34px; display: grid; gap: 4px; }
.order-price strong { font-size: 42px; }
.order-price span { color: var(--muted); }
.order-benefits { margin: 32px 0 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.order-benefits li { padding-left: 24px; position: relative; }
.order-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.order-form { padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; }
.form-head, .quantity-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.form-head { margin-bottom: 24px; }
.form-head h3 { margin: 0; font-size: 22px; }
.form-head span { color: var(--red); font-size: 20px; font-weight: 900; }
.quantity-row { min-height: 58px; margin-bottom: 20px; padding: 8px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 750; }
.stepper { height: 40px; display: grid; grid-template-columns: 40px 50px 40px; align-items: center; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.stepper button { height: 100%; border: 0; background: var(--surface-2); color: var(--text); font-size: 20px; }
.stepper output { text-align: center; font-weight: 850; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.order-form label { position: relative; display: grid; gap: 7px; margin-bottom: 14px; }
.order-form label > span { color: #dbd8d1; font-size: 13px; font-weight: 750; }
.order-form small { color: var(--muted); font-weight: 500; }
.order-form input, .order-form select, .order-form textarea { width: 100%; border: 1px solid #414444; border-radius: 6px; outline: 0; background: #0d0f0f; color: var(--text); }
.order-form input, .order-form select { height: 46px; padding: 0 12px; }
.order-form textarea { padding: 12px; resize: vertical; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { border-color: var(--red); }
.order-form :invalid:not(:placeholder-shown) { border-color: #c9544c; }
.suggestions { position: absolute; z-index: 5; top: 70px; left: 0; right: 0; max-height: 240px; overflow-y: auto; padding: 5px; background: #171919; border: 1px solid #4a4d4d; border-radius: 6px; box-shadow: 0 18px 42px rgba(0,0,0,0.5); }
.suggestions button { width: 100%; min-height: 42px; padding: 8px 10px; border: 0; border-radius: 4px; background: transparent; color: var(--text); text-align: left; }
.suggestions button:hover { background: #292c2c; }
.form-status { min-height: 20px; margin: 2px 0 12px; color: var(--muted); font-size: 13px; }
.form-status.error { color: #ff8d84; }
.submit-order { width: 100%; }
.submit-order:disabled { cursor: wait; opacity: 0.65; }
.form-note { margin: 12px 0 0; color: #858782; font-size: 11px; line-height: 1.5; text-align: center; }

footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); }
footer p { margin: 0; }
footer > a:last-child { color: var(--text); font-weight: 750; }
.success-dialog { position: fixed; z-index: 50; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(0,0,0,0.82); }
.success-dialog > div { width: min(460px, 100%); padding: 36px; background: #151818; border: 1px solid #3b423e; border-radius: 8px; text-align: center; }
.success-dialog h2 { margin: 16px 0 10px; font-size: 30px; }
.success-dialog p { margin: 0 0 24px; color: var(--muted); line-height: 1.55; }
.success-mark { width: 52px; height: 52px; margin: 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #07150a; font-size: 28px; font-weight: 950; }

@media (min-width: 1800px) and (min-aspect-ratio: 2 / 1) {
  .site-header, .hero-inner, .feature-band, .product-story, .order-band, footer { width: min(1660px, calc(100% - 96px)); }
  .hero-inner { grid-template-columns: minmax(520px, 0.95fr) minmax(640px, 1.05fr); }
  .hero h1 { font-size: clamp(76px, 5.4vw, 114px); }
  .product-render-hero { width: min(100%, 760px); }
}
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr); gap: 26px; }
  .hero-content { max-width: 560px; }
  .hero h1 { font-size: clamp(54px, 8vw, 84px); }
  .product-render-hero { width: min(100%, 560px); }
}
@media (max-width: 980px) {
  .site-header nav > a:not(.cabinet-link) { display: none; }
  .product-story, .order-band { grid-template-columns: 1fr; }
  .product-visual { width: min(620px, 100%); margin: 0 auto; }
}
@media (max-width: 760px) {
  .site-header, .hero-inner, .feature-band, .product-story, .order-band, footer { width: min(100% - 24px, 1400px); }
  .site-header { height: 68px; }
  .brand { font-size: 19px; }
  .site-header nav { gap: 10px; }
  .language-toggle { width: 38px; height: 38px; min-height: 38px; }
  .cabinet-link { min-height: 38px; padding: 0 11px; font-size: 12px; }
  .hero { min-height: auto; padding: 92px 0 52px; display: block; }
  .hero::before { right: -26%; top: 44%; width: 96vw; height: 96vw; opacity: 0.26; }
  .hero-inner { display: flex; flex-direction: column; gap: 24px; }
  .hero-content { order: 1; max-width: none; }
  .hero-product-stage { order: 2; width: min(100%, 480px); margin: 0 auto; }
  .product-render-hero { width: min(100%, 430px); animation: none; }
  .hero h1 { font-size: clamp(42px, 14.2vw, 62px); letter-spacing: -0.065em; }
  .hero-copy { font-size: 17px; margin-top: 22px; }
  .hero-actions { gap: 12px; margin-top: 28px; }
  .button { min-height: 52px; padding: 0 20px; }
  .hero-facts { margin-top: 30px; flex-wrap: wrap; row-gap: 18px; }
  .hero-facts li { flex: 1 1 30%; min-width: 96px; padding: 0 10px; }
  .hero-facts strong { font-size: 15px; }
  .hero-facts small { font-size: 11px; }
  .fact-icon { flex-basis: 22px; width: 22px; height: 22px; }
  .scroll-cue { display: none; }
  .feature-band { padding: 78px 0; }
  .threat-grid { grid-template-columns: 1fr; }
  .threat { min-height: 190px; border-left: 0; border-top: 1px solid var(--line); }
  .threat:first-child { border-top: 0; }
  .product-story { padding-bottom: 84px; }
  .product-render-story { width: min(100%, 420px); }
  .specs, .form-grid { grid-template-columns: 1fr; }
  .order-band { width: 100%; padding: 62px 12px; }
  .order-form { padding: 18px; }
  footer { padding: 30px 0; align-items: flex-start; flex-direction: column; }
}
@media (max-width: 440px) {
  .cabinet-link { max-width: 132px; overflow: hidden; white-space: nowrap; }
  .hero-facts li { flex-basis: 100%; border-left: 0; padding-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-render-hero { animation: none; }
}

/* Final cleanup: hero background + mobile layout, no old v4/v7/v8/v9/v10 duplicates */
.hero {
  min-height: clamp(720px, 100svh, 920px) !important;
  padding: 112px 0 74px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  background: #020303 !important;
}

.hero-background {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.72) 34%, rgba(0,0,0,.20) 62%, rgba(0,0,0,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.08) 54%, rgba(0,0,0,.68) 100%),
    url('/assets/pc-background.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  mask-image: none !important;
}

.hero::before,
.hero-product-stage,
.product-render-hero {
  display: none !important;
}

.hero-inner {
  position: relative !important;
  z-index: 2 !important;
  width: min(1540px, calc(100% - 64px)) !important;
  margin: 0 auto !important;
  display: block !important;
}

.hero-content {
  position: relative !important;
  z-index: 2 !important;
  width: min(650px, 47%) !important;
  max-width: 650px !important;
}

.hero-mobile-cube {
  display: none;
}

@media (min-width: 1800px) and (min-aspect-ratio: 21 / 9) {
  .site-header,
  .hero-inner,
  .feature-band,
  .product-story,
  .order-band,
  footer {
    width: min(1540px, calc(100% - 96px)) !important;
  }

  .hero-content {
    width: min(650px, 42%) !important;
  }
}

@media (max-width: 1100px) {
  .hero-content {
    width: min(560px, 56%) !important;
  }
}

@media (max-width: 760px) {
  .site-header,
  .hero-inner,
  .feature-band,
  .product-story,
  .order-band,
  footer {
    width: min(100% - 24px, 560px) !important;
  }

  .site-header {
    height: 72px !important;
    gap: 10px !important;
  }

  .site-header nav {
    gap: 8px !important;
    min-width: 0 !important;
  }

  .language-toggle {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }

  .cabinet-link {
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .hero {
    min-height: max(900px, 100svh) !important;
    padding: 82px 0 44px !important;
    display: block !important;
  }

  .hero-background {
    background-image:
      linear-gradient(180deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.54) 34%, rgba(0,0,0,.70) 72%, rgba(0,0,0,.94) 100%),
      url('/assets/mobile-background.png') !important;
    background-position: center top !important;
    background-size: cover !important;
  }

  .hero-mobile-cube {
    display: block !important;
    position: absolute !important;
    z-index: 1 !important;
    pointer-events: none !important;
    left: 50% !important;
    right: auto !important;
    top: 575px !important;
    width: min(78vw, 350px) !important;
    aspect-ratio: 941 / 1672 !important;
    transform: translateX(-50%) !important;
    background: url('/assets/cube-mob.png') center top / contain no-repeat !important;
    filter: saturate(.96) brightness(.82) !important;
  }

  .hero-mobile-cube::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.06) 42%, rgba(0,0,0,.50) 100%);
    pointer-events: none;
  }

  .hero-content {
    width: 100% !important;
    max-width: none !important;
    padding-top: 70px !important;
  }

  .kicker {
    margin-bottom: 12px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .hero h1 {
    font-size: clamp(48px, 13.5vw, 60px) !important;
    line-height: .88 !important;
    letter-spacing: -.055em !important;
  }

  .hero-copy {
    max-width: 96% !important;
    margin-top: 22px !important;
    font-size: 17px !important;
    line-height: 1.48 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr .92fr !important;
    gap: 12px !important;
    margin-top: 30px !important;
  }

  .hero-actions .button {
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 12px !important;
    white-space: nowrap !important;
  }

  .hero-facts {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 28px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    align-items: flex-start !important;
  }

  .hero-facts li {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    border-left: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .fact-icon {
    flex: 0 0 20px !important;
    width: 20px !important;
    height: 20px !important;
  }

  .hero-facts strong {
    font-size: 14px !important;
  }

  .hero-facts small {
    font-size: 10px !important;
  }
}

@media (max-width: 480px) {
  .brand {
    font-size: 18px !important;
  }

  .cabinet-link span:first-child {
    display: none !important;
  }

  .cabinet-link::before {
    content: "Кабінет";
  }

  .cabinet-link {
    min-width: 92px !important;
    padding: 0 10px !important;
    gap: 6px !important;
  }

  .hero-mobile-cube {
    top: 590px !important;
    width: min(78vw, 340px) !important;
  }
}

@media (max-width: 380px) {
  .brand {
    font-size: 16px !important;
  }

  .site-header nav {
    gap: 6px !important;
  }

  .cabinet-link {
    min-width: 80px !important;
    padding: 0 8px !important;
  }

  .hero-actions {
    grid-template-columns: 1fr !important;
  }

  .hero-facts {
    gap: 7px !important;
  }

  .fact-icon {
    flex-basis: 18px !important;
    width: 18px !important;
    height: 18px !important;
  }

  .hero-facts strong {
    font-size: 12px !important;
  }

  .hero-facts small {
    font-size: 9px !important;
  }

  .hero-mobile-cube {
    top: 640px !important;
    width: min(82vw, 320px) !important;
  }
}


/* Unified features + product story panel */
.feature-story-panel {
  position: relative;
  isolation: isolate;
  width: min(1400px, calc(100% - 56px));
  margin: clamp(42px, 5.5vw, 82px) auto clamp(54px, 7vw, 104px);
  padding: clamp(48px, 5.4vw, 78px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 30px;
  background:
    radial-gradient(circle at 13% 18%, rgba(255, 255, 255, 0.055), transparent 31rem),
    radial-gradient(circle at 86% 58%, rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.16), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.014) 45%, rgba(255, 255, 255, 0.034));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.feature-story-panel::before,
.feature-story-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.feature-story-panel::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.026) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at 50% 46%, rgba(0,0,0,0.72), transparent 74%);
  opacity: 0.18;
}

.feature-story-panel::after {
  right: -14%;
  bottom: -28%;
  width: min(58vw, 760px);
  height: min(58vw, 760px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.22), transparent 66%);
  filter: blur(28px);
  opacity: 0.72;
}

.feature-story-panel .feature-band,
.feature-story-panel .product-story {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.feature-story-panel .feature-band {
  padding: 0 !important;
}

.feature-story-panel .section-heading {
  max-width: 820px;
  margin: 0 0 38px;
}

.feature-story-panel .threat-grid {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.056), rgba(255,255,255,0.018)),
    rgba(10, 12, 12, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 24px 64px rgba(0,0,0,0.28);
}

.feature-story-panel .threat {
  min-height: 238px;
  border-color: rgba(255, 255, 255, 0.105);
  background:
    radial-gradient(circle at 16% 20%, color-mix(in srgb, currentColor 18%, transparent), transparent 15rem),
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0));
}

.feature-story-panel .threat-light {
  box-shadow:
    0 0 26px currentColor,
    0 0 68px color-mix(in srgb, currentColor 48%, transparent);
}

.feature-story-divider {
  position: relative;
  z-index: 1;
  height: 1px;
  margin: clamp(42px, 5vw, 68px) 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.34), rgba(255,255,255,0.18), transparent);
}

.feature-story-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(540px, 78%);
  height: 80px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.16), transparent 68%);
  filter: blur(18px);
}

.feature-story-panel .product-story {
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
  padding: 0 !important;
}

.feature-story-panel .product-visual {
  min-height: clamp(360px, 34vw, 520px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.18), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.feature-story-panel .product-render-story {
  width: min(100%, 500px);
}

.feature-story-panel .story-copy {
  max-width: 620px;
}

.feature-story-panel .specs {
  border-color: rgba(255, 255, 255, 0.13);
}

.feature-story-panel .specs div {
  border-color: rgba(255, 255, 255, 0.13);
}

.feature-story-panel + .order-band {
  margin-top: 0;
}

@media (min-width: 1800px) and (min-aspect-ratio: 21 / 9) {
  .feature-story-panel {
    width: min(1540px, calc(100% - 96px)) !important;
  }
}

@media (max-width: 980px) {
  .feature-story-panel .product-story {
    grid-template-columns: 1fr;
  }

  .feature-story-panel .story-copy {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .feature-story-panel {
    width: min(100% - 24px, 560px) !important;
    margin: 32px auto 58px;
    padding: 30px 16px 34px;
    border-radius: 22px;
  }

  .feature-story-panel .section-heading {
    margin-bottom: 26px;
  }

  .feature-story-panel .section-heading h2,
  .feature-story-panel .story-copy h2 {
    font-size: clamp(32px, 10.4vw, 46px);
  }

  .feature-story-panel .threat-grid {
    border-radius: 18px;
  }

  .feature-story-panel .threat {
    min-height: 168px;
    padding: 24px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.105);
  }

  .feature-story-panel .threat:first-child {
    border-top: 0;
  }

  .feature-story-panel .threat h3 {
    font-size: 24px;
  }

  .feature-story-divider {
    margin: 34px 0;
  }

  .feature-story-panel .product-story {
    gap: 30px;
  }

  .feature-story-panel .product-visual {
    min-height: 320px;
    border-radius: 18px;
  }

  .feature-story-panel .product-render-story {
    width: min(100%, 360px);
  }
}

/* Full-width section windows + smoother block-to-block scroll */
:root {
  --page-max: 1540px;
  --page-gutter: clamp(18px, 4.2vw, 64px);
}

body {
  overflow-x: hidden;
}

main {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 100svh !important;
}

.feature-story-panel {
  width: 100% !important;
  max-width: none !important;
  min-height: 100svh;
  margin: 0 !important;
  padding-block: clamp(86px, 9vh, 132px) clamp(92px, 10vh, 140px) !important;
  padding-inline: max(var(--page-gutter), calc((100vw - var(--page-max)) / 2 + var(--page-gutter))) !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.86) 0%, rgba(7,8,8,0.96) 10%, rgba(9,10,10,0.98) 50%, rgba(5,6,6,0.96) 100%),
    radial-gradient(circle at 14% 16%, rgba(255,255,255,0.055), transparent 32rem),
    radial-gradient(circle at 84% 56%, rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.18), transparent 36rem),
    #070808 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -1px 0 rgba(255,255,255,0.07) !important;
}

.feature-story-panel .feature-band,
.feature-story-panel .product-story,
.feature-story-divider {
  width: 100% !important;
  max-width: var(--page-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.feature-story-panel .product-story {
  min-height: clamp(460px, 46vh, 650px);
}

.feature-story-panel .threat-grid,
.feature-story-panel .product-visual {
  box-shadow:
    0 28px 90px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.07) !important;
}

.feature-story-panel + .order-band {
  margin-top: 0 !important;
}

.order-band {
  width: 100% !important;
  max-width: none !important;
  min-height: 100svh;
  margin: 0 !important;
  padding-block: clamp(86px, 9vh, 132px) clamp(92px, 10vh, 140px) !important;
  padding-inline: max(var(--page-gutter), calc((100vw - var(--page-max)) / 2 + var(--page-gutter))) !important;
  align-items: center;
  border-top: 1px solid rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.42) !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.13), transparent 31rem),
    radial-gradient(circle at 88% 62%, rgba(255,255,255,0.045), transparent 34rem),
    linear-gradient(180deg, #090909 0%, #131010 46%, #070808 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    inset 0 -1px 0 rgba(255,255,255,0.055) !important;
}

footer {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-inline: max(var(--page-gutter), calc((100vw - var(--page-max)) / 2 + var(--page-gutter))) !important;
}

@media (min-width: 901px) {
  html {
    scroll-snap-type: y proximity;
  }

  .hero,
  .feature-story-panel,
  .order-band,
  footer {
    scroll-snap-align: start;
  }
}

@media (max-width: 980px) {
  .feature-story-panel,
  .order-band {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  html {
    scroll-snap-type: none;
  }

  .feature-story-panel {
    width: 100% !important;
    margin: 0 !important;
    padding: 66px 14px 72px !important;
    border-radius: 0 !important;
  }

  .feature-story-panel .feature-band,
  .feature-story-panel .product-story,
  .feature-story-divider {
    max-width: 560px !important;
  }

  .order-band {
    width: 100% !important;
    min-height: auto;
    padding: 66px 14px 72px !important;
  }

  footer {
    width: 100% !important;
    padding-inline: 14px !important;
  }
}

/* Full-screen landing screens + JS-enhanced section transitions */
:root {
  --screen-max: 1540px;
  --screen-gutter: clamp(18px, 4.6vw, 72px);
  --header-h: 76px;
}

html {
  scroll-padding-top: 0;
}

body {
  background: #030404 !important;
  overflow-x: hidden;
}

main {
  width: 100%;
  overflow: clip;
}

.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: var(--header-h) !important;
  transform: none !important;
  padding-inline: max(var(--screen-gutter), calc((100vw - var(--screen-max)) / 2 + var(--screen-gutter))) !important;
  border-bottom: 0 !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.72), rgba(0,0,0,0.18) 72%, transparent) !important;
  backdrop-filter: blur(10px);
}

.site-header::after {
  content: "";
  position: absolute;
  left: max(var(--screen-gutter), calc((100vw - var(--screen-max)) / 2 + var(--screen-gutter)));
  right: max(var(--screen-gutter), calc((100vw - var(--screen-max)) / 2 + var(--screen-gutter)));
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  pointer-events: none;
}

.hero,
.feature-story-panel,
.order-band {
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: 100vh !important;
  min-height: 100svh !important;
  margin: 0 !important;
  border-radius: 0 !important;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden !important;
}

.hero {
  height: 100vh !important;
  height: 100svh !important;
  padding: var(--header-h) 0 clamp(54px, 7vh, 82px) !important;
  align-items: center !important;
  background: #020303 !important;
}

.hero-background {
  inset: 0 !important;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.90) 0%, rgba(0,0,0,.76) 30%, rgba(0,0,0,.24) 61%, rgba(0,0,0,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.06) 52%, rgba(0,0,0,.78) 100%),
    url('/assets/pc-background.png') !important;
  background-size: cover !important;
  background-position: center center !important;
}

.hero-inner {
  width: min(var(--screen-max), calc(100vw - (var(--screen-gutter) * 2))) !important;
  min-height: calc(100svh - var(--header-h) - clamp(54px, 7vh, 82px)) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.hero-content {
  width: min(650px, 46vw) !important;
  max-width: 650px !important;
}

.feature-story-panel {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding-block: clamp(84px, 8.4vh, 118px) clamp(68px, 7.6vh, 104px) !important;
  padding-inline: max(var(--screen-gutter), calc((100vw - var(--screen-max)) / 2 + var(--screen-gutter))) !important;
  border: 0 !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,0.055), transparent 28rem),
    radial-gradient(circle at 86% 52%, rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.18), transparent 36rem),
    linear-gradient(180deg, #050606 0%, #090a0a 48%, #050606 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    inset 0 -1px 0 rgba(255,255,255,0.06) !important;
}

.feature-story-panel .feature-band,
.feature-story-panel .product-story,
.feature-story-divider {
  width: 100% !important;
  max-width: var(--screen-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.feature-story-panel .section-heading {
  max-width: 820px !important;
  margin-bottom: clamp(26px, 3.1vh, 38px) !important;
}

.feature-story-panel .threat-grid {
  min-height: 0 !important;
}

.feature-story-panel .threat {
  min-height: clamp(150px, 18vh, 224px) !important;
  padding: clamp(22px, 2.3vw, 34px) !important;
}

.feature-story-divider {
  margin-block: clamp(28px, 4vh, 58px) !important;
}

.feature-story-panel .product-story {
  min-height: 0 !important;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr) !important;
  align-items: center !important;
  gap: clamp(38px, 6vw, 96px) !important;
}

.feature-story-panel .product-visual {
  min-height: clamp(300px, 32vh, 470px) !important;
}

.feature-story-panel .product-render-story {
  width: min(100%, clamp(330px, 32vw, 480px)) !important;
}

.order-band {
  display: grid !important;
  grid-template-columns: minmax(310px, 0.84fr) minmax(450px, 1.16fr) !important;
  align-items: center !important;
  gap: clamp(48px, 7vw, 112px) !important;
  padding-block: clamp(92px, 10vh, 134px) clamp(76px, 8vh, 112px) !important;
  padding-inline: max(var(--screen-gutter), calc((100vw - var(--screen-max)) / 2 + var(--screen-gutter))) !important;
  border-top: 0 !important;
  background:
    radial-gradient(circle at 18% 22%, rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.15), transparent 31rem),
    radial-gradient(circle at 87% 62%, rgba(255,255,255,0.045), transparent 35rem),
    linear-gradient(180deg, #060707 0%, #151111 48%, #060707 100%) !important;
}

.order-form {
  max-height: calc(100svh - 180px);
  overflow: auto;
  overscroll-behavior: contain;
}

.hero::after,
.feature-story-panel::after,
.order-band::after {
  content: "";
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(92px, 14vh, 170px);
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(var(--raid-r), var(--raid-g), var(--raid-b), 0.12), transparent 62%),
    linear-gradient(180deg, transparent, rgba(0,0,0,0.72) 82%, rgba(0,0,0,0.96));
}

.feature-story-panel::before {
  z-index: 0 !important;
}

.feature-story-panel > *,
.order-band > * {
  position: relative;
  z-index: 2;
}

body.section-scroll-ready .hero,
body.section-scroll-ready .feature-story-panel,
body.section-scroll-ready .order-band {
  transition:
    opacity 720ms ease,
    filter 720ms ease,
    transform 900ms cubic-bezier(.19, 1, .22, 1);
  will-change: opacity, filter, transform;
}

body.section-scroll-ready .scroll-screen:not(.is-active) {
  opacity: 0.72;
  filter: brightness(0.74) saturate(0.9);
}

body.section-scroll-ready .scroll-screen.is-active {
  opacity: 1;
  filter: brightness(1) saturate(1);
  transform: translateY(0) scale(1);
}

body.section-scroll-ready .scroll-screen.is-before {
  transform: translateY(-18px) scale(0.992);
}

body.section-scroll-ready .scroll-screen.is-after {
  transform: translateY(18px) scale(0.992);
}

@media (min-width: 901px) {
  html {
    scroll-snap-type: y mandatory !important;
  }
}

@media (max-width: 1180px) {
  .feature-story-panel .product-story,
  .order-band {
    grid-template-columns: 1fr !important;
  }

  .order-form {
    max-height: none;
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 72px;
  }

  html {
    scroll-snap-type: none !important;
  }

  .site-header {
    padding-inline: 14px !important;
  }

  .site-header::after {
    left: 14px;
    right: 14px;
  }

  .hero,
  .feature-story-panel,
  .order-band {
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .hero {
    min-height: max(900px, 100svh) !important;
    padding-top: var(--header-h) !important;
  }

  .hero-inner {
    width: min(100% - 24px, 560px) !important;
    min-height: auto !important;
    display: block !important;
  }

  .hero-content {
    width: 100% !important;
    max-width: none !important;
  }

  .feature-story-panel,
  .order-band {
    padding-inline: 14px !important;
    padding-block: 68px 74px !important;
  }

  .feature-story-panel .feature-band,
  .feature-story-panel .product-story,
  .feature-story-divider {
    max-width: 560px !important;
  }

  .feature-story-panel .product-story {
    grid-template-columns: 1fr !important;
  }

  body.section-scroll-ready .scroll-screen,
  body.section-scroll-ready .scroll-screen:not(.is-active),
  body.section-scroll-ready .scroll-screen.is-before,
  body.section-scroll-ready .scroll-screen.is-after {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-snap-type: none !important;
  }

  body.section-scroll-ready .scroll-screen,
  body.section-scroll-ready .scroll-screen:not(.is-active),
  body.section-scroll-ready .scroll-screen.is-before,
  body.section-scroll-ready .scroll-screen.is-after {
    transition: none !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

/* Mobile hero facts fix: compact readable cards instead of cramped inline row */
@media (max-width: 900px) {
  .hero-facts {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    margin-top: 24px !important;
    padding: 0 !important;
  }

  .hero-facts li {
    min-width: 0 !important;
    width: 100% !important;
    padding: 10px 6px 9px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-items: start !important;
    gap: 6px !important;
    text-align: center !important;
  }

  .hero-facts li > span {
    display: grid !important;
    justify-items: center !important;
    gap: 2px !important;
    min-width: 0 !important;
  }

  .hero-facts .fact-icon {
    flex: none !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 auto !important;
  }

  .hero-facts strong {
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  .hero-facts small {
    max-width: 100% !important;
    font-size: 9px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 380px) {
  .hero-facts {
    gap: 6px !important;
  }

  .hero-facts li {
    padding: 8px 4px 7px !important;
    border-radius: 10px !important;
  }

  .hero-facts .fact-icon {
    width: 18px !important;
    height: 18px !important;
  }

  .hero-facts strong {
    font-size: 11px !important;
  }

  .hero-facts small {
    font-size: 8px !important;
  }
}

/* Mobile hero facts readability + icon alignment patch */
@media (max-width: 900px) {
  .hero-facts {
    gap: clamp(8px, 2.2vw, 12px) !important;
    margin-top: 26px !important;
  }

  .hero-facts li {
    min-height: 78px !important;
    padding: 12px 8px 11px !important;
    align-content: center !important;
    justify-content: center !important;
    gap: 5px !important;
  }

  .hero-facts .fact-icon {
    position: relative !important;
    display: block !important;
    flex: none !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 auto 2px !important;
    transform: none !important;
  }

  .hero-facts strong {
    font-size: 16px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.01em !important;
  }

  .hero-facts small {
    font-size: 11.5px !important;
    line-height: 1.15 !important;
    opacity: .96 !important;
  }

  .hero-facts .fact-usbc::before {
    left: 50% !important;
    top: 9px !important;
    width: 26px !important;
    height: 11px !important;
    transform: translateX(-50%) !important;
  }

  .hero-facts .fact-usbc::after {
    left: 50% !important;
    top: 14px !important;
    width: 11px !important;
    height: 2px !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 380px) {
  .hero-facts {
    gap: 6px !important;
  }

  .hero-facts li {
    min-height: 72px !important;
    padding: 10px 4px 9px !important;
  }

  .hero-facts .fact-icon {
    width: 24px !important;
    height: 24px !important;
  }

  .hero-facts strong {
    font-size: 14px !important;
  }

  .hero-facts small {
    font-size: 10px !important;
  }

  .hero-facts .fact-usbc::before {
    top: 8px !important;
    width: 24px !important;
    height: 10px !important;
  }

  .hero-facts .fact-usbc::after {
    top: 13px !important;
    width: 10px !important;
  }
}

/* Mobile hero facts final alignment patch: normalize all icons inside equal cards */
@media (max-width: 900px) {
  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }

  .hero-facts li {
    display: grid !important;
    grid-template-rows: 30px auto !important;
    justify-items: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .hero-facts li > span {
    width: 100% !important;
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .hero-facts .fact-icon {
    position: relative !important;
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 auto !important;
    flex: 0 0 28px !important;
    justify-self: center !important;
    align-self: center !important;
    transform: none !important;
  }

  .hero-facts .fact-icon::before,
  .hero-facts .fact-icon::after {
    box-sizing: border-box !important;
  }

  .hero-facts .fact-usbc::before {
    left: 50% !important;
    top: 50% !important;
    width: 25px !important;
    height: 11px !important;
    border-width: 3px !important;
    border-radius: 999px !important;
    transform: translate(-50%, -50%) !important;
  }

  .hero-facts .fact-usbc::after {
    left: 50% !important;
    top: 50% !important;
    width: 10px !important;
    height: 2px !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media (max-width: 380px) {
  .hero-facts li {
    grid-template-rows: 26px auto !important;
  }

  .hero-facts .fact-icon {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
  }

  .hero-facts .fact-usbc::before {
    width: 22px !important;
    height: 10px !important;
    border-width: 3px !important;
  }

  .hero-facts .fact-usbc::after {
    width: 9px !important;
    height: 2px !important;
  }
}
