/* ============================================================
   Sosa Vaciados Gran Canaria — Shared Ads-LP Styles
   Wird von allen 5 Service-Pages + Launcher geladen.
   Senior-tauglich (≥19px body), mobile-first, ≥44px hit-targets.
   ============================================================ */
:root {
  --gold:           #FFCC01;
  --gold-dark:      #D49B00;
  --orange:         #EE9D18;
  --navy:           #1A3A6C;
  --navy-deep:      #0F2347;
  --navy-darker:    #0A1A36;
  --gray-mid:       #3D3D3D;
  --gray-soft:      #EEF3FB;
  --gray-line:      #E2E8F0;
  --whatsapp:       #25D366;
  --whatsapp-dark:  #128C7E;
  --success:        #15803D;
  --max:            1200px;
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Yantramanav', system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.65;
  color: #1a1a1a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 4px; }
button { font: inherit; cursor: pointer; border: 0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .container { padding: 0 32px; } }

/* ---------- Topbar ---------- */
.topbar { background: #fff; border-bottom: 1px solid var(--gray-line); padding: 14px 0; position: sticky; top: 0; z-index: 90; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 56px; height: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-weight: 900; color: var(--navy); font-size: 19px; letter-spacing: -0.01em; }
.brand-tag { font-size: 13px; color: var(--gray-mid); margin-top: 3px; font-weight: 400; }
.topbar-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold); color: var(--navy);
  font-weight: 900; padding: 12px 20px; border-radius: 999px;
  font-size: 17px; letter-spacing: 0.01em;
  box-shadow: 0 4px 14px rgba(255,204,1,0.35);
  transition: transform .15s, box-shadow .15s;
  min-height: 44px;
}
.topbar-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(255,204,1,.5); text-decoration: none; }
.topbar-cta .icn { width: 22px; height: 22px; }
@media (max-width: 640px) {
  .brand-tag { display: none; }
  .brand img { width: 48px; }
  .brand-name { font-size: 16px; }
  .topbar-cta { padding: 10px 16px; font-size: 15px; gap: 7px; }
  .topbar-cta .label-long { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; padding: 56px 0 64px;
  background: linear-gradient(125deg, rgba(15,35,71,.93) 0%, rgba(15,35,71,.78) 55%, rgba(15,35,71,.45) 100%);
}
.hero-bg { position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; }
.hero-inner { display: grid; gap: 36px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 1024px) {
  .hero { padding: 88px 0 96px; }
  .hero-inner { grid-template-columns: 1.4fr 1fr; gap: 64px; }
}
.kicker {
  display: inline-block; font-size: 14px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
  border: 1.5px solid rgba(255,204,1,.4);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hero h1 {
  font-weight: 900; font-size: clamp(34px, 5.2vw, 56px);
  line-height: 1.05; letter-spacing: -0.022em; margin-bottom: 22px;
}
.hero h1 .hl { color: var(--gold); }
.hero-sub {
  font-size: clamp(18px, 2.1vw, 22px); line-height: 1.55;
  color: #dfe5f0; margin-bottom: 28px; max-width: 56ch; font-weight: 300;
}
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px; padding: 8px 14px;
  font-size: 14px; font-weight: 400; color: #f7faff;
  backdrop-filter: blur(8px);
}
.pill .star { color: var(--gold); font-size: 15px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 900; padding: 16px 26px; border-radius: 999px;
  font-size: 17px; letter-spacing: 0.01em;
  transition: transform .15s, box-shadow .15s, background .15s;
  min-height: 56px; cursor: pointer;
}
.btn-primary { background: var(--gold); color: var(--navy); box-shadow: 0 8px 24px rgba(255,204,1,.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,204,1,.55); text-decoration: none; background: #ffd624; }
.btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.7); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); text-decoration: none; }
.btn-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 8px 24px rgba(37,211,102,.4); }
.btn-whatsapp:hover { background: var(--whatsapp-dark); transform: translateY(-2px); text-decoration: none; }
.btn .icn { width: 22px; height: 22px; }

