@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;700&family=Onest:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --bg: #080a0f;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.14);
  --text: #f8f3ea;
  --muted: rgba(248, 243, 234, 0.68);
  --line: rgba(255, 255, 255, 0.14);
  --accent: #ff2438;
  --accent-2: #ff7a2f;
  --accent-dark: #b90d1d;
  --green: #d7ff66;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
  --radius-lg: 34px;
  --radius-md: 24px;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  min-height: 100%;
  background: #07090e;
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  min-height: 100%;
  width: 100%;
  color: var(--text);
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 36, 56, 0.28), transparent 30%),
    radial-gradient(circle at 78% 3%, rgba(255, 122, 47, 0.16), transparent 28%),
    linear-gradient(180deg, #07090e 0%, #0d1118 48%, #090b10 100%);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
}

body.menu-open { overflow: hidden; }
main { display: block; }
img, svg { display: block; max-width: 100%; }
img { height: auto; -webkit-user-drag: none; user-select: none; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.container {
  width: calc(100% - 40px);
  max-width: var(--container);
  margin-inline: auto;
}

h1, h2, h3 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 720px;
  color: var(--text);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 700;
  line-height: 0.93;
}

h1 span {
  display: inline-flex;
  max-width: 100%;
  min-width: clamp(230px, 28vw, 460px);
  min-height: 1.02em;
  align-items: center;
  color: var(--accent);
  font-size: clamp(38px, 4.55vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  overflow-wrap: normal;
  white-space: nowrap;
  text-shadow: 0 0 34px rgba(255, 36, 56, 0.32);
}

h2 {
  color: var(--text);
  font-size: clamp(34px, 4.7vw, 66px);
  font-weight: 700;
  line-height: 0.98;
}

h3 { font-size: clamp(21px, 2vw, 27px); line-height: 1.08; }

.highlight {
  display: inline;
  padding-inline: 0.05em;
  color: var(--text);
  background-image: linear-gradient(90deg, var(--accent), var(--accent-2));
  background-repeat: no-repeat;
  background-size: 100% 0.28em;
  background-position: 0 86%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.section-heading { display: grid; gap: 18px; max-width: 860px; }
.section-heading p, .home-lead, .illustration__copy p, .cta p {
  color: var(--muted);
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.65;
}

.section-kicker, .home-rebuild__eyebrow {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: rgba(215, 255, 102, 0.08);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.btn:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.12); box-shadow: 0 18px 42px rgba(0,0,0,.28); }
.btn.main {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 58%, #6d0711 100%);
  box-shadow: 0 18px 40px rgba(255,36,56,.28), inset 0 1px 0 rgba(255,255,255,.24);
}

.header { position: sticky; top: 0; z-index: 50; padding: 18px 0; }
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(8, 10, 15, 0.88), rgba(8, 10, 15, 0));
  pointer-events: none;
}
.header__container {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(9,11,17,.76);
  box-shadow: 0 18px 54px rgba(0,0,0,.28);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}
.logo, .footer__logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.logo img, .footer__logo img { width: 210px; }
.header__nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex: 1; }
.navbar { display: flex; align-items: center; gap: 6px; }
.navbar__item {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(248,243,234,.78);
  font-weight: 700;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}
