﻿:root {
  --primary: #fcb02f;
  --primary-dark: #d88d00;
  --ink: #172026;
  --muted: #64717c;
  --line: #e4e9ed;
  --surface: #ffffff;
  --soft: #f5f7f8;
  --soft-warm: #fff7e8;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(23, 32, 38, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }

.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.section-pad { padding: 92px 0; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
  padding: 0 clamp(20px, 5vw, 56px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(228, 233, 237, 0.72);
  backdrop-filter: blur(18px);
}
.site-header.is-scrolled { box-shadow: 0 12px 28px rgba(23, 32, 38, 0.06); }

.brand-logo { width: 68px; height: 68px; object-fit: contain; display: block; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: var(--radius); background: var(--primary); color: #111; font-weight: 800; }
.brand-text { font-size: 1rem; }
.site-nav { display: flex; align-items: center; gap: 24px; color: #34414a; font-weight: 700; font-size: 0.92rem; }
.site-nav a { padding: 8px 0; }
.site-nav a:hover { color: var(--primary-dark); }
.nav-call { padding: 10px 16px !important; border-radius: var(--radius); background: var(--ink); color: #fff !important; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; padding-top: 142px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.88) 42%, rgba(255,255,255,0.18) 72%), url('../hero-krankenfahrdienst.png') center right / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 160px; background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0)); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 680px) 320px; gap: 60px; align-items: end; }
.hero-copy h1, .page-hero h1 { margin: 0; max-width: 820px; font-size: clamp(2.45rem, 6vw, 5.1rem); line-height: 0.98; letter-spacing: 0; }
.hero-copy .lead, .page-hero .lead { max-width: 650px; margin: 24px 0 0; color: #3f4c55; font-size: clamp(1.05rem, 2vw, 1.24rem); }
.eyebrow { margin: 0 0 14px; color: var(--primary-dark); font-weight: 800; text-transform: uppercase; font-size: 0.76rem; letter-spacing: 0.08em; }
.hero-checks { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; max-width: 640px; }
.hero-checks li, .check-list li { position: relative; padding-left: 30px; color: #34414a; font-weight: 700; }
.hero-checks li::before, .check-list li::before { content: ""; position: absolute; left: 0; top: 0.36em; width: 17px; height: 17px; border-radius: 50%; background: var(--primary); box-shadow: inset 0 0 0 5px #fff; border: 1px solid var(--primary); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; border: 0; border-radius: var(--radius); font: inherit; font-weight: 800; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: #141414; box-shadow: 0 12px 28px rgba(252, 176, 47, 0.28); }
.btn-primary:hover { background: #f6a312; }
.btn-secondary { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }
.hero-panel { padding: 24px; border-radius: var(--radius); background: rgba(255,255,255,0.94); border: 1px solid rgba(228,233,237,0.8); box-shadow: var(--shadow); }
.panel-label { margin: 0 0 12px; color: var(--muted); font-weight: 700; }
.panel-phone { display: block; font-size: 1.28rem; font-weight: 800; margin: 8px 0; }
.panel-phone.muted { color: #43505a; }
.hero-panel p:last-child { margin-bottom: 0; color: var(--muted); }

.light-band { background: var(--soft); }
.soft-warm-band { background: var(--soft-warm); }
.section-head { max-width: 780px; margin-bottom: 34px; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 1.08rem; }
.section-head p, .split p, .contact-section p { color: var(--muted); }
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: start; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.values-grid article, .comparison-grid article { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.values-grid p, .comparison-grid p, .values-grid article p { margin: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.services-grid.six { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 218px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.service-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 26px; border-radius: var(--radius); background: var(--soft-warm); color: var(--primary-dark); font-weight: 800; }
.service-card p { margin: 0; color: var(--muted); }
.billing-layout .btn { margin-top: 18px; }
.check-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.panel-list { padding: 28px; border: 1px solid rgba(216,141,0,0.22); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 8px 20px; padding: 22px; border-bottom: 1px solid var(--line); }
.steps span { grid-row: span 2; color: var(--primary-dark); font-weight: 800; }
.steps strong { font-size: 1.15rem; }
.steps p { margin: 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.benefits-grid span { min-height: 72px; display: flex; align-items: center; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; font-weight: 800; color: #34414a; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.comparison-grid article.positive { border-color: rgba(252,176,47,0.58); background: var(--soft-warm); }
.comparison-grid ul { margin: 0; padding-left: 20px; color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); margin: 12px 0 0; }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 68px; align-items: start; }
.contact-list { display: grid; gap: 12px; margin-top: 28px; font-weight: 800; }
.contact-list a { color: var(--primary-dark); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; }
.contact-form label:nth-last-of-type(1), .contact-form button, .form-note { grid-column: 1 / -1; }
label { display: grid; gap: 8px; color: #34414a; font-size: 0.92rem; font-weight: 800; }
.consent-field { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; font-weight: 600; line-height: 1.45; }
.consent-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--primary); }
.consent-field a { color: var(--primary-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 15px; font: inherit; color: var(--ink); background: #fbfcfc; }
textarea { resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(252,176,47,0.28); border-color: var(--primary); background: #fff; }
.form-note { margin: 0; font-size: 0.9rem; color: var(--muted); }

.page-main { padding-top: 76px; }
.page-hero { background: linear-gradient(180deg, var(--soft-warm), #fff); }
.value-list { display: grid; gap: 14px; }
.value-list p, .legal-card p { margin-top: 0; color: var(--muted); }
.legal-card { max-width: 820px; }
.legal-card h2 { font-size: 1.35rem; margin: 34px 0 12px; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card a { color: var(--primary-dark); font-weight: 800; }

.site-footer { padding: 36px 0 96px; border-top: 1px solid var(--line); background: #fff; color: #43505a; }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; }
.footer-grid p { margin: 8px 0 0; }
.footer-grid div:last-child { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 800; align-content: flex-start; }
.mobile-call { display: none; }

@media (max-width: 1040px) {
  .services-grid.six, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .section-pad { padding: 72px 0; }
  .hero { min-height: auto; padding-top: 128px; }
  .hero-bg { background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88)), url('../hero-krankenfahrdienst.png') center / cover no-repeat; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-panel { max-width: 420px; }
  .values-grid, .comparison-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(100% - 28px, 1120px); }
  .site-header { height: 68px; padding: 0 14px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-text { font-size: 0.95rem; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; top: 68px; left: 12px; right: 12px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
  body.nav-open .site-nav { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .nav-call { text-align: center; }
  .hero { padding-top: 112px; }
  .hero-copy h1, .page-hero h1 { font-size: clamp(2.3rem, 13vw, 3.9rem); }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .services-grid.six, .benefits-grid, .contact-form { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .steps li { grid-template-columns: 48px 1fr; padding: 18px 0; }
  .contact-form { padding: 18px; }
  .footer-grid { flex-direction: column; }
  .site-footer { padding-bottom: 106px; }
  .mobile-call { position: fixed; z-index: 40; left: 14px; right: 14px; bottom: 14px; display: flex; align-items: center; justify-content: center; min-height: 54px; border-radius: var(--radius); background: var(--primary); color: #111; font-weight: 900; box-shadow: 0 12px 32px rgba(23,32,38,0.18); }
}


