@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Sora:wght@400;600;700;800&display=swap");

:root {
  --bg-top: #05020d;
  --bg-mid: #0b0418;
  --bg-bottom: #140728;
  --bg-spot-1: rgba(141, 93, 255, 0.28);
  --bg-spot-2: rgba(255, 67, 192, 0.24);
  --bg-spot-3: rgba(66, 221, 255, 0.16);
  --ambient-spot-1: rgba(141, 93, 255, 0.14);
  --ambient-spot-2: rgba(255, 67, 192, 0.12);
  --ambient-spot-3: rgba(66, 221, 255, 0.1);
  --cursor-glow: rgba(141, 93, 255, 0.18);
  --hero-panel-glow-a: rgba(66, 221, 255, 0.18);
  --hero-panel-glow-b: rgba(255, 67, 192, 0.24);
  --hero-panel-base-a: rgba(14, 5, 31, 0.98);
  --hero-panel-base-b: rgba(38, 14, 74, 0.96);
  --hero-panel-orb: rgba(255, 244, 139, 0.28);
  --cta-glow: rgba(66, 221, 255, 0.16);
  --cta-base-a: rgba(16, 5, 34, 0.98);
  --cta-base-b: rgba(52, 16, 92, 0.94);
  --map-glow-a: rgba(66, 221, 255, 0.18);
  --map-glow-b: rgba(255, 67, 192, 0.2);
  --map-base-a: rgba(12, 6, 28, 0.98);
  --map-base-b: rgba(35, 15, 70, 0.94);
  --surface: rgba(18, 10, 38, 0.74);
  --surface-strong: rgba(22, 12, 48, 0.9);
  --text: #f6f2ff;
  --muted: #b8aed4;
  --line: rgba(177, 131, 255, 0.2);
  --primary: #8d5dff;
  --primary-deep: #5b25ff;
  --secondary: #ff43c0;
  --highlight: #42ddff;
  --sun: #c8ff85;
  --dark: #05020d;
  --shadow: 0 28px 80px rgba(4, 0, 12, 0.4);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --container: min(1180px, calc(100% - 28px));
  --cursor-x: 50vw;
  --cursor-y: 18vh;
}

html[data-gradient-theme="aurora-surge"] {
  --bg-top: #021019;
  --bg-mid: #052133;
  --bg-bottom: #08172a;
  --bg-spot-1: rgba(41, 244, 202, 0.24);
  --bg-spot-2: rgba(82, 135, 255, 0.22);
  --bg-spot-3: rgba(168, 110, 255, 0.16);
  --ambient-spot-1: rgba(41, 244, 202, 0.14);
  --ambient-spot-2: rgba(82, 135, 255, 0.12);
  --ambient-spot-3: rgba(168, 110, 255, 0.1);
  --cursor-glow: rgba(41, 244, 202, 0.18);
  --hero-panel-glow-a: rgba(41, 244, 202, 0.2);
  --hero-panel-glow-b: rgba(82, 135, 255, 0.22);
  --hero-panel-base-a: rgba(4, 20, 29, 0.98);
  --hero-panel-base-b: rgba(8, 49, 67, 0.96);
  --hero-panel-orb: rgba(98, 255, 231, 0.2);
  --cta-glow: rgba(82, 135, 255, 0.16);
  --cta-base-a: rgba(5, 24, 37, 0.98);
  --cta-base-b: rgba(13, 61, 82, 0.95);
  --map-glow-a: rgba(41, 244, 202, 0.18);
  --map-glow-b: rgba(168, 110, 255, 0.18);
  --map-base-a: rgba(5, 24, 37, 0.98);
  --map-base-b: rgba(15, 47, 77, 0.94);
}

html[data-gradient-theme="sunset-fusion"] {
  --bg-top: #14040d;
  --bg-mid: #24102a;
  --bg-bottom: #12081f;
  --bg-spot-1: rgba(255, 103, 174, 0.24);
  --bg-spot-2: rgba(255, 149, 87, 0.22);
  --bg-spot-3: rgba(145, 108, 255, 0.16);
  --ambient-spot-1: rgba(255, 103, 174, 0.14);
  --ambient-spot-2: rgba(255, 149, 87, 0.12);
  --ambient-spot-3: rgba(145, 108, 255, 0.1);
  --cursor-glow: rgba(255, 103, 174, 0.18);
  --hero-panel-glow-a: rgba(255, 149, 87, 0.2);
  --hero-panel-glow-b: rgba(255, 103, 174, 0.22);
  --hero-panel-base-a: rgba(34, 8, 24, 0.98);
  --hero-panel-base-b: rgba(68, 18, 58, 0.96);
  --hero-panel-orb: rgba(255, 182, 121, 0.22);
  --cta-glow: rgba(255, 149, 87, 0.18);
  --cta-base-a: rgba(39, 9, 28, 0.98);
  --cta-base-b: rgba(86, 18, 70, 0.94);
  --map-glow-a: rgba(255, 149, 87, 0.18);
  --map-glow-b: rgba(145, 108, 255, 0.2);
  --map-base-a: rgba(32, 10, 30, 0.98);
  --map-base-b: rgba(73, 20, 66, 0.94);
}

