@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("assets/fonts/unbounded-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("assets/fonts/unbounded-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("assets/fonts/unbounded-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("assets/fonts/unbounded-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #050708;
  --bg-2: #081324;
  --panel: rgba(9, 17, 31, 0.72);
  --panel-strong: rgba(10, 25, 49, 0.88);
  --line: rgba(111, 174, 255, 0.23);
  --line-strong: rgba(53, 136, 255, 0.56);
  --text: #eef6ff;
  --muted: #9eb0c6;
  --dim: #68788e;
  --blue: #176bff;
  --cyan: #00d4ff;
  --silver: #c8d3e3;
  --danger-space: #102b65;
  --font-display: "Unbounded", "Manrope", sans-serif;
  --font-body: "Manrope", sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 50% 0%, rgba(23, 107, 255, 0.22), transparent 34rem),
    linear-gradient(180deg, #030507 0%, #06101d 45%, #030507 100%);
  color: var(--text);
  font-family: var(--font-body);
  letter-spacing: 0;
  overflow-x: hidden;
}

body.landing-page {
  padding-top: 118px;
}

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

button,
input,
select {
  font: inherit;
}

section {
  scroll-margin-top: 92px;
}

.is-backlog {
  display: none;
}

.cosmos {
  position: fixed;
  inset: 0;
  z-index: -3;
  background: #030507;
  overflow: hidden;
}

.stars,
.stars::before,
.stars::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    radial-gradient(circle, rgba(255,255,255,.7) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0,212,255,.6) 0 1px, transparent 1.6px);
  background-position: 0 0, 70px 110px;
  background-size: 170px 170px, 260px 260px;
  opacity: .25;
}

.stars::after {
  transform: scale(1.35);
  opacity: .14;
}

.nebula {
  position: absolute;
  width: 54vw;
  height: 54vw;
  filter: blur(42px);
  opacity: .32;
  border-radius: 50%;
}

.nebula-a {
  left: -22vw;
  top: 12vh;
  background: radial-gradient(circle, rgba(0, 110, 255, .68), transparent 62%);
}

.nebula-b {
  right: -26vw;
  bottom: 4vh;
  background: radial-gradient(circle, rgba(0, 212, 255, .42), transparent 60%);
}

.site-header {
  position: fixed;
  left: 50%;
  top: 8px;
  z-index: 20;
  display: block;
  width: min(1060px, calc(100% - 32px));
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(126, 173, 255, .16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(3, 7, 13, .82), rgba(3, 7, 13, .62)),
    radial-gradient(circle at 88% 0%, rgba(0, 212, 255, .1), transparent 30%);
  box-shadow: 0 14px 48px rgba(0, 0, 0, .34);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
  transition: top .24s ease, padding .24s ease, background .24s ease, box-shadow .24s ease;
}

.header-status {
  display: flex;
  align-items: center;
  min-height: 28px;
  max-height: 38px;
  padding: 0 4px 6px;
  border-bottom: 1px solid rgba(126, 173, 255, .1);
  overflow: hidden;
  opacity: 1;
  transition: max-height .24s ease, min-height .24s ease, padding .24s ease, opacity .18s ease, border-color .24s ease;
}

.status-line {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 14px;
  min-width: 0;
}

.status-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b9c7d8;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-pill::before {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  content: "";
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(0, 212, 255, .72);
}

.status-date {
  color: #f4d06c;
}

.status-date::before {
  background: #f4d06c;
  box-shadow: 0 0 14px rgba(244, 208, 108, .72);
}

.status-seats {
  color: #ff7c88;
}

.status-seats::before {
  background: #ff6f7d;
  box-shadow: 0 0 14px rgba(255, 111, 125, .74);
}

.status-watchers b {
  color: var(--text);
  font: inherit;
}

.status-watchers::before {
  background: #1fe0a5;
  box-shadow: 0 0 14px rgba(31, 224, 165, .74);
}

.header-nav {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 9px 4px 2px;
}

.brand,
.main-nav,
.header-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 9px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
}

.brand-symbol,
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #f4d06c;
  filter: drop-shadow(0 0 10px rgba(244, 208, 108, .68));
}

.brand-mark {
  background:
    linear-gradient(90deg, transparent 42%, currentColor 42% 58%, transparent 58%),
    linear-gradient(0deg, transparent 42%, currentColor 42% 58%, transparent 58%);
  color: #7db7ff;
  transform: rotate(45deg);
}

.brand em {
  color: rgba(238, 246, 255, .48);
  font-style: normal;
}

