/* ============================================
   ViralWerk Inner Circle — Deep Cosmic
   ============================================ */

:root {
  --bg: #04060d;
  --bg-deep: #070b1a;
  --bg-elevated: #0a0f1f;
  --bg-card: #0b0f1c;
  --bg-card-hover: #11172b;

  --border: rgba(148, 163, 184, 0.08);
  --border-hover: rgba(148, 163, 184, 0.2);
  --border-glow: rgba(96, 165, 250, 0.32);

  --primary: #3b82f6;
  --primary-light: #60a5fa;
  --primary-dark: #1e3a8a;
  --primary-glow: rgba(59, 130, 246, 0.5);
  --primary-soft: rgba(59, 130, 246, 0.12);
  --aurora-1: rgba(37, 99, 235, 0.45);
  --aurora-2: rgba(99, 102, 241, 0.35);

  --check: #22c55e;
  --check-soft: rgba(34, 197, 94, 0.14);
  --x: #ef4444;
  --x-soft: rgba(239, 68, 68, 0.12);
  --gold: #f59e0b;
  --gold-light: #fbbf24;
  --gold-soft: rgba(245, 158, 11, 0.14);

  --text: #ffffff;
  --text-muted: #94a3b8;
  --text-subtle: #64748b;
  --text-faint: #334155;

  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'Geist', 'Inter', system-ui, sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, monospace;

  --container: 1240px;
  --radius: 20px;
  --radius-sm: 12px;
  --radius-lg: 32px;
  --radius-pill: 999px;

  --t-fast: 180ms cubic-bezier(.2,.7,.3,1);
  --t-med: 360ms cubic-bezier(.2,.7,.3,1);
  --t-slow: 720ms cubic-bezier(.2,.7,.3,1);
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  cursor: none;
}
@media (max-width: 1024px) { body { cursor: auto; } .cursor-dot { display: none !important; } }
img, svg { max-width: 100%; display: block; }
button, a { font: inherit; background: none; border: none; cursor: none; color: inherit; text-decoration: none; }
@media (max-width: 1024px) { button, a { cursor: pointer; } }
ul, ol { list-style: none; }
em { font-style: normal; }
::selection { background: var(--primary); color: white; }

/* ATMOSPHERIC LAYERS */
.bg-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 1;
  opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* STARFIELD: drei Layer (parallax via animation), je Stern via radial-gradient */
.bg-stars {
  position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}
.star-layer {
  position: absolute;
  inset: -50%;
  width: 200%; height: 200%;
  background-repeat: repeat;
}
.layer-far {
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,0.6) 0, transparent 50%),
    radial-gradient(1px 1px at 70% 80%, rgba(255,255,255,0.5) 0, transparent 50%),
    radial-gradient(1px 1px at 40% 65%, rgba(255,255,255,0.55) 0, transparent 50%),
    radial-gradient(1px 1px at 85% 20%, rgba(255,255,255,0.45) 0, transparent 50%),
    radial-gradient(1px 1px at 10% 90%, rgba(255,255,255,0.5) 0, transparent 50%),
    radial-gradient(1px 1px at 55% 5%, rgba(255,255,255,0.5) 0, transparent 50%),
    radial-gradient(1px 1px at 90% 60%, rgba(255,255,255,0.55) 0, transparent 50%),
    radial-gradient(1px 1px at 30% 50%, rgba(255,255,255,0.4) 0, transparent 50%);
  background-size: 600px 600px;
  animation: star-drift 240s linear infinite, star-twinkle-slow 6s ease-in-out infinite;
  opacity: 0.6;
}
.layer-mid {
  background-image:
    radial-gradient(1.5px 1.5px at 15% 70%, rgba(191,219,254,0.85) 0, transparent 60%),
    radial-gradient(1.5px 1.5px at 80% 25%, rgba(191,219,254,0.75) 0, transparent 60%),
    radial-gradient(1.5px 1.5px at 50% 50%, rgba(255,255,255,0.7) 0, transparent 60%),
    radial-gradient(2px 2px at 35% 15%, rgba(147,197,253,0.8) 0, transparent 60%),
    radial-gradient(1.5px 1.5px at 95% 85%, rgba(191,219,254,0.7) 0, transparent 60%);
  background-size: 800px 800px;
  animation: star-drift 180s linear infinite reverse, star-twinkle 4s ease-in-out infinite;
  opacity: 0.7;
}
.layer-near {
  background-image:
    radial-gradient(2.5px 2.5px at 25% 35%, rgba(96,165,250,0.95) 0, transparent 65%),
    radial-gradient(2.5px 2.5px at 75% 70%, rgba(255,255,255,0.95) 0, transparent 65%),
    radial-gradient(2px 2px at 60% 20%, rgba(147,197,253,0.85) 0, transparent 65%);
  background-size: 1200px 1200px;
  animation: star-drift 120s linear infinite, star-twinkle-fast 2.4s ease-in-out infinite;
  opacity: 0.85;
}
@keyframes star-drift {
  from { transform: translate(0, 0); }
  to   { transform: translate(-300px, -200px); }
}
@keyframes star-twinkle      { 0%,100% { filter: brightness(1); } 50% { filter: brightness(1.5); } }
@keyframes star-twinkle-fast { 0%,100% { filter: brightness(0.85); } 50% { filter: brightness(1.7); } }
@keyframes star-twinkle-slow { 0%,100% { filter: brightness(0.9); } 50% { filter: brightness(1.25); } }

/* AURORA / NEBULA ORBS */
.bg-mesh {
  position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}
.mesh-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.5;
  animation: orb-drift 32s ease-in-out infinite;
}
.orb-1 {
  top: -260px; left: -160px;
  width: 720px; height: 720px;
  background: radial-gradient(circle, var(--aurora-1), transparent 70%);
  animation-delay: 0s;
}
.orb-2 {
  top: 28%; right: -240px;
  width: 800px; height: 800px;
  background: radial-gradient(circle, var(--aurora-2), transparent 70%);
  animation-delay: -12s;
}
.orb-3 {
  bottom: 8%; left: 15%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(30, 58, 138, 0.55), transparent 70%);
  animation-delay: -22s;
}
@keyframes orb-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(80px, -50px) scale(1.06); }
  66%      { transform: translate(-60px, 50px) scale(0.94); }
}

