:root {
  --void: #07070a;
  --void-soft: #0c0d12;
  --surface: #111219;
  --surface-raised: #171821;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --text: #f6f7fb;
  --muted: #b8bbc8;
  --quiet: #858998;
  --violet: #7c5cff;
  --lilac: #aa99ff;
  --blue: #3c8dff;
  --cyan: #53d7ff;
  --magenta: #d86bff;
  --green: #46d39a;
  --red: #ff6b7a;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font-display: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --page-pad: clamp(20px, 4.5vw, 72px);
  --max-width: 1340px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--void);
  color-scheme: dark;
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -20%, rgba(124, 92, 255, 0.07), transparent 33%),
    var(--void);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

[data-voxorb-host="floating"] {
  opacity: 1;
  transition: opacity 260ms var(--ease), visibility 260ms var(--ease);
  visibility: visible;
}

[data-voxorb-host="floating"].is-context-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

body.dialog-open {
  overflow: hidden;
}

::selection {
  background: rgba(124, 92, 255, 0.4);
  color: #fff;
}

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

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 20px;
  top: 16px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #fff;
  color: #050508;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-noise {
  position: fixed;
  z-index: 80;
  inset: 0;
  pointer-events: none;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.scroll-progress {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-accent, var(--violet)), var(--cyan));
  box-shadow: 0 0 16px rgba(83, 215, 255, 0.45);
  transform: scaleX(0);
  transform-origin: left center;
}

.section-shell {
  position: relative;
  width: min(100%, calc(var(--max-width) + var(--page-pad) * 2));
  margin: 0 auto;
  padding-left: var(--page-pad);
  padding-right: calc(var(--page-pad) + env(safe-area-inset-right, 0px));
}

.eyebrow {
  margin: 0 0 24px;
  color: #b7aacd;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 23px;
  height: 1px;
  margin-right: 11px;
  vertical-align: 0.28em;
  background: currentColor;
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  text-wrap: balance;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 580;
  line-height: 0.99;
  letter-spacing: -0.052em;
}

h2 span,
.display-copy span {
  color: var(--muted);
  font-weight: 430;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  gap: 16px;
  padding: 0 23px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.012em;
  transition: color 220ms var(--ease), background 220ms var(--ease), border-color 220ms var(--ease), transform 220ms var(--ease), box-shadow 220ms var(--ease);
}

.button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, 0.5) 49%, transparent 72%);
  content: "";
  transform: translateX(-130%);
  transition: transform 700ms var(--ease);
}

.button:hover::before {
  transform: translateX(130%);
}

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

.button:active {
  transform: translateY(0) scale(0.985);
}

.button span,
.button svg {
  position: relative;
  z-index: 1;
}

.button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms var(--ease);
}

.button:hover svg {
  transform: translateX(3px);
}

.button-light {
  background: #f8f8fb;
  color: #09090c;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.2);
}

.button-light:hover {
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28), 0 0 0 5px rgba(255, 255, 255, 0.06);
}

.button-small {
  min-height: 43px;
  padding: 0 18px;
  gap: 10px;
  font-size: 13px;
}

.button:focus-visible,
.text-link:focus-visible,
.main-nav a:focus-visible,
.audience-row a:focus-visible,
.footer-main a:focus-visible,
.footer-bottom a:focus-visible,
.code-head button:focus-visible,
.hero-orb:focus-visible,
.menu-toggle:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

/* Header */

.site-header {
  position: fixed;
  z-index: 100;
  top: 16px;
  left: 0;
  width: 100%;
  padding: 0 var(--page-pad);
  pointer-events: none;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: -30px 0 -36px;
  background:
    radial-gradient(ellipse at 18% 35%, rgba(83, 215, 255, 0.08), transparent 34%),
    radial-gradient(ellipse at 50% 0%, rgba(124, 92, 255, 0.24), transparent 52%),
    linear-gradient(180deg, rgba(7, 7, 10, 0.72), transparent 84%);
  content: "";
  opacity: 0.62;
  filter: blur(18px);
  transition: opacity 300ms var(--ease);
}

.site-header.is-scrolled::before {
  opacity: 0.9;
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100%, var(--max-width));
  min-height: 68px;
  margin: 0 auto;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 22px;
  background: rgba(8, 8, 12, 0.18);
  pointer-events: auto;
  transition: background 300ms var(--ease), border-color 300ms var(--ease), box-shadow 300ms var(--ease), backdrop-filter 300ms var(--ease);
}

.site-header.is-scrolled .nav-shell {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(11, 11, 15, 0.74);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(24px) saturate(140%);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  width: fit-content;
  color: #fff;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 690;
  letter-spacing: -0.045em;
}

.brand-logo {
  display: block;
  width: auto;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(124, 92, 255, 0.22));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.main-nav a {
  position: relative;
  color: #a9a9b4;
  font-size: 13px;
  font-weight: 530;
  transition: color 180ms ease;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms var(--ease);
}

.main-nav a:hover,
.main-nav a.is-active {
  color: #fff;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  justify-self: end;
}

.menu-toggle {
  display: none;
}

/* Hero */

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  min-height: 100svh;
  padding-top: 130px;
  padding-bottom: 42px;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  z-index: -2;
  right: -6%;
  top: 15%;
  width: min(58vw, 760px);
  height: min(58vw, 760px);
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  content: "";
}

.hero-ambient {
  position: absolute;
  z-index: -3;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}

.hero-ambient-a {
  right: 1%;
  top: 20%;
  width: 480px;
  height: 480px;
  background: rgba(92, 67, 210, 0.14);
}

.hero-ambient-b {
  left: -15%;
  bottom: 4%;
  width: 340px;
  height: 280px;
  background: rgba(36, 111, 215, 0.06);
}

.hero-copy {
  position: relative;
  z-index: 5;
  align-self: center;
  padding-bottom: 48px;
}

.hero-copy .eyebrow {
  margin-bottom: 27px;
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 31px;
  font-size: clamp(60px, 7.2vw, 106px);
  font-weight: 570;
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.hero h1 span {
  color: #afb1bd;
  font-weight: 410;
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 34px;
  color: #b8bac6;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  letter-spacing: -0.018em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 29px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d3d3db;
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease;
}

.text-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 220ms var(--ease);
}

.text-link:hover {
  color: #fff;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 22px 0 0;
  color: #9093a2;
  font-size: 12px;
}

.hero-note > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(70, 211, 154, 0.8);
}

.hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: center;
  place-items: center;
  min-height: 590px;
  perspective: 900px;
}

.hero-orb-stage {
  --px: 0;
  --py: 0;
  position: relative;
  display: grid;
  width: min(42vw, 550px);
  aspect-ratio: 1;
  place-items: center;
  transform: rotateX(calc(var(--py) * -2deg)) rotateY(calc(var(--px) * 2deg));
  transform-style: preserve-3d;
  transition: transform 400ms var(--ease);
}

.orb-halo {
  position: absolute;
  width: 52%;
  height: 52%;
  border-radius: 46% 54% 55% 45% / 50% 43% 57% 50%;
  background: conic-gradient(from 130deg, rgba(60, 141, 255, 0.1), rgba(124, 92, 255, 0.62), rgba(216, 107, 255, 0.26), rgba(83, 215, 255, 0.15), rgba(60, 141, 255, 0.1));
  opacity: 0.68;
  filter: blur(48px);
  animation: halo-turn 13s linear infinite, halo-breathe 5.8s ease-in-out infinite;
}

.hero-orb {
  position: relative;
  z-index: 3;
  width: 39%;
  aspect-ratio: 1;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 47% 53% 57% 43% / 53% 44% 56% 47%;
  background: transparent;
  isolation: isolate;
  cursor: pointer;
  transform: translate3d(calc(var(--px) * 7px), calc(var(--py) * 7px), 30px);
  animation: orb-float 6.4s ease-in-out infinite;
  transition: filter 300ms ease;
}

.hero-orb:hover {
  filter: brightness(1.1) saturate(1.05);
}

