:root {
  --bg: #f5f8fc;
  --bg-soft: #eef3f9;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --surface-dark: #0a1525;
  --surface-dark-soft: #0e1c2f;
  --text: #0b1522;
  --text-muted: rgba(11, 21, 34, 0.68);
  --text-soft: rgba(11, 21, 34, 0.46);
  --text-white: #f4f7fb;
  --text-white-soft: rgba(244, 247, 251, 0.72);
  --border: rgba(11, 21, 34, 0.08);
  --border-strong: rgba(11, 21, 34, 0.14);
  --border-dark: rgba(255, 255, 255, 0.08);
  --blue: #1c67ff;
  --blue-soft: rgba(28, 103, 255, 0.1);
  --green: #98df69;
  --red: #f26f62;
  --shadow-soft: 0 14px 28px rgba(10, 19, 34, 0.07);
  --shadow-medium: 0 18px 40px rgba(10, 19, 34, 0.1);
  --shadow-strong: 0 28px 64px rgba(7, 14, 24, 0.16);
  --radius-xl: 18px;
  --radius-lg: 12px;
  --radius-md: 9px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  max-width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
  -webkit-text-size-adjust: 100%;
  background:
    radial-gradient(circle at top, rgba(28, 103, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #08111d 0%, #0b1420 26%, #f5f8fc 26.1%, #f5f8fc 100%);
}

body.menu-open {
  overflow-x: clip;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

a,
button {
  touch-action: manipulation;
}

section[id] {
  scroll-margin-top: 90px;
}

.site-shell {
  min-height: 100vh;
  overflow-x: clip;
}

.site-main {
  display: flex;
  flex-direction: column;
}

.content-wrap,
.site-header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.announcement-bar {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(5, 11, 18, 0.96);
}

.announcement-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  color: #f4f7fb;
  text-decoration: none;
}

.announcement-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement-text {
  color: rgba(244, 247, 251, 0.86);
  font-size: 0.79rem;
  font-weight: 700;
}

.announcement-arrow {
  width: 16px;
  height: 16px;
  color: rgba(162, 245, 134, 0.92);
}

.announcement-bar-inner:hover {
  color: #ffffff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 12, 18, 0.92);
  backdrop-filter: blur(16px);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 64px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding-right: 2px;
}

.site-brand-logo {
  display: block;
  width: 114px;
  max-height: 28px;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.96;
}

.site-nav,
.site-actions,
.hero-actions,
.hero-metric-strip,
 .hero-metric-head,
.hero-offer-points,
.hero-path-grid,
.hero-mini-flow,
.hero-mini-flow-steps,
.hero-panel-offer,
.hero-panel-stack,
.hero-rule-list,
.section-head,
.clarity-grid,
.program-grid,
.program-rule-grid,
.proof-grid,
.proof-head,
.platform-shell,
.platform-feature-list,
.faq-grid,
.terminal-order-row,
.terminal-cta-row,
.final-cta-card,
.final-cta-actions {
  display: grid;
}

.site-nav {
  display: none;
}

.site-actions {
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 8px;
  align-items: center;
}

.site-locale-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.site-locale-button {
  min-width: 38px;
  min-height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(244, 247, 251, 0.7);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.site-locale-button.is-active {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 8px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.site-button svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.site-actions .site-button-secondary {
  display: none;
}

.site-actions .site-locale-switch {
  display: none;
}

.site-button:hover {
  transform: translateY(-1px);
}

.site-button-primary {
  color: #ffffff;
  background: linear-gradient(180deg, #2d79ff 0%, #125eff 100%);
  border-color: rgba(18, 94, 255, 0.38);
  box-shadow: 0 16px 34px rgba(28, 103, 255, 0.2);
}

.site-button-header-primary {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 0.8rem;
  background: linear-gradient(180deg, #2b74f3 0%, #195ee1 100%);
  box-shadow: 0 10px 22px rgba(28, 103, 255, 0.16);
}

.site-button-secondary {
  color: var(--text);
  border-color: rgba(11, 21, 34, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

.site-button-telegram {
  font-weight: 800;
}

.site-button-telegram svg {
  color: #229ed9;
}

.site-header .site-button-secondary,
.hero-actions .site-button-secondary {
  color: #f4f7fb;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.site-header-login {
  display: none;
  align-items: center;
  min-height: 40px;
  color: rgba(244, 247, 251, 0.78);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.site-header-login:hover {
  color: #ffffff;
}

.site-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #f4f7fb;
}

.site-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.08);
}

.site-menu-toggle-text {
  display: none;
}

.site-menu-toggle-lines {
  display: grid;
  gap: 4px;
}

.site-menu-toggle-lines span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.is-open .site-menu-toggle-lines span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-open .site-menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .site-menu-toggle-lines span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.site-mobile-panel {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 49;
  display: grid;
  justify-items: center;
  padding: 0 0 12px;
  background: transparent;
  box-shadow: none;
}

.site-mobile-panel[hidden] {
  display: none !important;
}

.site-mobile-panel-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 14px;
  max-height: min(520px, calc(100dvh - 86px));
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, rgba(10, 16, 25, 0.995) 0%, rgba(7, 12, 18, 0.985) 100%);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 22px 48px rgba(4, 9, 16, 0.44);
}

.site-mobile-nav,
.site-mobile-meta {
  display: grid;
  gap: 10px;
}

.site-mobile-nav a,
.site-mobile-login {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  color: #f4f7fb;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
}

.site-mobile-meta {
  padding-top: 2px;
}

.site-mobile-locale {
  width: fit-content;
}

.site-mobile-telegram,
.site-mobile-primary {
  width: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-dark {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(244, 247, 251, 0.82);
}

.hero-section,
.clarity-section,
.programs-section,
.proof-section,
.faq-section,
.final-cta-section,
.site-footer-section {
  padding: 20px 0;
}

.platform-section {
  padding: 40px 0;
}

.hero-shell {
  display: grid;
  gap: 18px;
  padding: 28px 20px 20px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 50% 0%, rgba(41, 106, 228, 0.28), transparent 34%),
    linear-gradient(180deg, #0a1320 0%, #060d16 100%);
  box-shadow: var(--shadow-strong);
}

.hero-copy h1,
.section-head h2,
.proof-copy h2,
.platform-copy h2,
.final-cta-copy h2,
.clarity-card h3,
.program-card strong,
.proof-card strong,
.faq-card strong {
  margin: 0;
  font-family: "Public Sans", sans-serif;
  letter-spacing: -0.045em;
}

.hero-copy h1 {
  max-width: 11ch;
  margin: 14px auto 0;
  color: var(--text-white);
  font-size: clamp(2.7rem, 13vw, 4.9rem);
  line-height: 0.95;
  text-align: center;
}

.hero-lead,
.section-copy,
.clarity-card p,
.program-card p,
.proof-copy p,
.proof-card p,
.platform-copy p,
.platform-feature-text p,
.faq-card p,
.final-cta-copy p {
  line-height: 1.65;
}

.hero-lead {
  max-width: 34rem;
  margin: 14px auto 0;
  color: var(--text-white-soft);
  font-size: 1rem;
  text-align: center;
}

.hero-actions {
  grid-template-columns: 1fr;
  gap: 10px;
  width: min(430px, 100%);
  margin: 22px auto 0;
}

.hero-copy {
  display: grid;
  justify-items: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(244, 247, 251, 0.8);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(560px, 100%);
  margin-top: 18px;
}

.hero-trust-strip > span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 38px;
  padding: 8px 0 8px 12px;
  border-left: 2px solid rgba(255, 255, 255, 0.12);
  color: rgba(244, 247, 251, 0.84);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 8px;
  text-align: left;
}

.hero-trust-strip svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  opacity: 0.92;
}

.hero-trust-strip > span > span {
  display: block;
  color: rgba(244, 247, 251, 0.8);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero-showcase {
  display: grid;
  gap: 12px;
}

.hero-feature-card,
.hero-benefit-card,
.hero-visual-card,
.hero-signal-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.hero-feature-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 76% 18%, rgba(112, 173, 255, 0.22), transparent 28%),
    radial-gradient(circle at 50% 24%, rgba(46, 106, 233, 0.34), transparent 34%),
    linear-gradient(180deg, rgba(15, 25, 39, 0.98), rgba(8, 14, 23, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(118, 170, 255, 0.08),
    0 24px 44px rgba(7, 14, 24, 0.2);
}

.hero-feature-card::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: radial-gradient(circle, rgba(104, 167, 255, 0.22), transparent 72%);
  pointer-events: none;
}

.hero-visual-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 70% 18%, rgba(58, 121, 243, 0.3), transparent 26%),
    radial-gradient(circle at 18% 78%, rgba(49, 91, 205, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(15, 25, 39, 0.98), rgba(8, 14, 23, 0.98));
}

.hero-feature-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(134, 242, 117, 0.16);
  color: #98df69;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-feature-art {
  position: relative;
  min-height: 212px;
  display: grid;
  place-items: center;
}

.hero-feature-glow {
  position: absolute;
  inset: 12% 12% 10%;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(45, 125, 255, 0.52), rgba(45, 125, 255, 0.08) 44%, transparent 72%);
  filter: blur(8px);
}