.main-nav {
  justify-content: center;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.main-nav a,
.header-cta {
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.main-nav a:hover {
  color: var(--text);
}

.header-cta {
  justify-self: end;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(0, 212, 255, .48);
  border-radius: 7px;
  color: #06101a;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #f4d06c 0%, #00d4ff 100%);
  box-shadow: 0 0 24px rgba(0, 212, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .42);
  white-space: nowrap;
}

.header-cta:hover {
  color: #06101a;
  border-color: rgba(244, 208, 108, .7);
  box-shadow: 0 0 42px rgba(0, 212, 255, .34), inset 0 1px 0 rgba(255, 255, 255, .58);
}

body.is-header-scrolled .site-header {
  top: 7px;
  padding: 6px 9px;
  background:
    linear-gradient(180deg, rgba(3, 7, 13, .9), rgba(3, 7, 13, .72)),
    radial-gradient(circle at 88% 0%, rgba(0, 212, 255, .11), transparent 28%);
  box-shadow: 0 12px 42px rgba(0, 0, 0, .38);
}

body.is-header-scrolled .header-status {
  min-height: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-color: transparent;
  opacity: 0;
}

body.is-header-scrolled .header-nav {
  padding-top: 2px;
}

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: block;
  min-height: 0;
  height: auto;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: clamp(74px, 8vw, 108px) max(34px, calc((100vw - 1180px) / 2 + 34px)) 26px;
  border-top: 1px solid rgba(86, 148, 255, .2);
  border-bottom: 1px solid rgba(86, 148, 255, .2);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin-top: 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 6, 12, .94) 0%, rgba(2, 6, 12, .78) 46%, rgba(2, 6, 12, .22) 78%, rgba(2, 6, 12, .48) 100%),
    linear-gradient(180deg, rgba(3, 7, 13, .1), rgba(3, 7, 13, .72));
  box-shadow: inset 0 0 90px rgba(23, 107, 255, .08), 0 28px 100px rgba(0, 0, 0, .45);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding-bottom: 0;
}

.hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.hero-meta-chip,
.hero-meta-date,
.hero-meta-city {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: #eef7ff;
  font-family: var(--font-display);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-meta-chip {
  flex: 0 0 auto;
  padding: 0 26px 0 66px;
  border: 1px solid rgba(131, 187, 255, .18);
  border-radius: 999px;
  background: rgba(5, 12, 24, .34);
  font-size: 16px;
}

.hero-meta-chip::before,
.hero-meta-city::after {
  content: "";
  width: 22px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg, #2a8cff, #6fd7ff);
  box-shadow: 0 0 18px rgba(55, 154, 255, .34);
  transform: skewX(-22deg);
}

.hero-meta-chip::before {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%) skewX(-22deg);
}

.hero-meta-date {
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.7vw, 38px);
  line-height: 1;
  letter-spacing: .04em;
}

.hero-meta-city {
  flex: 0 0 auto;
  margin-left: auto;
  gap: 16px;
  font-size: 16px;
  letter-spacing: .04em;
  text-transform: none;
  white-space: nowrap;
}

.eyebrow {
  margin: 0 0 18px;
  color: #7fa8d8;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  margin-bottom: 22px;
  color: #8fc6ff;
  font-size: 14px;
  letter-spacing: .3em;
  text-shadow: 0 0 20px rgba(0, 212, 255, .34);
}

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

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(46px, 4.85vw, 74px);
  text-transform: uppercase;
  text-shadow: 0 0 36px rgba(67, 148, 255, .28);
  overflow-wrap: normal;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.4vw, 70px);
}

h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.lead {
  max-width: 640px;
  color: #d7e6f7;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.micro,
.note,
.section-heading p,
.glass-card p,
.dashboard-card p,
.persona-card p,
.file-card p,
.expert-copy p,
.price-card p,
.faq p,
.final-cta p {
  color: var(--muted);
  line-height: 1.65;
}

.micro {
  margin-bottom: 28px;
  color: #c4d7ef;
}

.note {
  max-width: 560px;
  margin-bottom: 26px;
  color: #c9d8ea;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 0 28px rgba(23, 107, 255, .34);
}

.button-ghost {
  color: #dbeaff;
  border-color: rgba(136, 177, 239, .28);
  background: rgba(255, 255, 255, .035);
}

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

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 40%, rgba(0, 212, 255, .22), transparent 16%),
    radial-gradient(circle at 64% 62%, rgba(23, 107, 255, .28), transparent 38%),
    linear-gradient(180deg, rgba(4, 10, 21, .15), rgba(4, 8, 14, .94));
  box-shadow: none;
}

.hero-backdrop-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: .82;
  filter: saturate(1.08) contrast(1.1) brightness(.82);
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(rgba(91, 154, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 154, 255, .055) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at 72% 48%, black, transparent 72%);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    radial-gradient(circle at 74% 42%, transparent 0 22%, rgba(3, 7, 13, .22) 48%, rgba(3, 7, 13, .72) 100%),
    linear-gradient(90deg, rgba(3, 7, 13, .84) 0%, rgba(3, 7, 13, .6) 34%, rgba(3, 7, 13, .1) 66%, rgba(3, 7, 13, .24) 100%);
  pointer-events: none;
}

.deep-grid {
  position: absolute;
  z-index: 2;
  left: 44%;
  right: -5%;
  top: 8%;
  bottom: 12%;
  opacity: .34;
  background:
    linear-gradient(rgba(0, 212, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, .08) 1px, transparent 1px);
  background-size: 52px 52px;
  transform: perspective(560px) rotateX(62deg) rotateZ(-7deg);
  transform-origin: center;
}

.orbit-ring {
  display: none;
}

.ring-one {
  width: min(56vw, 640px);
  height: 136px;
  animation: pulseRing 5s ease-in-out infinite;
}