/* Owner card in hero */
.owner-card {
  background: rgba(255,255,255,.07); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.18); border-radius: 22px;
  padding: 26px; display: flex; flex-direction: column; gap: 16px;
}
.owner-card-top { display: flex; gap: 16px; align-items: center; }
.owner-photo { width: 76px; height: 76px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 3px solid var(--gold); }
.owner-photo img { width: 100%; height: 100%; object-fit: cover; }
.owner-meta-name { font-weight: 900; font-size: 19px; color: #fff; line-height: 1.1; }
.owner-meta-role { font-size: 14px; color: #c8d2e3; margin-top: 4px; }
.owner-stars { display: flex; align-items: center; gap: 6px; margin-top: 6px; color: var(--gold); font-weight: 700; font-size: 14px; }
.owner-stars .num { color: #fff; }
.owner-card blockquote { font-size: 16px; line-height: 1.55; color: #e8eef8; border-left: 3px solid var(--gold); padding-left: 14px; font-style: italic; font-weight: 300; }
.owner-card .sig { font-size: 13px; color: #a8b5cb; margin-top: 4px; font-style: normal; }

/* ---------- Trust-Bar ---------- */
.trustbar { background: var(--navy-deep); color: #e8eef8; padding: 22px 0; border-top: 4px solid var(--gold); }
.trustbar-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px 30px; font-size: 15px; text-align: center; }
.trustbar-item { display: inline-flex; align-items: center; gap: 9px; }
.trustbar-item .ck { color: var(--gold); font-weight: 900; font-size: 17px; }

/* ---------- Section base ---------- */
section.s { padding: 72px 0; }
@media (min-width: 1024px) { section.s { padding: 96px 0; } }
.s-light { background: #fff; }
.s-soft { background: var(--gray-soft); }
.s-dark { background: var(--navy-deep); color: #fff; }
.s-dark a { color: var(--gold); }
.s-navy { background: linear-gradient(140deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; }
.s-navy a { color: var(--gold); }
.h2 { font-weight: 900; font-size: clamp(26px, 3.5vw, 38px); line-height: 1.12; letter-spacing: -0.02em; color: var(--navy); margin-bottom: 18px; max-width: 28ch; }
.s-dark .h2, .s-navy .h2 { color: #fff; }
.h2-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; color: var(--gold-dark); text-transform: uppercase; letter-spacing: 0.18em; margin-bottom: 14px; }
.s-dark .h2-eyebrow, .s-navy .h2-eyebrow { color: var(--gold); }
.lead { font-size: 19px; line-height: 1.6; color: var(--gray-mid); max-width: 62ch; margin-bottom: 36px; }
.s-dark .lead, .s-navy .lead { color: #c8d2e3; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-680 { max-width: 680px; }
.max-760 { max-width: 760px; }
.max-600 { max-width: 600px; }

/* ---------- Empathy-Mirror ---------- */
.empathy-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 880px) { .empathy-grid { grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; } }
.empathy-quote { font-size: clamp(22px, 2.6vw, 30px); line-height: 1.35; font-weight: 300; color: var(--navy); border-left: 6px solid var(--gold); padding: 18px 0 18px 28px; margin-bottom: 22px; }
.empathy-bullets { list-style: none; display: grid; gap: 18px; }
.empathy-bullets li { display: flex; gap: 14px; align-items: flex-start; font-size: 18px; line-height: 1.55; }
.empathy-bullets .mark { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.empathy-body { font-size: 18px; line-height: 1.6; color: var(--gray-mid); max-width: 54ch; }

/* ---------- Service cards ---------- */
.service-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .service-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1080px) { .service-grid { grid-template-columns: repeat(3,1fr); } }
.service-card { background: #fff; border: 1px solid var(--gray-line); border-radius: 18px; padding: 28px; transition: transform .2s, box-shadow .2s, border-color .2s; position: relative; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(15,35,71,.1); border-color: var(--gold); }
.service-icn { width: 52px; height: 52px; background: var(--gold); border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px; }
.service-icn svg { width: 26px; height: 26px; color: var(--navy); }
.service-card h3 { font-weight: 900; font-size: 20px; line-height: 1.2; color: var(--navy); margin-bottom: 10px; }
.service-card p { font-size: 16px; line-height: 1.55; color: var(--gray-mid); }
.service-card ul { list-style: none; margin-top: 12px; display: grid; gap: 7px; }
.service-card ul li { display: flex; gap: 8px; align-items: flex-start; font-size: 15px; color: #1a1a1a; line-height: 1.45; }
.service-card ul li::before { content: '✓'; color: var(--success); font-weight: 900; flex-shrink: 0; }

/* Before/After */
.beforeafter { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; margin-top: 36px; }
.beforeafter figure { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(15,35,71,.12); }
.beforeafter figcaption { position: absolute; top: 14px; left: 14px; background: var(--navy); color: #fff; padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.beforeafter .after figcaption { background: var(--gold); color: var(--navy); }
.beforeafter img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }

/* ---------- Ankauf-Sektion ---------- */
.buyback-grid { display: grid; gap: 40px; grid-template-columns: 1fr; }
@media (min-width: 980px) { .buyback-grid { grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } }
.buyback-steps { list-style: none; display: grid; gap: 18px; counter-reset: step; }
.buyback-steps li { position: relative; padding: 20px 22px 20px 78px; background: #fff; border-radius: 14px; border-left: 5px solid var(--gold); box-shadow: 0 4px 14px rgba(15,35,71,.06); }
.buyback-steps li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 20px; top: 18px;
  width: 42px; height: 42px;
  background: var(--navy); color: var(--gold);
  border-radius: 50%; display: grid; place-items: center;
  font-weight: 900; font-size: 20px; font-feature-settings: 'tnum';
}
.buyback-steps h4 { font-weight: 900; font-size: 18px; color: var(--navy); margin-bottom: 4px; }
.buyback-steps p { font-size: 16px; color: var(--gray-mid); line-height: 1.5; }
.buyback-card { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; border-radius: 22px; padding: 36px; border: 1px solid rgba(255,204,1,.25); box-shadow: 0 24px 60px rgba(15,35,71,.25); }
.buyback-card h3 { font-weight: 900; font-size: 22px; color: var(--gold); margin-bottom: 8px; }
.buyback-card .ex-label { font-size: 14px; text-transform: uppercase; letter-spacing: .14em; color: #c8d2e3; margin-bottom: 18px; display: block; }
.buyback-table { width: 100%; border-collapse: collapse; margin-top: 14px; font-size: 16px; }
.buyback-table td { padding: 12px 0; border-bottom: 1px dashed rgba(255,255,255,.18); }
.buyback-table td:last-child { text-align: right; font-variant-numeric: tabular-nums; font-weight: 700; }
.buyback-table tr.sum td { font-weight: 900; font-size: 19px; color: var(--gold); border-bottom: 0; padding-top: 18px; }
.buyback-table .pos { color: #6ee7b7; }
.buyback-note { font-size: 14px; color: #a8b5cb; margin-top: 16px; line-height: 1.5; }

/* ---------- Owner-Intro ---------- */
.owner-intro { display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 880px) { .owner-intro { grid-template-columns: 360px 1fr; gap: 48px; align-items: center; } }
.owner-portrait { position: relative; }
.owner-portrait img { width: 100%; border-radius: 24px; aspect-ratio: 4/5; object-fit: cover; box-shadow: 0 24px 60px rgba(15,35,71,.2); }
.owner-portrait::after { content: ''; position: absolute; right: -14px; bottom: -14px; width: 100px; height: 100px; background: var(--gold); border-radius: 22px; z-index: -1; }
.owner-body h3 { font-weight: 900; font-size: clamp(24px, 3.2vw, 32px); color: var(--navy); margin-bottom: 8px; line-height: 1.15; }
.owner-body .owner-roles { color: var(--gold-dark); font-weight: 700; margin-bottom: 20px; font-size: 16px; letter-spacing: 0.02em; }
.owner-body p { font-size: 18px; line-height: 1.6; color: #1a1a1a; margin-bottom: 16px; }
.owner-stats { display: grid; gap: 14px; grid-template-columns: repeat(2,1fr); margin: 26px 0; }
@media (min-width: 600px) { .owner-stats { grid-template-columns: repeat(4,1fr); } }
.owner-stat { background: var(--gray-soft); padding: 16px; border-radius: 14px; text-align: center; }
.owner-stat .num { font-weight: 900; font-size: 26px; color: var(--navy); line-height: 1; font-feature-settings: 'tnum'; }
.owner-stat .lbl { font-size: 13px; color: var(--gray-mid); margin-top: 6px; line-height: 1.3; }
.owner-langs { display: flex; gap: 8px; flex-wrap: wrap; }
.lang-pill { background: var(--navy); color: #fff; padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }

/* ---------- Rechts-Sektion ---------- */
.legal-grid { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .legal-grid { grid-template-columns: repeat(2,1fr); } }
.legal-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 30px; border-top: 5px solid var(--gold); }
.legal-card h3 { font-weight: 900; font-size: 20px; line-height: 1.2; color: var(--gold); margin-bottom: 14px; display: flex; gap: 12px; align-items: center; }
.legal-card .num-circle { width: 36px; height: 36px; background: var(--gold); color: var(--navy); border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 18px; flex-shrink: 0; }
.legal-card ul { list-style: none; display: grid; gap: 10px; }
.legal-card li { font-size: 16px; line-height: 1.5; padding-left: 22px; position: relative; color: #e8eef8; }
.legal-card li::before { content: '→'; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.legal-card li strong { color: #fff; }
.legal-disclaimer { background: rgba(255,204,1,.12); border: 1px solid rgba(255,204,1,.3); border-radius: 14px; padding: 20px 24px; margin-top: 32px; font-size: 16px; line-height: 1.55; color: #fff7d6; }
.legal-disclaimer strong { color: var(--gold); }

/* ---------- Reviews ---------- */
.review-row { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .review-row { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1080px) { .review-row { grid-template-columns: repeat(3,1fr); } }
.review-card { background: #fff; border: 1px solid var(--gray-line); border-radius: 18px; padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.review-stars { color: var(--gold); font-size: 18px; letter-spacing: 1px; }
.review-card p { font-size: 16px; line-height: 1.55; color: #1a1a1a; flex-grow: 1; }
.review-author { display: flex; gap: 12px; align-items: center; padding-top: 14px; border-top: 1px solid var(--gray-line); }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-weight: 900; font-size: 16px; flex-shrink: 0; }
.review-meta-name { font-weight: 700; font-size: 15px; color: var(--navy); }
.review-meta-date { font-size: 13px; color: var(--gray-mid); margin-top: 2px; }
.google-badge { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--gray-line); border-radius: 999px; padding: 10px 18px; font-size: 15px; font-weight: 700; color: var(--navy); box-shadow: 0 4px 14px rgba(15,35,71,.08); margin-top: 24px; }
.google-badge .stars { color: var(--gold); }

/* ---------- 4-Schritte ---------- */
.steps-grid { display: grid; gap: 22px; grid-template-columns: 1fr; margin-top: 12px; }
@media (min-width: 760px) { .steps-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1080px) { .steps-grid { grid-template-columns: repeat(4,1fr); } }
.step-item { background: #fff; border-radius: 18px; padding: 28px 24px; border-top: 4px solid var(--gold); box-shadow: 0 4px 14px rgba(15,35,71,.06); position: relative; }
.step-num { width: 46px; height: 46px; background: var(--navy); color: var(--gold); border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 20px; margin-bottom: 16px; font-feature-settings: 'tnum'; }
.step-item h4 { font-weight: 900; font-size: 18px; color: var(--navy); margin-bottom: 8px; line-height: 1.25; }
.step-item p { font-size: 15px; line-height: 1.5; color: var(--gray-mid); }

/* ---------- Form ---------- */
.form-grid { display: grid; gap: 40px; grid-template-columns: 1fr; }
@media (min-width: 880px) { .form-grid { grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; } }
.form-side h2 { color: #fff; }
.form-side .lead { color: #c8d2e3; }
.form-trust { display: grid; gap: 14px; margin-top: 32px; padding: 0; }
.form-trust li { display: flex; gap: 12px; align-items: flex-start; font-size: 17px; line-height: 1.5; color: #e8eef8; list-style: none; }
.form-trust .ck { width: 26px; height: 26px; background: var(--gold); color: var(--navy); border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.form-card { background: #fff; border-radius: 22px; padding: 36px 32px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.form-card h3 { font-weight: 900; font-size: 22px; color: var(--navy); margin-bottom: 8px; }
.form-card .sub { font-size: 15px; color: var(--gray-mid); margin-bottom: 24px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-weight: 700; font-size: 15px; color: var(--navy); margin-bottom: 6px; }
.form-field input, .form-field textarea {
  width: 100%; padding: 14px 16px;
  border: 2px solid var(--gray-line); border-radius: 12px;
  font: inherit; font-size: 17px; background: var(--gray-soft);
  transition: border-color .15s, background .15s;
  min-height: 52px;
}
.form-field textarea { min-height: 100px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { outline: 0; border-color: var(--gold); background: #fff; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.45; color: var(--gray-mid); margin: 18px 0 22px; }
.form-consent input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--navy); flex-shrink: 0; }
.form-card .btn { width: 100%; }
.form-or { text-align: center; margin: 22px 0 8px; font-size: 14px; color: var(--gray-mid); text-transform: uppercase; letter-spacing: .14em; }
.form-callbtn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px; background: var(--navy); color: var(--gold); border-radius: 12px; font-weight: 900; font-size: 18px; min-height: 56px; }
.form-callbtn:hover { background: var(--navy-deep); text-decoration: none; }
.form-callbtn svg { width: 22px; height: 22px; }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; gap: 12px; max-width: 880px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--gray-line); border-radius: 14px; overflow: hidden; }
.faq-item summary { list-style: none; padding: 22px 28px; font-weight: 700; font-size: 18px; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px; line-height: 1.35; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; background: var(--gold); color: var(--navy); width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-size: 22px; font-weight: 900; line-height: 1; flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary::after { content: '−'; transform: rotate(180deg); }
.faq-item .answer { padding: 0 28px 24px; font-size: 17px; line-height: 1.6; color: var(--gray-mid); }
.faq-item .answer p + p { margin-top: 10px; }

/* ---------- Bottom CTA ---------- */
.bottom-cta { background: linear-gradient(140deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; text-align: center; padding: 80px 0; border-top: 5px solid var(--gold); }
.bottom-cta h2 { color: #fff; margin: 0 auto 18px; }
.bottom-cta .lead { color: #c8d2e3; margin: 0 auto 32px; }
.bottom-cta .cta-row { justify-content: center; }
.bottom-cta-phone { font-weight: 900; font-size: clamp(28px, 4vw, 42px); color: var(--gold); margin: 24px 0; display: inline-block; letter-spacing: -0.01em; font-feature-settings: 'tnum'; }
.bottom-cta-phone:hover { text-decoration: none; color: #ffd624; }

/* ---------- Footer ---------- */
footer.site-footer { background: var(--navy-darker); color: #c8d2e3; padding: 56px 0 100px; font-size: 15px; }
.footer-grid { display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand img { width: 64px; background: #fff; padding: 6px; border-radius: 8px; }
.footer-brand p { line-height: 1.6; color: #a8b5cb; }
.footer-h { font-weight: 900; color: #fff; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px; }
footer ul { list-style: none; display: grid; gap: 9px; }
footer a { color: #c8d2e3; }
footer a:hover { color: var(--gold); text-decoration: none; }
.footer-legal { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; font-size: 13px; color: #8896b1; }

/* ---------- Sticky Mobile Phone-Bar ---------- */
.sticky-phone { position: fixed; left: 0; right: 0; bottom: 0; background: var(--navy); color: #fff; display: none; z-index: 80; box-shadow: 0 -8px 24px rgba(0,0,0,.25); border-top: 3px solid var(--gold); }
.sticky-phone .sp-row { display: grid; grid-template-columns: 1fr 1fr; }
.sticky-phone a { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 8px; font-weight: 900; font-size: 16px; color: #fff; min-height: 56px; }
.sticky-phone a:hover { text-decoration: none; }
.sticky-phone .sp-call { background: var(--gold); color: var(--navy); }
.sticky-phone .sp-wa { background: var(--whatsapp); }
.sticky-phone svg { width: 22px; height: 22px; }
@media (max-width: 760px) {
  .sticky-phone { display: block; }
  body { padding-bottom: 56px; }
}

/* ---------- Reveal-on-scroll ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s, transform .6s; }
.reveal.in { opacity: 1; transform: none; }
[id] { scroll-margin-top: 90px; }

/* ---------- Ratgeber-spezifisch ---------- */
.toc { background: var(--gray-soft); border-left: 5px solid var(--gold); border-radius: 12px; padding: 26px 30px; margin-bottom: 40px; }
.toc h3 { font-size: 14px; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-dark); margin-bottom: 14px; }
.toc ol { padding-left: 22px; }
.toc ol li { font-size: 17px; margin-bottom: 8px; }
.toc ol li a { color: var(--navy); font-weight: 700; }
.prose h3 { font-weight: 900; font-size: clamp(22px, 2.8vw, 28px); color: var(--navy); margin: 36px 0 14px; line-height: 1.2; }
.prose h4 { font-weight: 900; font-size: 19px; color: var(--navy); margin: 24px 0 10px; }
.prose p { font-size: 18px; line-height: 1.7; color: #1a1a1a; margin-bottom: 16px; max-width: 65ch; }
.prose ul, .prose ol { margin: 12px 0 20px 26px; }
.prose ul li, .prose ol li { font-size: 17px; line-height: 1.6; margin-bottom: 8px; }
.prose strong { color: var(--navy); }
.prose blockquote { border-left: 5px solid var(--gold); padding: 14px 22px; background: var(--gray-soft); border-radius: 0 8px 8px 0; font-style: italic; color: var(--navy); margin: 24px 0; font-size: 18px; }
.inline-cta-card { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; border-radius: 20px; padding: 36px; margin: 40px 0; border: 1px solid rgba(255,204,1,.25); }
.inline-cta-card h3 { font-weight: 900; font-size: 24px; color: var(--gold); margin-bottom: 10px; }
.inline-cta-card p { font-size: 17px; color: #c8d2e3; margin-bottom: 22px; line-height: 1.55; }

/* ---------- Launcher (index.html) ---------- */
.launcher-hero { background: linear-gradient(140deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; padding: 90px 0 70px; }
.launcher-hero h1 { font-weight: 900; font-size: clamp(32px, 4.8vw, 52px); line-height: 1.05; letter-spacing: -0.022em; margin-bottom: 22px; max-width: 24ch; }
.launcher-hero h1 .hl { color: var(--gold); }
.launcher-hero p { color: #c8d2e3; max-width: 60ch; font-size: 19px; line-height: 1.6; }
.page-cards { display: grid; gap: 22px; grid-template-columns: 1fr; margin-top: 12px; }
@media (min-width: 720px) { .page-cards { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1080px) { .page-cards { grid-template-columns: repeat(3,1fr); } }
.page-card { background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid var(--gray-line); transition: transform .2s, box-shadow .2s, border-color .2s; display: flex; flex-direction: column; }
.page-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(15,35,71,.15); border-color: var(--gold); text-decoration: none; }
.page-card-img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.page-card-body { padding: 24px 26px 28px; flex-grow: 1; display: flex; flex-direction: column; }
.page-card-kw { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-dark); font-weight: 700; margin-bottom: 8px; }
.page-card h3 { font-weight: 900; font-size: 22px; line-height: 1.2; color: var(--navy); margin-bottom: 10px; }
.page-card p { font-size: 16px; line-height: 1.55; color: var(--gray-mid); flex-grow: 1; margin-bottom: 14px; }
.page-card-link { font-weight: 700; color: var(--navy); font-size: 16px; display: inline-flex; align-items: center; gap: 8px; }
.page-card-link::after { content: '→'; color: var(--gold); transition: transform .15s; }
.page-card:hover .page-card-link::after { transform: translateX(4px); }
