/* Selbst gehostete Schrift – DSGVO-konform, keine externen Font-CDNs */
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/assets/fonts/inter-variable-latin.woff2") format("woff2");
}

:root {
    --ink: #14211f;
    --muted: #5e6c68;
    --line: #dce5e1;
    --paper: #f7faf8;
    --white: #ffffff;
    --teal: #0f6a61;
    --teal-dark: #103f3c;
    --gold: #c8963e;
    --clay: #8e5f4a;
    --light: #ecf3f0;
    /* Kräftigere Sektionshintergründe für sichtbare Trennung der Startseiten-Blöcke */
    --section-tint: #e3eee8;
    --section-warm: #f6efe2;
    --shadow: 0 22px 60px rgba(14, 36, 33, .16);
    /* Radius-Hierarchie statt überall 8px */
    --r-card: 16px;
    --r-btn: 10px;
    --r-pill: 999px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.prelaunch-notice {
    align-items: center;
    background: #d9a441;
    color: #102522;
    display: flex;
    gap: 12px;
    height: 44px;
    justify-content: center;
    left: 0;
    padding: 8px 18px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1000;
}

.prelaunch-notice strong {
    font-size: 14px;
    white-space: nowrap;
}

.prelaunch-notice span {
    font-size: 13px;
}

.has-prelaunch .site-header {
    top: 44px;
}

.has-prelaunch .message-page,
.has-prelaunch .portal-header {
    margin-top: 44px;
}

@media (max-width: 720px) {
    .prelaunch-notice {
        align-content: center;
        flex-wrap: wrap;
        gap: 1px 8px;
        height: 68px;
        line-height: 1.25;
    }

    .prelaunch-notice strong,
    .prelaunch-notice span {
        width: 100%;
    }

    .has-prelaunch .site-header {
        top: 68px;
    }

    .has-prelaunch .message-page,
    .has-prelaunch .portal-header {
        margin-top: 68px;
    }
}

.has-prelaunch[data-scan-forward] .portal-main {
    margin-top: 44px;
}

@media (max-width: 720px) {
    .has-prelaunch[data-scan-forward] .portal-main {
        margin-top: 68px;
    }
}

.site-header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px clamp(18px, 4vw, 56px);
    color: var(--white);
    transition: background .2s ease, box-shadow .2s ease, color .2s ease;
}

.site-header.is-scrolled {
    color: var(--ink);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 30px rgba(18, 33, 31, .08);
    backdrop-filter: blur(16px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 210px;
}

.brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 8px;
    background: var(--teal);
    color: var(--white);
    font-weight: 800;
}

.brand strong,
.brand small {
    display: block;
}

.brand small {
    color: currentColor;
    font-size: 12px;
    opacity: .72;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: clamp(12px, 2vw, 26px);
    font-size: 14px;
    font-weight: 700;
}

.site-nav a {
    opacity: .9;
}

.site-nav a:hover {
    opacity: 1;
}

.nav-cta {
    padding: 11px 16px;
    border-radius: 8px;
    background: var(--gold);
    color: #201407;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid currentColor;
    border-radius: 8px;
    color: inherit;
    background: transparent;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}

.hero {
    position: relative;
    min-height: 92svh;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: var(--white);
}

.hero picture,
.hero img,
.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero img {
    object-fit: cover;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(8, 25, 23, .88) 0%, rgba(8, 25, 23, .6) 46%, rgba(8, 25, 23, .2) 100%),
        linear-gradient(0deg, rgba(8, 25, 23, .5), rgba(8, 25, 23, .06));
}

/* Hero-Headline etwas kompakter als die globale h1-Skala, damit
   "Geschäftsadresse in" auf eine Zeile passt */
.hero h1 {
    font-size: clamp(33px, 4.9vw, 70px);
    line-height: 1.05;
}

.hero-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 20px 0 0;
}

.hero-price strong {
    font-size: clamp(32px, 3.4vw, 46px);
    font-weight: 900;
    letter-spacing: -.02em;
    color: var(--gold);
}

.hero-price span {
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 255, 255, .75);
}

.hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
}

.hero-chips li {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: var(--r-pill);
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(10px);
    font-size: 13.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, .92);
}

.hero-chips li::before {
    content: '';
    flex: none;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
}

.hero-content {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100% - 36px));
    margin-left: clamp(18px, 7vw, 96px);
    padding: 120px 0 80px;
    text-shadow: 0 1px 24px rgba(8, 25, 23, .45);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    overflow-wrap: break-word;
}

h1 {
    margin: 0;
    max-width: 720px;
    font-size: clamp(40px, 6vw, 78px);
    font-weight: 800;
    line-height: 1.0;
    letter-spacing: -.025em;
    hyphens: manual;
    overflow-wrap: break-word;
}

h2 {
    margin: 0;
    font-size: clamp(31px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.02em;
}

h3 {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -.01em;
}

.hero-copy {
    max-width: 670px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: clamp(17px, 2vw, 22px);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.button {
    display: inline-flex;
    max-width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: var(--r-btn);
    padding: 13px 22px;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s ease, transform .12s ease, box-shadow .15s ease;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.button.primary {
    background: linear-gradient(180deg, #d9a94e, #c08c31);
    color: #211406;
    box-shadow: 0 8px 22px rgba(200, 150, 62, .3), inset 0 1px 0 rgba(255, 255, 255, .35);
}

.button.primary:hover {
    background: linear-gradient(180deg, #e0b158, #b8862f);
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(200, 150, 62, .42), inset 0 1px 0 rgba(255, 255, 255, .35);
}

.button.secondary {
    border: 1.5px solid rgba(255, 255, 255, .5);
    color: var(--white);
    background: rgba(255, 255, 255, .08);
}

.button.secondary:hover {
    background: rgba(255, 255, 255, .15);
}

.button.choose {
    width: 100%;
    margin-top: auto;
    background: var(--teal-dark);
    color: var(--white);
}

.button.choose:hover {
    background: #0a2e2b;
    transform: translateY(-1px);
}

.button.outline {
    border: 1.5px solid var(--line);
    background: transparent;
    color: var(--ink);
}

.button.outline:hover {
    border-color: var(--teal);
    color: var(--teal-dark);
}

.button.full {
    width: 100%;
}

/* kompakter Button für sekundäre CTAs (statt Inline-Styles) */
.button.sm {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
}

.hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 620px;
    margin: 42px 0 0;
}

.hero-facts div {
    flex: 1 1 220px;
    min-width: 0;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--r-btn);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(12px);
}

.hero-facts dt {
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hero-facts dd {
    margin: 8px 0 0;
    font-size: 19px;
    font-weight: 850;
    letter-spacing: -.01em;
}

.hero-facts .fact-highlight {
    border-color: rgba(200, 150, 62, .6);
    background: rgba(200, 150, 62, .24);
    box-shadow: 0 10px 30px rgba(200, 150, 62, .25);
}

.hero-facts .fact-highlight dt {
    color: rgba(255, 255, 255, .82);
}

.hero-facts .fact-highlight dd {
    margin-top: 4px;
    font-size: 30px;
    letter-spacing: -.02em;
}

.trust-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--line);
}

.trust-band > div {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 30px clamp(20px, 3.4vw, 48px);
    background: var(--white);
}

.trust-ico {
    flex: none;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #e3f0ed;
    color: var(--teal-dark);
}

.trust-band strong,
.trust-band div span:not(.trust-ico) {
    display: block;
}

.trust-band div div span {
    margin-top: 6px;
    color: var(--muted);
}

.section {
    padding: clamp(70px, 9vw, 124px) clamp(18px, 5vw, 72px);
}

.two-col {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(300px, 1fr);
    gap: clamp(28px, 7vw, 90px);
    background: var(--section-tint);
}

.text-stack p {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 18px;
}

.use-list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: grid;
    gap: 11px;
}

.use-list li {
    position: relative;
    padding-left: 30px;
    color: var(--ink);
    font-size: 16px;
    font-weight: 600;
}

.use-list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid var(--teal);
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    background: var(--section-tint);
}

