/* Design tokens lifted from app/src/app/globals.css */
:root {
  --background: 0 0% 100%;
  --foreground: 20 14.3% 4.1%;
  --muted: 60 4.8% 95.9%;
  --muted-foreground: 25 5.3% 44.7%;
  --card: 0 0% 100%;
  --border: 231 229 228;
  --primary: 239 84% 67%;
  --primary-foreground: 212 51% 98%;
  --amber: 38 92% 50%;
  --radius: 0.5rem;

  --bg: hsl(var(--background));
  --fg: hsl(var(--foreground));
  --mut: hsl(var(--muted));
  --mut-fg: hsl(var(--muted-foreground));
  --pri: hsl(var(--primary));
  --pri-fg: hsl(var(--primary-foreground));
  --bd: rgb(var(--border));
  --max: 1200px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: clip; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-feature-settings: "ss01", "cv11";
  background: var(--bg);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  height: 40px; padding: 0 16px; border-radius: 8px;
  font-size: 14px; font-weight: 500; letter-spacing: -0.005em;
  border: 1px solid transparent; transition: 120ms ease;
  white-space: nowrap;
}
.btn-primary { background: var(--pri); color: var(--pri-fg); }
.btn-primary:hover { background: hsl(239 84% 62%); }
.btn-outline { border-color: var(--bd); color: var(--fg); background: var(--bg); }
.btn-outline:hover { background: hsl(60 5% 97%); }
.btn-ghost { color: var(--fg); }
.btn-ghost:hover { background: hsl(60 5% 96%); }
.btn-lg { height: 48px; padding: 0 22px; font-size: 15px; font-weight: 600; }
.btn-sm { height: 32px; padding: 0 12px; font-size: 13px; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-tight { padding: 64px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--pri);
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 99px; background: var(--pri); }

/* ---------- Type ---------- */
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -0.022em; line-height: 1.1; text-wrap: balance; }
h1 { font-size: clamp(40px, 5.4vw, 68px); letter-spacing: -0.03em; }
h2 { font-size: clamp(30px, 3.4vw, 44px); }
h3 { font-size: 20px; letter-spacing: -0.015em; }
p  { margin: 0; }
.lede { font-size: clamp(16px, 1.3vw, 19px); color: var(--mut-fg); line-height: 1.55; max-width: 60ch; text-wrap: pretty;}
.mono { font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; font-size: 12px; letter-spacing: -0.005em; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,0.78);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--bd);
}
.nav-row { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 16px; }
.nav-links { display: flex; gap: 4px; align-items: center; min-width: 0; }
.nav-link { padding: 8px 12px; font-size: 14px; color: hsl(20 14% 25%); border-radius: 6px; }
.nav-link:hover { background: hsl(60 5% 96%); color: var(--fg); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -0.02em; font-size: 17px; flex: 0 0 auto; min-width: 0; }
.brand img { flex: none; max-width: 100%; height: auto; }
.brand-mark { width: 24px; height: 24px; }
/* Text wordmark (replaces logo PNG) */
.brand-wordmark { display: inline-block; font-weight: 800; letter-spacing: -0.035em; line-height: 1; color: inherit; font-size: 30px; }
.brand-wordmark .accent { color: var(--pri); }
/* Bars-and-underline logo mark (Vozinha-style) */
.brand-logo { display: inline-flex; flex-direction: column; gap: 5px; }
.bl-row { display: flex; align-items: flex-end; gap: 6px; }
.bl-word { font-weight: 800; letter-spacing: -0.02em; line-height: 1; color: var(--logo-ink, currentColor); }
.bl-bars { display: flex; flex-direction: column; gap: 3px; margin-bottom: 2px; }
.bl-bars i { display: block; height: 5px; border-radius: 3px; background: var(--logo-accent, currentColor); font-style: normal; }
.bl-bars i:nth-child(1) { width: 20px; }
.bl-bars i:nth-child(2) { width: 14px; opacity: .75; }
.bl-bars i:nth-child(3) { width: 9px; opacity: .55; }
.bl-underline { display: block; height: 3px; border-radius: 3px; background: var(--logo-ink, currentColor); width: 100%; }