.navbar__item:hover { color: var(--text); background: rgba(255,255,255,.09); transform: translateY(-1px); }
.header__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.language-switcher { position: relative; z-index: 4; }
.language {
  display: inline-flex;
  min-height: 44px;
  min-width: 98px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(248,243,234,.9);
  background: rgba(255,255,255,.07);
  cursor: pointer;
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}
.language:hover, .language-switcher.is-open .language { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.12); transform: translateY(-1px); }
.language__current, .language__option-code { font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.language__chevron { transition: transform .22s ease; }
.language-switcher.is-open .language__chevron { transform: rotate(180deg); }
.language__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 190px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: rgba(11,13,20,.94);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
}
.language-switcher.is-open .language__menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.language__option { display: flex; width: 100%; align-items: center; gap: 12px; padding: 12px; border-radius: 14px; color: var(--text); cursor: pointer; transition: background .2s ease; }
.language__option:hover, .language__option:focus-visible, .language__option[aria-checked="true"] { background: rgba(255,255,255,.1); }
.language__option-code { display: inline-flex; min-width: 40px; height: 28px; align-items: center; justify-content: center; border-radius: 999px; color: var(--green); background: rgba(215,255,102,.1); }
.burger { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border-radius: 50%; background: rgba(255,255,255,.09); cursor: pointer; }
.burger span { width: 20px; height: 2px; border-radius: 999px; background: var(--text); transition: transform .22s ease, opacity .22s ease; }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.home { position: relative; padding: 56px 0 86px; }
.home__container { position: relative; }
.home__container::before {
  content: "";
  position: absolute;
  inset: 28px -18px auto auto;
  width: 58%;
  height: 82%;
  border-radius: 48px;
  background: radial-gradient(circle at 55% 20%, rgba(255,36,56,.24), transparent 44%), linear-gradient(135deg, rgba(255,255,255,.08), transparent);
  pointer-events: none;
}
.home-rebuild__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .8fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.home-rebuild__left { display: grid; min-width: 0; gap: 26px; align-content: center; }
.home-lead { max-width: 660px; }
.home .buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.home .buttons .btn { min-width: 206px; }
.home-rebuild__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2px; }
.home-rebuild__chips li { display: inline-flex; min-height: 40px; align-items: center; padding: 8px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(248,243,234,.78); background: rgba(255,255,255,.06); font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 700; }
.home-rebuild__right { position: relative; min-height: 650px; }
.hero-visual {
  position: sticky;
  top: 120px;
  display: grid;
  min-height: 650px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 44px;
  background: radial-gradient(circle at 50% 32%, rgba(255,36,56,.26), transparent 36%), linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 34px;
  background: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(circle, #000 0%, transparent 74%);
  mask-image: radial-gradient(circle, #000 0%, transparent 74%);
}
.hero-visual__halo { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; animation: slowSpin 18s linear infinite; }
.hero-visual__halo::before, .hero-visual__halo::after { content: ""; position: absolute; inset: 44px; border: 1px dashed rgba(255,255,255,.13); border-radius: inherit; }
.hero-visual__halo::after { inset: 94px; border-style: solid; border-color: rgba(255,36,56,.26); }
.home-rebuild__phone { position: relative; z-index: 2; width: 72%; max-width: 350px; filter: drop-shadow(0 34px 42px rgba(0,0,0,.46)) saturate(1.08); animation: phoneFloat 6s ease-in-out infinite; }
.home-stat { position: absolute; z-index: 3; width: 48%; max-width: 230px; padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(8,10,15,.68); box-shadow: 0 18px 42px rgba(0,0,0,.32); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.home-stat--top { top: 70px; left: 34px; }
.home-stat--right { top: 230px; right: 26px; }
.home-stat--bottom { bottom: 80px; left: 48px; }
.home-stat span { display: block; margin-bottom: 5px; color: var(--text); font-family: "Space Grotesk", sans-serif; font-size: clamp(24px, 3vw, 36px); font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.home-stat p { color: var(--muted); font-size: 13px; line-height: 1.35; }
.hero-terminal { position: absolute; right: 34px; bottom: 34px; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid rgba(215,255,102,.18); border-radius: 999px; color: var(--green); background: rgba(215,255,102,.08); font-family: "JetBrains Mono", monospace; font-size: 12px; }
.hero-terminal strong { color: var(--text); }
.why, .illustration, .prices, .faq, .cta { padding: 78px 0; }
.why__container, .prices__container { display: grid; gap: 34px; }
.why-layout { display: grid; grid-template-columns: minmax(0, .93fr) minmax(390px, .76fr); gap: 24px; align-items: stretch; }
.why-grid { display: grid; gap: 14px; }
.why-card { display: grid; grid-template-columns: auto 1fr; gap: 18px; min-height: 142px; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; color: var(--text); background: rgba(255,255,255,.055); cursor: pointer; transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease; }
.why-card:hover, .why-card.is-active { transform: translateX(8px); border-color: rgba(255,36,56,.42); background: linear-gradient(135deg, rgba(255,36,56,.16), rgba(255,255,255,.06)); box-shadow: 0 18px 44px rgba(0,0,0,.24); }
.why-card .icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,36,56,.32); border-radius: 15px; color: var(--accent); background: rgba(255,36,56,.08); font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 700; }
.why-card .text { display: grid; gap: 10px; }
.why-card p { color: var(--muted); }
.why__stage { position: relative; min-height: 610px; border: 1px solid rgba(255,255,255,.12); border-radius: 34px; background: radial-gradient(circle at 50% 10%, rgba(255,36,56,.22), transparent 34%), linear-gradient(155deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: var(--shadow); overflow: hidden; }
.why__stage::before { content: ""; position: absolute; inset: 18px; border-radius: 26px; background: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 36px 36px; -webkit-mask-image: radial-gradient(circle, #000 0%, transparent 72%); mask-image: radial-gradient(circle, #000 0%, transparent 72%); }
.why__panel { position: absolute; inset: 26px; display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(20px) scale(.97); filter: blur(12px); transition: opacity .42s ease, visibility .42s ease, transform .42s ease, filter .42s ease; }
.why__panel.is-active { opacity: 1; visibility: visible; transform: translateY(0) scale(1); filter: blur(0); }
.console { align-content: center; }
.console header { display: flex; width: 100%; max-width: 390px; align-items: center; justify-content: space-between; padding: 12px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px 20px 0 0; color: rgba(248,243,234,.62); background: rgba(8,10,15,.82); font-family: "JetBrains Mono", monospace; font-size: 12px; }
.console .main { display: grid; width: 100%; max-width: 390px; min-height: 300px; align-content: start; gap: 10px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-top: 0; border-radius: 0 0 20px 20px; background: rgba(5,6,10,.88); }
.console .main span { min-height: 20px; color: var(--green); font-family: "JetBrains Mono", monospace; font-size: 12px; }
.speedometer { color: var(--accent); }
.speedometer__dial { position: relative; width: 260px; height: 150px; }
.speedometer__scale { color: rgba(255,255,255,.18); }
.speedometer__fill { stroke: var(--accent); filter: drop-shadow(0 0 22px rgba(255,36,56,.42)); }
.speedometer__arrow { position: absolute; left: 50%; bottom: 16px; color: var(--text); transform: translateX(-50%) rotate(-90deg); transform-origin: 11px 72px; }
.speedometer__value { margin-top: -12px; color: var(--text); font-family: "Space Grotesk", sans-serif; font-size: 82px; line-height: 1; }
.speedometer__unit { color: var(--muted); font-family: "JetBrains Mono", monospace; }
.why__panel.devices { grid-template-columns: repeat(2, minmax(120px, 170px)); gap: 16px; align-content: center; justify-content: center; place-items: stretch; }
.devices .icon { display: grid; width: 100%; height: auto; min-height: 110px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; color: var(--text); background: rgba(255,255,255,.08); font-family: "JetBrains Mono", monospace; font-weight: 700; white-space: nowrap; }
.devices.is-animating .icon { animation: devicePulseInOut 2.8s ease-in-out forwards; }
.logs { align-content: center; justify-content: center; place-items: center; gap: 12px; overflow: hidden; }
.logs span, .logs__item { display: inline-flex; padding: 9px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(248,243,234,.68); background: rgba(255,255,255,.07); font-family: "JetBrains Mono", monospace; font-size: 12px; }
.logs strong { position: relative; z-index: 3; display: inline-flex; align-items: center; justify-content: center; width: max-content; max-width: 100%; min-width: 0; padding: 12px 18px; border: 1px solid rgba(215,255,102,.22); border-radius: 999px; color: var(--green); background: rgba(215,255,102,.08); box-shadow: 0 0 34px rgba(215,255,102,.08); font-family: "Space Grotesk", sans-serif; font-size: clamp(26px, 4vw, 42px); line-height: 1; }
.logs__item { position: absolute; left: var(--left, 50%); top: var(--top, 50%); z-index: 1; max-width: 42%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transform: translate(-50%, -50%); animation: logFloat 2.9s cubic-bezier(.16, 1, .3, 1) var(--delay, 0ms) forwards; }
.why-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.why-strip article { padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.055); }
.why-strip span { display: block; margin-bottom: 8px; color: var(--text); font-family: "Space Grotesk", sans-serif; font-size: 34px; font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.why-strip p { color: var(--muted); }

.illustration__container { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 26px; align-items: stretch; }
.illustration__copy, .illustration__visual { border: 1px solid rgba(255,255,255,.12); border-radius: 34px; box-shadow: var(--shadow); }
.illustration__copy { display: grid; align-content: center; gap: 20px; padding: clamp(28px, 5vw, 54px); background: radial-gradient(circle at 20% 20%, rgba(255,36,56,.22), transparent 34%), rgba(255,255,255,.06); }
.illustration__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.illustration__chips li { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: var(--text); background: rgba(255,255,255,.07); font-weight: 800; }
.illustration__visual { position: relative; display: grid; min-height: 470px; place-items: center; padding: 36px; background: radial-gradient(circle at 50% 50%, rgba(255,36,56,.18), transparent 42%), linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); overflow: hidden; }
.illustration__visual::before { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 46px 46px; }
.illustration__image { position: relative; z-index: 1; width: 100%; max-width: 720px; filter: saturate(1.18) contrast(1.04); }
.device-badge { position: absolute; left: var(--x); top: var(--y); z-index: 2; padding: 9px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: var(--text); background: rgba(8,10,15,.72); box-shadow: 0 12px 34px rgba(0,0,0,.22); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 700; }
.prices .list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.prices .item { position: relative; display: grid; min-height: 310px; align-content: space-between; gap: 24px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.04)); box-shadow: 0 20px 58px rgba(0,0,0,.22); overflow: hidden; transition: transform .28s ease, border-color .28s ease, background .28s ease; }
.prices .item::before { content: ""; position: absolute; inset: auto -30% -44% -30%; height: 54%; background: radial-gradient(circle, rgba(255,36,56,.2), transparent 58%); opacity: 0; transition: opacity .28s ease; }
.prices .item:hover, .prices .item--featured { transform: translateY(-8px); border-color: rgba(255,36,56,.42); }
.prices .item:hover::before, .prices .item--featured::before { opacity: 1; }
.prices .item--featured { background: radial-gradient(circle at 50% 0%, rgba(255,36,56,.28), transparent 42%), linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.055)); }
.prices .item > span:first-child { color: var(--muted); font-family: "JetBrains Mono", monospace; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.prices .item div { display: grid; gap: 8px; }
.prices .item div span:first-child { color: var(--text); font-family: "Space Grotesk", sans-serif; font-size: clamp(44px, 5vw, 58px); font-weight: 700; letter-spacing: -.06em; line-height: .92; }
.prices .item div span:last-child { color: var(--muted); font-weight: 700; }
.prices .item .btn { width: 100%; }

.faq__container { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 28px; align-items: start; }
.faq__intro { position: sticky; top: 128px; display: grid; gap: 18px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.06); }
.faq__intro p { color: var(--muted); }
.faq__intro a { width: max-content; color: var(--green); font-family: "JetBrains Mono", monospace; font-weight: 700; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.055); overflow: hidden; transition: border-color .22s ease, background .22s ease; }
.faq-item.active { border-color: rgba(255,36,56,.24); background: rgba(255,255,255,.07); }
.faq-question { display: flex; width: 100%; appearance: none; -webkit-appearance: none; align-items: center; justify-content: space-between; gap: 18px; padding: 22px; border: 0; color: var(--text); background: transparent; text-align: left; cursor: pointer; }
.faq-question:hover, .faq-question:focus-visible { background: rgba(255,255,255,.045); outline: none; }
.faq-question span:first-child { flex: 1; color: var(--text); font-family: "Space Grotesk", sans-serif; font-size: clamp(20px, 2vw, 25px); font-weight: 700; line-height: 1.12; letter-spacing: -.035em; text-align: left; }
.faq-icon { position: relative; width: 38px; height: 38px; flex: 0 0 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(255,255,255,.08); }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; border-radius: 999px; background: var(--text); transform: translate(-50%, -50%); transition: transform .22s ease; }
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.active .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer-wrap { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-item .answer { padding: 0 22px 24px; color: var(--muted); }

.cta__container { position: relative; display: grid; justify-items: center; gap: 22px; min-height: 450px; padding: clamp(48px, 8vw, 92px) clamp(22px, 5vw, 80px); border: 1px solid rgba(255,255,255,.12); border-radius: 38px; text-align: center; background: radial-gradient(circle at 30% 20%, rgba(255,36,56,.26), transparent 35%), linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.04)); box-shadow: var(--shadow); overflow: hidden; isolation: isolate; }
.cta__container > :not(.cta__bg) { position: relative; z-index: 2; }
.cta h2 { max-width: 880px; }
.cta p { max-width: 680px; }
.cta__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.cta__glow { position: absolute; width: 280px; height: 280px; border-radius: 50%; filter: blur(10px); }
.cta__glow--left { left: -60px; bottom: -90px; background: rgba(255,36,56,.22); }
.cta__glow--right { right: -60px; top: -80px; background: rgba(215,255,102,.1); }
.cta__grid { position: absolute; left: 50%; top: 50%; display: grid; width: var(--cta-grid-width, 960px); height: var(--cta-grid-height, 432px); grid-template-columns: repeat(var(--cta-cols, 10), var(--cta-cell-size, 96px)); transform: translate(-50%, -50%) rotate(-5deg); opacity: .62; }
.cta__cell { position: relative; border: 1px solid rgba(255,255,255,.08); opacity: var(--alpha, .36); animation: ctaCellFloat var(--dur, 6s) ease-in-out var(--delay, 0s) infinite alternate; }
.cta__cell.is-filled, .cta__cell.is-live, .cta__cell.is-accent, .cta__cell.is-accent-live { background: rgba(255,255,255,.08); }
.cta__cell.is-accent, .cta__cell.is-accent-live { background: rgba(255,36,56,.2); box-shadow: 0 0 36px rgba(255,36,56,.26); }
.cta__sheen { position: absolute; inset: -30% auto auto -20%; width: 55%; height: 150%; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent); animation: ctaSheen 8s ease-in-out infinite; }