.value-grid article,
.price-card,
.extra-card,
details,
.booking-form {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.value-grid article {
    padding: 30px;
}

.icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: 28px;
    place-items: center;
    border-radius: 8px;
    background: #e3f0ed;
    color: var(--teal-dark);
    font-weight: 900;
}

.value-grid p,
.section-head p,
.price-card p,
.extra-card small,
.form-note,
.disclaimer {
    color: var(--muted);
}

.pricing {
    background: var(--section-tint);
}

.pricing-include {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--teal);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(16, 63, 60, .08);
    color: var(--teal-dark);
    display: flex;
    gap: 12px;
    margin: 0 auto 28px;
    max-width: 760px;
    padding: 16px 20px;
}

.pricing-include svg {
    color: var(--teal);
    flex: none;
}

.pricing-include strong {
    color: var(--teal-dark);
}

.section-head {
    max-width: 860px;
    margin: 0 0 38px;
}

.section-head.compact {
    max-width: 720px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.price-card {
    display: flex;
    min-height: 580px;
    flex-direction: column;
    padding: 26px;
    box-shadow: 0 4px 18px rgba(14, 36, 33, .06);
    transition: box-shadow .2s ease, transform .2s ease;
}

.price-card:hover {
    box-shadow: 0 12px 40px rgba(14, 36, 33, .12);
    transform: translateY(-2px);
}

.price-card.featured {
    border-color: var(--teal);
    box-shadow: var(--shadow);
    transform: translateY(-10px);
}

.pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    margin-bottom: 18px;
    border-radius: var(--r-pill);
    padding: 5px 12px;
    background: #e8f1ee;
    color: var(--teal-dark);
    font-size: 12px;
    font-weight: 900;
}

.featured .pill {
    background: var(--gold);
    color: #241506;
}

.price {
    margin: 22px 0 4px;
}

.price span {
    font-size: 34px;
    font-weight: 900;
}

.price small {
    color: var(--muted);
    font-weight: 800;
}

.setup,
.target,
.legal-note {
    font-size: 14px;
}

.price-card ul {
    display: grid;
    gap: 10px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.price-card li {
    position: relative;
    padding-left: 22px;
}

.price-card li::before {
    content: "";
    position: absolute;
    top: .62em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--teal);
}

.legal-note {
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.extras {
    background: var(--paper);
}

.extras-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.extra-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px;
    cursor: pointer;
}

.extra-card input {
    width: 20px;
    height: 20px;
    accent-color: var(--teal);
}

.extra-card span,
.extra-card strong,
.extra-card small,
.extra-card em {
    display: block;
}

.extra-card em {
    grid-column: 2;
    color: var(--teal-dark);
    font-style: normal;
    font-weight: 900;
}

.process {
    background: var(--section-tint);
}

.process-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.process-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding: 30px 24px 26px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
}

.process-num {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 6px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--teal), var(--teal-dark));
    color: var(--white);
    font-size: 23px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(15, 106, 97, .28);
}

/* Verbindungslinie zwischen den Schritten (nur 4-spaltig, s. Media-Query) */
.process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 55px;
    right: -20px;
    width: 20px;
    height: 2px;
    background: var(--line);
}

.process-step .process-step-label {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--teal);
}

.process-step strong {
    font-size: 19px;
    line-height: 1.2;
}

.process-step .process-step-desc {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.5;
}

.booking-panel {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(320px, 520px);
    gap: clamp(28px, 7vw, 84px);
    align-items: start;
    background: var(--teal-dark);
    color: var(--white);
}

.booking-panel p {
    color: rgba(255, 255, 255, .76);
}

.booking-form {
    display: grid;
    gap: 16px;
    padding: 26px;
    color: var(--ink);
    box-shadow: var(--shadow);
}

.booking-form label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-weight: 850;
}

.booking-form .consent {
    grid-template-columns: auto 1fr;
    align-items: start;
    font-size: 14px;
    line-height: 1.35;
}

input,
textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 13px 14px;
    color: var(--ink);
    background: #fbfdfc;
    font: inherit;
}

textarea {
    resize: vertical;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--teal);
}

.total-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 8px;
    padding: 16px;
    background: #e8f1ee;
}

.total-box span {
    color: var(--muted);
    font-weight: 800;
}

.total-box strong {
    color: var(--teal-dark);
    font-size: 23px;
}

.faq {
    background: var(--white);
}

.faq .section-head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.faq-list {
    display: grid;
    gap: 12px;
    max-width: 820px;
    margin: 0 auto;
}

details {
    padding: 18px 22px;
}

summary {
    cursor: pointer;
    font-weight: 900;
}

details p {
    margin-bottom: 0;
    color: var(--muted);
}

.final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: clamp(42px, 6vw, 72px) clamp(18px, 5vw, 72px);
    color: var(--white);
    background:
        radial-gradient(90% 140% at 90% 10%, rgba(200, 150, 62, .18), transparent 55%),
        linear-gradient(135deg, var(--ink), var(--teal-dark));
}

.final-cta h2 {
    max-width: 820px;
}

.site-footer {
    padding: clamp(48px, 6vw, 72px) clamp(18px, 5vw, 72px) 0;
    background: #0e1716;
    color: rgba(255, 255, 255, .72);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 1fr));
    gap: 40px clamp(28px, 4vw, 64px);
    padding-bottom: clamp(36px, 5vw, 52px);
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    color: var(--white);
}

.footer-mark {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: var(--teal);
    color: var(--white);
    font-size: 15px;
    font-weight: 900;
}

.footer-logo strong {
    display: block;
    font-size: 16px;
}

.footer-logo small {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
}

.footer-brand > p {
    margin: 18px 0 0;
    max-width: 40ch;
    font-size: 14px;
    line-height: 1.65;
}