/* Brand stack with tagline */
.brand-stack { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.brand-tagline {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: hsl(20 6% 45%); margin-top: 2px;
}

/* Product nav pill group */
.nav-product-group {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 6px; border-radius: 8px;
  background: hsl(239 84% 67% / 0.06);
  border: 1px solid hsl(239 84% 67% / 0.12);
}
.nav-product-group .nav-link { padding: 4px 8px; font-size: 13px; }
.nav-product-group .sep { width: 1px; height: 12px; background: hsl(239 84% 67% / 0.25); }

/* - Mobile burger button - */
.nav-burger {
  display: none;
  align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border: 1px solid var(--bd); border-radius: 10px;
  background: white; cursor: pointer; padding: 0;
  flex: 0 0 auto;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.nav-burger:hover { background: hsl(60 5% 96%); }
.nav-burger:focus-visible { outline: 2px solid var(--pri); outline-offset: 2px; }
.nav-burger-icon { position: relative; width: 18px; height: 12px; display: block; }
.nav-burger-icon::before,
.nav-burger-icon::after,
.nav-burger-icon span {
  content: ""; position: absolute; left: 0; right: 0; height: 1.6px;
  background: var(--fg); border-radius: 2px;
}
.nav-burger-icon::before { top: 0; }
.nav-burger-icon span { top: 50%; transform: translateY(-50%); display: block; }
.nav-burger-icon::after { bottom: 0; }

/* - Mobile drawer - */
.mobile-drawer {
  position: fixed; inset: 0; z-index: 80;
  background: hsl(20 14% 12% / 0);
  visibility: hidden; pointer-events: none;
  overflow: hidden; /* clip the translated panel so it doesn't widen the document */
  transition: background 0.22s ease, visibility 0s linear 0.22s;
}
.mobile-drawer[data-open="true"] {
  background: hsl(20 14% 12% / 0.42);
  visibility: visible; pointer-events: auto;
  transition: background 0.22s ease, visibility 0s linear 0s;
}
.mobile-drawer-panel {
  position: absolute; top: 0; right: 0; height: 100%;
  width: min(86vw, 360px);
  background: white;
  display: flex; flex-direction: column;
  padding: 18px 20px 24px;
  transform: translateX(100%);
  transition: transform 0.24s cubic-bezier(0.32, 0.72, 0.32, 1);
  box-shadow: -20px 0 60px hsl(20 14% 22% / 0.18);
}
.mobile-drawer[data-open="true"] .mobile-drawer-panel { transform: translateX(0); }
.mobile-drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 14px; border-bottom: 1px solid var(--bd); margin-bottom: 6px;
}
.mobile-drawer-head .label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mut-fg);
}
.mobile-drawer-close {
  width: 38px; height: 38px; border-radius: 9px;
  border: 1px solid var(--bd); background: white; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--fg);
}
.mobile-drawer-close:hover { background: hsl(60 5% 96%); }
.mobile-drawer-links { display: flex; flex-direction: column; gap: 2px; padding: 10px 0; }
.mobile-drawer-links a {
  padding: 14px 12px; font-size: 17px; font-weight: 500;
  color: var(--fg); border-radius: 9px;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  text-decoration: none;
}
.mobile-drawer-links a:hover, .mobile-drawer-links a:focus-visible {
  background: hsl(60 5% 96%);
}
.mobile-drawer-links a.is-cta {
  margin-top: 6px; background: var(--pri); color: white;
  justify-content: center; padding: 16px 18px; font-size: 15px; font-weight: 600;
}
.mobile-drawer-links a.is-cta:hover { background: hsl(239 84% 60%); }
.mobile-drawer-foot {
  margin-top: auto; padding-top: 18px; border-top: 1px solid var(--bd);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.mobile-drawer-foot .lbl {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mut-fg);
}

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: 88px; padding-bottom: 32px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 56px; }
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
}
.hero h1 .pri { color: var(--pri); }
.hero-sub { margin-top: 20px; }
.hero-cta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.hero-meta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--mut-fg); font-size: 13px; }
.hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.hero-bg-blob {
  position: absolute; right: -160px; top: -180px; width: 720px; height: 720px;
  background: radial-gradient(closest-side, hsl(239 84% 67% / 0.10), transparent 70%);
  pointer-events: none; z-index: -1;
}

