:root {
  --ink: #030303;
  --ink-soft: #555555;
  --petrol: #030303;
  --petrol-deep: #030303;
  --rust: #ef4423;
  --rust-dark: #ef4423;
  --paper: #f5f5f5;
  --paper-dark: #e8e8e8;
  --white: #ffffff;
  --line: #d1d1d1;
  --max: 1180px;
  --sans: "Montserrat", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }
img { max-width: 100%; display: block; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.kicker { margin: 0 0 17px; color: var(--rust); font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.section { padding: 104px 0; border-top: 1px solid var(--line); }
.section-title { max-width: 780px; margin: 0; font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 700; letter-spacing: -.025em; line-height: 1.08; }
.section-lead { max-width: 720px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.18rem; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(8px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 174px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a:not(.button) { color: var(--ink-soft); text-decoration: none; font-size: .9rem; }
.nav-links > a:not(.button):hover { color: var(--ink); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 21px; border: 1px solid var(--rust); background: var(--rust); color: var(--white); text-decoration: none; font-size: .88rem; font-weight: 700; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.button:hover { background: var(--ink); border-color: var(--ink); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { background: transparent; color: var(--white); }
.button-quiet { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-quiet:hover { background: var(--ink); color: var(--white); }

.hero { padding: 70px 0 82px; background: var(--white); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 72px; align-items: center; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(2.8rem, 5.4vw, 5rem); font-weight: 700; letter-spacing: -.045em; line-height: 1; }
.hero h1 span { color: var(--rust); }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: var(--ink-soft); font-size: 1.24rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.portrait { margin: 0; border: 1px solid var(--line); background: var(--paper); }
.portrait-image { aspect-ratio: 1.1 / 1; overflow: hidden; background: #e3e3e3; }
.portrait-image img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 38%; }
.portrait-caption { padding: 20px 22px; border-top: 1px solid var(--line); }
.portrait-caption strong { display: block; font-family: var(--sans); font-size: 1rem; }
.portrait-caption span { display: block; margin-top: 2px; color: var(--ink-soft); font-size: .82rem; }

.references { padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.reference-grid { display: grid; grid-template-columns: 1.45fr repeat(5, 1fr); align-items: center; gap: 28px; }
.reference-copy { color: var(--ink-soft); font-size: .82rem; line-height: 1.45; }
.reference-logo { height: 42px; display: flex; align-items: center; justify-content: center; filter: grayscale(1); opacity: .72; }
.reference-logo img { max-width: 138px; max-height: 38px; object-fit: contain; }
.reference-logo.isabellenhuette img { max-width: 185px; }

.problem { background: var(--paper); }
.problem-grid { margin-top: 64px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.problem-copy { color: var(--ink-soft); font-size: 1.06rem; }
.problem-copy p:first-child { margin-top: 0; }
.questions { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.questions li { padding: 21px 0; border-bottom: 1px solid var(--line); font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 700; line-height: 1.3; }
.questions li::before { content: "„"; color: var(--rust); }
.questions li::after { content: "“"; color: var(--rust); }

.offer { background: var(--white); }
.offer-head { display: grid; grid-template-columns: 1fr .8fr; gap: 64px; align-items: end; }
.offer-note { margin: 0; padding-left: 24px; border-left: 3px solid var(--rust); color: var(--ink-soft); }
.program { margin-top: 68px; border-top: 2px solid var(--ink); }
.program-row { display: grid; grid-template-columns: 100px 260px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.program-no { color: var(--rust); font-size: .8rem; font-weight: 700; letter-spacing: .05em; }
.program-title { font-size: 1.08rem; font-weight: 700; }
.program-text { color: var(--ink-soft); }
.program-text b { color: var(--ink); font-family: var(--sans); font-weight: 700; }
.extensions { display: flex; flex-wrap: wrap; gap: 10px 28px; padding-top: 24px; color: var(--ink-soft); font-size: .9rem; }
.extensions strong { color: var(--ink); }

.role { background: var(--ink); color: var(--white); }
.role .kicker { color: var(--rust); }
.role .section-title { max-width: 900px; }
.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-top: 1px solid #555555; border-bottom: 1px solid #555555; }
.role-col { padding: 34px 34px 38px 0; }
.role-col + .role-col { padding-left: 34px; border-left: 1px solid #555555; }
.role-col small { color: #aaaaaa; font-family: var(--sans); font-size: .74rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.role-col h3 { margin: 12px 0 16px; font-size: 1.4rem; font-weight: 700; }
.role-col p { margin: 0; color: #e0e0e0; font-size: 1rem; }
.role-statement { max-width: 820px; margin: 42px 0 0; color: #eeeeee; font-size: 1.14rem; line-height: 1.6; }

.price-section { background: var(--paper); }
.price-grid { margin-top: 60px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: stretch; }
.price-main { padding: 52px; background: var(--rust); color: var(--white); }
.price-label { font-size: .82rem; font-weight: 700; letter-spacing: .01em; }
.price { margin-top: 20px; font-size: clamp(3.5rem, 7vw, 5.7rem); font-weight: 700; letter-spacing: -.05em; line-height: .9; }
.price small { display: block; margin-top: 14px; font-family: var(--sans); font-size: .9rem; letter-spacing: 0; }
.price-main p { margin: 34px 0 0; max-width: 370px; font-size: 1rem; }
.price-detail { padding: 46px 50px; background: var(--white); border: 1px solid var(--line); }
.price-detail h3 { margin: 0 0 22px; font-size: 1.65rem; font-weight: 700; }
.price-detail ul { margin: 0; padding: 0; list-style: none; }
.price-detail li { padding: 8px 0 8px 24px; position: relative; }
.price-detail li::before { content: ""; position: absolute; left: 0; top: 17px; width: 9px; height: 2px; background: var(--rust); }
.price-detail .button { margin-top: 30px; }
.price-fineprint { margin: 18px 0 0; color: var(--ink-soft); font-size: .82rem; }

.fit { background: var(--white); }
.fit-grid { margin-top: 58px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.fit-col { border-top: 2px solid var(--ink); padding-top: 24px; }
.fit-col.no { border-color: var(--line); }
.fit-col h3 { margin: 0 0 16px; font-size: 1.5rem; font-weight: 700; }
.fit-col ul { margin: 0; padding-left: 20px; color: var(--ink-soft); }
.fit-col li { margin: 9px 0; padding-left: 5px; }

.faq { background: var(--white); }
.faq-list { max-width: 900px; margin-top: 50px; border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 24px 40px 24px 0; cursor: pointer; list-style: none; position: relative; font-size: 1.05rem; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; top: 20px; color: var(--rust); font-size: 1.55rem; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { max-width: 760px; margin: -4px 0 26px; color: var(--ink-soft); }

.closing { padding: 92px 0; background: var(--rust); color: var(--white); }
.closing-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.closing h2 { max-width: 820px; margin: 0; font-size: clamp(2.4rem, 4.8vw, 4.2rem); font-weight: 700; letter-spacing: -.04em; line-height: 1.04; }
.closing p { max-width: 690px; margin: 22px 0 0; color: #fff3ef; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 36px; background: var(--white); color: var(--ink); }
.form-group { display: grid; gap: 7px; }
.form-group.full, .form-check, .form-actions { grid-column: 1 / -1; }
.form-group label { font-size: .82rem; font-weight: 700; }
.form-group input, .form-group textarea { width: 100%; border: 1px solid var(--line); background: var(--white); color: var(--ink); padding: 12px 13px; font: inherit; }
.form-group input:focus, .form-group textarea:focus { outline: 2px solid var(--petrol); outline-offset: 1px; }
.form-group textarea { min-height: 112px; resize: vertical; }
.form-check { display: flex; gap: 10px; align-items: flex-start; color: var(--ink-soft); font-size: .78rem; }
.form-check input { margin-top: 3px; }
.form-check a { color: var(--ink); }
.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-status { min-height: 1.4em; color: var(--ink-soft); font-size: .82rem; }
.form-status.error { color: #9b2f1d; }
footer { padding: 34px 0; background: var(--ink); color: #cccccc; font-size: .78rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-links { display: flex; gap: 18px; }

@media (max-width: 980px) {
  .hero-grid, .problem-grid, .offer-head, .price-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .portrait { max-width: 640px; }
  .reference-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .reference-copy { grid-column: 1 / -1; }
  .program-row { grid-template-columns: 70px 210px 1fr; }
  .role-grid { grid-template-columns: 1fr; }
  .role-col { padding: 28px 0; }
  .role-col + .role-col { padding-left: 0; border-left: 0; border-top: 1px solid #507077; }
  .price-grid { gap: 16px; }
}

@media (max-width: 720px) {
  .wrap { width: min(calc(100% - 40px), var(--max)); }
  .section { padding: 58px 0; }
  .section-title { font-size: clamp(1.9rem, 9vw, 2.45rem); line-height: 1.08; }
  .kicker { margin-bottom: 12px; }
  .nav { min-height: 64px; gap: 12px; }
  .nav-links > a:not(.button) { display: none; }
  .nav-links { gap: 0; }
  .nav-links .button { min-height: 38px; padding: 0 14px; font-size: .76rem; }
  .brand img { width: 138px; }
  .hero { padding: 42px 0 50px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hero h1 { font-size: clamp(2.45rem, 11.5vw, 3.2rem); letter-spacing: -.04em; }
  .hero-lead { margin-top: 22px; font-size: .98rem; line-height: 1.6; }
  .hero-actions { margin-top: 24px; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .portrait-caption { padding: 16px 18px; }
  .references { padding: 26px 0 30px; }
  .reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
  .reference-copy { margin-bottom: 4px; font-size: .78rem; }
  .reference-logo { height: 40px; justify-content: center; }
  .reference-logo img { max-width: 140px; max-height: 31px; }
  .reference-logo.isabellenhuette img { max-width: 100%; }
  .reference-logo:last-child { grid-column: 1 / -1; }
  .problem-grid { gap: 32px; margin-top: 34px; }
  .problem-copy { font-size: .96rem; }
  .questions li { padding: 16px 0; font-size: 1rem; }
  .offer-head { gap: 28px; }
  .offer-note { padding-left: 16px; font-size: .94rem; }
  .program { margin-top: 36px; }
  .program-row { grid-template-columns: 1fr; gap: 7px; padding: 20px 0; }
  .program-no { font-size: .7rem; }
  .program-title { font-size: 1rem; }
  .program-text { grid-column: 1; font-size: .9rem; line-height: 1.55; }
  .extensions { gap: 8px 16px; padding-top: 20px; font-size: .82rem; }
  .role-grid { margin-top: 38px; }
  .role-col { padding: 24px 0; }
  .role-col + .role-col { border-top-color: #555555; }
  .role-col h3 { margin: 8px 0 10px; font-size: 1.2rem; }
  .role-col p { font-size: .92rem; }
  .role-statement { margin-top: 28px; font-size: .96rem; }
  .price-grid { margin-top: 38px; gap: 0; }
  .price-main, .price-detail { padding: 30px 24px; }
  .price { font-size: 3.4rem; }
  .price small { font-size: .78rem; line-height: 1.4; }
  .price-main p { margin-top: 24px; font-size: .92rem; }
  .price-detail h3 { margin-bottom: 16px; font-size: 1.35rem; }
  .price-detail li { padding-top: 7px; padding-bottom: 7px; font-size: .88rem; line-height: 1.45; }
  .price-detail .button { width: 100%; margin-top: 22px; }
  .fit-grid, .closing-grid { grid-template-columns: 1fr; }
  .fit-grid { gap: 32px; margin-top: 36px; }
  .fit-col { padding-top: 18px; }
  .fit-col h3 { margin-bottom: 12px; font-size: 1.2rem; }
  .fit-col ul { font-size: .92rem; }
  .faq-list { margin-top: 34px; }
  summary { padding: 19px 34px 19px 0; font-size: .94rem; line-height: 1.4; }
  summary::after { top: 15px; }
  details p { margin-bottom: 22px; font-size: .9rem; }
  .closing { padding: 58px 0; }
  .closing-grid { gap: 32px; }
  .closing h2 { font-size: clamp(2rem, 9vw, 2.5rem); }
  .closing p { font-size: .94rem; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .contact-form { grid-template-columns: 1fr; gap: 14px; padding: 24px 20px; }
  .form-group, .form-group.full { grid-column: 1; }
  .form-group textarea { min-height: 96px; }
  .form-actions { gap: 12px; }
  .form-actions .button { width: 100%; }
  footer { padding: 26px 0; }
}

@media (max-width: 380px) {
  .wrap { width: min(calc(100% - 32px), var(--max)); }
  .brand img { width: 128px; }
  .nav-links .button { padding: 0 12px; }
  .hero h1 { font-size: 2.3rem; }
  .reference-logo img { max-width: 128px; }
}

/* Zukunftstakt preview: compact mark, clear pricing, no changes to the main site. */
html { scroll-padding-top: 90px; }
button, input, textarea { font: inherit; }
.button:disabled { cursor: wait; opacity: .7; }
.brand { flex-shrink: 0; }
.brand img { width: 228px; height: auto; }
.hero h1 { font-size: clamp(2.8rem, 4.9vw, 4.6rem); }
.hero-lead { font-size: 1.1rem; }
.hero-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 60px; }
.preview-note { background: var(--ink); color: #fff; padding: 8px 0; font-size: .7rem; }
.preview-note .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 16px; }
.preview-note span:last-child { color: #ccc; }
.intro-offer { margin: 22px 0 0; font-size: .84rem; color: var(--ink-soft); }
.intro-offer a { color: var(--ink); text-underline-offset: 4px; }
.price { white-space: nowrap; }
.price small { white-space: normal; line-height: 1.5; }
.price-regular { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.45); font-size: .93rem; }
.price-regular strong { display: block; font-size: 1.25rem; }
.price-main p { font-size: .94rem; }
.fit-col p { color: var(--ink-soft); }
.fit-col p:first-of-type { margin-top: 0; }
.closing-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; }
.contact-form > *, .hero-grid > *, .price-grid > *, .offer-head > *, .program-row > * { min-width: 0; }
.footer-inner > div:first-child { display: grid; gap: 4px; }
.footer-inner small { color: #aaa; }
@media (max-width: 980px) {
  .hero-grid, .closing-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-grid { gap: 36px; }
  .closing h2 { max-width: 800px; }
}
@media (max-width: 720px) {
  .brand img { width: 184px; height: auto; }
  .preview-note { padding: 7px 0; font-size: .64rem; }
  .hero { padding-top: 34px; }
  .hero h1 { font-size: clamp(2.15rem, 10.2vw, 3rem); line-height: 1.04; }
  .hero-lead { font-size: .96rem; }
  .intro-offer { font-size: .78rem; margin-top: 18px; }
  .hero-grid { gap: 28px; }
  .closing-grid { gap: 28px; }
  .price-detail { border-top: 0; }
}
@media (max-width: 380px) {
  .brand img { width: 160px; height: auto; }
  .price { font-size: 3.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