html[data-gradient-theme="midnight-cobalt"] {
  --bg-top: #040914;
  --bg-mid: #0b1632;
  --bg-bottom: #050917;
  --bg-spot-1: rgba(85, 125, 255, 0.24);
  --bg-spot-2: rgba(67, 220, 255, 0.2);
  --bg-spot-3: rgba(137, 98, 255, 0.14);
  --ambient-spot-1: rgba(85, 125, 255, 0.14);
  --ambient-spot-2: rgba(67, 220, 255, 0.1);
  --ambient-spot-3: rgba(137, 98, 255, 0.08);
  --cursor-glow: rgba(85, 125, 255, 0.18);
  --hero-panel-glow-a: rgba(67, 220, 255, 0.2);
  --hero-panel-glow-b: rgba(85, 125, 255, 0.2);
  --hero-panel-base-a: rgba(7, 15, 36, 0.98);
  --hero-panel-base-b: rgba(18, 33, 79, 0.95);
  --hero-panel-orb: rgba(132, 169, 255, 0.18);
  --cta-glow: rgba(67, 220, 255, 0.14);
  --cta-base-a: rgba(7, 16, 36, 0.98);
  --cta-base-b: rgba(22, 38, 90, 0.94);
  --map-glow-a: rgba(67, 220, 255, 0.16);
  --map-glow-b: rgba(137, 98, 255, 0.16);
  --map-base-a: rgba(7, 16, 36, 0.98);
  --map-base-b: rgba(18, 33, 79, 0.94);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Space Grotesk", "Segoe UI Variable Text", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 8%, var(--bg-spot-1), transparent 28%),
    radial-gradient(circle at 88% 4%, var(--bg-spot-2), transparent 26%),
    radial-gradient(circle at 50% 78%, var(--bg-spot-3), transparent 30%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 48%, var(--bg-bottom) 100%);
  position: relative;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.65;
  background: radial-gradient(circle at var(--cursor-x) var(--cursor-y), var(--cursor-glow), transparent 18%);
}

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

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

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

input,
select,
textarea {
  width: 100%;
  margin-top: 12px;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  outline: none;
}

textarea {
  min-height: 160px;
  padding: 16px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(141, 93, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(141, 93, 255, 0.12);
}

.topbar {
  background: rgba(5, 2, 13, 0.94);
  color: rgba(255, 255, 255, 0.88);
}

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

.topbar__inner {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.94rem;
}

.topbar__inner a {
  color: var(--sun);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(22px);
  background: rgba(8, 4, 21, 0.8);
  border-bottom: 1px solid rgba(177, 131, 255, 0.12);
}

.nav-shell {
  width: var(--container);
  margin: 0 auto;
  min-height: 88px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 0 0 auto;
  max-width: 236px;
}

.brand-mark img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  border: 2px solid rgba(141, 93, 255, 0.24);
  box-shadow: 0 16px 28px rgba(91, 37, 255, 0.22);
}

.brand-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.brand-copy small {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.brand-copy strong {
  font-family: "Sora", sans-serif;
  font-size: 1.02rem;
  letter-spacing: -0.03em;
  line-height: 1.04;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex: 1;
  min-width: 0;
  padding-left: clamp(6px, 1vw, 14px);
}

.nav-link,
.nav-group__toggle {
  padding: 12px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  flex: 0 0 auto;
  white-space: nowrap;
}

.nav-group {
  position: relative;
  flex: 0 0 auto;
}

.nav-group::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 18px;
}

.nav-group__toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-group__toggle::after {
  content: "▾";
  margin-left: 8px;
  font-size: 0.82rem;
}

.nav-link:hover,
.nav-link.active,
.nav-group__toggle:hover,
.nav-group__toggle.active {
  background: rgba(141, 93, 255, 0.2);
  color: #fff;
  transform: translateY(-1px);
}

.nav-group__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 280px;
  width: min(320px, calc(100vw - 32px));
  padding: 10px;
  display: none;
  border-radius: 20px;
  background: rgba(11, 5, 25, 0.98);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  z-index: 60;
}

.nav-group.open .nav-group__menu {
  display: grid;
  gap: 6px;
}

.nav-group__link {
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--muted);
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-group__link:hover,
.nav-group__link.active {
  background: rgba(141, 93, 255, 0.2);
  color: #fff;
  transform: translateX(2px);
}

.nav-group__toggle::after {
  content: "v";
  margin-left: 8px;
  font-size: 0.82rem;
}

.nav-preview {
  display: grid;
  gap: 6px;
}

.nav-preview strong {
  font-size: 1rem;
}

.nav-preview span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex: 0 0 auto;
}

.nav-search {
  min-width: 96px;
}

.nav-actions .button {
  min-height: 48px;
  padding: 0 16px;
  font-size: 0.9rem;
}

.mobile-toggle {
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(18, 10, 38, 0.94);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.mobile-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.button {
  border: 0;
  cursor: pointer;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-deep), var(--primary) 50%, var(--secondary));
  box-shadow: 0 18px 34px rgba(91, 37, 255, 0.34);
}

.button-secondary,
.button-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.06);
}

.hero {
  padding: 62px 0 26px;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 24px;
  align-items: center;
}

.eyebrow,
.chip,
.summary-kicker,
.plan-family,
.plan-badge,
.team-role,
.status-pill,
.footer-pills span,
.summary-list span,
.mini-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 33, 58, 0.1);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.84rem;
  font-weight: 800;
}