.mesh-accent {
  position: absolute;
  height: 1px;
  width: 380px;
  background: linear-gradient(90deg, transparent 0%, rgba(96, 165, 250, 0.7) 50%, transparent 100%);
  pointer-events: none;
  opacity: 0;
  animation: streak 24s linear infinite;
  transform-origin: center;
}
.acc-1 { top: 22%; --rot: -6deg; animation-delay: 0s; animation-duration: 28s; }
.acc-2 { top: 48%; --rot: 8deg; animation-delay: -9s; animation-duration: 34s; }
.acc-3 { top: 76%; --rot: -3deg; animation-delay: -18s; animation-duration: 30s; }
@keyframes streak {
  0%   { transform: translateX(-30vw) rotate(var(--rot, 0deg)); opacity: 0; }
  10%  { opacity: 0.55; }
  90%  { opacity: 0.55; }
  100% { transform: translateX(130vw) rotate(var(--rot, 0deg)); opacity: 0; }
}

.bg-grid {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(to right, rgba(96,165,250,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(96,165,250,0.04) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, black 25%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, black 25%, transparent 80%);
}

main, nav, footer, .scroll-progress { position: relative; z-index: 2; }

/* CURSOR DOT */
.cursor-dot {
  position: fixed;
  top: 0; left: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--primary-light);
  background: rgba(96, 165, 250, 0.1);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width var(--t-fast), height var(--t-fast), background var(--t-fast), border-color var(--t-fast);
  mix-blend-mode: difference;
}
.cursor-dot.hover {
  width: 56px; height: 56px;
  background: rgba(96, 165, 250, 0.15);
  border-color: var(--primary-light);
}

/* SCROLL PROGRESS */
.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.04);
  z-index: 101;
}
.sp-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-dark), var(--primary), var(--primary-light));
  width: 0%;
  transition: width 80ms linear;
  box-shadow: 0 0 12px var(--primary-glow);
}

/* LAYOUT */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}
.section { padding: 140px 0; position: relative; }
.section-head { text-align: center; max-width: 820px; margin: 0 auto 80px; }
.section-head h2 { margin-bottom: 24px; }
.section-sub { color: var(--text-muted); font-size: 1.15rem; margin-top: 20px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* TYPOGRAPHY */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.02;
}
h1 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.95;
}
h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}
h3 { font-size: 1.4rem; font-weight: 600; letter-spacing: -0.02em; }

em {
  font-style: italic;
  background: linear-gradient(120deg, var(--primary-light) 0%, #93c5fd 35%, var(--primary-light) 70%, #bfdbfe 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  animation: em-shift 7s ease-in-out infinite;
  display: inline-block;
  padding: 0.05em 0.22em 0.12em 0.02em;
  margin-right: -0.14em;
}
@keyframes em-shift {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

.hero-sub strong {
  color: #bfdbfe;
  font-weight: 600;
}

.sub-accent {
  color: var(--primary-light);
  font-weight: 600;
}

.hl-blue {
  color: #bfdbfe;
  font-weight: 500;
  background: linear-gradient(120deg, rgba(96, 165, 250, 0) 0%, rgba(96, 165, 250, 0.15) 30%, rgba(59, 130, 246, 0.22) 70%, rgba(96, 165, 250, 0) 100%);
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 0 78%;
  padding: 0.05em 0.1em;
  display: inline;
}

/* Hero-Title Highlight für "1:1 Coaching" — Marker-Stil, klar abgegrenzt von em */
.hl-coaching {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 0.08em 0.22em 0.14em;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.5) 0%, rgba(30, 64, 175, 0.6) 100%);
  border-radius: 6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(96, 165, 250, 0.45),
    0 4px 16px -6px var(--primary-glow);
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.98rem;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  cursor: none;
  transition: transform var(--t-fast), background var(--t-fast), box-shadow var(--t-med), border-color var(--t-fast), color var(--t-fast);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) { .btn { cursor: pointer; } }
.btn-lg { padding: 20px 40px; font-size: 1.15rem; font-weight: 600; }
.btn-xl { padding: 26px 56px; font-size: 1.3rem; font-weight: 600; }

.btn-shine {
  position: absolute;
  top: 0; left: -100%;
  width: 70%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  pointer-events: none;
  z-index: 2;
}
.btn:hover .btn-shine { animation: shine 1s ease forwards; }
@keyframes shine { to { left: 130%; } }