.orb-surface,
.orb-glint,
.orb-shadow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.hero-mic {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 34%;
  height: 34%;
  fill: none;
  stroke: rgba(255, 255, 255, 0.94);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 3px rgba(30, 12, 80, 0.65));
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.orb-surface {
  overflow: hidden;
  clip-path: inset(0 round 47% 53% 57% 43% / 53% 44% 56% 47%);
  background:
    radial-gradient(circle at 29% 22%, rgba(255, 255, 255, 0.96) 0 2.5%, rgba(221, 228, 255, 0.45) 6%, transparent 18%),
    radial-gradient(circle at 67% 26%, #af9cff 0, rgba(169, 145, 255, 0.72) 21%, transparent 49%),
    radial-gradient(circle at 27% 75%, #3d91ff 0, rgba(46, 104, 255, 0.76) 31%, transparent 59%),
    radial-gradient(circle at 75% 73%, #b64fe6 0, rgba(111, 49, 210, 0.76) 37%, transparent 63%),
    #7658f0;
  box-shadow:
    0 0 30px rgba(140, 104, 255, 0.78),
    0 0 100px rgba(62, 110, 255, 0.45),
    inset 12px 14px 28px rgba(255, 255, 255, 0.25),
    inset -18px -22px 38px rgba(23, 11, 75, 0.45),
    0 30px 80px rgba(0, 0, 0, 0.55);
}

.orb-surface::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from 10deg, transparent, rgba(83, 215, 255, 0.36), transparent 30%, rgba(216, 107, 255, 0.25), transparent 62%, rgba(255, 255, 255, 0.2), transparent);
  mix-blend-mode: normal;
  opacity: 0.38;
  content: "";
  animation: surface-turn 8.5s linear infinite;
}

.orb-surface::after {
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0.5;
  content: "";
  filter: blur(2px);
}

.orb-glint {
  z-index: 2;
  inset: 10% 21% 47% 14%;
  background: linear-gradient(142deg, rgba(255, 255, 255, 0.45), transparent 68%);
  opacity: 0.34;
  filter: blur(9px);
  transform: rotate(-20deg);
}

.orb-shadow {
  z-index: -1;
  inset: 82% 13% -7%;
  border-radius: 50%;
  background: rgba(35, 20, 88, 0.76);
  filter: blur(21px);
  transform: rotate(-2deg);
}

.orb-ripple {
  position: absolute;
  z-index: 1;
  width: 48%;
  height: 48%;
  border: 1px solid rgba(151, 128, 255, 0.16);
  border-radius: 50%;
  animation: ripple 4.2s ease-out infinite;
}

.orb-ripple-b {
  animation-delay: -2.1s;
}

.orb-caption {
  position: absolute;
  z-index: 5;
  bottom: 5.5%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  background: rgba(13, 13, 18, 0.62);
  color: #a8a8b4;
  font-size: 11px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.mini-wave {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 13px;
}

.mini-wave i {
  display: block;
  width: 2px;
  height: 5px;
  border-radius: 3px;
  background: var(--cyan);
  animation: wave 1.2s ease-in-out infinite;
}

.mini-wave i:nth-child(2),
.mini-wave i:nth-child(4) { animation-delay: -0.3s; }
.mini-wave i:nth-child(3) { animation-delay: -0.6s; }

.signal-card {
  position: absolute;
  z-index: 6;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 8px;
  min-width: 132px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  background: rgba(14, 14, 20, 0.64);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(16px);
  animation: card-float 6s ease-in-out infinite;
}

.signal-card > span:not(.signal-dot) {
  color: #707381;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.signal-card strong {
  grid-column: 2;
  color: #d6d7df;
  font-size: 11px;
  font-weight: 570;
}

.signal-dot {
  grid-row: 1 / 3;
  align-self: center;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lilac);
  box-shadow: 0 0 12px rgba(170, 153, 255, 0.8);
}

.signal-dot-blue { background: var(--blue); }
.signal-dot-cyan { background: var(--cyan); }

.signal-card-a { top: 15%; left: 5%; animation-delay: -1.5s; }
.signal-card-b { top: 28%; right: -1%; animation-delay: -3.5s; }
.signal-card-c { bottom: 21%; left: 1%; animation-delay: -5s; }

.hero-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto)) 1fr;
  align-items: center;
  gap: clamp(24px, 3.3vw, 52px);
  width: 100%;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.hero-proof > div:not(.proof-line) {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
}

.hero-proof strong {
  color: #dadbe3;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 560;
}

.hero-proof div > span,
.hero-proof p {
  margin: 0;
  color: #8a8d9c;
  font-size: 11px;
}

.proof-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.proof-line > span {
  width: min(10vw, 120px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
}

@keyframes halo-turn { to { transform: rotate(360deg); } }
@keyframes surface-turn { to { transform: rotate(360deg); } }
@keyframes halo-breathe { 50% { opacity: 0.9; scale: 1.12; } }
@keyframes ripple { 0% { opacity: 0; scale: 0.75; } 25% { opacity: 0.7; } 100% { opacity: 0; scale: 1.85; } }
@keyframes wave { 50% { height: 13px; } }
@keyframes card-float { 50% { transform: translateY(-7px); } }
@keyframes orb-float {
  0%, 100% { border-radius: 47% 53% 57% 43% / 53% 44% 56% 47%; transform: translate3d(calc(var(--px) * 7px), calc(var(--py) * 7px), 30px) rotate(-1deg) scale(1); }
  25% { border-radius: 58% 42% 48% 52% / 43% 57% 44% 56%; transform: translate3d(calc(var(--px) * 7px), calc(var(--py) * 7px - 4px), 30px) rotate(-2deg) scaleX(1.045) scaleY(0.975); }
  50% { border-radius: 44% 56% 60% 40% / 56% 42% 58% 44%; transform: translate3d(calc(var(--px) * 7px), calc(var(--py) * 7px - 8px), 30px) rotate(2deg) scaleX(0.98) scaleY(1.045); }
  75% { border-radius: 54% 46% 41% 59% / 45% 59% 41% 55%; transform: translate3d(calc(var(--px) * 7px), calc(var(--py) * 7px - 4px), 30px) rotate(-1deg) scaleX(1.03) scaleY(0.985); }
}

/* Manifesto / comparison */

.manifesto {
  padding-top: clamp(130px, 14vw, 210px);
  padding-bottom: clamp(120px, 12vw, 190px);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(60px, 10vw, 150px);
  margin-bottom: 80px;
}

.display-copy {
  max-width: 820px;
  margin: 0;
  font-size: clamp(48px, 6.3vw, 88px);
  font-weight: 550;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.manifesto-body {
  padding-bottom: 6px;
}

.manifesto-body p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.manifesto-body p:last-child {
  margin-bottom: 0;
  color: #dadbe2;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 18px;
}

.comparison-card {
  position: relative;
  min-height: 485px;
  padding: clamp(26px, 3.6vw, 48px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
}

.comparison-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
  pointer-events: none;
  content: "";
}

.new-way {
  background:
    radial-gradient(circle at 72% 25%, rgba(124, 92, 255, 0.11), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.044), rgba(255, 255, 255, 0.014));
}

.card-topline {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-topline span,
.card-topline p {
  color: #727581;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card-topline p { margin: 0; }

.comparison-card h3 {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0 0 16px;
  font-size: clamp(25px, 2.4vw, 35px);
  font-weight: 540;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.comparison-card > p {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin-bottom: 0;
  color: #858895;
  font-size: 14px;
  line-height: 1.65;
}

.dead-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  width: 76%;
  height: 245px;
  margin-top: 32px;
  margin-bottom: 34px;
  opacity: 0.7;
  filter: grayscale(1);
}

.dead-form span {
  display: block;
  width: 100%;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.018);
}

.dead-form span:nth-child(2) { width: 84%; }
.dead-form span:nth-child(4) { height: 55px; }
.dead-form span:nth-child(5) { width: 33%; background: rgba(255, 255, 255, 0.06); }

.compact-orb {
  position: relative;
  display: grid;
  width: 245px;
  height: 245px;
  margin: 7px auto 13px;
  place-items: center;
}

.compact-orb::before {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.32);
  content: "";
  filter: blur(45px);
}

.compact-orb span {
  position: relative;
  width: 52%;
  height: 52%;
  border-radius: 49% 51% 58% 42% / 46% 54% 46% 54%;
  background:
    radial-gradient(circle at 30% 25%, #fff 0 2%, transparent 14%),
    radial-gradient(circle at 65% 25%, #aa91ff, transparent 42%),
    radial-gradient(circle at 30% 75%, #378cff, transparent 48%),
    #7251ea;
  box-shadow: 0 0 40px rgba(124, 92, 255, 0.55), inset 10px 10px 20px rgba(255, 255, 255, 0.17);
  animation: compact-morph 6s ease-in-out infinite;
}

.card-glow {
  position: absolute;
  top: 20%;
  right: 15%;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(51, 112, 255, 0.08);
  filter: blur(60px);
}

@keyframes compact-morph {
  0%, 100% { border-radius: 49% 51% 58% 42% / 46% 54% 46% 54%; transform: rotate(0) scale(1); }
  25% { border-radius: 63% 37% 44% 56% / 39% 61% 39% 61%; transform: rotate(-4deg) scaleX(1.08) scaleY(0.95); }
  50% { border-radius: 40% 60% 65% 35% / 59% 37% 63% 41%; transform: rotate(5deg) scaleX(0.95) scaleY(1.08); }
  75% { border-radius: 57% 43% 36% 64% / 43% 65% 35% 57%; transform: rotate(-2deg) scaleX(1.05) scaleY(0.97); }
}

/* Shared headings */

.section-heading {
  margin-bottom: 68px;
}

.section-heading > p:last-child {
  color: var(--muted);
  line-height: 1.7;
}

.section-heading.centered {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.centered .eyebrow::before {
  display: none;
}

.section-heading.centered > p:last-child {
  max-width: 680px;
  margin: 25px auto 0;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: 70px;
}

.split-heading > p {
  margin: 0;
  padding-bottom: 5px;
}

/* Demo */

.demo {
  padding-top: clamp(120px, 12vw, 180px);
  padding-bottom: clamp(130px, 13vw, 200px);
}

.demo::before {
  position: absolute;
  z-index: -1;
  top: 7%;
  left: 50%;
  width: 75%;
  height: 65%;
  border-radius: 50%;
  background: rgba(91, 56, 183, 0.075);
  content: "";
  filter: blur(120px);
  transform: translateX(-50%);
}

.demo-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: #0a0b0f;
  box-shadow: 0 60px 140px rgba(0, 0, 0, 0.44), inset 0 1px rgba(255, 255, 255, 0.045);
}

.demo-browserbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 60px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  background: rgba(255, 255, 255, 0.018);
}

.browser-dots {
  display: flex;
  gap: 7px;
}

.browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3c3e47;
}

.browser-address {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 270px;
  padding: 7px 18px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.2);
  color: #626571;
  font-family: var(--font-mono);
  font-size: 9px;
  text-align: center;
}

.lock-icon {
  width: 7px;
  height: 6px;
  border-radius: 1px;
  background: #60636d;
}

.lock-icon::before {
  display: block;
  width: 4px;
  height: 4px;
  margin: -4px auto 0;
  border: 1px solid #60636d;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  content: "";
}

.browser-status {
  justify-self: end;
  color: #737683;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.browser-status::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px rgba(70, 211, 154, 0.8);
  vertical-align: 1px;
  content: "";
}

.demo-canvas {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(460px, 1.2fr);
  align-items: center;
  min-height: 650px;
  padding: clamp(42px, 6vw, 88px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 72% 45%, rgba(124, 92, 255, 0.1), transparent 36%);
}

.demo-canvas::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0a0b0f 0, transparent 28%, transparent 78%, #0a0b0f 100%);
  pointer-events: none;
  content: "";
}

