@font-face { font-family: 'BDO Grotesk'; src: url('fonts/BDOGrotesk-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'BDO Grotesk'; src: url('fonts/BDOGrotesk-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'BDO Grotesk'; src: url('fonts/BDOGrotesk-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'BDO Grotesk'; src: url('fonts/BDOGrotesk-Black.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  --bg: #ffffff; --surface: #ffffff; --surface-2: #f6f6f4;
  --border: #d0d0d0; --border-light: #e6e6e6;
  --text: #051922; --text-sec: #3a5a68; --text-tri: #6b8a96;
  --green: #2cfe99; --green-dim: rgba(44,254,153,0.08); --green-med: rgba(44,254,153,0.2);
  --accent: #051922;
  --amber: #c47d00; --amber-dim: rgba(196,125,0,0.08);
  --red: #dc2626;
  --radius: 12px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'BDO Grotesk', -apple-system, sans-serif; background: var(--surface-2); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }

/* Headlines maximal Weight 600 (Roman-Vorgabe) */

.brand-band { background: #fff; padding: 72px 32px 76px; border-bottom: 1px solid var(--border-light); }
.brand-bar { max-width: 1100px; margin: 0 auto; text-align: center; }
.brand-logo { height: 80px; display: inline-block; margin-bottom: 18px; }
.brand-claim { font-size: 11px; font-weight: 600; letter-spacing: 3px; color: var(--text-tri); text-transform: uppercase; }

.container { max-width: 1100px; margin: 0 auto; padding: 76px 32px 60px; }

/* Header: einspaltig, volle Breite */
.header { margin-bottom: 48px; }
.header .label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 3px; color: var(--text-tri); margin: 0 0 10px; }
.header h1 { font-size: 44px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.08; margin: 0 0 16px; }
.header h1 span { color: var(--green); }
.header .lead { font-size: 17px; color: var(--text-sec); line-height: 1.7; margin: 0; }

.price-hero { background: var(--accent); color: #fff; border-radius: var(--radius); padding: 40px; margin-bottom: 56px; position: relative; overflow: hidden; }
.price-hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(44,254,153,0.18), transparent 70%); pointer-events: none; }
.price-hero-content { position: relative; z-index: 1; }
.price-hero .badge { display: inline-block; padding: 6px 14px; background: var(--green); color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: 1.5px; border-radius: 20px; margin-bottom: 18px; }
.price-hero h2 { font-size: 30px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 12px; }
.price-hero h2 span { color: var(--green); }
.price-hero .sub { font-size: 15px; opacity: 0.9; margin-bottom: 0; line-height: 1.7; }

.section { margin-bottom: 56px; }
.section h2 { font-size: 24px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 8px; }
.section .section-sub { font-size: 15px; color: var(--text-sec); margin-bottom: 24px; }

.features { background: var(--surface); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 32px; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px; }
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature-icon { width: 36px; height: 36px; background: var(--green-dim); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; color: var(--accent); font-weight: 600; }
.feature-content { flex: 1; }
.feature-content h4 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.feature-content p { font-size: 13px; color: var(--text-sec); line-height: 1.6; margin: 0 0 8px; }
.feature-content p:last-child { margin-bottom: 0; }
@media (max-width: 720px) { .features-grid { grid-template-columns: 1fr; } }

.info-box { background: var(--surface); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 32px; }
.info-box h3 { font-size: 17px; font-weight: 600; margin-bottom: 14px; }
.info-box p { font-size: 14px; color: var(--text-sec); margin-bottom: 14px; line-height: 1.7; }
.info-box p:last-child { margin-bottom: 0; }
.info-box .note { font-size: 13.5px; color: var(--text-sec); margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border-light); }
.info-box .note strong { color: var(--text); font-weight: 600; }

