:root {
  color-scheme: dark;
  --bg: #05070d;
  --bg-2: #080c16;
  --ink: #f7fbff;
  --text: #e9eef7;
  --muted: #9aa7b8;
  --muted-2: #6f7c8d;
  --line: rgba(210, 225, 245, 0.16);
  --line-strong: rgba(104, 182, 255, 0.36);
  --panel: rgba(10, 15, 27, 0.66);
  --panel-solid: #0b101d;
  --panel-bright: rgba(20, 29, 48, 0.84);
  --blue: #3bb4ff;
  --blue-2: #64e5ff;
  --violet: #8d7cff;
  --gold: #d8b86a;
  --silver: #cdd7e7;
  --danger: #ff6b95;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 16px 46px rgba(0, 0, 0, 0.24);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-height: 72px;
  --cursor-x: 50%;
  --cursor-y: 20%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 16% 8%, rgba(59, 180, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 82% 12%, rgba(216, 184, 106, 0.11), transparent 24rem),
    radial-gradient(circle at 52% 52%, rgba(141, 124, 255, 0.08), transparent 30rem),
    linear-gradient(180deg, #04060a 0%, #070b14 42%, #05070d 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 86px 86px;
  content: "";
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent 76%);
  opacity: 0.58;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(100, 229, 255, 0.11), transparent 20rem);
  content: "";
  opacity: 0.9;
}

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

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

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

button {
  border: 0;
  color: inherit;
  cursor: pointer;
}

::selection {
  background: rgba(59, 180, 255, 0.34);
  color: #fff;
}

.cursor-light {
  position: fixed;
  width: 26rem;
  height: 26rem;
  left: var(--cursor-x);
  top: var(--cursor-y);
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(100, 229, 255, 0.11), transparent 62%),
    radial-gradient(circle, rgba(216, 184, 106, 0.07), transparent 68%);
  filter: blur(22px);
  opacity: 0.7;
  transform: translate(-50%, -50%);
}