.demo-context,
.widget-mount-wrap {
  position: relative;
  z-index: 2;
}

.demo-context {
  max-width: 390px;
}

.demo-kicker {
  margin-bottom: 20px;
  color: #6e717e;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.demo-context blockquote {
  margin: 0;
  color: #dadbe2;
  font-family: var(--font-display);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 460;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.demo-privacy {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: #686b77;
  font-size: 11px;
}

.demo-privacy span {
  width: 7px;
  height: 7px;
  border: 1px solid #6f7280;
  border-radius: 50%;
}

.widget-mount-wrap {
  display: grid;
  min-height: 440px;
  place-items: center;
}

.widget-mount {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
}

.widget-preview-frame {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 440px);
  height: 430px;
  border: 0;
  border-radius: 30px;
  background: transparent;
  color-scheme: dark;
}

.widget-aura {
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.18);
  filter: blur(80px);
}

.widget-loading {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #717481;
  font-size: 12px;
  transition: opacity 250ms ease;
}

.widget-loading span {
  width: 78px;
  height: 78px;
  border-radius: 48% 52% 56% 44%;
  background: radial-gradient(circle at 30% 25%, #fff 0 3%, transparent 17%), linear-gradient(135deg, var(--lilac), var(--blue));
  box-shadow: 0 0 35px rgba(124, 92, 255, 0.45);
  animation: compact-morph 5s ease-in-out infinite;
}

.widget-loading p { margin: 18px 0 0; }
.widget-loading.is-hidden { opacity: 0; pointer-events: none; }

/* Process */

.process {
  padding-top: clamp(110px, 11vw, 170px);
  padding-bottom: clamp(120px, 12vw, 190px);
}

.process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-item {
  display: grid;
  grid-template-columns: 70px 64px 1fr;
  align-items: center;
  gap: 28px;
  min-height: 150px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  transition: background 520ms var(--ease), border-color 520ms var(--ease), transform 520ms var(--ease);
  will-change: transform;
}

.process-item:hover {
  border-bottom-color: rgba(169, 145, 255, 0.22);
  background: linear-gradient(90deg, rgba(124, 92, 255, 0.035), transparent 65%);
  transform: translateX(6px);
}

.process-index {
  color: #626572;
  font-family: var(--font-mono);
  font-size: 10px;
}

.process-icon {
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 18px;
  place-items: center;
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 520ms var(--ease), background 520ms var(--ease), transform 520ms var(--ease), box-shadow 520ms var(--ease);
}

.process-item:hover .process-icon {
  border-color: rgba(151, 128, 255, 0.3);
  background: rgba(124, 92, 255, 0.08);
  box-shadow: 0 16px 34px rgba(48, 34, 112, 0.22);
  transform: rotate(-3deg) scale(1.04);
}

.process-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: #bbb8ca;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-item > div:last-child {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(300px, 1.2fr);
  align-items: center;
  gap: 55px;
}

.process-item h3 {
  margin: 0;
  font-size: clamp(23px, 2.1vw, 31px);
  font-weight: 530;
  letter-spacing: -0.035em;
}

.process-item p {
  max-width: 590px;
  margin: 0;
  color: #80838f;
  font-size: 14px;
}

/* Result */

.result {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(500px, 1.2fr);
  align-items: center;
  gap: clamp(60px, 10vw, 145px);
  padding-top: clamp(120px, 12vw, 180px);
  padding-bottom: clamp(130px, 13vw, 200px);
}

.result::before {
  position: absolute;
  z-index: -1;
  right: -15%;
  width: 65%;
  height: 75%;
  border-radius: 50%;
  background: rgba(76, 49, 165, 0.08);
  content: "";
  filter: blur(110px);
}

.result-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 27px 0 0;
  color: var(--muted);
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #b3b5c0;
  font-size: 13px;
}

.check-list span {
  display: inline-grid;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(70, 211, 154, 0.25);
  border-radius: 50%;
  place-items: center;
  background: rgba(70, 211, 154, 0.07);
  color: var(--green);
  font-size: 10px;
}

.lead-card {
  position: relative;
  padding: clamp(23px, 3.3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 27px;
  background:
    radial-gradient(circle at 90% 0, rgba(124, 92, 255, 0.09), transparent 30%),
    #101116;
  box-shadow: 0 55px 120px rgba(0, 0, 0, 0.4), inset 0 1px rgba(255, 255, 255, 0.05);
}

.lead-card::after {
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(169, 145, 255, 0.55), transparent);
  content: "";
}

.lead-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  color: #6d707d;
  font-family: var(--font-mono);
  font-size: 9px;
}

.lead-card-head > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lead-card-head strong {
  color: #a9abb7;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(70, 211, 154, 0.7);
}

.lead-person {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 24px 0;
}

.lead-avatar {
  display: grid;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  place-items: center;
  background: linear-gradient(135deg, rgba(169, 145, 255, 0.8), rgba(60, 141, 255, 0.7));
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.lead-person > div:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.lead-person strong {
  color: #dcdee5;
  font-size: 13px;
}

.lead-person span {
  color: #6b6e7a;
  font-size: 9px;
}

.lead-score {
  padding: 5px 8px;
  border: 1px solid rgba(255, 107, 122, 0.18);
  border-radius: 999px;
  background: rgba(255, 107, 122, 0.07);
  color: #ff8d9a !important;
  font-family: var(--font-mono);
  font-size: 8px !important;
  letter-spacing: 0.1em;
}

.lead-summary {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.17);
}

.lead-summary span,
.lead-fields span {
  color: #696c78;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.11em;
}

.lead-summary p {
  margin: 8px 0 0;
  color: #b8bac4;
  font-size: 11px;
  line-height: 1.65;
}

.lead-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 15px;
}

.lead-fields > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.055);
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.lead-fields > div:nth-child(even) { border-right: 0; }
.lead-fields > div:nth-last-child(-n + 2) { border-bottom: 0; }

