:root {
  --bg: #161820;
  --panel: #232733;
  --panel-2: #2f3441;
  --panel-3: #191c25;
  --ink: #fff6e8;
  --text: #ccd0da;
  --muted: #8e95a4;
  --line: rgba(255, 246, 232, .13);
  --line-strong: rgba(255, 246, 232, .25);
  --accent: #ffd84d;
  --accent-2: #ff7a35;
  --accent-3: #8df0ff;
  --cream: #fff1c7;
  --black: #090b0e;
  --shadow-pop: 0 28px 80px rgba(0, 0, 0, .35);
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, .22);
  --container: 1180px;
  --radius: 8px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 216, 77, .16), transparent 22rem),
    radial-gradient(circle at 82% 24%, rgba(255, 122, 53, .14), transparent 24rem),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(180deg, #191c25 0%, #151720 46%, #202330 100%);
  line-height: 1.55;
  text-rendering: geometricPrecision;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(126deg, transparent 0 48%, rgba(255, 216, 77, .88) 48% 52%, transparent 52% 58%, rgba(255, 122, 53, .9) 58% 61%, transparent 61%),
    radial-gradient(circle at 63% 18%, rgba(255, 216, 77, .15), transparent 19rem);
  opacity: .86;
}

img,
svg {
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

.container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

.section-pad {
  padding: 108px 0;
}

.skip-link {
  position: absolute;
  left: 24px;
  top: -90px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--black);
  background: var(--accent);
  border-radius: 4px;
  font-weight: 800;
}

.skip-link:focus {
  top: 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(17, 22, 29, .82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: max-content;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 9px;
  height: 9px;
  display: inline-block;
  overflow: hidden;
  color: transparent;
  background: var(--accent);
  box-shadow: 10px 0 0 var(--accent-2), 20px 0 0 rgba(255, 255, 255, .58);
}

.brand-name {
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
}

.nav a,
.footer-links a {
  position: relative;
}

.nav a::after,
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 2px;
  background: var(--accent);
  transition: right .24s var(--ease);
}

.nav a:hover::after,
.footer-links a:hover::after {
  right: 0;
}

.header-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: rgba(255, 255, 255, .03);
  font-size: 13px;
  font-weight: 800;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}

.header-cta:hover {
  border-color: var(--accent);
  background: rgba(255, 100, 47, .08);
}

.hero {
  min-height: min(640px, calc(100svh - 78px));
  display: grid;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
}

.hero-grid {
  position: relative;
  min-height: min(640px, calc(100svh - 78px));
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
  gap: 0;
}

.hero-grid::before {
  content: "CHAT";
  position: absolute;
  top: 10px;
  right: -12px;
  z-index: 0;
  color: rgba(255, 255, 255, .055);
  font-size: clamp(96px, 18vw, 250px);
  line-height: .8;
  font-weight: 900;
  letter-spacing: -.06em;
  text-transform: lowercase;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 610px;
  padding: clamp(22px, 3.2vh, 36px) 0 clamp(18px, 2.6vh, 30px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 12.8ch;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(42px, 4.1vw, 62px);
  line-height: .95;
  letter-spacing: 0;
  font-weight: 900;
}

h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(34px, 4.8vw, 66px);
  line-height: .94;
  letter-spacing: 0;
  font-weight: 900;
}

h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 520px;
  margin: 0 0 16px;
  color: var(--text);
  font-size: clamp(15px, 1.1vw, 17px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: transform .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease);
}

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

.btn-primary {
  color: #12141b;
  border-color: var(--accent);
  background: linear-gradient(135deg, var(--accent), #fff19a);
  box-shadow: 0 18px 38px rgba(255, 216, 77, .24), inset 0 -3px 0 rgba(0, 0, 0, .12);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, .025);
}