[hidden] {
  display: none !important;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 18px;
  right: 18px;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: var(--header-height);
  padding: 10px 12px;
  border: 1px solid rgba(210, 225, 245, 0.14);
  border-radius: var(--radius);
  background: rgba(5, 8, 15, 0.64);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px);
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled,
.site-header.menu-active {
  border-color: rgba(100, 229, 255, 0.26);
  background: rgba(6, 10, 18, 0.9);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(100, 229, 255, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(59, 180, 255, 0.28), rgba(216, 184, 106, 0.1)),
    rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.brand-mark::after {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  content: "";
}

.logo-mark {
  padding: 6px;
  border-color: rgba(255, 255, 255, 0.45);
  background: #f7f7f4;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.36);
}

.logo-mark::after {
  border-color: rgba(0, 0, 0, 0.08);
}

.logo-mark img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy strong,
.footer-brand {
  display: block;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1;
}

.brand-copy small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 720;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.site-nav a,
.site-nav button,
.header-cta,
.site-footer a,
.site-footer button {
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.1;
}

.site-nav a,
.site-nav button {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 11px;
  border-radius: var(--radius);
  background: transparent;
  color: rgba(233, 238, 247, 0.72);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-nav a:hover,
.site-nav button:hover,
.site-nav a.is-active,
.site-nav button.is-active {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.site-nav a.is-active,
.site-nav button.is-active {
  box-shadow: inset 0 0 0 1px rgba(100, 229, 255, 0.2);
}

.gate-page {
  min-height: 100svh;
  overflow: hidden;
}

.gate-page::before {
  opacity: 0.34;
}

.gate-video,
.gate-overlay {
  position: fixed;
  inset: 0;
}

.gate-video {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.42);
}

.gate-overlay {
  z-index: -3;
  background:
    radial-gradient(circle at 50% 26%, rgba(100, 229, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 76% 72%, rgba(216, 184, 106, 0.11), transparent 23rem),
    linear-gradient(180deg, rgba(4, 6, 10, 0.86), rgba(4, 6, 10, 0.7));
}

.gate-shell {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 22px;
}

.gate-card {
  position: relative;
  display: grid;
  width: min(720px, 100%);
  gap: 28px;
  justify-items: center;
  overflow: hidden;
  padding: clamp(34px, 7vw, 62px);
  border: 1px solid rgba(210, 225, 245, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 0%), rgba(100, 229, 255, 0.14), transparent 20rem),
    rgba(7, 11, 20, 0.72);
  box-shadow: var(--shadow);
  text-align: center;
  backdrop-filter: blur(22px);
}

.gate-logo {
  width: min(190px, 52vw);
  height: auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  background: #f7f7f4;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}

.gate-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.gate-brand strong {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 850;
}

.gate-card h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  font-weight: 880;
  letter-spacing: 0;
  line-height: 0.98;
}

.gate-actions {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gate-actions .audience-button {
  display: grid;
  min-height: 84px;
  place-items: center;
  text-align: center;
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(216, 184, 106, 0.36);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(216, 184, 106, 0.18), rgba(59, 180, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: #fff;
  white-space: nowrap;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.header-cta:hover {
  border-color: rgba(216, 184, 106, 0.64);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(210, 225, 245, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: transform 220ms var(--ease);
}

.site-header.menu-active .nav-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.site-header.menu-active .nav-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 122px 22px 52px;
  isolation: isolate;
}

.content-page main {
  min-height: 64vh;
}

.page-hero {
  display: grid;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 42px;
  align-items: stretch;
  padding: 124px 0 78px;
}

.page-hero-copy {
  align-self: center;
}

.page-hero h1,
.audience-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 3.55rem;
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1.02;
}

.page-hero-copy p:not(.kicker),
.audience-hero p {
  max-width: 760px;
  color: rgba(233, 238, 247, 0.72);
  font-size: 1.04rem;
  line-height: 1.72;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-actions .plan-button,
.audience-cta .button-row .plan-button {
  margin-top: 0;
}

.plan-button.secondary {
  border-color: rgba(216, 184, 106, 0.32);
  background: rgba(216, 184, 106, 0.08);
}

.legal-panel {
  padding: 28px;
  border: 1px solid rgba(210, 225, 245, 0.14);
  border-radius: var(--radius);
  background: rgba(10, 15, 27, 0.66);
  box-shadow: var(--shadow-soft);
}

.legal-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
}

.legal-panel p {
  max-width: 860px;
  color: rgba(233, 238, 247, 0.72);
  line-height: 1.7;
}

.image-showcase-section {
  padding-top: 48px;
}

.image-showcase-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  gap: 14px;
}

.image-showcase-grid figure {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(210, 225, 245, 0.14);
  border-radius: var(--radius);
  background: rgba(10, 15, 27, 0.58);
  box-shadow: var(--shadow-soft);
}

.image-showcase-grid figure:first-child {
  min-height: 420px;
}

.image-showcase-grid img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.78) contrast(1.08) brightness(0.78);
  transition: transform 520ms var(--ease), opacity 220ms ease;
}

.image-showcase-grid figure:hover img {
  opacity: 0.86;
  transform: scale(1.035);
}

.image-showcase-grid figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(210, 225, 245, 0.16);
  border-radius: var(--radius);
  background: rgba(5, 8, 15, 0.7);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1.35;
  backdrop-filter: blur(16px);
}

.hero-video,
.hero-gradient,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-video {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.68) contrast(1.1) brightness(0.46);
}

.hero-gradient {
  z-index: -3;
  background:
    radial-gradient(circle at 70% 18%, rgba(59, 180, 255, 0.22), transparent 24rem),
    radial-gradient(circle at 14% 24%, rgba(216, 184, 106, 0.14), transparent 22rem),
    linear-gradient(90deg, rgba(4, 6, 10, 0.92), rgba(4, 6, 10, 0.58) 48%, rgba(4, 6, 10, 0.85));
}

.hero-grid {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), transparent 84%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1180px, 100%);
  margin: auto;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.78fr);
  gap: 42px;
  align-items: center;
}

