/* simonobi.de, Liquid Glass. Nur transform und opacity werden animiert. Gleiches System wie larision.simonobi.de. */

/* ---------- Schrift ---------- */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/inter-latin-ext.woff2") format("woff2-variations"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/inter-latin.woff2") format("woff2-variations"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter Fallback"; src: local("Arial"); size-adjust: 107%; ascent-override: 90%; descent-override: 22%; line-gap-override: 0%; }

/* ---------- Tokens ---------- */
:root {
  --ink: #141414; --ink-2: #5C5A55; --ink-3: #6B6860;
  --blue: #1E3FBF; --blue-dark: #1A38AB; --tinte: #16213E; --blue-muted: #C8D2FA; --green: #2C7A4B; --red: #B3261E;
  --r-s: 16px; --r-m: 24px; --r-l: 40px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1); --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --t-micro: 160ms; --t-ui: 320ms; --t-hero: 560ms;
  --glass-bg: rgba(255,255,255,0.55); --glass-line: rgba(255,255,255,0.85);
  --glass-light-bg: rgba(255,255,255,0.40); --glass-light-line: rgba(255,255,255,0.75);
  --blur: 24px; --blur-light: 20px;
  --shadow-card: inset 0 1px 0 rgba(255,255,255,0.9), 0 20px 50px rgba(30,40,90,0.10), 0 1px 2px rgba(30,40,90,0.06);
  --shadow-card-hover: inset 0 1px 0 rgba(255,255,255,0.9), 0 28px 60px rgba(30,40,90,0.14), 0 1px 2px rgba(30,40,90,0.06);
  --shadow-row: inset 0 1px 0 rgba(255,255,255,0.8), 0 8px 24px rgba(30,40,90,0.06);
  --shadow-blue: inset 0 1px 0 rgba(255,255,255,0.45), 0 40px 90px rgba(30,63,191,0.16);
  --nav-h: 64px; --wrap: 1160px; --gutter: 20px;
}
@media (max-width: 900px) { :root { --blur: 16px; --blur-light: 14px; --r-l: 32px; } }

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: "Inter", "Inter Fallback", -apple-system, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.5; color: var(--ink); background: #F3F1F7; -webkit-font-smoothing: antialiased; font-variant-numeric: tabular-nums; overflow-x: clip; }
body.is-locked { overflow: hidden; }
h1, h2, h3 { margin: 0; font-weight: 600; letter-spacing: -0.03em; line-height: 1.08; text-wrap: balance; }
p { margin: 0; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { display: block; max-width: 100%; height: auto; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 600; }
.skip:focus { top: 16px; outline: none; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.m-only, .br-m { display: none !important; }
@media (max-width: 900px) { .d-only { display: none !important; } .m-only, .br-m { display: revert !important; } }

/* ---------- Hintergrund: statische Wolken ---------- */
.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; background: linear-gradient(180deg, #F3F1F7 0%, #ECEEF6 50%, #F6F3EC 100%); pointer-events: none; }
.bg::before, .bg::after { content: ""; position: absolute; border-radius: 50%; }
.bg::before { left: -18vw; top: -20vh; width: 62vw; height: 62vw; max-width: 900px; max-height: 900px; background: radial-gradient(circle at 50% 50%, rgba(201,211,255,0.7), rgba(143,164,245,0.45) 45%, transparent 70%); }
.bg::after { right: -14vw; top: 14vh; width: 56vw; height: 56vw; max-width: 820px; max-height: 820px; background: radial-gradient(circle at 50% 50%, rgba(255,225,210,0.6), rgba(243,183,166,0.35) 45%, transparent 70%); }
@media (max-width: 900px) {
  .bg::before { left: -50vw; top: 8vh; width: 140vw; height: 140vw; }
  .bg::after { right: -40vw; top: -30vh; width: 130vw; height: 130vw; }
}

/* ---------- Glas ---------- */
.glass, .glass-light { position: relative; isolation: isolate; overflow: hidden; border: 1px solid var(--glass-line); backdrop-filter: blur(var(--blur)) saturate(180%); -webkit-backdrop-filter: blur(var(--blur)) saturate(180%); }
.glass { background: var(--glass-bg); border-radius: var(--r-m); box-shadow: var(--shadow-card); }
.glass-light { background: var(--glass-light-bg); border-color: var(--glass-light-line); border-radius: var(--r-s); box-shadow: var(--shadow-row); backdrop-filter: blur(var(--blur-light)) saturate(160%); -webkit-backdrop-filter: blur(var(--blur-light)) saturate(160%); }
.blue { position: relative; color: #fff; border-radius: var(--r-l); border: 1px solid rgba(255,255,255,0.32); background: linear-gradient(160deg, rgba(30,63,191,0.90), rgba(22,33,62,0.94)); box-shadow: var(--shadow-blue); }
.blue a { color: #fff; }

/* ---------- Layout ---------- */
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin: 0 auto; }
.wrap--wide { width: min(1360px, 100% - 2 * var(--gutter)); margin: 0 auto; }
.section, .ref, .final { scroll-margin-top: 72px; }
.field input, .field select, .check input { scroll-margin-top: 96px; }
.section { padding-top: 110px; }
.section--tight { padding-top: 64px; }
.section--big { padding-top: 140px; }
@media (max-width: 900px) { .section { padding-top: 96px; } .section--tight { padding-top: 48px; } .section--big { padding-top: 112px; } .wrap--wide { width: min(1360px, 100% - 24px); } }
.center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.sec-head { gap: 12px; max-width: 880px; margin: 0 auto; }
.kicker { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); font-weight: 600; }
.blue .kicker { color: var(--blue-muted); }
.blue .sub { color: var(--blue-muted); }
h2 { font-size: clamp(30px, 3.6vw, 44px); }
.sub { font-size: 18px; color: var(--ink-2); max-width: 720px; text-wrap: balance; }
@media (max-width: 900px) { .sub { font-size: 16px; } }

/* ---------- Navigation ---------- */
.nav { position: sticky; top: 0; z-index: 60; display: flex; justify-content: center; padding: 18px var(--gutter) 0; pointer-events: none; }
.nav__pill { pointer-events: auto; display: flex; align-items: center; gap: 28px; padding: 12px 26px; border-radius: 999px; transition: padding var(--t-ui) var(--ease), background-color var(--t-ui) var(--ease); }
.nav__brand { font-size: 16px; font-weight: 600; color: var(--ink); white-space: nowrap; }
.nav__brand span { color: var(--ink-3); font-weight: 400; }
.nav__brand:hover { text-decoration: none; }
.nav__links { display: flex; gap: 22px; }
.nav__links a { position: relative; font-size: 14px; color: var(--ink-2); padding: 4px 0; }
.nav__links a:hover { color: var(--ink); text-decoration: none; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; border-radius: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform var(--t-micro) var(--ease); }
.nav__links a.is-active { color: var(--ink); }
.nav__links a.is-active::after { transform: scaleX(1); }
.nav.is-scrolled .nav__pill { padding: 9px 22px; background: rgba(255,255,255,0.62); }
.nav__toggle { display: none; }
@media (max-width: 900px) {
  .nav { padding-top: 14px; }
  .nav__pill { width: 100%; max-width: 480px; justify-content: space-between; padding: 6px 6px 6px 18px; }
  .nav.is-scrolled .nav__pill { padding: 6px 6px 6px 18px; }
  .nav__links { display: none; }
  .nav__toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.9); background: rgba(255,255,255,0.6); cursor: pointer; padding: 0; }
  .nav__toggle svg { width: 18px; height: 18px; }
  .nav__toggle path { transition: transform var(--t-micro) var(--ease), opacity var(--t-micro) var(--ease); transform-origin: 50% 50%; }
  .nav__toggle[aria-expanded="true"] .l1 { transform: translateY(2.5px) rotate(45deg); }
  .nav__toggle[aria-expanded="true"] .l2 { transform: translateY(-2.5px) rotate(-45deg); }
}

/* Menü */
.menu { position: fixed; inset: 0; z-index: 50; display: none; }
.menu.is-open { display: block; }
.menu__backdrop { position: absolute; inset: 0; background: rgba(20,20,20,0.18); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; transition: opacity 240ms var(--ease); }
.menu__panel { position: absolute; left: 16px; right: 16px; top: 76px; padding: 10px 20px 20px; opacity: 0; transform: translateY(-8px); transition: opacity 240ms var(--ease), transform 240ms var(--ease); }
.menu.is-open .menu__backdrop, .menu.is-open .menu__panel { opacity: 1; transform: none; }
.menu.is-closing .menu__backdrop, .menu.is-closing .menu__panel { opacity: 0; transition-duration: 200ms; transition-timing-function: var(--ease-in); }
.menu__list a { display: flex; justify-content: space-between; align-items: center; padding: 16px 4px; font-size: 22px; font-weight: 500; color: var(--ink); border-bottom: 1px solid rgba(20,20,20,0.08); }
.menu__list a:hover { text-decoration: none; }
.menu__list svg { color: var(--blue); }
.menu__foot { margin-top: 12px; text-align: center; font-size: 12px; color: var(--ink-2); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 16px 28px; font-size: 16px; font-weight: 600; text-decoration: none; border: 0; cursor: pointer; white-space: nowrap; transition: transform var(--t-micro) var(--ease), background-color var(--t-micro) var(--ease), box-shadow var(--t-micro) var(--ease); -webkit-tap-highlight-color: transparent; }
.btn:hover { text-decoration: none; }
.btn svg { width: 16px; height: 16px; flex: none; transition: transform var(--t-micro) var(--ease); }
.btn:hover svg { transform: translateX(2px); }
.btn:active { transform: scale(0.97); transition-duration: 100ms; }
.btn--p { background: var(--blue); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 10px 26px rgba(30,63,191,0.22); }
.btn--p:hover { background: var(--blue-dark); transform: translateY(-1px); }
.btn--p:active { transform: scale(0.97); }
.btn--g { background: rgba(255,255,255,0.65); color: var(--blue); border: 1px solid rgba(255,255,255,0.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 8px 20px rgba(30,40,90,0.08); }
.btn--g:hover { background: rgba(255,255,255,0.8); transform: translateY(-1px); }
.btn--w { background: rgba(255,255,255,0.94); color: var(--blue); box-shadow: 0 10px 26px rgba(0,0,0,0.18); }
.btn--w:hover { background: #fff; transform: translateY(-1px); }
.blue .btn--w, .blue .btn--w:hover { color: var(--blue); }
.blue .btn--p, .blue .btn--p:hover { color: #fff; }
.btn--full { width: 100%; }
.btn--sm { padding: 13px 18px; font-size: 15px; }
.btn.is-loading { pointer-events: none; opacity: 0.85; }
.btn .spin { display: none; width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.4); border-top-color: #fff; animation: spin 800ms linear infinite; }
.btn.is-loading .spin { display: inline-block; }
.btn.is-loading .arrow { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Eyebrow, Plätze ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-2); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: none; animation: pulse 2s ease-in-out infinite; }
.dot--off { background: var(--red); animation: none; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }
.slots { font-size: 14px; font-weight: 600; color: var(--blue); }

/* ---------- Hero ---------- */
.hero { padding-top: 84px; gap: 20px; }
.hero h1 { font-size: clamp(40px, 6.4vw, 92px); line-height: 1.02; letter-spacing: -0.035em; }
.hero h1 .acc { color: var(--blue); }
.hero .lead { font-size: 22px; line-height: 1.45; color: var(--ink-2); max-width: 620px; text-wrap: balance; }
.hero__top { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.price-group { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 10px; width: 100%; }
.price-group .from { font-size: 22px; font-weight: 500; }
.price-group .from b { color: var(--blue); font-weight: 600; }
.price-group .row { display: flex; gap: 10px; }
.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; font-size: 14px; color: var(--ink-2); }
.trust span { display: inline-flex; align-items: center; gap: 6px; }
.trust svg { width: 14px; height: 14px; color: var(--ink); }
@media (max-width: 900px) {
  .hero { padding-top: 16px; gap: 10px; }
  .hero h1 { font-size: 38px; line-height: 1.04; }
  .hero__top { gap: 10px; }
  .price-group { margin-top: 0; }
  .hero .lead { font-size: 16px; }
  .price-group .row { flex-direction: column; width: 100%; }
  .price-group .btn { width: 100%; padding: 16px 24px; }
  .trust { font-size: 12px; }
  .trust .t3 { display: none; }
}

/* Kartenstapel */
.stack { position: relative; height: 600px; margin-top: 36px; order: 10; }
.stack .shot { position: absolute; top: 0; left: 50%; width: 520px; margin-left: -260px; z-index: 2; }
.stack .shot--l, .stack .shot--r { width: 380px; top: 90px; z-index: 1; }
.stack .shot--l { margin-left: -590px; --rot: -6deg; }
.stack .shot--r { margin-left: 210px; --rot: 6deg; }
.stack__cap { margin-top: 6px; order: 11; text-align: center; font-size: 14px; color: var(--ink-2); }
@media (max-width: 900px) {
  .stack { height: 200px; margin-top: 4px; order: 0; }
  .stack .shot { width: 170px; margin-left: -85px; }
  .stack .shot--l, .stack .shot--r { width: 150px; top: 26px; }
  .stack .shot--l { margin-left: -180px; --rot: -8deg; }
  .stack .shot--r { margin-left: 30px; --rot: 8deg; }
  .stack__cap { margin-top: 2px; order: 0; font-size: 12px; }
}
.hero-after { gap: 12px; padding-top: 0; }
@media (max-width: 900px) { .hero-after { padding-top: 0; } }

/* Screenshots */
.shot { display: block; background: #fff; border-radius: var(--r-s); overflow: hidden; border: 1px solid rgba(255,255,255,0.85); box-shadow: 0 30px 70px rgba(30,40,90,0.18), inset 0 1px 0 rgba(255,255,255,0.9); color: var(--ink-3); transition: transform var(--t-micro) var(--ease), box-shadow var(--t-micro) var(--ease); }
.shot:hover { text-decoration: none; }
.shot__bar { display: flex; align-items: center; gap: 6px; height: 28px; padding: 0 12px; background: #F7F7FA; border-bottom: 1px solid #E6E6EC; font-size: 12px; color: var(--ink-2); white-space: nowrap; overflow: hidden; }
.shot__bar i { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.shot__bar i:nth-child(1) { background: #E5A29A; } .shot__bar i:nth-child(2) { background: #E8C77E; } .shot__bar i:nth-child(3) { background: #A8CFA0; }
.shot__bar span { margin-left: 6px; overflow: hidden; text-overflow: ellipsis; }
.shot img { width: 100%; }
@media (hover: hover) { .ref__row a.shot:hover { transform: translateY(-4px); box-shadow: 0 36px 80px rgba(30,40,90,0.22), inset 0 1px 0 rgba(255,255,255,0.9); } }

/* ---------- Karten ---------- */
.grid { display: grid; gap: 20px; margin-top: 52px; }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 900px) { .grid { gap: 12px; margin-top: 24px; } .grid--3 { grid-template-columns: 1fr; } .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.card { display: flex; flex-direction: column; gap: 10px; padding: 34px 32px; }
.card h3 { font-size: 22px; letter-spacing: -0.02em; }
.card p { font-size: 16px; line-height: 1.55; color: var(--ink-2); }
.step { display: flex; flex-direction: column; gap: 8px; padding: 30px 28px; }
.step .n { font-size: 36px; font-weight: 500; color: var(--blue); line-height: 1; }
.step h3 { font-size: 18px; margin-top: 8px; letter-spacing: -0.02em; }
.step p { font-size: 14px; line-height: 1.5; color: var(--ink-2); }
@media (max-width: 900px) {
  .card { padding: 24px 22px; } .card h3 { font-size: 18px; } .card p { font-size: 14px; }
  .step { padding: 22px 20px; } .step .n { font-size: 30px; } .step h3 { font-size: 16px; }
}
.person { display: flex; align-items: center; gap: 28px; padding: 32px 36px; max-width: 760px; margin: 0 auto; }
.person picture, .quote__who picture { flex: none; display: block; }
.person img { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; flex: none; border: 2px solid rgba(255,255,255,0.9); box-shadow: 0 10px 24px rgba(30,40,90,0.14); }
.person h3, .person .person__t { margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.08; }
.person p { font-size: 16px; line-height: 1.5; color: var(--ink-2); margin-top: 6px; }
.person a { display: inline-block; margin-top: 6px; font-size: 14px; font-weight: 600; }
@media (max-width: 900px) { .person { gap: 16px; padding: 20px; } .person img { width: 64px; height: 64px; } .person h3, .person .person__t { font-size: 18px; } .person p { font-size: 14px; } }

/* ---------- Referenz ---------- */
.ref { margin-top: 110px; padding: 88px 40px; }
.ref__row { display: flex; justify-content: center; gap: 20px; margin-top: 52px; }
.ref__item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.ref__item .shot { width: 300px; }
.ref__cap { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue-muted); }
.quote { display: flex; flex-direction: column; gap: 14px; max-width: 640px; margin: 44px auto 0; padding: 28px 32px; border-radius: var(--r-m); background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.28); box-shadow: inset 0 1px 0 rgba(255,255,255,0.25); }
.quote p { font-size: 18px; line-height: 1.5; color: #fff; }
.quote__who { display: flex; align-items: center; gap: 12px; }
.quote__who img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.7); }
.quote__who b { display: block; font-size: 14px; font-weight: 600; color: #fff; }
.quote__who span { font-size: 12px; color: var(--blue-muted); }
@media (max-width: 900px) {
  .ref { margin: 96px 12px 0; padding: 40px 0 36px; overflow: hidden; }
  .ref__row { display: none; }
  .quote { margin: 28px 20px 0; padding: 22px 20px; }
  .quote p { font-size: 16px; }
  .quote__who img { width: 48px; height: 48px; }
}

/* ---------- Swipe (mobil) ---------- */
.swipe { display: none; }
@media (max-width: 900px) {
  .swipe { display: block; position: relative; margin-top: 24px; }
  .swipe__track { display: flex; gap: 12px; padding: 0 calc(50% - 118px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; }
  .swipe__track::-webkit-scrollbar { display: none; }
  .swipe__item { flex: none; width: 236px; scroll-snap-align: center; transform: scale(var(--s, 1)); opacity: var(--o, 1); transition: transform var(--t-micro) var(--ease), opacity var(--t-micro) var(--ease); will-change: transform; }
  .swipe--plans .swipe__item { display: flex; flex-direction: column; justify-content: center; }
  .swipe__dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
  .swipe__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(20,20,20,0.18); cursor: pointer; transition: width var(--t-micro) var(--ease), background-color var(--t-micro) var(--ease); }
  .swipe__dots button.is-active { width: 24px; background: var(--blue); }
  .blue .swipe__dots button { background: rgba(255,255,255,0.35); }
  .blue .swipe__dots button.is-active { background: #fff; }
  .swipe__hint { margin-top: 10px; text-align: center; font-size: 12px; color: var(--ink-3); }
  .blue .swipe__hint { color: var(--blue-muted); }
  .swipe .ref__item .shot { width: 236px; }
}

/* ---------- Pakete ---------- */
.plans { align-items: end; margin-top: 28px; }
.plan { display: flex; flex-direction: column; gap: 6px; padding: 34px 32px; border-radius: var(--r-m); transition: transform var(--t-micro) var(--ease), box-shadow var(--t-micro) var(--ease); }
.plan--hi { padding: 44px 32px; }
.plan .tag { align-self: flex-start; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; border-radius: 999px; padding: 6px 12px; background: rgba(255,255,255,0.2); color: #fff; margin-bottom: 10px; }
.plan .name { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
.plan .sub-t { font-size: 14px; color: var(--ink-2); min-height: 42px; }
.plan--hi .sub-t { color: var(--blue-muted); }
.plan .price { display: flex; align-items: baseline; gap: 8px; margin-top: 16px; }
.plan .price b { font-size: 64px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.plan .price span { font-size: 16px; color: var(--ink-2); }
.plan .setup { font-size: 14px; color: var(--ink-2); }
.plan--hi .price span, .plan--hi .setup { color: var(--blue-muted); }
.plan ul { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(20,20,20,0.10); display: flex; flex-direction: column; gap: 8px; }
.plan--hi ul { border-top-color: rgba(255,255,255,0.25); }
.plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; }
.plan li svg { width: 16px; height: 16px; flex: none; margin-top: 2px; color: var(--ink); }
.plan--hi li svg { color: #fff; }
.plan .btn { margin-top: 22px; padding: 14px 22px; }
.plan .save { text-align: center; font-size: 14px; font-weight: 600; color: var(--green); margin-top: 6px; }
.plan--hi .save { color: #fff; }
@media (min-width: 901px) { .plan:not(.plan--hi):hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); } }
@media (max-width: 900px) {
  .plans { display: none; }
  .plan, .plan--hi { padding: 20px 20px 18px; gap: 4px; }
  .plan .tag { margin-bottom: 6px; padding: 5px 10px; font-size: 11px; }
  .plan .sub-t { min-height: auto; font-size: 13px; }
  .plan .price { margin-top: 10px; }
  .plan .price b { font-size: 40px; }
  .plan .setup { font-size: 13px; }
  .plan ul { margin-top: 14px; padding-top: 12px; gap: 6px; }
  .plan li { font-size: 14px; line-height: 1.35; }
  .plan .btn { margin-top: 14px; padding: 12px 20px; font-size: 15px; }
  .plan .save { margin-top: 4px; font-size: 13px; }
}
.plans-pill { display: flex; justify-content: center; margin-top: 28px; }
@media (max-width: 900px) { .plans-pill { margin-top: 20px; } }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 44px; }
@media (max-width: 900px) { .faq { grid-template-columns: 1fr; margin-top: 24px; } }
.faq details { border-radius: var(--r-s); overflow: hidden; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 20px 24px; font-size: 16px; font-weight: 500; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 16px; height: 16px; flex: none; color: var(--ink-3); transition: transform 240ms var(--ease); }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq .a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 240ms var(--ease); }
.faq .a > div { overflow: hidden; }
.faq .a p { padding: 0 24px 20px; font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.faq details[open] .a { grid-template-rows: 1fr; }
@media (max-width: 900px) { .faq summary { padding: 16px 18px; font-size: 14px; } .faq .a p { padding: 0 18px 16px; font-size: 14px; } .faq details[data-mobile-hide] { display: none; } }

/* ---------- Schluss und Formular ---------- */
.final { margin-top: 140px; padding: 96px 40px; }
.final h2 { font-size: clamp(36px, 4.6vw, 64px); line-height: 1.04; color: #fff; }
.final .sub { color: var(--blue-muted); max-width: 520px; }
.form-card { width: min(560px, 100%); margin: 40px auto 0; padding: 28px; text-align: left; color: var(--ink); background: rgba(255,255,255,0.88); }
.form-card .note { color: var(--ink-3); }
.form-card a { color: var(--blue); }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-size: 14px; font-weight: 600; }
.field input, .field select { width: 100%; padding: 14px 16px; font-size: 16px; border-radius: 14px; border: 1px solid rgba(20,20,20,0.12); background: rgba(255,255,255,0.85); color: var(--ink); transition: border-color var(--t-micro) var(--ease), box-shadow var(--t-micro) var(--ease); -webkit-appearance: none; appearance: none; }
.field select { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M4 6l4 4 4-4' stroke='%23141414' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field input:focus, .field select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,63,191,0.18); }
.field.is-error input { border-color: var(--red); }
.field .err { display: none; font-size: 13px; color: var(--red); }
.field.is-error .err { display: block; }
.check { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; }
.check input { width: 22px; height: 22px; margin: 1px 0 0; flex: none; accent-color: var(--blue); }
.check label { font-size: 14px; line-height: 1.45; color: var(--ink-2); }
.check.is-error label { color: var(--red); }
.check .err { display: none; font-size: 13px; color: var(--red); margin-top: 4px; }
.check.is-error .err { display: block; }
.form-card .btn { margin-top: 8px; }
.form-card .note { margin-top: 12px; text-align: center; font-size: 12px; color: var(--ink-3); }
.alert { margin: 0 0 16px; padding: 12px 16px; border-radius: 14px; background: rgba(179,38,30,0.08); border: 1px solid rgba(179,38,30,0.25); color: var(--red); font-size: 14px; }
@media (max-width: 900px) { .final { margin: 112px 12px 0; padding: 56px 20px 24px; } .form-card { padding: 20px; margin-top: 28px; } }

/* ---------- Footer ---------- */
.footer { text-align: center; font-size: 12px; color: var(--ink-3); padding: 48px var(--gutter) 40px; line-height: 1.8; }
.footer a { color: var(--ink-3); }
@media (max-width: 900px) { .footer { padding: 36px 20px 110px; } }

/* ---------- Sticky-Leiste (mobil) ---------- */
.bar { display: none; }
@media (max-width: 900px) {
  .bar { display: flex; position: fixed; left: 12px; right: 12px; bottom: calc(14px + env(safe-area-inset-bottom)); z-index: 30; align-items: center; gap: 12px; padding: 8px 8px 8px 18px; border-radius: 999px; transform: translateY(calc(100% + 30px)); transition: transform 240ms var(--ease); }
  .bar.is-on { transform: none; }
  .bar__price { font-size: 12px; line-height: 1.2; color: var(--ink-2); white-space: nowrap; }
  .bar__price b { font-size: 15px; color: var(--ink); }
  .bar .btn { flex: 1; padding: 13px 18px; font-size: 15px; }
}

/* ---------- Erscheinen ---------- */
.js .rv { opacity: 0; transform: translateY(12px); }
.js .rv.is-in { opacity: 1; transform: none; transition: opacity var(--t-ui) var(--ease), transform var(--t-ui) var(--ease); transition-delay: var(--d, 0ms); }
/* Hero-Eröffnung als CSS-Animation: startet mit dem Stylesheet, nicht erst mit dem Skript */
@keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes fan { from { opacity: 0; transform: translateX(var(--tx)) rotate(0deg); } to { opacity: 1; transform: rotate(var(--rot)); } }
.hero .in { animation: rise var(--t-hero) var(--ease) both; animation-delay: var(--d, 0ms); }
.stack .shot--l, .stack .shot--r { animation: fan var(--t-hero) var(--ease) backwards; animation-delay: 80ms; transform: translate(var(--mx, 0), var(--my, 0)) rotate(var(--rot)); }
.stack .shot--f { transform: translate(var(--mx, 0), var(--my, 0)); }
.stack .shot--l { --tx: 330px; } .stack .shot--r { --tx: -330px; }
@media (max-width: 900px) { .stack .shot--l { --tx: 95px; } .stack .shot--r { --tx: -95px; } }

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 1ms !important; animation-duration: 1ms !important; animation-iteration-count: 1 !important; }
  .js .rv, .hero .in { opacity: 1; transform: none; animation: none; }
  .stack .shot--l, .stack .shot--r { animation: none; }
  .dot { animation: none; }
  .menu__panel { transform: none; }
}


/* ======================================================
   Unterseiten: Kopf, Fließtext, Tabelle, Kontakt, Über mich
   ====================================================== */
.page-head { padding-top: 72px; gap: 16px; }
.page-head h1 { font-size: clamp(36px, 5vw, 64px); line-height: 1.04; letter-spacing: -0.035em; max-width: 880px; }
.page-head .lead { font-size: 20px; line-height: 1.5; color: var(--ink-2); max-width: 680px; text-wrap: balance; }
@media (max-width: 900px) { .page-head { padding-top: 28px; gap: 12px; } .page-head .lead { font-size: 16px; } }
.prose { max-width: 720px; margin: 0 auto; }
.prose h2 { font-size: 22px; margin-top: 44px; letter-spacing: -0.02em; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li, .prose address { font-size: 16px; line-height: 1.6; color: var(--ink-2); font-style: normal; }
.prose p + p, .prose address + p { margin-top: 12px; }
.prose h2 + p, .prose h2 + address, .prose h2 + ul, .prose h2 + ol { margin-top: 12px; }
.prose ul, .prose ol { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; padding-left: 20px; }
.prose ul { list-style: disc; } .prose ol { list-style: decimal; }
.prose a { text-decoration: underline; text-decoration-color: rgba(30,63,191,0.35); text-underline-offset: 3px; }
.prose .small { font-size: 14px; color: var(--ink-3); }
.legal { padding: 36px 40px; }
@media (max-width: 900px) { .legal { padding: 24px 20px; } .prose h2 { font-size: 20px; margin-top: 36px; } .prose p, .prose li, .prose address { font-size: 15px; } }
.card--text { gap: 12px; }
.card--text p + p { margin-top: 0; }

/* Vergleichstabelle */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-m); }
.compare { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 15px; }
.compare th, .compare td { padding: 14px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(20,20,20,0.08); }
.compare thead th { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); font-weight: 600; }
.compare thead th:nth-child(3) { color: var(--blue); }
.compare tbody th { font-weight: 500; color: var(--ink); width: 34%; }
.compare tbody td { color: var(--ink-2); }
.compare tbody td:nth-child(3) { color: var(--ink); font-weight: 500; }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }
.table-hint { display: none; margin-top: 10px; text-align: center; font-size: 12px; color: var(--ink-3); }
@media (max-width: 900px) { .table-hint { display: block; } .compare { font-size: 14px; } .compare th, .compare td { padding: 12px 12px; } }

/* Pakete gestapelt (Preisseite) */
.plans--stack { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; margin-top: 44px; }
@media (max-width: 900px) { .plans--stack { grid-template-columns: 1fr; gap: 14px; margin-top: 24px; } .plans--stack .plan--hi { order: -1; } }

/* Kontakt */
.contact { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 60px; align-items: start; margin-top: 44px; }
.contact__text { display: flex; flex-direction: column; gap: 14px; }
.contact__text h2 { font-size: 22px; letter-spacing: -0.02em; }
.contact__text p { font-size: 16px; line-height: 1.55; color: var(--ink-2); }
.contact__text ol { display: flex; flex-direction: column; gap: 10px; padding-left: 20px; list-style: decimal; font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.contact .form-card { margin: 0; width: 100%; background: rgba(255,255,255,0.62); }
.copyline { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.copyline .ok { font-size: 12px; font-weight: 500; color: var(--green); opacity: 0; transition: opacity var(--t-micro) var(--ease); }
.copyline.is-copied .ok { opacity: 1; }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; gap: 28px; margin-top: 24px; } }
.field textarea { width: 100%; min-height: 120px; padding: 14px 16px; font-size: 16px; line-height: 1.5; border-radius: 14px; border: 1px solid rgba(20,20,20,0.12); background: rgba(255,255,255,0.85); color: var(--ink); resize: vertical; transition: border-color var(--t-micro) var(--ease), box-shadow var(--t-micro) var(--ease); -webkit-appearance: none; appearance: none; }
.field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,63,191,0.18); }
.field.is-error textarea { border-color: var(--red); }
.hp { position: absolute; left: -9999px; }

/* Über mich (Seite) */
.about-hero { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; }
.about-hero img { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255,255,255,0.9); box-shadow: 0 24px 60px rgba(30,40,90,0.18); }
@media (max-width: 900px) { .about-hero img { width: 140px; height: 140px; } }
.about-grid { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 48px; align-items: start; max-width: 960px; margin: 0 auto; }
.about-grid img { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(255,255,255,0.9); box-shadow: 0 20px 50px rgba(30,40,90,0.16); margin-top: 8px; }
.about-grid .col { display: flex; flex-direction: column; gap: 16px; }
.about-grid h2 { font-size: clamp(30px, 3.6vw, 44px); }
.about-grid p { font-size: 18px; line-height: 1.55; color: var(--ink-2); }
.about-grid .place { font-size: 14px; color: var(--ink-3); }
@media (max-width: 900px) { .about-grid { display: none; } }
.about-card { display: none; }
@media (max-width: 900px) { .about-card { display: flex; flex-direction: column; gap: 14px; padding: 24px 22px; } .about-card .who { display: flex; align-items: center; gap: 14px; } .about-card img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.9); } .about-card .who div { display: flex; flex-direction: column; gap: 2px; } .about-card .who b { font-size: 18px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; } .about-card p { font-size: 14px; line-height: 1.55; color: var(--ink-2); } }

