/* ==========================================================
   Telefonservice Handwerker Hanau — Buzzard AI
   Cormorant Garamond + DM Sans + Space Grotesk
   Warm Cream · Teal · Copper editorial
   ========================================================== */

:root {
  --teal:        #2D5A5A;
  --teal-mid:    #3A7070;
  --teal-dark:   #112626;
  --teal-soft:   rgba(45, 90, 90, 0.08);
  --cream:       #FDF8F2;
  --cream-dark:  #F5EDE3;
  --sand:        #E8DDD0;
  --copper:      #B87333;
  --copper-soft: rgba(184, 115, 51, 0.10);
  --sage:        #8FA88A;
  --sage-soft:   rgba(143, 168, 138, 0.12);
  --ink:         #1A1A1A;
  --ink-soft:    #555555;
  --ink-muted:   #999999;
  --line:        #E8DDD0;
  --line-soft:   #F0E8DC;
  --warn:        #C13A1B;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-mono:    'Space Grotesk', monospace;
}

/* ============ Reset ============ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--teal); color: var(--cream); }

/* ============ Layout ============ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
section { padding: 120px 0; }
@media (max-width: 768px) {
  section { padding: 64px 0; }
  .container { padding: 0 20px; }
}

/* ============ Typography ============ */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink);
}
h1 { font-size: clamp(2.8rem, 5vw, 4.2rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
em { font-style: italic; color: var(--teal); }
p { color: var(--ink-soft); line-height: 1.75; }

/* ============ Buttons ============ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--teal);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 6px;
  border: 1.5px solid var(--teal);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  text-decoration: none;
}
.btn-primary:hover {
  background: var(--teal-mid);
  border-color: var(--teal-mid);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--teal);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 6px;
  border: 1.5px solid var(--sand);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  text-decoration: none;
}
.btn-secondary:hover {
  border-color: var(--teal);
  background: var(--teal-soft);
}

/* ============ Navigation ============ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(253, 248, 242, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
  padding: 16px 0;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.nav-logo em { font-style: italic; color: var(--teal); }
.nav-cta { font-size: 14px; }

@media (max-width: 768px) {
  .nav-inner { padding: 0 20px; }
  .nav-links { display: none; }
}

/* ============ HERO ============ */
.hero {
  padding-top: 160px;
  padding-bottom: 120px;
  background: var(--cream);
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero { padding-top: 120px; padding-bottom: 64px; }
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.hero-text .hook {
  margin-bottom: 28px;
}
.hero-text h1 {
  margin-bottom: 24px;
}
.hero-text .subline {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: 40px;
  max-width: 500px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-trust {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.hero-trust::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: var(--sand);
}

/* ============ Hero Visual — Phone Process X-Ray ============ */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Phone mockup */
.phone-mockup {
  position: relative;
  width: 200px;
  background: var(--teal-dark);
  border-radius: 28px;
  padding: 12px;
  box-shadow: 0 24px 64px rgba(17, 38, 38, 0.35), 0 4px 16px rgba(17, 38, 38, 0.2);
  z-index: 10;
}
.phone-notch {
  width: 60px;
  height: 10px;
  background: #0a1f1f;
  border-radius: 6px;
  margin: 0 auto 10px;
}
.phone-screen {
  background: #0e2626;
  border-radius: 18px;
  padding: 14px 12px;
  min-height: 300px;
}
.phone-time {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.phone-incoming {
  margin-bottom: 14px;
}
.phone-incoming .label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 4px;
}
.phone-incoming .caller-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}
.phone-incoming .caller-num {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  font-family: var(--font-mono);
}

/* Wave animation */
.phone-wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 28px;
  margin: 14px 0;
}
.phone-wave span {
  display: block;
  width: 3px;
  background: var(--copper);
  border-radius: 2px;
  animation: wave 1.4s ease-in-out infinite;
}
.phone-wave span:nth-child(1) { animation-delay: 0s; }
.phone-wave span:nth-child(2) { animation-delay: 0.1s; }
.phone-wave span:nth-child(3) { animation-delay: 0.2s; }
.phone-wave span:nth-child(4) { animation-delay: 0.3s; }
.phone-wave span:nth-child(5) { animation-delay: 0.4s; }
.phone-wave span:nth-child(6) { animation-delay: 0.3s; }
.phone-wave span:nth-child(7) { animation-delay: 0.2s; }
.phone-wave span:nth-child(8) { animation-delay: 0.1s; }

@keyframes wave {
  0%, 100% { height: 4px; }
  50% { height: 22px; }
}

.phone-live-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 12px;
}
.live-dot {
  width: 6px;
  height: 6px;
  background: var(--copper);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.phone-transcript {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phone-transcript .line {
  font-size: 10px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  padding: 6px 8px;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  border-left: 2px solid transparent;
}
.phone-transcript .line.ai {
  border-left-color: var(--copper);
  color: rgba(255,255,255,0.8);
}

/* Floating cards */
.float-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 2px 12px rgba(45, 90, 90, 0.08);
  min-width: 140px;
  z-index: 20;
  animation: float-in 0.6s ease-out both;
}
.float-card .card-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 4px;
}
.float-card .card-value {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.float-card .card-meta {
  font-size: 11px;
  color: var(--ink-muted);
  margin-top: 2px;
}

.fc-notfall {
  top: 40px;
  left: -30px;
  animation-delay: 0.2s;
}
.fc-termin {
  top: 40px;
  right: -30px;
  animation-delay: 0.4s;
}
.fc-angebot {
  bottom: 120px;
  right: -20px;
  animation-delay: 0.6s;
}
.fc-vorgang {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  background: var(--teal);
  border-color: var(--teal);
  animation-delay: 0.8s;
}
.fc-vorgang .card-label { color: rgba(255,255,255,0.6); }
.fc-vorgang .card-value { color: #fff; }

@keyframes float-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.fc-notfall .card-label::before {
  content: "⚡ ";
}

/* Connecting lines (SVG) */
.visual-connector {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 5;
}

@media (max-width: 900px) {
  .phone-mockup { width: 160px; }
  .fc-notfall { left: 0; top: 20px; }
  .fc-termin { right: 0; top: 20px; }
  .fc-angebot { right: 0; bottom: 100px; }
}

/* ============ Section: Schmerz ============ */
.schmerz {
  background: var(--cream-dark);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.schmerz-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 900px) {
  .schmerz-inner { grid-template-columns: 1fr; gap: 48px; }
}
.schmerz-text h2 { margin-bottom: 24px; }
.schmerz-text p { margin-bottom: 16px; }

.schmerz-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.missed-call-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 2px 12px rgba(45, 90, 90, 0.06);
  position: relative;
}
.missed-call-item.warn {
  border-left: 3px solid var(--warn);
}
.missed-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.missed-icon.red { background: rgba(193, 58, 27, 0.1); color: var(--warn); }
.missed-icon.amber { background: rgba(184, 115, 51, 0.1); color: var(--copper); }
.missed-icon.grey { background: var(--teal-soft); color: var(--teal); }
.missed-info .title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 2px;
}
.missed-info .desc {
  font-size: 13px;
  color: var(--ink-muted);
}
.missed-time {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--ink-muted);
  letter-spacing: 0.1em;
}