.eyebrow,
.kicker {
  margin: 0 0 16px;
  color: var(--blue-2);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.audience-hero h1,
.audience-hero h2,
.manifesto-track p {
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 840px;
  font-size: 3.28rem;
  font-weight: 880;
  line-height: 1.02;
}

.hero-lead {
  max-width: 730px;
  margin: 16px 0 0;
  color: rgba(233, 238, 247, 0.82);
  font-size: 1.08rem;
  line-height: 1.6;
}

.hero-selector {
  position: relative;
  max-width: 760px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(210, 225, 245, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at var(--pointer-x, 20%) var(--pointer-y, 20%), rgba(100, 229, 255, 0.1), transparent 18rem),
    rgba(8, 13, 24, 0.7);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.selector-question {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.38rem;
  font-weight: 840;
  line-height: 1.15;
}

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

.audience-button {
  position: relative;
  min-height: 82px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(210, 225, 245, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  text-align: left;
  transition: transform 220ms var(--ease), border-color 220ms ease, background 220ms ease;
}

.audience-button::after,
.service-card::after,
.pricing-card::after,
.glow-card::after,
.use-case-grid article::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 0%), rgba(100, 229, 255, 0.12), transparent 16rem);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.audience-button:hover,
.audience-button.is-selected {
  border-color: rgba(100, 229, 255, 0.48);
  background: rgba(100, 229, 255, 0.085);
  transform: translateY(-2px);
}

.audience-button.primary:hover,
.audience-button.primary.is-selected {
  border-color: rgba(216, 184, 106, 0.56);
  background:
    linear-gradient(135deg, rgba(216, 184, 106, 0.16), rgba(59, 180, 255, 0.08)),
    rgba(255, 255, 255, 0.055);
}

.audience-button:hover::after,
.audience-button.is-selected::after,
.service-card:hover::after,
.pricing-card:hover::after,
.glow-card:hover::after,
.use-case-grid article:hover::after {
  opacity: 1;
}

.audience-button span {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 830;
  line-height: 1.2;
}

.audience-button small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 9px;
  color: rgba(233, 238, 247, 0.68);
  font-size: 0.84rem;
  line-height: 1.45;
}