.footer-contact {
    display: grid;
    gap: 11px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.footer-contact li,
.footer-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.footer-contact svg {
    flex: none;
    color: var(--gold);
}

.footer-contact a:hover span {
    color: var(--white);
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 11px;
    font-size: 14px;
}

.footer-col strong {
    margin-bottom: 7px;
    color: var(--white);
    font-size: 12.5px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.footer-col a,
.footer-col .consent-link {
    align-self: flex-start;
    padding: 0;
    border: 0;
    background: none;
    color: rgba(255, 255, 255, .72);
    font: inherit;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: color .15s ease;
}

.footer-col a:hover,
.footer-col .consent-link:hover {
    color: var(--white);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 24px;
    padding: 20px 0 26px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
}

.footer-bottom p {
    margin: 0;
}

@media (max-width: 980px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.simple-page {
    min-height: 100vh;
    background: var(--paper);
}

.brand.dark {
    color: var(--ink);
}

.message-page {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: clamp(28px, 5vw, 48px);
    min-height: 100vh;
    padding: clamp(24px, 5vw, 64px);
}

.message-page > .brand {
    justify-self: start;
}

.message-page section {
    max-width: 640px;
    width: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: clamp(28px, 4vw, 44px);
    box-shadow: 0 18px 48px rgba(16, 63, 60, 0.08);
    display: grid;
    gap: 14px;
    justify-items: start;
}

.message-page h1 {
    color: var(--ink);
    font-size: clamp(24px, 3.4vw, 32px);
    line-height: 1.25;
    margin: 0;
}

.message-page p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.message-page .button {
    margin-top: 8px;
}

.legal-page article {
    max-width: 920px;
}

.legal-page article > h1 {
    margin-bottom: clamp(36px, 6vw, 64px);
}

.legal-page article section {
    border-top: 1px solid var(--line);
    padding: 28px 0;
}

.legal-page article section:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.legal-page h2 {
    color: var(--ink);
    font-size: clamp(20px, 2.5vw, 28px);
    margin-bottom: 12px;
}

.legal-page h3 {
    color: var(--ink);
    font-size: 18px;
    margin: 24px 0 8px;
}

.legal-page code {
    background: #e8efec;
    border-radius: 5px;
    color: var(--ink);
    font-size: .92em;
    padding: 2px 6px;
}

.legal-page article p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 14px;
}

.legal-page article a {
    color: var(--teal-dark);
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.legal-page .legal-updated {
    font-size: 14px;
    margin-top: 30px;
}

.legal-page .legal-version {
    background: #e8efec;
    border-radius: 6px;
    color: var(--teal-dark);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 18px;
    padding: 5px 10px;
}

.legal-page article ul {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 14px;
    padding-left: 22px;
}

.legal-page article li {
    margin: 0 0 8px;
}

.legal-page .legal-table {
    border-collapse: collapse;
    font-size: 15px;
    margin: 4px 0 14px;
    width: 100%;
}

.legal-page .legal-table th,
.legal-page .legal-table td {
    border: 1px solid #cdd9d4;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}

.legal-page .legal-table th {
    background: #e8efec;
    font-weight: 600;
}

@media (max-width: 1120px) {
    .pricing-grid,
    .extras-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-card.featured {
        transform: none;
    }

    .process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* Verbindungslinie nur im 4-spaltigen Layout sinnvoll */
    .process-step::after {
        display: none;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-creds-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .standort-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 840px) {
    .site-header {
        align-items: flex-start;
    }

    .nav-toggle {
        display: block;
        flex: 0 0 auto;
    }

    .site-nav {
        position: absolute;
        top: 70px;
        left: 18px;
        right: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        border: 1px solid var(--line);
        border-radius: 8px;
        color: var(--ink);
        background: var(--white);
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 10px 8px;
    }

    .hero {
        min-height: 88svh;
    }

    .hero-content {
        width: calc(100% - 36px);
        margin: 0 auto;
    }

    .hero-facts,
    .trust-band,
    .value-grid,
    .two-col,
    .booking-panel {
        grid-template-columns: 1fr;
    }

    .pricing-grid,
    .extras-grid,
    .process-list {
        grid-template-columns: 1fr;
    }

    .price-card {
        min-height: auto;
    }

    .final-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .disclaimer {
        justify-self: start;
        text-align: left;
    }

    /* Services */
    .services-grid {
        grid-template-columns: 1fr;
    }

    /* Trust credentials */
    .trust-creds-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    /* Alternating rows */
    .alt-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .alt-row-image,
    .alt-row--reverse .alt-row-image {
        padding: 0;
        order: -1;
    }

    .alt-row--reverse .alt-row-text {
        order: 1;
    }

    .alt-row-img-placeholder {
        aspect-ratio: 16/9;
    }

    /* Für-wen tabs */
    .fuer-wen-tabmenu {
        gap: 6px;
    }

    .fwt-content {
        grid-template-columns: 1fr;
        padding: 24px 20px;
        gap: 20px;
    }

    .fwt-visual {
        order: -1;
    }

    /* Standort */
    .standort-grid {
        grid-template-columns: 1fr;
    }

    .standort-map-wrapper {
        height: 260px;
    }

    .standort-facts {
        gap: 14px;
    }

    /* Wizard */
    .wizard-pkg-grid {
        grid-template-columns: 1fr;
    }

    .step-track {
        max-width: 100%;
        font-size: 12px;
    }

    /* Zusatzkosten */
    .zusatz-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .brand {
        min-width: 0;
    }

    .brand small {
        display: none;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-facts {
        grid-template-columns: 1fr;
    }

    .section {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Services grid: 1 col on small screens */
    .services-grid {
        grid-template-columns: 1fr;
    }

    /* Pricing: 1 col */
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    /* Tabs: wrap better */
    .fuer-wen-tabmenu {
        gap: 4px;
    }

    .fwt-btn {
        padding: 7px 12px;
        font-size: 12px;
    }

    /* Alt rows: tighter padding */
    .alt-row {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Standort address bar */
    .standort-address-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .standort-maps-link {
        margin-left: 0;
    }

    /* Trust creds */
    .trust-creds-grid {
        grid-template-columns: 1fr;
    }

    /* Wizard step track */
    .step-track {
        gap: 6px;
    }

    .step-node strong,
    .step-node-label {
        max-width: 74px;
        font-size: 11px;
        line-height: 1.2;
        white-space: normal;
    }

    /* Float button: icon only */
    .float-call span {
        display: none;
    }

    .float-call {
        padding: 14px;
        border-radius: 50%;
    }

    .button,
    .wizard-actions .button {
        width: 100%;
    }

    /* Extra items price on own row */
    .extra-item {
        grid-template-columns: 22px 1fr;
    }

    .extra-item-price {
        grid-column: 2;
        text-align: left;
    }

    /* Zusatzkosten */
    .zusatz-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   PACKAGE CARD – DETAILS TOGGLE
   ============================================================ */

.feature-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
}

.feature-list li::before {
    content: "";
    position: absolute;
    top: .58em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--teal);
}

.details-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding: 0;
    border: none;
    background: none;
    color: var(--teal);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.details-toggle svg {
    transition: transform .2s;
    flex: 0 0 auto;
}

.details-toggle.is-open svg {
    transform: rotate(180deg);
}

.card-details {
    display: none;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.card-details.is-open {
    display: block;
}

.card-details ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-details li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    color: var(--muted);
}

.card-details li::before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--teal);
    opacity: .55;
}

.legal-note {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    color: var(--muted);
}

.note-warning {
    color: #7a4a1e;
    background: #fdf4ea;
    border-radius: 6px;
    padding: 10px 12px;
    border-top: none;
    border: 1px solid #f0d9b8;
}

/* ============================================================
   SERVICES SECTION (informational)
   ============================================================ */

.services {
    background: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
}

.service-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    transition: box-shadow .2s ease;
}

.service-card:hover {
    box-shadow: 0 8px 28px rgba(14, 36, 33, .09);
}

.service-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 10px;
    background: #e3f0ed;
    color: var(--teal-dark);
    margin-bottom: 20px;
}

.service-card h3 {
    margin: 0 0 16px;
    font-size: 18px;
}

.service-list {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0;
}

.service-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
}

.service-list li:last-child {
    border-bottom: none;
}

.service-list span {
    color: var(--muted);
}

.service-list strong {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    color: var(--teal-dark);
}

.tag-free {
    color: #2a7a52 !important;
}

.service-note {
    margin: 12px 0 0;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
}

/* ============================================================
   WIZARD – 3-STEP BOOKING FORM
   ============================================================ */

.booking-wizard {
    background: var(--teal-dark);
    color: var(--white);
}

.booking-wizard .eyebrow {
    color: var(--gold);
}

.wizard-intro {
    max-width: 680px;
    margin: 0 auto 40px;
    text-align: center;
}

.wizard-intro h2 {
    color: var(--white);
}

.wizard-intro p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
}

/* Step track */
.step-track {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 40px;
}

.step-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
}

