/* Lato selbst gehostet (DSGVO-konform — keine Anfrage an Google) */
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/lato-400.woff2') format('woff2'); 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: 'Lato'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/lato-400-ext.woff2') format('woff2'); 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: 'Lato'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/lato-700.woff2') format('woff2'); 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: 'Lato'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/lato-700-ext.woff2') format('woff2'); 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: 'Lato'; font-style: normal; font-weight: 900; font-display: swap; src: url('../fonts/lato-900.woff2') format('woff2'); 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: 'Lato'; font-style: normal; font-weight: 900; font-display: swap; src: url('../fonts/lato-900-ext.woff2') format('woff2'); 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; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; color: #3c3c3b; background: #fff; }

/* NAV */
nav { background: #fff; padding: 16px 48px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e8e8e8; position: sticky; top: 0; z-index: 200; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-img { height: 44px; width: 44px; object-fit: contain; border-radius: 8px; }
.logo-icon { width: 44px; height: 44px; background: #903576; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; color: #fff; }
.logo-text { font-size: 20px; font-weight: 900; color: #3c3c3b; letter-spacing: 1px; }
.logo-sub { font-size: 10px; color: #903576; letter-spacing: 0.5px; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { text-decoration: none; color: #3c3c3b; font-size: 13px; font-weight: 700; letter-spacing: 1px; transition: color 0.2s; }
.nav-links a:hover { color: #903576; }
.nav-sep { color: #ccc; }
.nav-cta { background: #903576; color: #fff !important; padding: 10px 22px; border-radius: 32px; }
.nav-cta:hover { background: #7a2b63 !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; color: #3c3c3b; padding: 6px; line-height: 0; }
.nav-toggle:focus-visible { outline: 2px solid #903576; outline-offset: 2px; border-radius: 6px; }

/* TIMER BANNER */
.timer-banner { background: #2E2E38; padding: 16px 48px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.timer-banner-text { color: #d98cc0; font-size: 14px; font-weight: 700; }
.timer-countdown { color: #fff; font-size: 22px; font-weight: 900; letter-spacing: 1px; }
.timer-pending { color: rgba(255,255,255,0.9); font-size: 15px; font-weight: 700; }
.timer-banner-sep { color: rgba(255,255,255,0.7); margin: 0 8px; }
.timer-cta { background: #903576; color: #fff; border: none; border-radius: 32px; padding: 10px 22px; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; text-decoration: none; white-space: nowrap; }
.timer-cta:hover { background: #a8408a; }

/* BUTTONS */
.btn { background: #903576; color: #fff; border: none; border-radius: 32px; padding: 15px 34px; font-family: 'Lato', sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; display: inline-block; text-decoration: none; transition: background 0.2s; }
.btn:hover { background: #7a2b63; }
.btn-outline { background: transparent; color: #903576; border: 2px solid #903576; border-radius: 32px; padding: 13px 34px; font-family: 'Lato', sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; display: inline-block; text-decoration: none; transition: all 0.2s; }
.btn-outline:hover { background: #903576; color: #fff; }
.btn-white { background: #fff; color: #903576; border: none; border-radius: 32px; padding: 15px 34px; font-family: 'Lato', sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.2s; }
.btn-white:hover { background: #f0e8ed; }

/* HERO */
.hero { position: relative; min-height: 600px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55); z-index: 0; }
.hero-fallback { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #1a1a1a 0%, #3c3c3b 60%, #903576 100%); z-index: 0; }
.hero-content { position: relative; z-index: 1; padding: 80px 48px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; width: 100%; }
.hero-tag { background: rgba(255,255,255,0.15); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 2px; padding: 6px 16px; border-radius: 32px; display: inline-block; margin-bottom: 24px; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.3); }
.hero h1 { font-size: 58px; font-weight: 900; line-height: 1.0; letter-spacing: -1px; color: #fff; text-transform: uppercase; margin-bottom: 20px; text-shadow: 0 2px 16px rgba(0,0,0,0.5); }
.hero h1 span { color: #fff; -webkit-text-stroke: 0; }
.hero-sub { font-size: 19px; color: rgba(255,255,255,0.85); line-height: 1.5; margin-bottom: 36px; }
.hero-note { font-size: 12px; color: rgba(255,255,255,0.55); margin-top: 14px; }
.hero-visual { background: rgba(255,255,255,0.97); border-radius: 12px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.4); margin-top: 220px; }
.screen-bar { background: #f4f4f4; padding: 10px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #e0e0e0; }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.screen-title { font-size: 11px; color: #903576; font-weight: 700; letter-spacing: 1px; margin-left: 8px; }
table.ui { width: 100%; border-collapse: collapse; font-size: 12px; }
table.ui th { background: #fafafa; color: #999; font-size: 10px; font-weight: 700; letter-spacing: 1px; padding: 8px 12px; text-align: left; border-bottom: 1px solid #f0f0f0; text-transform: uppercase; }
table.ui td { padding: 9px 12px; border-bottom: 1px solid #f8f8f8; color: #3c3c3b; }
.badge { font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 12px; display: inline-block; white-space: nowrap; }
.b-green { background: #e8f5e9; color: #2e7d32; }
.b-orange { background: #fff3e0; color: #e65100; }
.b-red { background: #fce4ec; color: #c62828; }
.b-blue { background: #e3f2fd; color: #1565c0; }
.b-gray { background: #f0f0f0; color: #555; }

/* PROBLEM */
.problem { background: #3c3c3b; padding: 64px 48px; text-align: center; }
.problem h2 { font-size: 32px; font-weight: 900; color: #fff; margin-bottom: 20px; }
.problem p { font-size: 20px; color: #bbb; line-height: 1.6; margin-bottom: 6px; }
.problem .answer { font-size: 22px; font-weight: 900; color: #fff; margin-top: 32px; border-left: 4px solid #903576; padding-left: 24px; text-align: left; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ABOUT */
.about { position: relative; overflow: hidden; min-height: 680px; }
.about-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.55); z-index: 0; object-position: center center; }
.about-fallback { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #1a1a1a; z-index: 0; }
.about-content { position: absolute; z-index: 1; bottom: 36px; right: 48px; width: auto; max-width: 340px; padding: 18px 22px; background: rgba(20,10,16,0.82); backdrop-filter: blur(3px); border-left: 3px solid #903576; }
.about-tag { background: rgba(144,53,118,0.5); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 2px; padding: 4px 12px; border-radius: 32px; display: inline-block; margin-bottom: 12px; text-transform: uppercase; border: 1px solid rgba(144,53,118,0.5); }
.about h2 { font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 10px; line-height: 1.2; }
.about p { font-size: 13px; color: rgba(255,255,255,0.88); line-height: 1.6; margin-bottom: 6px; }
.about p.highlight { font-size: 15px; font-weight: 700; color: #fff; white-space: nowrap; display: inline-block; }
.about-fuer { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.15); display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; }
.about-fuer-label { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.4); letter-spacing: 1px; text-transform: uppercase; padding-top: 6px; white-space: nowrap; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.about-tags span { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 32px; border: 1px solid rgba(255,255,255,0.2); }

/* HOW TO */
.howto { background: #fff; padding: 72px 48px; text-align: center; }
.howto h2 { font-size: 30px; font-weight: 900; color: #3c3c3b; margin-bottom: 52px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 880px; margin: 0 auto; }
.step { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.step-icon { width: 68px; height: 68px; border-radius: 50%; background: #f4f4f4; display: flex; align-items: center; justify-content: center; font-size: 30px; border: 1px solid #e8e8e8; }
.step h3 { font-size: 13px; font-weight: 900; letter-spacing: 1px; color: #3c3c3b; text-transform: uppercase; }
.step p { font-size: 14px; color: #666; line-height: 1.5; }

/* SLIDER */
.slider-section { position: relative; overflow: hidden; height: 540px; }
.slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.8s ease; }
.slide.active { opacity: 1; }
.slide img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.45); display: block; z-index: 1; }
.slide-fallback { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #1a1a1a, #3c3c3b); z-index: 0; }
.slide-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; width: 80%; max-width: 700px; z-index: 2; }
.slide-text h2 { font-size: 48px; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: -1px; line-height: 1.1; margin-bottom: 14px; }
.slide-text p { font-size: 18px; color: rgba(255,255,255,0.75); }
.slider-dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.slider-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.35); cursor: pointer; transition: all 0.3s; border: none; }
.slider-dot.active { background: #903576; width: 24px; border-radius: 4px; }
.slider-arrows { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: flex; justify-content: space-between; padding: 0 24px; pointer-events: none; }
.slider-arrow { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: 20px; cursor: pointer; pointer-events: all; transition: background 0.2s; display: flex; align-items: center; justify-content: center; }
.slider-arrow:hover { background: rgba(144,53,118,0.7); }

/* FEATURES */
.features { background: #f4f4f4; padding: 72px 48px; }
.features h2 { font-size: 30px; font-weight: 900; color: #3c3c3b; text-align: center; margin-bottom: 52px; }
.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 880px; margin: 0 auto; }
.feat-card { background: #fff; border-radius: 12px; border: 1px solid #e8e8e8; padding: 24px 28px; display: flex; gap: 18px; align-items: flex-start; }
.feat-icon { width: 46px; height: 46px; background: #f4f4f4; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid #e8e8e8; font-size: 22px; }
.feat-card h3 { font-size: 14px; font-weight: 900; color: #3c3c3b; margin-bottom: 6px; line-height: 1.3; }
.feat-card p { font-size: 13px; color: #777; line-height: 1.5; }

/* ANGEBOT SHOWCASE */
.angebot-show { background: #fff; padding: 72px 48px; display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; max-width: 1120px; margin: 0 auto; }
.angebot-tag { background: #f0e8ed; color: #903576; font-size: 11px; font-weight: 700; letter-spacing: 2px; padding: 5px 14px; border-radius: 32px; display: inline-block; margin-bottom: 18px; text-transform: uppercase; }
.angebot-text h2 { font-size: 32px; font-weight: 900; color: #3c3c3b; line-height: 1.15; margin-bottom: 16px; }
.angebot-text p { font-size: 16px; color: #666; line-height: 1.6; margin-bottom: 22px; }
.angebot-points { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.angebot-points li { font-size: 14px; color: #555; display: flex; align-items: flex-start; gap: 10px; line-height: 1.4; }
.angebot-points li::before { content: "✔"; color: #903576; font-weight: 900; flex-shrink: 0; font-size: 13px; }
.angebot-paper { background: #fff; border: 1px solid #e8e8e8; border-radius: 8px; box-shadow: 0 14px 44px rgba(0,0,0,0.13); padding: 30px 32px; color: #3c3c3b; }
.ap-head { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 2px solid #903576; padding-bottom: 14px; margin-bottom: 14px; }
.ap-brand { font-size: 16px; font-weight: 900; color: #903576; letter-spacing: 0.5px; line-height: 1.2; }
.ap-brand small { display: block; font-size: 9px; color: #aaa; font-weight: 400; letter-spacing: 0.5px; margin-top: 2px; }
.ap-title { text-align: right; }
.ap-title .t { font-size: 20px; font-weight: 900; color: #3c3c3b; letter-spacing: 1px; }
.ap-title .n { font-size: 10px; color: #999; }
.ap-meta { font-size: 10.5px; color: #888; margin-bottom: 14px; line-height: 1.5; }
table.ap-table { width: 100%; border-collapse: collapse; margin-bottom: 14px; }
table.ap-table th { background: #5a5a5a; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; padding: 6px 8px; text-align: left; }
table.ap-table th.r, table.ap-table td.r { text-align: right; }
table.ap-table td { padding: 7px 8px; border-bottom: 1px solid #f2f2f2; font-size: 11px; }
.ap-sums { margin-left: auto; width: 62%; }
.ap-sums .row { display: flex; justify-content: space-between; padding: 3px 0; font-size: 11px; color: #666; }
.ap-sums .row.total { border-top: 2px solid #3c3c3b; margin-top: 6px; padding-top: 8px; font-size: 14px; font-weight: 900; color: #3c3c3b; }
.ap-rc { font-size: 9.5px; color: #903576; margin-top: 8px; font-style: italic; }
@media (max-width: 768px) {
  .angebot-show { grid-template-columns: 1fr; padding: 48px 20px; gap: 30px; }
  .angebot-text h2 { font-size: 26px; }
}

/* HIGHLIGHT */
.highlight { background: #903576; padding: 64px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.highlight h2 { font-size: 38px; font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 18px; }
.highlight p { font-size: 16px; color: rgba(255,255,255,0.82); line-height: 1.65; margin-bottom: 28px; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.stat { background: rgba(255,255,255,0.15); border-radius: 12px; padding: 22px; text-align: center; }
.stat-num { font-size: 34px; font-weight: 900; color: #fff; }
.stat-label { font-size: 12px; color: rgba(255,255,255,0.75); margin-top: 4px; line-height: 1.3; }

/* PRICING */
.pricing { background: #fff; padding: 72px 48px; }
.pricing h2 { font-size: 30px; font-weight: 900; color: #3c3c3b; text-align: center; margin-bottom: 12px; }
.pricing-sub { text-align: center; font-size: 16px; color: #777; margin-bottom: 36px; }
.toggle-wrap { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 44px; }
.toggle-label { font-size: 14px; font-weight: 700; color: #999; }
.toggle-label.on { color: #3c3c3b; }
.toggle { position: relative; width: 52px; height: 28px; }
.toggle input { opacity: 0; width: 0; height: 0; }
.tslider { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #e0e0e0; border-radius: 28px; transition: 0.3s; cursor: pointer; }
.tslider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 4px; bottom: 4px; background: white; border-radius: 50%; transition: 0.3s; }
input:checked + .tslider { background: #903576; }
input:checked + .tslider:before { transform: translateX(24px); }
.save-badge { background: #e8f5e9; color: #2e7d32; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 32px; display: none; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 780px; margin: 0 auto 32px; }
.price-card { background: #fff; border-radius: 16px; border: 1.5px solid #e8e8e8; padding: 34px; position: relative; }
.price-card.featured { border: 2px solid #903576; }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: #903576; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1px; padding: 5px 18px; border-radius: 32px; white-space: nowrap; text-transform: uppercase; }
.price-name { font-size: 13px; font-weight: 900; letter-spacing: 2px; color: #999; text-transform: uppercase; margin-bottom: 10px; }
.price-amount { display: flex; align-items: baseline; gap: 4px; }
.price-num { font-size: 50px; font-weight: 900; color: #3c3c3b; line-height: 1; }
.price-per { font-size: 17px; font-weight: 400; color: #999; }
.price-regular { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.price-strikethrough { font-size: 15px; color: #bbb; text-decoration: line-through; }
.price-founder-label { background: #e8f5e9; color: #2e7d32; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 32px; }
.price-yearly { font-size: 13px; color: #999; margin-top: 5px; min-height: 20px; }
.price-setup { font-size: 13px; color: #999; margin: 10px 0 24px; padding-bottom: 24px; border-bottom: 1px solid #f0f0f0; }
.price-setup strong { color: #3c3c3b; }
.price-includes { font-size: 11px; font-weight: 700; color: #903576; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.price-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 28px; }
.price-list li { font-size: 14px; color: #555; display: flex; align-items: flex-start; gap: 10px; line-height: 1.4; }
.price-list li::before { content: "✔"; color: #903576; font-weight: 900; flex-shrink: 0; font-size: 13px; }
.price-extra { font-size: 13px; color: #999; margin-bottom: 24px; }
.price-extra strong { color: #3c3c3b; }
.btn-full { width: 100%; text-align: center; display: block; }
.pricing-note { text-align: center; font-size: 13px; color: #999; max-width: 540px; margin: 0 auto 36px; line-height: 1.7; }
.pricing-note strong { color: #3c3c3b; }
.demo-box { background: #f4f4f4; border-radius: 14px; max-width: 580px; margin: 0 auto; padding: 32px 36px; text-align: center; border-left: 4px solid #903576; }
.demo-box h3 { font-size: 20px; font-weight: 900; color: #3c3c3b; margin-bottom: 10px; }
.demo-box p { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.demo-note { font-size: 12px; color: #999; display: block; margin-top: 10px; }


/* COUNTER */
.waitlist-counter { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 32px; background: rgba(255,255,255,0.08); border-radius: 32px; padding: 12px 28px; display: inline-flex; }
.counter-num { font-size: 32px; font-weight: 900; color: #903576; }
.counter-label { font-size: 14px; color: #bbb; font-weight: 700; }

/* FORM */
.cta-form-full { max-width: 580px; margin: 0 auto 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.form-row-single { margin-bottom: 16px; }
.cta-form-full input, .cta-form-full select { width: 100%; padding: 14px 20px; border: 1.5px solid #555; border-radius: 12px; font-size: 15px; font-family: 'Lato', sans-serif; outline: none; color: #fff; background: rgba(255,255,255,0.08); }
.cta-form-full input::placeholder { color: #888; }
.cta-form-full input:focus, .cta-form-full select:focus { border-color: #903576; }
.cta-form-full select { color: #888; cursor: pointer; }
.cta-form-full select option { background: #3c3c3b; color: #fff; }
.btn-submit { width: 100%; padding: 16px; font-size: 17px; margin-bottom: 12px; border-radius: 12px; }
@media (max-width: 768px) { .form-row { grid-template-columns: 1fr; } }
/* CTA */
.cta { background: #3c3c3b; padding: 80px 48px; text-align: center; }
.cta h2 { font-size: 36px; font-weight: 900; color: #fff; margin-bottom: 14px; }
.cta p { font-size: 18px; color: #bbb; margin-bottom: 40px; }
.cta-form { display: flex; gap: 12px; max-width: 540px; margin: 0 auto 14px; }
.cta-form input { flex: 1; padding: 15px 22px; border: 1.5px solid #555; border-radius: 32px; font-size: 15px; font-family: 'Lato', sans-serif; outline: none; color: #fff; background: rgba(255,255,255,0.08); }
.cta-form input::placeholder { color: #888; }
.cta-form input:focus { border-color: #903576; }
.cta-note { font-size: 12px; color: #777; }


/* OFFICE SECTION */
.office-section { position: relative; min-height: 460px; display: flex; align-items: center; overflow: hidden; }
.office-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.35); z-index: 0; }
.office-fallback { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #1a1a1a; z-index: 0; }
.office-content { position: relative; z-index: 1; padding: 80px 48px; max-width: 640px; }
.office-content h2 { font-size: 42px; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: -1px; line-height: 1.1; margin-bottom: 16px; }
.office-content p { font-size: 17px; color: rgba(255,255,255,0.8); line-height: 1.6; margin-bottom: 28px; }


/* COOKIE BANNER */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #3c3c3b; padding: 20px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; z-index: 999; box-shadow: 0 -4px 20px rgba(0,0,0,0.2); flex-wrap: wrap; }
.cookie-text { font-size: 13px; color: #ccc; line-height: 1.5; flex: 1; min-width: 280px; }
.cookie-text a { color: #903576; text-decoration: none; }
.cookie-btns { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-accept { background: #903576; color: #fff; border: none; border-radius: 32px; padding: 10px 24px; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; }
.cookie-decline { background: transparent; color: #ccc; border: 1px solid #666; border-radius: 32px; padding: 10px 24px; font-family: 'Lato', sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; }

/* FAQ */
.faq-section { background: #f4f4f4; padding: 72px 48px; }
.faq-section h2 { font-size: 30px; font-weight: 900; color: #3c3c3b; text-align: center; margin-bottom: 48px; }
.faq-grid { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border-radius: 12px; border: 1px solid #e8e8e8; overflow: hidden; }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; cursor: pointer; font-size: 15px; font-weight: 700; color: #3c3c3b; transition: background 0.2s; }
.faq-q:hover { background: #f9f9f9; }
.faq-arrow { color: #903576; font-size: 12px; transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.faq-q.open .faq-arrow { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 24px 20px; font-size: 14px; color: #666; line-height: 1.65; border-top: 1px solid #f0f0f0; padding-top: 16px; }
@media (max-width: 768px) { .faq-section { padding: 48px 20px; } }
/* FOOTER */
footer { background: #2a2a2a; padding: 36px 48px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-logo { color: #fff; font-size: 16px; font-weight: 900; letter-spacing: 1px; }
.footer-sub { color: #903576; font-size: 11px; margin-top: 3px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #777; font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
footer p { color: #666; font-size: 12px; }

/* RESPONSIVE */
@media (max-width: 768px) {
  nav { padding: 14px 20px; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 10px 24px rgba(0,0,0,0.10); padding: 6px 0;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 24px; font-size: 15px; }
  .nav-sep { display: none; }
  .nav-cta { margin: 8px 24px; text-align: center; }
  .timer-banner { padding: 14px 20px; text-align: center; }
  .hero-content { grid-template-columns: 1fr; padding: 48px 20px; gap: 32px; }
  .hero h1 { font-size: 38px; }
  .hero-visual { display: none; }
  .problem, .howto, .features, .pricing, .cta { padding: 48px 20px; }
  .about { padding: 60px 20px; }
  .steps, .feat-grid, .price-grid { grid-template-columns: 1fr; }
  .highlight { grid-template-columns: 1fr; padding: 48px 20px; gap: 32px; }
  .slide-text h2 { font-size: 30px; }
  .cta-form { flex-direction: column; }
  footer { padding: 28px 20px; flex-direction: column; align-items: flex-start; }
}

/* ===================================================================
   ERGÄNZUNGEN 2026-07 — bewusst an die bestehenden Regeln angeglichen:
   Überschriften 30px zentriert · Karten 12px Radius + #e8e8e8
   Kartentext 13px/#777 · Marken-Pille wie .angebot-tag
   =================================================================== */

/* Doppelbotschaft im Hero */
.hero-formel { font-size: 15px; font-weight: 700; color: #fff; line-height: 1.5; margin-bottom: 18px; text-shadow: 0 2px 12px rgba(0,0,0,0.55); border-left: 3px solid #903576; padding-left: 14px; }

/* ---------- STECKENPFERD-SEKTIONEN ---------- */
.pferd { padding: 76px 48px; }
.pferd-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.pferd-tag { background: #f0e8ed; color: #903576; font-size: 11px; font-weight: 700; letter-spacing: 2px; padding: 5px 14px; border-radius: 32px; display: inline-block; margin-bottom: 18px; text-transform: uppercase; }
.pferd h2 { font-size: 30px; font-weight: 900; line-height: 1.2; margin-bottom: 18px; }
.pferd p.lead { font-size: 17px; font-weight: 400; line-height: 1.6; max-width: 700px; margin: 0 auto 28px; }
.pferd p { font-size: 15px; line-height: 1.7; max-width: 700px; margin: 0 auto 14px; text-align: left; }
.pferd-light { background: #fff; }
.pferd-light h2 { color: #3c3c3b; }
.pferd-light p { color: #777; }
.pferd-light p.lead { color: #555; }
.pferd-dark { background: #3c3c3b; }
.pferd-dark .pferd-tag { background: rgba(144,53,118,0.35); color: #fff; }
.pferd-dark h2 { color: #fff; }
.pferd-dark p { color: #aaa; }
.pferd-dark p.lead { color: #ddd; }

/* Anker-Kasten — Kartenoptik wie .feat-card */
.anker { max-width: 700px; margin: 30px auto 0; border-radius: 12px; padding: 24px 28px; text-align: left; }
.pferd-light .anker { background: #fff; border: 1px solid #e8e8e8; }
.pferd-dark .anker { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); }
.anker h3 { font-size: 14px; font-weight: 900; letter-spacing: 0.3px; margin-bottom: 10px; }
.pferd-light .anker h3 { color: #903576; }
.pferd-dark .anker h3 { color: #fff; }
.anker p { font-size: 13.5px; line-height: 1.6; margin-bottom: 10px; }
.anker p:last-child { margin-bottom: 0; }
.pferd .roadmap { font-size: 13px; max-width: 700px; margin: 24px auto 0; padding-top: 16px; text-align: center; }
.pferd-light .roadmap { border-top: 1px solid #ececec; color: #999; }
.pferd-dark .roadmap { border-top: 1px solid rgba(255,255,255,0.12); color: #888; }

/* ---------- DETAIL-BEWEISE — Karten wie .feat-card ---------- */
.details { background: #f4f4f4; padding: 76px 48px; }
.details h2 { font-size: 30px; font-weight: 900; color: #3c3c3b; text-align: center; margin-bottom: 14px; line-height: 1.2; }
.details .details-sub { text-align: center; font-size: 16px; color: #777; max-width: 620px; margin: 0 auto 52px; line-height: 1.6; }
.detail-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.detail-item { background: #fff; border-radius: 12px; border: 1px solid #e8e8e8; padding: 24px 28px; }
.detail-item strong { display: block; font-size: 14px; font-weight: 900; color: #3c3c3b; margin-bottom: 6px; line-height: 1.3; }
.detail-item span { display: block; font-size: 13px; color: #777; line-height: 1.5; }

/* ---------- UNTERSEITEN-KOPF ---------- */
.seite-kopf { background: #3c3c3b; padding: 68px 48px 60px; text-align: center; }
.seite-kopf h1 { font-size: 36px; font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 14px; }
.seite-kopf p { font-size: 18px; color: #bbb; line-height: 1.6; max-width: 640px; margin: 0 auto; }

/* ---------- FRAGEN-SEITE ---------- */
.faq-seite { background: #f4f4f4; padding: 64px 48px 76px; }
.faq-hilfe { max-width: 860px; margin: 52px auto 0; background: #fff; border-radius: 12px; border: 1px solid #e8e8e8; padding: 32px 34px; text-align: center; }
.faq-hilfe h2 { font-size: 20px; font-weight: 900; color: #3c3c3b; margin-bottom: 10px; }
.faq-hilfe p { font-size: 14px; color: #777; line-height: 1.6; margin-bottom: 22px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* Zwischenüberschriften der Fragen-Gruppen */
.faq-group { max-width: 860px; margin: 44px auto 16px; font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: #903576; }
.faq-group.first { margin-top: 0; }

/* ---------- FAQ-TEASER AUF DER STARTSEITE ---------- */
.faq-teaser { background: #f4f4f4; padding: 76px 48px; }
.faq-teaser h2 { font-size: 30px; font-weight: 900; color: #3c3c3b; text-align: center; margin-bottom: 14px; }
.faq-teaser .teaser-sub { text-align: center; font-size: 16px; color: #777; margin-bottom: 52px; }
.faq-teaser-liste { max-width: 900px; margin: 0 auto 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.faq-teaser-liste a { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 22px 28px; font-size: 14px; font-weight: 900; color: #3c3c3b; text-decoration: none; display: block; line-height: 1.3; transition: all 0.2s; }
.faq-teaser-liste a:hover { border-color: #903576; color: #903576; }
.faq-teaser-mitte { text-align: center; }

@media (max-width: 768px) {
  .pferd, .details, .faq-teaser, .faq-seite { padding: 48px 20px; }
  .seite-kopf { padding: 48px 20px 44px; }
  .seite-kopf h1 { font-size: 28px; }
  .seite-kopf p { font-size: 16px; }
  .pferd h2, .details h2, .faq-teaser h2 { font-size: 24px; }
  .pferd p.lead { font-size: 16px; }
  .detail-grid, .faq-teaser-liste { grid-template-columns: 1fr; }
  .anker { padding: 20px 22px; }
  .faq-hilfe { padding: 26px 22px; }
  .faq-group { margin: 34px auto 12px; }
}


/* ===================================================================
   UNTERSEITEN pruefung.html / abrechnung.html
   Bausteine folgen den Hausregeln: 30px zentrierte H2 ·
   Karten 12px/#e8e8e8 · Kartentext 13px/#777 · Kreise wie .step-icon
   =================================================================== */

.sek { padding: 76px 48px; }
.sek-weiss { background: #fff; }
.sek-grau { background: #f4f4f4; }
.sek-dunkel { background: #3c3c3b; }
.sek h2 { font-size: 30px; font-weight: 900; color: #3c3c3b; text-align: center; line-height: 1.2; margin-bottom: 14px; }
.sek-dunkel h2 { color: #fff; }
.sek .sek-sub { text-align: center; font-size: 16px; color: #777; max-width: 640px; margin: 0 auto 52px; line-height: 1.6; }
.sek-dunkel .sek-sub { color: #aaa; }
.sek-mitte { text-align: center; margin-top: 44px; }

/* Vier Schritte — wie .steps, aber vierspaltig */
.steps-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; max-width: 940px; margin: 0 auto; }
.steps-4 .step-num { width: 30px; height: 30px; border-radius: 50%; background: #903576; color: #fff; font-size: 13px; font-weight: 900; display: flex; align-items: center; justify-content: center; margin-bottom: -6px; }

/* Zwei Karten nebeneinander */
.duo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 860px; margin: 0 auto; }
.duo-card { background: #fff; border-radius: 12px; border: 1px solid #e8e8e8; padding: 28px 30px; }
.sek-dunkel .duo-card { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); }
.duo-card h3 { font-size: 15px; font-weight: 900; color: #3c3c3b; margin-bottom: 10px; }
.sek-dunkel .duo-card h3 { color: #fff; }
.duo-card p { font-size: 13.5px; color: #777; line-height: 1.6; }
.sek-dunkel .duo-card p { color: #aaa; }
.duo-card .badge { margin-bottom: 14px; }

/* Drei Karten */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 940px; margin: 0 auto; }

/* Vier Ergebnis-Karten */
.quartett { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 940px; margin: 0 auto; }
.erg-card { background: #fff; border-radius: 12px; border: 1px solid #e8e8e8; padding: 24px 22px; text-align: center; }
.erg-card .badge { font-size: 11px; padding: 5px 12px; margin-bottom: 12px; }
.erg-card p { font-size: 13px; color: #777; line-height: 1.55; }

/* Kleines Beleg-Beispiel */
.beispiel { max-width: 620px; margin: 0 auto; background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; box-shadow: 0 14px 44px rgba(0,0,0,0.08); overflow: hidden; }
.beispiel-kopf { background: #f4f4f4; padding: 14px 26px; font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; color: #903576; border-bottom: 1px solid #e8e8e8; }
.bz { display: flex; justify-content: space-between; align-items: center; padding: 15px 26px; border-bottom: 1px solid #f2f2f2; font-size: 14px; }
.bz:last-child { border-bottom: none; }
.bz-text { color: #555; }
.bz-wert { font-weight: 900; color: #3c3c3b; white-space: nowrap; margin-left: 20px; }
.bz-durch .bz-text, .bz-durch .bz-wert { color: #b0b0b0; text-decoration: line-through; }
.bz-final { background: #faf6f9; }
.bz-final .bz-text { color: #3c3c3b; font-weight: 700; }
.bz-final .bz-wert { color: #903576; }
.beispiel-fuss { padding: 14px 26px; font-size: 12.5px; color: #888; line-height: 1.5; background: #fafafa; border-top: 1px solid #f0f0f0; }

/* Merksatz */
.merksatz { max-width: 700px; margin: 44px auto 0; text-align: center; font-size: 19px; font-weight: 900; line-height: 1.45; color: #3c3c3b; }
.sek-dunkel .merksatz { color: #fff; }
.merksatz span { color: #903576; }
.sek-dunkel .merksatz span { color: #d9a8cb; }

/* Roadmap-Zeile */
.rm-zeile { max-width: 700px; margin: 48px auto 0; padding: 18px 24px; border: 1px dashed #d9c4d2; border-radius: 12px; text-align: center; font-size: 13.5px; color: #888; line-height: 1.6; }

@media (max-width: 900px) {
  .steps-4 { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .quartett { grid-template-columns: repeat(2, 1fr); }
  .trio { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .sek { padding: 48px 20px; }
  .sek h2 { font-size: 24px; }
  .steps-4 { grid-template-columns: 1fr; }
  .duo, .quartett { grid-template-columns: 1fr; }
  .bz { padding: 13px 18px; font-size: 13px; }
  .beispiel-kopf, .beispiel-fuss { padding: 12px 18px; }
  .merksatz { font-size: 17px; }
}


/* Preiskarten auf der Startseite — gleiche Höhe, einzeilige Zielgruppe */
.price-grid { align-items: stretch; }
.price-card { display: flex; flex-direction: column; }
.price-fuer { font-size: 12.5px; color: #903576; font-weight: 700; line-height: 1.45; margin-bottom: 18px; min-height: 36px; }
.price-card .price-list { margin-top: 22px; }
.price-card .price-list li { font-size: 13.5px; }
.features .sek-sub { margin-top: -34px; margin-bottom: 52px; }
@media (max-width: 768px) {
  .price-fuer { min-height: 0; }
  .features .sek-sub { margin-top: -30px; margin-bottom: 36px; }
}


/* ===================================================================
   FORMATWECHSEL FÜR UNTERSEITEN — Split-Sektionen, Bildschirm-Mockups,
   Gegenüberstellung, Zahlenband. Alle Werte folgen den Hausregeln.
   =================================================================== */

/* Zweispaltig: Text neben Mockup, abwechselnd gedreht */
.split-sek { padding: 76px 48px; }
.split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; max-width: 1120px; margin: 0 auto; }
.split-sek.split-weiss { background: #fff; }
.split-sek.split-grau { background: #f4f4f4; }
.split-sek.split-dunkel { background: #3c3c3b; }
.split.gedreht .split-text { order: 2; }
.split.gedreht .split-bild { order: 1; }
.split-text .pferd-tag { margin-bottom: 16px; }
.split-text h2 { font-size: 28px; font-weight: 900; color: #3c3c3b; line-height: 1.2; margin-bottom: 16px; text-align: left; }
.split-sek.split-dunkel .split-text h2 { color: #fff; }
.split-text p { font-size: 15px; color: #777; line-height: 1.7; margin-bottom: 14px; }
.split-sek.split-dunkel .split-text p { color: #aaa; }
.split-text ul { list-style: none; margin-top: 18px; }
.split-text ul li { font-size: 14px; color: #555; line-height: 1.5; padding-left: 26px; position: relative; margin-bottom: 11px; }
.split-sek.split-dunkel .split-text ul li { color: #ccc; }
.split-text ul li:before { content: "→"; position: absolute; left: 0; color: #903576; font-weight: 900; }
.split-sek.split-dunkel .split-text ul li:before { color: #d9a8cb; }

/* Bildschirm-Mockup wie im Hero, aber freistehend */
.mock { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 14px 44px rgba(0,0,0,0.13); border: 1px solid #e8e8e8; }
.split-sek.split-dunkel .mock { border-color: rgba(255,255,255,0.1); box-shadow: 0 14px 50px rgba(0,0,0,0.4); }
.mock .ui td, .mock .ui th { white-space: nowrap; }
.mock-liste { padding: 4px 0; }
.mock-zeile { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 13px 18px; border-bottom: 1px solid #f5f5f5; font-size: 12.5px; color: #3c3c3b; }
.mock-zeile:last-child { border-bottom: none; }
.mock-zeile .mz-links { display: flex; align-items: center; gap: 10px; min-width: 0; }
.mock-zeile .mz-sub { display: block; font-size: 11px; color: #999; margin-top: 2px; }
.mock-zeile strong { font-weight: 900; }
.mock-fuss { background: #faf6f9; padding: 12px 18px; font-size: 11.5px; color: #903576; font-weight: 700; border-top: 1px solid #f0e8ed; }

/* Gegenüberstellung ohne/mit */
.gegen { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; margin: 0 auto; }
.gegen-sp { border-radius: 12px; padding: 28px 30px; }
.gegen-ohne { background: #fff; border: 1px solid #e8e8e8; }
.gegen-mit { background: #fff; border: 2px solid #903576; }
.gegen-sp h3 { font-size: 13px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 18px; }
.gegen-ohne h3 { color: #999; }
.gegen-mit h3 { color: #903576; }
.gegen-sp ul { list-style: none; }
.gegen-sp li { font-size: 14px; line-height: 1.5; padding-left: 26px; position: relative; margin-bottom: 13px; color: #666; }
.gegen-ohne li:before { content: "✕"; position: absolute; left: 0; color: #c62828; font-weight: 900; }
.gegen-mit li:before { content: "✓"; position: absolute; left: 0; color: #2e7d32; font-weight: 900; }

/* Zahlenband */
.zahlen { background: #3c3c3b; padding: 60px 48px; }
.zahlen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 940px; margin: 0 auto; }
.zahl { text-align: center; }
.zahl b { display: block; font-size: 34px; font-weight: 900; color: #fff; line-height: 1.1; }
.zahl span { display: block; font-size: 12.5px; color: rgba(255,255,255,0.65); margin-top: 8px; line-height: 1.4; }

@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split-sek { padding: 52px 24px; }
  .split.gedreht .split-text { order: 1; }
  .split.gedreht .split-bild { order: 2; }
  .zahlen-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
@media (max-width: 768px) {
  .split-text h2 { font-size: 23px; }
  .gegen { grid-template-columns: 1fr; }
  .mock .ui { font-size: 11px; }
  .mock .ui th:nth-child(4), .mock .ui td:nth-child(4) { display: none; }
}


/* ===================================================================
   BREITEN-BEGRENZUNG — Text darf auf großen Bildschirmen nicht
   über die ganze Zeile laufen
   =================================================================== */
.problem h2, .problem p { max-width: 860px; margin-left: auto; margin-right: auto; }
.howto h2, .features h2, .pricing h2, .pricing-sub, .faq-teaser h2,
.faq-teaser .teaser-sub, .sek h2, .sek .sek-sub, .details h2 { max-width: 880px; margin-left: auto; margin-right: auto; }
.seite-kopf h1, .seite-kopf p { max-width: 780px; margin-left: auto; margin-right: auto; }
.cta h2, .cta p { max-width: 820px; margin-left: auto; margin-right: auto; }

/* ===================================================================
   PRAXIS-BLOCK — bewusst KEIN Kachelraster, sondern eine Liste
   =================================================================== */
.insider { background: #f4f4f4; padding: 76px 48px; }
.insider-inner { max-width: 940px; margin: 0 auto; }
.insider h2 { font-size: 30px; font-weight: 900; color: #3c3c3b; line-height: 1.2; margin-bottom: 14px; }
.insider-sub { font-size: 16px; color: #777; line-height: 1.6; max-width: 620px; margin-bottom: 40px; }
.insider-liste { list-style: none; columns: 2; column-gap: 48px; }
.insider-liste li { break-inside: avoid; margin-bottom: 26px; padding-left: 24px; position: relative; font-size: 13.5px; color: #777; line-height: 1.6; }
.insider-liste li:before { content: "→"; position: absolute; left: 0; top: 0; color: #903576; font-weight: 900; }
.insider-liste li strong { display: block; font-size: 14.5px; font-weight: 900; color: #3c3c3b; margin-bottom: 5px; line-height: 1.35; }

@media (max-width: 768px) {
  .insider { padding: 48px 20px; }
  .insider h2 { font-size: 24px; }
  .insider-liste { columns: 1; }
}


/* Vergleichstabelle Base/Pro */
.vgl-wrap { max-width: 780px; margin: 0 auto; background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; overflow: hidden; }
table.vgl { width: 100%; border-collapse: collapse; }
.vgl th { background: #f4f4f4; font-size: 11px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; color: #903576; padding: 14px 20px; text-align: left; border-bottom: 1px solid #e8e8e8; }
.vgl th:nth-child(2), .vgl th:nth-child(3) { text-align: center; width: 96px; }
.vgl td { padding: 14px 20px; font-size: 14px; color: #555; border-bottom: 1px solid #f4f4f4; }
.vgl tr:last-child td { border-bottom: none; }
.vgl td:nth-child(2), .vgl td:nth-child(3) { text-align: center; }
.vgl .ja { color: #2e7d32; font-weight: 900; font-size: 16px; }
.vgl .nein { color: #ccc; font-weight: 900; font-size: 16px; }
@media (max-width: 768px) {
  .vgl th, .vgl td { padding: 12px 14px; font-size: 13px; }
  .vgl th:nth-child(2), .vgl th:nth-child(3) { width: 62px; }
}


/* Ligaturen abschalten — sonst verschmelzen f und i (z. B. „Häufige“)
   zu einem Zeichen ohne i-Punkt und die Überschrift wirkt fremd. */
body, h1, h2, h3, h4, .price-num, .stat-num, .zahl b, .counter-num {
  font-variant-ligatures: none;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
}

/* Aktive Seite in der Navigation */
.nav-links a.aktiv { color: #903576; position: relative; }
.nav-links a.aktiv:after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 2px; background: #903576; border-radius: 2px; }
