:root {
  --bg-dark: #071423;
  --bg-dark-2: #0d1b31;
  --bg-dark-3: #13243e;
  --bg-light: #f7f9fc;
  --surface-light: #ffffff;
  --surface-soft: #f1f5f9;
  --surface-dark: rgba(11, 22, 40, 0.72);
  --text-strong: #0f172a;
  --text-body: #334155;
  --text-muted: #64748b;
  --text-on-dark: #f3f7ff;
  --text-on-dark-muted: #a8b5c9;
  --primary: #2ec5ff;
  --primary-hover: #18b5f2;
  --primary-pressed: #0ea5e9;
  --premium: #8b6cff;
  --premium-hover: #7857f5;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;
  --border-light: rgba(15, 23, 42, 0.08);
  --border-dark: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 12px 32px rgba(15, 23, 42, 0.08);
  --shadow-card: 0 20px 60px rgba(7, 20, 35, 0.14);
  --shadow-cta: 0 10px 30px rgba(46, 197, 255, 0.28);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --container: min(1200px, calc(100% - 32px));
  --header-container: min(1380px, calc(100% - 32px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg-light);
  color: var(--text-body);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.56;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

body.site-home {
  background:
    radial-gradient(900px 500px at 12% 0%, rgba(46, 197, 255, 0.14), transparent 58%),
    radial-gradient(860px 480px at 100% 0%, rgba(139, 108, 255, 0.16), transparent 52%),
    linear-gradient(180deg, #071423 0%, #0b1730 16%, #f7f9fc 16%, #f7f9fc 100%);
}

img {
  display: block;
  max-width: 100%;
}

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

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

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

.container,
.site-footer__inner {
  width: var(--container);
  margin: 0 auto;
}

.site-header__inner {
  width: var(--header-container);
  margin: 0 auto;
}

.site-shell {
  position: relative;
  overflow-x: clip;
}

.section {
  padding: 96px 0;
}

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

.section--light {
  background: var(--bg-light);
}

.section--soft {
  background: linear-gradient(180deg, #f9fbfe 0%, #eef4fa 100%);
}

.section--white {
  background: #ffffff;
}

.section--dark {
  background:
    radial-gradient(780px 420px at 0% 0%, rgba(46, 197, 255, 0.12), transparent 60%),
    linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-dark-2) 100%);
  color: var(--text-on-dark);
}

.section-head {
  max-width: 780px;
  margin-bottom: 40px;
}

.section-head__eyebrow,
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(46, 197, 255, 0.08);
  border: 1px solid rgba(46, 197, 255, 0.16);
  color: #0c4f76;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.section-head h2,
.hero h1,
.buy-hero h1,
.success-card h1,
.legal-card h1 {
  margin: 18px 0 0;
  color: var(--text-strong);
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
}

.section-head__lead,
.buy-hero p,
.success-card p,
.legal-card p {
  margin: 18px 0 0;
  color: var(--text-body);
  font-size: 18px;
}

.section-head--on-dark h2,
.section-head--on-dark p {
  color: var(--text-on-dark);
}

.section-head--on-dark .section-head__eyebrow {
  background: rgba(46, 197, 255, 0.12);
  color: #dff7ff;
  border-color: rgba(255, 255, 255, 0.12);
}

.section-note {
  margin-top: 28px;
  padding: 20px 24px;
  border-radius: var(--radius-lg);
  background: rgba(14, 165, 233, 0.06);
  border: 1px solid rgba(46, 197, 255, 0.18);
  color: var(--text-body);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0 0;
  background: transparent;
  transition: padding 0.24s ease;
}

.site-header.is-scrolled {
  padding-top: 10px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 88px;
  padding: 12px 18px 12px 16px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(8, 19, 35, 0.9) 0%, rgba(7, 20, 35, 0.76) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 54px rgba(7, 20, 35, 0.24);
  backdrop-filter: blur(22px);
  transition: background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, min-height 0.24s ease;
}

.site-header.is-scrolled .site-header__inner {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(7, 20, 35, 0.12);
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 356px;
}

.site-brand__mark {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(46, 197, 255, 0.18);
}

.site-brand__mark svg {
  width: 64px;
  height: 64px;
}

.site-brand__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.site-brand__copy strong {
  color: var(--text-on-dark);
  font-size: 31px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.site-brand__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.site-brand__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(46, 197, 255, 0.12);
  color: #dff8ff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-brand__tagline {
  color: var(--text-on-dark-muted);
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

.site-header.is-scrolled .site-brand__copy strong {
  color: var(--text-strong);
}

.site-header.is-scrolled .site-brand__eyebrow {
  background: rgba(46, 197, 255, 0.12);
  color: #0f5b87;
}

.site-header.is-scrolled .site-brand__tagline {
  color: var(--text-muted);
}

.site-header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
}

.site-nav {
  position: relative;
  --site-nav-indicator-x: 0px;
  --site-nav-indicator-w: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
}

.site-nav__indicator {
  position: absolute;
  left: 4px;
  top: 50%;
  width: var(--site-nav-indicator-w);
  height: 42px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 14px 26px rgba(3, 10, 24, 0.22);
  opacity: 0;
  transform: translate3d(var(--site-nav-indicator-x), -50%, 0);
  transition:
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    width 240ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
  pointer-events: none;
  z-index: 0;
  will-change: transform, width, opacity;
}

.site-header.is-scrolled .site-nav__indicator {
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.04)),
    rgba(15, 23, 42, 0.04);
  box-shadow:
    inset 0 0 0 1px rgba(15, 23, 42, 0.08),
    0 10px 22px rgba(15, 23, 42, 0.10);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--text-on-dark-muted);
  font-size: 16px;
  line-height: 1;
  font-weight: 550;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  z-index: 1;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(46, 197, 255, 0.94), rgba(139, 108, 255, 0.84));
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
  color: var(--text-on-dark);
  transform: translateY(-1px);
}