.step-circle {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .22);
    font-size: 15px;
    font-weight: 800;
    color: rgba(255, 255, 255, .4);
    transition: background .2s, border-color .2s, color .2s;
}

.step-node.active .step-circle,
.step-node.done .step-circle {
    border-color: var(--gold);
    background: var(--gold);
    color: #211406;
}

.step-node strong {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .5);
    max-width: 86px;
    white-space: normal;
    overflow-wrap: anywhere;
}

.step-node.active strong,
.step-node.done strong {
    color: rgba(255, 255, 255, .9);
}

/* Finaler Knoten "Startklar": signalisiert das schnelle, klare Ende */
.step-node--final .step-circle {
    border-color: rgba(200, 150, 62, .55);
    border-style: dashed;
    color: var(--gold);
}

.step-node--final strong {
    color: rgba(255, 255, 255, .72);
}

.step-bar {
    flex: 1;
    height: 2px;
    background: rgba(255, 255, 255, .18);
    margin: 20px 10px 0;
    transition: background .25s;
}

.step-bar.done {
    background: var(--gold);
}

/* Wizard body / white card */
.wizard {
    width: min(980px, 100%);
    margin: 0 auto;
}

.wizard-body {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
}

.wizard-step {
    display: none;
    padding: 38px;
    color: var(--ink);
}

.wizard-step.active {
    display: block;
}

.wizard [hidden] {
    display: none !important;
}

.step-title {
    margin: 0 0 28px;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
}

.step-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: var(--muted);
}

/* Wizard package grid */
.service-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.service-mode-card {
    align-items: flex-start;
    border: 2px solid var(--line);
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    padding: 18px;
    transition: border-color .15s, background .15s;
}

.service-mode-card:has(input:checked) {
    background: #f0f9f7;
    border-color: var(--teal);
}

.service-mode-card input {
    accent-color: var(--teal);
    flex: 0 0 auto;
    height: 20px;
    margin-top: 3px;
    width: 20px;
}

.service-mode-card strong,
.service-mode-card small {
    display: block;
}

.service-mode-card small {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
    margin-top: 4px;
}

.wizard-info {
    background: #f4faf8;
    border: 1px solid #b7d8cf;
    border-radius: 10px;
    color: var(--teal-dark);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 22px;
    padding: 14px 16px;
}

.wizard-pkg-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 32px;
}

.wizard-pkg {
    display: flex;
    gap: 14px;
    padding: 18px;
    border: 2px solid var(--line);
    border-radius: 12px;
    cursor: pointer;
    transition: border-color .15s, background .15s;
}

.wizard-pkg:has(input:checked) {
    border-color: var(--teal);
    background: #f0f9f7;
}

.wizard-pkg input {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    margin-top: 4px;
    accent-color: var(--teal);
}

.wizard-pkg-body {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.wizard-pkg-tag {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--teal);
    margin-bottom: 2px;
    display: block;
}

.wizard-pkg.featured .wizard-pkg-tag {
    color: #9a6a10;
}

.wizard-pkg-body strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
}

.wizard-pkg-body small {
    display: block;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.4;
}

.wizard-pkg-body em {
    display: block;
    font-style: normal;
    font-size: 15px;
    font-weight: 800;
    color: var(--teal-dark);
    margin-top: 6px;
}

/* Extra groups in wizard */
.extra-group {
    margin-bottom: 28px;
}

.extra-group:last-child {
    margin-bottom: 0;
}

.extra-group h4 {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--teal-dark);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--line);
}

.extra-items {
    display: grid;
    gap: 8px;
}

.extra-item {
    display: grid;
    grid-template-columns: 22px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    cursor: pointer;
    transition: border-color .15s, background .15s;
}

.extra-item:has(input:checked) {
    border-color: var(--teal);
    background: #f0f9f7;
}

.extra-item input {
    width: 20px;
    height: 20px;
    accent-color: var(--teal);
    justify-self: center;
}

.extra-item-body strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.extra-item-body small {
    display: block;
    font-size: 13px;
    color: var(--muted);
    margin-top: 2px;
    line-height: 1.4;
}

.extra-item-price {
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
    color: var(--teal-dark);
    white-space: nowrap;
    text-align: right;
}

.extra-item-price.free {
    color: #2a7a52;
}

/* Order summary */
.order-summary {
    border: 1.5px solid var(--line);
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 28px;
    background: var(--paper);
}

.order-summary-label {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted);
}

.order-summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 600;
}

.order-summary-extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 4px 0;
    font-size: 13px;
    color: var(--muted);
}

.order-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 2px solid var(--line);
    font-size: 13px;
    color: var(--muted);
}

.order-summary-total strong {
    font-size: 20px;
    color: var(--teal-dark);
}

/* Form grid */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.form-field {
    display: grid;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
}

.form-field.full {
    grid-column: span 2;
}

select {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 13px 38px 13px 14px;
    color: var(--ink);
    background: #fbfdfc;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235e6c68' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    font: inherit;
    appearance: none;
    -webkit-appearance: none;
}

/* Consent stack */
.consent-stack {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
    padding: 18px 20px;
    border: 1.5px solid var(--line);
    border-radius: 10px;
    background: var(--paper);
}

.consent-item {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 12px;
    align-items: start;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    font-weight: 400;
}

.consent-item input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--teal);
}

.consent-item a {
    color: var(--teal);
    text-decoration: underline;
}