/* ============ Section: Fehlannahme ============ */
.fehlannahme { background: var(--cream); }
.fehlannahme-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) {
  .fehlannahme-inner { grid-template-columns: 1fr; gap: 48px; }
}
.fehlannahme-text h2 { margin-bottom: 24px; }
.fehlannahme-text p { margin-bottom: 20px; }

.comparison-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(45, 90, 90, 0.06);
}
.comparison-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background: var(--teal-dark);
  color: #fff;
  padding: 14px 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  gap: 8px;
}
.comparison-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 14px 20px;
  gap: 8px;
  border-bottom: 1px solid var(--line-soft);
  align-items: center;
  font-size: 13px;
}
.comparison-row:last-child { border-bottom: none; }
.comparison-row .feature { color: var(--ink-soft); }
.check-yes { color: var(--sage); font-weight: 700; text-align: center; }
.check-no { color: var(--warn); text-align: center; }

/* ============ Section: Buzzard-Layer ============ */
.buzzard-layer {
  background: var(--teal-dark);
  color: #fff;
}
.buzzard-layer .eyebrow { color: var(--copper); }
.buzzard-layer h2 { color: #fff; margin-bottom: 16px; }
.buzzard-layer .section-intro {
  color: rgba(255,255,255,0.65);
  font-size: 17px;
  max-width: 600px;
  margin-bottom: 64px;
}
.layer-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1000px) {
  .layer-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .layer-cards { grid-template-columns: 1fr; }
}
.layer-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 28px 24px;
  transition: background 0.2s;
}
.layer-card:hover { background: rgba(255,255,255,0.09); }
.layer-card-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--copper);
  margin-bottom: 16px;
}
.layer-card h3 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 12px;
}
.layer-card p {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 1.7;
}
.layer-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--copper-soft);
  border: 1px solid rgba(184, 115, 51, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}