.hero-feature-number {
  position: relative;
  color: #e9f1ff;
  font-family: "Public Sans", sans-serif;
  font-size: clamp(7rem, 34vw, 11rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  text-shadow: 0 0 36px rgba(86, 148, 255, 0.36);
}

.hero-feature-copy {
  display: grid;
  gap: 5px;
  max-width: 16rem;
}

.hero-feature-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(118, 170, 255, 0.16);
  border-radius: 999px;
  background: rgba(77, 131, 229, 0.12);
  color: #cfe1ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-feature-kicker svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.hero-feature-copy strong {
  color: var(--text-white);
  font-family: "Public Sans", sans-serif;
  max-width: 12ch;
  font-size: clamp(1.12rem, 4.8vw, 1.28rem);
  line-height: 1.08;
  text-wrap: balance;
}

.hero-feature-copy p {
  margin: 0;
  color: rgba(244, 247, 251, 0.72);
  max-width: 28ch;
  font-size: 0.83rem;
  line-height: 1.48;
  text-wrap: balance;
}

.hero-visual-frame {
  position: relative;
  min-height: 280px;
  padding: 18px 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    #08111d;
  overflow: hidden;
}

.hero-visual-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  z-index: 0;
}

.hero-visual-glow-one {
  top: 0;
  right: -4%;
  width: 46%;
  height: 36%;
  background: radial-gradient(circle, rgba(54, 131, 255, 0.48), transparent 70%);
}

.hero-visual-glow-two {
  bottom: 8%;
  left: -8%;
  width: 42%;
  height: 28%;
  background: radial-gradient(circle, rgba(96, 236, 144, 0.24), transparent 70%);
}

.hero-visual-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(360px, 100%);
  margin: 0 auto;
  border-radius: 22px 22px 0 0;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
}

