/* ============================================================
   autosofortkauf.ch — design system
   Mobile-first, no external fonts (max performance)
   ============================================================ */

:root {
  --navy: #0E1C2E;
  --navy-2: #13294B;
  --navy-3: #1B3A66;
  --red: #E4322B;
  --red-2: #FF4B3E;
  --bg: #F5F7FB;
  --card: #FFFFFF;
  --line: #E3E9F2;
  --ink: #17202E;
  --muted: #5B6B80;
  --green: #17A96B;
  --radius: 16px;
  --radius-s: 10px;
  --shadow: 0 8px 30px rgba(14, 28, 46, .08);
  --shadow-lg: 0 18px 50px rgba(14, 28, 46, .16);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --wrap: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }
input, select, textarea { font-family: inherit; font-size: 16px; }

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

/* ---------- Typography ---------- */
h1, h2, h3 { line-height: 1.15; letter-spacing: -.02em; }
.h1 { font-size: clamp(2rem, 5.4vw, 3.4rem); font-weight: 800; }
.h2 { font-size: clamp(1.55rem, 3.6vw, 2.3rem); font-weight: 800; color: var(--navy); }
.sub { color: var(--muted); max-width: 640px; margin: 14px auto 0; font-size: 1.06rem; }
.center { text-align: center; }
.section { padding: clamp(56px, 9vw, 96px) 0; }
.section-alt { background: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: linear-gradient(135deg, var(--red-2), var(--red));
  color: #fff; font-weight: 700; font-size: 1.02rem;
  padding: 15px 28px; border: 0; border-radius: 999px;
  box-shadow: 0 10px 24px rgba(228, 50, 43, .32);
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(228, 50, 43, .4); }
.btn:active { transform: translateY(0); }
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-ghost {
  background: transparent; color: #fff; box-shadow: none;
  border: 2px solid rgba(255, 255, 255, .35);
}
.btn-ghost:hover { border-color: #fff; box-shadow: none; background: rgba(255,255,255,.06); }
.btn-navy {
  background: var(--navy); box-shadow: 0 10px 24px rgba(14, 28, 46, .3);
}
.btn-navy:hover { box-shadow: 0 14px 30px rgba(14, 28, 46, .4); }
.btn-sm { padding: 10px 20px; font-size: .95rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-in { display: flex; align-items: center; gap: 24px; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 1.22rem; font-weight: 800; letter-spacing: -.02em; color: var(--navy); }
.logo svg { width: 40px; height: 40px; }
.logo b { color: var(--red); font-weight: 800; }
.logo span { color: #8A94A6; font-weight: 600; }
.main-nav { display: none; gap: 26px; margin-left: auto; font-weight: 600; font-size: .98rem; color: #33415A; }
.main-nav a:hover { color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.main-nav + .header-actions { margin-left: 0; }
.lang-switch { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; font-size: .85rem; font-weight: 700; }
.lang-switch a { padding: 6px 12px; color: var(--muted); }
.lang-switch a.on { background: var(--navy); color: #fff; }
.header-cta { display: none; }
.burger {
  width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px;
  background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.burger i { width: 18px; height: 2px; background: var(--navy); border-radius: 2px; transition: .2s; }
.burger.open i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open i:nth-child(2) { opacity: 0; }
.burger.open i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none; background: #fff; border-bottom: 1px solid var(--line);
  padding: 10px 20px 22px;
}
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 13px 4px; font-weight: 600; color: #33415A; border-bottom: 1px solid var(--line); }
.mobile-nav a:last-child { border-bottom: 0; }
.mobile-nav .btn { margin-top: 14px; width: 100%; }

@media (min-width: 900px) {
  .main-nav { display: flex; }
  .header-cta { display: inline-flex; }
  .burger, .mobile-nav { display: none !important; }
}

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(900px 480px at 85% -10%, rgba(228, 50, 43, .35), transparent 60%),
    radial-gradient(700px 420px at -10% 110%, rgba(27, 58, 102, .8), transparent 60%),
    linear-gradient(150deg, var(--navy-2), var(--navy) 55%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(700px 500px at 30% 20%, #000, transparent 75%);
  -webkit-mask-image: radial-gradient(700px 500px at 30% 20%, #000, transparent 75%);
}
.hero-in { position: relative; display: grid; gap: 40px; padding: clamp(56px, 9vw, 110px) 0 clamp(48px, 7vw, 90px); }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18);
  padding: 7px 16px; border-radius: 999px; font-size: .88rem; font-weight: 600;
  width: fit-content;
}
.hero-badge i { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(23, 169, 107, .25); }
.hero h1 span { color: var(--red-2); }
.hero-sub { color: #B9C4D6; font-size: 1.13rem; max-width: 560px; margin-top: 18px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 22px; margin-top: 34px; max-width: 560px; }
.hero-points li { display: flex; gap: 10px; align-items: center; color: #D7DfEB; font-size: .97rem; font-weight: 500; }
.hero-points svg { width: 20px; height: 20px; flex: none; color: var(--green); }
.hero-visual { display: none; position: relative; align-items: center; justify-content: center; }
.hero-visual svg { width: min(420px, 100%); height: auto; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .4)); }
@media (min-width: 980px) {
  .hero-in { grid-template-columns: 1.15fr .85fr; align-items: center; }
  .hero-visual { display: flex; }
}

/* ---------- Trust strip ---------- */
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-in { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 22px 0; }
.trust-in div { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: .93rem; color: var(--navy); }
.trust-in svg { width: 22px; height: 22px; color: var(--red); flex: none; }
@media (min-width: 800px) { .trust-in { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Steps ---------- */
.steps-grid { display: grid; gap: 20px; margin-top: 44px; }
.step-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; position: relative; box-shadow: var(--shadow);
}
.step-num {
  width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(135deg, var(--red-2), var(--red));
  color: #fff; font-weight: 800; font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 18px rgba(228, 50, 43, .3);
}
.step-card h3 { margin: 18px 0 8px; font-size: 1.16rem; color: var(--navy); }
.step-card p { color: var(--muted); font-size: .97rem; }
@media (min-width: 800px) { .steps-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Why cards ---------- */
.why-grid { display: grid; gap: 18px; margin-top: 44px; }
.why-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; transition: transform .2s ease, box-shadow .2s ease;
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.why-icon {
  width: 46px; height: 46px; border-radius: 13px; background: #FDEBEA;
  display: flex; align-items: center; justify-content: center; color: var(--red);
}
.why-icon svg { width: 24px; height: 24px; }
.why-card h3 { margin: 16px 0 6px; font-size: 1.08rem; color: var(--navy); }
.why-card p { color: var(--muted); font-size: .95rem; }
@media (min-width: 640px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .why-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Buy chips ---------- */
.chip-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 40px; }
.chip {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 11px 20px; font-weight: 600; font-size: .95rem; color: var(--navy);
  box-shadow: var(--shadow);
}
.chip svg { width: 17px; height: 17px; color: var(--green); }

/* ---------- Reviews ---------- */
.review-grid { display: grid; gap: 20px; margin-top: 44px; }
.review-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; box-shadow: var(--shadow);
}
.stars { display: flex; gap: 3px; color: #F5A623; }
.stars svg { width: 18px; height: 18px; }
.review-card p { margin: 16px 0 14px; color: #33415A; font-size: .98rem; }
.review-card figcaption { font-weight: 700; color: var(--navy); font-size: .92rem; }
@media (min-width: 800px) { .review-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 40px auto 0; display: grid; gap: 12px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-s); overflow: hidden; }
.faq-item summary {
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 22px; font-weight: 700; color: var(--navy); cursor: pointer; font-size: 1.01rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { width: 20px; height: 20px; flex: none; color: var(--red); transition: transform .25s; }
.faq-item[open] summary svg { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 22px 20px; color: var(--muted); font-size: .97rem; }

/* ---------- Blog ---------- */
.blog-grid { display: grid; gap: 22px; margin-top: 44px; }
.post-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.post-cover {
  height: 150px;
  background:
    radial-gradient(320px 180px at 80% -20%, rgba(255, 75, 62, .5), transparent 70%),
    linear-gradient(135deg, var(--navy-2), var(--navy));
  display: flex; align-items: center; justify-content: center;
}
.post-cover svg { width: 64px; height: 64px; opacity: .9; }
.post-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.post-meta { font-size: .84rem; color: var(--muted); font-weight: 600; display: flex; gap: 10px; }
.post-body h3 { margin: 10px 0 8px; font-size: 1.12rem; color: var(--navy); line-height: 1.35; }
.post-body p { color: var(--muted); font-size: .94rem; flex: 1; }
.post-more { margin-top: 16px; font-weight: 700; color: var(--red); font-size: .93rem; display: inline-flex; align-items: center; gap: 6px; }
.post-more svg { width: 16px; height: 16px; }
@media (min-width: 800px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }

/* Article page */
.article-head { background: linear-gradient(150deg, var(--navy-2), var(--navy)); color: #fff; padding: clamp(48px, 8vw, 80px) 0; }
.article-head .post-meta { color: #A9B6C9; margin-bottom: 14px; }
.article-head h1 { font-size: clamp(1.7rem, 4.4vw, 2.6rem); font-weight: 800; max-width: 820px; }
.article-body { max-width: 780px; margin: 0 auto; padding: clamp(36px, 6vw, 60px) 20px; background: #fff; }
.article-wrap { background: #fff; }
.article-body h2 { font-size: 1.5rem; color: var(--navy); margin: 36px 0 14px; }
.article-body h3 { font-size: 1.2rem; color: var(--navy); margin: 28px 0 10px; }
.article-body p { margin: 0 0 16px; color: #2A3648; }
.article-body ul, .article-body ol { margin: 0 0 16px 22px; color: #2A3648; }
.article-body ul { list-style: disc; }
.article-body li { margin-bottom: 6px; }
.article-body strong { color: var(--navy); }
.article-body a { color: var(--red); font-weight: 600; text-decoration: underline; }
.article-body blockquote {
  border-left: 4px solid var(--red); background: var(--bg);
  padding: 14px 18px; border-radius: 0 10px 10px 0; margin: 0 0 16px; color: #33415A;
}
.article-body table { width: 100%; border-collapse: collapse; margin: 0 0 18px; font-size: .95rem; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.article-body th { background: var(--bg); color: var(--navy); }
.back-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--red); margin-bottom: 8px; }
.back-link svg { width: 16px; height: 16px; transform: rotate(180deg); }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(600px 300px at 90% 0%, rgba(255, 75, 62, .4), transparent 65%),
    linear-gradient(140deg, var(--navy-2), var(--navy));
  border-radius: 22px; color: #fff; text-align: center;
  padding: clamp(40px, 7vw, 70px) 28px; position: relative; overflow: hidden;
}
.cta-band h2 { font-size: clamp(1.5rem, 3.6vw, 2.2rem); font-weight: 800; }
.cta-band p { color: #B9C4D6; margin: 12px auto 26px; max-width: 520px; }

/* ---------- Regions ---------- */
.region-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 40px; }
.region-link {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-s);
  padding: 14px 18px; font-weight: 700; color: var(--navy); font-size: .96rem;
  display: flex; align-items: center; gap: 10px; transition: border-color .15s, color .15s;
}
.region-link svg { width: 16px; height: 16px; color: var(--red); flex: none; }
.region-link:hover { border-color: var(--red); color: var(--red); }
@media (min-width: 700px) { .region-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 980px) { .region-grid { grid-template-columns: repeat(6, 1fr); } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: linear-gradient(150deg, var(--navy-2), var(--navy)); color: #fff; padding: clamp(44px, 7vw, 72px) 0; text-align: center; }
.page-hero h1 { font-size: clamp(1.8rem, 4.6vw, 2.7rem); font-weight: 800; }
.page-hero p { color: #B9C4D6; max-width: 620px; margin: 14px auto 0; }

/* ---------- Forms ---------- */
.form-shell { max-width: 860px; margin: -34px auto 0; position: relative; z-index: 2; padding: 0 20px; }
.form-card {
  background: #fff; border-radius: 20px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); padding: clamp(24px, 4.5vw, 44px);
}
.form-progress { display: flex; gap: 8px; margin-bottom: 28px; }
.form-progress span { flex: 1; height: 6px; border-radius: 3px; background: var(--line); transition: background .3s; }
.form-progress span.on { background: linear-gradient(90deg, var(--red-2), var(--red)); }
.fstep-label { display: flex; justify-content: space-between; font-size: .86rem; font-weight: 700; color: var(--muted); margin-bottom: 22px; }
.fstep-label b { color: var(--navy); }
.fgrid { display: grid; gap: 18px; }
@media (min-width: 640px) { .fgrid { grid-template-columns: 1fr 1fr; } .fgrid .full { grid-column: 1 / -1; } }
.field label { display: block; font-weight: 700; font-size: .9rem; color: var(--navy); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; border: 1.5px solid var(--line); border-radius: 12px;
  padding: 13px 15px; background: #FBFCFE; color: var(--ink);
  transition: border-color .15s, box-shadow .15s; appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235B6B80' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0; border-color: var(--navy-3); box-shadow: 0 0 0 4px rgba(27, 58, 102, .1); background: #fff;
}
.field.err input, .field.err select, .field.err textarea { border-color: var(--red); }
.field .msg { display: none; color: var(--red); font-size: .82rem; font-weight: 600; margin-top: 5px; }
.field.err .msg { display: block; }
.seg { display: flex; gap: 8px; }
.seg label {
  flex: 1; margin: 0; border: 1.5px solid var(--line); border-radius: 12px;
  padding: 12px 10px; text-align: center; font-weight: 700; font-size: .92rem;
  color: var(--muted); cursor: pointer; background: #FBFCFE; transition: .15s;
}
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg input:checked + span { color: inherit; }
.seg label.on { border-color: var(--red); color: var(--red); background: #FDF1F0; }
.fnav { display: flex; justify-content: space-between; gap: 14px; margin-top: 30px; }
.fnav .btn { flex: 1; }
@media (min-width: 640px) { .fnav { justify-content: flex-end; } .fnav .btn { flex: none; min-width: 170px; } }
.btn-back { background: #fff; color: var(--navy); border: 1.5px solid var(--line); box-shadow: none; }
.btn-back:hover { box-shadow: none; border-color: var(--navy); }
.privacy-note { font-size: .84rem; color: var(--muted); margin-top: 16px; }
.privacy-note a { color: var(--red); text-decoration: underline; }

/* photo uploader */
.uploader {
  border: 2px dashed #C6D2E2; border-radius: 14px; background: #FBFCFE;
  padding: 26px 18px; text-align: center; cursor: pointer; transition: .15s;
}
.uploader:hover, .uploader.drag { border-color: var(--red); background: #FDF6F5; }
.uploader svg { width: 34px; height: 34px; margin: 0 auto 10px; color: var(--red); }
.uploader b { color: var(--navy); }
.uploader p { font-size: .84rem; color: var(--muted); margin-top: 6px; }
.thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 10px; margin-top: 14px; }
.thumb { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 1; border: 1px solid var(--line); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb button {
  position: absolute; top: 5px; right: 5px; width: 24px; height: 24px;
  background: rgba(14, 28, 46, .75); color: #fff; border: 0; border-radius: 50%;
  font-size: 14px; line-height: 1; display: flex; align-items: center; justify-content: center;
}

/* form steps (JS enhances; without JS all steps show) */
.js .fstep { display: none; }
.js .fstep.on { display: block; }
.no-js-note { display: none; }

/* success state */
.form-success { text-align: center; padding: 30px 10px; }
.form-success .okmark {
  width: 78px; height: 78px; margin: 0 auto 22px; border-radius: 50%;
  background: #E8F7F0; color: var(--green); display: flex; align-items: center; justify-content: center;
}
.form-success .okmark svg { width: 40px; height: 40px; }
.form-success h3 { font-size: 1.4rem; color: var(--navy); margin-bottom: 10px; }
.form-success p { color: var(--muted); max-width: 460px; margin: 0 auto; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; gap: 18px; margin-top: -30px; position: relative; z-index: 2; }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow); text-align: center;
}
.contact-card .cicon {
  width: 52px; height: 52px; border-radius: 15px; background: #FDEBEA; color: var(--red);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
}
.contact-card .cicon svg { width: 26px; height: 26px; }
.contact-card h3 { color: var(--navy); font-size: 1.05rem; }
.contact-card a.val { display: block; font-weight: 800; color: var(--red); font-size: 1.1rem; margin: 6px 0; }
.contact-card p { color: var(--muted); font-size: .88rem; }
@media (min-width: 800px) { .contact-grid { grid-template-columns: repeat(3, 1fr); } }
.map-note {
  margin-top: 40px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center;
}
.map-note .addr { font-weight: 700; color: var(--navy); }
.map-note .addr small { display: block; color: var(--muted); font-weight: 500; margin-top: 4px; }

/* ---------- About ---------- */
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 44px 0; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 18px; text-align: center; box-shadow: var(--shadow); }
.stat-card b { display: block; font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; color: var(--red); }
.stat-card span { color: var(--muted); font-size: .9rem; font-weight: 600; }
.prose { max-width: 780px; margin: 0 auto; }
.prose p { margin-bottom: 18px; color: #2A3648; font-size: 1.03rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #B9C4D6; margin-top: 0; }
.footer-in { display: grid; gap: 36px; padding: clamp(48px, 7vw, 72px) 0 36px; }
.footer-brand .logo { color: #fff; }
.footer-brand p { margin-top: 14px; font-size: .93rem; max-width: 300px; }
.site-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 14px; letter-spacing: .02em; }
.site-footer li { margin-bottom: 9px; font-size: .92rem; }
.site-footer li a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--red-2); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 20px 0; font-size: .85rem; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; }
@media (min-width: 800px) { .footer-in { grid-template-columns: 1.3fr 1fr 1fr 1.2fr; } }

/* ---------- Sticky mobile bar ---------- */
.mobile-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  display: grid; grid-template-columns: 1fr 1fr 1.2fr;
  background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(14, 28, 46, .12);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
}
.mobile-bar a {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-weight: 700; font-size: .92rem; border-radius: 12px; padding: 11px 6px;
}
.mobile-bar svg { width: 18px; height: 18px; }
.mb-call { background: var(--navy); color: #fff; }
.mb-wa { background: #E8F7F0; color: #128C50; }
.mb-form { background: linear-gradient(135deg, var(--red-2), var(--red)); color: #fff; }
@media (min-width: 900px) { .mobile-bar { display: none; } }
body { padding-bottom: 74px; }
@media (min-width: 900px) { body { padding-bottom: 0; } }

/* ---------- Reveal animations ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
  .js .reveal.in { opacity: 1; transform: none; }
}

/* ---------- 404 / thanks ---------- */
.big-page { text-align: center; padding: clamp(70px, 12vw, 130px) 20px; }
.big-page h1 { font-size: clamp(2rem, 6vw, 3rem); color: var(--navy); font-weight: 800; }
.big-page p { color: var(--muted); margin: 16px auto 30px; max-width: 480px; }

/* ---------- Utility ---------- */
.mt-40 { margin-top: 40px; }
.hidden { display: none !important; }
