/* AhOh Marketing-Site */
:root {
  --bg: #070b14;
  --bg-2: #0d1524;
  --ink: #f4f7fb;
  --muted: #9aa8bc;
  --line: rgba(255, 255, 255, 0.1);
  --green: #34d399;
  --green-2: #22c55e;
  --red: #ef4444;
  --font-display: "Syne", sans-serif;
  --font-body: "Manrope", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.skip {
  position: absolute; left: -999px; top: 0;
  background: var(--green); color: #04140a; padding: 8px 12px; z-index: 100;
}
.skip:focus { left: 12px; top: 12px; }

/* Top bar – dezent, Brand bleibt im Hero dominant */
.top {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 48px);
  background: linear-gradient(180deg, rgba(7, 11, 20, 0.88), transparent);
  pointer-events: none;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, border-color 0.35s ease;
  border-bottom: 1px solid transparent;
}
.top.scrolled {
  background: rgba(7, 11, 20, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.top a { pointer-events: auto; }
.top-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0.9;
}
.top-brand img {
  width: 36px; height: 36px; border-radius: 10px;
  box-shadow: 0 0 0 1px var(--line);
}
.top-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.top-nav a:hover { color: var(--ink); }
.top-cta {
  color: #04140a !important;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 8px 24px -10px rgba(34, 197, 94, 0.7);
}
.top-cta:hover { filter: brightness(1.06); }

/* Hero: eine Komposition, Brand dominant */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 110px 24px 72px;
  background:
    radial-gradient(1200px 700px at 50% 20%, rgba(34, 197, 94, 0.14), transparent 55%),
    radial-gradient(900px 500px at 80% 80%, rgba(239, 68, 68, 0.08), transparent 50%),
    linear-gradient(180deg, #0a1220 0%, var(--bg) 70%);
}
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.hero-grid {
  position: absolute;
  inset: -10%;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  animation: gridDrift 28s linear infinite;
  opacity: 0.7;
}
@keyframes gridDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-56px, -56px, 0); }
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.55;
  animation: orbDrift 14s ease-in-out infinite;
  will-change: transform;
}
.hero-orb.o1 {
  width: 420px; height: 420px; left: -80px; top: 10%;
  background: rgba(34, 197, 94, 0.28);
}
.hero-orb.o2 {
  width: 360px; height: 360px; right: -60px; bottom: 8%;
  background: rgba(56, 189, 248, 0.16);
  animation-delay: -4s;
}
.hero-orb.o3 {
  width: 280px; height: 280px; left: 40%; top: 55%;
  background: rgba(239, 68, 68, 0.12);
  animation-delay: -7s;
}
@keyframes orbDrift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(24px, -30px, 0) scale(1.08); }
}