.hero-visual-chip,
.hero-visual-floating {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(8, 17, 29, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 36px rgba(6, 12, 23, 0.3);
}

.hero-visual-chip {
  top: 54px;
  left: 16px;
  min-height: 40px;
  padding: 0 12px;
  align-items: center;
  color: rgba(244, 247, 251, 0.9);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual-floating span {
  color: rgba(190, 204, 223, 0.62);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual-floating strong {
  color: var(--text-white);
  font-family: "Public Sans", sans-serif;
  font-size: 0.94rem;
}

.hero-visual-floating-price {
  right: 16px;
  top: 102px;
}

.hero-visual-floating-route {
  left: 16px;
  bottom: 112px;
}

.hero-benefit-grid,
.hero-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-benefit-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.hero-signal-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.hero-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: #8eb5ff;
}

.hero-benefit-icon svg {
  width: 18px;
  height: 18px;
}

.hero-benefit-card strong,
.hero-signal-card strong {
  color: var(--text-white);
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
}

.hero-benefit-card p,
.hero-signal-card p {
  margin: -4px 0 0;
  color: rgba(244, 247, 251, 0.7);
  font-size: 0.84rem;
  line-height: 1.5;
}

.hero-metric,
.hero-panel-card,
.clarity-card,
.program-card,
.proof-card,
.platform-feature-card,
.faq-card,
.final-cta-card {
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.hero-metric {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(72, 124, 222, 0.18), transparent 36%),
    rgba(255, 255, 255, 0.04);
}

.hero-metric-head {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.metric-icon,
.clarity-icon,
.proof-card-icon,
.platform-feature-icon,
.configurator-model-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #8eb5ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.metric-icon svg,
.clarity-icon svg,
.proof-card-icon svg,
.platform-feature-icon svg,
.configurator-model-icon svg {
  width: 18px;
  height: 18px;
}

.clarity-icon-currency {
  font-family: "Public Sans", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1;
}

.clarity-icon,
.platform-feature-icon {
  border-color: rgba(11, 21, 34, 0.08);
  background: var(--bg-soft);
  color: var(--blue);
}

.proof-card-icon {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  color: #8eb5ff;
}

.configurator-model.is-active .configurator-model-icon {
  border-color: rgba(114, 170, 255, 0.24);
  background: rgba(114, 170, 255, 0.12);
  color: #b4d0ff;
}

.hero-metric strong {
  display: block;
  color: var(--text-white);
  font-family: "Public Sans", sans-serif;
  font-size: 1.02rem;
}

.hero-metric span {
  display: block;
  margin-top: 5px;
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-mini-flow {
  gap: 10px;
  margin-top: 2px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.hero-mini-flow-title {
  display: block;
  color: rgba(190, 204, 223, 0.62);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-mini-flow-steps {
  gap: 8px;
}

.hero-mini-flow-steps span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: rgba(244, 247, 251, 0.84);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-panel {
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(14, 24, 40, 0.96), rgba(8, 14, 23, 0.98));
}

.hero-panel-head,
.program-card-top,
.terminal-card-top,
.terminal-price-row {
  display: grid;
}

.hero-panel-head {
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.hero-panel-kicker,
.terminal-kicker {
  display: block;
  color: rgba(190, 204, 223, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel-head strong,
.terminal-card-top strong {
  display: block;
  margin-top: 6px;
  color: var(--text-white);
  font-family: "Public Sans", sans-serif;
  font-size: 1.08rem;
}

.hero-panel-badge,
.terminal-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(244, 247, 251, 0.84);
  font-size: 0.74rem;
  font-weight: 800;
}

.hero-panel-offer {
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background:
    radial-gradient(circle at top right, rgba(56, 110, 216, 0.22), transparent 34%),
    rgba(255, 255, 255, 0.05);
}

.hero-panel-price span {
  display: block;
  color: rgba(190, 204, 223, 0.62);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-panel-price strong {
  display: block;
  margin-top: 4px;
  color: var(--text-white);
  font-family: "Public Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.hero-panel-summary {
  display: grid;
  gap: 6px;
}

.hero-panel-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(244, 247, 251, 0.8);
  font-size: 0.76rem;
  font-weight: 700;
}

.hero-offer-points {
  gap: 8px;
}

.hero-offer-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(244, 247, 251, 0.8);
  font-size: 0.8rem;
  font-weight: 700;
}

.hero-path-grid {
  gap: 8px;
}

.hero-path-card {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow-soft);
}

.hero-path-card-featured {
  border-color: rgba(109, 162, 255, 0.28);
  background:
    radial-gradient(circle at top right, rgba(49, 107, 218, 0.2), transparent 32%),
    rgba(255, 255, 255, 0.07);
}

.hero-path-card strong {
  display: block;
  margin-top: 8px;
  color: var(--text-white);
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
}

.hero-path-card p {
  margin: 7px 0 0;
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.82rem;
  line-height: 1.4;
}

.hero-panel-stack {
  gap: 8px;
}

.hero-panel-card {
  padding: 12px;
  border-radius: 12px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.hero-panel-card-featured {
  border-color: rgba(109, 162, 255, 0.28);
  background:
    radial-gradient(circle at top right, rgba(49, 107, 218, 0.2), transparent 32%),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 34px rgba(10, 19, 34, 0.18);
}

.hero-panel-card-top {
  grid-template-columns: 1fr;
  gap: 6px;
}

.hero-program-tag,
.program-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(28, 103, 255, 0.14);
  color: #7fafef;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-panel-card p {
  margin: 8px 0 0;
  color: rgba(244, 247, 251, 0.7);
  font-size: 0.84rem;
  line-height: 1.45;
}

.hero-rule-list {
  gap: 6px;
  margin-top: 10px;
}

.hero-rule-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(244, 247, 251, 0.82);
  font-size: 0.74rem;
  font-weight: 700;
}

.section-head {
  gap: 12px;
  margin-bottom: 16px;
}

.programs-section .section-head {
  padding: 16px 16px 14px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
  box-shadow: 0 14px 28px rgba(9, 18, 31, 0.05);
}

.programs-section .section-head h2 {
  color: #0b1522;
}

.programs-section .section-copy {
  color: rgba(11, 21, 34, 0.74);
}

.section-head h2,
.proof-copy h2,
.platform-copy h2,
.final-cta-copy h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 8vw, 3.3rem);
  line-height: 1;
}

.section-copy,
.proof-copy p,
.platform-copy p,
.final-cta-copy p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.96rem;
}

.clarity-section {
  padding-top: 10px;
}

.clarity-shell {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: var(--shadow-soft);
}

.section-head-compact {
  margin-bottom: 0;
}

.section-head-compact h2 {
  font-size: clamp(1.7rem, 7vw, 2.5rem);
}

.clarity-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.clarity-grid,
.program-grid,
.proof-grid,
.platform-feature-list,
.faq-grid {
  gap: 14px;
}

.clarity-grid {
  gap: 10px;
}

.clarity-grid-compact {
  gap: 8px;
}

.clarity-card,
.program-card,
.proof-card,
.faq-card {
  padding: 16px;
  border-radius: 12px;
  background: var(--surface-strong);
}

.faq-shell {
  display: grid;
  gap: 18px;
  padding: 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(10, 13, 19, 0.98), rgba(7, 10, 15, 0.98));
  box-shadow: 0 20px 42px rgba(3, 6, 11, 0.18);
}