.site-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a.is-active,
.site-nav a[aria-current="true"] {
  color: var(--text-on-dark);
  text-shadow: 0 1px 0 rgba(3, 10, 24, 0.18);
}

.site-nav a.is-active::after,
.site-nav a[aria-current="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-header.is-scrolled .site-nav a {
  color: var(--text-muted);
}

.site-header.is-scrolled .site-nav a:hover {
  color: var(--text-strong);
}

.site-header.is-scrolled .site-nav a.is-active,
.site-header.is-scrolled .site-nav a[aria-current="true"] {
  color: var(--text-strong);
  text-shadow: none;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.site-header__compact-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header__back-link {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--text-on-dark-muted);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.site-header__back-link:hover {
  color: var(--text-on-dark);
  background: rgba(255, 255, 255, 0.06);
}

.site-header.is-scrolled .site-header__back-link {
  color: var(--text-muted);
}

.site-header.is-scrolled .site-header__back-link:hover {
  color: var(--text-strong);
  background: rgba(15, 23, 42, 0.05);
}

.site-menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-on-dark);
  margin-left: auto;
}

.site-header--compact .site-menu-toggle,
.site-header--compact .site-header__menu {
  display: none !important;
}

.site-menu-toggle span:not(.site-menu-toggle__label) {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.site-menu-toggle__label {
  font-size: 14px;
  font-weight: 650;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 16px;
  border: 1.5px solid transparent;
  font-weight: 650;
  font-size: 16px;
  white-space: nowrap;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

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

.btn--primary {
  background: var(--primary);
  color: #071423;
  box-shadow: var(--shadow-cta);
}

.btn--primary:hover {
  background: var(--primary-hover);
}

.btn--secondary {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-on-dark);
}

.btn--header {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 15px;
}

.site-header.is-scrolled .btn--secondary,
.section--white .btn--secondary,
.section--light .btn--secondary,
.section--soft .btn--secondary,
.site-buy .btn--secondary,
.site-success .btn--secondary,
.site-legal .btn--secondary {
  border-color: rgba(15, 23, 42, 0.12);
  background: #ffffff;
  color: var(--text-strong);
}

.site-header.is-scrolled .site-menu-toggle {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.03);
  color: var(--text-strong);
}

