:root {
  --ink-950: #071411;
  --ink-900: #0c1d19;
  --ink-850: #112923;
  --ink-800: #14342c;
  --ink-700: #1b473d;
  --leaf-500: #7fe04b;
  --leaf-400: #98eb6c;
  --mint-400: #79f5d2;
  --teal-400: #3bc9a7;
  --cyan-300: #7dd3fc;
  --sand-200: #efe9d8;
  --sand-100: #f7f5ef;
  --mist-100: #eef7f3;
  --white: #ffffff;
  --white-80: rgba(255, 255, 255, 0.8);
  --white-64: rgba(255, 255, 255, 0.64);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-48: rgba(255, 255, 255, 0.48);
  --white-40: rgba(255, 255, 255, 0.4);
  --ink-80: rgba(7, 20, 17, 0.8);
  --ink-60: rgba(7, 20, 17, 0.6);
  --ink-40: rgba(7, 20, 17, 0.4);
  --border-dark: rgba(255, 255, 255, 0.12);
  --border-light: rgba(10, 28, 23, 0.12);
  --shadow-soft: 0 24px 60px rgba(6, 18, 15, 0.12);
  --shadow-strong: 0 30px 80px rgba(4, 14, 12, 0.32);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --shell: min(1180px, calc(100vw - 40px));
  --font-display: "Sora", sans-serif;
  --font-body: "Manrope", sans-serif;
  --transition: 300ms cubic-bezier(0.22, 1, 0.36, 1);
  --transition-fast: 180ms cubic-bezier(0.22, 1, 0.36, 1);
  --navbar-h: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--sand-100);
  color: var(--ink-900);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  transition: opacity 240ms ease;
}

body.page-fade-out {
  opacity: 0;
}

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

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

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

button {
  cursor: pointer;
}

::selection {
  background: rgba(127, 224, 75, 0.28);
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--leaf-500), var(--mint-400), var(--cyan-300));
  z-index: 3000;
  box-shadow: 0 0 24px rgba(121, 245, 210, 0.45);
}

.site-shell {
  width: var(--shell);
  margin: 0 auto;
}

.navbar__banner {
  background: linear-gradient(90deg, #091411 0%, #102720 100%);
  border-bottom: 1px solid rgba(127, 224, 75, 0.15);
  padding: 8px 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--leaf-400);
  letter-spacing: 0.04em;
  position: relative;
  z-index: 2001;
}

.navbar__banner span {
  opacity: 0.8;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  transition: all var(--transition);
  background: transparent;
  height: var(--navbar-h);
}

.navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 12, 11, 0.68), rgba(5, 12, 11, 0.18));
  opacity: 0.75;
  transition: opacity var(--transition);
}

.navbar.scrolled::before,
.navbar.navbar--light::before {
  opacity: 1;
  background: rgba(247, 245, 239, 0.86);
}

.navbar.navbar--light .navbar__link,
.navbar.scrolled .navbar__link,
.navbar.navbar--light .navbar__logo-sub,
.navbar.scrolled .navbar__logo-sub {
  color: rgba(7, 20, 17, 0.66);
}

.navbar.navbar--light .navbar__logo-text strong,
.navbar.scrolled .navbar__logo-text strong,
.navbar.navbar--light .navbar__logo-text span,
.navbar.scrolled .navbar__logo-text span {
  color: var(--ink-900);
}

.navbar.navbar--light .navbar__cta .btn-outline,
.navbar.scrolled .navbar__cta .btn-outline {
  color: var(--ink-900);
  border-color: rgba(7, 20, 17, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.navbar.navbar--light .navbar__hamburger span,
.navbar.scrolled .navbar__hamburger span {
  background: var(--ink-900);
}

.navbar__inner {
  position: relative;
  height: 100%;
  width: min(1320px, calc(100vw - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.navbar__logo {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  max-width: 230px;
  position: relative;
  z-index: 2;
}

.navbar__logo-mark {
  display: none;
}

.navbar__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
}

.navbar__logo-text strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--white);
  letter-spacing: -0.03em;
  white-space: nowrap;
  font-weight: 800;
  margin-bottom: 0px;
}

.navbar__logo-text strong .grad-text {
  background: linear-gradient(135deg, var(--leaf-400), var(--mint-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 900;
}

.navbar__logo-text span {
  color: var(--white);
  font-size: 0.78rem;
  max-width: 280px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.navbar__logo-text span .accent-text {
  color: var(--leaf-400);
}

.navbar__links,
.navbar__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.navbar__links {
  position: relative;
  min-width: 0;
  width: 100%;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  z-index: 1;
  overflow: hidden;
}

.navbar__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  flex: 0 0 auto;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--white-80);
  font-size: 0.88rem;
  white-space: nowrap;
  transition: color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);
}

.navbar__link:hover,
.navbar__link.active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-1px);
}

