@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ========== CSS VARIABLES ========== */
:root {
  --white: #ffffff;
  --paper: #fbfcff;
  --soft: #f4f7fb;
  --ink: #0f1b2d;
  --text: #26364d;
  --muted: #67788f;
  --blue: #2f73ff;
  --blue-2: #8fb9ff;
  --blue-light: #edf5ff;
  --gold: #d7b46a;
  --green: #42b883;
  --green-light: #eafaf2;
  --line: rgba(23, 45, 77, .11);
  --line-strong: rgba(23, 45, 77, .16);
  --shadow-sm: 0 10px 30px rgba(35, 88, 160, .08);
  --shadow: 0 28px 90px rgba(35, 88, 160, .14);
  --shadow-blue: 0 26px 70px rgba(47, 115, 255, .24);
  --radius: 28px;
  --radius-xl: 42px;
}

/* ========== RESET ========== */
* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 18% 8%, rgba(47, 115, 255, .16), transparent 32%),
    radial-gradient(circle at 88% 16%, rgba(215, 180, 106, .17), transparent 30%),
    radial-gradient(circle at 50% 92%, rgba(143, 185, 255, .18), transparent 35%),
    linear-gradient(180deg, #fff 0%, #f8fbff 43%, #ffffff 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -4;
  background-image:
    linear-gradient(rgba(47, 115, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 115, 255, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .2) 55%, transparent 88%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .85), rgba(0, 0, 0, .2) 55%, transparent 88%);
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ========== AMBIENT BACKGROUND ========== */
.ambient {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}

.blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(34px);
  opacity: .58;
  animation: drift 18s ease-in-out infinite;
}

.blob.b1 { width: 340px; height: 340px; background: #dfeaff; left: -80px; top: 120px; }
.blob.b2 { width: 260px; height: 260px; background: #fff0ca; right: -60px; top: 280px; animation-delay: -6s; }
.blob.b3 { width: 260px; height: 260px; background: #eaf2ff; left: 42%; bottom: 80px; animation-delay: -11s; }

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(30px, -34px, 0) scale(1.04); }
}

/* ========== LAYOUT ========== */
.wrap {
  width: min(1180px, 90vw);
  margin: auto;
}

/* ========== NAVIGATION ========== */
header { position: sticky; top: 0; z-index: 50; padding: 18px 0; }

.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, 92vw);
  margin: auto;
  padding: 0 16px 0 20px;
  border: 1px solid rgba(255, 255, 255, .78);
  background: rgba(255, 255, 255, .76);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 18px 70px rgba(35, 88, 160, .1);
  border-radius: 999px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -.045em;
  font-size: 23px;
  color: var(--ink);
}