/* ===== 3D Cosmic Button — btn-primary ===== */
.btn-primary {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 45%),
    linear-gradient(180deg, #60a5fa 0%, #3b82f6 55%, #1e40af 100%);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  letter-spacing: 0.005em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  isolation: isolate;
  transition:
    transform 280ms cubic-bezier(.2,.7,.3,1),
    box-shadow 280ms cubic-bezier(.2,.7,.3,1),
    filter 280ms cubic-bezier(.2,.7,.3,1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -2px 0 rgba(0, 0, 0, 0.3),
    inset 0 0 24px rgba(96, 165, 250, 0.35),
    0 3px 0 rgba(8, 23, 64, 0.7),
    0 12px 30px -6px rgba(59, 130, 246, 0.65),
    0 24px 60px -14px rgba(96, 165, 250, 0.6),
    0 0 40px -6px rgba(96, 165, 250, 0.5);
}
.btn-primary .btn-label { position: relative; z-index: 3; display: inline-block; }
.btn-primary::before {
  content: '';
  position: absolute;
  inset: -50%;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(191, 219, 254, 0) 0%,
    rgba(191, 219, 254, 0.5) 15%,
    rgba(255, 255, 255, 0.3) 28%,
    rgba(191, 219, 254, 0) 45%,
    rgba(96, 165, 250, 0.4) 65%,
    rgba(255, 255, 255, 0.25) 78%,
    rgba(191, 219, 254, 0) 100%
  );
  filter: blur(8px);
  z-index: 0;
  animation: btn-aurora 6s linear infinite;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.85;
  transition: opacity 280ms ease, filter 280ms ease;
}
.btn-primary::after {
  content: '';
  position: absolute;
  top: 1px; left: 6%; right: 6%;
  height: 48%;
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.9;
  transition: opacity 280ms ease;
}
@keyframes btn-aurora {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.btn-primary:hover {
  transform: translateY(-5px) scale(1.03);
  filter: brightness(1.1) saturate(1.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -2px 0 rgba(0, 0, 0, 0.32),
    inset 0 0 38px rgba(96, 165, 250, 0.5),
    0 6px 0 rgba(8, 23, 64, 0.65),
    0 22px 44px -8px rgba(59, 130, 246, 0.8),
    0 36px 90px -16px rgba(96, 165, 250, 0.75),
    0 0 0 6px rgba(96, 165, 250, 0.18),
    0 0 80px -8px rgba(96, 165, 250, 0.75);
}
.btn-primary:hover::before { opacity: 1; filter: blur(12px); }
.btn-primary:hover::after  { opacity: 1; }
.btn-primary:active {
  transform: translateY(-1px) scale(1);
  filter: brightness(0.97);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(0, 0, 0, 0.25),
    inset 0 0 22px rgba(30, 64, 175, 0.6),
    0 1px 0 rgba(8, 23, 64, 0.7),
    0 8px 18px -6px rgba(59, 130, 246, 0.6),
    0 0 0 3px rgba(96, 165, 250, 0.12);
  transition: transform 90ms, box-shadow 90ms, filter 90ms;
}

.nav-cta {
  padding: 12px 24px;
  font-size: 0.95rem;
}

@media (prefers-reduced-motion: reduce) {
  .btn-primary::before { animation: none; }
}

.cta-row { text-align: center; margin-top: 64px; }

/* NAV */
.nav {
  position: fixed; top: 2px; left: 0; right: 0;
  z-index: 100;
  padding: 16px 0;
  background: rgba(4, 6, 13, 0.6);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: border-color var(--t-med), background var(--t-med), padding var(--t-med);
}
.nav.scrolled {
  background: rgba(4, 6, 13, 0.88);
  border-bottom-color: var(--border);
  padding: 12px 0;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}

.logo {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.3rem; letter-spacing: -0.025em;
}
.logo.small { font-size: 1.1rem; }
.logo-sup { font-size: 0.55em; color: var(--primary-light); margin-left: 2px; }
.logo-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  background: var(--primary-soft);
  border: 1px solid var(--border-glow);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bfdbfe;
  vertical-align: 2px;
}
.logo-mark {
  width: 34px; height: 34px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  box-shadow: 0 0 0 1px rgba(96,165,250,0.12), 0 0 24px var(--primary-glow);
  background: var(--bg-card);
}
.logo.small .logo-mark { width: 28px; height: 28px; border-radius: 8px; }
.logo-text { color: var(--text); }

/* HERO */
.hero { padding: 200px 0 100px; position: relative; }
.hero-inner { max-width: 1240px; margin: 0 auto; text-align: center; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
  padding: 8px 18px;
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-pill);
  background: rgba(96, 165, 250, 0.06);
  backdrop-filter: blur(8px);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #bfdbfe;
  opacity: 0;
  animation: fade-up 1s cubic-bezier(.2,.7,.3,1) 0.05s forwards;
  box-shadow: 0 0 24px -6px var(--primary-glow);
}
.eyebrow-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--primary-light);
  box-shadow: 0 0 8px var(--primary-light), 0 0 16px var(--primary);
  animation: live-blink 2.4s ease-in-out infinite;
}

.hero-title {
  margin-bottom: 36px;
  text-align: center;
}
.hero-title .line {
  display: block;
  overflow: hidden;
  padding: 0.08em 0.1em 0.2em;
  margin: -0.08em -0.1em -0.15em;
}
.hero-title .line span {
  display: inline-block;
  white-space: nowrap;
  transform: translateY(110%);
  opacity: 0;
  animation: line-up 1s cubic-bezier(.2,.7,.3,1) forwards;
}
@media (max-width: 860px) {
  .hero-title .line span { white-space: normal; }
}
.hero-title .line:nth-child(1) span { animation-delay: 0.15s; }
.hero-title .line:nth-child(2) span { animation-delay: 0.25s; }
.hero-title .line:nth-child(3) span { animation-delay: 0.35s; }
@keyframes line-up { to { transform: translateY(0); opacity: 1; } }

.hero-sub {
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto 44px;
  line-height: 1.55;
  opacity: 0;
  animation: fade-up 1s cubic-bezier(.2,.7,.3,1) 0.6s forwards;
}
@keyframes fade-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

.hero-cta {
  display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap;
  margin-bottom: 24px;
  opacity: 0;
  animation: fade-up 1s cubic-bezier(.2,.7,.3,1) 0.8s forwards;
}
.hero-cta-after-vsl {
  margin-top: 64px;
  margin-bottom: 0;
  animation-delay: 1.4s;
}

/* SOCIAL PROOF + TRUST BAR */
.social-proof-members {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 18px 8px 10px;
  background: rgba(11, 15, 28, 0.65);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(12px);
  margin: 0 auto 18px;
  width: fit-content;
  max-width: 100%;
  opacity: 0;
  animation: fade-up 1s cubic-bezier(.2,.7,.3,1) 0.95s forwards;
}
.avatars { display: flex; align-items: center; }
.avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border: 2px solid var(--bg);
  margin-left: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8rem;
  color: white;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,0.6);
  transition: transform var(--t-fast);
}
.social-proof-members .avatar { width: 32px; height: 32px; }
.avatar:first-child { margin-left: 0; }
.avatar:hover { transform: translateY(-2px) scale(1.08); z-index: 1; }
.proof-text { display: flex; flex-direction: column; line-height: 1.2; }
.proof-text strong { font-size: 0.95rem; color: var(--text); font-weight: 600; }
.proof-text span { font-size: 0.78rem; color: var(--text-subtle); }

.trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 22px;
  background: rgba(11, 15, 28, 0.55);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(10px);
  opacity: 0;
  animation: fade-up 1s cubic-bezier(.2,.7,.3,1) 1.1s forwards;
}
.stars-rating { display: inline-flex; align-items: center; gap: 8px; }
.stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--gold-light);
  filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.35));
}
.rating-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text);
  letter-spacing: -0.01em;
}
.trust-divider { width: 1px; height: 18px; background: var(--border-hover); }
.proof-checks { display: flex; gap: 18px; flex-wrap: wrap; }
.proof-checks li {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--text-muted);
  font-size: 0.84rem;
}
.proof-checks svg { color: var(--check); }