.lead-fields strong {
  color: #c5c7cf;
  font-size: 11px;
  font-weight: 530;
}

.lead-audio {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 14px;
}

.lead-audio button {
  position: relative;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e7e7eb;
}

.lead-audio button span {
  position: absolute;
  top: 8px;
  left: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #141419;
}

.audio-wave {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 3px;
  height: 24px;
  overflow: hidden;
}

.audio-wave i {
  display: block;
  flex: 1;
  min-width: 2px;
  height: calc(6px + var(--n, 8) * 1px);
  max-height: 22px;
  border-radius: 3px;
  background: #4e515c;
}

.audio-wave i:nth-child(3n) { --n: 12; }
.audio-wave i:nth-child(4n) { --n: 4; }
.audio-wave i:nth-child(5n) { --n: 15; background: #71688e; }

.lead-audio > span {
  color: #6d707c;
  font-family: var(--font-mono);
  font-size: 8px;
}

.demo-disclaimer {
  margin: 12px 0 0;
  color: #565965;
  font-size: 8px;
  text-align: center;
}

/* Benefits / bento */

.benefits {
  padding-top: clamp(120px, 12vw, 180px);
  padding-bottom: clamp(130px, 13vw, 200px);
}

.compact-heading {
  max-width: 760px !important;
}

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

.bento-card {
  position: relative;
  min-height: 390px;
  padding: clamp(25px, 3.5vw, 44px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
}

.bento-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  pointer-events: none;
  content: "";
}

.bento-large {
  grid-row: span 2;
  min-height: 798px;
}

.bento-wide {
  min-height: 390px;
}

.bento-number {
  color: #666976;
  font-family: var(--font-mono);
  font-size: 9px;
}

.bento-card h3 {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0 0 13px;
  font-size: clamp(25px, 2.6vw, 37px);
  font-weight: 530;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.bento-card > p {
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin: 0;
  color: #838693;
  font-size: 14px;
}

.bento-visual {
  height: 510px;
}

.intent-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.intent-visual::before {
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.008), 0 0 0 100px rgba(255, 255, 255, 0.005);
  content: "";
}

.intent-orb {
  width: 135px;
  height: 135px;
  border-radius: 52% 48% 58% 42% / 45% 57% 43% 55%;
  background:
    radial-gradient(circle at 30% 25%, #fff 0 2%, transparent 14%),
    radial-gradient(circle at 65% 24%, #b199ff, transparent 42%),
    radial-gradient(circle at 28% 76%, #388dff, transparent 49%),
    #7152ed;
  box-shadow: 0 0 50px rgba(124, 92, 255, 0.56), inset 9px 10px 20px rgba(255, 255, 255, 0.16);
  animation: compact-morph 6s ease-in-out infinite;
}

.intent-visual > span {
  position: absolute;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(12, 13, 18, 0.7);
  color: #888a97;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.intent-visual > span:nth-of-type(1) { top: 25%; left: 7%; }
.intent-visual > span:nth-of-type(2) { top: 18%; right: 4%; }
.intent-visual > span:nth-of-type(3) { right: 13%; bottom: 21%; }

.value-first {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
  gap: 14px;
}

.value-first span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #8c8e9a;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.value-first span:nth-of-type(2) {
  border-color: rgba(151, 128, 255, 0.2);
  background: rgba(124, 92, 255, 0.08);
  color: #b4a7e5;
}

.value-first i {
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(151, 128, 255, 0.4));
}

.notify-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 205px;
}

.notify-visual span {
  display: grid;
  width: 88px;
  height: 88px;
  border: 1px solid var(--line);
  border-radius: 26px;
  place-items: center;
  background: #14151c;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.25);
}

.notify-visual span + span {
  margin-left: -13px;
  background: linear-gradient(145deg, rgba(124, 92, 255, 0.18), #14151c 65%);
  transform: translateY(15px) rotate(5deg);
}

.notify-visual svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: #b7b7c2;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.retention-visual {
  display: grid;
  align-content: center;
  height: 205px;
  gap: 22px;
}

.retention-visual > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.retention-visual span {
  color: #737683;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.retention-visual strong {
  color: #bcbec8;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
}

.retention-visual i {
  grid-column: 1 / -1;
  height: 5px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}

.retention-visual i::before {
  display: block;
  width: var(--fill);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--violet), var(--blue));
  content: "";
  box-shadow: 0 0 10px rgba(124, 92, 255, 0.3);
}

/* Product control */

.control {
  padding-top: clamp(110px, 11vw, 175px);
  padding-bottom: clamp(130px, 13vw, 205px);
}

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

.control-card {
  position: relative;
  min-height: 520px;
  padding: clamp(28px, 3.8vw, 48px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 15%, rgba(124, 92, 255, 0.075), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008));
}

.control-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045);
  pointer-events: none;
  content: "";
}

.control-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.control-card-top span,
.control-card-top strong {
  color: #686b78;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.control-card h3 {
  position: relative;
  z-index: 2;
  max-width: 530px;
  margin: 0 0 13px;
  font-size: clamp(27px, 2.7vw, 39px);
  font-weight: 530;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.control-card > p {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0;
  color: #858895;
  font-size: 14px;
  line-height: 1.65;
}

.spam-stack,
.ai-switches,
.mail-preview,
.placement-preview {
  position: relative;
  height: 285px;
  margin: 12px 0 12px;
}

.spam-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  gap: 11px;
}

.spam-stack::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190px;
  height: 150px;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.09);
  content: "";
  filter: blur(50px);
  transform: translate(-50%, -50%);
}

.spam-stack span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 13px;
  background: rgba(8, 9, 13, 0.58);
  color: #a5a7b2;
  font-size: 11px;
}

.spam-stack i {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(70, 211, 154, 0.28);
  border-radius: 50%;
  background: rgba(70, 211, 154, 0.08);
}

.spam-stack i::before {
  position: absolute;
  top: 7px;
  left: 4px;
  width: 8px;
  height: 1px;
  background: var(--green);
  content: "";
  transform: rotate(-42deg);
}

.ai-switches {
  display: grid;
  align-content: center;
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
}

.ai-switches span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  padding: 0 15px;
  border-bottom: 1px solid var(--line);
  color: #a7a9b4;
  font-size: 12px;
}

.ai-switches i {
  position: relative;
  width: 34px;
  height: 19px;
  border-radius: 999px;
  background: #292b34;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.055);
}

.ai-switches i::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #767986;
  content: "";
}

.ai-switches i.is-on {
  background: rgba(124, 92, 255, 0.5);
}

.ai-switches i.is-on::after {
  left: 18px;
  background: #ddd7ff;
  box-shadow: 0 0 8px rgba(169, 145, 255, 0.6);
}

.mail-preview {
  width: min(82%, 400px);
  height: 238px;
  margin: 35px auto 36px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: #11121a;
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.3);
  transform: rotate(-1.5deg);
}

.mail-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 23px;
}

.mail-brand i {
  width: 22px;
  height: 22px;
  border-radius: 48% 52% 56% 44%;
  background: linear-gradient(145deg, var(--lilac), var(--violet), var(--blue));
  box-shadow: 0 0 14px rgba(124, 92, 255, 0.5);
}

.mail-brand span {
  color: #d1d2da;
  font-size: 10px;
  font-weight: 650;
}

.mail-preview > strong {
  display: block;
  color: #e0e1e7;
  font-size: 17px;
  font-weight: 600;
}

.mail-preview > p {
  margin: 5px 0 22px;
  color: #797c88;
  font-size: 10px;
}

.mail-line {
  display: block;
  width: 82%;
  height: 6px;
  margin-top: 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.055);
}

.mail-line.short { width: 54%; }

.placement-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.placement-desktop,
.placement-mobile {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 8, 12, 0.72);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.26);
}