.ring-two {
  width: min(76vw, 920px);
  height: 224px;
  transform: translate(-50%, -50%) rotate(18deg);
  opacity: .62;
  animation: pulseRing 6.5s ease-in-out infinite reverse;
}

.ring-three {
  width: min(86vw, 1080px);
  height: 310px;
  transform: translate(-50%, -50%) rotate(-4deg);
  opacity: .28;
}

.planet {
  display: none;
}

.ai-core {
  display: none;
}

.ai-core span {
  display: none;
}

.ai-core span:nth-child(1) { transform: rotate(0deg); }
.ai-core span:nth-child(2) { transform: rotate(60deg); }
.ai-core span:nth-child(3) { transform: rotate(120deg); }

.horizon {
  position: absolute;
  z-index: 2;
  left: -8%;
  right: -8%;
  bottom: -24%;
  height: 48%;
  border-radius: 50% 50% 0 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.95) 0 1px, rgba(0,212,255,.9) 2px, rgba(23,107,255,.48) 8px, transparent 19px),
    radial-gradient(ellipse at 50% 0%, rgba(0, 112, 255, .62), rgba(3, 10, 22, .9) 60%);
  box-shadow: 0 -10px 70px rgba(0, 154, 255, .68);
}

.data-map {
  display: none;
}

.data-map::before,
.data-map::after {
  position: absolute;
  inset: 18% 8% 28% 0;
  content: "";
  border-top: 1px solid rgba(0, 212, 255, .22);
  border-bottom: 1px solid rgba(0, 212, 255, .15);
  transform: skewY(-13deg);
}

.data-map::after {
  inset: 34% 4% 18% 13%;
  border-color: rgba(126, 183, 255, .18);
  transform: skewY(9deg);
}

.data-map i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b9f4ff;
  box-shadow: 0 0 18px rgba(0, 212, 255, .9);
}

.data-map i:nth-child(1) { left: 5%; top: 28%; }
.data-map i:nth-child(2) { left: 28%; top: 48%; }
.data-map i:nth-child(3) { left: 50%; top: 22%; }
.data-map i:nth-child(4) { left: 72%; top: 58%; }
.data-map i:nth-child(5) { left: 90%; top: 34%; }

.signal-card {
  position: absolute;
  z-index: 4;
  width: 178px;
  padding: 14px;
  border: 1px solid rgba(119, 177, 255, .22);
  border-radius: 6px;
  background: rgba(0, 9, 20, .54);
  color: var(--muted);
  font-size: 12px;
  backdrop-filter: blur(12px);
}

.signal-card b {
  display: block;
  margin-bottom: 8px;
  color: #8cc9ff;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.signal-card span {
  display: block;
}

.signal-before {
  left: auto;
  right: 58px;
  top: 108px;
  bottom: auto;
}

.signal-after {
  right: 58px;
  bottom: 154px;
}

.hero-facts {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.hero-facts article,
.glass-card,
.dashboard-card,
.persona-card,
.file-card,
.price-card,
.guarantee,
.request-form,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(12, 25, 45, .74), rgba(5, 10, 18, .7));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.hero-facts article {
  padding: 18px;
}

.hero-facts strong {
  display: block;
  color: #dff8ff;
  font-family: var(--font-display);
  font-size: 30px;
}

.hero-facts span {
  color: var(--muted);
  font-size: 13px;
}

.section-heading {
  max-width: 880px;
  padding-top: 96px;
  margin-bottom: 34px;
}

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

.section-heading.inline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
  align-items: end;
}

.process-grid,
.audience-grid,
.capability-grid,
.kit-grid,
.pricing-grid,
.community-grid {
  display: grid;
  gap: 12px;
}

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

.glass-card,
.dashboard-card,
.persona-card,
.file-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.glass-card::after,
.dashboard-card::after,
.persona-card::after,
.file-card::after,
.price-card::after {
  position: absolute;
  inset: auto 18px 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, .72), transparent);
}

.glass-card span,
.file-card span {
  display: inline-block;
  margin-bottom: 38px;
  color: #7fa8d8;
  font-family: var(--font-display);
  font-size: 12px;
}

.recognition {
  padding-top: 24px;
}

.recognition .section-heading h2 {
  max-width: 1120px;
  font-size: clamp(36px, 4vw, 54px);
}

.recognition .section-heading h2 span {
  display: block;
  white-space: nowrap;
}

.orbit-person {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(92, 154, 255, .16);
  border-radius: 8px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(0, 212, 255, .14), transparent 21%),
    radial-gradient(ellipse at 50% 54%, rgba(23, 107, 255, .18), transparent 34%),
    linear-gradient(180deg, rgba(8, 19, 36, .42), rgba(5, 7, 10, .72));
  overflow: hidden;
}

.orbit-person::before {
  position: absolute;
  inset: 16% 14%;
  content: "";
  border: 1px solid rgba(116, 180, 255, .16);
  border-radius: 50%;
  transform: rotate(-9deg);
}

