/* ============================================================
   Dr. Blesse & Partner — Rhinoplastik-Landingpage
   Aubergine/Lila + Creme · klassisch-ästhetisch (griechisch/römisch)
   Wechsel dunkle ↔ helle Sektionen.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Figtree:wght@400;500;600;700;800&display=swap");

:root {
  /* Aubergine / Lila */
  --plum-900: #1c0f2e;
  --plum-800: #251539;
  --plum-700: #2f1a45;
  --plum-600: #3c2356;
  --lilac:    #a78bca;
  --lilac-2:  #c4adde;
  --lilac-soft: #d9c9ec;
  --gold:     #8763b3;

  /* Creme */
  --cream:    #faf5ec;
  --cream-2:  #f3ebdd;
  --ink:      #241433;
  --ink-soft: #5a4a6b;
  --muted:    #8a7c99;

  --line-d: rgba(214,197,236,0.16);
  --line-l: rgba(36,20,51,0.12);

  --fd: "Cormorant Garamond", Georgia, serif;
  --fs: "Figtree", system-ui, -apple-system, sans-serif;

  /* Blatt-Verzierung (Olivenzweig) */
  --leaf-d: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='54' height='22' viewBox='0 0 54 22'><g fill='none' stroke='%23b69fd6' stroke-width='1.1' stroke-linecap='round'><path d='M27 21 C 22 16 19 10 18 3'/><path d='M27 21 C 32 16 35 10 36 3'/></g><g fill='%23b69fd6'><path d='M18 8 C 13 6 10 8 9 12 C 13 13 16 12 18 8 Z'/><path d='M21 13 C 16 12 13 14 12 18 C 16 19 19 17 21 13 Z'/><path d='M36 8 C 41 6 44 8 45 12 C 41 13 38 12 36 8 Z'/><path d='M33 13 C 38 12 41 14 42 18 C 38 19 35 17 33 13 Z'/></g><circle cx='27' cy='3' r='1.6' fill='%23b69fd6'/></svg>");
  --leaf-l: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='54' height='22' viewBox='0 0 54 22'><g fill='none' stroke='%237c5ca6' stroke-width='1.1' stroke-linecap='round'><path d='M27 21 C 22 16 19 10 18 3'/><path d='M27 21 C 32 16 35 10 36 3'/></g><g fill='%237c5ca6'><path d='M18 8 C 13 6 10 8 9 12 C 13 13 16 12 18 8 Z'/><path d='M21 13 C 16 12 13 14 12 18 C 16 19 19 17 21 13 Z'/><path d='M36 8 C 41 6 44 8 45 12 C 41 13 38 12 36 8 Z'/><path d='M33 13 C 38 12 41 14 42 18 C 38 19 35 17 33 13 Z'/></g><circle cx='27' cy='3' r='1.6' fill='%237c5ca6'/></svg>");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--fs); color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }

.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 40px; }

/* ---- Section themes ---- */
section { position: relative; overflow: hidden; }
.s-pad { padding: clamp(80px, 10vw, 150px) 0; }
.s-dark { background: linear-gradient(170deg, var(--plum-800) 0%, var(--plum-900) 100%); color: var(--cream); }
.s-dark2 { background: linear-gradient(185deg, var(--plum-900) 0%, var(--plum-700) 60%, var(--plum-900) 100%); color: var(--cream); }
.s-light { background: var(--cream); color: var(--ink); }
.s-light2 { background: var(--cream-2); color: var(--ink); }

/* grain on dark */
.s-dark::after, .s-dark2::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.5;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.78 0 0 0 0 0.69 0 0 0 0 0.9 0 0 0 0.03 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.s-dark > *, .s-dark2 > * { position: relative; z-index: 1; }