.selector-help {
  margin: 14px 2px 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.screen-orbit {
  position: absolute;
  inset: 42px 18px auto auto;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(100, 229, 255, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(59, 180, 255, 0.13), transparent 64%),
    conic-gradient(from 90deg, transparent, rgba(100, 229, 255, 0.38), transparent, rgba(216, 184, 106, 0.3), transparent);
  filter: blur(0.2px);
  opacity: 0.76;
  animation: rotate-soft 22s linear infinite;
}

.laptop-mockup {
  position: absolute;
  top: 90px;
  right: 0;
  left: 8px;
  overflow: hidden;
  border: 1px solid rgba(210, 225, 245, 0.18);
  border-radius: var(--radius);
  background: rgba(9, 14, 25, 0.86);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
  transform: perspective(1200px) rotateY(-8deg) rotateX(4deg);
}

.mockup-topbar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(210, 225, 245, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.mockup-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(233, 238, 247, 0.34);
}

.mockup-topbar span:first-child {
  background: var(--danger);
}

.mockup-topbar span:nth-child(2) {
  background: var(--gold);
}

.mockup-topbar span:nth-child(3) {
  background: var(--blue-2);
}

.mockup-topbar strong {
  margin-left: auto;
  color: rgba(233, 238, 247, 0.54);
  font-size: 0.76rem;
  font-weight: 760;
}

.mockup-screen {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.mockup-screen img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  opacity: 0.54;
  filter: saturate(0.82) contrast(1.12);
}

.mockup-overlay {
  position: absolute;
  inset: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: end;
}

.mockup-overlay div {
  min-height: 104px;
  padding: 14px;
  border: 1px solid rgba(210, 225, 245, 0.16);
  border-radius: var(--radius);
  background: rgba(5, 8, 15, 0.64);
  backdrop-filter: blur(14px);
}

.mockup-overlay div:first-child {
  grid-column: span 2;
}

.mockup-overlay span,
.phone-mockup p,
.floating-metric,
.plan-label {
  color: var(--blue-2);
  font-size: 0.74rem;
  font-weight: 780;
  line-height: 1.2;
  text-transform: uppercase;
}

.mockup-overlay strong {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.2;
}

.phone-mockup {
  position: absolute;
  right: 18px;
  bottom: 52px;
  display: grid;
  width: 178px;
  min-height: 282px;
  padding: 12px;
  border: 1px solid rgba(210, 225, 245, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(7, 11, 20, 0.82);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.phone-mockup > span {
  width: 52px;
  height: 5px;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.phone-mockup div {
  display: grid;
  align-content: end;
  min-height: 220px;
  padding: 14px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 18%, rgba(59, 180, 255, 0.22), transparent 8rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.phone-mockup p,
.phone-mockup strong,
.phone-mockup small {
  margin: 0;
}

.phone-mockup strong {
  margin-top: 8px;
  color: #fff;
  font-size: 1.16rem;
  line-height: 1.12;
}

.phone-mockup small {
  margin-top: 12px;
  color: rgba(233, 238, 247, 0.62);
  font-size: 0.78rem;
  line-height: 1.35;
}

.floating-metric {
  position: absolute;
  min-height: 38px;
  padding: 11px 13px;
  border: 1px solid rgba(210, 225, 245, 0.17);
  border-radius: var(--radius);
  background: rgba(8, 13, 24, 0.72);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.floating-metric.one {
  top: 38px;
  right: 36px;
}

.floating-metric.two {
  left: 0;
  bottom: 96px;
  color: var(--gold);
}

.floating-metric.three {
  top: 440px;
  right: 92px;
}

.post-selection {
  animation: appear 440ms var(--ease) both;
}

.section {
  position: relative;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 98px 0;
}

.section::before,
.audience-block::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(100, 229, 255, 0.38), rgba(216, 184, 106, 0.22), transparent);
  content: "";
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head.compact {
  max-width: 780px;
}

.section h2,
.audience-hero h1,
.audience-hero h2 {
  font-size: 3.1rem;
  font-weight: 850;
  line-height: 1.02;
}

.section-head p:not(.kicker),
.why-copy p,
.contact-copy p,
.audience-hero p {
  color: rgba(233, 238, 247, 0.72);
  font-size: 1.02rem;
  line-height: 1.75;
}

.audience-content {
  position: relative;
  transition: opacity 220ms ease, transform 220ms var(--ease);
}

.audience-content.is-switching {
  opacity: 0;
  transform: translateY(10px);
}

.audience-block {
  position: relative;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 104px 0 0;
}

.audience-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 42px;
  align-items: stretch;
}

.audience-hero p {
  margin: 22px 0 0;
}

.audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.audience-tags span,
.why-points span,
.service-card li,
.pricing-card li {
  border: 1px solid rgba(210, 225, 245, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(233, 238, 247, 0.74);
}

.audience-tags span {
  padding: 9px 11px;
  font-size: 0.84rem;
  font-weight: 720;
}

.audience-media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(210, 225, 245, 0.15);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow-soft);
}

.audience-media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  opacity: 0.7;
  filter: saturate(0.78) contrast(1.08) brightness(0.78);
}

.audience-media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(5, 7, 13, 0.82)),
    radial-gradient(circle at 24% 18%, rgba(100, 229, 255, 0.18), transparent 15rem);
  content: "";
}

.audience-media-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 16px;
  border: 1px solid rgba(210, 225, 245, 0.16);
  border-radius: var(--radius);
  background: rgba(6, 10, 18, 0.72);
  backdrop-filter: blur(14px);
}

.audience-media-card span {
  color: var(--blue-2);
  font-size: 0.76rem;
  font-weight: 780;
  text-transform: uppercase;
}

.audience-media-card strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.problem-card,
.glow-card,
.service-card,
.pricing-card,
.process-grid article,
.use-case-grid article,
.faq-grid details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(210, 225, 245, 0.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at var(--pointer-x, 30%) var(--pointer-y, 0%), rgba(100, 229, 255, 0.08), transparent 17rem),
    rgba(10, 15, 27, 0.58);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
}

.problem-card {
  min-height: 145px;
  padding: 17px;
}

.problem-card span,
.process-grid span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 840;
}

.problem-card p {
  margin: 18px 0 0;
  color: rgba(247, 251, 255, 0.88);
  font-size: 0.98rem;
  font-weight: 690;
  line-height: 1.38;
}

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