.faq-head {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.faq-head h2 {
  margin: 0;
  color: #f7f9fc;
  font-size: clamp(1.85rem, 6vw, 2.6rem);
}

.faq-head p {
  margin: 0;
  color: rgba(244, 247, 251, 0.58);
  font-size: 0.94rem;
  line-height: 1.5;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.faq-item[open] {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(112, 160, 255, 0.18);
}

.faq-question {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px 16px;
  cursor: pointer;
  list-style: none;
}

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

.faq-toggle {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  flex: 0 0 auto;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(244, 247, 251, 0.92);
  transform: translate(-50%, -50%);
}

.faq-toggle::after {
  width: 1.5px;
  height: 10px;
}

.faq-item[open] .faq-toggle::after {
  opacity: 0;
}

.faq-question-text {
  color: #f4f7fb;
  font-family: "Public Sans", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.faq-answer {
  padding: 0 16px 16px 50px;
}

.faq-answer p {
  margin: 0;
  color: rgba(244, 247, 251, 0.66);
  font-size: 0.86rem;
  line-height: 1.58;
}

.faq-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: rgba(244, 247, 251, 0.62);
  font-size: 0.88rem;
  text-align: center;
}

.faq-foot a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.faq-foot a:hover {
  color: #8fb5ff;
}

.clarity-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--bg-soft);
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 800;
}

.clarity-card h3 {
  margin-top: 10px;
  font-size: 1.08rem;
}

.clarity-card-compact {
  padding: 14px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  background:
    radial-gradient(circle at top right, rgba(28, 103, 255, 0.06), transparent 32%),
    #fbfdff;
}