/* ---- Headings ---- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--fs); font-weight: 700; font-size: 13px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--lilac); margin: 0 0 22px;
}
.s-light .eyebrow, .s-light2 .eyebrow { color: #7c5ca6; }
.eyebrow::before { content: ""; width: 30px; height: 13px; flex: 0 0 auto;
  background: var(--leaf-d) no-repeat center / contain; }
.s-light .eyebrow::before, .s-light2 .eyebrow::before { background-image: var(--leaf-l); }
.eyebrow.center { justify-content: center; }

.h1 { font-family: var(--fd); font-weight: 600; font-size: clamp(46px, 7vw, 96px); line-height: 0.98; letter-spacing: -0.01em; margin: 0; }
.h2 { font-family: var(--fd); font-weight: 600; font-size: clamp(36px, 5.2vw, 68px); line-height: 1.04; letter-spacing: -0.005em; margin: 0; }
.h3 { font-family: var(--fd); font-weight: 600; font-size: clamp(24px, 2.6vw, 32px); line-height: 1.12; margin: 0; }
.it { font-style: italic; font-weight: 500; }
.accent { color: var(--lilac); }
.s-light .accent, .s-light2 .accent { color: #8763b3; }

.lead { font-size: clamp(16px, 1.6vw, 19px); line-height: 1.65; color: var(--ink-soft); margin: 18px 0 0; max-width: 56ch; }
.s-dark .lead, .s-dark2 .lead { color: rgba(238,230,247,0.75); }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.sec-head { max-width: 820px; }
.sec-head.center { margin: 0 auto; }

/* ---- Buttons ---- */
.btn { display: inline-flex; align-items: center; gap: 14px; font-family: var(--fs); font-weight: 700; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; padding: 14px 34px; border-radius: 6px; border: 0; cursor: pointer; transition: transform .2s, box-shadow .3s, background .3s; }
.btn-subtext { font-family: var(--fs); font-weight: 600; font-size: 10.5px; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 10px; display: block; text-align: center; }
.s-dark .btn-subtext, .s-dark2 .btn-subtext { color: rgba(238,230,247,0.45); }
.btn-primary { background: linear-gradient(180deg, var(--plum-600), var(--plum-800)); color: var(--cream); box-shadow: 0 14px 34px rgba(28,15,46,0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 48px rgba(28,15,46,0.5); }
.s-dark .btn-primary, .s-dark2 .btn-primary { background: linear-gradient(180deg, var(--lilac), #7c5ca6); color: #fff; box-shadow: 0 14px 34px rgba(120,92,166,0.4); }
.btn .ar { display: inline-flex; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,0.16); align-items: center; justify-content: center; transition: transform .25s; }
.btn:hover .ar { transform: translateX(3px); }
.btn .ar svg { width: 12px; height: 12px; }

/* ---- Classical ornaments ---- */
.laurel { display: block; margin: 0 auto 26px; width: 120px; height: 34px; opacity: 0.9; }
/* dezenter Sektions-Trenner (eine feine Linie, kein Schnörkel) */
.divider { display: flex; align-items: center; justify-content: center; margin: 30px 0 0; }
.divider::before { content: ""; width: 120px; height: 1px; background: linear-gradient(90deg, transparent, currentColor, transparent); opacity: 0.35; }
.divider .dot { display: none; }

/* greek key top border */
.greek-key { height: 14px; width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='14' viewBox='0 0 48 14'><path d='M2 12 V4 H14 V10 H8 V6 M22 12 V4 H34 V10 H28 V6 M46 12 V4' fill='none' stroke='%23c9a96a' stroke-width='1.4' opacity='0.55'/></svg>");
  background-repeat: repeat-x; background-size: auto 14px; opacity: 0.7;
}

/* faint column flutes accent */
.flute { position: absolute; top: 0; bottom: 0; width: 60px; opacity: 0.05; pointer-events: none;
  background: repeating-linear-gradient(90deg, currentColor 0 1px, transparent 1px 9px); }

/* ============================================================ NAVBAR */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(250,245,236,0.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-l); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 84px; }
.brand { line-height: 1; }
.brand .bn { font-family: var(--fd); font-weight: 700; font-size: 24px; letter-spacing: 0.02em; color: var(--ink); }
.brand .bs { font-family: var(--fs); font-weight: 600; font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.nav-links { display: flex; gap: 34px; }
.nav-links a { font-family: var(--fs); font-weight: 600; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: #7c5ca6; }
.nav-cta { padding: 14px 26px; font-size: 12px; }
@media (max-width: 940px) { .nav-links { display: none; } }

/* ============================================================ HERO */
.hero { background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border: 1px solid var(--line-l); border-radius: 999px; font-family: var(--fs); font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #7c5ca6; background: rgba(167,139,202,0.07); margin: 0 0 30px; }
.hero h1 { color: var(--ink); }
.hero h1 .it { color: #5e3f86; }
.hero .lead { margin-bottom: 40px; }
.hero-stats { display: flex; gap: 48px; margin-top: 52px; padding-top: 36px; border-top: 1px solid var(--line-l); }
.hstat .n { font-family: var(--fd); font-weight: 700; font-size: clamp(34px, 4vw, 46px); color: var(--ink); line-height: 1; }
.hstat .n b { color: var(--gold); }
.hstat .l { font-family: var(--fs); font-weight: 600; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 10px; }
.hero-media { position: relative; }
.hero-media .frame { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 50px 100px rgba(28,15,46,0.28); }
.hero-media image-slot { width: 100%; height: 100%; }
.hero-media .loc { position: absolute; left: 22px; right: 22px; bottom: 22px; background: var(--cream); border-radius: 8px; padding: 16px 22px; box-shadow: 0 14px 30px rgba(28,15,46,0.2); }
.hero-media .loc .lt { font-family: var(--fs); font-weight: 700; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.hero-media .loc .lv { font-family: var(--fd); font-weight: 700; font-size: 19px; color: var(--ink); margin-top: 4px; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 44px; } .hero-stats { gap: 30px; } }

/* ============================================================ VIDEO */
.video-frame { position: relative; max-width: 360px; margin: 56px auto 0; border-radius: 14px; overflow: hidden; aspect-ratio: 9/16; box-shadow: 0 50px 110px rgba(0,0,0,0.5); border: 1px solid var(--line-d); }
.video-frame .wistia_embed { width: 100%; height: 100%; position: absolute; inset: 0; opacity: 1; pointer-events: auto; }
.video-frame .video-play, .video-frame .video-meta { transition: opacity 0.4s ease; z-index: 10; pointer-events: none; }
.video-frame.playing .video-play, .video-frame.playing .video-meta { opacity: 0; pointer-events: none; }
.video-frame image-slot { width: 100%; height: 100%; }
.video-play { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.video-play .pc { width: 96px; height: 96px; border-radius: 50%; background: rgba(250,245,236,0.16); border: 1.5px solid rgba(250,245,236,0.6); backdrop-filter: blur(6px); display: grid; place-items: center; }
.video-play .pc::after { content: ""; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 26px solid var(--cream); margin-left: 6px; }
.video-meta { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; font-family: var(--fs); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(250,245,236,0.85); }

/* ============================================================ TRUST badges */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.trust-card { padding: 38px 34px; border-radius: 12px; background: var(--cream); border: 1px solid var(--line-l); box-shadow: 0 18px 40px rgba(28,15,46,0.06); }
.trust-card .tt { font-family: var(--fd); font-weight: 700; font-size: 28px; color: #5e3f86; }
.trust-card .th { font-family: var(--fs); font-weight: 800; font-size: 16px; color: var(--ink); margin: 12px 0 10px; letter-spacing: 0.01em; }
.trust-card p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
@media (max-width: 800px) { .trust-grid { grid-template-columns: 1fr; } }

/* ============================================================ PROBLEMS / PROCESS cards (numbered) */
.numgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 64px; }
.numgrid.four { grid-template-columns: repeat(4, 1fr); }
.numcard { padding: 40px 32px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-d); }
.s-light .numcard, .s-light2 .numcard { background: var(--cream); border-color: var(--line-l); box-shadow: 0 16px 38px rgba(28,15,46,0.06); }
.numcard .nn { font-family: var(--fd); font-weight: 700; font-style: italic; font-size: 42px; color: var(--lilac); line-height: 1; }
.s-light .numcard .nn, .s-light2 .numcard .nn { color: #b094db; }
.numcard h4 { font-family: var(--fd); font-weight: 700; font-size: 23px; margin: 18px 0 12px; line-height: 1.14; }
.numcard p { margin: 0; font-size: 15px; line-height: 1.58; color: rgba(238,230,247,0.72); }
.s-light .numcard p, .s-light2 .numcard p { color: var(--ink-soft); }
@media (max-width: 900px) { .numgrid, .numgrid.four { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .numgrid, .numgrid.four { grid-template-columns: 1fr; } }

/* ============================================================ SOLUTION split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split.rev .split-media { order: 2; }
.split-media .frame { border-radius: 14px; overflow: hidden; aspect-ratio: 5/4; box-shadow: 0 40px 90px rgba(28,15,46,0.28); }
.split-media image-slot { width: 100%; height: 100%; }
.feat-list { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.feat-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; line-height: 1.45; }
.feat-list .ic { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 0; background: none; border: 0; color: #8763b3; display: grid; place-items: center; }
.s-dark .feat-list .ic, .s-dark2 .feat-list .ic { color: var(--lilac-2); }
.feat-list .ic svg { width: 22px; height: 22px; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 36px; } .split.rev .split-media { order: 0; } }

/* ============================================================ BEFORE / AFTER slider */
.ba { position: relative; max-width: 760px; margin: 56px auto 0; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; box-shadow: 0 40px 90px rgba(0,0,0,0.45); user-select: none; }
.ba .layer { position: absolute; inset: 0; }
.ba .layer image-slot { width: 100%; height: 100%; }
.ba .after { clip-path: inset(0 0 0 50%); }
.ba .tag { position: absolute; top: 18px; padding: 7px 16px; border-radius: 999px; font-family: var(--fs); font-weight: 700; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; background: rgba(28,15,46,0.7); color: var(--cream); backdrop-filter: blur(6px); }
.ba .tag.l { left: 18px; } .ba .tag.r { right: 18px; }
.ba .handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--cream); transform: translateX(-50%); }
.ba .knob { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 52px; height: 52px; border-radius: 50%; background: var(--cream); box-shadow: 0 8px 22px rgba(0,0,0,0.4); display: grid; place-items: center; color: var(--plum-700); font-size: 18px; }
.ba input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }

/* ============================================================ DOCTORS */
.doc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 60px; }
.doc { border-radius: 14px; overflow: hidden; background: var(--cream); border: 1px solid var(--line-l); box-shadow: 0 24px 54px rgba(28,15,46,0.1); }
.doc .ph { aspect-ratio: 1/1; position: relative; }
.doc .ph image-slot { width: 100%; height: 100%; }
.doc .ph .role { position: absolute; top: 16px; left: 16px; padding: 6px 14px; border-radius: 999px; font-family: var(--fs); font-weight: 700; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; background: rgba(28,15,46,0.78); color: var(--cream); }
.doc-b { padding: 34px 34px 38px; }
.doc-b .dn { font-family: var(--fd); font-weight: 700; font-size: 30px; color: var(--ink); }
.doc-b .dr { font-family: var(--fs); font-weight: 600; font-size: 13px; letter-spacing: 0.04em; color: #7c5ca6; margin: 6px 0 16px; }
.doc-b p { margin: 0 0 20px; font-size: 15px; line-height: 1.62; color: var(--ink-soft); }
.doc-b ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.doc-b li { display: flex; gap: 12px; font-size: 14.5px; color: var(--ink); }
.doc-b li .ic { color: transparent; flex: 0 0 auto; width: 18px; height: 16px; margin-top: 3px; font-size: 0;
  background: var(--leaf-l) no-repeat center / contain; }

/* ---- Filigrane Verzierungs-Frames um integrierte Bilder ---- */
.hero-media .frame, .split-media .frame, .video-frame, .doc .ph, .ba {
  box-shadow: 0 40px 90px rgba(28,15,46,0.26);
}
.orn-frame { position: relative; }
.orn-frame::before {
  content: ""; position: absolute; inset: 10px; z-index: 4; pointer-events: none;
  border: 1px solid rgba(250,245,236,0.45); border-radius: 6px;
}
.orn-frame::after {
  content: ""; position: absolute; inset: 16px; z-index: 4; pointer-events: none;
  border: 1px solid rgba(250,245,236,0.22);
  -webkit-mask-image: linear-gradient(180deg,#000 0 14%,transparent 14% 86%,#000 86% 100%), linear-gradient(90deg,#000 0 14%,transparent 14% 86%,#000 86% 100%);
}
.orn-corner { position: absolute; width: 26px; height: 26px; z-index: 5; pointer-events: none; opacity: 0.7;
  background-repeat: no-repeat; background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'><path d='M2 2 H14 M2 2 V14' fill='none' stroke='%23faf5ec' stroke-width='1.2'/><circle cx='2' cy='2' r='2' fill='none' stroke='%23faf5ec' stroke-width='1.2'/></svg>"); }
.orn-corner.tl { top: 6px; left: 6px; }
.orn-corner.tr { top: 6px; right: 6px; transform: scaleX(-1); }
.orn-corner.bl { bottom: 6px; left: 6px; transform: scaleY(-1); }
.orn-corner.br { bottom: 6px; right: 6px; transform: scale(-1); }
/* dunkle Eck-Ornamente auf hellen Bildflächen optional */
.orn-frame.on-light::before { border-color: rgba(60,35,86,0.35); }
.orn-frame.on-light::after { border-color: rgba(60,35,86,0.18); }
.orn-frame.on-light .orn-corner { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'><path d='M2 2 H14 M2 2 V14' fill='none' stroke='%233c2356' stroke-width='1.2'/><circle cx='2' cy='2' r='2' fill='none' stroke='%233c2356' stroke-width='1.2'/></svg>"); }
@media (max-width: 820px) { .doc-grid { grid-template-columns: 1fr; } }

/* ============================================================ TESTIMONIALS */
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 60px; }
.test { padding: 34px 32px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid var(--line-d); display: flex; flex-direction: column; }
.s-light .test, .s-light2 .test { background: var(--cream); border-color: var(--line-l); box-shadow: 0 16px 40px rgba(28,15,46,0.06); }
.test .stars { color: var(--gold); letter-spacing: 3px; font-size: 16px; margin-bottom: 18px; }
.test .q { font-family: var(--fd); font-style: italic; font-weight: 500; font-size: 21px; line-height: 1.4; margin: 0 0 24px; }
.test .who { margin-top: auto; display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--line-d); }
.s-light .test .who, .s-light2 .test .who { border-color: var(--line-l); }
.test .who .av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--lilac), #7c5ca6); flex: 0 0 auto; }
.test .who .nm { font-family: var(--fs); font-weight: 700; font-size: 15px; }
.test .who .mt { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.test .who .vf { margin-left: auto; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #5e9d6e; }
@media (max-width: 900px) { .test-grid { grid-template-columns: 1fr; } }

/* ============================================================ QUIZ */
.quiz { max-width: 760px; margin: 56px auto 0; background: rgba(255,255,255,0.04); border: 1px solid var(--line-d); border-radius: 16px; padding: 48px 48px 44px; }
.quiz .step { font-family: var(--fs); font-weight: 700; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lilac); }
.quiz .qbar { height: 5px; border-radius: 999px; background: rgba(214,197,236,0.14); margin: 16px 0 32px; overflow: hidden; }
.quiz .qbar i { display: block; height: 100%; width: 20%; background: linear-gradient(90deg, #7c5ca6, var(--lilac)); border-radius: 999px; transition: width .4s; }
.quiz .qq { font-family: var(--fd); font-weight: 700; font-size: clamp(26px, 3vw, 36px); margin: 0 0 30px; line-height: 1.1; }
.quiz .opts { display: flex; flex-direction: column; gap: 14px; }
.quiz .opt { text-align: left; padding: 20px 24px; border-radius: 10px; background: rgba(255,255,255,0.04); border: 1px solid var(--line-d); color: var(--cream); font-family: var(--fs); font-size: 17px; font-weight: 600; cursor: pointer; transition: background .2s, border-color .2s, transform .15s; display: flex; align-items: center; gap: 16px; }
.quiz .opt:hover { background: rgba(167,139,202,0.16); border-color: var(--lilac); transform: translateX(4px); }
.quiz .opt .mk { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--lilac); flex: 0 0 auto; }
.quiz .done { text-align: center; }
.quiz .done .h3 { margin-bottom: 14px; }
@media (max-width: 620px) { .quiz { padding: 32px 24px; } }

/* ============================================================ FAQ */
.faq { max-width: 860px; margin: 56px auto 0; }
.faq-item { border-bottom: 1px solid var(--line-d); }
.s-light .faq-item, .s-light2 .faq-item { border-color: var(--line-l); }
.faq-q { width: 100%; background: none; border: 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 4px; text-align: left; font-family: var(--fd); font-weight: 600; font-size: clamp(20px, 2.2vw, 26px); color: inherit; }
.faq-q .pm { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; border: 1px solid currentColor; opacity: 0.5; display: grid; place-items: center; font-size: 20px; transition: transform .3s; }
.faq-item.open .faq-q .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-a p { margin: 0 0 28px; font-size: 16px; line-height: 1.65; color: rgba(238,230,247,0.74); max-width: 70ch; }
.s-light .faq-a p, .s-light2 .faq-a p { color: var(--ink-soft); }

/* ============================================================ FINAL CTA */
.final-cta { text-align: center; }
.final-cta .h2 { max-width: 16ch; margin: 0 auto; }

/* ============================================================ FOOTER */
.footer { background: var(--plum-900); color: rgba(238,230,247,0.7); padding: 70px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer .bn { font-family: var(--fd); font-weight: 700; font-size: 22px; color: var(--cream); }
.footer p { font-size: 14px; line-height: 1.6; margin: 16px 0 0; max-width: 42ch; }
.footer .fh { font-family: var(--fs); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--lilac); margin: 0 0 16px; }
.footer a { color: rgba(238,230,247,0.7); text-decoration: none; display: block; margin-bottom: 10px; font-size: 14px; }
.footer a:hover { color: var(--cream); }
.footer-bot { margin-top: 50px; padding-top: 26px; border-top: 1px solid var(--line-d); font-size: 12.5px; color: rgba(238,230,247,0.5); }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s, transform .7s; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ============================================================
   MOBILE-OPTIMIERUNG
   ============================================================ */
@media (max-width: 760px) {
  .wrap { padding: 0 22px; }
  .s-pad { padding: clamp(54px, 12vw, 84px) 0; }
  .nav-in { height: 70px; }
  .brand .bn { font-size: 19px; }
  .brand .bs { font-size: 8px; letter-spacing: 0.14em; }
  .nav-cta { padding: 12px 18px; font-size: 11px; }
  .h1 { font-size: clamp(40px, 12vw, 58px); }
  .h2 { font-size: clamp(30px, 8vw, 44px); }
  .hero-stats { gap: 26px; flex-wrap: wrap; }
  /* dezente Statuen auf Mobile zurücknehmen, damit Text klar bleibt */
  .statue, .motif { opacity: 0.12 !important; }
  .statue { width: 200px !important; height: 320px !important; }
  .video-frame, .ba { margin-top: 36px; }
  .orn-frame::before { inset: 7px; }
  .orn-frame::after { inset: 12px; }
  .orn-corner { width: 18px; height: 18px; }
  .feat-list li, .quiz .opt { font-size: 15px; }
  .test .q { font-size: 19px; }
}
@media (max-width: 480px) {
  .wrap { padding: 0 18px; }
  .nav-in { height: 60px; }
  .brand .bn { font-size: 15.5px; }
  .brand .bs { display: none; }
  .nav-cta { padding: 8px 10px; font-size: 9px; letter-spacing: 0.06em; width: auto !important; flex: 0 0 auto; }
  .hero-badge { font-size: 10px; letter-spacing: 0.12em; padding: 8px 14px; }
  .h1 { font-size: clamp(34px, 11vw, 46px); }
  .hero-stats { gap: 20px; }
  .hstat .n { font-size: 30px; }
  .btn { width: 100%; justify-content: center; }
  .quiz { padding: 26px 18px; }
  .quiz .opt { padding: 16px 16px; }
  .faq-q { font-size: 18px; gap: 14px; padding: 22px 2px; }
  .trust-card, .numcard { padding: 28px 24px; }
  .doc-b { padding: 26px 24px 30px; }
}