/* ============ Section: Prozess ============ */
.prozess { background: var(--cream); }
.prozess h2 { margin-bottom: 16px; }
.prozess .section-intro {
  color: var(--ink-soft);
  font-size: 17px;
  max-width: 580px;
  margin-bottom: 64px;
}
.steps {
  display: flex;
  align-items: stretch;
  gap: 0;
  position: relative;
}
@media (max-width: 800px) {
  .steps { flex-direction: column; gap: 2px; }
}
.step {
  flex: 1;
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px 24px;
  position: relative;
}
.step:first-child { border-radius: 16px 0 0 16px; }
.step:last-child { border-radius: 0 16px 16px 0; }
@media (max-width: 800px) {
  .step:first-child { border-radius: 12px 12px 0 0; }
  .step:last-child { border-radius: 0 0 12px 12px; }
}
.step-num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 12px;
}
.step h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.step p {
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.6;
}
.step-arrow {
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  z-index: 5;
  box-shadow: 0 2px 8px rgba(45,90,90,0.2);
}
.step:last-child .step-arrow { display: none; }
@media (max-width: 800px) {
  .step-arrow {
    top: auto;
    bottom: -14px;
    right: 50%;
    transform: translateX(50%);
    rotate: 90deg;
  }
  .step:last-child .step-arrow { display: none; }
}

/* ============ Section: Proof ============ */
.proof {
  background: var(--cream-dark);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof h2 { margin-bottom: 48px; }
.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 800px) {
  .proof-grid { grid-template-columns: 1fr; }
}
.proof-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 2px 12px rgba(45, 90, 90, 0.06);
  position: relative;
  overflow: hidden;
}
.proof-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--teal);
}
.proof-card.secondary::before {
  background: var(--copper);
}
.proof-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 20px;
}
.proof-card h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.proof-card p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: 16px;
}
.proof-stat {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 24px 0;
}
.proof-stat .num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--teal);
}
.proof-stat .label {
  font-size: 13px;
  color: var(--ink-muted);
}
.proof-meta {
  font-size: 12px;
  color: var(--ink-muted);
  font-style: italic;
  margin-top: 8px;
}
.proof-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--teal);
  margin-top: 20px;
  text-decoration: none;
}
.proof-link:hover { text-decoration: underline; }

/* ============ Section: GEO/FAQ ============ */
.faq { background: var(--cream); }
.faq h2 { margin-bottom: 16px; }
.faq .section-intro {
  color: var(--ink-soft);
  font-size: 17px;
  max-width: 540px;
  margin-bottom: 56px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 840px;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(45,90,90,0.04);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  text-align: left;
  gap: 16px;
}
.faq-question:hover { background: var(--teal-soft); }
.faq-chevron {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--sand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  color: var(--teal);
  transition: background 0.2s;
}
.faq-answer {
  display: none;
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.75;
  border-top: 1px solid var(--line-soft);
  padding-top: 16px;
}
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-chevron { background: var(--teal); color: #fff; }

/* ============ Section: CTA ============ */
.cta-section {
  background: var(--teal-dark);
  padding: 100px 0;
}
.cta-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 0 32px;
}
.cta-section .eyebrow { text-align: center; }
.cta-section h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 3rem);
}
.cta-section p {
  color: rgba(255,255,255,0.65);
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 1.75;
}
.cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-section .btn-primary {
  background: var(--copper);
  border-color: var(--copper);
  font-size: 16px;
  padding: 16px 32px;
}
.cta-section .btn-primary:hover {
  background: #a0622a;
  border-color: #a0622a;
}
.cta-section .btn-secondary {
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.2);
}
.cta-section .btn-secondary:hover {
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.07);
}
.cta-trust-note {
  margin-top: 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

/* ============ Footer ============ */
footer {
  background: var(--cream-dark);
  border-top: 1px solid var(--line);
  padding: 48px 0;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-brand {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
}
.footer-brand em { font-style: italic; color: var(--teal); }
.footer-links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 13px;
  color: var(--ink-muted);
  text-decoration: none;
}
.footer-links a:hover { color: var(--teal); }
.footer-copy {
  font-size: 12px;
  color: var(--ink-muted);
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  width: 100%;
}

@media (max-width: 768px) {
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

/* ============ Utility ============ */
.text-copper { color: var(--copper); }
.text-teal { color: var(--teal); }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-8 { margin-bottom: 8px; }

/* ============ Animations ============ */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up {
  animation: fade-up 0.6s ease-out both;
}
.fade-up-1 { animation-delay: 0.1s; }
.fade-up-2 { animation-delay: 0.2s; }
.fade-up-3 { animation-delay: 0.35s; }
.fade-up-4 { animation-delay: 0.5s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