/* ============= VSL ============= */
.vsl {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 60px auto 0;
  opacity: 0;
  animation: fade-up 1.2s cubic-bezier(.2,.7,.3,1) 1.2s forwards;
}
.vsl-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.18), transparent 60%),
    linear-gradient(135deg, #0a0e1c, #11172b);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  cursor: none;
  transition: transform var(--t-med), box-shadow var(--t-med), border-color var(--t-med);
}
@media (max-width: 1024px) { .vsl-frame { cursor: pointer; } }
.vsl-frame::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.6) 100%);
  pointer-events: none;
}
.vsl-frame::after {
  content: ''; position: absolute; inset: -1px;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(135deg, var(--primary-glow), transparent 30%, transparent 70%, var(--primary-glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.6;
  transition: opacity var(--t-med);
}
.vsl:hover .vsl-frame {
  transform: translateY(-4px);
  box-shadow: 0 40px 100px -30px var(--primary-glow);
}
.vsl:hover .vsl-frame::after { opacity: 1; }

.vsl-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  background: #06080f;
  z-index: 1;
}

.vsl-poster {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  background:
    radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.22), transparent 60%),
    linear-gradient(135deg, rgba(7, 11, 26, 0.7), rgba(11, 15, 28, 0.7));
  backdrop-filter: blur(2px);
  border-radius: var(--radius-lg);
  transition: opacity var(--t-med);
}
.vsl-poster.hidden { opacity: 0; pointer-events: none; }

.vsl-play {
  position: relative; z-index: 2;
  width: 88px; height: 88px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px rgba(59, 130, 246, 0.18), 0 24px 60px -10px var(--primary-glow);
  transition: transform var(--t-med);
}
.vsl-pulse {
  position: absolute; inset: -8px;
  border-radius: 50%;
  border: 2px solid var(--primary-light);
  animation: pulse 2s ease-out infinite;
}
@keyframes pulse {
  0%   { transform: scale(1);   opacity: 1; }
  100% { transform: scale(1.4); opacity: 0; }
}
.vsl:hover .vsl-play { transform: scale(1.08); }

.vsl-overlay {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.vsl-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text);
  text-align: center;
  max-width: 480px;
}

/* Non-linear Retention Progress-Bar */
.vsl-fake-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 7px;
  background: rgba(255, 255, 255, 0.18);
  z-index: 5;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--t-med);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vsl-frame.playing .vsl-fake-bar { opacity: 1; }
.vsl-fake-bar-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--primary-dark) 0%, var(--primary) 50%, #bfdbfe 100%);
  box-shadow:
    0 0 18px rgba(96, 165, 250, 0.95),
    0 0 40px rgba(59, 130, 246, 0.6);
  transition: width 0.22s linear;
  position: relative;
}
.vsl-fake-bar-fill::after {
  content: '';
  position: absolute;
  top: 0; right: -2px; bottom: 0;
  width: 12px;
  background: radial-gradient(circle at right center, rgba(255, 255, 255, 0.95), transparent 70%);
  pointer-events: none;
}

/* Custom Controls */
.vsl-controls {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.78) 100%);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--t-med), transform var(--t-med);
  pointer-events: none;
}
.vsl-frame.playing .vsl-controls { pointer-events: auto; }
.vsl-frame.playing:hover .vsl-controls,
.vsl-frame.playing.paused .vsl-controls { opacity: 1; transform: translateY(0); }

.vsl-ctrl-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--t-fast), transform var(--t-fast);
  cursor: pointer;
  flex-shrink: 0;
}
.vsl-ctrl-btn:hover { background: rgba(255, 255, 255, 0.22); transform: scale(1.06); }
.vsl-ic-play, .vsl-ic-muted { display: none; }
.vsl-frame.paused .vsl-ic-play  { display: block; }
.vsl-frame.paused .vsl-ic-pause { display: none; }
.vsl-frame.muted .vsl-ic-muted  { display: block; }
.vsl-frame.muted .vsl-ic-volume { display: none; }
.vsl-ctrl-spacer { flex-grow: 1; }

.vsl-vol-btn { position: relative; }
.vsl-vol-slider {
  width: 70px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(255,255,255,0.2);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  flex-shrink: 0;
}
.vsl-vol-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  cursor: pointer;
}
.vsl-vol-slider::-moz-range-thumb {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: white;
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  cursor: pointer;
}
@media (max-width: 560px) {
  .vsl-vol-slider { display: none; }
  .vsl-controls { padding: 10px 12px; gap: 8px; }
}

/* ============= BENTO GRID ============= */
.features-container { max-width: 1280px; }
.features-head { margin-bottom: 64px; }

.bento-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(230px, auto);
  gap: 18px;
}
.bento-tile {
  position: relative;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(96, 165, 250, 0.04), transparent 60%),
    var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--t-med), border-color var(--t-med), background var(--t-med), box-shadow var(--t-med);
  isolation: isolate;
}
.bento-tile::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at top right, var(--primary-soft), transparent 55%);
  opacity: 0;
  transition: opacity var(--t-med);
  pointer-events: none;
  z-index: 0;
}
.bento-tile::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: var(--radius);
  padding: 1px;
  background: linear-gradient(135deg, var(--primary-glow), transparent 35%, transparent 65%, var(--primary-glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--t-med);
  pointer-events: none;
  z-index: 2;
}
.bento-tile:hover {
  transform: translateY(-6px);
  border-color: var(--border-glow);
  background: var(--bg-card-hover);
  box-shadow: 0 40px 80px -30px rgba(59, 130, 246, 0.4);
}
.bento-tile:hover::before { opacity: 1; }
.bento-tile:hover::after  { opacity: 0.7; }

.tile-visual {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 140px;
  z-index: 1;
}
.tile-body { position: relative; z-index: 1; }
.tile-body h3 { margin-bottom: 8px; font-size: 1.25rem; letter-spacing: -0.02em; }
.tile-body p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.55; }

/* Layout: Bento Regions (6 tiles, 3+3 across all rows) */
.tile-hero      { grid-column: span 3; grid-row: span 2; }
.tile-course    { grid-column: span 3; grid-row: span 2; }
.tile-support   { grid-column: span 3; }
.tile-community { grid-column: span 3; }
.tile-checkup   { grid-column: span 3; }
.tile-updates   { grid-column: span 3; }