.btn--premium {
  background: var(--premium);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(139, 108, 255, 0.24);
}

.btn--premium:hover {
  background: var(--premium-hover);
}

.hero {
  padding: 88px 0 96px;
  color: var(--text-on-dark);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 540px);
  gap: 40px;
  align-items: center;
}

.hero__copy {
  max-width: 720px;
}

.hero__eyebrow {
  color: #dff7ff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.hero h1 {
  color: var(--text-on-dark);
  font-size: 56px;
  line-height: 1.08;
}

.hero__lead {
  margin: 20px 0 0;
  color: var(--text-on-dark-muted);
  font-size: 20px;
  line-height: 1.5;
  max-width: 700px;
}

.hero__chips,
.hero__microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero__chips span,
.hero__microcopy span {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--border-dark);
}

.hero__chips span {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-on-dark);
}

.hero__microcopy span {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-on-dark-muted);
  font-size: 15px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero__tertiary {
  display: inline-flex;
  margin-top: 16px;
  color: #dff7ff;
  text-decoration: underline;
  text-decoration-color: rgba(223, 247, 255, 0.38);
  text-underline-offset: 4px;
}

.hero__media {
  position: relative;
}

.video-card {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 18px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow-card);
}

.video-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 10px);
  background: rgba(255, 255, 255, 0.08);
}

.video-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  min-width: 140px;
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(7, 20, 35, 0.74);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 44px rgba(8, 15, 30, 0.34);
}

.video-card__label {
  position: absolute;
  left: 28px;
  bottom: 24px;
  color: #ffffff;
  font-size: 15px;
}

.hero-float {
  position: absolute;
  padding: 18px 20px;
  max-width: 240px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-strong);
  box-shadow: var(--shadow-card);
}

.hero-float strong,
.hero-float span {
  display: block;
}

.hero-float strong {
  font-size: 16px;
}

.hero-float span {
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 14px;
}

.hero-float--otp {
  top: 24px;
  left: -28px;
}

.hero-float--status {
  right: -18px;
  bottom: 28px;
}

.trust-bar {
  position: relative;
  padding: 44px 0 88px;
}

.trust-bar .container {
  position: relative;
}

.trust-bar .container::before {
  content: "";
  position: absolute;
  inset: -20px -24px -28px;
  border-radius: 36px;
  background:
    radial-gradient(420px 180px at 0% 0%, rgba(46, 197, 255, 0.08), transparent 72%),
    radial-gradient(380px 180px at 100% 100%, rgba(139, 108, 255, 0.1), transparent 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.trust-bar__grid,
.trust-quotes {
  position: relative;
  z-index: 1;
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.trust-chip {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 160px;
  padding: 22px 22px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 250, 255, 0.9) 100%);
  box-shadow: 0 18px 40px rgba(7, 20, 35, 0.12);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.trust-chip::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -34px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 197, 255, 0.16) 0%, rgba(46, 197, 255, 0) 72%);
  pointer-events: none;
}

.trust-chip:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 197, 255, 0.26);
  box-shadow: 0 24px 54px rgba(7, 20, 35, 0.16);
}

.trust-chip strong,
.trust-chip span {
  display: block;
  position: relative;
  z-index: 1;
}