.spark {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px 2px rgba(52, 211, 153, 0.8);
  animation: sparkPulse 3.2s ease-in-out infinite;
}
.spark.s1 { left: 18%; top: 22%; animation-delay: 0s; }
.spark.s2 { right: 16%; top: 28%; background: #fff; box-shadow: 0 0 10px 2px rgba(255,255,255,0.55); animation-delay: 0.6s; }
.spark.s3 { left: 28%; bottom: 18%; background: var(--red); box-shadow: 0 0 12px 2px rgba(239,68,68,0.55); animation-delay: 1.2s; }
.spark.s4 { right: 24%; bottom: 26%; animation-delay: 1.8s; width: 4px; height: 4px; }
.spark.s5 { left: 52%; top: 16%; animation-delay: 0.9s; width: 5px; height: 5px; }
@keyframes sparkPulse {
  0%, 100% { opacity: 0.25; transform: scale(0.7); }
  50% { opacity: 1; transform: scale(1.25); }
}

.hero-stage {
  width: min(720px, 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.hero-logo-wrap {
  position: relative;
  display: grid;
  place-items: center;
  animation: logoIn 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-ring {
  position: absolute;
  inset: -14px;
  border-radius: 44px;
  border: 1px solid rgba(52, 211, 153, 0.35);
  box-shadow: 0 0 40px rgba(34, 197, 94, 0.15);
  animation: ringPulse 3.6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.04); opacity: 1; }
}
.hero-logo {
  position: relative;
  z-index: 1;
  width: min(340px, 68vw);
  height: auto;
  border-radius: 36px;
  box-shadow:
    0 30px 80px -30px rgba(34, 197, 94, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  animation: logoFloat 5s ease-in-out 1s infinite;
}
/* Glanz-Streifen über dem Logo */
.hero-logo-wrap::before,
.hero-logo-wrap::after {
  content: '';
  position: absolute;
  inset: 6% 10%;
  z-index: 3;
  border-radius: 28px;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
.hero-logo-wrap::after {
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,0.55) 50%, transparent 62%);
  background-size: 220% 100%;
  animation: shineSweep 2.8s ease-in-out 0.8s infinite;
}
.hero-logo-wrap::before {
  background: linear-gradient(155deg, transparent 40%, rgba(52, 211, 153, 0.35) 52%, transparent 64%);
  background-size: 240% 100%;
  animation: shineSweep 4.2s ease-in-out 2s infinite;
  mix-blend-mode: screen;
}
@keyframes logoIn {
  from { opacity: 0; transform: translateY(28px) scale(0.94); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes logoFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes shineSweep {
  0% { background-position: 160% 0; opacity: 0; }
  15% { opacity: 1; }
  45% { opacity: 0.85; }
  100% { background-position: -60% 0; opacity: 0; }
}

/* Klitzern / Sterne am Logo */
.logo-glint {
  position: absolute;
  z-index: 4;
  width: 10px;
  height: 10px;
  pointer-events: none;
  background: radial-gradient(circle, #fff 0%, rgba(255,255,255,0.9) 28%, transparent 72%);
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.9));
  animation: glintTwinkle 2.4s ease-in-out infinite;
}
.logo-glint::before,
.logo-glint::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
.logo-glint::before { width: 2px; height: 14px; }
.logo-glint::after { width: 14px; height: 2px; }
.logo-glint.g1 { top: 12%; right: 14%; animation-delay: 0s; }
.logo-glint.g2 { top: 22%; left: 10%; width: 7px; height: 7px; animation-delay: 0.45s; color: var(--green); }
.logo-glint.g2::before, .logo-glint.g2::after { background: #86efac; height: 10px; }
.logo-glint.g2::after { width: 10px; height: 2px; }
.logo-glint.g2::before { width: 2px; height: 10px; }
.logo-glint.g3 { bottom: 18%; right: 18%; animation-delay: 0.9s; }
.logo-glint.g4 { top: 48%; right: 6%; width: 6px; height: 6px; animation-delay: 1.3s; }
.logo-glint.g4::before { height: 9px; }
.logo-glint.g4::after { width: 9px; }
.logo-glint.g5 { bottom: 28%; left: 16%; width: 8px; height: 8px; animation-delay: 1.7s; }
.logo-glint.g5::before, .logo-glint.g5::after { background: #fca5a5; }
.logo-glint.g6 { top: 8%; left: 42%; width: 5px; height: 5px; animation-delay: 0.25s; }
.logo-glint.g6::before { height: 8px; }
.logo-glint.g6::after { width: 8px; }
@keyframes glintTwinkle {
  0%, 100% { opacity: 0; transform: scale(0.4) rotate(0deg); }
  35% { opacity: 1; transform: scale(1.15) rotate(18deg); }
  55% { opacity: 0.85; transform: scale(0.95) rotate(28deg); }
  70% { opacity: 0; transform: scale(0.5) rotate(40deg); }
}
.hero-title {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3.4rem, 12vw, 6.5rem);
  letter-spacing: -0.04em;
  line-height: 0.92;
  background: linear-gradient(110deg, #fff 20%, #b8f0d0 45%, #fff 55%, #86efac 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: fadeUp 0.8s ease 0.15s both, titleShimmer 7s ease-in-out 1s infinite;
}
@keyframes titleShimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}
.hero-lead {
  margin: 0;
  max-width: 28rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  font-weight: 500;
  animation: fadeUp 0.8s ease 0.28s both;
}
.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  animation: fadeUp 0.8s ease 0.34s both;
}
.st {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
}
.st::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
  animation: dotBlink 2.4s ease-in-out infinite;
}
.st.online { color: #4ade80; }
.st.ffc { color: #86efac; }
.st.ffc::before { animation-delay: 0.4s; }
.st.away { color: #fbbf24; }
.st.away::before { animation-delay: 0.8s; }
@keyframes dotBlink {
  0%, 100% { opacity: 0.45; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.15); }
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 6px;
  animation: fadeUp 0.8s ease 0.4s both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease, box-shadow 0.2s ease;
}
.btn-primary {
  color: #04140a;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 12px 30px -12px rgba(34, 197, 94, 0.75);
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.45) 50%, transparent 70%);
  background-size: 220% 100%;
  animation: shineSweep 4.5s ease-in-out infinite;
  pointer-events: none;
}
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 16px 36px -12px rgba(34, 197, 94, 0.9); }
.btn-ghost {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.07); transform: translateY(-1px); }