/* Wizard actions */
.wizard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.form-footnote {
    margin: 14px 0 0;
    font-size: 12px;
    color: var(--muted);
    line-height: 1.5;
}

.consent-hint {
    padding: 12px 14px;
    border-left: 3px solid var(--gold);
    border-radius: 8px;
    background: #fbf6ec;
    color: var(--ink);
    font-size: 13px;
}

.b2b-notice {
    padding: 11px clamp(18px, 5vw, 72px);
    background: #f0f4f2;
    border-bottom: 1px solid var(--line);
    text-align: center;
    font-size: 13px;
    color: var(--muted);
}

.b2b-notice p {
    margin: 0;
}

/* Konferenzraum benefit box (inside wizard step 2) */
.konferenz-benefit {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    margin-top: 24px;
    border: 1.5px solid var(--teal);
    border-radius: 10px;
    background: #f0f9f7;
}

.konferenz-benefit-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #d4ede8;
    color: var(--teal-dark);
}

.konferenz-benefit-body {
    display: grid;
    gap: 4px;
}

.konferenz-benefit-body strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--teal-dark);
}

.konferenz-benefit-body p {
    margin: 0;
    font-size: 14px;
    color: var(--ink);
    font-weight: 600;
}

.konferenz-benefit-body small {
    display: block;
    font-size: 12px;
    color: var(--muted);
}

.benefit-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--teal);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Konferenzraum live price preview */
.konferenz-preisbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    margin: 16px 0;
    background: #f0f9f7;
    border: 1.5px solid var(--teal);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--muted);
}

.konferenz-preisbox strong {
    font-size: 20px;
    font-weight: 900;
    color: var(--teal-dark);
}

@media (max-width: 1120px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 840px) {
    .services-grid,
    .wizard-pkg-grid,
    .service-mode-grid {
        grid-template-columns: 1fr;
    }

    .wizard-step {
        padding: 24px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-field.full {
        grid-column: span 1;
    }

    .step-track {
        max-width: 100%;
    }

    .extra-item {
        grid-template-columns: 22px minmax(0, 1fr);
        align-items: start;
    }

    .extra-item-price {
        grid-column: 2;
        white-space: normal;
        text-align: left;
    }

    .wizard-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .wizard-actions .button {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .extra-item {
        grid-template-columns: 22px 1fr;
    }

    .extra-item-price {
        grid-column: 2;
        white-space: normal;
        text-align: left;
    }
}

/* ============================================================
   FLOATING CALL BUTTON
   ============================================================ */
.float-call {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px 13px 16px;
    background: var(--teal);
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(30,107,84,.35);
    transition: background .18s, transform .18s, box-shadow .18s;
    max-width: calc(100vw - 32px);
    white-space: normal;
}

.float-call:hover {
    background: var(--teal-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(30,107,84,.45);
}

.float-call svg {
    flex-shrink: 0;
}

@media (max-width: 480px) {
    .float-call span { display: none; }
    .float-call { padding: 14px; border-radius: 50%; }
}

/* ============================================================
   FÜR WEN SEKTION – Tab-Komponente
   ============================================================ */
.fuer-wen-section {
    background: var(--white);
}

.section-sub {
    margin: 8px 0 0;
    font-size: 16px;
    color: var(--muted);
    max-width: 560px;
}

.section-head.compact .section-sub {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.fuer-wen-tabs {
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 1040px;
    margin: 0 auto;
}

.fuer-wen-tabmenu {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.fwt-btn {
    padding: 9px 20px;
    border: 1.5px solid var(--line);
    border-radius: 50px;
    background: var(--white);
    font-size: 14px;
    font-weight: 600;
    color: var(--muted);
    cursor: pointer;
    transition: border-color .15s, color .15s, background .15s;
    font-family: inherit;
}

.fwt-btn:hover {
    border-color: var(--teal);
    color: var(--teal-dark);
}

.fwt-btn.active {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
}

.fwt-panel {
    display: none;
}

.fwt-panel.active {
    display: block;
    animation: fwt-fade .25s ease;
}

@keyframes fwt-fade {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.fwt-content {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start;
    background: var(--white);
    border-radius: 16px;
    padding: 40px 48px;
    border: 1px solid var(--line);
    box-shadow: 0 2px 16px rgba(0,0,0,.05);
}

.fwt-text h3 {
    font-size: clamp(18px, 2.2vw, 22px);
    font-weight: 800;
    color: var(--ink);
    margin: 0 0 12px;
    line-height: 1.3;
}

.fwt-text > p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--muted);
    margin: 0 0 20px;
}

.fwt-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fwt-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
}

.fwt-checklist li::before {
    content: '';
    display: block;
    flex: 0 0 20px;
    height: 20px;
    border-radius: 50%;
    background: #e3f5ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231e6b54' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.fwt-visual {
    display: flex;
    align-items: stretch;
}

.fwt-visual-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: var(--light);
    border: 1.5px solid var(--teal);
    border-radius: 14px;
    padding: 28px 24px;
    width: 100%;
}

.fwt-icon-large {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 4px;
}

.fwt-icon-large svg {
    width: 38px;
    height: 38px;
    color: var(--teal);
}

.fwt-visual-inner strong {
    font-size: 16px;
    font-weight: 800;
    color: var(--ink);
}

.fwt-visual-inner span {
    font-size: 14px;
    font-weight: 700;
    color: var(--teal-dark);
}

.fwt-visual-inner p {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.6;
}

@media (max-width: 840px) {
    .fwt-content {
        grid-template-columns: 1fr;
        padding: 28px 24px;
        gap: 28px;
    }

    .fwt-visual {
        order: -1;
    }

    .fwt-visual-inner {
        flex-direction: row;
        gap: 16px;
        align-items: flex-start;
        padding: 20px;
    }

    .fwt-icon-large {
        font-size: 28px;
        margin: 0;
    }
}

@media (max-width: 560px) {
    .fwt-btn {
        padding: 8px 14px;
        font-size: 13px;
    }
}

/* ============================================================
   STANDORT-SEKTION
   ============================================================ */
.standort-section {
    background: var(--section-tint);
}

.standort-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start;
}

/* Map column */
.standort-map-col {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
}

.standort-map-wrapper {
    width: 100%;
    height: 380px;
    position: relative;
    background: #e8ede9;
}

.standort-map-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.standort-map-placeholder {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 32px;
    text-align: center;
}

.standort-map-placeholder > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 440px;
}

.standort-map-placeholder strong {
    color: var(--ink);
    font-size: 22px;
}

.standort-map-placeholder span {
    color: var(--muted);
    font-size: 14px;
}

.standort-address-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: var(--light);
    border-top: 1px solid var(--line);
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    flex-wrap: wrap;
}

.standort-address-bar svg {
    flex-shrink: 0;
    color: var(--teal);
}

.standort-maps-link {
    margin-left: auto;
    color: var(--teal);
    font-weight: 700;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
}

/* Facts column */
.standort-facts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.standort-fact {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--light);
    transition: border-color .18s;
}