/* === Tile-Hero: Live Calls Visual === */
.tile-hero {
  background:
    radial-gradient(ellipse at center top, rgba(59, 130, 246, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(96, 165, 250, 0.04), transparent 60%),
    var(--bg-card);
  padding: 36px 36px 32px;
}
.tile-hero .tile-body h3 { font-size: 1.6rem; }
.tile-hero .tile-body p  { font-size: 1.02rem; }
.tile-hero .tile-visual  { min-height: 240px; }

.call-live-badge {
  position: absolute;
  top: 16px; left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  background: rgba(239, 68, 68, 0.14);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: var(--radius-pill);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #ff6b7a;
  box-shadow: 0 10px 24px -8px rgba(239, 68, 68, 0.4);
  z-index: 4;
  white-space: nowrap;
}
.live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.8);
  animation: live-blink 1.6s ease-in-out infinite;
}
@keyframes live-blink {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); opacity: 1; }
  50%      { box-shadow: 0 0 0 6px rgba(239, 68, 68, 0); opacity: 0.7; }
}

.tile-visual-live {
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0 4px 4px;
  min-height: 240px;
}
.call-stage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.call-speaker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.call-avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid var(--primary-light);
  box-shadow: 0 0 0 4px var(--primary-soft), 0 20px 40px -10px var(--primary-glow);
  position: relative;
  z-index: 2;
}
.call-ring {
  position: absolute;
  top: 0; left: 50%;
  transform: translate(-50%, 0);
  width: 72px; height: 72px;
  border-radius: 50%;
  border: 2px solid var(--primary-light);
  opacity: 0;
  animation: call-pulse 2.4s cubic-bezier(.2,.8,.3,1) infinite;
}
.call-ring.r2 { animation-delay: 1.2s; }
@keyframes call-pulse {
  0%   { transform: translate(-50%, 0) scale(1);   opacity: 0.9; }
  100% { transform: translate(-50%, 0) scale(1.9); opacity: 0; }
}
.call-mic {
  position: absolute;
  bottom: 22px; right: -6px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #15803d, #22c55e);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bg-card);
  z-index: 3;
}
.call-name {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--text);
  padding: 4px 12px;
  background: rgba(11, 15, 28, 0.75);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-pill);
  letter-spacing: 0.02em;
}
.call-listeners {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.call-listener {
  position: relative;
  width: 36px; height: 36px;
}
.call-listener-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--border);
  opacity: 0.78;
}
.call-listener-mic {
  position: absolute;
  bottom: -2px; right: -2px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--bg);
  border: 1.5px solid var(--text-faint);
}
.call-listener-mic.off::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 9px; height: 1.5px;
  background: #ef4444;
  border-radius: 2px;
}
.call-listener-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  border: 1.5px solid var(--border-hover);
  border-radius: 50%;
  color: var(--primary-light);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 600;
}

/* === Tile-Course === */
.tile-course { padding: 36px 36px 32px; }
.tile-course .tile-body h3 { font-size: 1.5rem; }
.tile-course .tile-visual  { min-height: 220px; }
.tile-visual-course-split {
  position: relative;
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  min-height: 260px;
  z-index: 1;
}
.course-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  background: rgba(96, 165, 250, 0.025);
  border: 1px solid var(--border);
  border-radius: 12px;
}
.course-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  background: var(--primary-soft);
  border: 1px solid var(--border-glow);
  border-radius: 8px;
  box-shadow: 0 0 20px -8px var(--primary-glow);
}
.course-head-tag {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--text);
  letter-spacing: -0.01em;
}
.course-head-caret { color: var(--primary-light); }
.course-modules {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 2px 4px 0;
}
.course-modules li {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-muted);
  padding: 5px 8px;
  border-radius: 6px;
  background: transparent;
  letter-spacing: 0.01em;
  transition: background var(--t-fast), color var(--t-fast);
}
.course-modules li:hover {
  background: rgba(96, 165, 250, 0.05);
  color: var(--text);
}
.course-meta-row {
  position: relative;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
  z-index: 1;
}
.course-meta-chip {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #bfdbfe;
  padding: 5px 12px;
  background: var(--primary-soft);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-pill);
}

/* === Tile-Checkup: Onboarding + 4 Months === */
.tile-visual-checkup {
  flex-direction: column;
  align-items: stretch;
  padding: 8px 4px 4px;
  min-height: 220px;
  gap: 0;
}
.checkup-onboarding {
  display: flex;
  justify-content: center;
  width: 100%;
}
.checkup-onboarding .checkup-card {
  width: 38%;
  min-width: 140px;
  padding: 12px 14px 10px;
}
.checkup-connector {
  width: 2px;
  height: 22px;
  margin: 6px auto 8px;
  background: linear-gradient(180deg, var(--primary-light), rgba(96, 165, 250, 0));
  border-radius: 2px;
  position: relative;
}
.checkup-connector::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-light);
  box-shadow: 0 0 8px var(--primary-glow);
}
.checkup-stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: 100%;
}
.checkup-card {
  position: relative;
  padding: 12px 8px 10px;
  background: rgba(96, 165, 250, 0.04);
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
  transform: translateY(-8px);
  opacity: 0;
  animation: checkup-pop 0.6s cubic-bezier(.2,.7,.3,1) forwards;
  transition: border-color var(--t-fast), background var(--t-fast);
}
.checkup-card.cu-onboarding {
  animation-delay: 0.1s;
  border-color: var(--border-glow);
  background: linear-gradient(180deg, var(--primary-soft), rgba(96, 165, 250, 0.04));
  box-shadow: 0 10px 30px -12px var(--primary-glow);
}
.checkup-card.cu-2 { animation-delay: 0.25s; }
.checkup-card.cu-3 { animation-delay: 0.4s; }
.checkup-card.cu-4 { animation-delay: 0.55s; }
.checkup-card.cu-5 { animation-delay: 0.7s; }
@keyframes checkup-pop {
  to { transform: translateY(0); opacity: 1; }
}
.checkup-card:hover {
  border-color: var(--border-glow);
  background: rgba(96, 165, 250, 0.07);
}
.checkup-month {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--primary-light);
  letter-spacing: -0.02em;
  line-height: 1;
}
.checkup-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-subtle);
}
.checkup-card.cu-onboarding .checkup-label { color: #bfdbfe; }
.checkup-tick {
  width: 18px; height: 18px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(96, 165, 250, 0.18);
  color: var(--primary-light);
  margin-top: 2px;
  flex-shrink: 0;
}
.checkup-card.cu-onboarding .checkup-tick {
  background: var(--primary);
  color: white;
  box-shadow: 0 0 12px -2px var(--primary-glow);
}

/* === Tile-Community === */
.tile-visual-community {
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 4px 6px;
  min-height: 200px;
}
.comm-discord-badge {
  position: relative;
  width: 48px; height: 48px;
  border-radius: 14px;
  background: #5865F2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 12px 30px -6px rgba(88, 101, 242, 0.55), inset 0 1px 0 rgba(255,255,255,0.2);
  z-index: 4;
  flex-shrink: 0;
}
.comm-exclusive {
  background: linear-gradient(135deg, var(--gold-soft), var(--primary-soft)) !important;
  border: 1px solid rgba(245, 158, 11, 0.32) !important;
  color: #fde68a !important;
}
.crown-icon {
  font-size: 0.86rem;
  filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.5));
}
.comm-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.ca {
  width: 48px; height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid var(--bg-card);
  margin-left: -12px;
  box-shadow: 0 6px 16px -4px rgba(0,0,0,0.6);
}
.ca:first-child { margin-left: 0; }
.comm-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.25);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  color: #86efac;
  letter-spacing: 0.06em;
}
.online-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.8);
  animation: live-blink 1.6s ease-in-out infinite;
}

