:root {
  color-scheme: dark;
  --bg: #0c0d0d;
  --bg-2: #131515;
  --bg-3: #1a1d1b;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-2: rgba(255, 255, 255, 0.02);
  --line: rgba(255, 255, 255, 0.09);
  --text: #f6f7f3;
  --muted: rgba(246, 247, 243, 0.64);
  --soft: rgba(246, 247, 243, 0.84);
  --neon: #b8d07c;
  --accent: #b8d07c;
  --accent-strong: #d4e8a1;
  --font-sans: "Manrope", sans-serif;
  --font-display: "Sora", sans-serif;
  --space-section: clamp(4rem, 8vw, 7rem);
  --space-block: clamp(1.5rem, 3vw, 2.5rem);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  --container: min(1140px, calc(100vw - 3rem));
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(184, 208, 124, 0.05), transparent 18%),
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #090909 0%, #0d0e0e 38%, #121313 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 8rem 8rem;
  mask-image: radial-gradient(circle at center, black 34%, transparent 86%);
  opacity: 0.3;
}

body::after {
  background:
    radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.3) 56%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.02) 42%, transparent 76%);
}

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

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

.page-shell,
.app-shell {
  position: relative;
  z-index: 1;
}

.login-orb {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 20;
  width: 3.4rem;
  height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  font-size: 1.05rem;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.login-orb:hover {
  transform: translateY(-2px);
  border-color: rgba(144, 255, 0, 0.9);
  background: rgba(144, 255, 0, 0.08);
  color: var(--neon);
  box-shadow:
    0 0 14px rgba(144, 255, 0, 0.42),
    0 0 28px rgba(144, 255, 0, 0.22),
    0 24px 80px rgba(0, 0, 0, 0.45);
}

.motion-reveal {
  opacity: 0;
  transform: translateY(28px);
  filter: blur(10px);
  transition:
    opacity 720ms cubic-bezier(0.2, 1, 0.22, 1),
    transform 720ms cubic-bezier(0.2, 1, 0.22, 1),
    filter 720ms cubic-bezier(0.2, 1, 0.22, 1);
}

.motion-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.hero-stage,
.social-stage,
.price-stage,
.services-simple-stage,
.guarantee-stage {
  position: relative;
  padding-inline: clamp(1.5rem, 4vw, 3rem);
}

.hero-stage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-frame,
.social-strip,
.price-strip,
.section-intro,
.services-simple-grid,
.guarantee-strip,
.app-topbar-inner {
  width: var(--container);
  margin: 0 auto;
}

.app-panel {
  width: auto;
  margin: 0;
}

.hero-frame {
  position: relative;
  z-index: 1;
  display: flex;
  width: var(--container);
  justify-content: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 36rem;
  padding-block: clamp(5rem, 10vw, 8rem);
  text-align: center;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.hero-cta-button {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  isolation: isolate;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  min-width: clamp(12rem, 22vw, 15rem);
  padding: 1.1rem 1.8rem;
  border: 1px solid rgba(144, 255, 0, 0.42);
  border-radius: 0;
  background: linear-gradient(180deg, #142700 0%, #091200 100%);
  color: #c7ff7a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  font-weight: 700;
  cursor: pointer;
  box-shadow:
    0 0 0 rgba(144, 255, 0, 0),
    0 18px 42px rgba(0, 0, 0, 0.34);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.hero-cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at center, transparent 35%, rgba(0, 0, 0, 0.22) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.18));
}

.hero-cta-button::after {
  content: "";
  position: absolute;
  inset: -1rem;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 72%, rgba(196, 255, 107, 0.95) 0 0.14rem, transparent 0.22rem),
    radial-gradient(circle at 18% 22%, rgba(144, 255, 0, 0.95) 0 0.12rem, transparent 0.19rem),
    radial-gradient(circle at 36% 84%, rgba(224, 255, 158, 0.95) 0 0.15rem, transparent 0.24rem),
    radial-gradient(circle at 58% 12%, rgba(144, 255, 0, 0.92) 0 0.11rem, transparent 0.18rem),
    radial-gradient(circle at 76% 76%, rgba(201, 255, 120, 0.96) 0 0.14rem, transparent 0.22rem),
    radial-gradient(circle at 92% 38%, rgba(144, 255, 0, 0.94) 0 0.1rem, transparent 0.16rem);
  filter: blur(0.5px);
  transform: scale(0.9);
}

.hero-cta-button:hover {
  transform: translateY(-3px);
  border-color: rgba(219, 255, 159, 0.96);
  background: linear-gradient(180deg, #203d02 0%, #0d1801 100%);
  color: #f4ffd9;
  box-shadow:
    0 0 20px rgba(144, 255, 0, 0.58),
    0 0 50px rgba(144, 255, 0, 0.44),
    0 0 92px rgba(144, 255, 0, 0.32),
    0 22px 48px rgba(0, 0, 0, 0.38);
}

.hero-cta-button:hover::after {
  opacity: 1;
  animation: hero-particles 900ms linear infinite;
}

.hero-cta-button:focus-visible {
  outline: 2px solid rgba(219, 255, 159, 0.96);
  outline-offset: 3px;
}

.hero-kicker,
.section-kicker,
.app-eyebrow {
  margin: 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.78rem;
}

.hero-title,
.section-title,
.app-topbar-title {
  margin: 0;
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.hero-title {
  display: flex;
  flex-direction: column;
  font-size: clamp(4rem, 15vw, 10rem);
}

.hero-copy {
  margin: 0;
  color: #b9ff58;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: clamp(1rem, 2vw, 1.24rem);
  text-shadow:
    0 0 12px rgba(144, 255, 0, 0.48),
    0 0 28px rgba(144, 255, 0, 0.34);
}

.hero-lead,
.guarantee-copy,
.service-simple-card p,
.panel-header p,
.panel-support,
.field span,
.stack-item p,
.analytics-summary,
.chat-bubble p,
.roadmap-meta,
.roadmap-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.hero-lead {
  max-width: 44rem;
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-stage::before {
  width: clamp(18rem, 38vw, 34rem);
  height: clamp(18rem, 38vw, 34rem);
  top: 10%;
  right: -8%;
  background: radial-gradient(circle, rgba(144, 255, 0, 0.12), transparent 68%);
}

.hero-stage::after {
  width: clamp(16rem, 28vw, 24rem);
  height: clamp(16rem, 28vw, 24rem);
  bottom: 8%;
  left: -6%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 72%);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(1.5rem, 5vw, 3rem);
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  animation: scroll-float 2.2s ease-in-out infinite;
}

.scroll-cue-line {
  width: 1px;
  height: 2.8rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.8));
}