.standort-fact:hover {
    border-color: var(--teal);
}

.standort-fact--highlight {
    background: #f0f9f7;
    border-color: var(--teal);
}

.standort-fact--highlight .standort-fact-icon {
    background: var(--teal);
    color: #fff;
}

.standort-fact-icon {
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #e3f0ed;
    color: var(--teal-dark);
}

.standort-fact strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--ink);
    margin-bottom: 4px;
}

.standort-fact p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted);
}

@media (max-width: 900px) {
    .standort-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .standort-map-wrapper {
        height: 280px;
    }
}

/* ============================================================
   ZUSATZKOSTEN-BOX
   ============================================================ */
.zusatzkosten-box {
    max-width: 1040px;
    margin: 20px auto 0;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--white);
}

.zusatzkosten-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 20px;
    background: #f6faf8;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    color: var(--teal-dark);
    text-align: left;
    transition: background .15s;
}

.zusatzkosten-toggle:hover {
    background: #edf5f1;
}

.zusatzkosten-toggle > span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.zusatz-arrow {
    flex-shrink: 0;
    transition: transform .25s ease;
}

.zusatzkosten-toggle[aria-expanded="true"] .zusatz-arrow {
    transform: rotate(180deg);
}

.zusatzkosten-body {
    display: none;
    padding: 24px 24px 20px;
    border-top: 1px solid var(--line);
}

.zusatzkosten-body.open {
    display: block;
    animation: fwt-fade .2s ease;
}

.zusatz-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.zusatz-block {
    padding: 16px;
    background: var(--light);
    border-radius: 10px;
    border: 1px solid var(--line);
}

.zusatz-block h4 {
    font-size: 13px;
    font-weight: 800;
    color: var(--ink);
    margin: 0 0 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.zusatz-price {
    font-size: 12px;
    font-weight: 700;
    color: var(--teal-dark);
    background: #e3f0ed;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

.zusatz-block p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted);
}

.zusatz-hinweis {
    margin: 0;
    font-size: 12px;
    color: var(--muted);
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid var(--line);
}

@media (max-width: 620px) {
    .zusatz-grid {
        grid-template-columns: 1fr;
    }
}

/* Dedicated-included badge & state */
.dedicated-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--teal-dark);
    background: #d4ede8;
    padding: 2px 8px;
    border-radius: 20px;
    margin-bottom: 4px;
}

.dedicated-active {
    border-color: var(--teal) !important;
    background: #f0f9f7 !important;
    pointer-events: none;
    opacity: .9;
}

.dedicated-active .extra-item-price {
    color: var(--teal-dark);
    font-weight: 800;
}

/* Order workflow */
.order-page {
    background: #f3f7f5;
}

.button:disabled {
    cursor: not-allowed;
    opacity: .48;
}

.button.secondary.dark {
    border: 1px solid var(--line);
    color: var(--teal-dark);
    background: var(--white);
}

.order-workflow {
    width: min(1320px, 100%);
    margin: 0 auto;
    gap: 34px;
}

.workflow-head {
    max-width: 980px;
}

.workflow-head h1 {
    max-width: 820px;
    font-size: clamp(38px, 5vw, 64px);
}

.workflow-head p {
    max-width: 880px;
}

.order-layout {
    display: grid;
    grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.order-sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 14px;
}

.order-sidebar-card,
.order-progress {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 42px rgba(14, 36, 33, .06);
}

.order-sidebar-card {
    display: grid;
    gap: 16px;
    padding: 24px;
}

.order-sidebar-card h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.12;
}

.order-sidebar-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.order-meta {
    display: grid;
    gap: 10px;
    margin: 0;
}

.order-meta div {
    display: grid;
    gap: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
}

.order-meta dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
}

.order-meta dd {
    margin: 0;
    color: var(--ink);
    font-weight: 850;
}

.order-progress-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 16px 42px rgba(14, 36, 33, .06);
    overflow: hidden;
}

.order-progress-now {
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
    background: #f4f8f7;
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
}

.order-progress-now strong {
    color: var(--teal-dark);
}

.order-progress-now.done {
    color: var(--teal-dark);
}

.order-progress {
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 10px;
    list-style: none;
}

.order-progress li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 850;
}

.order-progress .op-num {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 2px solid var(--line);
    border-radius: 50%;
    background: var(--white);
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.order-progress .op-label {
    display: grid;
    gap: 1px;
}

.order-progress .op-label small {
    color: var(--teal);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.order-progress li.done {
    color: var(--teal-dark);
}

.order-progress li.done .op-num {
    border-color: var(--teal);
    background: var(--teal);
    color: var(--white);
}

.order-progress li.active {
    background: #e8f4f1;
    color: var(--teal-dark);
}

.order-progress li.active .op-num {
    border-color: var(--teal);
    background: var(--white);
    color: var(--teal-dark);
    box-shadow: 0 0 0 3px rgba(20, 130, 115, .18);
}

.order-progress li.open {
    opacity: .72;
}

.workflow-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: none;
}

.workflow-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 20px;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 18px 46px rgba(14, 36, 33, .07);
}

.workflow-card h2 {
    max-width: 720px;
    padding-right: 58px;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.08;
}

.workflow-card p {
    margin: 0;
    max-width: 760px;
}

.step-index {
    position: absolute;
    top: 26px;
    right: 26px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 8px;
    background: #eef1f0;
    color: #8b938f;
    font-weight: 900;
    transition: background .15s ease, color .15s ease;
}

.step-index.done {
    background: #16a34a;
    color: var(--white);
}

.step-index.active {
    background: var(--teal);
    color: var(--white);
    box-shadow: 0 0 0 4px rgba(20, 130, 115, .18);
}

.step-index.upcoming {
    background: #eef1f0;
    color: #9aa2a0;
}

.step-index .step-check {
    width: 24px;
    height: 24px;
}

/* Schrittkarten: erledigt = grüner Rahmen, aktiv = hervorgehoben,
   kommend = gedämpft/deaktiviert. */
.workflow-card.is-done {
    border-color: #bbf7d0;
}

.workflow-card.is-active {
    border-color: var(--teal);
    box-shadow: inset 4px 0 0 var(--teal), 0 22px 50px rgba(14, 36, 33, .12);
}

.workflow-card.is-upcoming {
    opacity: .6;
    background: #fbfcfc;
    box-shadow: none;
}

.workflow-card.is-upcoming:focus-within {
    opacity: 1;
}

.utility-card {
    border-style: dashed;
    background: #fbfcfc;
    box-shadow: none;
}

.compact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.compact-form label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-weight: 850;
}

.compact-form label:has(textarea),
.compact-form .consent {
    grid-column: 1 / -1;
}

.compact-form input,
.compact-form textarea,
.compact-form select {
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 13px 14px;
    background: #fbfdfc;
    font: inherit;
}

.compact-form textarea {
    min-height: 110px;
    resize: vertical;
}

.compact-form .button,
.workflow-card > form:not(.compact-form) .button,
.workflow-card > .button {
    width: auto;
    min-width: 0;
}

.compact-form .button {
    grid-column: 1 / -1;
}