/* === Tile-Support: 1:1 Ticket Chat (Discord-Style) === */
.tile-visual-support {
  flex-direction: column;
  align-items: stretch;
  padding: 4px 0 0;
  min-height: 320px;
}
.ticket-chat {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: #1e1f29;
  border: 1px solid rgba(88, 101, 242, 0.25);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px -18px var(--primary-glow);
  width: 100%;
}
.ticket-chat-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  background: #17181f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.ticket-chat-channel {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #b9bbbe;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.ticket-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 3px 8px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--gold-soft), rgba(245, 158, 11, 0.05));
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: var(--gold-light);
}
.ticket-priority {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 8px var(--gold);
}

.ticket-msg {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  align-items: flex-start;
}
.ticket-msg + .ticket-msg {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.ticket-msg-berkan {
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.08), rgba(59, 130, 246, 0.02));
  border-left: 2px solid var(--primary);
}
.ticket-msg-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.ticket-msg-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}
.ticket-msg-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ticket-msg-name {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ticket-msg-badge {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  box-shadow: 0 2px 6px -1px var(--primary-glow);
}
.ticket-msg-time {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  color: #72767d;
  letter-spacing: 0.04em;
}
.ticket-msg-text {
  font-size: 0.92rem;
  color: #dcddde;
  line-height: 1.5;
  word-wrap: break-word;
}
.ticket-msg-attachment {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 280px;
  background: #0a0b0f;
}
.ticket-msg-attachment img {
  display: block;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  object-position: center top;
}

/* === Tile-Updates === */
.tile-updates { padding: 28px 32px; }
.tile-updates .tile-visual { min-height: 140px; }
.tile-visual-updates {
  flex-direction: column;
  align-items: stretch;
  padding: 0 4px;
}
.updates-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.updates-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(96, 165, 250, 0.03);
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 0.92rem;
  color: var(--text-muted);
  transition: background var(--t-fast), border-color var(--t-fast), color var(--t-fast);
}
.updates-list li:hover {
  background: rgba(96, 165, 250, 0.06);
  border-color: var(--border-glow);
  color: var(--text);
}
.updates-list svg {
  color: var(--primary-light);
  flex-shrink: 0;
  padding: 2px;
  background: var(--primary-soft);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 12px -4px var(--primary-glow);
}

/* ============= GUARANTEE BOX ============= */
.guarantee-section { padding: 100px 0; }
.guarantee-box {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 60px 70px;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(59, 130, 246, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(96, 165, 250, 0.05), transparent 60%),
    var(--bg-card);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 60px 140px -40px var(--primary-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.guarantee-box::before {
  content: '';
  position: absolute; inset: -1px;
  border-radius: var(--radius-lg);
  padding: 1.5px;
  background: linear-gradient(135deg, var(--primary-light) 0%, transparent 30%, transparent 70%, var(--primary-light) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.7;
}
.guarantee-bg {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 0;
}
.guarantee-orb {
  position: absolute;
  top: -120px; left: 50%;
  transform: translateX(-50%);
  width: 700px; height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--aurora-1), transparent 60%);
  filter: blur(100px);
  opacity: 0.7;
  animation: orb-drift 24s ease-in-out infinite;
}
.guarantee-seal {
  position: relative;
  z-index: 1;
  width: 110px; height: 110px;
  margin: 0 auto 28px;
  filter: drop-shadow(0 0 30px var(--primary-glow));
}
.guarantee-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 7px 16px;
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-pill);
  background: rgba(96, 165, 250, 0.08);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #bfdbfe;
  box-shadow: 0 0 20px -8px var(--primary-glow);
}
.guarantee-title {
  position: relative;
  z-index: 1;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  max-width: 920px;
  margin: 0 auto 24px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-wrap: balance;
}
.guarantee-sub {
  position: relative;
  z-index: 1;
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto 44px;
  line-height: 1.55;
}
.guarantee-sub strong {
  color: var(--text);
  font-weight: 600;
}
.guarantee-bullets {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 920px;
  margin: 0 auto 48px;
  text-align: left;
}
.guarantee-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  background: rgba(11, 15, 28, 0.6);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: border-color var(--t-fast), background var(--t-fast), transform var(--t-fast);
}
.guarantee-bullets li:hover {
  border-color: var(--border-glow);
  background: rgba(11, 15, 28, 0.85);
  transform: translateY(-2px);
}
.gb-icon {
  flex-shrink: 0;
  width: 24px; height: 24px;
  margin-top: 1px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px -2px var(--primary-glow);
}
.guarantee-bullets li > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.guarantee-bullets strong {
  color: var(--text);
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: -0.01em;
}
.guarantee-bullets span {
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.4;
}
.guarantee-cta {
  position: relative;
  z-index: 1;
}