.band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(64px, 10vw, 110px) 24px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
}
.band-inner {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  margin: 0 auto;
  text-align: center;
}

/* Unterhalb Hero: dezente Section-Effekte */
.sec-fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.sec-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
  animation: secOrbDrift 16s ease-in-out infinite;
  will-change: transform;
}
.sec-orb.so1 {
  width: 340px; height: 340px; left: -80px; top: 10%;
  background: rgba(34, 197, 94, 0.22);
}
.sec-orb.so2 {
  width: 260px; height: 260px; right: -60px; bottom: 0;
  background: rgba(56, 189, 248, 0.12);
  animation-delay: -5s;
}
.sec-orb.so3 {
  width: 420px; height: 420px; left: 50%; top: -20%;
  background: rgba(34, 197, 94, 0.1);
  animation: secOrbBreatheCenter 14s ease-in-out infinite;
}
.sec-orb.so4 {
  width: 380px; height: 380px; left: 50%; top: 42%;
  background: rgba(52, 211, 153, 0.18);
  animation: secOrbBreatheMid 8s ease-in-out infinite;
}
.sec-orb.so5 {
  width: 460px; height: 460px; left: 50%; bottom: -30%;
  background: rgba(34, 197, 94, 0.2);
  animation: secOrbBreatheBottom 10s ease-in-out infinite;
}
@keyframes secOrbDrift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(18px, -22px, 0) scale(1.08); }
}
@keyframes secOrbBreatheCenter {
  0%, 100% { opacity: 0.22; transform: translateX(-50%) scale(1); }
  50% { opacity: 0.45; transform: translateX(-50%) scale(1.1); }
}
@keyframes secOrbBreatheMid {
  0%, 100% { opacity: 0.28; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.55; transform: translate(-50%, -50%) scale(1.12); }
}
@keyframes secOrbBreatheBottom {
  0%, 100% { opacity: 0.3; transform: translateX(-50%) scale(1); }
  50% { opacity: 0.55; transform: translateX(-50%) scale(1.08); }
}
.sec-spark {
  position: absolute;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px 2px rgba(52, 211, 153, 0.65);
  animation: sparkPulse 3.6s ease-in-out infinite;
}
.sec-spark.sk1 { left: 14%; top: 28%; }
.sec-spark.sk2 { right: 18%; top: 40%; background: #fff; box-shadow: 0 0 10px 2px rgba(255,255,255,0.45); animation-delay: 0.8s; }
.sec-spark.sk3 { left: 62%; bottom: 22%; background: var(--red); box-shadow: 0 0 10px 2px rgba(239,68,68,0.45); animation-delay: 1.4s; width: 4px; height: 4px; }
.sec-spark.sk4 { left: 22%; top: 30%; animation-delay: 0.5s; }
.sec-spark.sk5 { right: 26%; top: 42%; background: #fff; box-shadow: 0 0 10px 2px rgba(255,255,255,0.4); animation-delay: 1.1s; }
.sec-ring {
  position: absolute;
  left: 50%; top: 42%;
  width: min(280px, 55vw);
  height: min(280px, 55vw);
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(52, 211, 153, 0.22);
  transform: translate(-50%, -50%);
  animation: secRingPulse 5s ease-in-out infinite;
}
@keyframes secRingPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(0.92); opacity: 0.25; }
  50% { transform: translate(-50%, -50%) scale(1.08); opacity: 0.7; }
}