.trust-chip__eyebrow {
  align-self: flex-start;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(46, 197, 255, 0.12);
  color: #0f5b87;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-chip strong {
  margin-top: 16px;
  color: var(--text-strong);
  font-size: 22px;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.trust-chip__detail {
  margin-top: auto;
  padding-top: 14px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.trust-chip--reviews .trust-chip__eyebrow,
.trust-chip--support .trust-chip__eyebrow {
  background: rgba(139, 108, 255, 0.12);
  color: #5a43cf;
}

.trust-chip--billing .trust-chip__eyebrow,
.trust-chip--install .trust-chip__eyebrow {
  background: rgba(34, 197, 94, 0.12);
  color: #1f7a47;
}

.trust-chip--compat .trust-chip__eyebrow {
  background: rgba(15, 23, 42, 0.08);
  color: var(--text-body);
}

.trust-quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.trust-quote {
  position: relative;
  min-height: 146px;
  padding: 24px 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 248, 254, 0.88) 100%);
  box-shadow: 0 18px 40px rgba(7, 20, 35, 0.12);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.trust-quote::before {
  content: "“";
  position: absolute;
  right: 18px;
  top: 4px;
  color: rgba(46, 197, 255, 0.14);
  font-size: 88px;
  line-height: 1;
  font-weight: 700;
  pointer-events: none;
}

.trust-quote:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 108, 255, 0.22);
  box-shadow: 0 24px 54px rgba(7, 20, 35, 0.16);
}

.trust-quote strong,
.trust-quote span {
  display: block;
  position: relative;
  z-index: 1;
}

.trust-quote__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(139, 108, 255, 0.12);
  color: #5a43cf;
  font-size: 12px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-quote strong {
  margin-top: 16px;
  color: var(--text-strong);
  font-size: 26px;
  line-height: 1.22;
  letter-spacing: -0.03em;
  max-width: 22ch;
}

.trust-quote__detail {
  margin-top: auto;
  padding-top: 14px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.55;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.card-grid,
.steps-grid,
.proof-grid,
.pricing-premium,
.buy-plan-grid,
.technical-card__list {
  display: grid;
  gap: 20px;
}

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

.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.persona-card,
.step-card,
.proof-card,
.scenario-card,
.pricing-card,
.comparison-card,
.support-card,
.buy-rail-card,
.buy-form,
.technical-card,
.success-card,
.legal-card {
  border-radius: var(--radius-lg);
  background: var(--surface-light);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
}

.feature-card,
.persona-card,
.step-card,
.proof-card,
.scenario-card,
.pricing-card,
.support-card,
.buy-rail-card,
.buy-form,
.technical-card,
.success-card,
.legal-card {
  padding: 24px;
}

.feature-card__icon,
.step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(46, 197, 255, 0.12);
  color: #0c76a3;
  font-weight: 700;
  font-size: 15px;
}

.feature-card h3,
.persona-card h3,
.step-card h3,
.scenario-card h3,
.proof-card h3,
.pricing-card h3,
.support-card h2,
.technical-card h3,
.success-next h2 {
  margin: 16px 0 0;
  color: var(--text-strong);
  font-size: 24px;
  line-height: 1.25;
}

.feature-card p,
.persona-card p,
.step-card p,
.scenario-card p,
.proof-card p,
.pricing-card p,
.support-card p {
  margin: 12px 0 0;
  color: var(--text-body);
}

.feature-card--dark {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--text-on-dark);
}

.feature-card--dark h3,
.feature-card--dark p,
.feature-card--dark .feature-card__link {
  color: var(--text-on-dark);
}

.feature-card__link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--primary);
  font-weight: 650;
}

.persona-card__eyebrow,
.scenario-card__eyebrow,
.pricing-card__badge,
.pricing-card__flag,
.buy-rail-card__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text-strong);
  font-size: 13px;
  font-weight: 650;
}

.persona-card ul,
.scenario-card ul,
.pricing-card__list,
.buy-rail-card ol,
.success-next ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--text-body);
}

.persona-card li,
.scenario-card li,
.pricing-card__list li,
.buy-rail-card li,
.success-next li {
  margin-top: 10px;
}

.persona-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--primary-pressed);
  font-weight: 650;
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.scenario-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 22px;
  align-items: start;
}

.scenario-card__visual {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 12px;
}

.scenario-pill,
.scenario-tag {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 650;
}

.scenario-pill {
  background: rgba(46, 197, 255, 0.12);
  color: #095f8a;
}