.placement-desktop {
  width: 245px;
  height: 150px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(90deg, #f4f5fb 0 calc(50% - 1px), rgba(255, 255, 255, 0.055) calc(50% - 1px) calc(50% + 1px), #08090d calc(50% + 1px) 100%);
}

.placement-mobile {
  width: 82px;
  height: 158px;
  border-radius: 18px;
}

.placement-desktop::before,
.placement-mobile::before {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 36%;
  height: 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  content: "";
}

.placement-desktop .corner,
.placement-mobile i {
  position: absolute;
  bottom: 13px;
  width: 29px;
  height: 29px;
  border-radius: 48% 52% 56% 44%;
  background: linear-gradient(145deg, var(--lilac), var(--violet), var(--blue));
  box-shadow: 0 0 17px rgba(124, 92, 255, 0.5);
}

.placement-desktop .corner.left { left: 13px; }
.placement-desktop .corner.right { right: 13px; }
.placement-desktop .corner.active::after {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(169, 145, 255, 0.28);
  border-radius: 50%;
  content: "";
}
.placement-mobile i { left: 50%; bottom: 10px; width: 23px; height: 23px; transform: translateX(-50%); }

.placement-preview i {
  display: grid;
  place-items: center;
}

.placement-preview i svg {
  width: 46%;
  height: 46%;
  fill: none;
  stroke: #fff;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 1px rgba(27, 14, 70, 0.65));
}

.surface-label {
  position: absolute;
  top: 16px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.12em;
}

.surface-label.light { left: 15px; color: #747789; }
.surface-label.dark { right: 15px; color: #717482; }

.placement-desktop .corner {
  box-shadow: 0 0 0 1px rgba(61, 41, 128, 0.26), 0 0 17px rgba(124, 92, 255, 0.58), 0 8px 18px rgba(20, 17, 48, 0.28);
}

.placement-desktop .corner.left {
  box-shadow: 0 0 0 1px rgba(30, 28, 55, 0.18), 0 0 0 6px rgba(124, 92, 255, 0.12), 0 12px 24px rgba(20, 17, 48, 0.2);
}

/* Audiences */

.audiences {
  padding-top: clamp(120px, 12vw, 180px);
  padding-bottom: clamp(130px, 13vw, 200px);
}

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

.audience-row {
  display: grid;
  grid-template-columns: 60px minmax(320px, 1.2fr) minmax(280px, 0.7fr) 54px;
  align-items: center;
  gap: 30px;
  min-height: 185px;
  border-bottom: 1px solid var(--line);
  transition: background 540ms var(--ease), border-color 540ms var(--ease), transform 540ms var(--ease);
  will-change: transform;
}

.audience-row:hover {
  border-bottom-color: rgba(169, 145, 255, 0.22);
  background: linear-gradient(90deg, rgba(124, 92, 255, 0.045), transparent 72%);
  transform: translateX(10px);
}

.audience-index {
  color: #616470;
  font-family: var(--font-mono);
  font-size: 9px;
}

.audience-label {
  margin-bottom: 9px;
  color: #727582;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.audience-row h3 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(23px, 2.3vw, 33px);
  font-weight: 520;
  line-height: 1.16;
  letter-spacing: -0.038em;
}

.audience-row > p {
  margin: 0;
  color: #7f828e;
  font-size: 13px;
}

.audience-row > a {
  display: grid;
  width: 50px;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms var(--ease);
}

.audience-row > a:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: #f5f5f8;
  color: #0b0b0f;
  transform: rotate(5deg);
}

.audience-row svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Pricing */

.pricing {
  padding-top: clamp(120px, 12vw, 190px);
  padding-bottom: clamp(130px, 13vw, 210px);
}

.pricing::before {
  position: absolute;
  z-index: -1;
  top: 15%;
  left: 50%;
  width: 76%;
  height: 52%;
  border-radius: 50%;
  background: rgba(88, 58, 190, 0.075);
  content: "";
  filter: blur(120px);
  transform: translateX(-50%);
}

.pricing-heading {
  max-width: 920px !important;
}

.pricing-tiers,
.pricing-lower {
  display: grid;
  align-items: stretch;
  gap: 18px;
}

.pricing-tiers {
  grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
}

.pricing-lower {
  grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
  margin-top: 18px;
}

.price-card,
.addons-card,
.studio-card,
.agency-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: #101116;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 50px 120px rgba(0, 0, 0, 0.28);
}

.price-card {
  padding: clamp(28px, 4vw, 52px);
  background:
    radial-gradient(circle at 90% 5%, rgba(124, 92, 255, 0.15), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.006)),
    #101116;
}

.price-card::after {
  position: absolute;
  top: 0;
  left: 12%;
  width: 76%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(178, 159, 255, 0.65), transparent);
  content: "";
}

.price-card-glow {
  position: absolute;
  right: -80px;
  top: 110px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(70, 102, 255, 0.08);
  filter: blur(70px);
}

.price-card-top,
.price-value,
.price-summary,
.price-features,
.price-action {
  position: relative;
  z-index: 2;
}

.price-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.price-edition,
.addons-head > div > span {
  color: #a99ddd;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.price-card-top p {
  margin: 6px 0 0;
  color: #9295a2;
  font-size: 14px;
  line-height: 1.5;
}

.price-badge {
  padding: 7px 10px;
  border: 1px solid rgba(124, 92, 255, 0.21);
  border-radius: 999px;
  background: rgba(124, 92, 255, 0.08);
  color: #b9addf;
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
}

.price-value {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-top: 39px;
}

.price-value > strong {
  font-family: var(--font-display);
  font-size: clamp(70px, 7vw, 103px);
  font-weight: 540;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.price-value > div {
  display: flex;
  flex-direction: column;
  padding-bottom: 3px;
}

.price-value span {
  color: #d1d2da;
  font-size: 15px;
  font-weight: 620;
}

.price-value small {
  color: #6f727f;
  font-size: 10px;
}

.price-summary {
  max-width: 560px;
  margin: 27px 0 33px;
  color: #9a9da9;
  font-size: 16px;
  line-height: 1.65;
}

.price-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.price-features li {
  display: grid;
  grid-template-columns: 23px 1fr;
  align-items: start;
  gap: 10px;
  min-height: 91px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.price-features li > span {
  display: grid;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(70, 211, 154, 0.22);
  border-radius: 50%;
  place-items: center;
  background: rgba(70, 211, 154, 0.06);
  color: var(--green);
  font-size: 9px;
}

.price-features p {
  margin: 0;
  color: #777a87;
  font-size: 12.5px;
  line-height: 1.55;
}

.price-features strong {
  display: block;
  margin-bottom: 3px;
  color: #c8cad2;
  font-size: 13px;
  font-weight: 600;
}

.price-action {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.price-action > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #70737f;
  font-size: 11.5px;
}

.price-action > p span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(70, 211, 154, 0.65);
}

.addons-card {
  display: flex;
  flex-direction: column;
  padding: clamp(27px, 3.5vw, 42px);
  background:
    radial-gradient(circle at 100% 100%, rgba(60, 141, 255, 0.06), transparent 34%),
    #0d0e13;
}

.addons-head {
  display: grid;
  grid-template-columns: 1fr minmax(150px, 0.72fr);
  align-items: end;
  gap: 20px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--line);
}

.addons-head h3 {
  margin: 6px 0 0;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 530;
  letter-spacing: -0.04em;
}

.addons-head > p {
  margin: 0;
  color: #717480;
  font-size: 12px;
  line-height: 1.6;
}

.addon-list {
  flex: 1;
}

.addon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 94px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.addon-row > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.addon-row strong {
  color: #c4c6ce;
  font-size: 13.5px;
  font-weight: 600;
}

.addon-row > div span {
  max-width: 330px;
  color: #6f727e;
  font-size: 11.5px;
  line-height: 1.5;
}

.addon-row > p {
  margin: 0;
  color: #d6d7de;
  font-family: var(--font-mono);
  font-size: 12px;
  white-space: nowrap;
}

.addon-row > p small {
  display: block;
  color: #656874;
  font-size: 9px;
  text-align: right;
}

.addon-recurring > p {
  color: #afa2e3;
}

.studio-card {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 52px);
  background:
    radial-gradient(circle at 25% 0, rgba(83, 215, 255, 0.09), transparent 30%),
    radial-gradient(circle at 100% 75%, rgba(124, 92, 255, 0.16), transparent 42%),
    linear-gradient(150deg, #151621, #0c0d13 72%);
}

.studio-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(179, 208, 255, 0.1);
  pointer-events: none;
  content: "";
}

.studio-card-glow {
  position: absolute;
  right: -90px;
  top: 26%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.12);
  filter: blur(90px);
}

.studio-card > *:not(.studio-card-glow) {
  position: relative;
  z-index: 2;
}

.studio-badge {
  padding: 7px 10px;
  border: 1px solid rgba(83, 215, 255, 0.18);
  border-radius: 999px;
  background: rgba(83, 215, 255, 0.055);
  color: #a7d6e5;
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
}

.studio-price-row {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 16px;
  margin: 8px 0 35px;
}

.studio-price-row .price-value > strong {
  font-size: clamp(65px, 6vw, 88px);
}

.studio-price-row > p {
  max-width: 430px;
  margin: 0;
  color: #8d909e;
  font-size: 13px;
  line-height: 1.6;
}