.compact-form .consent {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    font-size: 15px;
    line-height: 1.45;
}

.compact-form .consent input {
    width: 20px;
    min-height: 20px;
    margin-top: 2px;
}

.document-list,
.uploaded-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 20px;
    color: var(--muted);
    font-size: 16px;
}

.uploaded-list {
    padding: 14px 0 0 20px;
    border-top: 1px solid var(--line);
}

.veriff-frame-root {
    background: #f6faf9;
    border: 1px solid var(--line);
    border-radius: 10px;
    display: grid;
    gap: 12px;
    padding: 16px;
}

.veriff-frame-root .button {
    justify-self: start;
}

.veriff-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.veriff-actions .button {
    width: auto;
}

/* Gestapelte Zustimmungen (Veriff, Zusammenfassung) sauber untereinander */
.compact-form .consent-stack {
    grid-column: 1 / -1;
}

/* Dokumenten-Checkliste: je Nachweis eine Zeile mit Status und Aktionen */
.doc-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.doc-checklist-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 14px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fbfdfc;
}

.doc-checklist-item.done {
    border-color: #bbf7d0;
    background: #f3fbf6;
}

.doc-checklist-name {
    font-weight: 850;
    color: var(--ink);
    overflow-wrap: anywhere;
}

.doc-checklist-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding-top: 4px;
    border-top: 1px dashed var(--line);
}

.doc-upload-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.doc-upload-form input[type="file"] {
    width: auto;
    max-width: 100%;
    padding: 9px 10px;
    font-size: 14px;
    background: var(--white);
}

.doc-checklist-actions .button {
    width: auto;
    min-width: 0;
}

.doc-bulk-defer {
    margin-top: 2px;
}

/* Kostenübersicht in der Zusammenfassung */
.cost-block {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--white);
    overflow: hidden;
}

.cost-block-head {
    margin: 0;
    padding: 12px 18px;
    border-bottom: 1px solid var(--line);
    background: #f4f8f7;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cost-lines {
    list-style: none;
    margin: 0;
    padding: 4px 18px;
}

.cost-lines li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
}

.cost-lines li:last-child {
    border-bottom: 0;
}

.cost-line-label {
    display: grid;
    gap: 2px;
    color: var(--ink);
    font-weight: 700;
}

.cost-line-label small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
}

.cost-line-amount {
    flex: 0 0 auto;
    font-weight: 850;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.cost-totals {
    margin: 0;
    padding: 12px 18px 16px;
    border-top: 1px solid var(--line);
    background: #fbfdfc;
    display: grid;
    gap: 7px;
}

.cost-totals div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.cost-totals dt,
.cost-totals dd {
    margin: 0;
}

.cost-totals dd {
    font-variant-numeric: tabular-nums;
}

.cost-totals .grand {
    margin-top: 3px;
    padding-top: 11px;
    border-top: 1px solid var(--line);
    color: var(--ink);
    font-size: 18px;
    font-weight: 900;
}

.cost-totals .grand dd {
    color: var(--teal-dark);
}

.cost-note {
    border-left: 3px solid var(--gold);
    border-radius: 8px;
    background: #fbf6ec;
    padding: 12px 14px;
    font-size: 14px;
}

.cost-note ul {
    margin: 6px 0 0;
    padding-left: 18px;
}

.summary-list {
    display: grid;
    gap: 10px;
    margin: 0;
}

.summary-list div {
    display: grid;
    grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}

.summary-list dt {
    color: var(--muted);
    font-weight: 850;
}

.summary-list dd {
    margin: 0;
}

.alert {
    max-width: 900px;
    border-radius: 8px;
    padding: 16px 18px;
    background: #fff7ed;
    color: #7c2d12;
}

.alert p {
    margin: 0;
}

.status-ok {
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 8px;
    padding: 12px 14px;
    background: #dcfce7;
    color: #166534;
    font-weight: 850;
}

.status-ok::before {
    content: "✓";
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #16a34a;
    color: var(--white);
    font-size: 13px;
    line-height: 1;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: var(--r-pill);
    padding: 4px 11px;
    background: #eef1f0;
    color: #3f4a47;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .01em;
}

.status-badge::before {
    content: "";
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    opacity: .85;
}

.status-badge.tone-info { background: #e3eeff; color: #1d4ed8; }
.status-badge.tone-ok { background: #dcfce7; color: #166534; }
.status-badge.tone-warn { background: #fef3c7; color: #92400e; }

.status-line {
    display: flex;
    align-items: center;
    gap: 8px;
}

.inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 980px) {
    .order-layout {
        grid-template-columns: 1fr;
    }

    .order-sidebar {
        position: static;
    }
}

@media (max-width: 680px) {
    .order-workflow {
        padding: 20px 16px 46px;
    }

    .compact-form,
    .summary-list div {
        grid-template-columns: 1fr;
    }

    .workflow-card {
        padding: 22px 18px;
    }

    .step-index {
        top: 18px;
        right: 18px;
    }

    .workflow-card h2 {
        padding-right: 50px;
    }

    .compact-form .button,
    .workflow-card > form:not(.compact-form) .button,
    .workflow-card > .button {
        width: 100%;
    }
}

/* ============================================================
   ALTERNATING IMAGE + TEXT ROWS
   ============================================================ */
.alt-rows-section {
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.alt-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: clamp(40px, 6vw, 80px) clamp(18px, 5vw, 72px);
    align-items: center;
}

.alt-row + .alt-row {
    border-top: 1px solid var(--line);
}

.alt-row--reverse .alt-row-image { order: 2; }
.alt-row--reverse .alt-row-text  { order: 1; }

.alt-row-image {
    padding: 0 32px 0 0;
}

.alt-row--reverse .alt-row-image {
    padding: 0 0 0 32px;
}

.alt-row-img-placeholder {
    aspect-ratio: 4/3;
    background:
        radial-gradient(120% 90% at 85% 12%, rgba(200, 150, 62, .14), transparent 55%),
        radial-gradient(120% 120% at 12% 88%, rgba(15, 106, 97, .16), transparent 60%),
        linear-gradient(135deg, #eef6f2 0%, #d3e9e2 100%);
    border-radius: var(--r-card);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--line);
    color: var(--teal-dark);
}

.alt-row-img-placeholder svg {
    width: clamp(76px, 22%, 132px);
    height: auto;
    color: var(--teal);
    opacity: .92;
    filter: drop-shadow(0 12px 26px rgba(14, 36, 33, .18));
}

.alt-row-img-placeholder span {
    font-size: 56px;
    line-height: 1;
}

.alt-row-img-placeholder small {
    font-size: 12px;
    font-weight: 600;
    color: var(--muted);
}

/* Echte Fotos: werden automatisch statt des Platzhalters eingebunden,
   sobald assets/img/<name>.(webp|jpg|jpeg|png) existiert (s. index.php) */
.alt-row-photo {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--r-card);
    border: 1px solid var(--line);
}

.alt-row-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.alt-row-text h3 {
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.3;
    margin: 0;
}

.alt-row-text > p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--muted);
    margin: 0;
}