.band-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin-top: 28px;
}
.bst {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.in .bst {
  opacity: 1;
  transform: none;
}
.reveal.in .bst:nth-child(1) { transition-delay: 0.15s; }
.reveal.in .bst:nth-child(2) { transition-delay: 0.28s; }
.reveal.in .bst:nth-child(3) { transition-delay: 0.4s; }
.reveal.in .bst:nth-child(4) { transition-delay: 0.52s; }
.bst::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
  animation: dotBlink 2.4s ease-in-out infinite;
}
.bst.online { color: #4ade80; }
.bst.ffc { color: #86efac; }
.bst.ffc::before { animation-delay: 0.4s; }
.bst.away { color: #fbbf24; }
.bst.away::before { animation-delay: 0.8s; }
.bst.dnd { color: #f87171; }
.bst.dnd::before { animation-delay: 1.2s; }

.band h2::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.55);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.reveal.in h2::after { transform: scaleX(1); }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.feature-list li {
  position: relative;
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, transparent, var(--green), transparent);
  opacity: 0;
  transform: scaleY(0.4);
  transition: opacity 0.4s ease, transform 0.45s ease;
}
.feature-list li.in::before {
  opacity: 0.7;
  transform: scaleY(1);
}
.feature-list li:hover {
  background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.06), transparent);
}
.feature-list li:hover::before { opacity: 1; }
.feature-list li:hover strong { color: var(--green); }
.cta-inner.reveal { transition-delay: 0.05s; }
.band h2,
.features-head h2,
.download h2,
.cta h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: -0.03em;
}
.band p,
.features-head p,
.cta p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.features {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(48px, 8vw, 96px) 24px 80px;
  border-top: 1px solid var(--line);
}
.features-head {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  margin: 0 auto 40px;
  text-align: center;
}
.feature-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: min(820px, 100%);
  display: grid;
  gap: 0;
}
.feature-list li {
  display: grid;
  grid-template-columns: minmax(140px, 220px) 1fr;
  gap: 16px 28px;
  padding: 22px 18px 22px 20px;
  border-top: 1px solid var(--line);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.55s ease, transform 0.55s ease, background 0.25s ease;
}
.feature-list li.in { opacity: 1; transform: none; }
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-list strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  transition: color 0.2s ease;
}
.feature-list span { color: var(--muted); }

.cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(72px, 12vw, 120px) 24px;
  text-align: center;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(700px 280px at 50% 100%, rgba(34, 197, 94, 0.16), transparent 60%),
    var(--bg-2);
}
.cta-inner { position: relative; z-index: 1; width: min(520px, 100%); margin: 0 auto; }
.cta .btn-primary { margin-top: 22px; }

.download {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(72px, 12vw, 110px) 24px;
  text-align: center;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(600px 240px at 50% 0%, rgba(52, 211, 153, 0.12), transparent 55%),
    var(--bg);
}
.download-inner { position: relative; z-index: 1; width: min(560px, 100%); margin: 0 auto; }
.download h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  letter-spacing: -0.03em;
}
.download p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.download .btn-primary { margin-top: 22px; }
.download-note {
  margin-top: 20px !important;
  font-size: 0.92rem !important;
  line-height: 1.55;
  opacity: 0.9;
}
.feature-list a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.foot {
  padding: 36px 24px 48px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}