/* ---------- Testimonials ---------- */
.testimonials { padding: 56px 0 56px; background: hsl(60 5% 98%); border-bottom: 1px solid var(--bd); }
.testimonials-head { margin-bottom: 22px; }
.testimonials-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500; color: var(--fg);
  background: var(--bg); border: 1px solid var(--bd); border-radius: 999px;
  padding: 6px 14px;
}
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 800px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
.testimonial-card {
  position: relative; margin: 0; padding: 18px 20px 16px; background: var(--bg);
  border: 1px solid var(--bd); border-radius: 12px;
  display: flex; flex-direction: column; gap: 14px;
  box-shadow: 0 1px 2px hsl(20 14% 22% / 0.04);
}
.testimonial-card:hover { box-shadow: 0 1px 2px hsl(20 14% 22% / 0.05), 0 10px 24px -16px hsl(20 14% 22% / 0.14); }
.quote-mark {
  width: 22px; height: 18px;
  color: hsl(239 84% 67% / 0.18);
  position: absolute; top: 16px; right: 16px;
}
.testimonial-quote {
  margin: 0; font-size: 14.5px; line-height: 1.45; color: hsl(20 14% 22%);
  text-wrap: pretty; letter-spacing: -0.003em; font-weight: 400;
  flex: 1;
}
.testimonial-quote::before { content: "\201E"; }
.testimonial-quote::after { content: "\201C"; }
.testimonial-cite {
  display: flex; align-items: center; gap: 12px; padding-top: 12px;
  border-top: 1px solid var(--bd); font-style: normal;
}
.testimonial-avatar {
  flex-shrink: 0; width: 36px; height: 42px; border-radius: 6px; overflow: hidden;
  background: hsl(60 5% 96%); border: 1px solid var(--bd);
  display: flex; align-items: center; justify-content: center;
}
.avatar-svg { width: 100%; height: 100%; display: block; }
.testimonial-meta { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.testimonial-name { font-size: 13px; font-weight: 600; color: var(--fg); letter-spacing: -0.005em; }
.testimonial-role { font-size: 12px; color: var(--mut-fg); }
@media (max-width: 720px) {
  .testimonials { padding: 40px 0 40px; }
  .testimonial-quote { font-size: 14px; }
}

/* legacy trust selectors kept for backwards-compat - unused */
.trust-logo {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px; color: var(--mut-fg);
  border: 1px dashed var(--bd); padding: 8px 14px; border-radius: 6px;
  background: repeating-linear-gradient(135deg, transparent 0 6px, hsl(60 5% 97%) 6px 12px);
}

/* ---------- Cards / surfaces ---------- */
.card {
  background: var(--bg); border: 1px solid var(--bd); border-radius: 12px;
  padding: 24px;
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--mut-fg); font-size: 14px; line-height: 1.55; }

.surface-tinted {
  background: hsl(60 5% 97%); border-radius: 16px;
  border: 1px solid var(--bd);
}

/* ---------- Striped placeholder ---------- */
.placeholder {
  position: relative; border: 1px dashed hsl(20 6% 70%); border-radius: 10px;
  background:
    repeating-linear-gradient(135deg, transparent 0 10px, hsl(60 5% 96%) 10px 20px);
  display: flex; align-items: center; justify-content: center;
  color: hsl(25 8% 45%);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px; text-align: center; padding: 12px;
  min-height: 100px;
}
.placeholder small { display: block; opacity: 0.7; margin-top: 4px; }

/* ---------- Feature tour ---------- */
.tour { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 1024px) { .tour { grid-template-columns: 280px 1fr; gap: 32px; } }
.tour-tabs { display: flex; flex-direction: row; gap: 6px; flex-wrap: wrap; }
@media (min-width: 1024px) { .tour-tabs { flex-direction: column; } }
.tour-tab {
  text-align: left; padding: 14px 16px; border-radius: 10px;
  border: 1px solid transparent; background: transparent;
  color: hsl(20 14% 22%); font-size: 14px; font-weight: 500;
  display: flex; align-items: flex-start; gap: 10px;
}
.tour-tab .ico { color: var(--mut-fg); flex-shrink: 0; margin-top: 1px; }
.tour-tab small { display: block; color: var(--mut-fg); font-size: 12px; font-weight: 400; line-height: 1.4; margin-top: 2px; }
.tour-tab:hover { background: hsl(60 5% 96%); }
.tour-tab.active { background: var(--bg); border-color: var(--bd); box-shadow: 0 1px 0 rgba(0,0,0,0.02); }
.tour-tab.active .ico { color: var(--pri); }