.person-core {
  position: absolute;
  left: 50%;
  top: 47%;
  display: grid;
  place-items: center;
  width: 460px;
  height: 520px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.person-core::after {
  position: absolute;
  inset: 58% -12% -4%;
  height: auto;
  content: "";
  background: radial-gradient(ellipse at 50% 100%, rgba(3, 7, 13, .94), transparent 70%);
  pointer-events: none;
}

.person-core img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 8%;
  opacity: .98;
  mix-blend-mode: normal;
  filter: saturate(1.02) contrast(1.08) brightness(1.02) drop-shadow(0 0 30px rgba(0, 132, 255, .18));
  mask-image: radial-gradient(ellipse at 50% 22%, #000 0 43%, rgba(0,0,0,.92) 60%, rgba(0,0,0,.58) 72%, transparent 86%);
}

.thought-cloud {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.thought-cloud li {
  position: absolute;
  max-width: 320px;
  padding: 18px 20px;
  border: 1px solid rgba(112, 177, 255, .24);
  border-radius: 8px;
  background: rgba(5, 12, 24, .78);
  color: #cfdef0;
  font-size: 17px;
  line-height: 1.28;
  box-shadow: 0 0 30px rgba(23, 107, 255, .12);
}

.thought-cloud li:nth-child(1) { left: 6%; top: 13%; }
.thought-cloud li:nth-child(2) { right: 7%; top: 13%; }
.thought-cloud li:nth-child(3) { left: 9%; top: 42%; }
.thought-cloud li:nth-child(4) { right: 6%; top: 41%; }
.thought-cloud li:nth-child(5) { left: 6%; bottom: 15%; }
.thought-cloud li:nth-child(6) { right: 9%; bottom: 17%; }
.thought-cloud li:nth-child(7) { left: 39%; top: 7%; }
.thought-cloud li:nth-child(8) { left: 36%; bottom: 8%; }

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

.persona-card {
  display: grid;
  grid-template-rows: auto minmax(1.3em, auto) minmax(88px, auto) minmax(78px, auto);
  align-content: start;
}

.persona-avatar {
  position: relative;
  width: 100%;
  aspect-ratio: .78;
  margin-bottom: 20px;
  border: 1px solid rgba(125, 183, 255, .22);
  border-radius: 8px;
  background:
    var(--persona-image),
    radial-gradient(circle at 50% 46%, rgba(0, 212, 255, .22), transparent 32%),
    linear-gradient(150deg, rgba(16, 43, 101, .8), rgba(4, 8, 14, .94));
  background-repeat: no-repeat;
  background-size: 200% auto, auto, auto;
  overflow: hidden;
}

.persona-avatar::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46%;
  height: 66%;
  content: "";
  transform: translateX(-50%);
  border-radius: 52% 52% 8px 8px;
  background:
    radial-gradient(circle at 50% 15%, #e8f5ff 0 18px, transparent 19px),
    linear-gradient(105deg, rgba(255,255,255,.1) 0 39%, transparent 40%),
    linear-gradient(180deg, #17396e 0%, #07111f 72%);
  box-shadow: 0 0 42px rgba(0, 132, 255, .34);
  display: none;
}

.persona-avatar::after {
  position: absolute;
  inset: 12%;
  content: "";
  border: 1px solid rgba(130, 191, 255, .2);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.persona-avatar img {
  display: none;
}

.avatar-a {
  --persona-image: url("assets/images/audience-personas.png");
  background-position: 0 0, center, center;
}

.avatar-b {
  --persona-image: url("assets/images/audience-personas.png");
  background-position: 100% 0, center, center;
}

.avatar-c {
  --persona-image: url("assets/images/audience-personas.png");
  background-position: 0 86%, center, center;
}

.avatar-d {
  --persona-image: url("assets/images/audience-personas.png");
  background-position: 100% 86%, center, center;
}

.persona-avatar span {
  position: absolute;
  inset: auto 14px 14px;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,.65), transparent);
}

.avatar-b::before { width: 42%; background: radial-gradient(circle at 50% 15%, #f0f4f7 0 18px, transparent 19px), linear-gradient(180deg, #26314f 0%, #07111f 72%); }
.avatar-c::before { width: 48%; background: radial-gradient(circle at 50% 15%, #dde9f4 0 18px, transparent 19px), linear-gradient(100deg, rgba(0,212,255,.18) 0 38%, transparent 39%), linear-gradient(180deg, #20294c 0%, #07111f 72%); }
.avatar-d::before { width: 44%; background: radial-gradient(circle at 50% 15%, #edf7ff 0 18px, transparent 19px), linear-gradient(180deg, #164b77 0%, #07111f 72%); }

.persona-card b {
  display: block;
  margin-top: 0;
  color: #d4e8ff;
  font-size: 14px;
  line-height: 1.55;
  align-self: start;
}

.persona-card h3 {
  min-height: 1.3em;
}

.persona-card p {
  min-height: 88px;
}

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

.dashboard-card {
  min-height: 190px;
  background:
    linear-gradient(rgba(74, 145, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 145, 255, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 29, 58, .8), rgba(4, 9, 17, .72));
  background-size: 24px 24px, 24px 24px, auto;
}

.dashboard-card h3::before {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 34px;
  border: 1px solid rgba(0, 212, 255, .42);
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 12px rgba(0, 212, 255, .35), 0 0 18px rgba(23, 107, 255, .28);
}

.program .accordion {
  display: grid;
  gap: 12px;
}

.module {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 17, 32, .72);
  overflow: hidden;
}

.module-trigger {
  display: grid;
  grid-template-columns: 170px 1fr 150px;
  gap: 24px;
  align-items: start;
  width: 100%;
  padding: 28px 24px 24px;
  border: 0;
  color: var(--text);
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.module-kicker,
.module-time {
  display: grid;
  gap: 8px;
  color: #7fa8d8;
  font-family: var(--font-display);
  font-style: normal;
  text-transform: uppercase;
}

.module-time {
  justify-items: end;
  text-align: right;
}

.module-kicker small,
.module-time small {
  color: #86b3e5;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .18em;
}

.module-kicker b,
.module-time b {
  color: rgba(223, 248, 255, .9);
  font-size: clamp(64px, 7.2vw, 112px);
  font-weight: 500;
  line-height: .72;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(0, 132, 255, .32);
}

.module-time small {
  order: -1;
}

.module:not(.is-open) .module-kicker b,
.module:not(.is-open) .module-time b {
  font-size: clamp(46px, 4.6vw, 68px);
  opacity: .68;
}

.module-trigger strong {
  align-self: center;
  font-size: clamp(20px, 2.4vw, 32px);
}

.module-panel {
  display: none;
  padding: 0 24px 28px;
  color: var(--muted);
}

.module.is-open .module-panel {
  display: block;
}

.module-summary {
  display: block;
  padding-left: 194px;
  margin-bottom: 22px;
  max-width: 880px;
}

.module-summary p {
  color: #c8d8ea;
  font-size: 19px;
  line-height: 1.7;
}

.tariff-visual::before {
  position: absolute;
  inset: 18%;
  content: "";
  border: 1px solid rgba(131, 187, 255, .2);
  border-radius: 50%;
  transform: rotate(-16deg);
}

.tariff-visual::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 10%, var(--cyan) 11% 18%, rgba(23,107,255,.65) 19% 65%, transparent 66%);
  box-shadow: 0 0 30px rgba(0, 212, 255, .45);
}

.tariff-visual span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  color: #dff8ff;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .16em;
}

.module-topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.module-topics li {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(111, 174, 255, .18);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}

.module-topics b {
  display: block;
  margin-bottom: 8px;
  color: #eaf6ff;
  font-size: 15px;
}

.module-topics span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.under-note {
  margin: 18px 0 0;
  color: var(--muted);
}

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

.experts {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: center;
  padding-top: 108px;
}

.expert-copy {
  padding-right: 24px;
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.trust-stats span {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 12px;
  background: rgba(255, 255, 255, .035);
}

.trust-stats b {
  display: block;
  color: #dff8ff;
  font-family: var(--font-display);
  font-size: 28px;
}

.expert-visual {
  position: relative;
  min-height: 560px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(0, 212, 255, .18), transparent 38%),
    radial-gradient(ellipse at 52% 70%, rgba(23, 107, 255, .22), transparent 42%);
  overflow: visible;
}

.expert-visual::before {
  position: absolute;
  inset: 16% 4% 20%;
  content: "";
  border: 1px solid rgba(131, 187, 255, .22);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.expert-visual img {
  position: absolute;
  left: 50%;
  bottom: -16px;
  z-index: 2;
  width: min(118%, 720px);
  max-height: 112%;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 44px rgba(0, 118, 255, .28));
}

.slider-controls {
  display: flex;
  gap: 8px;
}

.slider-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
  font-size: 28px;
  background: rgba(255, 255, 255, .04);
  cursor: pointer;
}

.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(292px, 320px);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(0, 212, 255, .45) transparent;
}

.video-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 0;
  padding: 16px 16px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(rgba(91, 154, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 154, 255, .055) 1px, transparent 1px),
    radial-gradient(circle at 50% 30%, rgba(0, 212, 255, .18), transparent 34%),
    linear-gradient(180deg, rgba(13, 32, 62, .78), rgba(4, 8, 15, .92));
  background-size: 28px 28px, 28px 28px, auto, auto;
  scroll-snap-align: start;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 212, 255, .48);
}

.video-card::before {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
}

.video-stage {
  position: relative;
  z-index: 2;
  aspect-ratio: 9 / 16;
  min-height: 0;
  border: 1px solid rgba(101, 164, 255, .2);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 22%, rgba(0, 212, 255, .18), transparent 34%),
    linear-gradient(180deg, rgba(11, 28, 52, .82), rgba(3, 8, 14, .96));
}