.foot-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
}
.foot-brand img { width: 28px; height: 28px; border-radius: 8px; }
.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
}
.foot-links a:hover { color: var(--ink); }
.foot-legal {
  gap: 10px 28px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}
.foot-legal a {
  padding: 6px 2px;
  border-bottom: 1px solid rgba(52, 211, 153, 0.45);
}
.foot-legal a:hover {
  color: var(--green);
  border-bottom-color: var(--green);
}
.foot-legal a[aria-current="page"] {
  color: var(--green);
  border-bottom-color: var(--green);
}
.foot-note { margin: 0; opacity: 0.75; }
.foot-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.foot-note a:hover { color: var(--ink); opacity: 1; }

/* Legal pages */
.legal-page .top { pointer-events: auto; }
.legal-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 110px 24px 64px;
}
.legal-kicker {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.legal-kicker a:hover { color: var(--green); }
.legal-wrap h1 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.75rem);
  letter-spacing: -0.02em;
}
.legal-lead {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 1.05rem;
}
.legal-wrap section {
  margin-bottom: 28px;
  padding-top: 4px;
  border-top: 1px solid var(--line);
}
.legal-wrap h2 {
  margin: 20px 0 10px;
  font-family: var(--font-display);
  font-size: 1.2rem;
}
.legal-wrap h3 {
  margin: 16px 0 8px;
  font-size: 1rem;
}
.legal-wrap p, .legal-wrap li {
  color: #c5d0de;
}
.legal-wrap ul {
  margin: 0 0 12px;
  padding-left: 1.2em;
}
.legal-wrap a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.top-nav a[aria-current="page"] { color: var(--ink); }

.cl-entry {
  margin-bottom: 28px;
  padding: 20px 0 4px;
  border-top: 1px solid var(--line);
}
.cl-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 10px;
}
.cl-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cl-head time {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}
.cl-entry ul {
  margin: 0;
  padding-left: 1.2em;
  color: #c5d0de;
}
.cl-entry li { margin: 6px 0; }
.alpha-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #04140a;
  background: linear-gradient(135deg, #86efac, #22c55e);
  padding: 2px 8px;
  border-radius: 6px;
  vertical-align: middle;
  margin-right: 6px;
  transform-origin: center;
  animation: alphaWiggle 2.8s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.35);
}
@keyframes alphaWiggle {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.25);
  }
  20% {
    transform: translateY(-3px) rotate(-4deg) scale(1.06);
    box-shadow: 0 0 14px 2px rgba(34, 197, 94, 0.45);
  }
  40% {
    transform: translateY(0) rotate(3deg) scale(1.02);
  }
  60% {
    transform: translateY(-2px) rotate(-2deg) scale(1.05);
    box-shadow: 0 0 10px 1px rgba(34, 197, 94, 0.35);
  }
  80% {
    transform: translateY(0) rotate(1deg) scale(1);
  }
}

@media (max-width: 700px) {
  .top-nav a:not(.top-cta) { display: none; }
  .legal-page .top-nav a:not(.top-cta) { display: inline; }
  .feature-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .hero-logo { border-radius: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo, .hero-logo-wrap, .hero-orb, .hero-grid, .spark, .hero-ring, .logo-glint,
  .hero-title, .hero-lead, .hero-actions, .status-row, .feature-list li,
  .btn-primary::after, .hero-logo-wrap::after, .hero-logo-wrap::before, .reveal, .st::before,
  .sec-orb, .sec-spark, .sec-ring, .bst::before, .band h2::after, .alpha-badge {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
  .logo-glint, .sec-fx { display: none !important; }
  .reveal.in .bst { opacity: 1; transform: none; }
  .band h2::after { transform: scaleX(1); }
  .feature-list li::before { opacity: 0.5; transform: none; }
}