.navbar__hamburger {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  position: relative;
}

.navbar__hamburger span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.navbar__hamburger span:nth-child(1) { top: 15px; }
.navbar__hamburger span:nth-child(2) { top: 22px; }
.navbar__hamburger span:nth-child(3) { top: 29px; }

.navbar__hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar__hamburger.open span:nth-child(2) { opacity: 0; }
.navbar__hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.navbar__mobile {
  display: none;
  position: fixed;
  top: calc(var(--navbar-h) + 12px);
  left: 20px;
  right: 20px;
  z-index: 1800;
  padding: 18px;
  border-radius: 24px;
  background: rgba(8, 22, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-strong);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity var(--transition), transform var(--transition);
}

.navbar__mobile.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.navbar__mobile a {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  color: var(--white-80);
}

.navbar__mobile a.active,
.navbar__mobile a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn,
.btn-primary,
.btn-outline,
.btn-ghost {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
  overflow: hidden;
}

.navbar__cta {
  gap: 14px;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  padding-left: 8px;
}

.navbar__cta .btn-outline,
.navbar__cta .btn-primary {
  min-width: 150px;
  padding-inline: 28px;
}

.btn-primary {
  color: var(--ink-950);
  background: linear-gradient(135deg, var(--leaf-400), var(--mint-400));
  box-shadow: 0 12px 32px rgba(121, 245, 210, 0.18);
  font-weight: 700;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 20px 48px rgba(121, 245, 210, 0.28);
}

.btn-outline {
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-ghost {
  color: var(--ink-900);
  background: rgba(11, 33, 28, 0.06);
  border-color: rgba(11, 33, 28, 0.1);
}

.btn[data-shine]::after,
.btn-primary::after,
.btn-outline::after {
  content: "";
  position: absolute;
  inset: -120% auto auto -120%;
  width: 60%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: rotate(18deg);
  transition: transform 500ms ease;
}

.btn:hover::after,
.btn-primary:hover::after,
.btn-outline:hover::after {
  transform: translateX(260%) rotate(18deg);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(127, 224, 75, 0.08);
  border: 1px solid rgba(127, 224, 75, 0.22);
  color: var(--leaf-400);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 800;
}

.eyebrow--light {
  background: rgba(10, 28, 23, 0.06);
  border-color: rgba(10, 28, 23, 0.12);
  color: var(--ink-700);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center; /* Reduced gap by centering content */
  color: var(--white);
  background: radial-gradient(circle at top, rgba(59, 201, 167, 0.18), transparent 38%), linear-gradient(180deg, #081210 0%, #0c1d19 48%, #102720 100%);
  overflow: clip;
}

@media (max-width: 1120px) {
  .hero { align-items: flex-end; }
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__video,
.hero__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__poster {
  opacity: 0.82;
}

.hero.video-ready .hero__poster {
  opacity: 0;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 12, 11, 0.84) 0%, rgba(6, 12, 11, 0.54) 42%, rgba(6, 12, 11, 0.72) 100%),
    linear-gradient(180deg, rgba(6, 12, 11, 0.16) 0%, rgba(6, 12, 11, 0.82) 90%);
}

.hero__lightcone,
.page-hero__lightcone {
  position: absolute;
  inset: -10% auto auto 50%;
  width: min(52vw, 780px);
  height: min(52vw, 780px);
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 0%, rgba(121, 245, 210, 0.18), transparent 62%);
  filter: blur(10px);
  animation: driftGlow 7s ease-in-out infinite alternate;
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 80%);
  opacity: 0.14;
}

.hero__noise {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px);
  background-size: 16px 16px;
  mix-blend-mode: soft-light;
  opacity: 0.16;
}

.hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.75;
}

.hero__spotlight {
  position: absolute;
  width: 48vw;
  height: 48vw;
  max-width: 580px;
  max-height: 580px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(152, 235, 108, 0.18), transparent 66%);
  pointer-events: none;
  filter: blur(12px);
  z-index: 1;
  transition: transform 180ms linear;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(1440px, calc(100vw - 80px));
  margin: 0 auto;
  padding: calc(var(--navbar-h) + 35px + 20px) 0 40px;
  display: grid;
  gap: 60px;
}

.hero__copy {
  max-width: 800px;
}