.btn-secondary:hover {
  border-color: var(--accent);
  background: rgba(255, 216, 77, .08);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 620px);
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.trust-list li {
  min-height: 48px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025));
  font-size: 12px;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: min(640px, calc(100svh - 78px));
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 54%, rgba(255, 216, 77, .12), transparent 22rem),
    #10141b;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(21, 24, 32, .24), transparent 22%),
    linear-gradient(180deg, rgba(8, 10, 14, .18), transparent 35%, rgba(8, 10, 14, .24));
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 3;
  pointer-events: none;
  border: 1px solid rgba(255, 216, 77, .18);
  box-shadow: inset 0 0 80px rgba(255, 216, 77, .08);
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.02);
}

.visual-card {
  display: none;
  position: relative;
  z-index: 2;
  width: min(58%, 270px);
  min-height: min(42vh, 330px);
  padding: 24px 20px 20px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 38px 38px 20px 20px;
  background:
    radial-gradient(circle at 30% 18%, rgba(141, 240, 255, .12), transparent 16rem),
    linear-gradient(90deg, rgba(255,255,255,.08), transparent 35%),
    linear-gradient(160deg, #2a2f38 0%, #090b0f 58%, #171b21 100%);
  box-shadow:
    0 42px 95px rgba(0, 0, 0, .5),
    0 0 0 10px rgba(255, 255, 255, .025),
    inset 0 1px 0 rgba(255, 255, 255, .09);
}

.visual-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -42px;
  width: 14px;
  height: 92px;
  border-radius: 99px;
  background: linear-gradient(90deg, #020305, #3b4652 48%, #07090c);
  transform: translateX(-50%) rotate(8deg);
  box-shadow: 8px 18px 18px rgba(0, 0, 0, .24);
}

.visual-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 72px;
  width: 112%;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, #252b33, #06080b);
  transform: translateX(-50%);
  box-shadow: 0 12px 20px rgba(0, 0, 0, .32);
}

.visual-topline {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 18px;
  display: flex;
  justify-content: space-between;
  opacity: .6;
}

.visual-topline span {
  width: 30px;
  height: 3px;
  display: block;
  background: rgba(241, 223, 201, .24);
}

.character-panel {
  position: relative;
  z-index: 3;
  min-height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 84px;
  text-align: center;
}

.portrait {
  display: none;
}

.visual-kicker {
  margin: 0 0 6px;
  color: rgba(241, 223, 201, .36);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.character-panel h2 {
  max-width: 8ch;
  margin: 0 auto 8px;
  color: rgba(241, 223, 201, .16);
  font-size: 27px;
  line-height: .9;
  text-transform: uppercase;
}

.character-panel p:last-child {
  width: min(100%, 260px);
  margin: 0 auto;
  color: rgba(241, 223, 201, .5);
  font-size: 11px;
}

.chat-lines {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 7px;
  margin-top: 16px;
}

.line {
  height: 6px;
  display: block;
  border-radius: 2px;
  background: rgba(241, 223, 201, .12);
}

.line-one {
  width: 82%;
}

.line-two {
  width: 55%;
  background: var(--accent);
}

.line-three {
  width: 68%;
}

.visual-note {
  display: none;
  position: absolute;
  z-index: 4;
  width: 148px;
  padding: 13px;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, .06);
  background: rgba(19, 23, 29, .82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  font-size: 11px;
  font-weight: 800;
}

.visual-note::after {
  content: "→";
  float: right;
  color: var(--accent);
}

.visual-note-one {
  left: 11%;
  bottom: 10%;
}

.visual-note-two {
  right: 7%;
  top: 44%;
}

.metrics {
  position: relative;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #242833, #1a1d27);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metrics-grid div {
  min-height: 88px;
  padding: 18px 18px;
  border-right: 1px solid var(--line);
}

.metrics-grid div:last-child {
  border-right: 0;
}

.metrics strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.text-link::after {
  content: "→";
  color: var(--accent-2);
}

.metrics span {
  display: block;
  max-width: 170px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.section-head {
  max-width: 800px;
  margin-bottom: 48px;
}

.section-head p:not(.eyebrow),
.split-copy p,
.seo-copy,
.audience-card p {
  color: var(--text);
  font-size: 17px;
}

.narrow {
  max-width: 680px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border: 0;
  background: transparent;
}

.feature-card,
.process-grid article,
.use-list article,
.faq-list details {
  background: linear-gradient(180deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .035));
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.feature-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 18px;
  overflow: hidden;
  transition: transform .22s var(--ease), background .22s var(--ease);
}

.feature-card:hover,
.use-list article:hover,
.process-grid article:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .045));
  transform: translateY(-4px);
}