.logo {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 950;
  background: linear-gradient(145deg, #2f73ff, #9bc2ff);
  box-shadow: 0 16px 34px rgba(47, 115, 255, .3), inset 0 1px 0 rgba(255, 255, 255, .42);
  font-size: 20px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 720;
  color: #40536d;
  padding: 12px 14px;
  border-radius: 999px;
  transition: .25s;
  cursor: pointer;
  white-space: nowrap;
}

.nav-links a:hover {
  background: #eef5ff;
  color: #1f61d9;
}

.nav-cta {
  background: linear-gradient(135deg, var(--blue), #79aaff) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(47, 115, 255, .26);
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 58px rgba(47, 115, 255, .34);
}

.menu-btn {
  display: none;
  border: 0;
  background: #edf5ff;
  color: #2159bf;
  border-radius: 16px;
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
}

/* ========== EYEBROW ========== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-sm);
  color: #315c9c;
  font-size: 14px;
  font-weight: 800;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(66, 184, 131, .12);
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  50% { box-shadow: 0 0 0 14px rgba(66, 184, 131, 0); }
}

/* ========== TYPOGRAPHY ========== */
h1 {
  font-size: clamp(42px, 6.8vw, 84px);
  line-height: 1.05;
  letter-spacing: -.035em;
  margin: 24px 0 22px;
}

h2 {
  font-size: clamp(34px, 4.7vw, 60px);
  line-height: 1.03;
  letter-spacing: -.065em;
  margin: 12px 0;
}

h3 {
  font-size: 22px;
  letter-spacing: -.04em;
  margin: 18px 0 10px;
}

.gradient-text {
  background: linear-gradient(105deg, #0f1b2d 0%, #2f73ff 48%, #c99e4d 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  font-size: 20px;
  line-height: 1.75;
  color: #53657c;
  max-width: 660px;
  margin: 0;
}

.kicker {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 16px 22px;
  font-weight: 850;
  transition: .28s;
  cursor: pointer;
  font-size: 15px;
  font-family: inherit;
}

.btn-primary {
  background: linear-gradient(135deg, var(--blue), #78aaff);
  color: #fff;
  box-shadow: var(--shadow-blue);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 34px 86px rgba(47, 115, 255, .34);
}

.btn-ghost {
  background: rgba(255, 255, 255, .8);
  border: 1px solid var(--line);
  color: #28415f;
  box-shadow: var(--shadow-sm);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(35, 88, 160, .14);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), #e8c87a);
  color: #1a1a1a;
  box-shadow: 0 18px 42px rgba(215, 180, 106, .3);
}

.btn-gold:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 26px 58px rgba(215, 180, 106, .4);
}

/* ========== TRUST BADGES ========== */
.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--green-light);
  border: 1px solid rgba(66, 184, 131, .2);
  color: #2a8a5e;
  font-size: 13px;
  font-weight: 700;
}

/* ========== HERO (TEXT-ONLY) ========== */
.hero { position: relative; padding: 88px 0 60px; }

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}

.hero-text { max-width: 800px; }

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  color: #68798e;
  font-size: 14px;
}

.proof-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
}

/* ========== STATS BAR ========== */
.stats-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 60px auto 0;
}

.stat-item {
  text-align: center;
  padding: 32px 20px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: var(--shadow-sm);
  transition: transform 0.32s, box-shadow 0.32s;
}

.stat-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.stat-number {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-number.blue { color: var(--blue); }
.stat-number.gold { color: var(--gold); }
.stat-number.green { color: var(--green); }

.stat-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
}

/* ========== SECTIONS ========== */
section { padding: 92px 0; }

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-head-center {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-head p,
.section-head-center p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}

/* ========== GRID ========== */
.grid { display: grid; gap: 22px; }
.services { grid-template-columns: repeat(3, 1fr); }
.process { grid-template-columns: repeat(3, 1fr); }

/* ========== DARK SECTION ========== */
.dark-section {
  background: linear-gradient(135deg, #0f1b2d 0%, #1a2d4a 100%);
  color: #fff;
}

.dark-section h2 { color: #fff; }
.dark-section .kicker { color: var(--gold); }

/* ========== STEP CARDS ========== */
.step { text-align: center; padding: 30px; }

.step-number {
  font-size: clamp(64px, 8vw, 120px);
  font-weight: 800;
  color: var(--blue);
  opacity: 0.22;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -.05em;
}

.step-divider {
  width: 60px;
  height: 2px;
  background: var(--line);
  margin: 16px auto;
}

.step h3 { letter-spacing: -.03em; }
.step p { color: var(--muted); line-height: 1.7; }

/* ========== SERVICE CARDS (dark) ========== */
.service-card {
  padding: 36px 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(229, 231, 235, 0.15);
  background: rgba(255,255,255,0.03);
  text-align: center;
  transition: transform 0.32s, box-shadow 0.32s;
}

.service-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 32px 90px rgba(47, 115, 255, 0.15);
}

.service-card h3 { color: #fff; margin-top: 20px; }
.service-card p { color: #8b9bb4; line-height: 1.72; }

/* ========== LEGAL ARGUMENT CARDS ========== */
.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.legal-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s;
}

.legal-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(47, 115, 255, 0.3);
}

.legal-card .legal-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(47, 115, 255, 0.15);
}