.studio-includes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.studio-includes span {
  position: relative;
  padding: 13px 13px 13px 35px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.018);
  color: #aeb0bb;
  font-size: 12px;
}

.studio-includes span::before {
  position: absolute;
  top: 15px;
  left: 14px;
  color: var(--green);
  content: "✓";
  font-size: 10px;
}

.studio-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: auto;
  padding-top: 36px;
}

.studio-action > p {
  max-width: 300px;
  margin: 0;
  color: #777a87;
  font-size: 11.5px;
  line-height: 1.55;
}

.button-ghost-light {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #e1e2e8;
  white-space: nowrap;
}

.button-ghost-light:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.agency-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(30px, 4vw, 52px);
  background:
    radial-gradient(circle at 92% 5%, rgba(216, 107, 255, 0.1), transparent 33%),
    radial-gradient(circle at 15% 100%, rgba(60, 141, 255, 0.08), transparent 34%),
    #101116;
}

.agency-card::after {
  position: absolute;
  top: 0;
  left: 14%;
  width: 72%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 107, 255, 0.48), transparent);
  content: "";
}

.agency-orb {
  position: absolute;
  top: 42%;
  right: 8%;
  width: 190px;
  height: 190px;
  opacity: 0.26;
  filter: blur(0.2px);
}

.agency-orb i {
  position: absolute;
  border: 1px solid rgba(169, 145, 255, 0.26);
  border-radius: 50%;
}

.agency-orb i:nth-child(1) { inset: 0; }
.agency-orb i:nth-child(2) { inset: 28px; }
.agency-orb i:nth-child(3) { inset: 62px; background: rgba(124, 92, 255, 0.15); box-shadow: 0 0 42px rgba(124, 92, 255, 0.32); }

.agency-head,
.agency-lead,
.agency-features,
.agency-action {
  position: relative;
  z-index: 2;
}

.agency-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 25px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.agency-head > div:first-child > span {
  color: #c195d5;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.agency-head h3 {
  max-width: 460px;
  margin: 7px 0 0;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 530;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.agency-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.agency-price strong {
  font-family: var(--font-display);
  font-size: clamp(42px, 4.2vw, 61px);
  font-weight: 540;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.agency-price span {
  color: #a3a5b0;
  font-size: 11px;
  line-height: 1.35;
}

.agency-price small {
  color: #696c78;
  font-size: 9px;
}

.agency-lead {
  max-width: 700px;
  margin: 28px 0 22px;
  color: #9b9da9;
  font-size: 14px;
  line-height: 1.65;
}

.agency-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.agency-features li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: #999ca8;
  font-size: 12px;
}

.agency-features li span {
  color: var(--green);
  font-size: 10px;
}

.agency-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 30px;
}

.agency-action p {
  max-width: 340px;
  margin: 0;
  color: #6f727e;
  font-size: 10.5px;
}

.price-note {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px;
  margin-top: 24px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.018);
}

.price-note svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #7d8090;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.price-note p {
  margin: 0;
  color: #747783;
  font-size: 10.5px;
  line-height: 1.6;
}

/* Technology */

.technology {
  padding-top: clamp(100px, 10vw, 160px);
  padding-bottom: clamp(130px, 13vw, 200px);
}

.tech-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(480px, 1.15fr);
  align-items: center;
  gap: clamp(55px, 8vw, 115px);
  min-height: 630px;
  padding: clamp(38px, 6vw, 86px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 28%, rgba(124, 92, 255, 0.12), transparent 35%),
    #0d0e13;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 50px 130px rgba(0, 0, 0, 0.32);
}

.tech-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px) 0 0 / 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}

.tech-copy,
.code-card {
  position: relative;
  z-index: 2;
}

.tech-copy h2 {
  margin-bottom: 25px;
}

.tech-copy > p:not(.eyebrow) {
  max-width: 490px;
  color: var(--muted);
}

.tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 29px;
}

.tech-badges span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  color: #858894;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.07em;
}

.code-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(8, 8, 12, 0.86);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
  transform: rotate(1.2deg);
  transition: transform 500ms var(--ease);
}

.tech-panel:hover .code-card {
  transform: rotate(0);
}

.code-head,
.code-foot {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: #686b77;
  font-family: var(--font-mono);
  font-size: 9px;
}

.code-head {
  justify-content: space-between;
}

.code-head button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 8px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #777a86;
  cursor: pointer;
  font-family: inherit;
  font-size: 8px;
  transition: color 180ms ease, background 180ms ease;
}

.code-head button:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #d3d4db;
}

.code-head svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.code-card pre {
  min-height: 225px;
  margin: 0;
  padding: 42px 30px;
  overflow: auto;
  color: #c8c9d0;
  font-family: var(--font-mono);
  font-size: clamp(10px, 1vw, 13px);
  line-height: 1.9;
}