.eyebrow {
  color: var(--primary-deep);
  margin-bottom: 18px;
}

.hero h1,
.page-hero h1,
.section-head h2,
.pricing-family h2,
.cta-banner h2,
.family-summary h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
}

.section-head h2,
.pricing-family h2,
.cta-banner h2 {
  font-size: clamp(2rem, 5vw, 3.8rem);
}

.hero p,
.page-hero p,
.section-head p,
.story-card p,
.client-card p,
.team-card p,
.faq-card p,
.status-card p,
.contact-card p,
.plan-copy,
.footer-copy,
.footer-note,
.cta-banner p {
  color: var(--muted);
  line-height: 1.78;
  font-size: 1.04rem;
}

.hero p {
  margin: 20px 0 0;
  max-width: 720px;
}

.chip-row,
.logo-row,
.summary-list,
.footer-pills,
.pill-row,
.family-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-row {
  margin-top: 24px;
}

.chip {
  color: var(--text);
}

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

.metrics-row,
.story-grid,
.client-grid,
.team-grid,
.faq-grid,
.status-grid,
.contact-grid,
.plans-grid,
.quick-grid {
  display: grid;
  gap: 18px;
}

.metrics-row {
  margin-top: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.metric-card,
.story-card,
.client-card,
.team-card,
.faq-card,
.status-card,
.contact-card,
.family-summary,
.pricing-family,
.page-hero,
.plan-card,
.cta-banner {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.metric-card,
.story-card,
.client-card,
.team-card,
.faq-card,
.status-card,
.contact-card,
.family-summary,
.pricing-family,
.page-hero,
.cta-banner,
.plan-card {
  border-radius: var(--radius-lg);
}

.metric-card,
.story-card,
.client-card,
.team-card,
.faq-card,
.status-card,
.contact-card,
.plan-card {
  padding: 24px;
}

.metric-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Sora", sans-serif;
  font-size: 2.4rem;
  letter-spacing: -0.05em;
}

.metric-card span {
  color: var(--muted);
}

.hero-panel {
  padding: 24px;
  border-radius: 32px;
  color: #fff;
  background:
    radial-gradient(circle at top left, var(--hero-panel-glow-a), transparent 28%),
    radial-gradient(circle at 78% 20%, var(--hero-panel-glow-b), transparent 28%),
    linear-gradient(145deg, var(--hero-panel-base-a), var(--hero-panel-base-b));
  box-shadow: 0 32px 90px rgba(5, 0, 15, 0.46);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-panel::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -100px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--hero-panel-orb), transparent 68%);
}

.hero-panel > * {
  position: relative;
}

.hero-panel-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.profile-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
}

.profile-lockup img {
  width: 118px;
  height: 118px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
  border: 3px solid rgba(255, 255, 255, 0.16);
}

.profile-lockup h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
}

.profile-lockup span,
.mini-label {
  color: rgba(255, 255, 255, 0.76);
}

.dashboard-owner {
  display: inline-flex;
  margin: 8px 0 10px;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
}

.mini-label {
  margin: 0 0 6px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.status-badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(20, 241, 201, 0.14);
  border: 1px solid rgba(20, 241, 201, 0.18);
  color: #e4fff8;
  font-weight: 800;
}

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

.pulse-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pulse-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
}

.client-cloud {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 700;
}

.section {
  padding: 68px 0;
}

.section-compact {
  padding-top: 10px;
}

