/* =========================================================================
   TAP marketingsite — v1. Eén stylesheet, geen build-stap, mobiel-eerst.
   Geïnspireerd op de heldere, vriendelijke opzet van menyo.nl.
   ========================================================================= */

:root {
  /* Smart Review-blauw blijft het accent; de opzet/kleurwereld volgt menyo
     (warme crème achtergrond, witte kaarten, serif-koppen). */
  --brand: #2563eb;
  --brand-dark: #1d4ed8;
  --brand-soft: #eef3ff;
  --ink: #1c1917;
  --ink-soft: #57534e;
  --line: #ece3d6;
  --bg: #faf5ec;
  --bg-alt: #f4ecdf;
  --card: #ffffff;
  --bg-cta: #1c1917;
  --gold: #f59e0b;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px -14px rgba(28, 25, 23, 0.18);
  --shadow-lg: 0 26px 60px -24px rgba(28, 25, 23, 0.30);
  --maxw: 1120px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2 {
  font-family: var(--font-display);
  line-height: 1.08; margin: 0 0 .5em; letter-spacing: -0.015em;
  font-weight: 600; font-optical-sizing: auto;
}
h1 { font-size: clamp(2.3rem, 5.4vw, 3.7rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
h3 { font-family: var(--font); line-height: 1.2; margin: 0 0 .5em; font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 .5rem;
}

.accent { color: var(--brand); }

/* -------- Buttons -------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-weight: 600;
  font-size: .98rem;
  padding: .7rem 1.25rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .08s ease, background .15s ease, border-color .15s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); color: #fff; }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.btn-lg { padding: .9rem 1.6rem; font-size: 1.05rem; }
.btn-sm { padding: .5rem 1rem; font-size: .9rem; border-radius: 999px; }
.btn-block { display: flex; width: 100%; }
.btn[disabled] { opacity: .6; cursor: not-allowed; transform: none; }
.btn-arrow { transition: transform .15s ease; }
.btn:hover .btn-arrow { transform: translateX(3px); }

/* -------- Header (zwevende pill) -------- */
.header-wrap {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  padding: .8rem 16px;
  transition: padding .2s ease;
}
.site-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  height: 56px;
  padding: 0 .55rem 0 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 24px -14px rgba(15, 23, 42, 0.25);
  transition: box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.header-wrap.is-scrolled .site-header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px -16px rgba(15, 23, 42, 0.4);
  border-color: rgba(15, 23, 42, 0.12);
}

.brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; }
.brand-glyph {
  position: relative;
  width: 30px; height: 30px;
  display: inline-grid; place-items: center;
  flex: 0 0 auto;
}
.glyph-core {
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}
.glyph-wave {
  position: absolute; inset: 0; margin: auto;
  width: 12px; height: 12px; border-radius: 50%;
  border: 2px solid var(--brand);
  opacity: 0;
  animation: glyphRipple 2.4s ease-out infinite;
}
.glyph-wave-2 { animation-delay: 1.2s; }
@keyframes glyphRipple {
  0%   { transform: scale(1);   opacity: .7; }
  80%  { transform: scale(2.5); opacity: 0; }
  100% { opacity: 0; }
}
.brand-word {
  font-weight: 800;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
  background: linear-gradient(90deg, var(--brand), #4f46e5 60%, #06b6d4);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.nav { display: none; gap: 1.4rem; margin: 0 auto; }
.nav a { color: var(--ink-soft); font-weight: 500; }
.nav a:hover { color: var(--ink); text-decoration: none; }
.header-cta { margin-left: auto; display: flex; align-items: center; gap: .5rem; }
.header-cta .btn-ghost { display: none; }

@media (min-width: 860px) {
  .nav { display: flex; }
  .header-cta .btn-ghost { display: inline-flex; }
}

/* -------- Hero -------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(6.5rem, 12vw, 9rem) 0 clamp(3rem, 6vw, 5rem);
  background: linear-gradient(180deg, #fdf8f0 0%, var(--bg) 72%);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 2.5rem; align-items: center; }
.hero-copy h1 { margin-bottom: .6rem; }
.hero-copy .lead { font-size: 1.12rem; color: var(--ink-soft); max-width: 36rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.6rem 0 1.25rem; }
.hero-points { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.hero-points li { position: relative; padding-left: 1.6rem; color: var(--ink-soft); }
.hero-points li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--brand); font-weight: 800;
}
@media (min-width: 920px) {
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 3rem; }
}

/* gradient-tekst voor sleutelwoorden */
.grad {
  background: linear-gradient(100deg, var(--brand), #4f46e5 50%, #06b6d4);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* eyebrow als pill met pulserende dot */
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  text-transform: none; letter-spacing: 0; font-size: .82rem;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #dbe6ff;
  padding: .4rem .8rem; border-radius: 999px;
  box-shadow: 0 4px 14px -8px rgba(37, 99, 235, 0.5);
}
.ping {
  width: 8px; height: 8px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  animation: ping 1.8s cubic-bezier(0,0,.2,1) infinite;
}
@keyframes ping {
  0%   { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70%  { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* drijvende kleurvlekken + subtiel rasterpatroon */
.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; }
.blob-1 { width: 460px; height: 460px; top: -160px; right: -80px; background: radial-gradient(circle, #93c5fd, transparent 70%); animation: drift 18s ease-in-out infinite; }
.blob-2 { width: 380px; height: 380px; top: 120px; left: -120px; background: radial-gradient(circle, #c4b5fd, transparent 70%); animation: drift 22s ease-in-out infinite reverse; }
.blob-3 { width: 320px; height: 320px; bottom: -140px; right: 20%; background: radial-gradient(circle, #67e8f9, transparent 70%); animation: drift 26s ease-in-out infinite; }
@keyframes drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(20px, -30px) scale(1.08); }
}
.hero-grid-overlay {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(37, 99, 235, 0.10) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(60% 60% at 50% 30%, #000, transparent 75%);
  mask-image: radial-gradient(60% 60% at 50% 30%, #000, transparent 75%);
}

/* -------- Hero visual (telefoon + zwevende kaarten) -------- */
.hero-visual { display: flex; justify-content: center; }
.hero-stage { position: relative; width: 300px; max-width: 86vw; }

.phone {
  position: relative;
  width: 250px; max-width: 78vw;
  margin: 0 auto;
  border-radius: 38px;
  background: linear-gradient(160deg, #273449, #0f172a);
  padding: 12px;
  box-shadow: var(--shadow-lg);
}
.phone-notch {
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  width: 64px; height: 7px; border-radius: 999px; background: rgba(255,255,255,.25);
  z-index: 3;
}
.phone-screen {
  position: relative; overflow: hidden;
  background: #fff;
  border-radius: 28px;
  padding: 34px 22px 26px;
  text-align: center;
  min-height: 430px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1rem;
}
.tap-ripple { position: absolute; top: 38%; left: 50%; transform: translate(-50%,-50%); z-index: 0; }
.tap-ripple span {
  position: absolute; top: 0; left: 0; transform: translate(-50%,-50%);
  width: 40px; height: 40px; border-radius: 50%;
  border: 2px solid rgba(37, 99, 235, 0.35);
  animation: tapRipple 3s ease-out infinite;
}
.tap-ripple span:nth-child(2) { animation-delay: 1s; }
.tap-ripple span:nth-child(3) { animation-delay: 2s; }
@keyframes tapRipple {
  0%   { transform: translate(-50%,-50%) scale(.4); opacity: .8; }
  100% { transform: translate(-50%,-50%) scale(3.2); opacity: 0; }
}
.brand-chip {
  position: relative; z-index: 1;
  font-weight: 800; color: var(--brand);
  background: var(--brand-soft); border-radius: 10px;
  padding: .3rem .7rem; letter-spacing: .02em;
}
.stars { position: relative; z-index: 1; color: var(--gold); font-size: 1.6rem; letter-spacing: .15em; }
.phone-text { position: relative; z-index: 1; color: var(--ink-soft); margin: 0; }
.phone-buttons { position: relative; z-index: 1; display: grid; gap: .6rem; width: 100%; }
.pill { display: block; padding: .65rem 1rem; border-radius: 10px; font-weight: 600; font-size: .92rem; }
.pill-google { background: var(--brand); color: #fff; }
.pill-feedback { background: var(--bg-alt); color: var(--ink); border: 1px solid var(--line); }

/* zwevende glas-reviewkaarten */
.review-card {
  position: absolute; z-index: 2;
  width: 168px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px; padding: .7rem .85rem;
  box-shadow: var(--shadow);
  animation: floaty 6s ease-in-out infinite;
}
.review-card p { margin: .15rem 0 0; font-size: .82rem; color: var(--ink); }
.rc-stars { color: var(--gold); font-size: .82rem; letter-spacing: .1em; }
.review-card-a { top: 24px; left: -34px; }
.review-card-b { bottom: 60px; right: -38px; animation-delay: 1.5s; animation-duration: 7s; }
.review-badge {
  position: absolute; z-index: 2; top: -6px; right: 6px;
  background: #16a34a; color: #fff; font-weight: 700; font-size: .78rem;
  padding: .3rem .7rem; border-radius: 999px;
  box-shadow: 0 8px 20px -8px rgba(22, 163, 74, 0.6);
  animation: floaty 5s ease-in-out infinite .8s;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

/* NFC-golf onderaan */
.nfc-wave { position: absolute; bottom: 26px; left: -6px; z-index: 2; width: 34px; height: 44px; }
.nfc-wave span {
  position: absolute; top: 50%; left: 0;
  width: 12px; height: 24px; transform: translateY(-50%);
  border: 2px solid var(--brand); border-left: none; border-radius: 0 16px 16px 0;
  opacity: 0; animation: nfc 2.4s ease-out infinite;
}
.nfc-wave span:nth-child(1) { left: 0;  height: 16px; animation-delay: 0s; }
.nfc-wave span:nth-child(2) { left: 8px; height: 26px; animation-delay: .25s; }
.nfc-wave span:nth-child(3) { left: 16px; height: 38px; animation-delay: .5s; }
@keyframes nfc {
  0%   { opacity: 0; }
  40%  { opacity: 1; }
  100% { opacity: 0; }
}
@media (max-width: 560px) {
  .review-card-a { left: -8px; }
  .review-card-b { right: -8px; }
}

/* -------- Values -------- */
.values { padding: 2.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-alt); }
.values-grid { display: grid; gap: 1.5rem; }
.value h3 { margin-bottom: .3rem; }
.value p { color: var(--ink-soft); margin: 0; }
@media (min-width: 760px) { .values-grid { grid-template-columns: repeat(3, 1fr); } }

/* -------- Trust / stats-band -------- */
.trust {
  background: linear-gradient(180deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff;
  padding: 2rem 0;
}
.trust-grid { display: grid; gap: 1.5rem; text-align: center; }
.stat { display: flex; flex-direction: column; gap: .35rem; }
.stat-num { font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 800; line-height: 1; letter-spacing: -0.02em; }
.stat-label { color: rgba(255, 255, 255, 0.85); font-size: .95rem; }
@media (min-width: 760px) { .trust-grid { grid-template-columns: repeat(3, 1fr); } }

/* -------- Waarom reviews -------- */
.why-grid { display: grid; gap: 2.5rem; align-items: center; }
.why-copy h2 { margin-bottom: .75rem; }
.why-copy p { color: var(--ink-soft); max-width: 34rem; }
.why-copy .btn { margin-top: .75rem; }
.why-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.why-list li {
  background: #fff; border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius-sm); padding: 1.1rem 1.25rem;
  color: var(--ink-soft);
}
.why-list strong { display: block; color: var(--ink); margin-bottom: .2rem; }
@media (min-width: 920px) { .why-grid { grid-template-columns: 1.05fr .95fr; gap: 3rem; } }

/* -------- Sections -------- */
.section { padding: clamp(3rem, 7vw, 5rem) 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 40rem; margin: 0 auto 2.5rem; }
.section-head h2 { margin: 0; }

/* -------- Steps -------- */
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 1.5rem; counter-reset: step;
}
.step {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow);
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--brand); color: #fff; font-weight: 800;
  margin-bottom: .9rem;
}
.step p { color: var(--ink-soft); margin: 0; }
@media (min-width: 820px) { .steps { grid-template-columns: repeat(3, 1fr); } }

/* -------- Features -------- */
.features-grid { display: grid; gap: 1.25rem; }
.feature {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.5rem;
}
.feature h3 { color: var(--brand-dark); }
.feature p { color: var(--ink-soft); margin: 0; }
@media (min-width: 720px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .features-grid { grid-template-columns: repeat(3, 1fr); } }

/* -------- Pricing -------- */
.pricing-grid { display: grid; gap: 1.5rem; max-width: 760px; margin: 0 auto; }
.plan {
  position: relative; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.75rem; box-shadow: var(--shadow);
  display: flex; flex-direction: column;
}
.plan-featured { border-color: var(--brand); box-shadow: var(--shadow-lg); }
.plan-badge {
  position: absolute; top: -12px; right: 1.5rem;
  background: var(--brand); color: #fff;
  font-size: .75rem; font-weight: 700; letter-spacing: .05em;
  padding: .25rem .7rem; border-radius: 999px;
}
.plan-name { margin: 0 0 .25rem; }
.plan-price { margin: 0 0 .25rem; }
.plan-price .amount { font-size: 2.6rem; font-weight: 800; }
.plan-price .per { color: var(--ink-soft); font-weight: 500; }
.plan-desc { color: var(--ink-soft); }
.plan-list { list-style: none; padding: 0; margin: 1rem 0 1.5rem; display: grid; gap: .55rem; flex: 1; }
.plan-list li { position: relative; padding-left: 1.6rem; }
.plan-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 800; }
.pricing-note { text-align: center; color: var(--ink-soft); font-size: .9rem; margin-top: 1.5rem; }
@media (min-width: 720px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }

/* 3-koloms-variant + per-locatie opzet */
.pricing-sub { color: var(--ink-soft); margin: .5rem 0 0; }
.pricing-grid-3 { max-width: 1000px; }
@media (min-width: 920px) { .pricing-grid-3 { grid-template-columns: repeat(3, 1fr); align-items: stretch; } }
.plan-ico { font-size: 1.1rem; margin-right: .25rem; }
.plan-list li.no { color: var(--ink-soft); }
.plan-list li.no::before { content: "✕"; color: #cbd5e1; }

/* Enterprise-banner */
.enterprise-banner {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
  max-width: 1000px; margin: 1.5rem auto 0;
  background: var(--brand-soft); border: 1px solid #dbe6ff;
  border-radius: var(--radius); padding: 1.1rem 1.5rem;
}
.enterprise-banner p { margin: 0; flex: 1; min-width: 220px; color: var(--ink); }
.enterprise-banner .ent-ico { font-size: 1.4rem; }

/* Hardware */
.hardware { max-width: 1000px; margin: 2rem auto 0; }
.hardware-head {
  text-transform: uppercase; letter-spacing: .08em;
  font-size: .8rem; font-weight: 700; color: var(--ink-soft); margin: 0 0 .75rem;
}
.hardware-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.hw {
  display: flex; align-items: center; gap: .6rem;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: .9rem 1rem;
}
.hw-ico { color: var(--brand); font-size: 1.1rem; width: 1.4rem; text-align: center; }
.hw-name { color: var(--ink-soft); }
.hw-price { margin-left: auto; font-weight: 800; }
@media (min-width: 760px) { .hardware-grid { grid-template-columns: repeat(4, 1fr); } }

/* -------- CTA / checkout -------- */
.section-cta { background: var(--bg-cta); color: #e2e8f0; }
.section-cta h2 { color: #fff; }
.cta-grid { display: grid; gap: 2.5rem; align-items: start; }
.cta-copy p { color: #cbd5e1; }
.cta-points { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: .5rem; }
.cta-points li { position: relative; padding-left: 1.6rem; color: #cbd5e1; }
.cta-points li::before { content: "✓"; position: absolute; left: 0; color: #60a5fa; font-weight: 800; }

.cta-form {
  background: #fff; color: var(--ink);
  border-radius: var(--radius); padding: 1.75rem;
  box-shadow: var(--shadow-lg);
}
.cta-form h3 { margin-bottom: 1.25rem; }
.cta-form label { display: block; font-weight: 600; font-size: .9rem; margin: 0 0 .35rem; }
.cta-form input[type="text"],
.cta-form input[type="email"] {
  width: 100%; padding: .7rem .8rem; margin-bottom: 1rem;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-size: 1rem; font-family: inherit;
}
.cta-form input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
.plan-choice { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .9rem 1rem; margin: 0 0 1.25rem; }
.plan-choice legend { font-weight: 600; font-size: .9rem; padding: 0 .4rem; }
.radio { display: flex; gap: .6rem; align-items: flex-start; color: var(--ink-soft); }
.radio input { margin-top: .25rem; }
.radio strong { color: var(--ink); }

.form-status { margin: 1rem 0 0; font-size: .92rem; min-height: 1.2em; }
.form-status.is-error { color: #dc2626; }
.form-status.is-ok { color: #16a34a; }
.form-fineprint { font-size: .8rem; color: var(--ink-soft); margin: 1rem 0 0; }

@media (min-width: 880px) { .cta-grid { grid-template-columns: 1fr 1fr; } }

/* -------- FAQ -------- */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: .75rem; }
.faq details {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 0 1.25rem;
}
.faq summary {
  cursor: pointer; font-weight: 600; padding: 1.1rem 0;
  list-style: none; display: flex; justify-content: space-between; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--brand); font-weight: 800; font-size: 1.25rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--ink-soft); margin: 0 0 1.1rem; }

/* -------- Footer -------- */
.site-footer { background: #0b1220; color: #94a3b8; padding: 3rem 0 2rem; }
.footer-grid { display: grid; gap: 2rem; }
.brand-word-footer {
  display: inline-block; margin-bottom: .75rem; font-size: 1.3rem;
  background: none; -webkit-text-fill-color: #fff; color: #fff;
}
.footer-brand p { color: #94a3b8; max-width: 22rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-content: start; }
.footer-nav a { color: #cbd5e1; }
.footer-nav a:hover { color: #fff; }
.footer-meta p { margin: 0 0 .3rem; }
.footer-meta a { color: #cbd5e1; }
@media (min-width: 820px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }

/* -------- A11y -------- */
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
  .blob, .ping, .glyph-wave, .tap-ripple span, .review-card,
  .review-badge, .nfc-wave span { animation: none !important; }
  .glyph-wave, .tap-ripple span, .nfc-wave span { opacity: 0; }
}