.video-launch,
.video-embed {
  position: absolute;
  inset: 0;
}

.video-launch {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.review-portrait {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.02);
}

.video-stage::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(4, 8, 15, .88));
  pointer-events: none;
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(0, 212, 255, .45);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .34);
  box-shadow: 0 0 28px rgba(0, 212, 255, .24);
}

.play::after {
  position: absolute;
  left: 25px;
  top: 19px;
  content: "";
  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.review-meta {
  display: none;
}

.video-card h3,
.video-card p {
  position: relative;
  z-index: 2;
  margin-inline: 4px;
}

.video-card h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.video-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.video-card.is-playing .video-launch {
  display: none;
}

.logo-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 96px auto 0;
  padding: 24px 0 10px;
  border-block: 1px solid rgba(117, 179, 255, .16);
  overflow: hidden;
}

.logo-strip.is-pending {
  display: none;
}

.logo-strip p {
  margin: 0 0 16px;
  color: var(--dim);
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.marquee {
  mask-image: linear-gradient(90deg, transparent, black 14%, black 86%, transparent);
  overflow: hidden;
}

.marquee div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 28px;
  animation: marquee 92s linear infinite;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 420px;
  height: 168px;
  padding: 28px 36px;
  border: 1px solid rgba(120, 177, 255, .14);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(12, 25, 45, .54), rgba(5, 10, 18, .42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

.logo-item img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 108px;
  object-fit: contain;
  object-position: center;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 24px;
}

.price-card h3 {
  min-height: 1.3em;
}

.price-card p {
  min-height: 56px;
}

.tariff-visual {
  position: relative;
  height: 150px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 212, 255, .2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(3, 7, 13, .08), rgba(3, 7, 13, .34)),
    var(--tariff-image);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.tariff-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(93, 153, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(93, 153, 255, .06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(2, 6, 12, .04), rgba(2, 6, 12, .5));
  background-size: 24px 24px, 24px 24px, auto;
}

.tariff-visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 46px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(3, 7, 13, .7));
}