.footer { padding: 70px 0 44px; }
.footer__container { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .55fr); gap: 34px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.12); }
.footer__container > div { display: grid; gap: 18px; }
.footer p, .footer span, .footer li a { color: var(--muted); }
.footer__container > div:first-child p { max-width: 520px; }
.footer__container > div:first-child > a:nth-child(3) { width: max-content; color: var(--green); font-weight: 800; }
.footer__container > div:first-child > a:nth-child(3) span { color: var(--text); }
.footer__container > div:nth-child(2) > a:first-child { color: var(--text); font-family: "Space Grotesk", sans-serif; font-size: 24px; font-weight: 700; }
.footer ul { display: grid; gap: 8px; }
.footer li a { transition: color .2s ease; }
.footer li a:hover, .footer__container > div:first-child > a:nth-child(3):hover { color: var(--accent); }
.footer__container > div:nth-child(2) { align-content: start; gap: 14px; }
.footer__container > div:nth-child(2) ul { gap: 10px; }
.footer__container > div:nth-child(2) li a { display: inline-flex; font-size: 15px; line-height: 1.25; }
[data-reveal] { opacity: 0; transform: translate3d(0, 30px, 0) scale(.985); filter: blur(10px); transition: opacity .72s cubic-bezier(.22,1,.36,1), transform .72s cubic-bezier(.22,1,.36,1), filter .72s cubic-bezier(.22,1,.36,1); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal="left"] { transform: translate3d(-36px, 0, 0) scale(.985); }
[data-reveal="right"] { transform: translate3d(36px, 0, 0) scale(.985); }
[data-reveal="zoom"] { transform: translate3d(0, 20px, 0) scale(.94); }
[data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }

@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes phoneFloat { 0%, 100% { transform: translateY(0) rotate(-1.2deg); } 50% { transform: translateY(-16px) rotate(1.2deg); } }
@keyframes devicePulseInOut { 0% { opacity: 0; transform: translateY(24px) scale(.92); } 20%, 74% { opacity: 1; transform: translateY(0) scale(1); } 100% { opacity: 0; transform: translateY(-18px) scale(.94); } }
@keyframes logFloat { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.92) rotate(0deg); } 14% { opacity: 1; transform: translate(-50%, -50%) translate3d(calc(var(--x, 0) * .18), calc(var(--y, 0) * .18), 0) scale(1) rotate(calc(var(--r, 0deg) * .2)); } 72% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, -50%) translate3d(var(--x, 0), var(--y, 0), 0) rotate(var(--r, 0deg)); } }
@keyframes ctaCellFloat { to { transform: translateY(var(--float, 4px)) scale(var(--scale, 1)); } }
@keyframes ctaSheen { 0%, 34% { transform: translateX(-10%) rotate(18deg); opacity: 0; } 46%, 62% { opacity: 1; } 100% { transform: translateX(260%) rotate(18deg); opacity: 0; } }

@media (max-width: 1120px) {
  .home-rebuild__grid, .why-layout, .illustration__container, .faq__container { grid-template-columns: 1fr; }
  .home-rebuild__right, .hero-visual, .why__stage { min-height: 560px; }
  .hero-visual, .faq__intro { position: relative; top: auto; }
  .prices .list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 992px) {
  html { scroll-padding-top: 94px; }
  .header { padding: 12px 0; }
  .header__container { min-height: 66px; padding: 9px 10px 9px 16px; }
  .logo img, .footer__logo img { width: 178px; }
  .burger { display: flex; }
  .header__nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    background: rgba(9,11,17,.94);
    box-shadow: var(--shadow);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }
  .header__nav.active { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
  .navbar, .header__actions { display: grid; gap: 10px; }
  .navbar__item, .header .btn.main, .language { width: 100%; justify-content: center; }
  .language__menu { left: 0; right: auto; width: 100%; }
  .home, .why, .illustration, .prices, .faq, .cta { padding: 54px 0; }
  .why-card:hover, .why-card.is-active { transform: translateY(-4px); }
}