.scenario-tag {
  background: rgba(139, 108, 255, 0.12);
  color: #5b43b2;
}

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

.proof-card {
  overflow: hidden;
  padding: 0;
}

.proof-card__trigger {
  width: 100%;
  border: 0;
  padding: 0;
  background: none;
}

.proof-card__trigger img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.proof-card__copy {
  padding: 22px 24px 24px;
}

.proof-card__copy span {
  color: var(--text-muted);
  font-size: 14px;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.pricing-steps,
.bundle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.pricing-step,
.bundle-card {
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  background: var(--surface-light);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
}

.pricing-step span,
.bundle-card__eyebrow {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 650;
}

.pricing-step strong,
.bundle-card strong {
  display: block;
  margin-top: 12px;
  color: var(--text-strong);
  font-size: 20px;
  line-height: 1.3;
}

.pricing-step p,
.bundle-card__note {
  margin: 10px 0 0;
  color: var(--text-muted);
}

.bundle-card__price {
  margin-top: 12px;
  color: var(--text-strong);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

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

.pricing-card__flag {
  background: rgba(139, 108, 255, 0.12);
  color: #5a40bf;
}

.pricing-card--premium.is-featured {
  border-color: rgba(139, 108, 255, 0.26);
  box-shadow: 0 24px 64px rgba(139, 108, 255, 0.16);
}

.pricing-card__price {
  margin-top: 16px;
  color: var(--text-strong);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
}

.pricing-card__note,
.pricing-card__summary,
.pricing-card__meta span,
.buy-plan-tile__meta,
.buy-plan-tile__price,
.field span,
.buy-form__status,
.site-footer__meta {
  color: var(--text-muted);
}

.pricing-card__summary {
  margin-top: 14px;
}

.plan-term-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.plan-term-button {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--border-light);
  background: var(--surface-soft);
  color: var(--text-muted);
}

.plan-term-button.is-active {
  border-color: rgba(139, 108, 255, 0.3);
  background: rgba(139, 108, 255, 0.12);
  color: #4f36b3;
}

.pricing-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 18px;
  font-size: 14px;
}

.comparison-card {
  margin-top: 32px;
}

.comparison-card__head h3 {
  margin: 0;
  font-size: 28px;
}

.comparison-card__head p {
  margin: 10px 0 0;
}

.comparison-table-wrap {
  overflow-x: auto;
  margin-top: 24px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-light);
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  color: var(--text-strong);
  font-size: 15px;
}

.comparison-table tbody th {
  color: var(--text-strong);
  width: 26%;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  padding: 20px 24px;
  border-radius: var(--radius-md);
  background: var(--surface-light);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  color: var(--text-strong);
  font-weight: 650;
  padding-right: 24px;
  position: relative;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--text-muted);
  font-size: 22px;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 16px 0 0;
}

.technical-card {
  margin-top: 28px;
}

.technical-card__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.technical-card__list div {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  color: var(--text-body);
}

.support-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: center;
}

.support-card__actions {
  display: grid;
  gap: 14px;
}

.support-contact {
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: #ffffff;
  border: 1px solid var(--border-light);
}

.support-contact strong,
.support-contact span {
  display: block;
}

.support-contact strong {
  color: var(--text-strong);
}

.support-contact span {
  margin-top: 6px;
  color: var(--text-muted);
}

.buy-hero,
.buy-body,
.success-shell,
.legal-shell {
  padding: 72px 0 96px;
}

.buy-hero__inner,
.buy-body__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: 28px;
  align-items: start;
}

.buy-body__inner {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.buy-hero__summary {
  margin-top: 24px;
  padding: 20px 24px;
  border-radius: var(--radius-lg);
  background: var(--surface-light);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
}

.buy-hero__summary span,
.buy-form-notice {
  color: var(--text-muted);
}

.buy-hero__summary strong {
  display: block;
  margin-top: 8px;
  color: var(--text-strong);
  font-size: 24px;
}

.buy-hero__summary-meta,
.buy-selection-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 14px;
}

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

