/*
Theme Name: RheinRuhr SV
Theme URI: https://rheinruhr-sv.de
Description: Custom Theme für KFZ-Sachverständigen Rhein Ruhr – Unabhängige Gutachten und Beweissicherung
Version: 1.0.0
Author: RheinRuhr SV
Author URI: https://rheinruhr-sv.de
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rheinruhr-sv
Domain Path: /languages

Color system derived from logo: primary blue ~ #2f5ea8
*/

:root {
  --primary: #2f5ea8;
  --primary-600: #2a5497;
  --primary-700: #244a86;
  --dark: #111c32;
  --text: #111827;
  --muted: #667085;
  --bg: #f7f9fc;
  --bg-alt: #eef2f8;
  --border: #e5e7eb;
  --white: #ffffff;
  --wa: #25D366;
  --star-color: #f59e0b;
  --shadow: 0 10px 30px rgba(0,0,0,.08);
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0; z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--border);
  transition: background .2s ease, box-shadow .2s ease;
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1rem; align-items: center;
  padding: .6rem 0;
  transition: padding .2s ease;
}
.brand { display: flex; align-items: center; gap: .75rem; color: inherit; text-decoration: none; }
.logo { width: 52px; height: 52px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { font-family: Montserrat, Inter, sans-serif; letter-spacing: .03em; }
.brand-text em { font-style: normal; color: var(--primary); letter-spacing: .12em; }

.main-nav { display: flex; gap: 1rem; justify-content: center; }
.main-nav a { color: var(--text); text-decoration: none; font-weight: 500; padding: .5rem .6rem; border-radius: .5rem; }
.main-nav a:hover { color: var(--primary); background: var(--bg); }
.main-nav a[aria-current="page"],
.mobile-nav a[aria-current="page"] {
  color: var(--primary);
  background: var(--bg);
  font-weight: 700;
  box-shadow: inset 0 -2px 0 var(--primary-600);
}

.cta-group { display: flex; gap: .6rem; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .55rem .9rem; border-radius: .55rem; font-weight: 600; text-decoration: none; border: 1px solid transparent; cursor: pointer; font-size: .95rem; transition: transform .06s ease, box-shadow .15s ease, background .15s ease, color .15s ease; min-height: 48px; }
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; color: currentColor; }
.btn-primary { background: linear-gradient(180deg, var(--primary), var(--primary-600)); color: #fff; box-shadow: 0 8px 24px rgba(47,94,168,.25); }
.btn-primary:hover { background: linear-gradient(180deg, var(--primary-600), var(--primary-700)); box-shadow: 0 10px 28px rgba(47,94,168,.28); }
.btn-outline { color: var(--primary); background: #fff; border-color: var(--primary); }
.btn-outline:hover { background: var(--bg); }
.btn-light { background: var(--bg); color: var(--text); border-color: var(--border); }
.btn-light:hover { background: var(--bg-alt); }
.btn-wa { background: #fff; color: var(--wa); border-color: var(--wa); box-shadow: 0 6px 18px rgba(37,211,102,.15); }
.btn-wa:hover { background: #25D36615; }

.burger { display: none; width: 48px; height: 48px; border: 1px solid var(--border); background: #fff; border-radius: .6rem; padding: 8px; grid-column: -1; justify-self: end; }
.burger span { display: block; height: 2px; background: var(--text); margin: 8px 0; border-radius: 2px; }

.mobile-nav { display: none; }
.mobile-nav.open { display: grid; gap: .6rem; padding: .8rem 4%; border-top: 1px solid var(--border); background: #fff; }
.mobile-nav a { padding: 1rem 1rem; border-radius: .6rem; text-decoration: none; color: var(--text); font-size: 1rem; min-height: 48px; display: flex; align-items: center; }
.mobile-nav a:hover { background: var(--bg); color: var(--primary); }

/* Hero */
.hero {
  background: radial-gradient(1150px 450px at 85% -10%, rgba(47,94,168,.25), transparent 60%),
              linear-gradient(180deg, #fff, #f7f9fc);
  border-bottom: 1px solid var(--border);
}
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; padding: 4.5rem 0 3.5rem; align-items: center; }
.hero h1 { font-family: Montserrat, Inter, sans-serif; font-weight: 800; letter-spacing: -.01em; font-size: clamp(1.8rem, 3.8vw, 3rem); line-height: 1.15; margin: 0 0 .8rem; color: var(--dark); }
.hero p { font-size: 1.05rem; color: var(--muted); margin: 0 0 1.2rem; }
.hero-ctas { display: flex; gap: .8rem; align-items: center; margin-bottom: 1rem; flex-wrap: wrap; }
.trust { display: flex; gap: 1rem; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .95rem; }
.trust li::before { content: "✔"; color: var(--primary); margin-right: .5rem; }

.hero-art { display: grid; place-items: center; }
.hero-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 18px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  object-fit: cover;
}

/* Sections */
.section { padding: 3.5rem 0; }
.section.alt { background: var(--bg); }
.lead {
  color: var(--muted);
  margin-top: -.4rem;
  font-size: 1.1rem;
}

h1, h2, h3 { margin: 0 0 1rem; }
h2 { font-family: Montserrat, Inter, sans-serif; font-size: clamp(1.4rem, 2.6vw, 2rem); color: var(--dark); }
h3 { margin: 0 0 .5rem; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem; margin-top: 1.2rem; }
.card { background: #fff; border: 1px solid var(--border); border-radius: 1rem; padding: 1.2rem; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.card .icon svg { width: 36px; height: 36px; color: var(--primary); }
.list { padding-left: 1.2rem; color: var(--muted); }
.list li { margin: .25rem 0; }

/* Steps */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; padding: 0; margin: 1rem 0 0; list-style: none; }
.steps li { background: #fff; border: 1px solid var(--border); border-radius: .9rem; padding: 1rem; box-shadow: var(--shadow); position: relative; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; top: -12px; left: -12px; width: 36px; height: 36px; display: grid; place-items: center; background: var(--primary); color: #fff; border-radius: .6rem; font-weight: 700; box-shadow: var(--shadow); }
.cta-line { display: flex; gap: .6rem; margin-top: 1.2rem; flex-wrap: wrap; }
.cta-line .btn { border-radius: .6rem; }

/* Testimonials */
.testis { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; margin-top: 1.2rem; }
.testi {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.2rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.testi-header {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: .8rem;
}
.testi-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.testi-meta figcaption {
  font-weight: 600;
  color: var(--dark);
}
.testi-stars {
  display: flex;
  gap: .1rem;
  color: var(--star-color);
}
.testi-stars svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.testi blockquote {
  margin: 0;
  font-weight: 500;
  color: var(--text);
  flex-grow: 1;
}

/* Contact */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-items: start; }

.contact-list { list-style: none; padding: 0; margin: 1rem 0; display: grid; gap: .5rem; }
.contact-list li { display: flex; align-items: center; gap: .6rem; color: var(--muted); }
.contact-list a { color: var(--text); text-decoration: none; }
.contact-list svg { width: 22px; height: 22px; color: var(--primary); }

.form { display: grid; gap: 1.2rem; }
.form label { display: grid; gap: .4rem; }
.form label span { display: block; font-size: .9rem; font-weight: 500; color: var(--text); }
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="number"],
.form select,
.form textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--border);
  border-radius: .6rem;
  outline: none;
  background: #fff;
  font-size: 1rem;
  font-family: inherit;
  min-height: 48px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(47,94,168,.12);
}
.form select { padding: .8rem 1rem; }
.form textarea { min-height: 120px; resize: vertical; }
.form .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }

.field-error {
  display: block;
  font-size: .85rem;
  color: #dc2626;
  margin-top: .25rem;
  min-height: 1.2em;
  transition: opacity .2s ease;
}
.field-error:empty { display: none; }

.form input.is-invalid,
.form select.is-invalid,
.form textarea.is-invalid {
  border-color: #dc2626;
  background: #fef2f2;
}
.form input.is-invalid:focus,
.form select.is-invalid:focus,
.form textarea.is-invalid:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220,38,38,.12);
}