/* ============= RESULTS — Center-Focus Carousel ============= */
.results-carousel-wrap {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 60px;
  --slide-gap: 28px;
}
.results-track {
  display: flex;
  gap: var(--slide-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 40px 18% 40px;
  scroll-padding: 0 18%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);
}
.results-track::-webkit-scrollbar { display: none; }
.result-slide {
  flex: 0 0 62%;
  scroll-snap-align: center;
  display: flex;
  justify-content: center;
  transition: opacity var(--t-med);
}
.result-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 880px;
  background:
    linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(96, 165, 250, 0.02)),
    #0a0e1c;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition:
    transform var(--t-med),
    border-color var(--t-med),
    box-shadow var(--t-med),
    filter var(--t-med),
    opacity var(--t-med);
  filter: saturate(0.7) brightness(0.78);
  opacity: 0.7;
  transform: scale(0.9);
  cursor: zoom-in;
}
.result-slide.is-center .result-card {
  filter: saturate(1) brightness(1);
  opacity: 1;
  transform: scale(1);
  border-color: var(--border-glow);
  box-shadow:
    0 50px 120px -30px var(--primary-glow),
    0 0 0 1px var(--primary-soft);
}
.result-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  z-index: 1;
  background: #06080f;
}
.result-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity var(--t-med);
}
.result-slide.is-center .result-card::after { opacity: 1; }
.result-slide.is-center .result-card:hover {
  transform: scale(1.015);
  box-shadow:
    0 60px 140px -30px var(--primary-glow),
    0 0 0 2px var(--primary-light);
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(2, 4, 10, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-med);
  padding: 80px 80px 60px;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 60px 140px -30px rgba(0,0,0,0.95);
  transform: scale(0.94);
  transition: transform var(--t-med);
}
.lightbox.open .lightbox-img { transform: scale(1); }
.lightbox-close,
.lightbox-arrow {
  position: absolute;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(11, 15, 28, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-hover);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform var(--t-fast), border-color var(--t-fast), background var(--t-fast);
  z-index: 10001;
}
.lightbox-close { top: 24px; right: 28px; }
.lightbox-prev  { top: 50%; left: 24px; transform: translateY(-50%); }
.lightbox-next  { top: 50%; right: 24px; transform: translateY(-50%); }
.lightbox-close:hover,
.lightbox-arrow:hover {
  border-color: var(--primary-light);
  background: var(--primary);
}
.lightbox-prev:hover { transform: translateY(-50%) scale(1.08); }
.lightbox-next:hover { transform: translateY(-50%) scale(1.08); }
@media (max-width: 768px) {
  .lightbox { padding: 60px 16px 40px; }
  .lightbox-close, .lightbox-arrow { width: 44px; height: 44px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

.results-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(4, 6, 13, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border-hover);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  transition: transform var(--t-fast), border-color var(--t-fast), background var(--t-fast), opacity var(--t-fast);
  box-shadow: 0 24px 60px -15px rgba(0,0,0,0.85);
}
@media (max-width: 1024px) { .results-arrow { cursor: pointer; } }
.results-arrow:hover {
  transform: translateY(-50%) scale(1.08);
  border-color: var(--primary-light);
  background: var(--primary);
  color: white;
  box-shadow: 0 0 0 6px var(--primary-soft), 0 24px 60px -10px var(--primary-glow);
}
.results-prev { left: 8px; }
.results-next { right: 8px; }
.results-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.results-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--border-hover);
  transition: all var(--t-fast);
  border: none;
  cursor: none;
  padding: 0;
}
@media (max-width: 1024px) { .results-dot { cursor: pointer; } }
.results-dot.active {
  background: var(--primary-light);
  width: 28px;
  border-radius: 999px;
  box-shadow: 0 0 12px var(--primary-glow);
}
@media (max-width: 768px) {
  .results-carousel-wrap { padding: 0 16px; }
  .results-track {
    padding: 24px 14% 24px;
    scroll-padding: 0 14%;
  }
  .result-slide { flex: 0 0 70%; }
  .results-arrow { width: 44px; height: 44px; }
  .results-prev { left: -4px; }
  .results-next { right: -4px; }
}

/* ============= PROCESS (Bewerbungsprozess) ============= */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 12%; right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--border-glow) 20%, var(--border-glow) 80%, transparent 100%);
  z-index: 0;
}
.process-card {
  position: relative;
  padding: 44px 32px 36px;
  background:
    linear-gradient(180deg, rgba(96, 165, 250, 0.04), transparent 60%),
    var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-align: center;
  transition: transform var(--t-med), border-color var(--t-med), background var(--t-med), box-shadow var(--t-med);
  z-index: 1;
}
.process-card::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: var(--radius);
  padding: 1px;
  background: linear-gradient(135deg, var(--primary-glow), transparent 35%, transparent 65%, var(--primary-glow));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--t-med);
  pointer-events: none;
}
.process-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-glow);
  background: var(--bg-card-hover);
  box-shadow: 0 30px 80px -30px var(--primary-glow);
}
.process-card:hover::after { opacity: 0.7; }
.process-step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 18px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
  border: 1px solid var(--border-glow);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 12px 28px -8px var(--primary-glow),
    0 0 0 4px rgba(59, 130, 246, 0.08);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.process-icon {
  width: 80px; height: 80px;
  border-radius: 22px;
  margin: 0 auto 24px;
  background:
    linear-gradient(180deg, rgba(96, 165, 250, 0.15), rgba(59, 130, 246, 0.05)),
    rgba(11, 15, 28, 0.7);
  border: 1px solid var(--border-glow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-light);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 20px 40px -12px var(--primary-glow);
  transition: transform var(--t-med);
}
.process-card:hover .process-icon {
  transform: scale(1.08) translateY(-2px);
}
.process-card h3 {
  margin-bottom: 14px;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}