.clarity-card-highlight {
  border-color: rgba(28, 103, 255, 0.16);
  background:
    radial-gradient(circle at top right, rgba(28, 103, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  box-shadow: 0 12px 26px rgba(28, 103, 255, 0.07);
}

.clarity-card-highlight .clarity-step,
.clarity-card-highlight .clarity-icon {
  border-color: rgba(28, 103, 255, 0.12);
  background: rgba(28, 103, 255, 0.08);
  color: var(--blue);
}

.clarity-card-highlight h3 {
  color: #0c1830;
}

.clarity-card p,
.program-card p,
.proof-card p,
.faq-card p {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.program-card-top {
  grid-template-columns: 1fr;
  gap: 8px;
}

.configurator-shell {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  border-radius: 14px;
  background:
    radial-gradient(circle at top right, rgba(42, 98, 198, 0.24), transparent 28%),
    linear-gradient(180deg, #0d1827 0%, #09111b 100%);
  box-shadow: 0 22px 46px rgba(6, 12, 23, 0.14);
}

.configurator-shell[data-mode="oneStep"] {
  background:
    radial-gradient(circle at top right, rgba(67, 156, 108, 0.22), transparent 30%),
    linear-gradient(180deg, #0d1a19 0%, #091411 100%);
}

.configurator-topline {
  display: grid;
  gap: 8px;
}

.configurator-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(114, 170, 255, 0.22);
  background: rgba(114, 170, 255, 0.18);
  color: #d7e7ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.configurator-caption {
  color: rgba(244, 247, 251, 0.82);
  font-size: 0.88rem;
  font-weight: 700;
}

.configurator-model-row,
.configurator-toolbar,
.configurator-size-row,
.configurator-panels,
.configurator-rules-grid {
  display: grid;
}

.configurator-model-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.configurator-model {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(244, 247, 251, 0.9);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.configurator-model:hover,
.configurator-size-chip:hover {
  transform: translateY(-1px);
}

.configurator-model.is-active {
  border-color: rgba(108, 163, 255, 0.4);
  background:
    radial-gradient(circle at top right, rgba(69, 121, 224, 0.22), transparent 32%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 26px rgba(7, 14, 24, 0.14);
}

.configurator-model-kicker {
  color: rgba(177, 197, 222, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.configurator-model strong {
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
}

.configurator-model small {
  color: rgba(244, 247, 251, 0.66);
  font-size: 0.8rem;
  font-weight: 700;
}

.configurator-toolbar {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.018));
  overflow: hidden;
}

.configurator-size-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(244, 247, 251, 0.82);
  font-size: 0.8rem;
  font-weight: 800;
}

.configurator-toolbar-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 11px 14px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
}

.configurator-toolbar-item::after {
  display: none;
}

.configurator-toolbar-item-currency {
  order: 1;
}

.configurator-toolbar-item-structure {
  order: 2;
  border-right: 0;
}

.configurator-toolbar-item-terminal {
  order: 3;
  grid-column: 1 / -1;
  border-right: 0;
  border-bottom: 0;
}

.configurator-toolbar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(228, 236, 247, 0.78);
  flex: 0 0 auto;
}

.configurator-toolbar-icon svg {
  width: 15px;
  height: 15px;
}

.configurator-toolbar-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.configurator-toolbar-label {
  color: rgba(244, 247, 251, 0.48);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.configurator-toolbar-value {
  color: rgba(244, 247, 251, 0.88);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.15;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  text-wrap: balance;
}

.configurator-addon-strip {
  display: grid;
  gap: 8px;
}

.configurator-addon-label {
  color: rgba(244, 247, 251, 0.5);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.configurator-addon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.configurator-addon-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(244, 247, 251, 0.84);
  font-size: 0.76rem;
  font-weight: 800;
}

.configurator-size-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.configurator-size-chip {
  cursor: pointer;
}

.configurator-size-chip.is-active {
  border-color: rgba(255, 255, 255, 0.16);
  background: #f6f9fd;
  color: #0b1522;
}

.configurator-shell[data-mode="oneStep"] .configurator-pill {
  border-color: rgba(134, 242, 117, 0.22);
  background: rgba(134, 242, 117, 0.16);
  color: #d4ffc3;
}

.configurator-shell[data-mode="oneStep"] .configurator-model.is-active {
  border-color: rgba(134, 242, 117, 0.34);
  background:
    radial-gradient(circle at top right, rgba(92, 182, 131, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.06);
}

.configurator-shell[data-mode="oneStep"] .configurator-model.is-active .configurator-model-icon {
  border-color: rgba(134, 242, 117, 0.22);
  background: rgba(134, 242, 117, 0.1);
  color: #b6f39c;
}

.configurator-shell[data-mode="oneStep"] .configurator-account-price {
  color: #8cd26c;
}

.configurator-shell[data-mode="oneStep"] .configurator-size-chip.is-active {
  background: #a7e27f;
}

.configurator-panels {
  gap: 10px;
}

.configurator-primary-card,
.configurator-rules-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
}

.configurator-primary-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(252, 253, 255, 0.98), rgba(243, 247, 252, 0.96));
  box-shadow: 0 16px 30px rgba(7, 14, 24, 0.14);
}

.configurator-rules-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.configurator-primary-top,
.configurator-rules-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.configurator-price-note,
.configurator-rules-head span {
  color: rgba(11, 21, 34, 0.54);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.configurator-account-value {
  color: #07111d;
  font-family: "Public Sans", sans-serif;
  font-size: clamp(2rem, 9vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.configurator-account-price {
  color: #1b66ff;
  font-family: "Public Sans", sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
}

.configurator-cta {
  width: 100%;
}

.configurator-primary-copy {
  margin: 0;
  color: rgba(11, 21, 34, 0.64);
  font-size: 0.9rem;
  line-height: 1.55;
}

.configurator-rules-head strong,
.configurator-rule-item strong,
.configurator-rules-note {
  color: var(--text-white);
}

.configurator-rules-head strong {
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
}

.configurator-rules-head span {
  color: rgba(244, 247, 251, 0.54);
}

.configurator-rules-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.configurator-rule-item {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
}

.configurator-rule-item span {
  display: block;
  color: rgba(244, 247, 251, 0.56);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.configurator-rule-item strong {
  display: block;
  margin-top: 6px;
  font-family: "Public Sans", sans-serif;
  font-size: 1rem;
}

.configurator-rules-note {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.program-card strong {
  font-size: 1.24rem;
}

.program-rule-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.program-rule-grid div {
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-soft);
}

.program-rule-grid span {
  display: block;
  color: var(--text-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-rule-grid strong {
  display: block;
  margin-top: 6px;
  font-size: 0.96rem;
}

.program-button {
  margin-top: 18px;
}

.program-card-accent {
  color: var(--text-white);
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #0d1a2b 0%, #09121d 100%);
  box-shadow: var(--shadow-medium);
}

.program-card-accent p,
.program-card-accent li {
  color: rgba(244, 247, 251, 0.74);
}

.program-bullet-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.program-bullet-list li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.9rem;
  font-weight: 700;
}

.proof-shell,
.platform-shell,
.support-shell {
  display: grid;
  gap: 20px;
  padding: 20px;
  border-radius: var(--radius-xl);
}

.proof-shell {
  background:
    radial-gradient(circle at top right, rgba(33, 94, 201, 0.24), transparent 30%),
    linear-gradient(180deg, #0c1728 0%, #08111d 100%);
  box-shadow: var(--shadow-strong);
}

.proof-head p {
  margin: 0;
  color: rgba(244, 247, 251, 0.68);
  font-size: 0.95rem;
}

.proof-head h2 {
  color: var(--text-white);
}

.proof-head {
  gap: 12px;
}

.proof-head h2 {
  font-size: clamp(2rem, 8vw, 3.1rem);
  line-height: 1;
}

.proof-grid {
  gap: 12px;
}

.proof-feature-card,
.proof-card {
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.proof-feature-card {
  display: grid;
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.proof-feature-visual {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(8, 17, 29, 0.34), rgba(8, 17, 29, 0.68)),
    linear-gradient(135deg, rgba(19, 40, 73, 0.92), rgba(8, 17, 29, 0.98)),
    url("/static/landing-telegram-terminal.png") center center / cover no-repeat;
}

.proof-feature-orb,
.proof-feature-line {
  position: absolute;
}

.proof-feature-orb {
  border-radius: 999px;
  filter: blur(10px);
}

.proof-feature-orb-one {
  top: 18px;
  left: -4%;
  width: 52%;
  height: 62%;
  background: radial-gradient(circle, rgba(69, 132, 255, 0.52), transparent 70%);
}

.proof-feature-orb-two {
  right: -10%;
  bottom: -4%;
  width: 48%;
  height: 54%;
  background: radial-gradient(circle, rgba(56, 219, 140, 0.24), transparent 72%);
}

.proof-feature-line {
  left: 10%;
  right: 16%;
  top: 42%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(125, 178, 255, 0.84), rgba(255, 255, 255, 0));
  box-shadow: 0 0 24px rgba(81, 140, 255, 0.24);
}

.proof-feature-line-two {
  top: auto;
  bottom: 26%;
  left: 18%;
  right: 8%;
  opacity: 0.55;
}

.proof-feature-copy {
  display: grid;
  gap: 12px;
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(72, 124, 222, 0.2), transparent 32%),
    rgba(255, 255, 255, 0.03);
}

.proof-feature-copy strong {
  color: var(--text-white);
  font-size: 1.56rem;
}

.proof-feature-copy p {
  margin: 0;
  color: rgba(244, 247, 251, 0.74);
  font-size: 0.9rem;
  line-height: 1.58;
}

.proof-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.proof-stat-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(244, 247, 251, 0.84);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.78rem;
  font-weight: 800;
}

.proof-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  align-content: start;
}

.proof-card strong {
  color: var(--text-white);
  font-size: 1rem;
}

.proof-card p {
  color: rgba(244, 247, 251, 0.74);
}

.platform-shell {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: var(--shadow-medium);
}

.support-shell {
  align-items: start;
  background:
    radial-gradient(circle at top right, rgba(42, 93, 191, 0.18), transparent 28%),
    linear-gradient(180deg, #0b1422 0%, #070d16 100%);
  box-shadow: var(--shadow-strong);
}

.support-copy {
  display: grid;
  gap: 6px;
}

.support-copy h2 {
  color: var(--text-white);
  max-width: 14ch;
  font-size: clamp(1.58rem, 5.6vw, 2.2rem);
  line-height: 1;
}

.support-copy p {
  margin: 0;
  color: rgba(244, 247, 251, 0.7);
  font-size: 0.84rem;
  line-height: 1.36;
  max-width: 24rem;
}

.support-side {
  display: block;
}

.support-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "meta meta"
    "head action"
    "points points";
  gap: 12px 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background:
    radial-gradient(circle at top right, rgba(65, 116, 225, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
  box-shadow: 0 16px 34px rgba(4, 10, 20, 0.18);
}

.support-contact-meta {
  grid-area: meta;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.support-contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(244, 247, 251, 0.82);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-contact-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px 0 8px;
  border-radius: 8px;
  background: rgba(152, 223, 105, 0.08);
  color: rgba(216, 245, 186, 0.96);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.support-contact-status::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 999px;
  background: #98df69;
  box-shadow: 0 0 0 5px rgba(152, 223, 105, 0.12);
}

.support-contact-head {
  grid-area: head;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.support-contact-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbe8ff;
}

.support-contact-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-contact-copy {
  display: grid;
  gap: 5px;
}

.support-contact-copy strong {
  color: var(--text-white);
  font-family: "Public Sans", sans-serif;
  font-size: 1.02rem;
  line-height: 1.08;
}

.support-contact-copy p {
  margin: 0;
  color: rgba(244, 247, 251, 0.72);
  font-size: 0.82rem;
  line-height: 1.46;
  max-width: 30ch;
}

.support-contact-points {
  grid-area: points;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-self: stretch;
}

.support-contact-points span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(242, 247, 255, 0.78);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
}

.support-contact-points span::before {
  content: "";
  position: static;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 999px;
  background: rgba(129, 178, 255, 0.86);
  transform: none;
}

.support-contact-action {
  grid-area: action;
  width: 168px;
  min-width: 168px;
  min-height: 42px;
  padding: 0 16px;
  align-self: center;
  justify-self: end;
  justify-content: center;
  color: #ffffff;
  border-color: rgba(108, 164, 255, 0.58);
  background: linear-gradient(180deg, #4a89ff 0%, #2f68de 100%);
  box-shadow: 0 14px 30px rgba(26, 74, 176, 0.3);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.support-contact-action svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .support-copy p {
    display: none;
  }

  .support-contact-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "meta"
      "head"
      "points"
      "action";
    gap: 9px;
  }

  .support-contact-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-contact-action {
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }

  .support-stat-grid {
    display: none;
  }
}

.platform-copy {
  display: grid;
  gap: 10px;
}

.platform-copy h2 {
  margin-top: 8px;
}

.platform-copy p {
  max-width: 34rem;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.56;
  color: var(--text-muted);
}

.platform-copy p strong {
  color: var(--text);
}

.platform-point-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.platform-point-strip > span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.94));
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  gap: 8px;
  box-shadow: var(--shadow-soft);
  text-align: left;
}

.platform-point-strip svg {
  width: 16px;
  height: 16px;
  color: var(--blue);
  flex: 0 0 auto;
}

.platform-point-strip > span > span {
  display: block;
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.25;
}

.platform-feature-list {
  gap: 10px;
}

.platform-feature-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  justify-items: start;
  column-gap: 10px;
  row-gap: 0;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94));
  box-shadow: var(--shadow-soft);
  align-content: start;
}