.hero__kicker {
  color: var(--white-64);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  margin: 18px 0 14px;
}

.hero__title,
.page-hero__title,
.section-title {
  font-family: var(--font-display);
  line-height: 0.96;
  letter-spacing: -0.05em;
  margin: 0;
}

.hero__title {
  font-size: clamp(3.6rem, 10vw, 7.4rem);
  max-width: 10ch;
}

.hero__title span,
.page-hero__title span,
.section-title span,
.grad {
  background: linear-gradient(135deg, var(--leaf-400), var(--mint-400), var(--cyan-300));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__title {
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  overflow-wrap: break-word;
}

.hero__desc {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--white-64);
  max-width: 60ch;
  margin-bottom: 32px;
}

.hero__meta {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.hero__meta-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 12px 16px;
  border-radius: 16px;
  flex: 1;
}

.hero__meta-item strong {
  display: block;
  color: var(--white);
  font-size: 0.94rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.hero__proof {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: end;
}

.hero__panel {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-strong);
}

.hero__panel::before {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
}

.trust-score {
  display: grid;
  gap: 18px;
}

.trust-score__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.trust-score__number {
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 0.9;
}

.trust-score__label {
  color: var(--white-64);
  max-width: 16ch;
}

.trust-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-marks span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white-80);
  font-size: 0.85rem;
}

.hero__floating {
  display: grid;
  gap: 14px;
}

.floating-card {
  padding: 18px;
  border-radius: 24px;
  background: rgba(9, 23, 20, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-strong);
}

.floating-card small {
  display: block;
  color: var(--white-40);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.floating-card strong {
  font-size: 1.1rem;
}

.section {
  position: relative;
  padding: 100px 0;
}

.section--light {
  background: var(--sand-100);
}

.section--mist {
  background:
    radial-gradient(circle at top right, rgba(127, 224, 75, 0.12), transparent 28%),
    linear-gradient(180deg, #edf5f1 0%, #f7f5ef 100%);
}

.section--dark {
  color: var(--white);
  background:
    radial-gradient(circle at top left, rgba(59, 201, 167, 0.16), transparent 32%),
    linear-gradient(180deg, #0a1714 0%, #0d1e1a 100%);
}

.section__top {
  display: grid;
  gap: 18px;
  margin-bottom: 42px;
}

.section-title {
  font-size: clamp(2.1rem, 5vw, 4rem);
  max-width: 12ch;
}

.section-lead {
  max-width: 740px;
  color: var(--ink-60);
  margin: 0;
}

.section--dark .section-lead {
  color: var(--white-64);
}

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

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

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

.card,
.track-card,
.panel,
.info-card,
.faq-item,
.timeline-card,
.blog-card,
.download-card,
.speaker-card,
.stat-card,
.form-shell,
.price-card,
.policy-card,
.media-card {
  position: relative;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
}

.section--dark .card,
.section--dark .track-card,
.section--dark .panel,
.section--dark .info-card,
.section--dark .faq-item,
.section--dark .timeline-card,
.section--dark .blog-card,
.section--dark .download-card,
.section--dark .speaker-card,
.section--dark .stat-card,
.section--dark .form-shell,
.section--dark .price-card,
.section--dark .policy-card,
.section--dark .media-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.card,
.track-card,
.panel,
.info-card,
.timeline-card,
.blog-card,
.download-card,
.speaker-card,
.stat-card,
.price-card,
.policy-card,
.media-card {
  padding: 24px;
}

.card h3,
.track-card h3,
.panel h3,
.info-card h3,
.timeline-card h3,
.blog-card h3,
.download-card h3,
.speaker-card h3,
.stat-card h3,
.price-card h3,
.policy-card h3,
.media-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  font-size: 1.24rem;
}

.card p,
.track-card p,
.panel p,
.info-card p,
.timeline-card p,
.blog-card p,
.download-card p,
.speaker-card p,
.stat-card p,
.price-card p,
.policy-card p,
.media-card p,
.faq-item p,
.rich-copy p,
.rich-copy li {
  color: var(--ink-60);
  line-height: 1.72;
}

.section--dark .rich-copy p,
.section--dark .rich-copy li {
  color: var(--white-80);
}

.section--dark .card p,
.section--dark .track-card p,
.section--dark .panel p,
.section--dark .info-card p,
.section--dark .timeline-card p,
.section--dark .blog-card p,
.section--dark .download-card p,
.section--dark .speaker-card p,
.section--dark .stat-card p,
.section--dark .price-card p,
.section--dark .policy-card p,
.section--dark .media-card p,
.section--dark .faq-item p {
  color: var(--white-64);
}

.icon-badge {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(127, 224, 75, 0.22), rgba(121, 245, 210, 0.24));
  color: var(--ink-900);
}

.section--dark .icon-badge {
  color: var(--white);
}

.kpi-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.kpi-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(7, 20, 17, 0.04);
  border: 1px solid rgba(7, 20, 17, 0.08);
}