.process-card p {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* ============= ABOUT ============= */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-text h2 { margin-bottom: 28px; }
.section-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #bfdbfe;
  padding: 6px 14px;
  background: var(--primary-soft);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-pill);
}
.about-text .lead {
  font-size: 1.25rem;
  color: var(--text);
  margin-bottom: 28px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.about-bullets {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}
.about-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.about-bullets li > span:last-child {
  flex-grow: 1;
}
.ab-icon {
  flex-shrink: 0;
  width: 24px; height: 24px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px -2px var(--primary-glow);
}
.about-quote {
  margin-top: 8px;
  padding: 18px 22px;
  border-left: 3px solid var(--primary);
  background: var(--primary-soft);
  border-radius: 0 10px 10px 0;
  color: var(--text) !important;
  font-weight: 500;
  font-size: 1.02rem;
  line-height: 1.55;
}
.about-cta { margin-top: 32px; }
.about-img {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.22), transparent 60%),
    linear-gradient(135deg, #0e1428, #070b1a);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.about-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
}
.about-img::after {
  content: '';
  position: absolute; inset: -1px;
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(135deg, var(--primary-glow), transparent 50%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.img-frame-tag {
  position: absolute;
  bottom: 20px; left: 20px;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  color: #bfdbfe;
  padding: 6px 14px;
  background: rgba(4, 6, 13, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-pill);
  z-index: 3;
}

/* ============= FAQ ============= */
.faq-container { max-width: 880px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--t-med), background var(--t-med);
  overflow: hidden;
}
.faq-item[open] {
  border-color: var(--border-glow);
  background: var(--bg-card-hover);
}
.faq-item summary {
  list-style: none;
  padding: 24px 32px;
  cursor: none;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text);
  letter-spacing: -0.01em;
}
@media (max-width: 1024px) { .faq-item summary { cursor: pointer; } }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-num {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--primary-light);
  letter-spacing: 0.05em;
  flex-shrink: 0;
  min-width: 24px;
}
.faq-q { flex-grow: 1; }
.faq-icon {
  position: relative;
  width: 22px; height: 22px;
  flex-shrink: 0;
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: var(--primary-light);
  border-radius: 2px;
  transition: transform var(--t-med);
}
.faq-icon::before { top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-50%); }
.faq-icon::after  { left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); }
.faq-item[open] .faq-icon::after { transform: translateX(-50%) rotate(90deg); }
.faq-body {
  padding: 0 32px 28px 80px;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.65;
}

/* ============= FINAL CTA ============= */
.final-section {
  text-align: center;
  padding: 160px 0 200px;
  position: relative;
  overflow: hidden;
}
.final-section::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 1100px; height: 760px;
  background: radial-gradient(ellipse at center, var(--primary-soft), transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.final-bg-text {
  position: absolute;
  bottom: -8%;
  left: 50%; transform: translateX(-50%);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(7rem, 22vw, 22rem);
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(96, 165, 250, 0.06);
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}
.final-inner { position: relative; z-index: 1; }
.final-inner h2 {
  font-size: clamp(3rem, 7vw, 6rem);
  margin-bottom: 28px;
  letter-spacing: -0.04em;
}
.final-inner > p {
  color: var(--text-muted);
  font-size: 1.2rem;
  margin-bottom: 48px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.final-meta {
  display: block;
  margin-top: 28px;
  padding: 0 16px;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--text-subtle);
  letter-spacing: 0.08em;
  white-space: normal;
  text-wrap: balance;
}
@media (max-width: 540px) {
  .final-meta {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }
}

/* ============= FOOTER ============= */
.footer {
  padding: 60px 0;
  border-top: 1px solid var(--border);
  background: rgba(4, 6, 13, 0.65);
  position: relative;
}
.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-tagline {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-style: italic;
  color: var(--text-muted);
}
.footer-meta-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.footer-meta { color: var(--text-subtle); font-size: 0.85rem; font-family: var(--font-mono); letter-spacing: 0.05em; }
.footer-links { display: flex; gap: 24px; }
.footer-links a {
  color: var(--text-muted);
  font-size: 0.88rem;
  transition: color var(--t-fast);
}
.footer-links a:hover { color: var(--primary-light); }

/* ============= REVEAL ============= */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s cubic-bezier(.2,.7,.3,1), transform 1s cubic-bezier(.2,.7,.3,1);
  transition-delay: var(--delay, 0s);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ============= RESPONSIVE ============= */
@media (max-width: 1024px) {
  .bento-grid { grid-template-columns: repeat(4, 1fr); }
  .tile-hero, .tile-course { grid-column: span 4; grid-row: auto; }
  .tile-support, .tile-community { grid-column: span 2; }
  .tile-checkup, .tile-updates { grid-column: span 2; }

  .process-grid { grid-template-columns: 1fr; gap: 16px; }
  .process-grid::before { display: none; }
  .guarantee-bullets { grid-template-columns: 1fr; }

  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .section { padding: 100px 0; }
  .guarantee-box { padding: 60px 36px 50px; }
  .guarantee-section { padding: 80px 0; }
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .section { padding: 80px 0; }
  .hero { padding: 160px 0 80px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-tile,
  .tile-hero, .tile-course, .tile-checkup,
  .tile-community, .tile-support, .tile-updates { grid-column: span 1; }
  .tile-hero .tile-visual,
  .tile-course .tile-visual { min-height: 180px; }

  .checkup-stack { grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .checkup-card { padding: 10px 6px 8px; }
  .checkup-month { font-size: 0.85rem; }
  .checkup-label { font-size: 0.55rem; }
  .checkup-onboarding .checkup-card { width: 50%; min-width: 120px; }

  .guarantee-title { font-size: clamp(1.8rem, 7vw, 2.6rem); }
  .guarantee-box { padding: 50px 24px 40px; }
  .guarantee-seal { width: 90px; height: 90px; margin-bottom: 20px; }

  .social-proof-members { flex-direction: row; padding: 6px 16px 6px 8px; }
  .trust-bar { flex-direction: column; gap: 12px; }
  .trust-divider { display: none; }
  .proof-checks { justify-content: center; gap: 14px; flex-wrap: wrap; }

  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-meta-wrap { align-items: flex-start; }
  .nav-inner .btn { padding: 9px 16px; font-size: 0.85rem; }
  .logo-tag { display: none; }
  .faq-body { padding: 0 24px 24px 24px; }
}

@media (max-width: 480px) {
  .section { padding: 64px 0; }
  .hero { padding: 140px 0 60px; }
  .btn-xl { padding: 18px 32px; font-size: 1rem; }
  .guarantee-box { padding: 40px 18px 32px; }
  .guarantee-bullets li { padding: 14px 16px; }
  .checkup-stack { grid-template-columns: repeat(2, 1fr); }
  .tile-visual-course-split { grid-template-columns: 1fr; }
}

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
  .mesh-orb, .star-layer { animation: none; }
}