.code-muted { color: #525560; }
.code-pink { color: #d48cdd; }
.code-blue { color: #78aefc; }
.code-green { color: #9ccca8; }

.code-foot {
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
  border-bottom: 0;
}

.security-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.security-strip > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  padding: 23px 19px;
  border-right: 1px solid var(--line);
}

.security-strip > div:last-child { border-right: 0; }

.security-icon {
  display: grid;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(151, 128, 255, 0.18);
  border-radius: 9px;
  place-items: center;
  background: rgba(124, 92, 255, 0.06);
  color: #9e91c9;
  font-family: var(--font-mono);
  font-size: 8px;
}

.security-strip p {
  margin: 0;
  color: #777a86;
  font-size: 11.5px;
}

.security-strip strong {
  display: block;
  margin-bottom: 3px;
  color: #bdc0c9;
  font-size: 12.5px;
}

/* Answer engine / LLM summary */

.answer-hub {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 120px);
  padding-top: clamp(110px, 11vw, 170px);
  padding-bottom: clamp(90px, 9vw, 140px);
}

.answer-intro h2 {
  max-width: 620px;
  font-size: clamp(42px, 5vw, 72px);
}

.answer-intro > p:last-child {
  max-width: 560px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.answer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-top: 1px solid var(--line);
}

.answer-grid > div {
  min-height: 195px;
  padding: 34px 30px 30px 0;
  border-bottom: 1px solid var(--line);
}

.answer-grid > div:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.answer-grid > div:nth-child(even) {
  padding-left: 30px;
}

.answer-grid dt {
  margin-bottom: 13px;
  color: #dedfe7;
  font-size: 17px;
  font-weight: 620;
}

.answer-grid dd {
  margin: 0;
  color: #858895;
  font-size: 13px;
  line-height: 1.75;
}

/* FAQ */

.faq {
  display: grid;
  grid-template-columns: minmax(290px, 0.65fr) minmax(500px, 1.35fr);
  align-items: start;
  gap: clamp(70px, 11vw, 170px);
  padding-top: clamp(120px, 12vw, 180px);
  padding-bottom: clamp(140px, 14vw, 220px);
}

.faq-intro {
  position: sticky;
  top: 140px;
}

.faq-intro > p:last-child {
  margin-top: 25px;
  color: var(--muted);
}

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

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

.faq-list summary {
  display: grid;
  grid-template-columns: 42px 1fr 30px;
  align-items: center;
  min-height: 96px;
  gap: 15px;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary > span {
  color: #636672;
  font-family: var(--font-mono);
  font-size: 9px;
}

.faq-list summary strong {
  color: #d2d3db;
  font-family: var(--font-display);
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 510;
  letter-spacing: -0.025em;
}

.faq-list summary i {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: transform 350ms var(--ease), background 200ms ease;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 9px;
  height: 1px;
  background: #9a9ca8;
  content: "";
}

.faq-list summary i::after { transform: rotate(90deg); }

.faq-list details[open] summary i {
  background: rgba(124, 92, 255, 0.1);
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 1fr;
  padding: 0 45px 28px 57px;
}

.faq-answer p {
  max-width: 700px;
  margin: 0;
  color: #898c98;
  font-size: 14px;
  line-height: 1.75;
}

/* Final CTA */

.final-cta {
  display: grid;
  min-height: min(850px, 92svh);
  padding-top: 120px;
  padding-bottom: 120px;
  place-items: center;
  text-align: center;
  isolation: isolate;
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  content: "";
}

.final-cta::before { width: 620px; height: 620px; }
.final-cta::after { width: 820px; height: 820px; }

.cta-aura {
  position: absolute;
  z-index: -2;
  width: 620px;
  height: 420px;
  border-radius: 50%;
  background: rgba(91, 61, 195, 0.13);
  filter: blur(100px);
}

.cta-orb {
  position: relative;
  display: grid;
  width: 120px;
  height: 120px;
  margin: 0 auto 18px;
  place-items: center;
}

.cta-orb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.22);
  content: "";
  filter: blur(30px);
}

.cta-orb span {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 52% 48% 56% 44% / 47% 56% 44% 53%;
  background:
    radial-gradient(circle at 30% 22%, #fff 0 2%, transparent 15%),
    linear-gradient(140deg, var(--lilac), var(--violet) 50%, var(--blue));
  box-shadow: 0 0 35px rgba(124, 92, 255, 0.65);
  animation: compact-morph 6s ease-in-out infinite;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  padding-top: 0;
}

.cta-content .eyebrow::before { display: none; }

.cta-content h2 {
  font-size: clamp(53px, 7vw, 102px);
  line-height: 0.93;
}

.cta-content > p:not(.eyebrow) {
  max-width: 650px;
  margin: 30px auto 33px;
  color: var(--muted);
  font-size: 17px;
}

.cta-price {
  width: fit-content;
  margin: -14px auto 31px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: #797c88;
  font-size: 11px;
}

.cta-price strong {
  color: #d5d6dd;
  font-weight: 600;
}

/* Package contact dialog */

.package-dialog {
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  max-height: min(820px, calc(100svh - 32px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: #0b0c11;
  color: var(--text);
  box-shadow: 0 50px 160px rgba(0, 0, 0, 0.72);
}

.package-dialog::backdrop {
  background: rgba(3, 3, 6, 0.8);
  backdrop-filter: blur(16px);
}

.package-dialog-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(430px, 1.18fr);
  align-items: center;
  min-height: 620px;
  background:
    radial-gradient(circle at 78% 50%, rgba(124, 92, 255, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 55%),
    #0b0c11;
}

.package-dialog-close {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  place-items: center;
  background: rgba(14, 15, 21, 0.82);
  color: #d7d8df;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.package-dialog-copy {
  padding: 60px clamp(34px, 5vw, 70px);
}

.package-dialog-copy h2 {
  max-width: 460px;
  margin: 0;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 0.98;
}

.package-dialog-copy h2 span {
  color: #aaa8b6;
}

.package-dialog-copy > p:last-child {
  max-width: 450px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.package-widget-wrap {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 540px;
  padding: 48px 42px 38px 0;
  place-items: center;
}

.package-widget-frame {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 440px);
  height: 440px;
  border: 0;
  border-radius: 30px;
  background: #0c0d12;
  color-scheme: dark;
}

.package-widget-aura {
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.2);
  filter: blur(90px);
}

/* Footer */

.site-footer {
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.7fr 1fr auto;
  align-items: start;
  gap: 50px;
  padding: 55px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.footer-brand {
  font-size: 20px;
}

.footer-brand .brand-logo {
  height: 46px;
}

.footer-main > p {
  max-width: 450px;
  margin: 0;
  color: #757885;
  font-size: 13px;
}

.footer-main nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 35px;
}

.footer-main nav a,
.footer-bottom {
  color: #80838f;
  font-size: 11px;
}

.footer-main nav a:hover,
.footer-bottom a:hover { color: #fff; }

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 27px;
}

.footer-bottom > span:nth-child(2) { color: #555864; }
.footer-bottom a { justify-self: end; }
.footer-bottom a span { margin-left: 7px; }

/* Reveal */

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}

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

.js .reveal-delay-1 { transition-delay: 90ms; }
.js .reveal-delay-2 { transition-delay: 180ms; }
.js .reveal-delay-3 { transition-delay: 270ms; }

/* Responsive */

@media (max-width: 1120px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr); }
  .hero h1 { font-size: clamp(58px, 7.8vw, 86px); }
  .hero-visual { min-height: 520px; }
  .hero-orb-stage { width: min(47vw, 500px); }
  .signal-card-b { right: -4%; }
  .hero-proof { grid-template-columns: repeat(3, auto); }
  .proof-line { display: none; }
  .demo-canvas { grid-template-columns: 0.75fr 1.25fr; padding: 48px; }
  .process-item > div:last-child { gap: 30px; }
  .result { gap: 60px; }
  .audience-row { grid-template-columns: 45px 1.15fr 0.75fr 50px; gap: 20px; }
  .tech-panel { gap: 50px; }
}

@media (max-width: 900px) {
  :root { --page-pad: 26px; }
  .site-header { top: 10px; }
  .nav-shell {
    position: relative;
    grid-template-columns: 1fr auto;
    min-height: 60px;
    padding: 8px 10px 8px 16px;
    border-color: rgba(255, 255, 255, 0.07);
    background: rgba(11, 11, 15, 0.78);
    backdrop-filter: blur(20px);
  }
  .nav-cta { display: none; }
  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    place-content: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.025);
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 16px;
    height: 1px;
    background: #c8c8cf;
    transition: transform 250ms var(--ease);
  }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav {
    position: absolute;
    top: 68px;
    left: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 19px;
    background: rgba(11, 11, 15, 0.96);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 220ms var(--ease), transform 220ms var(--ease), visibility 220ms;
    backdrop-filter: blur(24px);
  }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { padding: 13px 12px; font-size: 14px; }
  .main-nav a::after { display: none; }
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 40px;
  }
  .hero-copy { padding: 0; }
  .hero h1 { max-width: 690px; font-size: clamp(62px, 12vw, 96px); }
  .hero-lead { max-width: 650px; }
  .hero-visual { min-height: 570px; }
  .hero-orb-stage { width: min(84vw, 550px); }
  .signal-card-a { left: 3%; }
  .signal-card-b { right: 3%; }
  .signal-card-c { left: 7%; }
  .hero-proof { grid-column: 1; grid-template-columns: 1fr; gap: 0; margin-top: 10px; padding-top: 0; border-top: 0; }
  .hero-proof > div:not(.proof-line) { justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--line); white-space: normal; }
  .hero-proof div > span { max-width: 70%; text-align: right; }
  .manifesto-grid,
  .split-heading,
  .result,
  .faq,
  .tech-panel,
  .answer-hub { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 35px; }
  .manifesto-body { max-width: 620px; }
  .demo-canvas { grid-template-columns: 1fr; gap: 45px; padding: 55px; }
  .demo-context { max-width: 620px; }
  .widget-mount-wrap { min-height: 430px; }
  .process-item > div:last-child { grid-template-columns: 1fr; gap: 7px; }
  .result { gap: 80px; }
  .result-copy { max-width: 680px; }
  .lead-card { width: min(100%, 690px); margin: 0 auto; }
  .bento-large { min-height: 690px; }
  .bento-visual { height: 405px; }
  .audience-row { grid-template-columns: 45px 1fr 50px; gap: 20px; padding: 30px 0; }
  .audience-row > p { grid-column: 2; }
  .audience-row > a { grid-column: 3; grid-row: 1 / 3; }
  .pricing-tiers,
  .pricing-lower { grid-template-columns: 1fr; }
  .addons-card { min-height: 0; }
  .tech-panel { gap: 65px; }
  .tech-copy { max-width: 680px; }
  .code-card { width: min(100%, 680px); justify-self: center; }
  .security-strip { grid-template-columns: 1fr 1fr; }
  .security-strip > div:nth-child(2) { border-right: 0; }
  .security-strip > div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .faq { gap: 65px; }
  .faq-intro { position: static; }
  .faq-intro > p:last-child { max-width: 520px; }
  .answer-hub { gap: 48px; }
  .package-dialog { overflow: auto; }
  .package-dialog-card { grid-template-columns: 1fr; }
  .package-dialog-copy { padding-bottom: 20px; }
  .package-widget-wrap { min-height: 490px; padding: 20px 34px 44px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main nav { grid-column: 2; grid-row: 1 / 3; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-bottom > span:nth-child(2) { display: none; }
}

@media (max-width: 680px) {
  :root { --page-pad: clamp(26px, 7vw, 34px); }
  .section-shell { width: 100%; padding-left: var(--page-pad); padding-right: calc(var(--page-pad) + env(safe-area-inset-right, 0px)); }
  .eyebrow { margin-bottom: 18px; font-size: 9px; }
  h2 { font-size: clamp(39px, 11vw, 54px); }
  .button { min-height: 51px; padding: 0 20px; }
  .site-header { padding: 0 max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left)); }
  .nav-shell { width: 100%; padding-right: 12px; padding-left: 18px; }
  .brand { font-size: 16px; }
  .brand-logo { height: 38px; }
  .hero { padding-top: 125px; }
  .hero::after { right: -55%; top: 38%; width: 130vw; height: 130vw; }
  .hero-copy { text-align: left; }
  .hero h1 { max-width: 100%; margin-bottom: 24px; font-size: clamp(48px, 15.4vw, 72px); line-height: 0.93; letter-spacing: -0.062em; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-note { align-items: flex-start; }
  .hero-visual { width: 100%; min-height: 425px; margin: 18px 0 0; overflow: hidden; }
  .hero-orb-stage { width: min(92vw, 420px); }
  .signal-card { min-width: 112px; padding: 9px 11px; }
  .signal-card > span:not(.signal-dot) { font-size: 7px; }
  .signal-card strong { font-size: 9px; }
  .signal-card-a { top: 15%; left: 5%; }
  .signal-card-b { top: 28%; right: 5%; }
  .signal-card-c { bottom: 22%; left: 5%; }
  .orb-caption { bottom: 4%; }
  .hero-proof { grid-template-columns: 1fr; gap: 0; padding-top: 0; border-top: 0; }
  .hero-proof > div:not(.proof-line) { grid-template-columns: 44px 1fr; justify-content: start; padding: 13px 0; border-top: 1px solid var(--line); }
  .hero-proof div > span { max-width: none; text-align: left; }
  .manifesto { padding-top: 120px; padding-bottom: 110px; }
  .display-copy { font-size: clamp(42px, 12.5vw, 60px); }
  .manifesto-grid { margin-bottom: 50px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-card { min-height: 410px; border-radius: 23px; }
  .dead-form { height: 205px; }
  .compact-orb { width: 210px; height: 210px; }
  .section-heading { margin-bottom: 48px; }
  .section-heading.centered { text-align: left; }
  .section-heading.centered .eyebrow::before { display: inline-block; }
  .section-heading.centered > p:last-child { margin-left: 0; }
  .demo { padding-top: 100px; padding-bottom: 115px; }
  .demo-frame { margin: 0 -12px; border-radius: 22px; }
  .demo-browserbar { grid-template-columns: auto 1fr; min-height: 52px; padding: 0 14px; }
  .browser-address { justify-self: end; min-width: 0; width: 175px; }
  .browser-status { display: none; }
  .demo-canvas { min-height: 0; gap: 30px; padding: 34px 22px 30px; }
  .demo-context { padding: 0 8px; }
  .demo-context blockquote { font-size: 19px; }
  .widget-mount-wrap { min-height: 410px; }
  .widget-preview-frame { height: 410px; }
  .widget-aura { width: 280px; height: 280px; }
  .process { padding-top: 100px; padding-bottom: 120px; }
  .split-heading { gap: 25px; }
  .process-item { grid-template-columns: 50px 1fr; align-items: start; gap: 8px 16px; min-height: 0; padding: 24px 0; }
  .process-item:hover { background: transparent; transform: none; }
  .process-index { grid-column: 1; grid-row: 1; padding-top: 2px; }
  .process-icon { width: 45px; height: 45px; border-radius: 15px; }
  .process-item > div:last-child { grid-column: 2; grid-row: 1 / span 2; display: block; }
  .process-item h3 { font-size: 22px; }
  .process-item p { margin-top: 8px; font-size: 13px; line-height: 1.62; }
  .result { padding-top: 105px; padding-bottom: 120px; gap: 60px; }
  .lead-card { padding: 20px; border-radius: 22px; }
  .lead-fields { grid-template-columns: 1fr; }
  .lead-fields > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.055) !important; }
  .lead-fields > div:last-child { border-bottom: 0 !important; }
  .benefits { padding-top: 105px; padding-bottom: 120px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card,
  .bento-wide { min-height: 360px; border-radius: 22px; }
  .bento-large { grid-row: auto; min-height: 660px; }
  .bento-visual { height: 390px; }
  .value-first,
  .notify-visual,
  .retention-visual { height: 190px; }
  .value-first { gap: 7px; }
  .value-first span { padding: 7px 8px; font-size: 7px; }
  .value-first i { width: 17px; }
  .control { padding-top: 105px; padding-bottom: 125px; }
  .control-grid { grid-template-columns: 1fr; }
  .control-card { min-height: 480px; padding: 28px 20px; border-radius: 22px; }
  .spam-stack,
  .ai-switches,
  .mail-preview,
  .placement-preview { height: 255px; }
  .mail-preview { width: 100%; height: 220px; margin-top: 27px; }
  .placement-preview { gap: 12px; }
  .placement-desktop { width: 210px; }
  .audiences { padding-top: 105px; padding-bottom: 120px; }
  .audience-row { grid-template-columns: 32px 1fr 44px; gap: 12px; min-height: 0; }
  .audience-row:hover { background: transparent; transform: none; }
  .audience-row > a { width: 42px; height: 42px; }
  .audience-row h3 { font-size: 22px; }
  .pricing { padding-top: 105px; padding-bottom: 125px; }
  .price-card,
  .addons-card,
  .studio-card,
  .agency-card { border-radius: 23px; }
  .price-card { padding: 28px 20px; }
  .price-card-top { align-items: flex-start; flex-direction: column; gap: 12px; }
  .price-value { align-items: flex-end; gap: 11px; }
  .price-value > strong { font-size: clamp(67px, 21vw, 88px); }
  .price-features { grid-template-columns: 1fr; }
  .price-features li { min-height: 0; }
  .price-action { align-items: flex-start; flex-direction: column; }
  .studio-card { padding: 28px 20px; }
  .studio-price-row { grid-template-columns: 1fr; align-items: start; gap: 15px; }
  .studio-price-row > p { max-width: none; }
  .studio-includes { grid-template-columns: 1fr; }
  .studio-action { align-items: flex-start; flex-direction: column; }
  .addons-card { padding: 28px 20px; }
  .addons-head { grid-template-columns: 1fr; gap: 10px; }
  .addon-row { grid-template-columns: 1fr auto; gap: 11px; min-height: 100px; }
  .addon-row > div span { max-width: 230px; }
  .agency-card { padding: 28px 20px; }
  .agency-head { grid-template-columns: 1fr; }
  .agency-price { margin-top: 8px; }
  .agency-features { grid-template-columns: 1fr; }
  .agency-action { align-items: flex-start; flex-direction: column; }
  .agency-orb { right: -35px; width: 150px; height: 150px; }
  .technology { padding-top: 95px; padding-bottom: 120px; }
  .tech-panel { min-height: 0; padding: 35px 20px; border-radius: 23px; }
  .code-card { border-radius: 16px; transform: none; }
  .code-card pre { min-height: 200px; padding: 31px 17px; font-size: 9px; }
  .security-strip { grid-template-columns: 1fr; }
  .security-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .security-strip > div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .security-strip > div:last-child { border-bottom: 0; }
  .faq { padding-top: 105px; padding-bottom: 130px; gap: 45px; }
  .faq-list summary { grid-template-columns: 28px 1fr 28px; min-height: 90px; gap: 9px; }
  .faq-list summary strong { font-size: 17px; }
  .faq-answer { padding: 0 3px 26px 37px; }
  .faq-answer p { font-size: 13px; }
  .answer-hub { padding-top: 90px; padding-bottom: 95px; }
  .answer-grid { grid-template-columns: 1fr; }
  .answer-grid > div,
  .answer-grid > div:nth-child(even) { min-height: 0; padding: 25px 0; border-right: 0; }
  .package-dialog { width: calc(100vw - 20px); max-height: calc(100svh - 20px); border-radius: 22px; }
  .package-dialog-card { min-height: 0; }
  .package-dialog-close { top: 12px; right: 12px; width: 38px; height: 38px; }
  .package-dialog-copy { padding: 54px 22px 12px; }
  .package-dialog-copy h2 { font-size: clamp(38px, 11vw, 52px); }
  .package-widget-wrap { min-height: 430px; padding: 8px 10px 24px; }
  .package-widget-frame { height: 410px; border-radius: 22px; }
  .final-cta { min-height: 760px; overflow: hidden; }
  .final-cta::before { width: 130vw; height: 130vw; }
  .final-cta::after { width: 175vw; height: 175vw; }
  .cta-orb { top: auto; width: 102px; height: 102px; margin-bottom: 14px; }
  .cta-content { padding-top: 0; }
  .cta-content h2 { font-size: clamp(47px, 13vw, 65px); }
  .cta-content > p:not(.eyebrow) { font-size: 15px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand .brand-logo { height: 40px; }
  .footer-main nav { grid-column: 1; grid-row: auto; margin-top: 15px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 10px; }
  .footer-bottom a { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
  .hero-orb-stage { transform: none !important; }
}