.form input.is-valid,
.form select.is-valid,
.form textarea.is-valid {
  border-color: #16a34a;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin: .8rem 0;
  font-size: .9rem;
  color: var(--muted);
}
.checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: .3rem;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: var(--primary);
}
.checkbox span {
  flex: 1;
  line-height: 1.5;
}
.checkbox-error {
  display: block !important;
  margin: .5rem 0 0;
}

.service-group {
  border: 2px solid var(--bg-alt);
  border-radius: .8rem;
  padding: 1.2rem;
  background: var(--bg);
  margin: 0;
  display: grid;
  gap: 1rem;
  max-height: 1000px;
  opacity: 1;
  overflow: hidden;
  transition: all .3s ease, opacity .3s ease, max-height .3s ease;
}
.service-group[style*="display: none"] {
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}
.service-group legend {
  font-weight: 600;
  color: var(--dark);
  padding: 0;
  margin: 0 0 .5rem 0;
}

.form-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

#formMsg {
  font-weight: 600;
  font-size: .95rem;
  padding: 0.5rem 0;
}
#formMsg.success {
  color: #16a34a;
}
#formMsg.error {
  color: #dc2626;
}

/* Footer */
.footer { background: linear-gradient(180deg, #0f1830 0%, #0b1426 100%); color: #c7cfdb; }
.footer a { color: #c7cfdb; text-decoration: none; }
.footer a:hover { color: #ffffff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; padding: 2.2rem 0; }
.footer-brand { display: flex; gap: .7rem; align-items: flex-start; }
.footer-brand img { width: 42px; height: 42px; object-fit: contain; filter: brightness(1.05) contrast(1.1); flex-shrink: 0; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { letter-spacing: .03em; font-size: .9rem; }
.footer-brand em { color: #9db6dc; font-style: normal; letter-spacing: .12em; font-size: .8rem; }
.footer-nav, .legal { display: grid; gap: .4rem; }
.footer-title { margin: 0 0 .6rem; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; color: #9db6dc; font-weight: 700; }
.footer-nav a, .legal a { color: #c7cfdb; text-decoration: none; font-size: .95rem; }
.footer-nav a:hover, .legal a:hover { color: #fff; }
.footer p { margin: .5rem 0; font-size: .95rem; }
.subfooter { background: #0b1426; border-top: 1px solid #1f2a44; color: #98a2b3; padding: 1rem 0; font-size: .9rem; }

/* Floating CTA */
.floating-cta { position: fixed; right: 16px; bottom: 24px; display: grid; gap: .8rem; z-index: 60; }
.fab { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; text-decoration: none; box-shadow: var(--shadow); font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.fab.call { background: var(--primary); }
.fab.wa { background: var(--wa); }
.fab svg { width: 24px; height: 24px; color: currentColor; }
.fab:hover { transform: scale(1.08); box-shadow: 0 18px 36px rgba(0,0,0,.15); }

/* Cookie */
.cookie { 
  position: fixed; 
  right: 12px; 
  bottom: 12px; 
  left: 12px; top: auto; 
  max-width: min(560px, calc(100% - 24px)); 
  background: #0f1830; 
  color: #fff; 
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px; 
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
  z-index: 99; 
}
.cookie.hidden { display: none; }
.cookie-inner { 
  display: flex; 
  gap: 1rem; 
  align-items: center; 
  justify-content: space-between; 
  padding: 1.2rem 1.2rem; 
  flex-wrap: wrap;
}
.cookie p { margin: 0; font-size: .95rem; flex: 1 1 auto; }
.cookie a { color: #fff; text-decoration: underline; }
.cookie .btn { padding: .6rem 1rem; border-radius: .6rem; white-space: nowrap; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .6s ease, transform .6s ease; transition-delay: var(--delay, 0s); }
.reveal-right { transform: translateX(14px); }
.reveal-zoom { transform: scale(.97); }
.reveal.revealed { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-right, .reveal-zoom { transition: none; transform: none !important; }
  .scroll-progress { display: none; }
}

/* Legal page blocks */
.legal-page { padding-top: 2rem; padding-bottom: 2rem; }
.legal-page p { color: var(--muted); }
.legal-page a { 
  color: var(--primary-700);
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color .15s ease, background-size .2s ease;
}
.legal-page a:hover { color: var(--primary); background-size: 100% 2px; }
.legal-page a:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; border-radius: 2px; }

.form a {
  color: var(--primary-700);
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color .15s ease, background-size .2s ease;
}
.form a:hover { color: var(--primary); background-size: 100% 2px; }
.form a:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; border-radius: 2px; }

/* Lazy fade-in */
.lazy { opacity: 0; filter: blur(6px); transform: scale(1.01); }
.lazy-loaded { opacity: 1; filter: none; transform: none; transition: opacity .6s ease, filter .6s ease, transform .6s ease; }

/* Scroll progress */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--primary), var(--primary-700)); z-index: 100; transition: width .15s ease; }

/* Header scroll */
.site-header.scrolled { background: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.06); }
.site-header.scrolled .header-inner { padding: .4rem 0; }
.site-header.scrolled .logo { width: 44px; height: 44px; }

/* FAQ Page Styles */
.faq-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: .9rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.faq-item[open] summary {
  border-bottom: 1px solid var(--border);
}

.faq-item summary {
  padding: 1rem 1.2rem;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .2s ease;
}

.faq-item summary:hover {
  background: var(--bg);
}

.faq-item summary::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232f5ea8" stroke-width="2"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .3s ease;
  flex-shrink: 0;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-content {
  padding: 0 1.2rem 1rem;
  color: var(--muted);
  line-height: 1.7;
}

.blog-hero {
  background: radial-gradient(900px 300px at 100% -10%, rgba(47, 94, 168, 0.18), transparent 50%), linear-gradient(180deg, #fff, #f7f9fc);
  border-bottom: 1px solid var(--border);
}

.blog-hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
  padding: 2.8rem 0;
}

.blog-hero h1 {
  font-family: Montserrat, Inter, sans-serif;
  font-weight: 800;
  margin: 0 0 0.6rem;
  color: var(--dark);
}

.blog-hero .lead {
  color: var(--muted);
}

.blog-hero-image {
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.tag-row {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.8rem;
  flex-wrap: wrap;
}

.tag {
  display: inline-block;
  padding: 0.25rem 0.55rem;
  border-radius: 0.5rem;
  background: var(--bg);
  color: var(--primary-700);
  border: 1px solid var(--border);
  font-weight: 600;
  font-size: 0.85rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.post-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.15s ease;
}

.post-card:hover {
  transform: translateY(-2px);
}

.post-thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.post-info {
  padding: 0.9rem 1rem;
}

.post-info h3 {
  margin: 0.3rem 0 0.4rem;
  font-size: 1.1rem;
}

.post-info h3 a {
  color: var(--dark);
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.15s ease, background-size 0.2s ease;
}

.post-info h3 a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}

.post-card:hover .post-info h3 a {
  color: var(--primary-700);
}

.post-meta {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 0.6rem;
}

.cta-banner {
  background: linear-gradient(180deg, #eef2f8, #fff);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cta-banner-inner {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 0;
}

.cta-actions {
  display: flex;
  gap: 0.6rem;
  justify-content: flex-end;
}

/* Responsive */
@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto 1fr auto auto; }
  .main-nav { display: none; }
  .burger { display: inline-block; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 3.2rem; }
  .cards { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .testis { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .blog-hero-inner { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .cta-banner-inner { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; flex-direction: column; }
  .cta-actions .btn { width: 100%; }
}

@media (max-width: 640px) {
  .cta-group { display: none; }
  .cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .testis { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.2rem; padding: 1.8rem 0; }
  .footer-brand img { width: 36px; height: 36px; }
  .footer-brand strong { font-size: .85rem; }
  .footer-brand em { font-size: .75rem; }
  .footer-title { font-size: .85rem; margin-bottom: .5rem; }
  .footer-nav a, .legal a { font-size: .9rem; }
  .footer p { font-size: .9rem; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .cta-line { flex-direction: column; }
  .cta-line .btn { width: 100%; }
  .form .grid-2 { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .blog-hero-inner { padding: 2rem 0; }
}

@media (max-width: 480px) {
  .container { width: min(1120px, 94%); }
  .hero-inner { padding: 2.5rem 0 2rem; gap: 1.5rem; }
  .hero h1 { font-size: clamp(1.5rem, 5vw, 2.2rem); margin-bottom: .6rem; }
  .hero p { font-size: 1rem; margin-bottom: 1rem; }
  .trust { font-size: .9rem; gap: .8rem; }
  .section { padding: 2.5rem 0; }
  h2 { font-size: clamp(1.2rem, 4vw, 1.6rem); }
  .btn { font-size: .95rem; padding: .6rem .85rem; }
  .mobile-nav a { font-size: .95rem; }
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form input[type="number"],
  .form select,
  .form textarea { font-size: 16px; padding: .9rem; }
  .faq-item summary { padding: .9rem 1rem; font-size: .95rem; }
  .faq-content { padding: .4rem 1rem 1rem; }
  .footer-grid { gap: 1rem; padding: 1.5rem 0; }
  .footer-brand { gap: .5rem; }
  .footer-brand img { width: 32px; height: 32px; }
  .footer-brand strong { font-size: .8rem; }
  .footer-brand em { font-size: .7rem; }
  .footer-title { font-size: .8rem; margin-bottom: .4rem; }
  .footer-nav a, .legal a { font-size: .85rem; padding: .3rem 0; }
  .footer p { font-size: .85rem; margin: .3rem 0; }
  .subfooter { padding: .8rem 0; font-size: .85rem; }
}