.scroll-cue-arrow {
  width: 0.95rem;
  height: 0.95rem;
  border-right: 2px solid rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  transform: rotate(45deg);
}

.value-stage {
  position: relative;
  padding: 0 clamp(1.5rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem);
}

.value-strip {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.value-shell {
  display: grid;
  gap: 2rem;
}

.offer-price {
  margin: 0;
  font-family: "Sora", "Space Grotesk", sans-serif;
  color: #f0ffd9;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  font-size: clamp(3rem, 9vw, 5.5rem);
  line-height: 0.9;
}

.value-intro-offer {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.value-intro-offer .hero-button {
  font-size: 1.02rem;
  padding-inline: 1.75rem;
}

.value-intro {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  text-align: center;
}

.value-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.75rem;
}

.value-title {
  margin: 0;
  font-family: "Sora", "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.value-copy,
.value-proof,
.value-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.value-copy {
  max-width: 52rem;
}

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

.value-card {
  padding: 1.35rem 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.value-card:hover {
  transform: translateY(-2px);
  border-color: rgba(144, 255, 0, 0.42);
  box-shadow: none;
}

.value-card h3 {
  margin: 0.2rem 0 0.55rem;
  font-family: "Sora", "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.value-amount {
  color: var(--neon);
  font-family: "Sora", "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.value-footer {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.value-proof {
  text-align: center;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 500;
}

.promise-banner {
  padding: 1.1rem 1.25rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.promise-banner-line,
.promise-banner-copy {
  margin: 0;
}

.promise-banner-line {
  font-family: "Sora", "Space Grotesk", sans-serif;
  color: #e8ffd0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.05rem, 2.5vw, 1.55rem);
  line-height: 1.2;
}

.promise-banner-copy {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.7;
}

.performance-stage {
  position: relative;
  padding: 0 clamp(1.5rem, 4vw, 3rem) clamp(2.5rem, 5vw, 4rem);
}

.performance-strip {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.performance-intro {
  display: grid;
  gap: 0.8rem;
  justify-items: center;
  text-align: center;
}

.performance-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.75rem;
}

.performance-title {
  margin: 0;
  font-family: "Sora", "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.performance-copy,
.performance-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.performance-copy {
  max-width: 52rem;
}

.performance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.performance-card {
  padding: 1.4rem;
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.performance-card:hover {
  transform: translateY(-4px);
  border-color: rgba(144, 255, 0, 0.4);
  box-shadow:
    0 0 18px rgba(144, 255, 0, 0.14),
    0 22px 48px rgba(0, 0, 0, 0.3);
}

.performance-card h3 {
  margin: 0;
  font-family: "Sora", "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.performance-gauge {
  --gauge-fill: calc(var(--gauge-value) * 1%);
  position: relative;
  width: 11rem;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, #090909 57%, transparent 58%),
    conic-gradient(from 220deg, rgba(144, 255, 0, 0.95) 0 var(--gauge-fill), rgba(255, 255, 255, 0.08) var(--gauge-fill) 78%, rgba(255, 255, 255, 0.02) 78% 100%);
  box-shadow:
    inset 0 0 32px rgba(0, 0, 0, 0.45),
    0 0 24px rgba(144, 255, 0, 0.08);
}

.performance-gauge::before {
  content: "";
  position: absolute;
  inset: 0.8rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.performance-gauge-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
  justify-items: center;
  text-align: center;
}

.performance-gauge-value {
  font-family: "Sora", "Space Grotesk", sans-serif;
  color: #edffd4;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.performance-gauge-label {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
}

.social-stage {
  padding: 0;
  background: linear-gradient(180deg, #262626 0%, #1c1c1c 100%);
}

.social-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 26%, rgba(0, 0, 0, 0.52) 100%);
}

.social-strip {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding: clamp(2rem, 4vw, 3rem) 0;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.social-link {
  width: 4.15rem;
  height: 4.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  font-size: 1.45rem;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 240ms ease;
}

.social-link i {
  transition:
    transform 180ms ease,
    color 180ms ease;
}

.social-link:hover {
  transform: translateY(-4px) scale(1.06);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.12),
    0 0 30px rgba(255, 255, 255, 0.08),
    0 24px 80px rgba(0, 0, 0, 0.45);
}

.social-link:hover i {
  transform: scale(1.24);
}

.social-link-facebook:hover {
  color: #1877f2;
}

.social-link-youtube:hover {
  color: #ff0000;
}

.social-link-tiktok:hover {
  color: #25f4ee;
}

.social-link-instagram:hover {
  color: #e4405f;
}

.social-link-x:hover {
  color: #ffffff;
}

.social-link-twitch:hover {
  color: #9146ff;
}

.social-link-linkedin:hover {
  color: #0a66c2;
}

.social-link-threads:hover {
  color: #ffffff;
}

.price-stage {
  min-height: 42vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
}

.price-strip {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  background: #000000;
  padding: clamp(2rem, 5vw, 3rem) 0;
}

.price-strip-value {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  font-size: clamp(2.8rem, 9vw, 5.6rem);
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.95rem 1.5rem;
  border-radius: 0;
  border: 1px solid var(--line);
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.price-strip .hero-button {
  font-size: 1.08rem;
  padding-inline: 1.75rem;
}

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

.hero-button-solid {
  background: var(--neon);
  color: #061100;
  border-color: rgba(144, 255, 0, 0.92);
  box-shadow:
    0 0 14px rgba(144, 255, 0, 0.34),
    0 0 28px rgba(144, 255, 0, 0.2);
}

.hero-button-solid:hover {
  animation: pulse-green 1.1s ease-in-out infinite;
  border-color: rgba(212, 255, 160, 0.98);
  box-shadow:
    0 0 20px rgba(144, 255, 0, 0.72),
    0 0 48px rgba(144, 255, 0, 0.5),
    0 0 92px rgba(144, 255, 0, 0.28),
    0 22px 52px rgba(0, 0, 0, 0.42);
}

.hero-button-ghost {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.hero-button-ghost:hover {
  border-color: rgba(144, 255, 0, 0.9);
  background: rgba(144, 255, 0, 0.08);
  color: var(--neon);
  box-shadow:
    0 0 14px rgba(144, 255, 0, 0.42),
    0 0 28px rgba(144, 255, 0, 0.22);
}

.services-simple-stage,
.guarantee-stage,
.app-page {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.04), transparent 20%),
    linear-gradient(180deg, #0d0d0d 0%, #141414 100%);
}

.services-simple-stage,
.guarantee-stage {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.section-intro,
.guarantee-strip {
  display: grid;
  gap: 0.9rem;
  justify-items: center;
  text-align: center;
}

.section-title,
.app-topbar-title {
  max-width: 14ch;
  font-size: clamp(2.6rem, 7vw, 5.4rem);
}

.services-simple-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2rem;
}

.services-roadmap {
  position: relative;
  width: min(100%, 62rem);
  margin: 2.75rem auto 0;
  display: grid;
  gap: 1.25rem;
}

.services-roadmap::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  bottom: 0.9rem;
  left: 6rem;
  width: 1px;
  background:
    linear-gradient(180deg, rgba(144, 255, 0, 0.08), rgba(144, 255, 0, 0.45) 18%, rgba(144, 255, 0, 0.15) 82%, rgba(144, 255, 0, 0.06));
  box-shadow: 0 0 18px rgba(144, 255, 0, 0.16);
}

.services-simple-stage .section-title,
.roadmap-card h3 {
  font-family: "Sora", "Space Grotesk", sans-serif;
}

.services-simple-stage .section-title {
  letter-spacing: -0.05em;
}

.service-simple-card,
.app-panel,
.metric-card,
.content-card {
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.service-simple-card,
.content-card,
.app-panel {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.service-simple-card {
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.roadmap-step {
  position: relative;
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

.roadmap-step:nth-child(even) .roadmap-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(144, 255, 0, 0.08), transparent 52%);
}

.roadmap-step:hover {
  transform: none;
  border-color: transparent;
}

.roadmap-step:hover .roadmap-card {
  transform: translateY(-4px);
  border-color: rgba(144, 255, 0, 0.82);
  background:
    linear-gradient(180deg, rgba(24, 46, 6, 0.92), rgba(10, 20, 3, 0.96)),
    linear-gradient(135deg, rgba(144, 255, 0, 0.18), transparent 52%);
  box-shadow:
    0 0 18px rgba(144, 255, 0, 0.24),
    0 0 42px rgba(144, 255, 0, 0.18),
    0 28px 80px rgba(0, 0, 0, 0.48);
}

.roadmap-marker {
  position: relative;
  z-index: 1;
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  justify-self: center;
  justify-content: center;
}

.roadmap-marker::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(144, 255, 0, 0.75);
  background: #0d1506;
  box-shadow:
    0 0 0 0.35rem rgba(144, 255, 0, 0.08),
    0 0 22px rgba(144, 255, 0, 0.22);
}

.roadmap-card {
  position: relative;
  padding: clamp(1.35rem, 3vw, 2rem);
  background:
    linear-gradient(180deg, var(--panel), var(--panel-2)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 58%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.roadmap-card h3 {
  margin: 0.2rem 0 0.8rem;
  letter-spacing: -0.03em;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.roadmap-card::before {
  content: "";
  position: absolute;
  left: -1.1rem;
  top: 1.35rem;
  width: 1.1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(144, 255, 0, 0.55), rgba(144, 255, 0, 0.08));
}

.roadmap-label {
  margin: 0 0 0.5rem;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
}

.service-simple-card:hover,
.content-card:hover,
.app-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.14);
}

.service-number {
  margin: 0;
  color: var(--neon);
  font-family: "Sora", "Space Grotesk", sans-serif;
  letter-spacing: 0;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
}

.service-simple-card h3,
.content-card h3,
.app-panel h3 {
  margin: 0.35rem 0 0.75rem;
  font-size: 1.4rem;
}

.guarantee-copy {
  max-width: 44rem;
}

.program-page {
  background:
    radial-gradient(circle at 16% 8%, rgba(144, 255, 0, 0.08), transparent 18%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #050505 0%, #0c0c0c 42%, #111111 100%);
}

.program-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 100vw);
  margin: 0;
  padding: 0 0 5rem;
  display: grid;
  gap: 0;
}

.program-hero {
  display: grid;
  gap: 0;
}

.program-hero,
.program-flow,
.program-dashboard,
.program-services,
.program-closing {
  display: grid;
}

.program-band {
  width: min(1120px, calc(100vw - 3rem));
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.program-hero .program-band {
  padding-top: clamp(2.5rem, 6vw, 5rem);
}

.program-flow .program-band,
.program-dashboard .program-band,
.program-services .program-band,
.program-closing .program-band {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.program-eyebrow,
.program-feature-kicker,
.program-service-kicker,
.program-step-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.74rem;
}

.program-title,
.program-section-title {
  margin: 0;
  font-family: "Sora", "Space Grotesk", sans-serif;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.program-title {
  max-width: 11ch;
  font-size: clamp(3.2rem, 8.5vw, 6.8rem);
  line-height: 0.9;
}

.program-summary,
.program-section-copy,
.program-meta-item span,
.program-meta-item strong,
.program-step-copy p,
.program-feature-row p,
.program-service-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.program-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
}

.program-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.program-meta-item {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.3rem;
}

.program-meta-item strong {
  font-family: "Sora", "Space Grotesk", sans-serif;
  color: #f0ffd8;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.program-section-intro {
  display: grid;
  gap: 0.8rem;
  justify-items: start;
  text-align: left;
  padding-bottom: 1.4rem;
}

.program-section-title {
  max-width: 14ch;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.program-section-copy {
  max-width: 54rem;
}

.program-timeline {
  display: grid;
  gap: 0;
}

.program-step {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.program-step-marker {
  margin: 0;
  color: var(--neon);
  font-family: "Sora", "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.program-step-copy h3,
.program-feature-row h3,
.program-service-row h3 {
  margin: 0.25rem 0 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  letter-spacing: -0.03em;
}

.program-dashboard-grid,
.program-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 2.5rem;
}

.program-feature-row,
.program-service-row {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.program-closing {
  text-align: left;
}

.program-closing .program-band {
  display: grid;
  gap: 1rem;
}

.app-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 0.6rem;
}

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

.app-topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 1rem 1.5rem;
  backdrop-filter: blur(18px);
  background: rgba(5, 5, 5, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.app-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.app-topbar-title {
  max-width: none;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.app-topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.app-topbar-link {
  padding: 0.4rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  transition: color 180ms ease, text-shadow 180ms ease;
}

.app-topbar-link:hover {
  color: var(--neon);
  text-shadow: 0 0 10px rgba(144, 255, 0, 0.28);
}

.app-shell {
  padding: 2rem 1.5rem 4rem;
}

.auth-shell {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 6rem);
}

.auth-panel {
  width: min(760px, 100%);
  max-width: 760px;
}

.panel-header {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.25rem;
}

.panel-header h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
}

.panel-header.compact {
  margin-top: 2rem;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

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

.field {
  display: grid;
  gap: 0.45rem;
}

.field span {
  font-size: 0.9rem;
  color: var(--muted);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  padding: 0.95rem 1rem;
}

.field-full {
  grid-column: 1 / -1;
}

.form-submit {
  width: fit-content;
}

.form-footnote {
  margin: 1rem 0 0;
  color: var(--muted);
}

.flash-stack {
  position: relative;
  z-index: 12;
  width: var(--container);
  margin: 1rem auto 0;
  display: grid;
  gap: 0.7rem;
}

.flash-message {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.flash-success {
  border-color: rgba(144, 255, 0, 0.35);
  color: #d7ffab;
}

.flash-error {
  border-color: rgba(255, 96, 96, 0.32);
  color: #ffc0c0;
}

.dashboard-shell,
.admin-shell {
  display: grid;
  gap: 1.25rem;
}

.profile-hero {
  display: grid;
  gap: 1.25rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.metric-card {
  padding: 1rem;
  border-radius: 1rem;
  display: grid;
  gap: 0.35rem;
}

.metric-card span {
  color: var(--muted);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.metric-card strong {
  font-size: clamp(1.35rem, 3vw, 2.1rem);
}

.tabs-shell {
  display: grid;
  gap: 1.2rem;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.tab-button {
  padding: 0.8rem 1rem;
  border-radius: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.tab-button.is-active {
  border-color: rgba(144, 255, 0, 0.42);
  color: var(--neon);
  box-shadow: 0 0 18px rgba(144, 255, 0, 0.16);
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.content-grid,
.admin-grid {
  display: grid;
  gap: 1rem;
}

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

.split-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.stack-list {
  display: grid;
  gap: 0.9rem;
}

.roadmap-list {
  display: grid;
  gap: 0.9rem;
}

.roadmap-item {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 0.45rem;
}

.roadmap-item-inline {
  margin-top: 0.35rem;
}

.roadmap-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.status-badge {
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(144, 255, 0, 0.22);
  background: rgba(144, 255, 0, 0.08);
  color: #d7ffab;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.roadmap-meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.roadmap-note {
  color: rgba(255, 255, 255, 0.68);
}

.stack-item {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.stack-item strong,
.chat-bubble span {
  display: block;
  margin-bottom: 0.4rem;
}

.chat-feed {
  display: grid;
  gap: 0.8rem;
}

.chat-bubble {
  padding: 1rem;
  border-radius: 1rem;
}

.chat-bubble-user {
  background: rgba(255, 255, 255, 0.05);
}

.chat-bubble-admin {
  background: rgba(144, 255, 0, 0.08);
  border: 1px solid rgba(144, 255, 0, 0.18);
}

.calendar-shell {
  display: grid;
  gap: 1rem;
}

.calendar-head h3 {
  margin: 0;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.6rem;
}

.calendar-grid-labels {
  gap: 0.4rem;
}

.calendar-label {
  text-align: center;
  font-size: 0.84rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.calendar-day {
  min-height: 8rem;
  padding: 0.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  align-content: start;
  gap: 0.45rem;
}

.calendar-day-empty {
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.05);
}

.calendar-day-number {
  font-weight: 700;
}

.calendar-day.has-items {
  border-color: rgba(144, 255, 0, 0.18);
}

.calendar-pill {
  padding: 0.38rem 0.55rem;
  border-radius: 0;
  background: rgba(144, 255, 0, 0.08);
  border: 1px solid rgba(144, 255, 0, 0.14);
  font-size: 0.78rem;
}

.more-pill {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.admin-shell {
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
}

.admin-sidebar {
  position: sticky;
  top: 6.75rem;
}

.client-list {
  display: grid;
  gap: 0.75rem;
}

.client-list-item {
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.client-list-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

.client-list-item.is-active {
  border-color: rgba(144, 255, 0, 0.34);
  box-shadow: 0 0 20px rgba(144, 255, 0, 0.1);
}

.admin-main,
.admin-grid {
  display: grid;
  gap: 1rem;
}

.compact-list {
  margin-top: 1rem;
}

.admin-insights {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.insight-card {
  padding: 1.1rem 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(24, 33, 43, 0.08);
  box-shadow: 0 16px 40px rgba(24, 33, 43, 0.08);
  display: grid;
  gap: 0.35rem;
}

.insight-card span {
  color: #5b6675;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.insight-card strong {
  color: #18212b;
  font-size: 2rem;
  line-height: 1;
}

.insight-card p {
  margin: 0;
  color: #5b6675;
  line-height: 1.5;
}

.admin-summary-panel {
  display: grid;
  gap: 1rem;
}

.admin-summary-head h3 {
  margin: 0.3rem 0 0;
}

.overview-list {
  display: grid;
  gap: 0.85rem;
}

.overview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  background: #f7f9fc;
  border: 1px solid rgba(24, 33, 43, 0.08);
}

.overview-row strong,
.overview-meta span {
  color: #18212b;
}

.overview-row p {
  margin: 0.3rem 0 0;
  color: #5b6675;
}

.overview-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.admin-collapsible {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(24, 33, 43, 0.08);
  padding-top: 1rem;
}

.admin-collapsible summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: #18212b;
}

.admin-collapsible summary::-webkit-details-marker {
  display: none;
}

.admin-collapsible[open] summary {
  margin-bottom: 1rem;
}

.admin-page {
  background:
    linear-gradient(180deg, #eef3f8 0%, #e8edf4 100%);
  color: #18212b;
}

.admin-page::before {
  background-image:
    linear-gradient(rgba(24, 33, 43, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 33, 43, 0.04) 1px, transparent 1px);
  opacity: 0.4;
}

.admin-page::after {
  background:
    radial-gradient(circle at center, transparent 30%, rgba(10, 14, 20, 0.05) 68%, rgba(10, 14, 20, 0.12) 100%);
}

.admin-page .app-topbar {
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(24, 33, 43, 0.08);
}

.admin-page .app-eyebrow,
.admin-page .field span,
.admin-page .metric-card span,
.admin-page .client-list-item span,
.admin-page .roadmap-meta,
.admin-page .panel-support,
.admin-page .workspace-copy {
  color: #5b6675;
}

.admin-page .app-topbar-title,
.admin-page .app-panel h3,
.admin-page .content-card h3,
.admin-page .panel-header h2,
.admin-page .workspace-label,
.admin-page .workspace-badge,
.admin-page .client-list-item,
.admin-page .metric-card strong,
.admin-page .status-badge,
.admin-page .stack-item strong,
.admin-page .roadmap-topline strong,
.admin-page .calendar-head h3,
.admin-page .calendar-day-number {
  color: #18212b;
}

.admin-page .app-topbar-link {
  color: #2d3948;
}

.admin-page .app-topbar-link:hover {
  color: #1877f2;
  text-shadow: none;
}

.admin-page .app-panel,
.admin-page .metric-card,
.admin-page .content-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(24, 33, 43, 0.08);
  box-shadow: 0 16px 40px rgba(24, 33, 43, 0.08);
  backdrop-filter: blur(12px);
}

.admin-page .app-panel:hover,
.admin-page .content-card:hover {
  transform: none;
  border-color: rgba(24, 33, 43, 0.12);
  box-shadow: 0 22px 48px rgba(24, 33, 43, 0.12);
}

.admin-page .field input,
.admin-page .field textarea,
.admin-page .field select {
  background: #f7f9fc;
  border: 1px solid rgba(24, 33, 43, 0.1);
  color: #18212b;
  border-radius: 12px;
}

.admin-page .field input:focus,
.admin-page .field textarea:focus,
.admin-page .field select:focus {
  outline: none;
  border-color: #1877f2;
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.12);
}

.admin-page .hero-button {
  border-radius: 12px;
}

.admin-page .hero-button-solid {
  background: #1877f2;
  border-color: #1877f2;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(24, 119, 242, 0.24);
}

.admin-page .hero-button-solid:hover {
  animation: none;
  background: #166fe5;
  border-color: #166fe5;
}

.admin-page .admin-shell {
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.admin-page .admin-main {
  gap: 1.25rem;
}

.admin-page .admin-sidebar {
  top: 6.5rem;
  border-radius: 20px;
}

.admin-page .client-list-item {
  border-radius: 14px;
  border: 1px solid rgba(24, 33, 43, 0.08);
  background: #f7f9fc;
}

.admin-page .client-list-item.is-active {
  border-color: rgba(24, 119, 242, 0.2);
  background: rgba(24, 119, 242, 0.08);
  box-shadow: none;
}

.admin-workspace-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0 0.5rem;
}

.workspace-label {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.admin-workspace-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: -0.04em;
}

.workspace-copy {
  margin: 0.55rem 0 0;
  max-width: 44rem;
  line-height: 1.6;
}

.workspace-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.workspace-badge {
  padding: 0.72rem 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 33, 43, 0.08);
  border-radius: 999px;
  font-size: 0.9rem;
}

.admin-page .profile-hero {
  border-radius: 20px;
}

.admin-page .metric-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-page .metric-card {
  border-radius: 16px;
}

.admin-page .tabs-shell,
.admin-page .tab-button,
.admin-page .stack-item,
.admin-page .chat-bubble,
.admin-page .roadmap-item,
.admin-page .calendar-day {
  border-radius: 14px;
}

.admin-page .status-badge {
  background: rgba(24, 119, 242, 0.08);
  border-color: rgba(24, 119, 242, 0.18);
  color: #1660c7;
}

.admin-page .roadmap-item,
.admin-page .stack-item,
.admin-page .calendar-day,
.admin-page .calendar-day-empty {
  background: #f7f9fc;
  border-color: rgba(24, 33, 43, 0.08);
}

.admin-page .calendar-day.has-items {
  border-color: rgba(24, 119, 242, 0.2);
}

.admin-page .calendar-pill {
  background: rgba(24, 119, 242, 0.08);
  border-color: rgba(24, 119, 242, 0.14);
  color: #1660c7;
}

.admin-page .more-pill {
  background: rgba(24, 33, 43, 0.06);
  border-color: rgba(24, 33, 43, 0.08);
  color: #425163;
}

.admin-page .tab-list {
  gap: 0.55rem;
}

.admin-page .tab-button {
  background: #ffffff;
  border-color: rgba(24, 33, 43, 0.08);
  color: #425163;
  font-weight: 600;
}

.admin-page .tab-button.is-active {
  border-color: rgba(24, 119, 242, 0.2);
  background: rgba(24, 119, 242, 0.08);
  color: #1660c7;
  box-shadow: none;
}

.admin-page .flash-message {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
}

.admin-page .admin-grid {
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 1.1rem;
}

.admin-section-card {
  border-radius: 20px;
}

.admin-page .admin-insights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@keyframes pulse-green {
  0%,
  100% {
    box-shadow:
      0 0 14px rgba(144, 255, 0, 0.42),
      0 0 28px rgba(144, 255, 0, 0.22);
  }

  50% {
    box-shadow:
      0 0 20px rgba(144, 255, 0, 0.7),
      0 0 42px rgba(144, 255, 0, 0.38);
  }
}

@keyframes scroll-float {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

@keyframes hero-particles {
  0% {
    opacity: 0.2;
    transform: translate3d(0, 0, 0) scale(0.88);
    filter: blur(1px);
  }

  35% {
    opacity: 0.75;
    transform: translate3d(2px, -4px, 0) scale(1);
    filter: blur(0.5px);
  }

  100% {
    opacity: 1;
    transform: translate3d(7px, -10px, 0) scale(1.12);
    filter: blur(0);
  }
}

@media (max-width: 960px) {
  .program-dashboard-grid,
  .program-services-grid,
  .performance-grid,
  .value-grid,
  .services-simple-grid,
  .admin-insights,
  .metric-row,
  .content-grid,
  .split-grid,
  .admin-shell,
  .form-grid.two-col {
    grid-template-columns: 1fr;
  }

  .admin-page .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-workspace-head {
    flex-direction: column;
  }

  .workspace-badges {
    justify-content: flex-start;
  }

  .admin-sidebar {
    position: static;
  }

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

  .services-roadmap::before {
    left: 4.75rem;
  }

  .roadmap-step {
    grid-template-columns: 4.75rem minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(1140px, calc(100vw - 1.5rem));
  }

  .hero-content,
  .section-intro,
  .guarantee-strip,
  .panel-header {
    text-align: center;
    justify-items: center;
  }

  .hero-content {
    align-items: center;
    padding-top: 5.5rem;
    padding-bottom: 1rem;
  }

  .hero-frame {
    gap: 1.5rem;
  }

  .hero-cta-row {
    justify-content: center;
  }

  .value-stage {
    padding-bottom: 2rem;
  }

  .performance-stage {
    padding-bottom: 2rem;
  }

  .value-strip {
    padding: 1.25rem;
  }

  .performance-strip {
    padding: 1.25rem;
  }

  .value-shell {
    gap: 1.5rem;
  }

  .value-card {
    padding: 1rem 0;
  }

  .program-shell {
    padding-top: 0;
  }

  .program-band {
    width: min(1120px, calc(100vw - 1.5rem));
    padding: 2.5rem 0;
  }

  .program-hero-meta,
  .program-dashboard-grid,
  .program-services-grid {
    grid-template-columns: 1fr;
  }

  .program-title,
  .program-section-title {
    max-width: none;
  }

  .program-step {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .services-roadmap {
    margin-top: 2rem;
  }

  .services-roadmap::before {
    left: 1rem;
  }

  .roadmap-step {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding-left: 2.25rem;
  }

  .roadmap-marker {
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 2rem;
    min-height: auto;
    justify-content: flex-start;
  }

  .roadmap-marker::before {
    top: 0.35rem;
  }

  .roadmap-card::before {
    left: -1.25rem;
    top: 1.1rem;
    width: 1.25rem;
  }

  .service-number {
    writing-mode: initial;
    transform: none;
  }

  .app-topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .app-topbar-links {
    width: 100%;
  }
}

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

  .motion-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .scroll-cue,
  .hero-button-solid:hover {
    animation: none;
  }
}

.admin-page {
  background: #edf2f7;
  color: #18212b;
}

.admin-page::before {
  background-image: none;
  opacity: 0;
}

.admin-page::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(233, 239, 247, 0.9));
}

.admin-page .app-topbar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(24, 33, 43, 0.08);
}

.admin-page .app-topbar-title,
.admin-page .app-topbar-link,
.admin-page .app-eyebrow {
  color: #18212b;
}

.admin-page .app-topbar-link:hover {
  color: #1877f2;
  text-shadow: none;
}

.admin-v2 {
  position: relative;
  z-index: 1;
  max-width: 1460px;
  margin: 0 auto;
  padding: 24px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.admin-v2-sidebar,
.admin-v2-main {
  min-width: 0;
}

.admin-v2-sidebar {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}

.admin-v2-main {
  display: grid;
  gap: 20px;
}

.admin-v2-panel,
.admin-v2-stat {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(24, 33, 43, 0.08);
  box-shadow: 0 16px 40px rgba(24, 33, 43, 0.08);
}

.admin-v2-panel {
  padding: 20px;
}

.admin-v2-label {
  margin: 0 0 8px;
  color: #6b7785;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
}

.admin-v2-title,
.admin-v2-head h3,
.admin-v2-client-head h2,
.admin-v2-panel h3 {
  margin: 0;
  color: #18212b;
}

.admin-v2-copy,
.admin-v2-empty,
.admin-v2-item p,
.admin-v2-row p,
.admin-v2-row-meta span,
.admin-v2-field span {
  margin: 0;
  color: #5f6b7a;
  line-height: 1.6;
}

.admin-v2-client-list,
.admin-v2-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.admin-v2-client {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  background: #f7f9fc;
  border: 1px solid rgba(24, 33, 43, 0.08);
  color: #18212b;
}

.admin-v2-client.is-active {
  background: rgba(24, 119, 242, 0.08);
  border-color: rgba(24, 119, 242, 0.18);
}

.admin-v2-collapse {
  display: grid;
  gap: 12px;
}

.admin-v2-collapse summary {
  cursor: pointer;
  list-style: none;
  color: #18212b;
  font-weight: 700;
}

.admin-v2-collapse summary::-webkit-details-marker {
  display: none;
}

.admin-v2-collapse[open] summary {
  margin-bottom: 8px;
}

.admin-v2-form {
  display: grid;
  gap: 14px;
}

.admin-v2-form-2col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-v2-field {
  display: grid;
  gap: 6px;
}

.admin-v2-field span {
  font-size: 0.86rem;
}

.admin-v2-field input,
.admin-v2-field textarea,
.admin-v2-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(24, 33, 43, 0.12);
  background: #f7f9fc;
  color: #18212b;
}

.admin-v2-field textarea {
  resize: vertical;
}

.admin-v2-field-full {
  grid-column: 1 / -1;
}

.admin-v2-button {
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}

.admin-v2-button-primary {
  background: #1877f2;
  color: #ffffff;
}

.admin-v2-button-primary:hover {
  background: #166fe5;
}

.admin-v2-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.admin-v2-stat {
  padding: 18px;
  display: grid;
  gap: 6px;
}

.admin-v2-stat span {
  color: #6b7785;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
}

.admin-v2-stat strong {
  color: #18212b;
  font-size: 2rem;
  line-height: 1;
}

.admin-v2-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-v2-row,
.admin-v2-item {
  padding: 14px 16px;
  background: #f7f9fc;
  border: 1px solid rgba(24, 33, 43, 0.08);
}

.admin-v2-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-v2-row strong,
.admin-v2-item strong {
  color: #18212b;
  display: block;
  margin-bottom: 4px;
}

.admin-v2-row-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-v2-badge,
.admin-v2-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: rgba(24, 119, 242, 0.08);
  border: 1px solid rgba(24, 119, 242, 0.16);
  color: #1660c7;
  font-size: 0.8rem;
  font-weight: 700;
}

.admin-v2-client-head {
  display: grid;
  gap: 14px;
}

.admin-v2-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-v2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 20px;
}

.admin-v2-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-v2-chat {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.admin-v2-chat-bubble {
  padding: 14px 16px;
  border: 1px solid rgba(24, 33, 43, 0.08);
  background: #f7f9fc;
}

.admin-v2-chat-bubble span {
  display: block;
  margin-bottom: 6px;
  color: #18212b;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.admin-v2-chat-bubble p {
  margin: 0;
  color: #4d5a69;
  line-height: 1.6;
}

.admin-v2-chat-admin {
  background: rgba(24, 119, 242, 0.08);
  border-color: rgba(24, 119, 242, 0.16);
}

.admin-v2-calendar-wrap .calendar-shell {
  margin-top: 16px;
}

.admin-v2-calendar-wrap .calendar-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.admin-v2-calendar-wrap .calendar-day,
.admin-v2-calendar-wrap .calendar-day-empty {
  background: #f7f9fc;
  border-color: rgba(24, 33, 43, 0.08);
}

.admin-v2-calendar-wrap .calendar-day.has-items {
  border-color: rgba(24, 119, 242, 0.18);
}

.admin-v2-calendar-wrap .calendar-pill {
  background: rgba(24, 119, 242, 0.08);
  border-color: rgba(24, 119, 242, 0.14);
  color: #1660c7;
}

@media (max-width: 1120px) {
  .admin-v2 {
    grid-template-columns: 1fr;
  }

  .admin-v2-sidebar {
    position: static;
  }

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

  .admin-v2-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .admin-v2 {
    padding: 16px;
  }

  .admin-v2-stats,
  .admin-v2-form-2col {
    grid-template-columns: 1fr;
  }

  .admin-v2-row,
  .admin-v2-item-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-v2-row-meta,
  .admin-v2-chip-row {
    flex-wrap: wrap;
  }

  .admin-v2-calendar-wrap .calendar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Admin v2 stabilization */
.admin-page {
  color-scheme: light;
  background: #eef2f7;
  color: #18212b;
}

.admin-page .app-topbar-inner {
  width: min(1360px, calc(100vw - 2rem));
}

.admin-page .flash-stack {
  position: relative;
  z-index: 2;
  width: min(1360px, calc(100vw - 2rem));
  margin: 1rem auto 0;
}

.admin-page .flash-message {
  color: #18212b;
}

.admin-v2,
.admin-v2 * {
  min-width: 0;
}

.admin-v2 {
  width: min(1360px, calc(100vw - 2rem));
  max-width: none;
  padding: 1.5rem 0 3rem;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 1.5rem;
}

.admin-v2-sidebar {
  gap: 1rem;
}

.admin-v2-main {
  gap: 1.25rem;
}

.admin-v2-panel,
.admin-v2-stat,
.admin-v2-client,
.admin-v2-row,
.admin-v2-item,
.admin-v2-chat-bubble,
.admin-v2-field input,
.admin-v2-field textarea,
.admin-v2-field select,
.admin-v2-button,
.admin-v2-badge,
.admin-v2-chip {
  border-radius: 0;
}

.admin-v2-panel,
.admin-v2-stat {
  overflow: hidden;
}

.admin-v2-panel h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  line-height: 1.2;
}

.admin-v2-copy {
  font-size: 0.96rem;
}

.admin-v2-client-list {
  max-height: calc(100vh - 260px);
  overflow: auto;
  padding-right: 0.25rem;
}

.admin-v2-client {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.admin-v2-client:hover {
  background: #eef4ff;
  border-color: rgba(24, 119, 242, 0.2);
}

.admin-v2-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-v2-stat strong {
  font-size: clamp(1.65rem, 2.2vw, 2.1rem);
}

.admin-v2-head {
  padding-bottom: 0.2rem;
}

.admin-v2-row {
  align-items: flex-start;
}

.admin-v2-row-meta {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-v2-client-head {
  gap: 1rem;
}

.admin-v2-chip-row {
  align-items: center;
}

.admin-v2-grid {
  align-items: start;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.admin-v2-grid-single {
  grid-template-columns: 1fr;
}

.admin-v2-grid > .admin-v2-panel {
  height: fit-content;
}

.admin-v2-tabs {
  padding: 0;
  background: #ffffff;
}

.admin-v2-tab-list {
  gap: 0.75rem;
  padding: 1.1rem 1.25rem 0;
  border-bottom: 1px solid rgba(24, 33, 43, 0.08);
}

.admin-v2-tabs .tab-button {
  background: #f3f6fa;
  border: 1px solid rgba(24, 33, 43, 0.08);
  color: #4f5d6b;
  font-weight: 700;
}

.admin-v2-tabs .tab-button.is-active {
  background: rgba(24, 119, 242, 0.1);
  border-color: rgba(24, 119, 242, 0.22);
  color: #1660c7;
}

.admin-v2-tabs .tab-panels {
  padding: 1.25rem;
}

.admin-v2-tabs .tab-panel {
  margin-top: 0;
}

.admin-v2-panel-inner {
  background: #fdfefe;
  border: 1px solid rgba(24, 33, 43, 0.08);
  box-shadow: none;
}

.admin-v2-panel-inner h3 + .admin-v2-copy {
  margin-bottom: 1rem;
}

.admin-v2-form {
  align-items: start;
}

.admin-v2-form-2col {
  column-gap: 1rem;
  row-gap: 0.9rem;
}

.admin-v2-field input,
.admin-v2-field textarea,
.admin-v2-field select {
  border-width: 1px;
  outline: none;
  box-shadow: none;
}

.admin-v2-field input:focus,
.admin-v2-field textarea:focus,
.admin-v2-field select:focus {
  border-color: rgba(24, 119, 242, 0.42);
  background: #ffffff;
}

.admin-v2-button {
  justify-self: start;
  min-width: 170px;
}

.admin-v2-list {
  margin-top: 1rem;
}

.admin-v2-item p + p,
.admin-v2-row p + p {
  margin-top: 0.35rem;
}

.admin-v2-chat {
  max-height: 420px;
  overflow: auto;
  padding-right: 0.25rem;
}

.admin-v2-calendar-wrap {
  overflow-x: auto;
}

.admin-v2-calendar-wrap .calendar-shell {
  min-width: 760px;
}

@media (max-width: 1120px) {
  .admin-page .app-topbar-inner,
  .admin-page .flash-stack,
  .admin-v2 {
    width: min(1360px, calc(100vw - 2rem));
  }

  .admin-v2 {
    grid-template-columns: 1fr;
  }

  .admin-v2-sidebar {
    position: static;
  }

  .admin-v2-client-list {
    max-height: none;
  }

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

@media (max-width: 720px) {
  .admin-page .app-topbar-inner,
  .admin-page .flash-stack,
  .admin-v2 {
    width: calc(100vw - 1rem);
  }

  .admin-v2 {
    padding: 0.75rem 0 2rem;
    gap: 1rem;
  }

  .admin-v2-stats,
  .admin-v2-grid,
  .admin-v2-form-2col {
    grid-template-columns: 1fr;
  }

  .admin-v2-tab-list,
  .admin-v2-tabs .tab-panels {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .admin-v2-panel,
  .admin-v2-stat {
    padding: 1rem;
  }

  .admin-v2-button {
    width: 100%;
    justify-self: stretch;
  }

  .admin-v2-row,
  .admin-v2-item-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-v2-row-meta,
  .admin-v2-chip-row {
    justify-content: flex-start;
  }
}