.service-card {
  min-height: 100%;
  padding: 22px;
}

.service-card.featured-service {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  gap: 24px;
  align-items: end;
  background:
    radial-gradient(circle at 80% 18%, rgba(216, 184, 106, 0.12), transparent 22rem),
    rgba(10, 15, 27, 0.7);
}

.service-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.service-icon,
.case-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(100, 229, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(100, 229, 255, 0.08);
  color: var(--blue-2);
  font-size: 1rem;
  font-weight: 850;
}

.service-price,
.pricing-price {
  color: #fff;
  font-weight: 850;
  white-space: nowrap;
}

.service-card h3,
.pricing-card h3,
.process-grid h3,
.use-case-grid h3,
.faq-grid summary,
.contact-copy h2 {
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}

.service-card h3 {
  font-size: 1.45rem;
  line-height: 1.14;
}

.service-card p {
  margin: 13px 0 0;
  color: rgba(233, 238, 247, 0.72);
  line-height: 1.62;
}

.service-card h4 {
  margin: 22px 0 12px;
  color: rgba(247, 251, 255, 0.94);
  font-size: 0.82rem;
  font-weight: 820;
  text-transform: uppercase;
}

.service-card ul,
.pricing-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li,
.pricing-card li {
  padding: 8px 10px;
  font-size: 0.84rem;
  line-height: 1.25;
}

.pricing-section {
  width: 100%;
  max-width: none;
  padding: 98px 22px;
  background:
    linear-gradient(180deg, rgba(5, 7, 13, 0), rgba(59, 180, 255, 0.055), rgba(5, 7, 13, 0)),
    radial-gradient(circle at 72% 24%, rgba(216, 184, 106, 0.1), transparent 28rem);
}

.pricing-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

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

.pricing-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px;
}

.pricing-card.is-highlighted {
  border-color: rgba(216, 184, 106, 0.46);
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 184, 106, 0.15), transparent 19rem),
    rgba(17, 22, 34, 0.82);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.plan-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 10px;
  border: 1px solid rgba(216, 184, 106, 0.32);
  border-radius: var(--radius);
  background: rgba(216, 184, 106, 0.08);
  color: var(--gold);
}

.pricing-card h3 {
  font-size: 1.38rem;
  line-height: 1.18;
}

.pricing-price {
  margin-top: 13px;
  color: var(--blue-2);
  font-size: 2rem;
  line-height: 1;
}

.pricing-card p {
  margin: 16px 0 20px;
  color: rgba(233, 238, 247, 0.7);
  line-height: 1.6;
}

.pricing-card ul {
  display: grid;
  gap: 8px;
}

.plan-button,
.audience-cta .button-row a,
.submit-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(100, 229, 255, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(59, 180, 255, 0.22), rgba(141, 124, 255, 0.09)),
    rgba(255, 255, 255, 0.045);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 820;
  line-height: 1;
  text-align: center;
  transition: transform 200ms var(--ease), border-color 200ms ease, background 200ms ease;
}

.plan-button {
  margin-top: auto;
}

.plan-button:hover,
.audience-cta .button-row a:hover,
.submit-button:hover {
  border-color: rgba(100, 229, 255, 0.62);
  background:
    linear-gradient(135deg, rgba(59, 180, 255, 0.3), rgba(216, 184, 106, 0.11)),
    rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.audience-cta {
  position: relative;
  overflow: hidden;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 56px;
  border: 1px solid rgba(210, 225, 245, 0.15);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 184, 106, 0.16), transparent 26rem),
    radial-gradient(circle at 12% 22%, rgba(100, 229, 255, 0.14), transparent 24rem),
    rgba(9, 14, 25, 0.74);
  box-shadow: var(--shadow-soft);
}

.audience-cta h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.04;
}

.audience-cta p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(233, 238, 247, 0.74);
  font-size: 1.02rem;
  line-height: 1.7;
}