.feature-number {
  position: absolute;
  display: block;
  margin-bottom: 0;
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 950;
}

.feature-media,
.mini-media,
.process-media,
.seo-media,
.quote-media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 216, 77, .95), rgba(255, 122, 53, .82)),
    #2b303b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 16px 38px rgba(0, 0, 0, .22);
}

.feature-media {
  height: 145px;
  margin-bottom: 24px;
}

.feature-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
}

.mini-media img,
.process-media img,
.seo-media img,
.quote-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
}

.feature-media::before,
.feature-media::after,
.mini-media::before,
.process-media::before,
.seo-media::before,
.showcase-art::before {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.feature-media::before {
  display: none;
}

.feature-media::after {
  display: none;
}

.feature-media-speed {
  background: linear-gradient(135deg, #8df0ff, #446cff 58%, #242833);
}

.feature-media-creator {
  background: linear-gradient(135deg, #ff7a35, #ffd84d 60%, #fff6e8);
}

.feature-media-trust {
  background: linear-gradient(135deg, #242833, #4a5364 54%, #ffd84d);
}

.feature-card p,
.process-grid p,
.use-list p,
.faq-list p,
.seo-copy p {
  color: var(--text);
}

.split-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(132deg, transparent 0 58%, rgba(255, 216, 77, .18) 58% 64%, transparent 64%),
    linear-gradient(90deg, rgba(255, 255, 255, .045), transparent 45%),
    #181b24;
}

.split-grid,
.seo-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 58px;
  align-items: start;
}

.split-copy .btn,
.seo-grid .btn {
  margin-top: 20px;
}

.use-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  border: 0;
  background: transparent;
}

.use-list article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 18px;
  transition: transform .22s var(--ease), background .22s var(--ease);
}

.mini-media {
  height: 112px;
  margin-bottom: 20px;
}

.mini-media::before {
  display: none;
}

.mini-story {
  background: linear-gradient(135deg, #ffd84d, #ff7a35);
}

.mini-language {
  background: linear-gradient(135deg, #8df0ff, #3d4cff);
}

.mini-companion {
  background: linear-gradient(135deg, #ff7a35, #252a36);
}

.mini-brand {
  background: linear-gradient(135deg, #fff6e8, #ffd84d 52%, #242833);
}

.process {
  background:
    radial-gradient(circle at 10% 0%, rgba(141, 240, 255, .1), transparent 22rem),
    linear-gradient(180deg, transparent, rgba(255, 216, 77, .04)),
    #151820;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border: 0;
  background: transparent;
}

.process-grid article {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 18px;
  transition: transform .22s var(--ease), background .22s var(--ease);
}

.process-grid span {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  color: #11161d;
  background: var(--accent);
  border-radius: 50%;
  font-weight: 950;
}

.process-media {
  height: 126px;
  margin-bottom: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.2), transparent 45%),
    linear-gradient(135deg, #2e3441, #ffd84d);
}

.process-media::before {
  display: none;
}

.seo-block {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(132deg, rgba(255, 122, 53, .1) 0 22%, transparent 22%),
    linear-gradient(90deg, transparent 0 50%, rgba(255, 255, 255, .045) 50% 100%),
    #202431;
}

.seo-copy {
  columns: 2 280px;
  column-gap: 36px;
}

.seo-copy p {
  break-inside: avoid;
  margin-bottom: 18px;
}

.showcase-block {
  background:
    linear-gradient(132deg, transparent 0 16%, rgba(255, 216, 77, .92) 16% 22%, transparent 22% 30%, rgba(255, 122, 53, .88) 30% 34%, transparent 34%),
    #181b24;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) 1fr;
  gap: 56px;
  align-items: center;
}

.showcase-art {
  position: relative;
  min-height: 450px;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 246, 232, .18), transparent 13rem),
    linear-gradient(160deg, #303644, #11141b 62%);
  box-shadow: var(--shadow-pop), inset 0 1px 0 rgba(255,255,255,.12);
}

.showcase-art::before {
  inset: 0;
  z-index: 2;
  width: auto;
  height: auto;
  right: auto;
  top: auto;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(11, 14, 20, .06), rgba(11, 14, 20, .22)),
    linear-gradient(90deg, rgba(255, 216, 77, .12), transparent 28%, rgba(255, 122, 53, .1));
  pointer-events: none;
}

.showcase-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.07) contrast(1.03);
}

