/* NAFDO 2026 — Designsystem v3: clean & minimal, Apple-Stil, NAFDO-Orange als Akzent */

:root {
  --bg: #FFFFFF;
  --bg-alt: #F5F5F7;        /* Apple-Grau für ruhige Sektionen */
  --card: #FFFFFF;
  --ink: #1D1D1F;           /* fast-schwarz */
  --muted: #6E6E73;         /* Sekundärtext */
  --line: #E8E8ED;
  --accent: #FF5A00;        /* NAFDO-Orange aus dem Logo */
  --accent-ink: #FFFFFF;
  --shadow: 0 4px 24px rgba(0,0,0,.06), 0 1px 3px rgba(0,0,0,.05);
  --shadow-lg: 0 18px 60px rgba(0,0,0,.13), 0 4px 14px rgba(0,0,0,.07);
  --radius: 22px;
  --radius-sm: 14px;
  --mono: ui-monospace, "SF Mono", "Cascadia Code", Menlo, Consolas, monospace;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
          system-ui, "Segoe UI", Roboto, sans-serif;
  --maxw: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.draft-bar {
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em;
  text-transform: uppercase; text-align: center; padding: 7px 16px;
  color: var(--muted); background: var(--bg-alt); border-bottom: 1px solid var(--line);
}
.draft-bar b { color: var(--accent); font-weight: 600; }

/* ---------- Header (sticky, blur wie Apple) ---------- */
header.site {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap { display: flex; align-items: center; gap: 28px; height: 52px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { height: 30px; width: auto; display: block; }
nav.main { margin-left: auto; display: flex; gap: 30px; align-items: center; }
nav.main a {
  color: var(--ink); text-decoration: none; font-size: 15px; letter-spacing: -0.01em;
  opacity: .8; transition: opacity .15s;
}
nav.main a:hover { opacity: 1; text-decoration: none; }
nav.main a[aria-current="page"] { color: var(--accent); opacity: 1; }

/* ---------- Buttons (Pill) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 16px; font-weight: 500; letter-spacing: -0.01em;
  padding: 12px 24px; border-radius: 980px;
  border: 1px solid var(--ink); color: var(--ink); background: transparent;
  text-decoration: none; cursor: pointer;
  transition: transform .15s ease, background .15s, color .15s, border-color .15s;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn.primary { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.btn.primary:hover { filter: brightness(1.05); }
.btn.ghost { border-color: var(--line); }
.btn.ghost:hover { border-color: var(--ink); }
.btn.link {
  border: none; padding: 12px 6px; color: var(--accent); background: none;
}
.btn.link::after { content: "→"; transition: transform .15s; }
.btn.link:hover::after { transform: translateX(4px); }

/* Großer Kaffee-CTA (ein orangener Button mit Icon und Unterzeile) */
.btn-coffee {
  display: inline-flex; align-items: center; gap: 15px;
  background: var(--accent); color: #fff; text-decoration: none;
  padding: 15px 30px 15px 26px; border-radius: 980px;
  box-shadow: 0 12px 34px rgba(255, 90, 0, .34);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn-coffee:hover { transform: translateY(-1px); filter: brightness(1.05);
  box-shadow: 0 16px 40px rgba(255, 90, 0, .42); text-decoration: none; }
.btn-coffee:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.btn-coffee .ico { flex: none; display: inline-flex; }
.btn-coffee .txt { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.15; }
.btn-coffee .txt b { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.btn-coffee .txt span { font-size: 13.5px; font-weight: 400; opacity: .85; margin-top: 2px; }
@media (prefers-reduced-motion: reduce) { .btn-coffee { transition: none; } }

/* ---------- Typo ---------- */
h1, h2, h3 { letter-spacing: -0.03em; font-weight: 700; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(40px, 7vw, 80px); line-height: 1.03; }
h2 { font-size: clamp(30px, 4.6vw, 52px); line-height: 1.06; }
h3 { font-size: 21px; letter-spacing: -0.02em; }
.lede { color: var(--muted); font-weight: 400; }
.eyebrow {
  font-size: 15px; font-weight: 600; letter-spacing: -0.01em;
  color: var(--accent); margin: 0 0 14px;
}

/* Dezenter Stempel (Marken-Signatur, nur noch als Akzent) */
.stamp {
  display: inline-block; color: var(--accent);
  border: 3px solid var(--accent); border-radius: 8px;
  padding: 0 .16em; transform: rotate(-2deg);
  -webkit-mask-image: radial-gradient(circle at 32% 62%, #000 60%, rgba(0,0,0,.86) 100%);
          mask-image: radial-gradient(circle at 32% 62%, #000 60%, rgba(0,0,0,.86) 100%);
}

/* ---------- Sektionen ---------- */
section.section { padding: clamp(72px, 11vw, 132px) 0; }
section.alt { background: var(--bg-alt); }
.section-head { max-width: 720px; margin: 0 auto clamp(44px, 6vw, 72px); text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-head .lede { font-size: clamp(18px, 2.2vw, 23px); margin: 18px 0 0; }

/* Hero */
.hero { text-align: center; padding: clamp(64px, 10vw, 120px) 0 clamp(40px, 6vw, 72px); }
.hero h1 { margin: 0 auto; max-width: 15ch; }
.hero .lede { font-size: clamp(19px, 2.4vw, 25px); max-width: 40ch; margin: 24px auto 0; }
.hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.hero-visual {
  margin: clamp(40px, 6vw, 72px) auto 0; max-width: var(--maxw);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg);
  position: relative; aspect-ratio: 16/9; background: var(--bg-alt);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual .cap {
  position: absolute; right: 16px; bottom: 12px;
  font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,.72);
  background: rgba(0,0,0,.3); padding: 4px 8px; border-radius: 6px;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}

/* ---------- Logo-Leiste ---------- */
.logos { padding: clamp(48px, 7vw, 80px) 0; }
.logos .label {
  text-align: center; font-size: 13px; font-weight: 500; letter-spacing: .02em;
  color: var(--muted); margin: 0 0 32px;
}
.logo-row {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: stretch; justify-content: center;
}
.logo-chip {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 14px 20px; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow);
}
.logo-chip img {
  height: 28px; width: auto; max-width: 140px; object-fit: contain;
  filter: grayscale(1); opacity: .68; transition: filter .2s, opacity .2s;
}
.logo-chip:hover img { filter: none; opacity: 1; }

/* ---------- Karten-Grid (Features / Teaser) ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.grid.cols-2 { grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }
.grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid.cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid.cols-4 { grid-template-columns: 1fr; } }

.tile {
  background: var(--card); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
a.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none; }
.tile .thumb { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-alt); }
.tile .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
a.tile:hover .thumb img { transform: scale(1.04); }
.tile .thumb.pad { display: grid; place-items: center; padding: 24px; }
.tile .thumb.pad img { width: auto; height: 78%; object-fit: contain; }
.tile .body { padding: 26px 28px 30px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.tile .body h3 { margin: 0; }
.tile .body p { margin: 0; color: var(--muted); font-size: 16px; }
.tile .body .more { margin-top: auto; padding-top: 14px; color: var(--accent); font-weight: 500; font-size: 15px; }
.tile .body .more::after { content: " →"; }

/* Feature-Kachel mit Icon-Punkt statt Bild */
.feature { background: var(--card); border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow); }
.feature .dot {
  width: 42px; height: 42px; border-radius: 12px; background: var(--accent);
  display: grid; place-items: center; margin-bottom: 18px;
  color: var(--accent-ink); font-weight: 700; font-family: var(--mono); font-size: 18px;
}
.feature h3 { margin: 0 0 8px; }
.feature p { margin: 0; color: var(--muted); font-size: 16px; }

/* ---------- Zitat-Band (Parallax-Foto mit Zitat) ---------- */
.quote-band {
  position: relative; padding: clamp(90px, 15vw, 180px) 0;
  background-size: cover; background-position: center;
  background-attachment: fixed; color: #fff; text-align: center;
}
@media (prefers-reduced-motion: reduce), (hover: none) { .quote-band { background-attachment: scroll; } }
.quote-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,10,9,.62), rgba(12,10,9,.72)); }
.quote-band blockquote { position: relative; margin: 0 auto; max-width: 900px; padding: 0 28px; }
.quote-band blockquote p {
  font-size: clamp(24px, 3.6vw, 42px); line-height: 1.22; font-weight: 600;
  letter-spacing: -0.02em; margin: 0 0 22px; text-wrap: balance;
}
.quote-band blockquote footer { font-size: 16px; color: rgba(255,255,255,.8); font-weight: 500; }

/* ---------- Testimonial-Karten (schwebend) ---------- */
.quote-card {
  background: var(--card); border-radius: var(--radius); padding: 30px 30px 26px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 18px;
}
.quote-card p { margin: 0; font-size: 17px; line-height: 1.5; }
.quote-card .by { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.quote-card .by .av {
  width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex: none;
  background: var(--bg-alt); display: grid; place-items: center;
  font-family: var(--mono); font-size: 14px; font-weight: 700; color: var(--muted);
}
.quote-card .by b { display: block; font-size: 15px; }
.quote-card .by span { font-size: 13.5px; color: var(--muted); }

/* Große Referenz (Case) */
blockquote.case { margin: 0 auto; max-width: 820px; text-align: center; }
blockquote.case p { font-size: clamp(21px, 2.8vw, 30px); line-height: 1.4; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 22px; text-wrap: balance; }
blockquote.case footer { color: var(--muted); font-size: 16px; }
blockquote.case footer b { color: var(--ink); }
blockquote.mini { margin: 32px auto 0; max-width: 640px; text-align: center; }
blockquote.mini p { font-size: 18px; color: var(--muted); margin: 0 0 8px; font-style: italic; }
blockquote.mini footer { font-size: 14px; color: var(--muted); }

/* ---------- Ablauf / Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 30px; counter-reset: step; }
.step { counter-increment: step; }
.step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--mono); font-size: 14px; color: var(--accent);
  display: block; margin-bottom: 12px; letter-spacing: .08em;
}
.step h3 { margin: 0 0 8px; font-size: 19px; }
.step p { margin: 0; font-size: 16px; color: var(--muted); }

/* ---------- Produkt-Cards (Beratung) ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.card {
  background: var(--card); border-radius: var(--radius); padding: 32px 30px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; position: relative;
}
.card.hot { outline: 2px solid var(--accent); }
.card.hot::after {
  content: "Beliebt"; position: absolute; top: 20px; right: 20px;
  font-size: 12px; font-weight: 600; letter-spacing: .02em;
  background: var(--accent); color: var(--accent-ink); padding: 4px 12px; border-radius: 980px;
}
.card h3 { margin: 0 0 6px; }
.card .price { font-size: 34px; font-weight: 700; letter-spacing: -0.03em; margin: 6px 0 2px; }
.card .price small { font-size: 13px; font-weight: 400; color: var(--muted); letter-spacing: 0; }
.card ul { list-style: none; margin: 20px 0 26px; padding: 0; display: grid; gap: 11px; font-size: 15.5px; color: var(--muted); }
.card ul li { padding-left: 26px; position: relative; }
.card ul li::before {
  content: ""; position: absolute; left: 0; top: .5em; width: 15px; height: 8px;
  border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}
.card ul li b { color: var(--ink); font-weight: 600; }
.card .btn { margin-top: auto; justify-content: center; }
.cards-note { margin: 30px auto 0; max-width: 640px; text-align: center; font-size: 16px; color: var(--muted); }
.cards-note b { color: var(--ink); }

/* ---------- Seiten-Kopf (Unterseiten) ---------- */
.page-head { padding: clamp(64px, 9vw, 110px) 0 clamp(28px, 4vw, 44px); text-align: center; }
.page-head h1 { margin: 0 auto; max-width: 16ch; }
.page-head .lede { font-size: clamp(18px, 2.2vw, 23px); max-width: 56ch; margin: 22px auto 0; }

/* Foto-Band (nicht-parallax) */
.photo-band { max-width: var(--maxw); margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.photo-band img { width: 100%; max-height: 520px; object-fit: cover; object-position: center 28%; }

/* Galerie */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.gallery figure { margin: 0; border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow); background: var(--card); }
.gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery figcaption { font-size: 14px; color: var(--muted); padding: 12px 16px; }

/* ---------- Über ---------- */
.about { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: start; max-width: var(--maxw); margin: 0 auto; }
@media (max-width: 760px) { .about { grid-template-columns: 1fr; gap: 32px; } }
.portrait { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.about .who { font-size: 14px; letter-spacing: .01em; color: var(--muted); font-weight: 500; }
.about h2 { margin: 6px 0 0; }
.about p { color: var(--muted); font-size: 17px; max-width: 60ch; }
.about p b, .about p strong { color: var(--ink); }
.book {
  margin-top: 28px; background: var(--card); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 22px 24px; display: flex; gap: 20px; align-items: center;
}
.book img { width: 78px; flex: none; }
.book b { display: block; font-size: 16px; color: var(--ink); }
.book span { font-size: 14px; color: var(--muted); }
a.book { text-decoration: none; transition: box-shadow .15s ease, transform .15s ease; }
a.book:hover { box-shadow: var(--shadow-lg); transform: translateY(-1px); text-decoration: none; }
.book-buy { display: block; color: var(--accent); font-weight: 600; font-size: 14px; margin-top: 10px; }
a.book:hover .book-buy { text-decoration: underline; }
@media (prefers-reduced-motion: reduce) { a.book { transition: none; } }

/* ---------- Kontakt / CTA-Sektion ---------- */
.cta { text-align: center; }
.cta h2 { margin: 0 auto; max-width: 18ch; }
.cta p { color: var(--muted); max-width: 48ch; margin: 20px auto 32px; font-size: clamp(18px, 2.2vw, 22px); }
.cta .mail { display: block; margin-top: 24px; font-family: var(--mono); font-size: 15px; color: var(--muted); }
.cta .motto { margin-top: 40px; font-size: 15px; color: var(--muted); font-style: italic; }

/* ---------- Rechtstexte ---------- */
.legal { max-width: 720px; margin: 0 auto; padding: 0 0 90px; color: var(--muted); font-size: 17px; }
.legal h2 { font-size: 22px; margin: 40px 0 12px; color: var(--ink); }
.legal p { margin: 0 0 14px; }
.legal .todo { border: 1px dashed var(--accent); border-radius: var(--radius-sm); padding: 16px 20px; color: var(--accent); font-size: 15px; margin: 24px 0; }

/* ---------- Hero dunkel (Startseite, ohne Foto) ---------- */
.hero-dark {
  background:
    radial-gradient(1100px 520px at 50% -120px, rgba(255,90,0,.22), transparent 68%),
    radial-gradient(720px 520px at 88% 118%, rgba(255,90,0,.10), transparent 60%),
    linear-gradient(180deg, #1c1b1e 0%, #121114 55%, #0d0c0e 100%);
  color: #F5F5F7;
  text-align: center;
  padding: clamp(80px, 12vw, 150px) 0 clamp(80px, 12vw, 140px);
}
.hero-dark .eyebrow { color: #FF8A56; }
.hero-dark h1 { margin: 0 auto; max-width: 15ch; }
.hero-dark .lede { font-size: clamp(19px, 2.4vw, 25px); max-width: 42ch; margin: 24px auto 0; color: rgba(245,245,247,.72); }
.hero-dark .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.hero-dark .btn { border-color: rgba(245,245,247,.4); color: #F5F5F7; }
.hero-dark .btn:hover { background: #F5F5F7; color: #141416; }
.hero-dark .btn.primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.hero-dark .btn.primary:hover { background: var(--accent); filter: brightness(1.08); }
.hero-dark .stamp { color: #FF6E2E; border-color: #FF6E2E; }

/* Signatur unter Zitaten */
.quote-band .sig { height: 82px; width: auto; margin: 20px auto 0; opacity: .9; }

/* ---------- Buchungs-Platzhalter (bis Embed-Codes da sind) ---------- */
.booking {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px;
  max-width: 940px; margin: 0 auto;
}
@media (max-width: 760px) { .booking { grid-template-columns: 1fr; } }
.booking .panel {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 26px 28px;
}
.booking .panel > b { font-size: 17px; display: block; margin-bottom: 18px; }
.cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px;
  font-size: 14px; text-align: center;
}
.cal-grid .dow { color: var(--muted); font-size: 12px; padding: 4px 0; }
.cal-grid span {
  padding: 9px 0; border: 1px solid var(--line); border-radius: 10px;
}
.cal-grid span.mut { border-color: transparent; color: var(--muted); opacity: .45; }
.cal-grid span.sel { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 10%, transparent); color: var(--accent); font-weight: 600; }
.slot-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.slot-row span { border: 1px solid var(--line); border-radius: 980px; padding: 8px 16px; font-size: 14px; }
.slot-row span.sel { border-color: var(--accent); color: var(--accent); font-weight: 600; }
.booking dl { margin: 0; display: grid; gap: 14px; }
.booking dt { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.booking dd { margin: 2px 0 0; font-size: 15.5px; font-weight: 500; }
.booking dd .sum { color: var(--accent); font-weight: 700; }
.embed-note {
  grid-column: 1 / -1; text-align: center; font-size: 13.5px; color: var(--accent);
  border: 1px dashed var(--accent); border-radius: var(--radius-sm); padding: 12px 16px;
}

/* ---------- Footer ---------- */
footer.site { border-top: 1px solid var(--line); padding: 40px 0 56px; }
footer.site .wrap { display: flex; flex-wrap: wrap; gap: 14px 26px; align-items: center; font-size: 14px; color: var(--muted); }
footer.site a { color: var(--muted); }
footer.site a:hover { color: var(--ink); text-decoration: none; }
footer.site .brand-mini { font-family: var(--mono); font-weight: 700; letter-spacing: .14em; color: var(--ink); }
footer.site .fine { margin-left: auto; font-family: var(--mono); font-size: 12px; }
@media (max-width: 640px) {
  nav.main { gap: 18px; }
  nav.main a:not(.btn) { font-size: 14px; }
  footer.site .fine { margin-left: 0; }
}

/* ---------- Kontaktformular ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 52px; align-items: start; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; gap: 36px; } }
.cform {
  background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 32px 30px; display: grid; gap: 16px;
}
.cform label { font-size: 13.5px; font-weight: 600; display: block; margin-bottom: 6px; }
.cform input, .cform textarea {
  width: 100%; font: inherit; font-size: 15.5px; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line); border-radius: 10px;
  padding: 11px 14px;
}
.cform input:focus, .cform textarea:focus { outline: 2px solid var(--accent); outline-offset: 0; border-color: transparent; }
.cform textarea { min-height: 130px; resize: vertical; }
.cform .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .cform .row2 { grid-template-columns: 1fr; } }
.cform .consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
.cform .consent input { width: auto; margin-top: 3px; }
.cform button { justify-content: center; width: 100%; }