.audience-cta .button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.audience-cta .button-row a.secondary {
  border-color: rgba(216, 184, 106, 0.35);
  background: rgba(216, 184, 106, 0.08);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.process-grid article {
  min-height: 250px;
  padding: 18px;
}

.process-grid h3 {
  margin-top: 24px;
  font-size: 1.08rem;
}

.process-grid p {
  margin: 13px 0 0;
  color: rgba(233, 238, 247, 0.68);
  font-size: 0.92rem;
  line-height: 1.58;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 44px;
  align-items: center;
}

.why-copy h2,
.contact-copy h2 {
  font-size: 2.8rem;
  font-weight: 850;
  line-height: 1.05;
}

.why-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.why-points span {
  padding: 12px 14px;
  font-size: 0.92rem;
  font-weight: 720;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.use-case-grid article {
  min-height: 280px;
  padding: 12px;
}

.use-case-grid img {
  width: 100%;
  height: 142px;
  border-radius: 6px;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.82);
}

.use-case-grid h3 {
  margin: 15px 4px 0;
  font-size: 1.12rem;
}

.use-case-grid p {
  margin: 9px 4px 4px;
  color: rgba(233, 238, 247, 0.67);
  line-height: 1.5;
}

.manifesto-section {
  position: relative;
  overflow: hidden;
  padding: 72px 22px;
  border-top: 1px solid rgba(210, 225, 245, 0.11);
  border-bottom: 1px solid rgba(210, 225, 245, 0.11);
  background:
    radial-gradient(circle at 20% 30%, rgba(100, 229, 255, 0.11), transparent 24rem),
    rgba(255, 255, 255, 0.025);
}

.manifesto-track {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 16px;
}

.manifesto-track p {
  max-width: 980px;
  font-size: 2.2rem;
  font-weight: 840;
  line-height: 1.08;
}

.manifesto-track p:nth-child(even) {
  justify-self: end;
  color: rgba(233, 238, 247, 0.76);
  text-align: right;
}

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

.faq-grid details {
  padding: 18px;
}

.faq-grid details[open] {
  border-color: rgba(100, 229, 255, 0.32);
}

.faq-grid summary {
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 780;
  list-style: none;
}

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

.faq-grid summary::after {
  float: right;
  color: var(--blue-2);
  content: "+";
  font-weight: 850;
}

.faq-grid details[open] summary::after {
  content: "-";
}

.faq-grid p {
  margin: 14px 0 0;
  color: rgba(233, 238, 247, 0.68);
  line-height: 1.62;
}

.contact-section {
  padding-bottom: 112px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 118px;
}

.contact-panel {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(210, 225, 245, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.contact-panel span,
.contact-panel a,
.site-footer address span,
.site-footer address a {
  color: rgba(233, 238, 247, 0.74);
  font-style: normal;
  line-height: 1.4;
}

.contact-panel a:hover,
.site-footer a:hover,
.site-footer button:hover {
  color: var(--blue-2);
}

.contact-form {
  padding: 22px;
  border: 1px solid rgba(210, 225, 245, 0.16);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 86% 16%, rgba(216, 184, 106, 0.1), transparent 18rem),
    rgba(10, 15, 27, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label.full {
  grid-column: span 2;
}

.contact-form span {
  color: rgba(233, 238, 247, 0.78);
  font-size: 0.84rem;
  font-weight: 760;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(210, 225, 245, 0.16);
  border-radius: var(--radius);
  background: rgba(4, 7, 13, 0.64);
  color: #fff;
  outline: none;
  padding: 0 13px;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.contact-form textarea {
  min-height: 132px;
  padding-top: 13px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(100, 229, 255, 0.54);
  background: rgba(4, 7, 13, 0.82);
  box-shadow: 0 0 0 4px rgba(59, 180, 255, 0.1);
}

.contact-form option {
  background: #090d18;
  color: #fff;
}

.submit-button {
  width: 100%;
  margin-top: 16px;
}

.form-success {
  margin: 14px 0 0;
  padding: 14px;
  border: 1px solid rgba(100, 229, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(100, 229, 255, 0.08);
  color: rgba(247, 251, 255, 0.86);
  line-height: 1.5;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(100, 229, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(6, 10, 18, 0.82);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transition: transform 190ms ease, border-color 190ms ease;
}

.floating-whatsapp:hover {
  border-color: rgba(100, 229, 255, 0.55);
  transform: translateY(-2px);
}

.floating-whatsapp span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #20d66b, #0aa85a);
  color: #04120a;
  font-size: 0.76rem;
  font-weight: 900;
}

.floating-whatsapp strong {
  color: #fff;
  font-size: 0.86rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.8fr) minmax(230px, 0.6fr);
  gap: 30px;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 42px 0 78px;
  border-top: 1px solid rgba(210, 225, 245, 0.13);
}

.site-footer p {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(233, 238, 247, 0.65);
  line-height: 1.65;
}

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

.site-footer .logo-footer img {
  width: 38px;
  height: 38px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  background: #f7f7f4;
  object-fit: contain;
}

.site-footer .logo-footer span {
  color: #fff;
  font-weight: 850;
}

.site-footer nav,
.site-footer address {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-content: start;
}

.site-footer button {
  padding: 0;
  background: transparent;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

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

@keyframes rotate-soft {
  to {
    transform: rotate(360deg);
  }
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.menu-active .site-nav {
    position: fixed;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    justify-content: stretch;
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(210, 225, 245, 0.14);
    border-radius: var(--radius);
    background: rgba(6, 10, 18, 0.96);
    box-shadow: var(--shadow);
  }

  .site-header.menu-active .site-nav a,
  .site-header.menu-active .site-nav button {
    justify-content: flex-start;
    min-height: 48px;
  }

  .hero-inner,
  .page-hero,
  .audience-hero,
  .why-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 3.05rem;
  }

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

  .process-grid,
  .image-showcase-grid,
  .use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .contact-copy {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    min-height: 62px;
    padding: 8px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    padding: 98px 14px 34px;
  }

  .hero-inner {
    gap: 28px;
  }

  .hero h1 {
    font-size: 2.28rem;
    line-height: 1;
  }

  .hero-lead {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .hero-selector {
    padding: 14px;
  }

  .selector-actions,
  .services-grid,
  .service-card.featured-service,
  .faq-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-card.featured-service {
    grid-column: auto;
  }

  .contact-form label.full {
    grid-column: span 1;
  }

  .audience-button {
    min-height: auto;
  }

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

  .laptop-mockup {
    top: 34px;
    left: 0;
    transform: none;
  }

  .mockup-screen img {
    height: 320px;
  }

  .mockup-overlay {
    grid-template-columns: 1fr;
  }

  .mockup-overlay div:first-child {
    grid-column: span 1;
  }

  .phone-mockup {
    display: none;
  }

  .floating-metric.one {
    top: 0;
    right: 8px;
  }

  .floating-metric.two {
    left: 8px;
    bottom: 8px;
  }

  .floating-metric.three {
    display: none;
  }

  .section,
  .page-hero,
  .audience-block,
  .audience-cta,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .section,
  .page-hero,
  .audience-block {
    padding-top: 72px;
  }

  .pricing-section {
    padding: 72px 14px;
  }

  .section h2,
  .page-hero h1,
  .audience-hero h1,
  .audience-hero h2,
  .why-copy h2,
  .contact-copy h2 {
    font-size: 2.12rem;
    line-height: 1.08;
  }

  .audience-cta {
    padding: 28px;
  }

  .audience-cta h2 {
    font-size: 2rem;
  }

  .problem-grid,
  .process-grid,
  .image-showcase-grid,
  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .image-showcase-grid figure,
  .image-showcase-grid figure:first-child {
    min-height: 260px;
  }

  .audience-media,
  .audience-media img {
    min-height: 320px;
  }

  .manifesto-section {
    padding: 56px 14px;
  }

  .manifesto-track p,
  .manifesto-track p:nth-child(even) {
    justify-self: start;
    font-size: 1.72rem;
    text-align: left;
  }

  .floating-whatsapp {
    right: 14px;
    left: auto;
    min-height: 48px;
    justify-content: flex-start;
    padding: 7px 10px 7px 7px;
  }

  .floating-whatsapp span {
    width: 34px;
    height: 34px;
  }

  .floating-whatsapp strong {
    max-width: 105px;
    font-size: 0.78rem;
    line-height: 1.15;
  }

  .gate-actions {
    grid-template-columns: 1fr;
  }

  .gate-card {
    gap: 22px;
    padding: 28px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