.tariff-visual i {
  display: none;
}

.tariff-base {
  --tariff-image: url("assets/images/tariff-base-visual.png");
  background-position: center 40%;
}

.tariff-flow {
  --tariff-image: url("assets/images/tariff-agents-visual.png");
  background-position: center 42%;
}

.tariff-media {
  --tariff-image: url("assets/images/tariff-visual-content.png");
  background-position: center 46%;
}

.tariff-full {
  --tariff-image: url("assets/images/tariff-all-visual.png");
  background-position: center 26%;
}

.price-card.featured {
  border-color: rgba(0, 212, 255, .72);
  box-shadow: 0 0 46px rgba(0, 124, 255, .22), inset 0 0 38px rgba(0, 212, 255, .08);
}

.price-card small {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 3;
  width: max-content;
  padding: 7px 10px;
  border-radius: 4px;
  transform: translateX(-50%);
  color: #00101a;
  background: #76e7ff;
  font-weight: 800;
}

.price-card strong {
  display: block;
  margin: auto 0 4px;
  padding-top: 18px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 32px;
}

.price-card > span {
  color: #8db4e8;
}

.price-card ul {
  flex: 1;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.guarantee {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 96px;
  padding: 30px;
}

.shield {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(0, 212, 255, .42);
  border-radius: 50%;
  color: #96eeff;
  font-size: 36px;
  box-shadow: 0 0 28px rgba(0, 212, 255, .18);
}

.community {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 44px;
  align-items: center;
  padding-top: 96px;
}

.community .section-heading {
  padding-top: 0;
}

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

.phone-chat {
  position: relative;
  min-height: 560px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
}

.phone-chat::before {
  position: absolute;
  left: 50%;
  top: 57%;
  width: 46%;
  height: 56%;
  content: "";
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at 50% 50%, rgba(0, 212, 255, .1), rgba(23, 107, 255, .08) 36%, transparent 74%);
  filter: blur(24px);
  opacity: .48;
}

.phone-chat img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(74%, 340px);
  height: auto;
  max-height: 88%;
  object-fit: contain;
  object-position: center center;
  z-index: 1;
  opacity: 1;
  transform: translate(-50%, -50%);
  filter: saturate(1.01) contrast(1.02) brightness(1.01) drop-shadow(0 12px 22px rgba(0, 0, 0, .2)) drop-shadow(0 0 14px rgba(0, 132, 255, .08));
  mask-image: none;
}

.phone-chat::after {
  display: none;
}


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

details {
  padding: 0;
  overflow: hidden;
}

summary {
  position: relative;
  padding: 22px 54px 22px 22px;
  cursor: pointer;
  color: #dfeeff;
  font-weight: 700;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  right: 22px;
  top: 50%;
  content: "+";
  color: #7cdfff;
  font-size: 24px;
  transform: translateY(-50%);
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 34px;
  align-items: center;
  min-height: 620px;
  width: 100vw;
  max-width: none;
  margin-top: 72px;
  margin-left: calc(50% - 50vw);
  padding: 148px max(24px, calc((100vw - 1180px) / 2)) 96px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 7, 13, .84) 0%, rgba(3, 7, 13, .62) 42%, rgba(3, 7, 13, .34) 100%),
    linear-gradient(180deg, rgba(3, 7, 13, .22), rgba(3, 7, 13, .72));
}

.final-backdrop-video {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center center;
  opacity: .78;
  filter: saturate(1.06) contrast(1.08) brightness(.82);
}

.final-cta::before {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 180px;
  content: "";
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(3, 7, 13, 0), rgba(3, 7, 13, .72));
  pointer-events: none;
}

.final-cta::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(rgba(91, 154, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 154, 255, .045) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .45;
  pointer-events: none;
}

.final-cta > .reveal,
.request-form {
  position: relative;
  z-index: 1;
}