.platform-feature-card strong {
  display: block;
  font-family: "Public Sans", sans-serif;
  font-size: 0.92rem;
  margin: 0;
}

.platform-feature-icon {
  display: grid;
  place-items: center;
  align-self: start;
  justify-self: start;
  width: 38px;
  height: 38px;
  margin-top: 0;
  border-radius: 9px;
  background: rgba(28, 103, 255, 0.08);
  border: 1px solid rgba(28, 103, 255, 0.1);
  color: var(--blue);
  font-size: inherit;
}

.platform-feature-text {
  display: grid;
  gap: 5px;
}

.platform-feature-text p {
  margin: 0;
  color: rgba(11, 21, 34, 0.62);
  font-size: 0.84rem;
  line-height: 1.48;
}

.platform-feature-text p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.48;
}

.platform-market-strip-shell {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.platform-markets-shell {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  border-radius: 12px;
  background:
    radial-gradient(circle at top right, rgba(28, 103, 255, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.82);
}

.platform-markets-head {
  display: grid;
  gap: 6px;
}

.platform-markets-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.platform-market-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.platform-market-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  border-radius: 999px;
  background: rgba(246, 250, 255, 0.96);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.platform-markets-head p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.platform-markets-grid {
  display: grid;
  gap: 10px;
}

.platform-market-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.platform-market-card strong {
  display: block;
  font-family: "Public Sans", sans-serif;
  font-size: 0.92rem;
}

.platform-market-card span:last-child {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.platform-market-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  border-radius: 10px;
  background: var(--bg-soft);
  color: var(--blue);
}

.platform-market-icon svg {
  width: 16px;
  height: 16px;
}

.phone-mockup-shell {
  position: relative;
  display: grid;
  place-items: center;
  padding: 2px 0;
  isolation: isolate;
}

.phone-mockup-image {
  display: block;
  width: min(318px, 76vw);
  filter: drop-shadow(0 28px 54px rgba(5, 10, 18, 0.22));
  position: relative;
  z-index: 2;
}

.phone-floating-badge {
  position: absolute;
  display: grid;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-medium);
  z-index: 3;
}

.phone-floating-badge span {
  color: rgba(11, 21, 34, 0.54);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.phone-badge-label {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.phone-badge-label svg {
  width: 14px;
  height: 14px;
  color: #229ed9;
  flex: 0 0 auto;
}

.phone-floating-badge strong {
  color: var(--text);
  font-size: 0.76rem;
}

.phone-floating-badge-top {
  top: 4%;
  right: 2%;
}

.final-cta-card {
  display: grid;
  gap: 0;
  padding: 0;
  border: 1px solid rgba(45, 104, 214, 0.16);
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(135deg, #4587ff 0%, #356edb 44%, #203f7b 100%);
  box-shadow: 0 22px 46px rgba(16, 34, 74, 0.22);
}

.final-cta-main {
  display: grid;
  gap: 0;
}

.final-cta-copy {
  display: grid;
  gap: 10px;
  padding: 20px 20px 18px;
}

.final-cta-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.final-cta-copy h2 {
  color: #ffffff;
  max-width: 11ch;
  font-size: clamp(1.82rem, 4.9vw, 2.56rem);
  line-height: 0.96;
}

.final-cta-copy p {
  color: rgba(239, 245, 255, 0.82);
  margin: 0;
  max-width: 29rem;
  font-size: 0.86rem;
  line-height: 1.42;
}

.final-cta-bullets {
  display: grid;
  gap: 6px;
}

.final-cta-bullets > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  color: rgba(245, 248, 255, 0.92);
  font-size: 0.79rem;
  font-weight: 700;
}

.final-cta-bullets svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #eaf2ff;
}

.final-cta-button-primary,
.final-cta-button-secondary {
  min-height: 40px;
  border-radius: 8px;
}

.final-cta-button-primary {
  color: #143161;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 16px 34px rgba(12, 24, 48, 0.18);
}

.final-cta-button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.final-cta-visual {
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 14px 14px 0;
  background: transparent;
}

.final-cta-preview-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0 0 0;
  isolation: isolate;
}

.final-cta-preview-shell::before {
  content: "";
  position: absolute;
  inset: auto 12% 2% 12%;
  height: 38%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(171, 207, 255, 0.18), rgba(95, 146, 255, 0.16) 34%, rgba(48, 88, 173, 0.1) 56%, transparent 76%);
  filter: blur(40px);
  opacity: 0.88;
  z-index: 0;
}

