/* saisonpersonal.de V2 — Design C „Corporate Trust"
   Geteiltes Stylesheet für index + Branchen-Unterseiten. */
:root {
  --navy: #0C2440; --navy-2: #123258; --bg: #F3F6FA; --card: #FFFFFF;
  --ink: #10233B; --body: #3E5068; --mut: #64748B;
  --blue: #1B66C9; --blue-deep: #124E9E; --lime: #B8E24A;
  --line: #DBE3EC; --radius: 12px;
  --shadow: 0 14px 40px -18px rgba(12, 36, 64, 0.28);
  --shadow-soft: 0 6px 18px -12px rgba(12, 36, 64, 0.18);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--bg); color: var(--ink); line-height: 1.55; }
.wrap { max-width: 1200px; margin: 0 auto; padding-inline: 28px; }
img { display: block; max-width: 100%; }

/* ---------- Header ---------- */
header.site { background: var(--navy); position: sticky; top: 0; z-index: 20; }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; padding-block: 15px; gap: 18px; }
.logo { font-weight: 800; font-size: 19px; color: #fff; text-decoration: none; letter-spacing: -0.01em; white-space: nowrap; }
.logo span { color: var(--lime); }
.nav { display: flex; gap: 22px; font-size: 14.5px; font-weight: 500; }
.nav a { color: rgba(255,255,255,0.85); text-decoration: none; }
.nav a:hover, .nav a[aria-current] { color: #fff; }
.nav a[aria-current] { border-bottom: 2px solid var(--lime); padding-bottom: 3px; }
.btn { display: inline-block; background: var(--blue); color: #fff; font-weight: 600; font-size: 15px; padding: 12px 22px; border-radius: 9px; text-decoration: none; border: none; cursor: pointer; font-family: inherit; }
.btn:hover { background: var(--blue-deep); }
.btn--lime { background: var(--lime); color: var(--navy); font-weight: 700; }
.btn--lime:hover { background: #A5CF3B; }

/* ---------- Hero mit Lead-Karte ---------- */
.hero { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; }
.hero .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; padding-block: 64px 76px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; padding: 7px 14px; font-size: 13px; font-weight: 500; margin-bottom: 22px; }
.badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); font-style: normal; }
h1 { font-size: clamp(30px, 3vw, 42px); font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; }
h1 em { font-style: normal; color: var(--lime); }
.hero p.lead { margin-top: 18px; font-size: 17px; color: rgba(255,255,255,0.85); max-width: 52ch; }
.trustline { margin-top: 30px; display: flex; gap: 24px; flex-wrap: wrap; font-size: 13.5px; color: rgba(255,255,255,0.85); }
.trustline span { display: flex; gap: 8px; align-items: center; }
.trustline b { color: var(--lime); }

.lead-card { background: var(--card); color: var(--ink); border-radius: 16px; box-shadow: var(--shadow); padding: 26px 28px 24px; }
.lead-card h2 { font-size: 19px; font-weight: 700; }
.lead-card .sub { font-size: 13.5px; color: var(--mut); margin: 6px 0 14px; }
.lead-card label { display: block; font-size: 13px; font-weight: 600; margin: 12px 0 5px; }
.lead-card select, .lead-card input { width: 100%; padding: 12px; border: 1.5px solid var(--line); border-radius: 9px; font: inherit; font-size: 14.5px; background: #fff; color: var(--ink); }
.lead-card .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-card .btn { width: 100%; text-align: center; margin-top: 18px; }
.lead-card .secure { display: flex; gap: 7px; align-items: center; justify-content: center; font-size: 12px; color: var(--mut); margin-top: 10px; }

/* ---------- Cal.com Terminwahl ---------- */
.cal-sec { background: var(--card); border-bottom: 1px solid var(--line); padding-block: 56px 64px; }
.cal-sec .sec-head { margin-bottom: 26px; }
#cal-embed { width: 100%; min-height: 660px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-soft); overflow: hidden; }
.lead-done { text-align: center; padding: 18px 6px 8px; }
.lead-done .big { font-size: 34px; line-height: 1; }
.lead-done h3 { font-size: 18px; font-weight: 700; margin-top: 10px; }
.lead-done p { font-size: 14px; color: var(--mut); margin-top: 6px; }

/* ---------- Verfuegbarkeits-Check (Ads-Landingpage) ---------- */
.check-hero { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; min-height: calc(100vh - 62px); display: flex; align-items: center; padding-block: 56px; }
.check-hero .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; width: 100%; }
.check-card { background: var(--card); color: var(--ink); border-radius: 16px; box-shadow: var(--shadow); padding: 28px; }
.check-card h2 { font-size: 20px; font-weight: 700; }
.check-card .sub { font-size: 13.5px; color: var(--mut); margin: 6px 0 6px; }
.check-card label { display: block; font-size: 13px; font-weight: 600; margin: 13px 0 5px; }
.check-card select, .check-card input { width: 100%; padding: 12px; border: 1.5px solid var(--line); border-radius: 9px; font: inherit; font-size: 14.5px; background: #fff; color: var(--ink); }
.check-card .row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-card .btn { width: 100%; text-align: center; margin-top: 18px; }
.check-card .secure { display: flex; gap: 7px; align-items: center; justify-content: center; font-size: 12px; color: var(--mut); margin-top: 10px; }

/* Pruef-Animation */
.checking { text-align: center; padding: 26px 8px 18px; }
.checking .spin { width: 46px; height: 46px; margin: 0 auto 18px; border-radius: 50%; border: 4px solid var(--line); border-top-color: var(--blue); animation: chk-spin 0.9s linear infinite; }
@keyframes chk-spin { to { transform: rotate(360deg); } }
.checking h3 { font-size: 17px; font-weight: 700; }
.check-steps { margin-top: 18px; display: grid; gap: 10px; text-align: left; }
.check-steps li { list-style: none; display: grid; grid-template-columns: 24px 1fr; gap: 10px; font-size: 14px; color: var(--mut); opacity: 0.35; transition: opacity .3s ease; align-items: center; }
.check-steps li.on { opacity: 1; color: var(--ink); }
.check-steps li .dot { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line); display: grid; place-items: center; font-size: 11px; font-weight: 800; color: transparent; }
.check-steps li.done .dot { background: var(--lime); border-color: var(--lime); color: var(--navy); }

/* Ergebnis */
.result { padding: 6px 2px 2px; }
.result .okbadge { width: 58px; height: 58px; border-radius: 50%; background: var(--lime); color: var(--navy); font-size: 26px; font-weight: 800; display: grid; place-items: center; margin-bottom: 16px; animation: chk-pop .45s cubic-bezier(.34,1.56,.64,1); }
@keyframes chk-pop { from { transform: scale(0); } to { transform: scale(1); } }
.result h3 { font-size: 21px; font-weight: 800; line-height: 1.2; }
.result h3 em { font-style: normal; color: var(--blue); }
.result .summary { margin-top: 14px; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; display: grid; gap: 7px; }
.result .summary div { display: flex; justify-content: space-between; gap: 14px; font-size: 14px; }
.result .summary span { color: var(--mut); }
.result .summary b { text-align: right; }
.result .note { margin-top: 12px; font-size: 12.5px; color: var(--mut); }
.result .btn { width: 100%; text-align: center; margin-top: 16px; }

/* ---------- Trust-Metriken ---------- */
.metrics { background: var(--card); border-bottom: 1px solid var(--line); }
.metrics .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 24px; }
.metric { display: flex; gap: 13px; align-items: center; }
.metric i { flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px; background: #E8F0FB; color: var(--blue); display: grid; place-items: center; font-style: normal; font-weight: 800; font-size: 14px; }
.metric b { display: block; font-size: 15px; }
.metric span { font-size: 12.5px; color: var(--mut); line-height: 1.4; display: block; }

/* ---------- Sektionen ---------- */
section { padding-block: 76px; }
.eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
h2.sec { font-size: clamp(27px, 3.1vw, 38px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
.sec-head { max-width: 64ch; margin-bottom: 40px; }
.sec-head p { margin-top: 12px; font-size: 16px; color: var(--body); }

/* ---------- Stat-Streifen (belegte Zahlen) ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.stat b { font-size: clamp(26px, 2.6vw, 34px); font-weight: 800; letter-spacing: -0.02em; color: var(--navy); display: block; }
.stat b .arrow { color: var(--blue); margin-inline: 6px; }
.stat b s { color: var(--mut); font-weight: 600; }
.stat span { font-size: 13.5px; color: var(--body); display: block; margin-top: 6px; line-height: 1.5; }

/* ---------- Branchen-Karten ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: var(--ink); box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card img { aspect-ratio: 16/9; width: 100%; object-fit: cover; }
.card .in { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.card .tag { align-self: flex-start; font-size: 11.5px; font-weight: 700; color: var(--blue); background: #E8F0FB; border-radius: 999px; padding: 4px 10px; letter-spacing: 0.06em; text-transform: uppercase; }
.card h3 { font-size: 19px; font-weight: 700; margin: 12px 0 6px; }
.card p { font-size: 14.5px; color: var(--body); flex: 1; }
.card .link { margin-top: 14px; font-size: 14.5px; font-weight: 600; color: var(--blue); }

/* ---------- Bildband ---------- */
.imgband { padding-block: 0; }
.imgband .inner { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.imgband img { width: 100%; aspect-ratio: 21/8; object-fit: cover; }

/* ---------- Prozess (dunkel) ---------- */
.process { background: var(--navy); color: #fff; }
.process .eyebrow { color: var(--lime); }
.process h2.sec { color: #fff; }
.process .sec-head p { color: rgba(255,255,255,0.75); }
.pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pstep { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); padding: 24px; }
.pstep .no { font-size: 13px; font-weight: 800; color: var(--navy); background: var(--lime); border-radius: 7px; width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: 16px; }
.pstep h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.pstep p { font-size: 14px; color: rgba(255,255,255,0.75); }

/* ---------- Prozess im Detail (Zickzack, nur index) ---------- */
.zigzag { display: grid; gap: clamp(44px, 6vw, 72px); margin-top: 8px; }
.zz-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.zz-row figure { margin: 0; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.zz-row figure img { width: 100%; aspect-ratio: 16/10.5; object-fit: cover; display: block; }
.zz-row:nth-child(even) figure { order: -1; }
.zz-copy .no { font-size: 13px; font-weight: 800; color: var(--navy); background: var(--lime); border-radius: 8px; width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 16px; }
.zz-copy h3 { font-size: clamp(21px, 2.2vw, 27px); font-weight: 800; letter-spacing: -0.015em; color: #fff; line-height: 1.15; }
.zz-copy p { margin-top: 10px; font-size: 15.5px; color: rgba(255,255,255,0.78); max-width: 50ch; }
.zz-copy ul { margin-top: 14px; display: grid; gap: 7px; }
.zz-copy li { list-style: none; display: grid; grid-template-columns: 20px 1fr; gap: 9px; font-size: 14.5px; color: rgba(255,255,255,0.85); }
.zz-copy li::before { content: '✓'; color: var(--lime); font-weight: 800; }
@media (max-width: 900px) {
  .zz-row { grid-template-columns: 1fr; gap: 22px; }
  .zz-row:nth-child(even) figure { order: 0; }
}

/* ---------- Garantien / Inklusiv-Grid ---------- */
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.g-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; display: grid; grid-template-columns: 46px 1fr; gap: 16px; }
.g-item i { width: 46px; height: 46px; border-radius: 10px; background: #EDF7DC; color: #48761B; font-style: normal; font-weight: 800; font-size: 18px; display: grid; place-items: center; }
.g-item b { display: block; font-size: 16px; margin-bottom: 3px; }
.g-item p { font-size: 14.5px; color: var(--body); }

/* ---------- Menschen-Split ---------- */
.split .wrap { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 54px; align-items: center; }
.split figure { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); position: relative; margin: 0; }
.split figcaption { position: absolute; inset-inline: 0; bottom: 0; padding: 14px 18px; background: linear-gradient(transparent, rgba(12,36,64,0.85)); color: #fff; font-size: 13.5px; }
.checks { margin-top: 22px; display: grid; gap: 12px; }
.checks li { list-style: none; display: grid; grid-template-columns: 30px 1fr; gap: 12px; font-size: 15px; color: var(--body); align-items: start; }
.checks .tick { width: 24px; height: 24px; border-radius: 7px; background: #EDF7DC; color: #48761B; font-weight: 800; font-size: 13px; display: grid; place-items: center; margin-top: 1px; }
.checks b { color: var(--ink); }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 12px; max-width: 860px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; font-weight: 600; font-size: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; font-weight: 600; color: var(--blue); flex-shrink: 0; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .a { padding: 0 22px 20px; font-size: 15px; color: var(--body); max-width: 72ch; }

/* ---------- Ansprechpartner ---------- */
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 860px; }
.tcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; display: flex; gap: 18px; align-items: center; box-shadow: var(--shadow-soft); }
.tcard .avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; font-size: 19px; display: grid; place-items: center; flex-shrink: 0; }
.tcard h3 { font-size: 17px; font-weight: 700; }
.tcard .role { font-size: 13.5px; color: var(--mut); margin: 2px 0 6px; }
.tcard a { font-size: 14.5px; font-weight: 600; color: var(--blue); text-decoration: none; }

/* ---------- Formular-Sektion (Seitenende) ---------- */
.contact { background: var(--navy); color: #fff; }
.contact .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact .eyebrow { color: var(--lime); }
.contact h2.sec { color: #fff; }
.contact p.lead { margin-top: 14px; font-size: 16.5px; color: rgba(255,255,255,0.82); }
.contact .note { margin-top: 14px; font-size: 13.5px; color: rgba(255,255,255,0.6); }

/* ---------- CTA-Panel ---------- */
.cta { padding-block: 0 88px; }
.cta .inner { background: linear-gradient(120deg, var(--navy), var(--navy-2)); color: #fff; border-radius: 18px; padding: 50px 56px; display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; box-shadow: var(--shadow); }
.cta h2 { font-size: clamp(24px, 2.8vw, 34px); font-weight: 800; letter-spacing: -0.02em; max-width: 26ch; line-height: 1.12; }
.cta p { margin-top: 10px; color: rgba(255,255,255,0.8); font-size: 15px; max-width: 52ch; }

/* ---------- Footer ---------- */
footer { padding: 26px 0 34px; font-size: 13.5px; color: var(--mut); }
footer .wrap { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
footer a { color: var(--mut); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero .wrap, .split .wrap, .contact .wrap { grid-template-columns: 1fr; gap: 36px; }
  .metrics .wrap { grid-template-columns: 1fr 1fr; }
  .cards, .stats, .pgrid { grid-template-columns: 1fr 1fr; }
  .grid2, .team-grid { grid-template-columns: 1fr; }
  .nav { display: none; }
}
@media (max-width: 620px) {
  .cards, .stats, .pgrid, .metrics .wrap, .lead-card .row { grid-template-columns: 1fr; }
  .cta .inner { padding: 36px 28px; }
  .imgband img { aspect-ratio: 16/10; }
}