.request-form {
  display: grid;
  gap: 15px;
  padding: 26px;
  border: 1px solid rgba(126, 183, 255, .24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(9, 22, 43, .9), rgba(3, 8, 17, .86)),
    radial-gradient(circle at 82% 0%, rgba(0, 212, 255, .18), transparent 42%);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42), inset 0 0 48px rgba(23, 107, 255, .08);
  backdrop-filter: blur(16px);
}

.request-form-head {
  display: grid;
  gap: 8px;
  padding-bottom: 4px;
}

.request-form-head .eyebrow {
  margin: 0;
}

.request-form h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(21px, 2.4vw, 28px);
  line-height: 1.08;
}

.request-form-head p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.request-summary {
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(0, 212, 255, .28);
  border-radius: 8px;
  background: rgba(2, 8, 17, .62);
}

.request-summary span,
.request-summary small {
  color: var(--muted);
  font-size: 12px;
}

.request-summary strong {
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.2;
}

.request-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
}

.request-form label > .field-label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.request-form label > .field-label small {
  color: var(--dim);
  font-size: 12px;
}

.request-form label > .field-label .field-required {
  color: #92ecff;
  font-weight: 700;
}

.request-form input,
.request-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(126, 183, 255, .26);
  border-radius: 6px;
  padding: 0 15px;
  color: var(--text);
  background: rgba(2, 8, 17, .8);
  outline: none;
}

.request-form input:focus,
.request-form select:focus {
  border-color: rgba(0, 212, 255, .82);
}

.consent-label {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  margin-top: 2px;
}

.consent-label input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--cyan);
}

.consent-label span {
  line-height: 1.45;
}

.consent-label a {
  color: #92ecff;
  text-decoration: underline;
  text-decoration-color: rgba(146, 236, 255, .36);
  text-underline-offset: 3px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.request-form button[disabled] {
  cursor: wait;
  opacity: .68;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: #8eeaff;
}

.form-status.is-error {
  color: #ff9b9b;
}

.form-status.is-success {
  color: #8dffdc;
}

.legal-page {
  min-height: 100vh;
}

.legal-shell {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 72px;
}

.legal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 32px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(126, 183, 255, .24);
  border-radius: 6px;
  color: #cfe5ff;
  background: rgba(255, 255, 255, .035);
  font-size: 13px;
  font-weight: 700;
  transition: border-color .2s ease, color .2s ease;
}

.legal-back:hover {
  border-color: rgba(0, 212, 255, .56);
  color: #9fe8ff;
}

.legal-hero,
.legal-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(228, 191, 88, .12), transparent 28rem),
    radial-gradient(circle at 92% 12%, rgba(0, 212, 255, .12), transparent 24rem),
    linear-gradient(180deg, rgba(12, 25, 45, .74), rgba(5, 10, 18, .7));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 22px 70px rgba(0, 0, 0, .28);
}

.legal-hero {
  padding: clamp(28px, 5vw, 58px);
}

.legal-hero h1 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  overflow-wrap: anywhere;
}

.legal-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.legal-meta span,
.legal-toc a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(126, 183, 255, .2);
  border-radius: 999px;
  color: #cfe5ff;
  background: rgba(2, 8, 17, .48);
  font-size: 12px;
  font-weight: 700;
}

.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.legal-toc a {
  color: #9fe8ff;
}