.legal-card .legal-icon svg {
  width: 26px;
  height: 26px;
  color: var(--blue-2);
}

.legal-card h4 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 6px;
  letter-spacing: -.02em;
}

.legal-card p {
  color: #8b9bb4;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

/* ========== PRICING ========== */
.price-display {
  font-size: clamp(64px, 10vw, 160px);
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -.05em;
  line-height: 1;
}

.price-sub {
  color: #8b9bb4;
  font-size: 18px;
  margin-top: 8px;
}

.guarantee-box {
  border-top: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  padding: 24px 0;
  margin: 40px auto;
  max-width: 600px;
}

.guarantee-box p { color: #fff; font-size: 20px; font-weight: 600; margin: 0; }

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 480px;
  margin: 32px auto 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8b9bb4;
  font-size: 16px;
}

.feature-item svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex-shrink: 0;
}

/* ========== GUARANTEE BADGE ========== */
.guarantee-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--green);
  border-radius: 100px;
  padding: 16px 32px;
  color: var(--ink);
  font-weight: 600;
}

/* ========== FAQ ========== */
.accordion {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 16px;
  cursor: pointer;
  transition: .25s;
}

.accordion:hover { border-color: rgba(47, 115, 255, .3); }

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header h3 { margin: 0; font-size: 18px; }

.accordion-icon {
  font-size: 20px;
  color: var(--blue);
  transition: transform .3s;
  flex-shrink: 0;
  margin-left: 12px;
}

.accordion.open .accordion-icon { transform: rotate(45deg); }

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
}

.accordion.open .accordion-body {
  max-height: 500px;
  padding-top: 16px;
}

.accordion-body p { color: var(--muted); line-height: 1.7; margin: 0; }

/* ========== CTA BOX ========== */
.cta-box {
  position: relative;
  text-align: center;
  padding: 70px 34px;
  border-radius: 46px;
  background: linear-gradient(135deg, #fff, #eef6ff);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cta-box h2 {
  font-size: clamp(36px, 5.2vw, 64px);
  line-height: 1.04;
  letter-spacing: -.07em;
  margin: 0 0 16px;
}

.cta-box p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

/* ========== PAIN POINT ITEMS ========== */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.pain-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255,255,255,0.8);
  border-radius: 16px;
  border: 1px solid var(--line);
}

.pain-item .icon { font-size: 24px; }
.pain-item .text { color: #53657c; font-weight: 600; }

@media (max-width: 980px) {
  .pain-grid { grid-template-columns: 1fr; }
}

/* ========== JOURNAL ========== */
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.journal-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.32s, box-shadow 0.32s, border-color 0.32s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.journal-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: rgba(47, 115, 255, .2);
}

.journal-card .journal-category {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 16px;
}

.journal-card .journal-category.cat-recht {
  background: var(--blue-light);
  color: var(--blue);
}

.journal-card .journal-category.cat-guide {
  background: var(--green-light);
  color: #2a8a5e;
}

.journal-card .journal-category.cat-strategie {
  background: #fff5e6;
  color: #c99e4d;
}

.journal-card .journal-category.cat-update {
  background: #f0e6ff;
  color: #7c3aed;
}

/* Neue Kategorien */
.journal-card .journal-category.cat-reputation {
  background: #e6f4ff;
  color: #0066cc;
}

.journal-card .journal-category.cat-gastronomie {
  background: #fff2e6;
  color: #cc7700;
}

.journal-card .journal-category.cat-hotels {
  background: #e6f9ff;
  color: #0088aa;
}

.journal-card .journal-category.cat-tripadvisor {
  background: #ffe6e6;
  color: #cc3300;
}

.journal-card .journal-category.cat-gesundheit {
  background: #e6ffe6;
  color: #228822;
}

