@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/geist-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/geist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/geist-mono-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/geist-mono-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
  --bg: #020713;
  --surface: #091426;
  --surface-light: #0e1d33;
  --text: #f4f8ff;
  --muted: #91a0b5;
  --dim: #5d6d84;
  --line: rgba(133, 174, 231, 0.12);
  --accent: #347dff;
  --accent-light: #69a3ff;
  --cyan: #20d4ff;
  --success: #20d4ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(ellipse 70% 44% at 8% 18%, rgba(40, 103, 255, 0.035), transparent 68%),
    radial-gradient(ellipse 58% 38% at 96% 46%, rgba(32, 212, 255, 0.018), transparent 72%),
    linear-gradient(180deg, #01040b 0%, #020713 48%, #01040b 100%);
  background-attachment: fixed;
  background-color: var(--bg);
  color: var(--text);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 44px;
  padding-right: 44px;
}

.site-header {
  left: 0;
  padding: 18px 28px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.nav-shell {
  align-items: center;
  backdrop-filter: blur(20px);
  background: rgba(5, 13, 27, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  height: 70px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 10px 0 24px;
}

.logo {
  font-size: 20px;
  font-weight: 780;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.logo span {
  color: var(--accent);
}

.nav-shell nav {
  align-items: center;
  display: flex;
  gap: clamp(16px, 1.45vw, 28px);
  justify-content: center;
}

.nav-shell nav a {
  color: #9da1a7;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.01em;
  transition: color 160ms ease;
  white-space: nowrap;
}

.nav-shell nav a:hover {
  color: #fff;
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.home-lang-switcher {
  align-items: center;
  background: rgba(7, 17, 31, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  display: flex;
  height: 46px;
  padding: 4px;
}

.home-lang-switcher button {
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: #74849a;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 750;
  height: 36px;
  padding: 0 9px;
}

.home-lang-switcher button.is-active {
  background: rgba(52, 125, 255, 0.18);
  color: #dceaff;
}

@media (min-width: 1121px) and (max-width: 1500px) {
  .nav-shell {
    gap: 14px;
    padding-left: 18px;
  }

  .nav-shell nav {
    gap: 14px;
  }

  .nav-shell nav a {
    font-size: 11px;
  }

  .login-link,
  .nav-buy {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.login-link {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #b3b6bb;
  display: flex;
  font-size: 11px;
  font-weight: 750;
  height: 46px;
  padding: 0 16px;
}

.nav-buy {
  align-items: center;
  background: var(--cyan);
  border-radius: 14px;
  color: #111316;
  display: flex;
  font-size: 11px;
  font-weight: 750;
  height: 46px;
  justify-content: center;
  min-width: 82px;
  padding: 0 20px;
}

.login-link:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.hero {
  background: transparent;
  min-height: 860px;
  overflow: hidden;
  padding: 122px 0 36px;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(rgba(121, 174, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 174, 255, 0.032) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  inset: 0;
  mask-image: radial-gradient(ellipse 78% 72% at 67% 38%, #000 0%, rgba(0, 0, 0, 0.72) 54%, transparent 100%);
  display: none;
  pointer-events: none;
  position: absolute;
}

.hero-orb {
  border-radius: 50%;
  filter: blur(115px);
  display: none;
  pointer-events: none;
  position: absolute;
}

.orb-one {
  background: #246bff;
  height: 430px;
  right: -120px;
  top: 90px;
  width: 430px;
}

.orb-two {
  background: #00b8e8;
  bottom: 50px;
  height: 330px;
  left: -170px;
  width: 330px;
}

.hero-layout {
  align-items: center;
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(0, 0.86fr) minmax(570px, 1.14fr);
  min-height: 690px;
  position: relative;
}

.hero-copy {
  padding: 40px 0 30px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: clamp(70px, 6.6vw, 112px);
  font-weight: 680;
  letter-spacing: -0.08em;
  line-height: 0.87;
  margin: 0 0 32px;
  max-width: 720px;
}

.hero h1 span {
  color: var(--accent);
  display: block;
  font-style: italic;
  font-weight: 520;
  margin-left: 0.32em;
}

.hero-lead {
  color: #9ca0a6;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 540px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 27px;
  margin-top: 38px;
}

.main-button {
  align-items: center;
  background: var(--accent);
  border-radius: 18px;
  box-shadow: 0 12px 42px rgba(52, 125, 255, 0.26);
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 750;
  height: 58px;
  justify-content: center;
  min-width: 180px;
  padding: 0 20px 0 22px;
}

.main-button span {
  font-size: 17px;
}

.nfa-button {
  align-items: center;
  background: rgba(8, 20, 38, 0.72);
  border: 1px solid rgba(119, 163, 224, 0.24);
  border-radius: 18px;
  color: #dce8fa;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 720;
  height: 58px;
  justify-content: center;
  padding: 0 25px;
}

.watch-link {
  align-items: center;
  color: #b3b6bc;
  display: flex;
  font-size: 11px;
  gap: 11px;
}

.watch-link i {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  font-size: 7px;
  font-style: normal;
  height: 32px;
  justify-content: center;
  padding-left: 2px;
  width: 32px;
}

.hero-proof {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 53px;
}

.proof-avatars {
  display: flex;
}

.proof-avatars span {
  align-items: center;
  background: #24282d;
  border: 2px solid var(--bg);
  border-radius: 50%;
  color: #c9cbd0;
  display: flex;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  height: 32px;
  justify-content: center;
  margin-left: -8px;
  width: 32px;
}

.proof-avatars span:first-child {
  background: #443029;
  margin-left: 0;
}

.proof-avatars span:last-child {
  background: #293934;
}

.hero-proof p {
  color: #676c73;
  display: flex;
  flex-direction: column;
  font-size: 9px;
  gap: 3px;
  margin: 0;
}

.hero-proof strong {
  color: #d2d3d5;
  font-size: 11px;
}

.hero-scene {
  align-self: stretch;
  background: #071326;
  border: 1px solid rgba(132, 198, 255, 0.3);
  border-radius: 56px 56px 170px 56px;
  isolation: isolate;
  min-height: 690px;
  outline: 1px solid rgba(132, 198, 255, 0.09);
  outline-offset: 6px;
  overflow: hidden;
  position: relative;
}

.hero-scene::before {
  background:
    radial-gradient(circle at 72% 18%, rgba(32, 212, 255, 0.14), transparent 28%),
    linear-gradient(145deg, #0e2a53, #050b16 72%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.showreel {
  background:
    radial-gradient(circle at 72% 22%, rgba(32, 212, 255, 0.13), transparent 34%),
    #050b16;
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.showreel-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 52% center;
  position: absolute;
  width: 100%;
}

.product-section {
  padding: 140px 0 190px;
}

.product-heading {
  align-items: end;
  display: grid;
  gap: 9vw;
  grid-template-columns: 1fr 0.62fr;
  margin-bottom: 78px;
}

.kicker {
  color: var(--accent);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-heading h2,
.pricing-copy h2,
.steps-heading h2,
.faq-copy h2 {
  font-size: clamp(54px, 5.2vw, 84px);
  font-weight: 610;
  letter-spacing: -0.07em;
  line-height: 0.94;
  margin: 24px 0 0;
}

.product-heading > p,
.pricing-copy > p,
.faq-copy > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  max-width: 490px;
}

.interface-stage {
  background:
    radial-gradient(circle at 78% 12%, rgba(32, 212, 255, 0.1), transparent 32%),
    #07101e;
  border: 1px solid var(--line);
  border-radius: 42px;
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 650px;
  padding: 28px;
  position: relative;
}

.stage-glow {
  background: var(--accent);
  border-radius: 50%;
  filter: blur(100px);
  height: 170px;
  opacity: 0.18;
  position: absolute;
  right: 12%;
  top: 3%;
  width: 170px;
}

.interface-nav {
  background: #0c1a2e;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  padding: 22px 16px;
}

.interface-logo {
  align-items: center;
  background: var(--accent);
  border-radius: 13px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 850;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.interface-tabs {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 72px;
}

.interface-tabs span {
  border-radius: 12px;
  color: #666c74;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.07em;
  padding: 14px;
}

.interface-tabs span.active {
  background: rgba(52, 125, 255, 0.16);
  color: var(--accent-light);
}

.interface-nav small {
  color: #4d535b;
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
  margin: auto 0 3px 14px;
}

.interface-main {
  display: flex;
  flex-direction: column;
  padding: 34px 42px 30px;
}

.interface-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 26px;
}

.interface-header > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.interface-header span,
.interface-header p {
  color: #626871;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.08em;
  margin: 0;
}

.interface-header h3 {
  font-size: 26px;
  letter-spacing: -0.04em;
  margin: 0;
}

.interface-header p {
  align-items: center;
  display: flex;
  gap: 9px;
}

.interface-header p i {
  background: var(--success);
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.settings-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.settings-column {
  background: #0a1729;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  padding: 10px 22px;
}

.single-setting,
.color-setting {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #9da2a9;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  min-height: 62px;
}

.single-setting:last-child {
  border-bottom: 0;
}

.toggle {
  background: #2c3138;
  border-radius: 999px;
  height: 18px;
  position: relative;
  width: 34px;
}

.toggle::after {
  background: #70767d;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: left 160ms ease;
  width: 12px;
}

.toggle.active {
  background: rgba(52, 125, 255, 0.3);
}

.toggle.active::after {
  background: var(--accent);
  left: 19px;
}

.range-setting {
  border-bottom: 1px solid var(--line);
  padding: 20px 0 25px;
}

.range-setting > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.range-setting span,
.color-setting span {
  color: #9da2a9;
  font-size: 11px;
}

.range-setting strong {
  color: var(--accent);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
}

.range-setting > i {
  background: #2b3036;
  border-radius: 999px;
  display: block;
  height: 4px;
  margin-top: 22px;
}

.range-setting > i b {
  background: var(--accent);
  border-radius: inherit;
  display: block;
  height: 100%;
  position: relative;
  width: 72%;
}

.range-setting > i b::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
  content: "";
  height: 9px;
  position: absolute;
  right: -4px;
  top: -3px;
  width: 9px;
}

.color-setting i {
  background: var(--accent);
  border-radius: 6px;
  height: 22px;
  width: 32px;
}

.color-setting.muted {
  border-bottom: 0;
}

.color-setting.muted i {
  background: #8291a7;
}

.interface-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}

.interface-footer span {
  color: #666c74;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.interface-footer button {
  background: var(--accent);
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-size: 9px;
  height: 40px;
  padding: 0 17px;
}

.floating-stat {
  backdrop-filter: blur(16px);
  background: rgba(23, 26, 30, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 18px 20px;
  position: absolute;
}

.floating-stat span {
  color: #686e75;
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.floating-stat strong {
  font-size: 20px;
  letter-spacing: -0.04em;
}

.stat-left {
  bottom: -50px;
  left: 18%;
  transform: rotate(-5deg);
}

.stat-right {
  right: 7%;
  top: -38px;
  transform: rotate(4deg);
}

.benefits-section {
  padding: 20px 0 150px;
}

.benefits-shell {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.benefits-shell article {
  min-height: 380px;
  padding: 32px 42px;
  position: relative;
}

.benefits-shell article:first-child {
  background: #091527;
  border-radius: 40px 0 0 40px;
}

.benefits-shell article:last-child {
  background: #091527;
  border-radius: 0 40px 40px 0;
}

.benefits-shell article + article {
  border-left: 1px solid var(--line);
}

.benefits-shell .benefit-featured {
  background:
    radial-gradient(circle at 85% 5%, rgba(32, 212, 255, 0.24), transparent 30%),
    linear-gradient(145deg, #164b9d, #0b2c60);
  border: 0;
  border-radius: 40px;
  color: #fff;
  margin: -28px 0;
  min-height: 436px;
  padding: 38px 44px;
  z-index: 2;
}

.benefit-number {
  color: #595f66;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.benefit-featured .benefit-number {
  color: #8fbaff;
}

.benefit-icon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: var(--accent);
  display: flex;
  font-size: 25px;
  height: 64px;
  justify-content: center;
  margin: 70px 0 44px;
  width: 64px;
}

.benefit-featured .benefit-icon {
  background: var(--cyan);
  border: 0;
  color: #04101f;
  margin-top: 86px;
}

.benefits-shell h3 {
  font-size: 27px;
  letter-spacing: -0.045em;
  margin: 0 0 14px;
}

.benefits-shell p {
  color: #747a82;
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
  max-width: 310px;
}

.benefit-featured p {
  color: #bfd0ea;
}

.pricing-section {
  background: transparent;
  border-radius: 0;
  color: var(--text);
  padding: 145px 0;
}

.pricing-layout {
  display: grid;
  gap: 9vw;
  grid-template-columns: 0.72fr 1.28fr;
}

.pricing-copy {
  align-self: start;
  position: sticky;
  top: 120px;
}

.pricing-section .kicker,
.steps-section .kicker {
  color: var(--accent-light);
}

.pricing-copy h2 {
  font-size: clamp(52px, 4.7vw, 78px);
}

.pricing-copy > p {
  color: var(--muted);
  margin-top: 28px;
}

.price-guarantee {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 44px;
}

.price-guarantee > i {
  align-items: center;
  background: rgba(32, 212, 255, 0.12);
  border-radius: 50%;
  color: var(--cyan);
  display: flex;
  font-size: 12px;
  font-style: normal;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.price-guarantee > span {
  color: #71849e;
  display: flex;
  flex-direction: column;
  font-size: 9px;
  gap: 3px;
}

.price-guarantee strong {
  color: #c6d4e7;
  font-size: 11px;
}

.plans-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.plan-row {
  align-items: center;
  background: #0b1a2f;
  border: 1px solid rgba(133, 174, 231, 0.13);
  border-radius: 28px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
  min-height: 158px;
  padding: 24px 24px 24px 30px;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.plan-row:hover {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
  transform: translateX(-6px);
}

.plan-row.popular {
  background:
    radial-gradient(circle at 88% 0%, rgba(32, 212, 255, 0.14), transparent 34%),
    #102a50;
  border-color: rgba(52, 125, 255, 0.5);
  color: #fff;
  transform: translateX(-25px);
}

.plan-row.popular:hover {
  transform: translateX(-31px);
}

.plan-duration > span {
  color: #7186a4;
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.popular .plan-duration > span {
  color: var(--accent-light);
}

.plan-duration h3 {
  font-size: 29px;
  letter-spacing: -0.05em;
  margin: 14px 0 4px;
}

.plan-duration p {
  color: #7d8fa8;
  font-size: 10px;
  margin: 0;
}

.popular .plan-duration p {
  color: #9aacc4;
}

.plan-price {
  font-size: 29px;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.plan-row > a {
  align-items: center;
  background: #152a47;
  border-radius: 18px;
  display: flex;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.plan-row > a span {
  display: none;
}

.plan-row > a i {
  font-size: 14px;
  font-style: normal;
}

.plan-row.popular > a {
  background: var(--accent);
  color: #fff;
}

.steps-section {
  background: transparent;
  color: var(--text);
  padding: 20px 0 150px;
}

.steps-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}

.steps-heading h2 {
  font-size: clamp(46px, 4.4vw, 68px);
  max-width: 700px;
}

.steps-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.steps-line::before {
  background: rgba(133, 174, 231, 0.16);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 31px;
}

.steps-line article {
  padding-right: 60px;
  position: relative;
}

.steps-line article > span {
  align-items: center;
  background: #09182b;
  border: 1px solid rgba(105, 163, 255, 0.3);
  border-radius: 50%;
  color: var(--accent-light);
  display: flex;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  height: 62px;
  justify-content: center;
  position: relative;
  width: 62px;
  z-index: 2;
}

.steps-line h3 {
  font-size: 20px;
  letter-spacing: -0.04em;
  margin: 33px 0 10px;
}

.steps-line p {
  color: #7f90a8;
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
  max-width: 250px;
}

.faq-section {
  padding: 145px 0;
}

.faq-layout {
  display: grid;
  gap: 10vw;
  grid-template-columns: 0.7fr 1.3fr;
}

.faq-copy h2 {
  font-size: clamp(52px, 4.7vw, 76px);
}

.faq-copy > p {
  margin-top: 28px;
}

.faq-copy > a {
  align-items: center;
  color: var(--accent);
  display: inline-flex;
  font-size: 11px;
  gap: 14px;
  margin-top: 24px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 560;
  justify-content: space-between;
  list-style: none;
  padding: 27px 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary i {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  display: flex;
  font-size: 16px;
  font-style: normal;
  height: 34px;
  justify-content: center;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
  width: 34px;
}

.faq-list details[open] summary i {
  background: var(--accent);
  color: #fff;
  transform: rotate(45deg);
}

.faq-list details p {
  color: #838890;
  font-size: 12px;
  line-height: 1.7;
  margin: -6px 55px 27px 0;
  max-width: 620px;
}

.checkout-section {
  padding: 25px 0 65px;
}

.checkout-pill {
  align-items: center;
  background:
    radial-gradient(circle at 75% 0%, rgba(32, 212, 255, 0.16), transparent 27%),
    linear-gradient(135deg, #174c99, #091a35 75%);
  border: 1px solid rgba(105, 163, 255, 0.28);
  border-radius: 48px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 320px;
  overflow: hidden;
  padding: 55px 65px;
  position: relative;
}

.checkout-pill::after {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  height: 260px;
  position: absolute;
  right: 18%;
  top: -160px;
  width: 260px;
}

.checkout-pill > div > span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.checkout-pill h2 {
  font-size: clamp(56px, 5.2vw, 82px);
  letter-spacing: -0.07em;
  margin: 32px 0 8px;
}

.checkout-pill p {
  font-size: 12px;
  margin: 0;
}

.checkout-pill > a {
  align-items: center;
  background: #050b16;
  border-radius: 19px;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  min-height: 58px;
  padding: 0 21px;
  position: relative;
  z-index: 2;
}

.checkout-pill > a span {
  font-size: 18px;
}

.site-footer {
  padding: 35px 0 50px;
}

.footer-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
}

.footer-inner > p {
  color: #62676e;
  font-size: 9px;
  margin: 0;
}

.footer-inner nav {
  display: flex;
  gap: 26px;
}

.footer-inner nav a,
.footer-inner small {
  color: #666b72;
  font-size: 9px;
}

.footer-inner small {
  grid-column: 1 / -1;
}

/* Keep the reference composition on QHD displays at 100% browser zoom.
   At a 2048px CSS viewport (common for 2560px monitors at 125% OS scale)
   the main frame is exactly 1280px; at native 2560px it grows to 1600px. */
@media (min-width: 2000px) {
  :root {
    --home-qhd-width: min(1600px, 62.5vw);
  }

  .container,
  .nav-shell {
    max-width: var(--home-qhd-width);
  }

  .hero {
    min-height: 0;
    padding-bottom: 24px;
  }

  .hero-layout,
  .hero-scene {
    min-height: clamp(520px, 47vh, 640px);
  }
}

/* On Full HD at 100%, keep the start of the catalog visible in the
   first viewport without changing tablet or QHD proportions. */
@media (min-width: 1121px) and (max-width: 1999px) {
  .hero {
    min-height: 0;
    padding-bottom: 24px;
  }

  .hero-layout,
  .hero-scene {
    min-height: clamp(460px, 47vh, 510px);
  }
}

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: auto 1fr;
  }

  .nav-shell nav {
    display: none;
  }

  .hero-layout {
    gap: 55px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-scene {
    min-height: 720px;
  }

  .interface-stage {
    grid-template-columns: 155px 1fr;
  }

  .benefits-shell article {
    padding: 28px;
  }

  .pricing-layout {
    gap: 70px;
    grid-template-columns: 1fr;
  }

  .pricing-copy {
    position: static;
  }

  .pricing-copy > p {
    max-width: 600px;
  }

  .plans-list {
    padding-left: 25px;
  }
}

@media (max-width: 760px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    padding: 12px 12px 0;
  }

  .nav-shell {
    border-radius: 18px;
    height: 62px;
    padding-left: 17px;
  }

  .logo {
    font-size: 16px;
  }

  .login-link {
    display: none;
  }

  .nav-buy {
    border-radius: 12px;
    gap: 11px;
    height: 40px;
  }

  .hero {
    padding-top: 102px;
  }

  .hero-layout {
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(58px, 17vw, 82px);
    margin-top: 0;
  }

  .hero h1 span {
    margin-left: 0;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-button {
    width: 100%;
  }

  .nfa-button {
    width: 100%;
  }

  .hero-scene {
    border-radius: 32px 32px 100px 32px;
    min-height: 530px;
  }

  .product-section {
    padding: 105px 0 130px;
  }

  .product-heading {
    align-items: start;
    gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .product-heading h2,
  .pricing-copy h2,
  .steps-heading h2,
  .faq-copy h2 {
    font-size: clamp(46px, 13vw, 64px);
  }

  .interface-stage {
    border-radius: 30px;
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .interface-nav {
    align-items: center;
    border-radius: 21px;
    flex-direction: row;
    gap: 15px;
    overflow: hidden;
    padding: 12px;
  }

  .interface-logo {
    flex: 0 0 38px;
    height: 38px;
    width: 38px;
  }

  .interface-tabs {
    flex-direction: row;
    margin: 0;
    overflow: auto;
  }

  .interface-tabs span {
    white-space: nowrap;
  }

  .interface-nav small {
    display: none;
  }

  .interface-main {
    min-width: 0;
    padding: 25px 10px 18px;
  }

  .settings-layout {
    grid-template-columns: 1fr;
  }

  .interface-header h3 {
    font-size: 22px;
  }

  .stat-left {
    bottom: -55px;
    left: 8%;
  }

  .stat-right {
    display: none;
  }

  .benefits-section {
    padding-bottom: 100px;
  }

  .benefits-shell {
    display: flex;
    flex-direction: column;
  }

  .benefits-shell article,
  .benefits-shell article:first-child,
  .benefits-shell article:last-child {
    border-radius: 30px;
    min-height: 330px;
    padding: 28px;
  }

  .benefits-shell article + article {
    border-left: 0;
    margin-top: -20px;
  }

  .benefits-shell .benefit-featured {
    min-height: 370px;
    transform: rotate(-1deg);
  }

  .benefit-icon,
  .benefit-featured .benefit-icon {
    margin: 60px 0 35px;
  }

  .pricing-section {
    border-radius: 38px 38px 0 0;
    padding: 100px 0;
  }

  .plans-list {
    padding-left: 0;
  }

  .plan-row {
    gap: 16px;
    grid-template-columns: 1fr auto;
    min-height: 170px;
    padding: 23px;
  }

  .plan-row.popular,
  .plan-row.popular:hover {
    transform: none;
  }

  .plan-row:hover {
    transform: none;
  }

  .plan-row > a {
    grid-column: 1 / -1;
    height: 48px;
    justify-content: space-between;
    padding: 0 16px;
    width: 100%;
  }

  .plan-row > a span {
    display: block;
    font-size: 10px;
    font-weight: 700;
  }

  .steps-section {
    padding-bottom: 100px;
  }

  .steps-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 55px;
  }

  .steps-line {
    gap: 35px;
    grid-template-columns: 1fr;
  }

  .steps-line::before {
    bottom: 0;
    height: auto;
    left: 30px;
    right: auto;
    top: 0;
    width: 1px;
  }

  .steps-line article {
    min-height: 130px;
    padding: 0 0 0 85px;
  }

  .steps-line article > span {
    left: 0;
    position: absolute;
    top: 0;
  }

  .steps-line h3 {
    margin-top: 3px;
  }

  .faq-section {
    padding: 105px 0;
  }

  .faq-layout {
    gap: 55px;
    grid-template-columns: 1fr;
  }

  .faq-list summary {
    font-size: 14px;
  }

  .checkout-pill {
    align-items: flex-start;
    border-radius: 34px;
    flex-direction: column;
    gap: 45px;
    min-height: 430px;
    padding: 44px 28px;
  }

  .checkout-pill h2 {
    font-size: clamp(52px, 15vw, 70px);
  }

  .checkout-pill > a {
    justify-content: center;
    width: 100%;
  }

  .footer-inner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .footer-inner nav {
    flex-wrap: wrap;
  }

  .footer-inner small {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