.final-cta-device {
  display: block;
  width: min(100%, 470px);
  height: auto;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 46px rgba(8, 16, 29, 0.28));
}

.final-cta-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0 10px;
  background: rgba(6, 9, 14, 0.84);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.final-cta-proof {
  display: grid;
  gap: 5px;
  grid-column: 1 / -1;
  padding: 14px 14px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.final-cta-proof strong {
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 1.08rem;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.final-cta-proof span {
  color: rgba(239, 245, 255, 0.72);
  font-size: 0.77rem;
  line-height: 1.4;
  max-width: 36ch;
}

.final-cta-metric {
  display: grid;
  gap: 4px;
  padding: 12px 10px 13px;
  border-top: 0;
  justify-items: center;
  text-align: center;
  min-width: 0;
}

.final-cta-metric:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.final-cta-metric strong {
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 1.04rem;
  letter-spacing: -0.04em;
}

.final-cta-metric span {
  color: rgba(239, 245, 255, 0.72);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.22;
  text-wrap: balance;
}

.final-cta-actions {
  grid-template-columns: 1fr;
  gap: 10px;
}

.site-footer-section {
  padding-top: 0;
  padding-bottom: 88px;
}

.site-footer {
  display: grid;
  gap: 18px;
  padding: 22px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(6, 8, 13, 0.99), rgba(4, 6, 10, 0.99));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.site-footer-top {
  display: grid;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-brand-block {
  display: grid;
  gap: 12px;
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
}

.site-footer-brand-logo {
  display: block;
  width: 140px;
  max-width: 100%;
}

.site-footer-copy {
  margin: 0;
  max-width: 34rem;
  color: rgba(220, 228, 241, 0.72);
  font-size: 0.88rem;
  line-height: 1.5;
}

.site-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(235, 241, 252, 0.8);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-footer-socials {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(232, 238, 248, 0.8);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-footer-social svg {
  width: 18px;
  height: 18px;
}

.site-footer-social:hover {
  border-color: rgba(122, 160, 255, 0.36);
  background: rgba(56, 99, 196, 0.16);
  color: #ffffff;
  transform: translateY(-1px);
}

.site-footer-grid {
  display: grid;
  gap: 16px;
}

.site-footer-column {
  display: grid;
  gap: 8px;
  align-content: start;
}

.site-footer-heading {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer-column a,
.site-footer-static {
  color: rgba(222, 230, 242, 0.76);
  font-size: 0.88rem;
  line-height: 1.42;
}

.site-footer-column a {
  transition: color 180ms ease;
}

.site-footer-column a:hover {
  color: #ffffff;
}

.site-footer-bottom {
  display: grid;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(188, 200, 218, 0.58);
  font-size: 0.76rem;
  line-height: 1.5;
}

.mobile-cta-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(245, 248, 252, 0), rgba(245, 248, 252, 0.96) 24%);
  backdrop-filter: blur(18px);
}

.mobile-cta-bar-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(11, 21, 34, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-medium);
}

.mobile-cta-bar .site-button {
  min-height: 46px;
}

body {
  padding-bottom: calc(86px + env(safe-area-inset-bottom));
}

@media (min-width: 720px) {
  .site-actions {
    grid-template-columns: auto repeat(2, auto);
  }

  .site-actions .site-button-secondary {
    display: inline-flex;
  }

  .hero-actions,
  .final-cta-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clarity-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-shell {
    padding: 26px 24px;
    gap: 22px;
  }

  .clarity-grid-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-feature-card {
    grid-column: 1 / -1;
  }

  .platform-markets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-card-accent {
    grid-column: 1 / -1;
  }
}

@media (min-width: 920px) {
  body {
    padding-bottom: 0;
  }

  .mobile-cta-bar {
    display: none;
  }

  .announcement-bar {
    padding-top: 0;
  }

  .site-header {
    padding-top: 0;
  }

  .site-brand-logo {
    width: 120px;
    max-height: 30px;
  }

  .site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0;
    min-height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(244, 247, 251, 0.72);
    font-size: 0.9rem;
    font-weight: 700;
  }

  .site-nav a {
    white-space: nowrap;
  }

  .site-nav a:hover {
    color: #ffffff;
  }

  .site-actions {
    gap: 10px;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    align-items: center;
  }

  .site-actions .site-locale-switch {
    display: inline-flex;
  }

  .site-header-login {
    display: inline-flex;
  }

  .site-locale-switch {
    min-height: 38px;
  }

  .site-locale-button {
    min-width: 42px;
    min-height: 32px;
  }

  .site-actions .site-button-header-primary {
    min-height: 42px;
    padding: 0 18px;
    font-size: 0.84rem;
  }

  .site-menu-toggle,
  .site-mobile-panel {
    display: none !important;
  }

  .hero-section,
  .clarity-section,
  .programs-section,
  .proof-section,
  .support-section,
  .faq-section,
  .final-cta-section,
  .site-footer-section {
    padding: 28px 0;
  }

  .platform-section {
    padding: 40px 0;
  }

  .hero-shell {
    gap: 28px;
    padding: 40px 34px 34px;
  }

  .hero-copy h1 {
    max-width: 11.5ch;
    font-size: clamp(3.7rem, 5.2vw, 5.6rem);
  }

  .hero-lead {
    max-width: 42rem;
    font-size: 1.04rem;
  }

  .hero-showcase {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
  }

  .hero-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(760px, 100%);
  }

  .hero-feature-card {
    min-height: 100%;
  }

  .hero-feature-copy {
    max-width: 18rem;
  }

  .hero-feature-copy p {
    max-width: 24ch;
    font-size: 0.88rem;
  }

  .hero-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-head {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
    align-items: end;
  }

  .section-copy {
    justify-self: end;
  }

  .clarity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .configurator-panels {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
  }

  .configurator-shell {
    padding: 24px;
  }

  .configurator-model-row {
    grid-template-columns: repeat(2, minmax(0, 220px));
    justify-content: start;
  }

  .configurator-toolbar {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    width: min(720px, 100%);
  }

  .configurator-toolbar-item {
    min-height: 56px;
    padding: 11px 18px;
    border-right: 0;
    border-bottom: 0;
  }

  .configurator-toolbar-item-currency,
  .configurator-toolbar-item-structure,
  .configurator-toolbar-item-terminal {
    order: initial;
    grid-column: auto;
  }

  .configurator-toolbar-item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    width: 1px;
    height: calc(100% - 18px);
    background: rgba(255, 255, 255, 0.08);
  }

  .configurator-toolbar-icon {
    width: 32px;
    height: 32px;
  }

  .configurator-toolbar-value {
    font-size: 0.88rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
  }

  .configurator-size-row {
    grid-template-columns: repeat(4, minmax(0, 120px));
    justify-content: start;
  }

  .proof-shell,
  .platform-shell,
  .support-shell {
    gap: 22px;
    padding: 26px;
  }

  .faq-shell {
    padding: 28px 28px 24px;
  }

  .proof-shell {
    grid-template-columns: 1fr;
  }

  .platform-shell {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  }

  .support-shell {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: start;
  }

  .proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: start;
  }

  .support-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .support-contact-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .support-contact-points {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .support-contact-action {
    margin-left: 8px;
  }

  .proof-feature-card {
    grid-column: 1 / -1;
  }

  .proof-head {
    max-width: 720px;
  }

  .platform-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-point-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .phone-mockup-image {
    width: min(356px, 100%);
  }

  .final-cta-card {
    gap: 0;
    padding: 0;
  }

  .final-cta-main {
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.98fr);
    align-items: center;
    gap: 0;
  }

  .final-cta-actions {
    width: min(296px, 100%);
  }

  .final-cta-preview-shell {
    justify-self: end;
    width: 100%;
  }

  .final-cta-device {
    width: min(100%, 450px);
  }

  .final-cta-bullets {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 6px;
  }

  .final-cta-metrics {
    grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(0, 0.72fr));
    justify-content: stretch;
    column-gap: 0;
  }

  .final-cta-proof {
    grid-column: auto;
    padding: 16px 22px 17px;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .final-cta-metric {
    min-width: 0;
  }

  .site-footer {
    gap: 20px;
    padding: 24px 28px 16px;
  }

  .site-footer-top {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 20px;
  }

  .site-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .site-footer-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .site-footer-bottom span:last-child {
    text-align: right;
  }
}