.tour-stage {
  background: hsl(60 5% 97%); border: 1px solid var(--bd); border-radius: 16px;
  padding: 18px; min-height: 460px; display: flex; align-items: center; justify-content: center;
}
.tour-stage > * { width: 100%; }

/* ---------- Product screenshots ---------- */
.shot-frame {
  position: relative; width: 100%;
  border: 1px solid var(--bd); border-radius: 12px;
  overflow: hidden; background: white;
  box-shadow: 0 28px 60px -32px rgba(20,14,4,0.22), 0 2px 6px rgba(20,14,4,0.04);
}
.shot-frame img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: top left;
  display: block;
}
.shot-mobile {
  display: flex; align-items: center; justify-content: center;
  padding: 8px;
}
.shot-mobile img {
  max-height: 560px; width: auto; max-width: 100%;
  display: block;
  filter: drop-shadow(0 28px 50px rgba(20,14,4,0.18));
}
.tour-stage .shot-mobile { min-height: 420px; }
@media (max-width: 720px) {
  .tour-stage {
    padding: 0; min-height: 0;
    background: transparent; border: 0; border-radius: 0;
    /* Bleed past the .wrap horizontal padding so the phone fills the viewport */
    margin-left: -24px; margin-right: -24px;
  }
  .tour-stage .shot-mobile { min-height: 0; padding: 0; }
  .shot-mobile img {
    max-height: none;
    width: 100%; max-width: 100%;
    height: auto;
  }
}

/* ---------- Pricing ---------- */
.price-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .price-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .price-grid { grid-template-columns: repeat(4, 1fr); } }
.price-card {
  background: var(--bg); border: 1px solid var(--bd); border-radius: 14px; padding: 28px;
  display: flex; flex-direction: column; gap: 18px;
}
.price-card.featured { border-color: var(--pri); box-shadow: 0 0 0 1px var(--pri) inset; }
.price-name { font-size: 14px; font-weight: 600; color: var(--mut-fg); text-transform: uppercase; letter-spacing: 0.04em; }
.price-amount { font-size: 44px; font-weight: 600; letter-spacing: -0.025em; line-height: 1; }
.price-amount sup { font-size: 18px; font-weight: 500; color: var(--mut-fg); top: -16px; left: -2px; }
.price-amount small { font-size: 14px; font-weight: 500; color: var(--mut-fg); margin-left: 4px; }
.price-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.price-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.price-list li .ico { color: var(--pri); flex-shrink: 0; margin-top: 2px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--bd); }
.faq-item:last-child { border-bottom: 1px solid var(--bd); }
.faq-q {
  width: 100%; text-align: left; padding: 22px 4px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: transparent; border: 0; font-size: 17px; font-weight: 500; color: var(--fg);
}
.faq-q .chev { transition: transform 200ms ease; color: var(--mut-fg); }
.faq-item.open .faq-q .chev { transform: rotate(45deg); color: var(--pri); }
.faq-a {
  display: none; padding: 0 4px 22px; color: var(--mut-fg); font-size: 15px; max-width: 70ch;
}
.faq-item.open .faq-a { display: block; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--bd); margin-top: 24px;
  background: hsl(60 5% 97%);
  padding: 56px 0 32px; color: var(--mut-fg); font-size: 14px;
}
.footer-grid {
  display: grid; gap: 36px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 880px) { .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); } }
.footer h4 { color: var(--fg); font-size: 13px; font-weight: 600; margin-bottom: 14px; letter-spacing: 0.02em; text-transform: uppercase; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer a:hover { color: var(--fg); }
.footer-bottom {
  margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--bd);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 13px;
}

/* ---------- Persona switch ---------- */
.persona {
  display: inline-flex; padding: 4px; background: hsl(60 5% 96%); border-radius: 99px; gap: 4px;
}
.persona button {
  border: 0; background: transparent; padding: 8px 16px; border-radius: 99px;
  font-size: 13px; font-weight: 500; color: var(--mut-fg);
}
.persona button.active { background: var(--bg); color: var(--fg); box-shadow: 0 1px 2px rgba(0,0,0,0.06); }