.legal-grid {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.legal-card {
  padding: clamp(22px, 3vw, 34px);
}

.legal-card h2 {
  margin-bottom: 14px;
  color: var(--text);
  font-size: clamp(23px, 2.8vw, 34px);
}

.legal-card h3 {
  margin: 22px 0 8px;
  color: #dff8ff;
  font-family: var(--font-display);
  font-size: 17px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.legal-card p {
  margin-bottom: 12px;
}

.legal-card ul,
.legal-card ol {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
  padding-left: 22px;
}

.legal-card a {
  color: #92ecff;
  text-decoration: underline;
  text-decoration-color: rgba(146, 236, 255, .36);
  text-underline-offset: 3px;
}

.legal-note {
  border-color: rgba(228, 191, 88, .24);
  background:
    radial-gradient(circle at 10% 0%, rgba(228, 191, 88, .16), transparent 24rem),
    linear-gradient(180deg, rgba(23, 20, 8, .54), rgba(5, 10, 18, .72));
}

.legal-requisites {
  margin-top: 8px;
  color: #d8e9ff;
}

.legal-footer-mini {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  color: var(--dim);
  font-size: 13px;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 58px;
  border-top: 1px solid rgba(117, 179, 255, .16);
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .9fr 1fr 1fr;
  gap: 44px;
}

.footer-brand p,
.footer-column span,
.footer-requisites p,
.footer-bottom {
  color: var(--dim);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 310px;
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-kicker {
  margin: 0 0 8px;
  color: #6f86a5;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.footer-column strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(23px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.22;
}

.footer-column a,
.footer-column span {
  font-size: 15px;
  line-height: 1.45;
}

.footer-column a {
  color: var(--muted);
  transition: color .2s ease, text-shadow .2s ease;
}

.footer-column a:hover {
  color: #9fe8ff;
  text-shadow: 0 0 18px rgba(0, 212, 255, .34);
}

.footer-contacts a,
.footer-contacts span {
  position: relative;
  padding-left: 22px;
}

.footer-contacts a::before,
.footer-contacts span::before {
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  content: "";
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(0, 212, 255, .7);
  transform: translateY(-50%);
}

.footer-requisites {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(117, 179, 255, .14);
}

.footer-requisites p:not(.footer-kicker) {
  max-width: 980px;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .75s ease, transform .75s ease;
}

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

@keyframes pulseRing {
  50% {
    opacity: .42;
    transform: translate(-50%, -50%) rotate(-13deg) scale(1.04);
  }
}

@keyframes rotateCore {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

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

@media (max-width: 980px) {
  body.landing-page {
    padding-top: 112px;
  }

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

  .header-status {
    min-height: 26px;
  }

  .status-line {
    justify-content: center;
    padding: 0;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .experts,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .process-grid,
  .audience-grid,
  .capability-grid,
  .pricing-grid,
  .community-grid,
  .module-topics {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .thought-cloud li {
    position: static;
  }

  .thought-cloud {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 300px 18px 18px;
  }

  .orbit-person {
    min-height: auto;
  }

  .person-core {
    top: 164px;
    width: min(72vw, 470px);
    height: min(82vw, 560px);
  }

  .module-trigger {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .module-trigger strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .module-time {
    justify-self: end;
  }

  .module-panel {
    padding: 0 24px 24px;
  }

  .module-summary {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .logo-item {
    width: 280px;
    height: 116px;
    padding: 18px 24px;
  }

  .logo-item img {
    max-height: 74px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 28px;
  }
}

@media (max-width: 640px) {
  body.landing-page {
    padding-top: 104px;
  }

  .site-header,
  .section-shell,
  .logo-strip,
  .site-footer {
    width: min(100% - 22px, 1180px);
  }

  .brand {
    letter-spacing: .16em;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 12px;
    letter-spacing: .08em;
  }

  .header-status {
    min-height: 0;
    padding: 0 0 6px;
  }

  .status-line {
    gap: 8px 12px;
  }

  .status-pill {
    font-size: 10px;
    letter-spacing: .06em;
  }

  .header-nav {
    gap: 12px;
    padding: 8px 0 1px;
  }

  .brand {
    min-width: 0;
    font-size: 12px;
    letter-spacing: .08em;
  }

  .brand em {
    display: none;
  }

  .hero {
    padding-top: 52px;
    padding-inline: 22px;
    min-height: 780px;
    height: auto;
    display: block;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-meta {
    justify-content: flex-start;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .hero-meta-city {
    margin-left: 0;
  }

  h1 {
    font-size: clamp(28px, 8.8vw, 38px);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(29px, 9vw, 42px);
  }

  .recognition .section-heading h2 span {
    white-space: normal;
  }

  .hero-actions {
    flex-direction: column;
  }

  .site-footer {
    padding: 42px 0 44px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-brand p {
    max-width: none;
  }

  .footer-column strong {
    font-size: 25px;
  }

  .footer-requisites {
    margin-top: 38px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .hero-meta {
    align-items: flex-start;
  }

  .hero-meta-chip,
  .hero-meta-date,
  .hero-meta-city {
    min-height: auto;
  }

  .hero-meta-chip {
    padding: 11px 18px 11px 54px;
    font-size: 12px;
  }

  .hero-meta-chip::before {
    left: 18px;
  }

  .hero-meta-date {
    font-size: 20px;
  }

  .hero-meta-city {
    gap: 12px;
    font-size: 15px;
  }

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

  .signal-card {
    display: none;
  }

  .ring-one {
    width: 360px;
  }

  .ring-two {
    width: 470px;
  }

  .hero-facts,
  .process-grid,
  .audience-grid,
  .capability-grid,
  .pricing-grid,
  .community-grid,
  .trust-stats,
  .module-panel ul,
  .module-topics,
  .thought-cloud {
    grid-template-columns: 1fr;
  }

  .community {
    padding-top: 72px;
  }

  .phone-chat {
    min-height: 560px;
    border-radius: 0;
  }

  .hero-facts {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 28px;
  }

  .section-heading {
    padding-top: 72px;
  }

  .glass-card span,
  .file-card span {
    margin-bottom: 20px;
  }

  .expert-visual {
    min-height: 390px;
    overflow: hidden;
  }

  .expert-visual img {
    width: min(100%, 420px);
  }

  .slider-controls {
    gap: 6px;
  }

  .review-track {
    grid-auto-columns: 86%;
  }

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

  .logo-strip {
    margin-top: 72px;
    padding-bottom: 6px;
  }

  .marquee div {
    gap: 16px;
  }

  .logo-item {
    width: 224px;
    height: 92px;
    padding: 14px 18px;
  }

  .logo-item img {
    max-height: 60px;
  }

  .legal-shell {
    width: min(100% - 22px, 1040px);
    padding-top: 20px;
  }

  .legal-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 22px;
  }

  .legal-back {
    width: 100%;
  }

  .legal-hero,
  .legal-card {
    padding: 22px;
  }

  .legal-hero p {
    font-size: 16px;
  }

  .legal-meta span,
  .legal-toc a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .legal-card ul,
  .legal-card ol {
    padding-left: 18px;
  }

  .legal-footer-mini {
    flex-direction: column;
    gap: 8px;
  }
}