.alt-row-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.alt-row-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
}

.alt-row-list li::before {
    content: '';
    display: block;
    flex: 0 0 18px;
    height: 18px;
    border-radius: 50%;
    background: #e3f5ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%231e6b54' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat;
}

@media (max-width: 800px) {
    .alt-row,
    .alt-row--reverse .alt-row-image,
    .alt-row--reverse .alt-row-text {
        grid-template-columns: 1fr;
        order: unset;
    }
    .alt-row { gap: 28px; }
    .alt-row-image,
    .alt-row--reverse .alt-row-image { padding: 0; }
    .alt-row-img-placeholder { aspect-ratio: 16/9; }
}

/* ============================================================
   TRUST / CREDENTIALS SECTION
   ============================================================ */
.trust-creds-section {
    background: var(--section-warm);
}

.trust-creds-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.trust-cred-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 28px 24px;
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    background: var(--light);
    overflow: hidden;
    transition: border-color .18s, box-shadow .18s;
}

.trust-cred-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--teal), var(--gold));
    opacity: .55;
}

.trust-cred-card--featured::before {
    opacity: 1;
}

.trust-cred-card:hover {
    border-color: var(--teal);
    box-shadow: 0 4px 20px rgba(30,107,84,.1);
}

.trust-cred-card--featured {
    border-color: var(--teal);
    background: #f0f9f7;
}

.trust-cred-icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    flex-shrink: 0;
}

.trust-cred-icon--blue  { background: #e8f0ff; color: #2563eb; }
.trust-cred-icon--green { background: #d4ede8; color: var(--teal-dark); }
.trust-cred-icon--amber { background: #fef3c7; color: #b45309; }

.trust-cred-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.trust-cred-body h3 {
    font-size: 17px;
    font-weight: 800;
    color: var(--ink);
    margin: 0;
}

.trust-cred-body > p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0;
    flex: 1;
}

.trust-cred-doc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.trust-cred-doc-preview {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
}

.trust-cred-doc-preview svg {
    color: var(--muted);
    flex-shrink: 0;
}

.trust-cred-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--teal-dark);
    background: #d4ede8;
    padding: 3px 10px;
    border-radius: 20px;
    width: fit-content;
}

@media (max-width: 900px) {
    .trust-creds-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .trust-creds-grid {
        grid-template-columns: 1fr 1fr;
        max-width: 700px;
    }
}

/* Final responsive hardening */
html,
body {
    max-width: 100%;
    overflow-x: clip;
}

.button,
button,
.nav-cta,
.benefit-link,
.standort-maps-link {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.site-nav,
.hero-actions,
.wizard-actions,
.inline-actions,
.final-cta,
.standort-address-bar {
    min-width: 0;
}

.price-card,
.wizard,
.wizard-body,
.wizard-step,
.workflow-card,
.order-sidebar-card,
.extra-item,
.konferenz-benefit,
.standort-fact,
.fwt-panel,
.fwt-content {
    min-width: 0;
}

.extra-item-body,
.wizard-pkg-body,
.order-summary-line,
.order-summary-total,
.summary-list dd,
.order-meta dd {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 840px) {
    .button,
    .wizard-actions .button,
    .workflow-card .button {
        width: 100%;
    }

    .step-track {
        gap: 4px;
    }

    .step-bar {
        min-width: 12px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .step-node strong {
        max-width: 82px;
        white-space: normal;
    }

    .extra-item {
        grid-template-columns: 22px minmax(0, 1fr);
    }

    .extra-item-price {
        grid-column: 2;
        max-width: 100%;
        white-space: normal;
        text-align: left;
    }
}

@media (max-width: 560px) {
    .site-header {
        min-width: 0;
    }

    .brand {
        max-width: calc(100vw - 88px);
    }

    .brand strong {
        overflow-wrap: anywhere;
    }

    .wizard-step,
    .workflow-card,
    .order-sidebar-card {
        padding-left: 16px;
        padding-right: 16px;
    }

    .order-progress {
        grid-template-columns: 1fr;
    }

    .summary-list div,
    .order-summary-line,
    .order-summary-total {
        grid-template-columns: 1fr;
    }

    .float-call {
        right: 16px;
        bottom: 16px;
        max-width: 54px;
    }
}

/* ============================================================
   Scroll-Reveal: dezentes Einblenden/Hochfliegen beim Scrollen.
   Nur aktiv, wenn JS die Klasse .reveal-ready setzt (sonst
   bleibt der Inhalt sichtbar) und prefers-reduced-motion aus ist.
   ============================================================ */
.reveal-ready [data-reveal] {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .6s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
    will-change: opacity, transform;
}

.reveal-ready [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .reveal-ready [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ============================================================
   Unsere Kunden (Startseite): freigegebene Firmeneinträge
   ============================================================ */
.customer-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    margin-top: 28px;
}

.customer-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    color: var(--ink);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 22px;
    text-align: center;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.customer-card:hover {
    border-color: var(--teal);
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.customer-logo {
    align-items: center;
    display: flex;
    height: 84px;
    justify-content: center;
}

.customer-logo img {
    height: auto;
    max-height: 84px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.customer-card strong {
    font-size: 1rem;
}

.customer-card p {
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.45;
    margin: 0;
}

.customer-host {
    color: var(--teal);
    font-size: .82rem;
    font-weight: 600;
    margin-top: auto;
}

/* ============================================================
   Rechtstext-Hosting (/u/<slug>): öffentliche Kundenseite
   ============================================================ */
.hosted-page-body {
    background: var(--paper);
    color: var(--ink);
    font-family: 'Inter', system-ui, sans-serif;
    line-height: 1.6;
    margin: 0;
}

.hosted-page {
    margin: 0 auto;
    max-width: 780px;
    padding: 48px 20px 40px;
}

.hosted-page-head {
    text-align: center;
}

.hosted-page-logo {
    height: auto;
    max-height: 72px;
    max-width: 200px;
    object-fit: contain;
}

.hosted-page-head h1 {
    font-size: 1.7rem;
    margin: 14px 0 2px;
}

.hosted-page-sub {
    color: var(--muted);
    margin: 0 0 20px;
}

.hosted-page-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}

.hosted-page-nav a {
    border: 1px solid var(--line);
    border-radius: var(--r-pill);
    color: var(--ink);
    padding: 8px 18px;
    text-decoration: none;
}

.hosted-page-nav a.is-active,
.hosted-page-nav a:hover {
    background: var(--teal);
    border-color: var(--teal);
    color: var(--white);
}

.hosted-page-intro {
    color: var(--muted);
    text-align: center;
}

.hosted-page-doc {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--r-card);
    padding: 30px;
}

.hosted-page-doc h2 {
    margin-top: 0;
}

.hosted-page-doc p {
    overflow-wrap: break-word;
}

.hosted-page-footer {
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: .85rem;
    margin-top: 36px;
    padding-top: 18px;
    text-align: center;
}

.hosted-page-footer a {
    color: var(--teal);
    font-weight: 600;
}