.journal-card .journal-category.cat-rechtsberufe {
  background: #f0e6ff;
  color: #6622aa;
}

.journal-card h3 {
  font-size: 19px;
  letter-spacing: -.03em;
  line-height: 1.35;
  margin: 0 0 12px;
  color: var(--ink);
}

.journal-card .journal-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}

.journal-card .journal-meta .dot-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--line-strong);
}

/* ========== FOOTER ========== */
footer {
  margin-top: 80px;
  padding: 58px 0 28px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr .8fr;
  gap: 34px;
}

.footer-grid p,
.footer-grid a { color: #65768c; line-height: 1.85; font-size: 15px; }

.footer-grid a:hover { color: var(--blue); }

.footer-grid h4 { margin: 0 0 12px; color: var(--ink); font-size: 16px; }

.footer-bottom {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #7b8999;
  font-size: 13px;
}

/* ========== LEGAL PAGES ========== */
.breadcrumb-nav { margin-bottom: 24px; font-size: 14px; color: #65768c; }
.breadcrumb-nav a { color: var(--blue); font-weight: 600; }
.breadcrumb-nav span { margin: 0 8px; }

.legal-section { padding: 0 0 80px; }

.legal-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.legal-tabs a {
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s;
  background: rgba(255,255,255,0.8);
  color: #40536d;
  border: 1px solid var(--line);
}

.legal-tabs a:hover { background: #eef5ff; color: #1f61d9; }

.legal-tabs a.active {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 18px 42px rgba(47, 115, 255, .26);
  border-color: var(--blue);
}

.legal-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 48px;
  box-shadow: var(--shadow-sm);
}

.legal-box h2 { margin-bottom: 8px; }

.legal-box h3 { margin-top: 32px; margin-bottom: 12px; font-size: 20px; }

.legal-box p { color: var(--muted); line-height: 1.75; margin-bottom: 16px; }

.legal-box a { color: var(--blue); font-weight: 600; }

.legal-divider {
  border: none;
  border-top: 1px solid var(--line);
  margin: 32px 0;
}

/* ========== COOKIE BANNER ========== */
.cookie {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 20px;
  z-index: 90;
  max-width: 1040px;
  margin: auto;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .95);
  box-shadow: 0 22px 80px rgba(35, 88, 160, .18);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 24px;
  padding: 18px 20px;
  color: #53657c;
}

.cookie button { white-space: nowrap; padding: 13px 18px; }

.cookie a { color: var(--blue); font-weight: 700; }

/* ========== SCROLL REVEAL ========== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 980px) {
  .menu-btn { display: block; }

  .nav-links {
    display: none;
    position: fixed;
    top: 104px;
    left: 4vw;
    right: 4vw;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    border-radius: 28px;
    padding: 14px;
    max-height: 70vh;
    overflow-y: auto;
    z-index: 100;
  }

  .nav-links.open { display: flex; }

  .hero-grid,
  .split-grid { grid-template-columns: 1fr; }

  .services,
  .process { grid-template-columns: 1fr; }

  .stats-bar { grid-template-columns: 1fr; }

  .legal-grid { grid-template-columns: 1fr; }

  .journal-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr 1fr; }

  .feature-list { grid-template-columns: 1fr; }

  .hero { padding-top: 46px; }

  section { padding: 68px 0; }

  .cookie { flex-direction: column; align-items: flex-start; }

  .legal-box { padding: 28px; }
}

@media (max-width: 560px) {
  h1 { font-size: 44px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .nav { height: 68px; }
  .brand { font-size: 20px; }
  .logo { width: 40px; height: 40px; font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .legal-tabs { justify-content: center; }
  .legal-box { padding: 20px; }
  .journal-grid { grid-template-columns: 1fr; }
  .stats-bar { grid-template-columns: 1fr; }
  .legal-grid { grid-template-columns: 1fr; }
}