.buy-selection-card {
  margin-bottom: 20px;
  padding: 20px 24px;
  border-radius: var(--radius-lg);
  background: var(--surface-light);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
}

.buy-selection-card__eyebrow {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(46, 197, 255, 0.08);
  color: #0c4f76;
  font-size: 13px;
  font-weight: 650;
}

.buy-selection-card strong {
  display: block;
  margin-top: 12px;
  color: var(--text-strong);
  font-size: 24px;
}

.buy-selection-card p {
  margin: 12px 0 0;
  color: var(--text-body);
}

.buy-selection-card__next {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  color: var(--text-body);
}

.buy-plan-tile {
  width: 100%;
  padding: 20px;
  text-align: left;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.buy-plan-tile.is-selected {
  border-color: rgba(46, 197, 255, 0.34);
  box-shadow: 0 16px 44px rgba(46, 197, 255, 0.16);
}

.buy-plan-tile__title,
.buy-plan-tile__price {
  display: block;
}

.buy-plan-tile__title {
  color: var(--text-strong);
  font-weight: 700;
}

.buy-plan-tile__price {
  margin-top: 10px;
  color: var(--text-strong);
  font-size: 22px;
  font-weight: 700;
}

.buy-form-notice {
  margin-bottom: 18px;
}

.buy-form-notice.is-muted {
  color: var(--danger);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field span {
  font-size: 14px;
  font-weight: 650;
}

.field span em,
.contact-methods legend em {
  font-style: normal;
  color: var(--text-muted);
  font-weight: 500;
}

.field input,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
  background: var(--surface-soft);
  color: var(--text-strong);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field--wide {
  grid-column: 1 / -1;
}

.field small,
.contact-methods small {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.45;
}

.contact-methods {
  border: 0;
  padding: 0;
  margin: 0;
}

.contact-methods legend {
  padding: 0;
  color: var(--text-strong);
  font-size: 14px;
  font-weight: 650;
}

.contact-methods__grid,
.helper-checks {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

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

.contact-method,
.helper-check {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
  background: var(--surface-soft);
  color: var(--text-body);
}

.contact-method input,
.helper-check input {
  width: 18px;
  height: 18px;
}

.helper-check--rich {
  align-items: flex-start;
  min-height: 0;
  padding: 14px;
}

.helper-check--rich input {
  margin-top: 2px;
  flex: 0 0 auto;
}

.helper-check--rich span {
  line-height: 1.55;
}

.helper-note {
  display: block;
  margin-top: 2px;
  color: var(--text-muted);
}

.buy-form__status {
  margin-top: 20px;
  font-size: 15px;
}

.buy-form__actions,
.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.buy-form__legal,
.buy-form__sla {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 14px;
}

.buy-form__legal a {
  color: var(--primary-pressed);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.success-card {
  max-width: 960px;
  margin: 0 auto;
}

.success-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.success-grid span {
  display: block;
  color: var(--text-muted);
  font-size: 14px;
}

.success-grid__value {
  display: block;
  margin-top: 8px;
  color: var(--text-strong);
  font-size: 18px;
  font-weight: 700;
  word-break: break-word;
}

.success-grid__value--id {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 16px;
}

.success-next {
  margin-top: 28px;
}

.legal-card {
  max-width: 980px;
  margin: 0 auto;
}

.legal-summary {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
}

.legal-summary {
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.18);
}

.legal-summary__row,
.legal-summary__meta {
  color: var(--text-body);
  font-size: 18px;
  line-height: 1.55;
}

.legal-summary__row + .legal-summary__row,
.legal-summary__row + .legal-summary__meta,
.legal-summary__meta + .legal-summary__row,
.legal-summary__meta + .legal-summary__meta {
  margin-top: 12px;
}

.legal-summary__row strong,
.legal-summary__meta strong {
  color: var(--text-strong);
  font-weight: 700;
}

.legal-summary__row--operator {
  font-size: 20px;
}

.legal-summary__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.legal-summary a {
  color: var(--primary-pressed);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content {
  margin-top: 28px;
}

.legal-content h2,
.legal-content h3 {
  color: var(--text-strong);
}

.legal-content p,
.legal-content li {
  color: var(--text-body);
}

.site-footer {
  background: linear-gradient(180deg, var(--bg-dark) 0%, #050d17 100%);
  color: var(--text-on-dark);
  padding: 48px 0 120px;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 28px;
}

.site-footer__brand strong,
.site-footer__title {
  display: block;
  color: #ffffff;
}

.site-footer__brand p,
.site-footer__links a,
.site-footer__meta {
  color: var(--text-on-dark-muted);
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.site-footer__links a,
.site-footer__meta {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.site-footer__inline-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-on-dark-muted);
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer__inline-action:hover {
  color: #ffffff;
}

.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 20px;
  background: rgba(7, 20, 35, 0.94);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.mobile-cta__price strong,
.mobile-cta__price span {
  display: block;
}

.mobile-cta__price strong {
  font-size: 16px;
}

.mobile-cta__price span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.cookie-banner {
  position: fixed;
  right: 16px;
  width: min(680px, calc(100% - 32px));
  bottom: 16px;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(7, 20, 35, 0.1);
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-body);
  box-shadow: 0 18px 42px rgba(7, 20, 35, 0.14);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  backdrop-filter: blur(16px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.is-menu-open .cookie-banner {
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}

.cookie-banner__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(46, 197, 255, 0.16), rgba(46, 197, 255, 0.08));
  font-size: 18px;
}

.cookie-banner__body {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 420px;
}

.cookie-banner__body strong {
  display: block;
  color: var(--text-strong);
  font-size: 16px;
  line-height: 1.2;
}

.cookie-banner__body p {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-body);
}

.cookie-banner__body a {
  color: var(--primary-pressed);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.cookie-banner__actions .btn {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  white-space: nowrap;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 60;
}

.lightbox.is-open {
  display: block;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 35, 0.82);
}

.lightbox__dialog {
  position: relative;
  width: min(980px, calc(100% - 32px));
  margin: 40px auto;
  padding: 20px;
  border-radius: var(--radius-xl);
  background: #ffffff;
}

.lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  background: #ffffff;
}

.lightbox__media img {
  width: 100%;
  border-radius: 20px;
}

.lightbox__caption {
  margin-top: 16px;
  color: var(--text-body);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.48s ease, transform 0.48s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1260px) {
  .site-header__inner {
    min-height: 82px;
    padding: 12px 14px;
  }

  .site-menu-toggle {
    display: inline-flex;
  }

  .site-brand {
    max-width: none;
  }

  .site-brand__tagline {
    max-width: none;
  }

  .site-header__menu {
    position: fixed;
    inset: 98px 16px 16px;
    height: calc(100dvh - 114px);
    max-height: calc(100dvh - 114px);
    padding: 18px;
    border-radius: 24px;
    background: #071423;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-card);
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    overflow: auto;
  }

  .site-header.is-scrolled .site-header__menu {
    background: #ffffff;
    border-color: var(--border-light);
  }

  .site-header__menu.is-open {
    display: flex;
  }

  .site-nav,
  .site-header__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 8px;
  }

  .site-nav__indicator {
    display: none;
  }

  .site-nav a,
  .site-header__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav__indicator,
  .site-nav a,
  .site-nav a::after {
    transition: none;
  }
}

@media (max-width: 1180px) {
  .trust-bar {
    padding: 40px 0 76px;
  }

  .trust-bar__grid,
  .trust-quotes,
  .card-grid--four,
  .pricing-premium,
  .pricing-steps,
  .bundle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__inner,
  .pricing-layout,
  .support-card,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .buy-body__inner {
    grid-template-columns: 1fr;
  }

  .hero__media {
    max-width: 640px;
    margin: 0 auto;
  }
}

@media (max-width: 960px) {
  .section[id] {
    scroll-margin-top: 120px;
  }

  .trust-bar {
    padding: 36px 0 64px;
  }

  .trust-bar .container::before {
    inset: -14px -12px -20px;
    border-radius: 28px;
  }

  .site-header__inner {
    min-height: 78px;
    padding: 10px 12px;
  }

  .site-header--compact .site-header__compact-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .site-header--compact .site-header__back-link {
    display: none;
  }

  .site-header__menu {
    inset: 90px 16px 16px;
    height: calc(100dvh - 106px);
    max-height: calc(100dvh - 106px);
    padding: 18px;
    border-radius: 24px;
  }

  .card-grid--three,
  .steps-grid,
  .proof-grid,
  .technical-card__list,
  .split-grid,
  .scenario-card,
  .trust-bar__grid,
  .trust-quotes,
  .pricing-steps,
  .bundle-grid,
  .buy-hero__inner,
  .success-grid,
  .site-footer__links {
    grid-template-columns: 1fr;
  }

  .buy-plan-grid {
    grid-template-columns: 1fr;
  }

  .legal-summary__meta {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    width: min(680px, calc(100% - 32px));
  }

  .cookie-banner__body {
    max-width: none;
  }

  .cookie-banner__actions {
    justify-content: stretch;
  }

  .cookie-banner__actions .btn {
    flex: 1 1 220px;
    justify-content: center;
  }

  .hero h1 {
    font-size: 46px;
    line-height: 1.08;
  }

  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero-float--otp {
    left: 12px;
  }

  .hero-float--status {
    right: 12px;
  }
}

@media (max-width: 720px) {
  .section[id] {
    scroll-margin-top: 104px;
  }

  .section,
  .buy-hero,
  .buy-body,
  .success-shell,
  .legal-shell {
    padding: 64px 0;
  }

  .container,
  .site-footer__inner {
    width: min(1200px, calc(100% - 24px));
  }

  .site-header__inner {
    width: min(1380px, calc(100% - 24px));
  }

  .hero {
    padding: 56px 0 64px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .section-head h2,
  .buy-hero h1,
  .success-card h1,
  .legal-card h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .section-head__lead,
  .hero__lead,
  .buy-hero p,
  .success-card p,
  .legal-card p,
  body {
    font-size: 16px;
    line-height: 1.55;
  }

  .feature-card,
  .persona-card,
  .step-card,
  .proof-card,
  .scenario-card,
  .pricing-card,
  .comparison-card,
  .support-card,
  .buy-rail-card,
  .buy-form,
  .technical-card,
  .success-card,
  .legal-card,
  .trust-chip,
  .trust-quote {
    padding: 20px;
  }

  .trust-bar {
    padding: 28px 0 56px;
  }

  .trust-bar .container::before {
    inset: -10px -8px -16px;
    border-radius: 24px;
  }

  .trust-chip,
  .trust-quote {
    min-height: auto;
  }

  .trust-chip strong {
    font-size: 20px;
  }

  .trust-quote strong {
    font-size: 22px;
    max-width: none;
  }

  .trust-quote::before {
    right: 14px;
    top: 8px;
    font-size: 72px;
  }

  .site-brand__meta {
    display: none;
  }

  .site-brand__copy strong {
    font-size: 26px;
  }

  .hero__actions,
  .buy-form__actions,
  .success-actions {
    flex-direction: column;
  }

  .hero__actions .btn,
  .buy-form__actions .btn,
  .success-actions .btn {
    width: 100%;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    width: auto;
    bottom: 96px;
    padding: 16px;
    border-radius: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-methods__grid {
    grid-template-columns: 1fr;
  }

  .pricing-card__price {
    font-size: 30px;
  }

  .mobile-cta {
    display: flex;
  }

  body.has-cookie-banner .mobile-cta {
    bottom: 164px;
  }

  .site-buy .cookie-banner,
  .site-success .cookie-banner {
    bottom: 12px;
  }

  body.is-menu-open .mobile-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 120px;
  }
}