.section--dark .kpi-card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.09);
}

.kpi-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  margin-bottom: 4px;
}

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

.track-card {
  min-height: 100%;
  overflow: hidden;
}

.track-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -40% 40%;
  height: 140px;
  background: radial-gradient(circle, rgba(121, 245, 210, 0.14), transparent 70%);
  pointer-events: none;
}

.track-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(11, 33, 28, 0.06);
  color: var(--ink-900);
  font-weight: 800;
  margin-bottom: 18px;
}

.section--dark .track-card__num {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 20px;
}

.timeline-card__date {
  font-family: var(--font-display);
  font-size: 1.24rem;
}

.timeline-card__date span {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-40);
}

.section--dark .timeline-card__date span {
  color: var(--white-40);
}

.page-hero {
  position: relative;
  padding: calc(var(--navbar-h) + 90px) 0 64px;
  background:
    radial-gradient(circle at 85% 0%, rgba(127, 224, 75, 0.16), transparent 34%),
    linear-gradient(180deg, #0b1714 0%, #10211c 100%);
  color: var(--white);
  overflow: clip;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.page-hero__title {
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  max-width: 12ch;
}

.page-hero__desc {
  color: var(--white-64);
  max-width: 760px;
  margin: 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--white-40);
  font-size: 0.9rem;
}

.breadcrumbs span:last-child {
  color: var(--white-80);
}

.split-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.sticky-card {
  position: sticky;
  top: 110px;
}

.rich-copy {
  display: grid;
  gap: 18px;
}

.rich-copy ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.speaker-card__avatar {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 30% 20%, rgba(127, 224, 75, 0.26), transparent 30%),
    linear-gradient(135deg, rgba(10, 28, 23, 0.96), rgba(27, 71, 61, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.speaker-card__role,
.card-tag,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(11, 33, 28, 0.06);
  color: var(--ink-700);
  font-size: 0.84rem;
  font-weight: 700;
}

.section--dark .speaker-card__role,
.section--dark .card-tag,
.section--dark .tag {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white-80);
}

.newsletter-strip {
  padding: 100px 0;
  background:
    radial-gradient(circle at 0% 50%, rgba(127, 224, 75, 0.16), transparent 30%),
    linear-gradient(180deg, #0b1613 0%, #0e1e1a 100%);
  color: var(--white);
}

.newsletter-shell {
  width: var(--shell);
  margin: 0 auto;
  padding: 36px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.newsletter-form,
.inline-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.newsletter-form input,
.inline-form input {
  flex: 1 1 260px;
}

.input,
.select,
.textarea,
.form-shell input,
.form-shell textarea,
.form-shell select,
.newsletter-form input,
.inline-form input,
.modal-panel input,
.modal-panel textarea,
.modal-panel select {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(11, 33, 28, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink-900);
  outline: none;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

.section--dark .form-shell input,
.section--dark .form-shell textarea,
.section--dark .form-shell select {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

textarea,
.textarea,
.form-shell textarea,
.modal-panel textarea {
  min-height: 148px;
  padding-top: 16px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(59, 201, 167, 0.55);
  box-shadow: 0 0 0 4px rgba(121, 245, 210, 0.14);
}

.form-shell {
  padding: 30px;
  display: grid;
  gap: 20px;
}

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

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

.field {
  display: grid;
  gap: 10px;
}

.field label {
  font-size: 0.92rem;
  font-weight: 700;
}

.field small {
  color: var(--ink-40);
}

.section--dark .field small {
  color: var(--white-40);
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.check-row input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin-top: 2px;
}

.form-note {
  color: var(--ink-40);
  font-size: 0.92rem;
  line-height: 1.7;
}

.section--dark .form-note {
  color: var(--white-40);
}

.form-success {
  display: none;
  padding: 24px;
  border-radius: 22px;
  background: rgba(127, 224, 75, 0.12);
  border: 1px solid rgba(127, 224, 75, 0.22);
}

.form-success.show {
  display: block;
}

.form-success__title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.form-success__text {
  margin: 0;
  line-height: 1.7;
}

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

.faq-item {
  padding: 8px;
}

.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  font-weight: 800;
  text-align: left;
}

.faq-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition), opacity var(--transition);
  opacity: 0;
  padding: 0 20px;
}

.faq-item.open .faq-item__body {
  opacity: 1;
  padding-bottom: 18px;
}

.faq-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 33, 28, 0.06);
}