@media (max-width: 720px) {
  .container { width: calc(100% - 28px); }
  h1 { font-size: clamp(42px, 14vw, 68px); }
  h1 span { min-width: 0; max-width: 100%; font-size: clamp(34px, 12vw, 52px); white-space: nowrap; }
  h2 { font-size: clamp(32px, 10vw, 48px); }
  .home-rebuild__left { gap: 20px; }
  .home .buttons, .home .buttons .btn, .cta .btn { width: 100%; }
  .home-rebuild__right, .hero-visual { min-height: 520px; }
  .hero-visual { border-radius: 30px; }
  .home-rebuild__phone { width: 78%; max-width: 270px; }
  .home-stat { width: 178px; padding: 13px; }
  .home-stat--top { top: 28px; left: 18px; }
  .home-stat--right { top: 182px; right: 14px; }
  .home-stat--bottom { bottom: 58px; left: 18px; }
  .hero-terminal { right: 18px; bottom: 18px; }
  .why__stage { min-height: 470px; border-radius: 28px; }
  .why__panel { inset: 18px; }
  .why-strip, .prices .list, .footer__container { grid-template-columns: 1fr; }
  .illustration__copy, .illustration__visual, .faq__intro, .cta__container { border-radius: 26px; }
  .illustration__visual { min-height: 330px; padding: 22px; }
  .device-badge { display: none; }
  .prices .item { min-height: 260px; }
  .faq-question { padding: 18px; }
  .faq-item .answer { padding: 0 18px 20px; }
}

@media (max-width: 460px) {
  .logo img, .footer__logo img { width: 152px; }
  .home-stat { width: 158px; }
  .home-stat span { font-size: 24px; }
  .hero-terminal { font-size: 11px; }
  .why-card { grid-template-columns: 1fr; }
  .why__panel.devices { grid-template-columns: 1fr; }
  .devices .icon { min-height: 82px; }
}

@supports (padding: max(0px)) {
  body {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }

  .header {
    padding-top: max(12px, env(safe-area-inset-top));
  }
}

@supports (-webkit-touch-callout: none) {
  body::before {
    position: absolute;
  }

  .header,
  .hero-visual,
  .faq__intro {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  .hero-visual,
  .why__stage,
  .illustration__visual,
  .cta__container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .header__container,
  .language__menu,
  .header__nav,
  .home-stat,
  .device-badge {
    background: rgba(9, 11, 17, 0.96);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; }
}