@media (min-width: 920px) and (max-width: 1120px) {
  .site-header-inner {
    gap: 12px;
    padding: 0;
  }

  .site-brand-logo {
    width: 116px;
    max-height: 29px;
  }

  .site-nav {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    gap: 14px;
    font-size: 0.82rem;
  }

  .site-actions {
    gap: 8px;
  }

  .site-header-login {
    font-size: 0.78rem;
  }

  .site-locale-switch {
    min-height: 36px;
  }

  .site-actions .site-button-header-primary {
    padding: 0 12px;
    font-size: 0.78rem;
  }
}

@media (min-width: 920px) and (max-width: 1000px) {
  .site-nav {
    gap: 10px;
    font-size: 0.76rem;
  }

  .site-header-login {
    display: none;
  }

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

@media (min-width: 920px) and (max-width: 1179px) {
  .final-cta-copy h2 {
    font-size: clamp(2.05rem, 3vw, 2.5rem);
  }
}

@media (min-width: 1180px) {
  .hero-shell,
  .proof-shell,
  .platform-shell,
  .support-shell {
    padding: 40px;
  }

  .section-head h2,
  .proof-copy h2,
  .platform-copy h2,
  .support-copy h2 {
    font-size: clamp(2.5rem, 4vw, 3.6rem);
  }

  .support-copy h2 {
    font-size: clamp(2.15rem, 3.2vw, 2.85rem);
  }

  .final-cta-copy h2 {
    font-size: clamp(2.2rem, 2.8vw, 3rem);
  }
}