/* Referenzen */
.refs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 52px; }
.ref-item { display: flex; flex-direction: column; gap: 14px; }
.ref-item .meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 14px; color: var(--ink-2); }
.ref-item .meta b { color: var(--ink); font-weight: 600; }
.ref-item .meta a { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; white-space: nowrap; }
.ref-item .shot img { aspect-ratio: 1120 / 598; object-fit: cover; }
@media (max-width: 900px) { .refs { display: none; } .swipe .ref-item .meta { font-size: 12px; } }

/* Einwände */
.objs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 60px; margin-top: 52px; }
.objs h3 { font-size: 22px; color: #fff; letter-spacing: -0.02em; }
.objs p { margin-top: 10px; font-size: 16px; line-height: 1.55; color: var(--blue-muted); }
@media (max-width: 900px) { .objs { grid-template-columns: 1fr; gap: 22px; margin-top: 28px; } .objs h3 { font-size: 18px; } .objs p { font-size: 14px; margin-top: 6px; } }
.einw { margin-top: 110px; padding: 88px 100px; }
@media (max-width: 900px) { .einw { margin: 96px 12px 0; padding: 44px 24px; } }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.person--home { margin-top: 56px; }
@media (max-width: 900px) { .person--home { margin-top: 32px; } }
.sockel { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 28px; text-align: center; font-size: 14px; color: var(--ink-2); }
.sockel a { font-weight: 600; }
@media (max-width: 900px) { .sockel { font-size: 12px; color: var(--ink-3); line-height: 1.6; } }

/* Ergänzungen Unterseiten */
.prose-list { display: flex; flex-direction: column; gap: 6px; padding-left: 20px; list-style: disc; font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 900px) { .grid--2 { grid-template-columns: 1fr !important; } }
.about-hero picture { display: block; }
.menu__lang { display: flex; justify-content: space-between; align-items: center; padding: 16px 4px 4px; font-size: 14px; color: var(--ink-2); }
.menu__switch { display: inline-flex; padding: 4px; border-radius: 999px; }
.menu__switch a { padding: 6px 12px; border-radius: 999px; font-weight: 600; color: var(--ink); }
.menu__switch a.is-on { background: var(--blue); color: #fff; }
.menu__switch a:hover { text-decoration: none; }
.nav__links a.is-active { color: var(--ink); }
.plan--full .sub-t { min-height: auto; }
.card--text h3 { font-size: 22px; }
.card--text p { font-size: 16px; line-height: 1.6; }
@media (max-width: 900px) { .card--text h3 { font-size: 18px; } .card--text p { font-size: 15px; } }
.hero h1 { font-size: clamp(38px, 4.6vw, 64px); line-height: 1.04; max-width: 900px; }
.person { text-align: left; }