.avatar-stack {
  display: none;
  position: absolute;
  inset: 58px 44px;
}

.avatar-stack span {
  position: absolute;
  display: block;
  width: 190px;
  height: 250px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 48% 28%, rgba(255,255,255,.76) 0 18px, transparent 19px),
    linear-gradient(145deg, #ffd84d, #ff7a35);
  box-shadow: 0 24px 54px rgba(0,0,0,.32);
}

.avatar-stack span:nth-child(1) {
  left: 10px;
  top: 72px;
  transform: rotate(-9deg);
}

.avatar-stack span:nth-child(2) {
  left: 130px;
  top: 18px;
  z-index: 2;
  background:
    radial-gradient(circle at 48% 28%, rgba(255,255,255,.76) 0 18px, transparent 19px),
    linear-gradient(145deg, #8df0ff, #4c5dff);
}

.avatar-stack span:nth-child(3) {
  left: 250px;
  top: 92px;
  background:
    radial-gradient(circle at 48% 28%, rgba(255,255,255,.76) 0 18px, transparent 19px),
    linear-gradient(145deg, #fff6e8, #ffd84d);
}

.showcase-copy p {
  max-width: 620px;
  color: var(--text);
  font-size: 18px;
}

.showcase-copy .btn {
  margin-top: 18px;
}

.seo-cards {
  background:
    radial-gradient(circle at 80% 15%, rgba(141, 240, 255, .1), transparent 20rem),
    #151820;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.seo-card-grid article {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  box-shadow: var(--shadow-soft);
}

.seo-media {
  height: 150px;
  margin-bottom: 24px;
}

.seo-media::before {
  display: none;
}

.seo-media-roleplay {
  background: linear-gradient(135deg, #ff7a35, #ffd84d);
}

.seo-media-custom {
  background: linear-gradient(135deg, #8df0ff, #5362ff);
}

.seo-media-companion {
  background: linear-gradient(135deg, #fff6e8, #ff7a35 55%, #242833);
}

.audience {
  background:
    linear-gradient(132deg, transparent 0 54%, rgba(255, 216, 77, .82) 54% 59%, transparent 59% 66%, rgba(255, 122, 53, .8) 66% 69%, transparent 69%),
    #171a23;
}

.audience-card {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 430px);
  gap: 42px;
  align-items: center;
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid var(--line-strong);
  border-radius: 26px;
  background:
    radial-gradient(circle at 85% 24%, rgba(255, 216, 77, .26), transparent 18rem),
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
    #202431;
  box-shadow: var(--shadow-pop);
}

.cta-panel {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 216, 77, .18), transparent 10rem),
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
    rgba(11, 14, 18, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 22px 58px rgba(0,0,0,.26);
}

.cta-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cta-panel h3 {
  max-width: 12ch;
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 38px);
}

.cta-panel p:not(.cta-kicker) {
  color: var(--text);
  font-size: 15px;
}

.cta-panel ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0 22px;
  list-style: none;
}

.cta-panel li {
  position: relative;
  padding-left: 22px;
  color: var(--text);
  font-size: 14px;
}

.cta-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(255, 216, 77, .52);
}