/* ---------- Setup steps ---------- */
.steps { display: grid; gap: 16px; grid-template-columns: 1fr; counter-reset: stp; }
@media (min-width: 880px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step {
  border: 1px solid var(--bd); border-radius: 12px; padding: 24px; background: var(--bg);
  position: relative;
}
.step-num {
  font-family: "JetBrains Mono", monospace; font-size: 11px; color: var(--mut-fg);
  letter-spacing: 0.06em; margin-bottom: 24px;
}
.step h3 { font-size: 18px; }
.step p { font-size: 14px; color: var(--mut-fg); margin-top: 8px; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: var(--pri); color: var(--pri-fg);
  border-radius: 18px; padding: 56px;
  display: grid; gap: 20px; grid-template-columns: 1fr; align-items: center;
}
@media (min-width: 880px) { .cta-banner { grid-template-columns: 1.6fr 1fr; padding: 64px; } }
.cta-banner h2 { color: white; max-width: 18ch; }
.cta-banner .sub { color: hsl(212 51% 92%); margin-top: 12px; }
.cta-banner .actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-start; }
@media (min-width: 880px) { .cta-banner .actions { justify-content: flex-end; } }
.btn-on-pri { background: white; color: var(--pri); }
.btn-on-pri:hover { background: hsl(60 10% 96%); }
.btn-on-pri-outline { background: transparent; color: white; border-color: rgba(255,255,255,0.4); }
.btn-on-pri-outline:hover { background: rgba(255,255,255,0.1); }

/* ---------- Insights teaser ---------- */
.insights-teaser {
  background: linear-gradient(180deg, hsl(60 5% 98%), white);
  border: 1px solid var(--bd); border-radius: 18px; padding: 40px;
  display: grid; gap: 24px; grid-template-columns: 1fr;
}
@media (min-width: 880px) { .insights-teaser { grid-template-columns: 1.1fr 1fr; padding: 48px; } }

.tag { display: inline-flex; align-items: center; gap: 6px;
  background: hsl(60 5% 95%); border: 1px solid var(--bd); border-radius: 99px;
  padding: 4px 10px; font-size: 12px; color: hsl(20 14% 25%); font-weight: 500;
}

/* ---------- Lang toggle ---------- */
.lang {
  display: inline-flex; padding: 3px; background: hsl(60 5% 95%); border-radius: 6px; gap: 2px;
  border: 1px solid var(--bd);
}
.lang button {
  border: 0; background: transparent; padding: 4px 8px; border-radius: 4px;
  font-size: 12px; font-weight: 600; color: var(--mut-fg); font-family: "JetBrains Mono", monospace;
}
.lang button.active { background: var(--bg); color: var(--fg); box-shadow: 0 1px 1px rgba(0,0,0,0.06); }

/* ---------- Misc ---------- */
.divider { height: 1px; background: var(--bd); margin: 0; border: 0; }

/* Mobile nav */
@media (max-width: 720px) {
  .nav-row { height: 64px; gap: 12px; }
  .brand img { height: 36px !important; width: auto !important; }
  .nav-links { display: none !important; }
  .nav-burger { display: inline-flex; }
  .hero { padding-top: 56px; }
  .section { padding: 64px 0; }
  .cta-banner { padding: 36px; }
}

/* Language toggle (DE/EN) */
.lang-toggle { display: inline-flex; align-items: center; gap: 0; padding: 3px;
  background: hsl(60 5% 96%); border: 1px solid var(--bd); border-radius: 999px; }
.lang-tab { appearance: none; -webkit-appearance: none; background: transparent; border: none;
  font: inherit; font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--mut-fg);
  padding: 5px 11px; border-radius: 999px; cursor: pointer; line-height: 1;
  transition: background .15s ease, color .15s ease; }
.lang-tab:hover { color: var(--fg); }
.lang-tab.is-active { background: #fff; color: var(--fg); box-shadow: 0 1px 2px rgba(0,0,0,.06); }
.lang-tab:focus-visible { outline: 2px solid var(--pri); outline-offset: 2px; }