.table-scroll { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 4px; border-radius: 8px; border: 1px solid var(--border-light); }
.data-table { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 13.5px; }
.data-table th { text-align: left; padding: 11px 14px; background: var(--surface-2); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--text-tri); border-bottom: 1px solid var(--border-light); white-space: nowrap; }
.data-table td { padding: 13px 14px; border-bottom: 1px solid var(--border-light); color: var(--text-sec); vertical-align: top; line-height: 1.6; }
.data-table tr:last-child td { border-bottom: none; }
.data-table td strong { color: var(--text); font-weight: 600; }
.data-table td.right, .data-table th.right { text-align: right; white-space: nowrap; }
.data-table tr.highlight { background: var(--green-dim); }
.data-table tr.highlight td { color: var(--text); }
.data-table tfoot td { border-top: 2px solid var(--border-light); border-bottom: none; padding-top: 13px; }
.data-table tfoot tr.sum td { font-weight: 600; color: var(--text); font-size: 15px; }

.cta { background: var(--accent); color: #fff; border-radius: var(--radius); padding: 44px 40px; text-align: center; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; top: -100px; left: -100px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(44,254,153,0.14), transparent 70%); }
.cta::after { content: ''; position: absolute; bottom: -100px; right: -100px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(44,254,153,0.10), transparent 70%); }
.cta h3 { font-size: 26px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 12px; position: relative; z-index: 1; }
.cta h3 span { color: var(--green); }
.cta p { font-size: 14.5px; opacity: 0.9; max-width: 620px; margin: 0 auto 28px; line-height: 1.7; position: relative; z-index: 1; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-button { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 980px; font-size: 15px; font-weight: 600; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; }
.cta-button.primary { background: var(--green); color: var(--accent); }
.cta-button.primary:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(44,254,153,0.35); }

.footer { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--border-light); font-size: 12px; color: var(--text-tri); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; margin-bottom: 16px; }
.footer-col { font-size: 11.5px; line-height: 1.75; }
.footer-col strong { color: var(--text); display: block; margin-bottom: 6px; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.footer-bottom { padding-top: 12px; border-top: 1px solid var(--border-light); font-size: 11px; color: var(--text-tri); }
.footer a { color: var(--text-sec); text-decoration: none; }
.footer .heart { color: var(--green); }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr; gap: 18px; } }

/* Zusatz fuer diese zwei Seiten: lesbare Listen in Boxen plus Akzent-Rahmen */
.info-box ul { padding-left: 22px; margin: 4px 0 0; }
.info-box li { font-size: 14px; color: var(--text-sec); line-height: 1.7; margin-bottom: 10px; }
.info-box li:last-child { margin-bottom: 0; }
.info-box li strong { color: var(--text); font-weight: 600; }
.info-box.intro { border-left: 3px solid var(--green); }
.info-box.intern { border-left: 3px solid var(--amber); }

/* Stufen-Leiter (schematische Ausbaustufen) */
.stufen { display: flex; flex-direction: column; gap: 16px; }
.stufe { display: flex; gap: 22px; align-items: center; background: var(--surface); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 26px 30px; }
.stufe-num { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 19px; font-weight: 600; }
.stufe-body { flex: 1; }
.stufe-body h4 { font-size: 17px; font-weight: 600; margin-bottom: 5px; }
.stufe-body p { font-size: 14px; color: var(--text-sec); line-height: 1.6; margin: 0; }
.stufe-effort { flex-shrink: 0; padding: 7px 16px; border-radius: 20px; font-size: 12px; font-weight: 600; white-space: nowrap; letter-spacing: 0.3px; }
.stufe-effort.klein { background: var(--green-dim); color: var(--accent); }
.stufe-effort.mittel { background: var(--green-med); color: var(--accent); }
.stufe-effort.gross { background: var(--green); color: var(--accent); }
@media (max-width: 640px) {
  .stufe { flex-wrap: wrap; gap: 14px 18px; padding: 22px; }
  .stufe-effort { order: 3; margin-left: 68px; }
}