.cta-button {
  width: 100%;
}

.faq {
  background: #151820;
}

.faq-list {
  display: grid;
  gap: 12px;
  border: 0;
  background: transparent;
}

.faq-list details {
  padding: 22px 24px;
  border-radius: 16px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.faq-list p {
  margin: 14px 0 0;
}

.testimonials {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 216, 77, .12), transparent 20rem),
    #202431;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-grid article {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
  box-shadow: var(--shadow-soft);
}

.quote-media {
  width: 76px;
  height: 76px;
  margin-bottom: 28px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.85) 0 10px, transparent 11px),
    linear-gradient(135deg, #ffd84d, #ff7a35);
}

.quote-media img {
  border-radius: inherit;
}

.testimonial-grid article:nth-child(2) .quote-media {
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.85) 0 10px, transparent 11px),
    linear-gradient(135deg, #8df0ff, #5260ff);
}

.testimonial-grid article:nth-child(3) .quote-media {
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.85) 0 10px, transparent 11px),
    linear-gradient(135deg, #fff6e8, #ffd84d);
}

.testimonial-grid p {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}

.testimonial-grid strong {
  margin-top: auto;
  color: var(--accent);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.site-footer {
  padding: 48px 0 58px;
  border-top: 1px solid var(--line);
  background: #0b0e12;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand {
  margin-bottom: 14px;
}

.site-footer p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1020px) {
  .section-pad {
    padding: 82px 0;
  }

  .nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .hero-grid,
  .split-grid,
  .seo-grid,
  .showcase-grid,
  .audience-card {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid::before {
    top: 28px;
    right: -20px;
    font-size: 96px;
  }

  .hero-copy {
    max-width: 760px;
    padding: 46px 0 28px;
  }

  h1 {
    max-width: 12.5ch;
    font-size: clamp(42px, 7.8vw, 64px);
  }

  .hero-visual {
    min-height: 420px;
    margin-inline: -24px;
  }

  .hero-image {
    object-position: center 46%;
  }

  .metrics-grid,
  .feature-grid,
  .process-grid,
  .seo-card-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-art {
    min-height: 390px;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .section-pad {
    padding: 54px 0;
  }

  .header-inner {
    min-height: 42px;
    justify-content: center;
  }

  .brand-name {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-copy,
  .section-head,
  .split-copy,
  .showcase-copy,
  .seo-grid > div:first-child,
  .audience-card > div:first-child {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  h1 {
    max-width: 10.5ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(34px, 10vw, 48px);
  }

  h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(32px, 10vw, 46px);
  }

  .hero-copy {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .hero-lead {
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 330px);
    margin-left: auto;
    margin-right: auto;
  }

  .split-copy .btn,
  .seo-grid .btn,
  .showcase-copy .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .metrics-grid,
  .feature-grid,
  .process-grid,
  .use-list,
  .seo-card-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .trust-list {
    display: none;
  }

  .metrics-grid div {
    min-height: 56px;
    text-align: center;
  }

  .metrics span {
    margin-left: auto;
    margin-right: auto;
  }

  .metrics-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metrics-grid div:last-child {
    border-bottom: 0;
  }

  .hero-visual {
    min-height: 340px;
    margin-inline: -12px;
  }

  .hero-visual::after {
    inset: 14px;
  }

  .visual-card {
    width: min(72%, 240px);
    min-height: 290px;
  }

  .visual-note {
    display: none;
  }

  .feature-card,
  .process-grid article,
  .use-list article,
  .seo-card-grid article,
  .testimonial-grid article {
    min-height: auto;
  }

  .feature-number,
  .process-grid span {
    margin-bottom: 34px;
  }

  .feature-media,
  .seo-media {
    height: 124px;
  }

  .mini-media,
  .process-media {
    height: 106px;
  }

  .showcase-art {
    min-height: 330px;
  }

  .avatar-stack {
    inset: 42px 20px;
    transform: scale(.72);
    transform-origin: top left;
  }

  .footer-grid {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