.gradient-lab-card {
  padding: 26px;
  display: grid;
  gap: 24px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.gradient-lab-copy {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.gradient-lab-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
  font-size: clamp(2rem, 4vw, 3rem);
}

.gradient-lab-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

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

.gradient-theme-button {
  width: 100%;
  padding: 16px;
  display: grid;
  gap: 14px;
  cursor: pointer;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  text-align: left;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.gradient-theme-button:hover,
.gradient-theme-button.active {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(141, 93, 255, 0.34);
  box-shadow: 0 18px 34px rgba(9, 3, 22, 0.28);
}

.gradient-theme-button:focus-visible {
  outline: 2px solid var(--highlight);
  outline-offset: 3px;
}

.gradient-theme-swatch {
  display: block;
  width: 100%;
  height: 112px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.gradient-theme-swatch--neon-royale {
  background:
    radial-gradient(circle at 14% 18%, rgba(141, 93, 255, 0.38), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(255, 67, 192, 0.34), transparent 28%),
    radial-gradient(circle at 56% 78%, rgba(66, 221, 255, 0.22), transparent 34%),
    linear-gradient(180deg, #05020d 0%, #0b0418 46%, #140728 100%);
}

.gradient-theme-swatch--aurora-surge {
  background:
    radial-gradient(circle at 16% 16%, rgba(41, 244, 202, 0.3), transparent 26%),
    radial-gradient(circle at 84% 12%, rgba(82, 135, 255, 0.28), transparent 26%),
    radial-gradient(circle at 58% 76%, rgba(168, 110, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #021019 0%, #052133 50%, #08172a 100%);
}

.gradient-theme-swatch--sunset-fusion {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 103, 174, 0.3), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(255, 149, 87, 0.28), transparent 28%),
    radial-gradient(circle at 58% 78%, rgba(145, 108, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #14040d 0%, #24102a 48%, #12081f 100%);
}

.gradient-theme-swatch--midnight-cobalt {
  background:
    radial-gradient(circle at 18% 18%, rgba(85, 125, 255, 0.28), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(67, 220, 255, 0.2), transparent 26%),
    radial-gradient(circle at 56% 78%, rgba(137, 98, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #040914 0%, #0b1632 50%, #050917 100%);
}

.gradient-theme-copy {
  display: grid;
  gap: 6px;
}

.gradient-theme-copy strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.gradient-theme-copy small {
  color: var(--sun);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gradient-theme-copy span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-head.narrow {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.tab-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tab-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.tab-button:hover,
.tab-button.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(141, 93, 255, 0.28), rgba(255, 67, 192, 0.24));
  transform: translateY(-2px);
}

.tab-button.unavailable {
  border-color: rgba(255, 122, 122, 0.24);
  color: rgba(255, 215, 215, 0.92);
}

.pricing-toggle {
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.pricing-toggle button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.pricing-toggle button.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 26px rgba(91, 37, 255, 0.14);
}

.family-summary {
  padding: 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  margin-bottom: 18px;
}

.family-summary h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.summary-kicker,
.plan-family,
.plan-badge,
.team-role,
.status-pill {
  color: var(--primary-deep);
}

.summary-list {
  align-content: flex-start;
}

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

#pricing-sections {
  display: grid;
  gap: 22px;
}

.plan-notes {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.plan-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 67, 192, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(19, 10, 40, 0.96), rgba(13, 7, 28, 0.96));
}

.plan-card::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  left: -60px;
  bottom: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 165, 255, 0.18), transparent 70%);
}

.pricing-family,
.page-hero {
  scroll-margin-top: 124px;
}

.plan-card > * {
  position: relative;
}

.plan-card.featured {
  border-color: rgba(255, 122, 24, 0.16);
  transform: translateY(-4px);
}

.plan-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.plan-name {
  margin: 18px 0 8px;
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.plan-price {
  margin: 20px 0 8px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.plan-price strong {
  font-family: "Sora", sans-serif;
  font-size: 2.8rem;
  letter-spacing: -0.06em;
}

.plan-price span {
  padding-bottom: 8px;
  color: var(--muted);
  font-weight: 700;
}

.price-note {
  margin: 0 0 16px;
  color: var(--primary-deep);
  font-weight: 700;
}

.availability-note {
  margin: 12px 0 0;
  color: #ffd5e7;
  line-height: 1.7;
  font-weight: 700;
}

.availability-banner {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 122, 122, 0.22);
  background: rgba(255, 122, 122, 0.08);
  color: #ffe3eb;
  font-weight: 700;
  line-height: 1.65;
}

.spec-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.spec-list li {
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.spec-list span {
  color: var(--muted);
}

.spec-list strong {
  text-align: right;
}

.plan-actions {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.button-disabled {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 122, 122, 0.18);
  box-shadow: none;
  opacity: 0.9;
}

.button-disabled:hover {
  transform: none;
}

.page-hero {
  margin-top: 40px;
  padding: 40px;
}

.pricing-family {
  padding: 28px;
}

.pricing-family__header {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}

.family-meta {
  margin-top: 0;
}

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

.client-grid,
.faq-grid,
.contact-grid,
.status-grid {
  grid-template-columns: repeat(3, 1fr);
}

.team-grid {
  grid-template-columns: repeat(5, 1fr);
}

.story-card h3,
.client-card h3,
.team-card h3,
.faq-card h3,
.status-card h3,
.contact-card h3 {
  margin: 0 0 12px;
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.team-card img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  margin-bottom: 16px;
  border: 2px solid rgba(10, 165, 255, 0.16);
}

.team-role {
  margin-bottom: 14px;
}

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

.status-card strong,
.client-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
}

.cta-banner {
  padding: 32px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 20px;
  color: #fff;
  background:
    radial-gradient(circle at top right, var(--cta-glow), transparent 24%),
    linear-gradient(145deg, var(--cta-base-a), var(--cta-base-b));
  overflow: hidden;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.8);
}

.cta-banner .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.cta-banner .button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.site-footer {
  width: var(--container);
  margin: 22px auto 34px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(8, 4, 21, 0.98), rgba(18, 7, 40, 0.98));
  color: #fff;
  box-shadow: 0 28px 90px rgba(7, 25, 45, 0.22);
}

.site-footer__inner {
  padding: 34px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr 0.95fr;
  gap: 18px;
}

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

.footer-title {
  margin: 0 0 12px;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.site-footer a,
.site-footer p,
.site-footer li,
.footer-note {
  color: rgba(255, 255, 255, 0.76);
}

.footer-copy-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  cursor: pointer;
}

.floating-chat {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  width: min(396px, calc(100vw - 24px));
}

.chat-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(14, 8, 31, 0.94);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.chat-card header {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 12px;
}

.chat-card header div {
  display: grid;
  gap: 4px;
}

.chat-title {
  font-weight: 800;
}

.chat-subtitle {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.chat-card header button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.chat-thread {
  max-height: 330px;
  overflow-y: auto;
  display: grid;
  gap: 12px;
  padding: 16px 18px 12px;
}

.bubble {
  max-width: 90%;
  padding: 12px 14px;
  border-radius: 16px;
  line-height: 1.6;
}

.bubble.agent {
  background: rgba(141, 93, 255, 0.16);
}

.bubble.user {
  margin-left: auto;
  background: rgba(255, 67, 192, 0.14);
}

.assistant-stack {
  max-width: 92%;
  display: grid;
  gap: 10px;
}

.reply-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reply-actions a {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.reply-actions a:hover {
  background: rgba(141, 93, 255, 0.18);
  border-color: rgba(141, 93, 255, 0.38);
  transform: translateY(-1px);
}

.chat-form {
  padding: 0 18px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.chat-input {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  padding: 0 14px;
  outline: none;
}

.chat-input::placeholder {
  color: rgba(184, 174, 212, 0.8);
}

.chat-input:focus {
  border-color: rgba(141, 93, 255, 0.58);
  box-shadow: 0 0 0 3px rgba(141, 93, 255, 0.12);
}

.chat-send {
  min-width: 86px;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary-deep), var(--secondary));
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

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

.chat-actions button {
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.chat-actions button:hover,
.chat-send:hover {
  transform: translateY(-1px);
}

.chat-actions button:hover {
  background: rgba(141, 93, 255, 0.18);
  border-color: rgba(141, 93, 255, 0.34);
}

.chat-launcher {
  margin-top: 10px;
  margin-left: auto;
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary-deep), var(--secondary));
  color: #fff;
  box-shadow: 0 20px 36px rgba(5, 102, 216, 0.26);
  font-family: "Sora", sans-serif;
  font-weight: 800;
  cursor: pointer;
}

.chat-launcher img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  filter: drop-shadow(0 8px 14px rgba(8, 2, 24, 0.32));
}

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

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.page-stack {
  display: grid;
  gap: 22px;
}

.policy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.policy-list li {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  line-height: 1.8;
}

.policy-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
}

.comparison-shell {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.comparison-table-wrap {
  overflow-x: auto;
}

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

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.comparison-table th {
  font-family: "Sora", sans-serif;
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.comparison-table td strong {
  display: block;
  margin-bottom: 6px;
}

.comparison-table td span {
  color: var(--muted);
}

.faq-item {
  padding: 22px 24px;
  border-radius: 26px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

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

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--secondary);
}

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

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

.stack-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 10px;
}

.stack-list li {
  line-height: 1.7;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 18px 18px;
  background: rgba(5, 2, 13, 0.7);
  backdrop-filter: blur(18px);
}

.search-overlay.open {
  display: flex;
}

.search-panel {
  width: min(760px, 100%);
  border-radius: 28px;
  background: rgba(14, 8, 31, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.search-panel__top {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.search-panel__top strong {
  display: block;
  font-family: "Sora", sans-serif;
  margin-bottom: 6px;
}

.search-panel__top span {
  color: var(--muted);
  font-size: 0.94rem;
}

.search-panel__top button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 1.6rem;
  cursor: pointer;
}

.search-box {
  padding: 18px 22px 0;
}

.search-box input {
  width: 100%;
  min-height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 0 16px;
  outline: none;
}

.search-results {
  padding: 18px 22px 22px;
  display: grid;
  gap: 12px;
  max-height: 420px;
  overflow-y: auto;
}

.search-result,
.search-empty {
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.search-result {
  display: grid;
  gap: 8px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.search-result:hover {
  transform: translateY(-1px);
  border-color: rgba(141, 93, 255, 0.4);
  background: rgba(141, 93, 255, 0.08);
}

.search-result strong {
  font-family: "Sora", sans-serif;
}

.search-result span,
.search-empty {
  color: var(--muted);
  line-height: 1.65;
}

.accordion-toggle {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.pricing-family.is-collapsed .policy-list {
  display: none;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  padding: 18px;
  border-radius: 24px;
  background: rgba(13, 7, 28, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

[data-tilt] {
  transform-style: preserve-3d;
  transition: transform 0.18s ease, box-shadow 0.2s ease;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: 12px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--dark);
  font-weight: 800;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

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

.nav-theme {
  min-width: 118px;
}

.metric-card,
.story-card,
.client-card,
.team-card,
.faq-card,
.status-card,
.contact-card,
.family-summary,
.pricing-family,
.page-hero,
.plan-card,
.cta-banner {
  border-color: rgba(255, 255, 255, 0.12);
}

.eyebrow,
.chip,
.summary-kicker,
.plan-family,
.plan-badge,
.team-role,
.status-pill,
.footer-pills span,
.summary-list span,
.mini-pill {
  background: rgba(141, 93, 255, 0.12);
  border-color: rgba(141, 93, 255, 0.22);
  color: #f8f3ff;
}

.status-pill,
.summary-kicker,
.plan-family,
.plan-badge,
.team-role {
  color: #fff;
}

.tab-button {
  background: rgba(255, 255, 255, 0.06);
  color: #eee7ff;
}

.button:focus-visible,
.nav-link:focus-visible,
.nav-group__toggle:focus-visible,
.nav-group__link:focus-visible,
.chat-card header button:focus-visible,
.chat-actions button:focus-visible,
.chat-send:focus-visible,
.search-panel__top button:focus-visible,
.mobile-toggle:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--highlight);
  outline-offset: 3px;
}

.feature-list {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.feature-list li {
  color: var(--text);
  line-height: 1.7;
}

main > .section + .section {
  position: relative;
}

main > .section + .section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(220px, 40%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(141, 93, 255, 0.4), transparent);
}

.status-board {
  display: grid;
  gap: 14px;
}

.status-line {
  padding: 18px 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.status-line strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
}

.status-line span {
  color: var(--muted);
  line-height: 1.65;
}

.state-pill {
  flex: 0 0 auto;
  min-width: 92px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84rem;
  font-weight: 800;
}

.state-pill--live {
  background: rgba(20, 241, 201, 0.12);
  border: 1px solid rgba(20, 241, 201, 0.28);
  color: #e4fff8;
}

.state-pill--building {
  background: rgba(255, 194, 96, 0.14);
  border: 1px solid rgba(255, 194, 96, 0.24);
  color: #fff1d0;
}

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

.meter-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.meter-meta strong {
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
}

.meter-meta span {
  color: #fff;
  font-weight: 800;
}

.meter-bar {
  margin: 16px 0 14px;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.meter-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--highlight), var(--primary), var(--secondary));
}

.map-card {
  overflow: hidden;
}

.map-visual {
  position: relative;
  min-height: 180px;
  margin: 18px 0;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 30% 34%, var(--map-glow-a), transparent 22%),
    radial-gradient(circle at 58% 62%, var(--map-glow-b), transparent 20%),
    linear-gradient(145deg, var(--map-base-a), var(--map-base-b));
}

.map-tag {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 800;
}

.map-tag--india {
  left: 18%;
  top: 28%;
}

.map-tag--mumbai {
  right: 12%;
  bottom: 20%;
}

.tool-shell {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.tool-shell h3 {
  margin: 0 0 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.tool-shell p {
  color: var(--muted);
}

.tool-result {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 14px;
}

.tool-result__body strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.field-hint {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.checklist-grid {
  display: grid;
  gap: 12px;
}

.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.checklist-item input {
  width: 20px;
  min-height: 20px;
  margin: 2px 0 0;
  flex: 0 0 auto;
}

.checklist-item span {
  color: var(--text);
  line-height: 1.65;
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 96px;
  z-index: 55;
  min-width: 64px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary-deep), var(--secondary));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(91, 37, 255, 0.34);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

html[data-theme="light"] {
  --bg-top: #f5efff;
  --bg-mid: #efe6ff;
  --bg-bottom: #f8f5ff;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(255, 255, 255, 0.96);
  --text: #211736;
  --muted: #645979;
  --line: rgba(91, 37, 255, 0.14);
  --shadow: 0 24px 70px rgba(76, 32, 144, 0.12);
}

html[data-theme="light"] .topbar {
  background: rgba(245, 239, 255, 0.96);
  color: rgba(33, 23, 54, 0.86);
}

html[data-theme="light"] .site-header {
  background: rgba(245, 239, 255, 0.82);
  border-bottom-color: rgba(91, 37, 255, 0.12);
}

html[data-theme="light"] .nav-group__menu,
html[data-theme="light"] .search-panel,
html[data-theme="light"] .chat-card,
html[data-theme="light"] .cookie-banner,
html[data-theme="light"] .site-footer {
  background: rgba(255, 255, 255, 0.96);
}

html[data-theme="light"] .site-footer,
html[data-theme="light"] .chat-card {
  color: var(--text);
}

html[data-theme="light"] .site-footer a,
html[data-theme="light"] .site-footer p,
html[data-theme="light"] .site-footer li,
html[data-theme="light"] .footer-note,
html[data-theme="light"] .search-panel__top span,
html[data-theme="light"] .chat-subtitle,
html[data-theme="light"] .cookie-banner p {
  color: var(--muted);
}

html[data-theme="light"] .bubble.agent {
  background: rgba(141, 93, 255, 0.1);
}

html[data-theme="light"] .bubble.user {
  background: rgba(255, 67, 192, 0.08);
}

html[data-theme="light"] .hero-panel,
html[data-theme="light"] .cta-banner,
html[data-theme="light"] .map-visual {
  color: #fff;
}

html[data-theme="light"] .hero-subheading,
html[data-theme="light"] .hero-proofline,
html[data-theme="light"] .hero-list li {
  color: var(--text);
}

html[data-theme="light"] .hero-trustline span {
  color: var(--text);
  background: rgba(91, 37, 255, 0.08);
  border-color: rgba(91, 37, 255, 0.14);
}

@media (max-width: 1180px) {
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .plans-grid,
  .client-grid,
  .faq-grid,
  .contact-grid,
  .status-grid,
  .quick-grid,
  .tool-grid,
  .meter-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gradient-theme-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1501px) {
  .nav-group:hover .nav-group__menu,
  .nav-group:focus-within .nav-group__menu {
    display: grid;
    gap: 6px;
  }

  .nav-group:hover .nav-group__toggle,
  .nav-group:focus-within .nav-group__toggle {
    background: rgba(141, 93, 255, 0.2);
    color: #fff;
    transform: translateY(-1px);
  }
}

@media (max-width: 1760px) and (min-width: 1501px) {
  .nav-shell {
    gap: 10px;
  }

  .brand-mark {
    max-width: 220px;
  }

  .brand-mark img {
    width: 62px;
    height: 62px;
  }

  .brand-copy small {
    font-size: 0.64rem;
  }

  .brand-copy strong {
    font-size: 0.96rem;
  }

  .nav-links {
    gap: 2px;
    padding-left: 6px;
  }

  .nav-link,
  .nav-group__toggle {
    padding: 11px 12px;
    font-size: 0.88rem;
    min-height: 48px;
  }

  .nav-actions .button {
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .nav-search {
    min-width: 88px;
  }
}

@media (max-width: 1500px) {
  .nav-shell {
    min-height: 82px;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

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

  .brand-mark img {
    width: 60px;
    height: 60px;
  }

  .brand-copy small {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .nav-link,
  .nav-group__toggle {
    width: 100%;
    justify-content: space-between;
    text-align: left;
  }

  .nav-links {
    position: fixed;
    top: 98px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    padding: 18px;
    border-radius: 26px;
    background: rgba(11, 5, 25, 0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    z-index: 70;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-link,
  .nav-group {
    width: 100%;
  }

  .nav-group::after {
    display: none;
  }

  .nav-link::before,
  .nav-group__toggle::before {
    left: 16px;
    right: 16px;
  }

  .nav-group__menu {
    position: static;
    width: auto;
    min-width: 0;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
  }

  .nav-actions .nav-cta {
    display: none;
  }

  .nav-search,
  .nav-theme {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }
}

@media (max-width: 1180px) {
  .hero,
  .family-summary,
  .cta-banner,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 38px;
  }

  .metrics-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-mark img {
    width: 56px;
    height: 56px;
  }

  .profile-lockup img,
  .team-card img {
    width: 96px;
    height: 96px;
  }

  .page-hero,
  .pricing-family,
  .family-summary,
  .cta-banner,
  .hero-panel,
  .metric-card,
  .story-card,
  .client-card,
  .team-card,
  .faq-card,
  .status-card,
  .contact-card,
  .plan-card {
    padding: 20px;
  }

  .profile-lockup {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-panel-top {
    flex-direction: column;
  }

  .pulse-grid,
  .plans-grid,
  .client-grid,
  .faq-grid,
  .contact-grid,
  .status-grid,
  .team-grid,
  .quick-grid,
  .tool-grid,
  .meter-grid {
    grid-template-columns: 1fr;
  }

  .controls-row {
    align-items: stretch;
    flex-direction: column;
  }

  .pricing-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .pricing-toggle button {
    flex: 1;
  }

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

  .cta-actions {
    justify-content: flex-start;
  }

  .site-footer {
    border-radius: 28px;
  }

  .site-footer__inner {
    padding: 24px;
  }

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

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

  .chat-send {
    width: 100%;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-actions {
    width: 100%;
    flex-direction: column;
  }

  .cookie-actions .button {
    width: 100%;
  }

  .status-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .scroll-top {
    right: 16px;
    bottom: 88px;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: -10%;
  pointer-events: none;
  z-index: -2;
  opacity: 0.75;
  background:
    radial-gradient(circle at 18% 22%, var(--ambient-spot-1), transparent 24%),
    radial-gradient(circle at 76% 14%, var(--ambient-spot-2), transparent 22%),
    radial-gradient(circle at 60% 78%, var(--ambient-spot-3), transparent 24%);
  animation: bgFloat 18s ease-in-out infinite alternate;
}

@keyframes bgFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-2%, 2%, 0) scale(1.04);
  }
}

.site-header.scrolled {
  background: rgba(8, 4, 21, 0.92);
  border-bottom-color: rgba(141, 93, 255, 0.24);
  box-shadow: 0 18px 40px rgba(4, 0, 12, 0.2);
}

.nav-links {
  gap: 6px;
}

.nav-link,
.nav-group__toggle {
  position: relative;
  padding: 13px 16px;
}

.nav-link::before,
.nav-group__toggle::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--highlight), var(--secondary));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-link:hover::before,
.nav-link.active::before,
.nav-group__toggle:hover::before,
.nav-group__toggle.active::before {
  transform: scaleX(1);
}

.button {
  box-shadow: 0 10px 24px rgba(4, 0, 12, 0.16);
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary {
  box-shadow: 0 18px 34px rgba(91, 37, 255, 0.34), 0 0 28px rgba(141, 93, 255, 0.18);
}

.hero {
  padding: 74px 0 34px;
  gap: 34px;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.85rem, 6vw, 5rem);
}

.hero h1 {
  line-height: 1.05;
}

.hero-accent {
  color: var(--highlight);
}

.hero-subheading {
  margin-top: 18px;
  max-width: 640px;
  color: #fff;
  font-size: 1.16rem;
  line-height: 1.72;
}

.hero-list {
  margin-top: 20px;
  max-width: 620px;
}

.hero-list li {
  color: rgba(246, 242, 255, 0.88);
}

.hero-trustline {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-trustline span {
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-microcopy {
  margin-top: 12px;
  max-width: 620px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.hero-proofline {
  margin: 10px 0 0;
  max-width: 620px;
  color: rgba(246, 242, 255, 0.84);
  font-size: 0.98rem;
  line-height: 1.68;
}

.hero-shortcuts {
  margin-top: 14px;
}

.hero-shortcuts .chip {
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hero-shortcuts .chip:hover {
  transform: translateY(-2px);
  border-color: rgba(141, 93, 255, 0.34);
  background: rgba(141, 93, 255, 0.12);
}

.hero-dashboard {
  padding: 26px;
}

.dashboard-lockup img {
  width: 88px;
  height: 88px;
  border-radius: 24px;
}

.dashboard-shell {
  margin: 22px 0 20px;
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  gap: 14px;
}

.dashboard-sidebar,
.dashboard-main {
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
}

.dashboard-nav {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav.active {
  color: #fff;
  background: linear-gradient(135deg, rgba(141, 93, 255, 0.28), rgba(255, 67, 192, 0.24));
}

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

.dashboard-card,
.dashboard-spec {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-card strong,
.dashboard-spec strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
}

.dashboard-specs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.dashboard-spec span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-flow {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.dashboard-step {
  padding: 14px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.dashboard-step span {
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  font-weight: 800;
}

.dashboard-step strong {
  font-size: 0.96rem;
}

.dashboard-step.active {
  border-color: rgba(141, 93, 255, 0.34);
  background: rgba(141, 93, 255, 0.12);
}

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

.flow-card {
  position: relative;
}

.flow-step {
  display: inline-flex;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(141, 93, 255, 0.22);
  background: rgba(141, 93, 255, 0.12);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
}

.flow-actions {
  margin-top: 22px;
}

.plan-card {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(141, 93, 255, 0.28);
  box-shadow: 0 34px 96px rgba(4, 0, 12, 0.5);
}

.plan-card.unavailable {
  border-color: rgba(255, 122, 122, 0.2);
}

.plan-card.unavailable .plan-badge,
.plan-card.unavailable .price-note {
  color: #ffd5e7;
}

.plan-copy {
  margin-bottom: 0;
}

.plan-quick-points {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.plan-quick-points li {
  color: var(--muted);
  line-height: 1.65;
}

.plan-quick-points strong {
  color: #fff;
}

.spec-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.spec-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(141, 93, 255, 0.18);
  border: 1px solid rgba(141, 93, 255, 0.26);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.guided-grid,
.offer-grid,
.overview-grid {
  align-items: stretch;
}

.selector-sidecard,
.family-overview-card {
  display: grid;
  align-content: start;
  gap: 16px;
}

.selector-sidecard p,
.family-overview-card p {
  margin: 0;
}

.selector-actions,
.family-overview-actions {
  margin-top: auto;
}

.page-hero .hero-trustline {
  margin-top: 20px;
}

.page-hero .hero-microcopy {
  max-width: 720px;
}

.topbar__inner span {
  line-height: 1.6;
}

.nav-search {
  min-width: 154px;
}

.comparison-table tbody tr {
  transition: background 0.2s ease;
}

.comparison-table tbody tr:hover {
  background: rgba(141, 93, 255, 0.07);
}

.comparison-table td:last-child {
  white-space: nowrap;
}

.comparison-link {
  min-height: 42px;
  padding: 0 16px;
}

.table-availability {
  display: inline-flex;
  margin-top: 8px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 122, 0.22);
  background: rgba(255, 122, 122, 0.08);
  color: #ffe3eb;
  font-size: 0.82rem;
  font-weight: 800;
}

.floating-chat {
  right: 18px;
  bottom: 18px;
  width: min(346px, calc(100vw - 24px));
  min-height: 54px;
  display: grid;
  justify-items: end;
}

.chat-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.floating-chat.open .chat-card {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.chat-headline {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-avatar {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.chat-card header button {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.chat-thread {
  max-height: 286px;
}

.bubble {
  line-height: 1.72;
}

.bubble.agent {
  border: 1px solid rgba(141, 93, 255, 0.14);
}

.typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.typing-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  animation: typingPulse 0.9s ease-in-out infinite;
}

.typing-dots span:nth-child(2) {
  animation-delay: 0.12s;
}

.typing-dots span:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes typingPulse {
  0%, 100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

.reply-actions::before {
  content: "Recommended next step";
  width: 100%;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

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

.chat-actions button {
  text-align: left;
  line-height: 1.35;
}

.chat-launcher {
  position: relative;
  width: 64px;
  min-width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 999px;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.chat-launcher img {
  width: 42px;
  height: 42px;
}

.floating-chat.open .chat-launcher {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.96);
}

.mobile-cta-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 58;
  display: none;
  gap: 10px;
  padding: 10px;
  border-radius: 22px;
  background: rgba(12, 6, 28, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.mobile-cta-bar .button {
  flex: 1;
  min-height: 48px;
  padding: 0 14px;
}

.mobile-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-toggle.open span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-toggle span {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 1180px) {
  .dashboard-shell {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .hero {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.5rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-shortcuts .chip {
    width: 100%;
    justify-content: center;
  }

  .hero-proofline {
    font-size: 0.94rem;
  }

  .dashboard-grid,
  .dashboard-specs,
  .dashboard-flow {
    grid-template-columns: 1fr;
  }

  .floating-chat {
    bottom: 82px;
    width: min(320px, calc(100vw - 20px));
  }

  .chat-launcher {
    width: 54px;
    min-width: 54px;
    height: 54px;
  }

  .chat-launcher img {
    width: 34px;
    height: 34px;
  }

  .mobile-cta-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .scroll-top {
    bottom: 144px;
  }
}