@media (max-width: 720px) {
  .container { padding: 40px 18px 40px; }
  .brand-band { padding: 44px 18px 48px; }
  .brand-logo { height: 56px; margin-bottom: 12px; }
  .brand-claim { font-size: 10px; letter-spacing: 2px; }
  .header h1 { font-size: 30px; }
  .price-hero { padding: 32px 24px; }
  .price-hero h2 { font-size: 23px; }
  .cta { padding: 32px 24px; }
  .cta h3 { font-size: 22px; }
  .data-table { min-width: 0; }
  .data-table th { white-space: normal; font-size: 10px; line-height: 1.2; padding: 8px 8px; }
  .data-table td, .data-table td.right, .data-table th.right { white-space: normal; padding: 10px 8px; }
  .info-box, .features { padding: 20px; }
}

/* Print: kompakt, Ziel zwei A4-Seiten */
@media print {
  @page { size: A4 portrait; margin: 11mm; }
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; transition: none !important; }
  body { background: #fff !important; font-size: 9pt; line-height: 1.5; }
  .brand-band { padding: 0 0 4mm !important; margin-bottom: 5mm; border-bottom: 1px solid var(--border-light); }
  .brand-logo { height: 10mm !important; margin-bottom: 3px !important; }
  .brand-claim { font-size: 6.5pt !important; letter-spacing: 2px; }
  .container { padding: 0 !important; max-width: 100% !important; }

  .header { margin-bottom: 5mm !important; }
  .header .label { font-size: 7.5pt !important; margin-bottom: 3px; }
  .header h1 { font-size: 19pt !important; margin-bottom: 6px !important; line-height: 1.1; }
  .header .lead { font-size: 9.5pt !important; }

  .section { margin-bottom: 5mm !important; page-break-inside: avoid; }
  .section h2 { font-size: 12.5pt !important; margin-bottom: 4px; }
  .section .section-sub { font-size: 8.5pt !important; margin-bottom: 8px !important; }

  .features { padding: 4mm !important; }
  .features-grid { grid-template-columns: 1fr 1fr 1fr !important; gap: 3mm 5mm !important; }
  .feature { gap: 9px; }
  .feature-icon { width: 24px !important; height: 24px !important; font-size: 12px !important; }
  .feature-content h4 { font-size: 8.5pt !important; margin-bottom: 2px; }
  .feature-content p { font-size: 7.5pt !important; line-height: 1.4; }

  .info-box { padding: 4mm 5mm !important; page-break-inside: avoid; }
  .info-box p, .info-box li { font-size: 8.5pt !important; line-height: 1.5 !important; }
  .info-box li { margin-bottom: 4px !important; }
  .info-box .note { font-size: 8pt !important; margin-top: 8px !important; padding-top: 8px !important; }

  .data-table { font-size: 8pt !important; min-width: 0 !important; }
  .data-table th { font-size: 7.5pt !important; padding: 5px 8px !important; white-space: normal; }
  .data-table td { padding: 6px 8px !important; white-space: normal; line-height: 1.4; }

  .stufen { gap: 6px !important; }
  .stufe { padding: 3.5mm 5mm !important; gap: 14px !important; page-break-inside: avoid; }
  .stufe-num { width: 32px !important; height: 32px !important; font-size: 13px !important; }
  .stufe-body h4 { font-size: 9.5pt !important; margin-bottom: 2px; }
  .stufe-body p { font-size: 8pt !important; line-height: 1.4; }
  .stufe-effort { font-size: 7.5pt !important; padding: 4px 10px !important; }

  .price-hero { padding: 5mm 6mm !important; margin-bottom: 4mm !important; page-break-inside: avoid; }
  .price-hero .badge { font-size: 7.5pt !important; margin-bottom: 8px !important; }
  .price-hero h2 { font-size: 14pt !important; margin-bottom: 6px !important; }
  .price-hero .sub { font-size: 9pt !important; }

  .cta { padding: 6mm !important; page-break-inside: avoid; }
  .cta h3 { font-size: 14pt !important; }

  .footer { margin-top: 5mm !important; padding-top: 4mm !important; page-break-inside: avoid; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr !important; gap: 6mm !important; margin-bottom: 8px; }
}