.section--dark .faq-item__icon {
  background: rgba(255, 255, 255, 0.08);
}

.download-list {
  display: grid;
  gap: 14px;
}

.download-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}

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

.price-card {
  display: grid;
  gap: 16px;
}

.price-card strong {
  font-family: var(--font-display);
  font-size: 2rem;
}

.price-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.price-card--featured {
  background: linear-gradient(180deg, rgba(127, 224, 75, 0.14), rgba(255, 255, 255, 0.9));
  border-color: rgba(127, 224, 75, 0.26);
}

.pricing-toggle {
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(11, 33, 28, 0.06);
}

.currency-btn {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 0;
  background: transparent;
}

.currency-btn.active {
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2600;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(5, 12, 11, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-panel {
  width: min(560px, 100%);
  padding: 28px;
  border-radius: 30px;
  background: var(--sand-100);
  box-shadow: var(--shadow-strong);
  display: grid;
  gap: 18px;
  transform: translateY(14px);
  transition: transform var(--transition);
}

.modal-overlay.open .modal-panel {
  transform: translateY(0);
}

.toast-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3200;
  display: grid;
  gap: 12px;
}

.toast {
  min-width: 280px;
  max-width: 360px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(9, 23, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  box-shadow: var(--shadow-strong);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* ── Scroll Top Button ── */
.scroll-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(9, 23, 20, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2500;
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top:hover {
  background: var(--ink-900);
  border-color: var(--leaf-400);
  color: var(--leaf-400);
  transform: translateY(-4px);
}

.scroll-top svg {
  width: 24px;
  height: 24px;
}


.toast__icon {
  display: inline-flex;
}

.spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(7, 20, 17, 0.2);
  border-top-color: var(--ink-900);
  animation: spin 700ms linear infinite;
}

.footer {
  padding: 80px 0 40px;
  background: #050a09; /* Deeper dark for premium feel */
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}


.footer__grid {
  width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 0.6fr 0.6fr;
  gap: 60px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__brand p {
  color: var(--white-64);
  line-height: 1.6;
  font-size: 0.95rem;
  max-width: 440px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__col strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 8px;
}

.footer__col a {
  color: var(--white-64);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color var(--transition-fast);
}

.footer__col a:hover {
  color: var(--leaf-400);
}

/* Trust & Payment Section */
.footer__trust {
  width: var(--shell);
  margin: 60px auto 0;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.footer__payment-methods {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer__payment-methods img {
  height: 32px;
  width: auto;
  opacity: 0.7;
  filter: grayscale(0.4);
  transition: all 0.3s ease;
}

.footer__payment-methods img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}

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

.footer__protection img {
  height: 40px;
  width: auto;
  opacity: 0.9;
}

.footer__bottom {
  width: var(--shell);
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white-48);
  font-size: 0.88rem;
}

.footer__bottom-links {
  display: flex;
  gap: 24px;
}

.footer__bottom-links a {
  color: var(--white-48);
  text-decoration: none;
  transition: color 0.3s;
}

.footer__bottom-links a:hover {
  color: var(--white);
}

.reveal,
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale,
.stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left {
  transform: translateX(-28px);
}

.reveal-right {
  transform: translateX(28px);
}

.reveal-scale {
  transform: scale(0.96);
}

.visible {
  opacity: 1;
  transform: none;
}

.stagger.visible > * {
  opacity: 1;
  transform: none;
}

.stagger.visible > *:nth-child(1) { transition-delay: 60ms; }
.stagger.visible > *:nth-child(2) { transition-delay: 120ms; }
.stagger.visible > *:nth-child(3) { transition-delay: 180ms; }
.stagger.visible > *:nth-child(4) { transition-delay: 240ms; }
.stagger.visible > *:nth-child(5) { transition-delay: 300ms; }
.stagger.visible > *:nth-child(6) { transition-delay: 360ms; }

[data-parallax] {
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

@keyframes driftGlow {
  from { transform: translateX(-50%) scale(0.96); }
  to { transform: translateX(-49%) scale(1.04); }
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(11, 33, 28, 0.18);
  border-radius: 999px;
}

@media (max-width: 1120px) {
  .navbar__links,
  .navbar__cta {
    display: none;
  }

  .navbar__hamburger {
    display: block;
    grid-column: 3;
    justify-self: end;
  }

  .navbar__mobile {
    display: block;
  }

  .hero__proof,
  .newsletter-shell,
  .footer__grid,
  .grid-3,
  .price-grid,
  .track-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .split-feature,
  .content-grid,
  .grid-2,
  .timeline-card {
    grid-template-columns: 1fr;
  }

  .sticky-card {
    position: static;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100vw - 32px, 1180px);
    --navbar-h: 68px;
  }

  html {
    font-size: 15px;
  }

  .section,
  .newsletter-strip {
    padding: 76px 0;
  }

  .navbar__inner {
    width: var(--shell);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .navbar__logo {
    gap: 8px;
    min-width: 0;
    flex: 0 1 auto;
  }

  .navbar__logo-text strong {
    font-size: 1.05rem;
  }

  .navbar__logo-text span {
    font-size: 0.65rem;
    line-height: 1.1;
  }

  .navbar__hamburger {
    display: block;
    flex-shrink: 0;
  }

  .navbar__mobile {
    top: calc(var(--navbar-h) + 10px);
    left: 12px;
    right: 12px;
    padding: 14px;
    border-radius: 20px;
  }

  .navbar__mobile a {
    padding: 12px 14px;
  }

  .eyebrow {
    max-width: 100%;
    padding: 9px 15px;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    white-space: normal;
    line-height: 1.35;
  }

  .hero__content {
    padding-top: calc(var(--navbar-h) + 42px);
    padding-bottom: 48px;
    gap: 32px;
    align-items: flex-start;
    text-align: left;
  }

  .hero__title {
    font-size: clamp(2rem, 11vw, 3.2rem);
    line-height: 1.1;
    max-width: 100%;
    text-align: left;
    overflow-wrap: break-word;
  }

  .hero__title span {
    display: inline; /* Keep on same line if possible on mobile */
  }

  .hero__desc {
    font-size: 0.92rem;
    line-height: 1.62;
    color: var(--white-48);
    margin-bottom: 24px;
  }

  .hero__copy {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

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

  .hero__meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 12px;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .hero__meta-icon {
    width: 36px;
    height: 36px;
    background: rgba(127, 224, 75, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--leaf-400);
    flex-shrink: 0;
  }

  .hero__meta-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .hero__meta-info strong {
    font-size: 0.85rem;
    color: var(--white);
    line-height: 1.2;
  }

  .hero__meta-info span {
    font-size: 0.65rem;
    color: var(--white-48);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    width: 100%;
  }

  /* Premium Buttons */
  .btn-hero-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: linear-gradient(135deg, #7FE04B 0%, #3BC9A7 100%);
    border-radius: 100px;
    color: #081210;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(127, 224, 75, 0.25);
    transition: transform 0.2s ease;
  }

  .btn-icon-circle {
    width: 28px;
    height: 28px;
    background: rgba(8, 18, 16, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7FE04B;
  }

  .btn-hero-outline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: transparent;
    border: 1px solid rgba(127, 224, 75, 0.35);
    border-radius: 100px;
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease;
  }

  .btn-icon-trailing {
    color: var(--leaf-400);
  }

  .stat-row,
  .meta-row,
  .download-card,
  .footer__bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .btn-primary,
  .hero__actions .btn-outline,
  .hero__actions .btn-ghost {
    width: 100%;
    min-width: 0;
  }

  .newsletter-shell,
  .hero__proof,
  .grid-3,
  .grid-4,
  .kpi-row,
  .track-grid,
  .price-grid,
  .form-grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .modal-panel,
  .form-shell,
  .panel,
  .speaker-card,
  .download-card,
  .blog-card,
  .price-card {
    padding: 22px;
  }

  .download-card {
    grid-template-columns: 1fr;
  }

  .floating-card,
  .hero__panel,
  .kpi-card {
    padding: 18px;
  }

  .toast-container {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .scroll-top {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
  }


  .toast {
    max-width: none;
    min-width: 0;
  }
}

/* ══════════════ SCHOLARVAULT BADGE PILL ══════════════ */
.sv-badge-pill {
  display: inline-flex; align-items: stretch;
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.08);
  font-family: var(--font-display);
  text-decoration: none;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.sv-badge-pill:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.12); }
.sv-badge-pill__left {
  display: flex; align-items: center; gap: 9px;
  padding: 12px 18px;
  background: #121212;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.sv-badge-pill__shield { width: 22px; height: 22px; flex-shrink: 0; }
.sv-badge-pill__name {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.02em; line-height: 1; color: var(--white);
}
.sv-badge-pill__name span { color: #F4CE14; }
.sv-badge-pill__right {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 10px 20px; min-width: 90px; gap: 2px;
}
.sv-badge-pill__right--silver  { background: #2a2a2a; border-top: 2px solid #C0C0C0; }
.sv-badge-pill__right--gold    { background: #2a2200; border-top: 2px solid #F4CE14; }
.sv-badge-pill__right--platinum { background: #001a1f; border-top: 2px solid #00D1FF; }
.sv-badge-pill__tier {
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em;
}
.sv-badge-pill__tier--silver  { color: #C0C0C0; }
.sv-badge-pill__tier--gold    { color: #F4CE14; }
.sv-badge-pill__tier--platinum { color: #00D1FF; }
.sv-badge-pill__score {
  font-size: 20px; font-weight: 900; line-height: 1; color: var(--white);
}
.sv-badge-pill__score sub { font-size: 11px; color: var(--white-40); vertical-align: baseline; }

/* ── ScholarVault Brand Tokens ── */
:root {
  --sv-gold: #F4CE14;
  --sv-gold-dim: rgba(244,206,20,0.15);
  --sv-gold-border: rgba(244,206,20,0.3);
  --sv-silver: #C0C0C0;
  --sv-platinum: #00D1FF;
}

/* ── SV Badge check list ── */
.sv-badge__checks { display: flex; flex-direction: column; gap: 8px; text-align: left; }
.sv-badge__check {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--white-64); line-height: 1.4;
}
.sv-badge__check::before {
  content: '✓'; display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0;
  background: rgba(127,224,75,0.15); border: 1px solid rgba(127,224,75,0.4);
  font-size: 10px; font-weight: 800; color: var(--leaf-500);
}

/* ── Scorecard bars (badge page) ── */
.scorecard {
  background: rgba(255,255,255,0.03); border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg); overflow: hidden;
}
.scorecard-row {
  display: flex; align-items: center; gap: 1rem;
  padding: 0.9rem 1.25rem; border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s ease;
}
.scorecard-row:last-child { border-bottom: none; }
.scorecard-row:hover { background: rgba(127,224,75,0.04); }
.scorecard-num {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(127,224,75,0.12); border: 1px solid rgba(127,224,75,0.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 800; color: var(--leaf-500);
  flex-shrink: 0; font-family: var(--font-display);
}
.scorecard-name { font-size: 13.5px; font-weight: 600; flex: 1; }
.scorecard-bar-wrap {
  width: 120px; height: 5px;
  background: rgba(255,255,255,0.06); border-radius: 100px; overflow: hidden;
  flex-shrink: 0;
}
.scorecard-bar {
  height: 100%; border-radius: 100px; width: 0%;
  background: linear-gradient(90deg, var(--leaf-500), var(--mint-400));
  transition: width 1.2s cubic-bezier(0.4,0,0.2,1);
}
.scorecard-bar--platinum {
  background: linear-gradient(90deg, var(--sv-platinum), rgba(0,209,255,0.5));
}
.scorecard-val {
  font-size: 12px; font-weight: 700; font-family: var(--font-display);
  color: var(--leaf-500); min-width: 36px; text-align: right;
}
.scorecard-val--platinum { color: var(--sv-platinum); }
.scorecard-total {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(127,224,75,0.08), rgba(121,245,210,0.03));
  border-top: 1px solid rgba(127,224,75,0.2);
}

/* ── Tier cards ── */
.tier-badge-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg); padding: 2rem; text-align: center;
  transition: var(--transition); position: relative; overflow: hidden;
}
.tier-badge-card:hover { transform: translateY(-4px); }
.tier-badge-card--silver  { border-top: 3px solid var(--sv-silver); }
.tier-badge-card--gold    { border-top: 3px solid var(--sv-gold); }
.tier-badge-card--platinum {
  border-top: 3px solid var(--sv-platinum);
  box-shadow: 0 8px 32px rgba(0,209,255,0.12);
}
.tier-badge-card--platinum::before {
  content: 'ICAES 2026'; position: absolute; top: 12px; right: 12px;
  font-size: 9px; font-weight: 800; color: var(--sv-platinum);
  background: rgba(0,209,255,0.1); border: 1px solid rgba(0,209,255,0.35);
  padding: 3px 8px; border-radius: 100px; letter-spacing: 0.1em;
}

/* ── Verified ribbon ── */
.verified-ribbon {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border-radius: 100px;
  background: rgba(127,224,75,0.08); border: 1px solid rgba(127,224,75,0.25);
  font-size: 12px; font-weight: 700; color: var(--leaf-500);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.verified-ribbon::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--leaf-500); animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

/* ── Badge glow ── */
.badge-glow {
  position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(127,224,75,0.12), transparent 70%);
  pointer-events: none; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.6; transform: translate(-50%,-50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%,-50%) scale(1.15); }
}

/* ── Live badge demo ── */
.badge-demo-wrap {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-xl); padding: 2.5rem; text-align: center;
  position: sticky; top: 88px;
}
.badge-demo-label {
  font-size: 10px; font-weight: 700; color: var(--white-40);
  text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1.25rem;
}

/* ── 18pt checkpoint grid ── */
.checkpoint-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checkpoint-item {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 10px 14px;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-sm); font-size: 13px; color: var(--white-64);
  transition: var(--transition);
}
.checkpoint-item:hover { border-color: rgba(127,224,75,0.25); background: rgba(127,224,75,0.04); color: var(--white); }
.checkpoint-check {
  width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0;
  background: rgba(127,224,75,0.15); border: 1px solid rgba(127,224,75,0.4);
  display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.checkpoint-check svg { width: 10px; height: 10px; stroke: var(--leaf-500); }

/* ── Badge 3-col grid ── */
.badge-3col { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; margin-bottom: 3rem; }
.badge-main-grid { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; }

/* ── SV Wordmark ── */
.sv-wordmark {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-size: 14px; font-weight: 700;
}
.sv-wordmark__shield { width: 18px; height: 18px; flex-shrink: 0; }
.sv-wordmark .scholar { color: var(--white); }
.sv-wordmark .vault   { color: var(--sv-gold); }

/* ── Trust strip ── */
.trust-strip-section {
  padding: 56px 2rem;
  background: linear-gradient(180deg, #091411 0%, #0c1d19 100%);
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
  color: var(--white);
}
.recog-scroll {
  display: flex; align-items: center; gap: 0.75rem; overflow-x: auto;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  padding-bottom: 4px; justify-content: center; flex-wrap: wrap;
}
.recog-scroll::-webkit-scrollbar { display: none; }
.recog-pill {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: var(--radius-md);
  font-size: 12px; font-weight: 800; letter-spacing: 0.04em;
  white-space: nowrap; flex-shrink: 0; transition: var(--transition); cursor: default;
}

/* ── SDG icon pills ── */
.sdg-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px; border-radius: 50px;
  transition: all 0.3s ease; cursor: default;
}
.sdg-pill:hover { transform: translateY(-2px); }
.sdg-pill img { width: 36px; height: 36px; border-radius: 7px; flex-shrink: 0; }
.sdg-pill span { font-size: 13.5px; font-weight: 700; }

/* ── Proceedings book ── */
.proc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; align-items: center; }

/* ── Footer trust ── */
.footer__trust {
  width: var(--shell); margin: 0 auto;
  padding: 28px 0; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem;
}
.footer__trust-logos {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.footer__trust-logos img {
  height: 32px; width: auto; opacity: 0.6; transition: opacity 0.3s ease;
}
.footer__trust-logos img:hover { opacity: 1; }

/* ── Badge page mobile ── */
@media (max-width: 768px) {
  .checkpoint-grid { grid-template-columns: 1fr; }
  .scorecard-bar-wrap { width: 70px; }
  .badge-demo-wrap { position: static; }
  .badge-main-grid { grid-template-columns: 1fr !important; }
  .badge-3col { grid-template-columns: 1fr !important; }
  .proc-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
  .scorecard-row { gap: 0.6rem; padding: 0.75rem 1rem; }
  .scorecard-num { width: 18px; height: 18px; font-size: 9px; }
  .scorecard-name { font-size: 12.5px; }
  .scorecard-bar-wrap { width: 50px; }
}
@media (max-width: 768px) {
  .recog-scroll { justify-content: flex-start; flex-wrap: nowrap; padding: 0 1rem 8px; margin: 0 -1rem; }
}

/* ── Hero badge widget ── */
.hero-badge-container {
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
}
.badge-label-link {
  font-size: 10px; font-weight: 700; color: var(--white-40);
  text-transform: uppercase; letter-spacing: 0.12em; text-decoration: none;
  display: flex; align-items: center; gap: 4px; transition: color 0.2s ease;
}
.badge-label-link:hover { color: var(--leaf-500); }

/* ── Animation: float badge ── */
@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes particleRise {
  from { transform: translateY(0) scale(1); opacity: 1; }
  to { transform: translateY(-120vh) scale(0.3); opacity: 0; }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  [data-parallax],
  .hero__spotlight {
    transform: none !important;
  }
}
