:root {
    --bg: #edf2f8;
    --surface: #ffffff;
    --surface-strong: #000000;
    --text: #111111;
    --muted: #666666;
    --line: rgba(17, 17, 17, 0.1);
    --accent: #024fa1;
    --accent-dark: #013a78;
    --accent-soft: rgba(2, 79, 161, 0.12);
    --success: #1f8f55;
    --shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(2, 79, 161, 0.14), transparent 28%),
        linear-gradient(180deg, #f9fbfe 0%, #eef3f8 58%, #e6edf5 100%);
}

.thank-you-banner {
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(-140%);
    z-index: 2000;
    width: min(calc(100% - 32px), 620px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.thank-you-banner.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.thank-you-banner__content {
    display: grid;
    gap: 6px;
    padding: 18px 22px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(2, 79, 161, 0.96), rgba(20, 53, 94, 0.96));
    color: #fff;
    box-shadow: 0 22px 48px rgba(2, 79, 161, 0.28);
}

.thank-you-banner__content strong {
    font-size: 1.05rem;
}

.thank-you-banner__content span {
    color: rgba(255, 255, 255, 0.88);
}

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

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

.site-header,
.section,
.site-footer,
.booking-main {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 28px 0;
    flex-wrap: nowrap;
}

.brand-block,
.header-actions,
.site-nav,
.hero-actions,
.hero-facts,
.contact-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

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

.brand-lockup {
    width: min(100%, 560px);
    height: auto;
    object-fit: contain;
    display: block;
}

.brand-subline,
.eyebrow,
.price-title,
.panel-label,
.banner-kicker,
.fact-label {
    margin: 0;
}

.brand-subline {
    font-size: 0.92rem;
    line-height: 1.25;
    margin-top: 2px;
    padding-left: 10px;
    white-space: nowrap;
}

.brand-subline,
.chip-link,
.hero-text,
.service-card p,
.price-card p,
.about-copy p,
.contact-card p,
.field-hint,
.booking-intro p,
.step-list,
.review-banner span {
    color: var(--muted);
}

.site-nav a,
.chip-link {
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
}

.site-nav {
    flex-wrap: nowrap;
}

.button,
button {
    border: none;
    border-radius: 999px;
    font: inherit;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover,
button:hover {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--accent);
    color: #fff;
    padding: 14px 22px;
    box-shadow: var(--shadow);
}

.button-primary:hover {
    background: var(--accent-dark);
}

.site-header .header-actions {
    position: fixed;
    top: 22px;
    right: 32px;
    z-index: 1000;
}

.site-header .header-actions .button-primary {
    box-shadow: 0 18px 38px rgba(2, 79, 161, 0.22);
}

.button-secondary {
    padding: 14px 22px;
    background: transparent;
    border: 1px solid var(--line);
}

.hero-section {
    width: min(calc(100% - 32px), var(--container));
    margin: 12px auto 28px;
    display: block;
}

.hero-copy,
.service-card,
.price-card,
.about-panel,
.contact-card,
.map-card,
.booking-card,
.booking-sidecard {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: var(--shadow);
}

.hero-copy {
    padding: 3.7rem 3.9rem 3.9rem;
    border-radius: var(--radius-xl);
}

.hero-copy .eyebrow {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: clamp(2rem, 3.35vw, 3rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    word-spacing: 0.1em;
    color: var(--text);
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-copy h1 {
    margin-top: 0.85rem;
    max-width: 920px;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: clamp(2.15rem, 3.1vw, 2.95rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-transform: none;
    text-wrap: balance;
}

.eyebrow,
.panel-label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
}

.about-panel .panel-label {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.12em;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.05;
    letter-spacing: 0.03em;
    font-weight: 800;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    margin-top: 10px;
}

h2 {
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    margin-top: 10px;
}

h3 {
    font-size: 1.65rem;
}

.hero-text {
    max-width: 58ch;
    margin: 1.45rem 0 1.8rem;
    font-size: 0.98rem;
    line-height: 1.35;
}

.hero-actions {
    margin-top: 0;
}

.fact-card {
    min-width: 132px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(2, 79, 161, 0.05);
    border: 1px solid rgba(30, 27, 24, 0.08);
}

.fact-value {
    display: block;
    font-weight: 700;
    font-size: 1.05rem;
}

.fact-label {
    display: block;
    margin-top: 6px;
    font-size: 0.9rem;
}

.section {
    padding: 44px 0;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 28px;
}

.section-heading .eyebrow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.1;
    letter-spacing: 0.03em;
    color: var(--text);
    text-transform: uppercase;
    font-weight: 800;
}

.section-heading h2 {
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    line-height: 1.45;
    letter-spacing: 0;
    color: var(--muted);
}

.service-grid,
.price-grid,
.workshop-grid {
    display: grid;
    gap: 18px;
}

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

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

.workshop-grid {
    grid-template-columns: 1.2fr 0.8fr;
}

.service-card,
.price-card,
.contact-card,
.map-card,
.booking-card,
.booking-sidecard,
.about-panel,
.workshop-card {
    border-radius: var(--radius-lg);
    padding: 28px;
}

.service-card p,
.price-card p {
    margin: 12px 0 0;
}

.service-link {
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-link:hover {
    transform: translateY(-4px);
    border-color: rgba(2, 79, 161, 0.28);
    box-shadow: 0 24px 50px rgba(2, 79, 161, 0.12);
}

.service-link::after {
    content: "Termin dafür anfragen";
    display: inline-flex;
    margin-top: 18px;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--accent);
}

.highlight-card {
    background: linear-gradient(145deg, rgba(2, 79, 161, 0.16), rgba(255, 255, 255, 0.96));
}

.workshop-card {
    padding: 0;
    overflow: hidden;
}

.workshop-card img,
.location-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workshop-card-large {
    min-height: 470px;
}

.workshop-card-large img {
    min-height: 320px;
}

.workshop-copy {
    padding: 24px 26px 28px;
}

.workshop-copy p {
    margin: 12px 0 0;
    color: var(--muted);
}

.inline-link {
    display: inline-flex;
    margin-top: 16px;
    font-weight: 700;
    color: var(--accent);
}

.price-card {
    text-align: center;
}

.price-title {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
}

.price-card strong {
    display: block;
    margin-top: 12px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.about-layout,
.contact-layout,
.booking-layout {
    display: grid;
    gap: 22px;
}

.about-layout {
    grid-template-columns: 1.2fr 0.8fr;
}

.contact-layout {
    grid-template-columns: 0.8fr 1.2fr;
}

.check-list {
    margin: 18px 0 0;
    padding-left: 18px;
    color: var(--muted);
}

.check-list li + li {
    margin-top: 10px;
}

.review-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: var(--surface-strong);
}

.review-banner a {
    color: #fff;
    font-weight: 700;
}

.map-placeholder {
    display: grid;
    gap: 10px;
    min-height: 240px;
    padding: 24px;
    place-content: center;
    text-align: center;
    border-radius: 18px;
    background: rgba(2, 79, 161, 0.1);
}

.map-placeholder strong {
    font-size: 1.25rem;
}

.map-placeholder span {
    color: var(--muted);
}

.map-placeholder .button {
    margin-top: 8px;
}

.map-card iframe {
    border: 0;
    width: 100%;
    min-height: 360px;
    border-radius: 18px;
}

.location-preview {
    margin: 0 0 18px;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16 / 8;
}

.site-footer {
    padding: 24px 0 40px;
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-links a,
.legal-section a,
.privacy-check a {
    color: var(--accent);
    font-weight: 700;
}

.reviews-ticker-section {
    width: 100%;
    margin: 18px 0 0;
    padding: 28px 0 10px;
    background: linear-gradient(180deg, rgba(2, 79, 161, 0.06), rgba(255, 255, 255, 0));
}

.reviews-ticker-head {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.reviews-ticker-head a {
    font-weight: 700;
    color: var(--accent);
}

.reviews-ticker-mask {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.reviews-ticker-mask::before,
.reviews-ticker-mask::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    z-index: 1;
    pointer-events: none;
}

.reviews-ticker-mask::before {
    left: 0;
    background: linear-gradient(90deg, #edf2f8, rgba(237, 242, 248, 0));
}

.reviews-ticker-mask::after {
    right: 0;
    background: linear-gradient(270deg, #edf2f8, rgba(237, 242, 248, 0));
}

.reviews-ticker-track {
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    padding: 10px 0 18px;
    animation: reviews-marquee 34s linear infinite;
}

.review-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(2, 79, 161, 0.12);
    box-shadow: 0 14px 30px rgba(2, 79, 161, 0.08);
    white-space: nowrap;
    font-weight: 600;
}

.stars {
    color: #f4b400;
    letter-spacing: 0.08em;
}

@keyframes reviews-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.booking-page {
    min-height: 100vh;
}

.booking-main {
    padding: 18px 0 56px;
}

.booking-intro {
    max-width: 760px;
    margin-bottom: 24px;
}

.booking-intro .eyebrow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    line-height: 1.1;
    letter-spacing: 0.03em;
    color: var(--text);
    text-transform: uppercase;
    font-weight: 800;
}

.booking-intro h1 {
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    line-height: 1.35;
    letter-spacing: 0;
    color: var(--muted);
}

.booking-layout {
    grid-template-columns: 1.3fr 0.7fr;
    align-items: start;
}

.booking-form {
    display: grid;
    gap: 14px;
}

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

.contact-field {
    display: grid;
    gap: 14px;
}

.booking-form label {
    font-weight: 600;
}

.service-fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.service-fieldset legend {
    margin-bottom: 8px;
    font-weight: 600;
}

.service-hint {
    margin: 0 0 14px;
}

.service-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.service-option {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 0;
    border-radius: 18px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    background: rgba(255, 255, 255, 0.96);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    overflow: hidden;
}

.service-option:hover {
    transform: translateY(-1px);
    border-color: rgba(2, 79, 161, 0.26);
    box-shadow: 0 16px 32px rgba(2, 79, 161, 0.08);
}

.service-option input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.service-option span {
    width: 100%;
    padding: 18px 20px;
    font-weight: 600;
}

.service-option input:checked + span {
    background: rgba(2, 79, 161, 0.12);
    color: var(--accent);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(30, 27, 24, 0.12);
    background: #fff;
    font: inherit;
}

.booking-form textarea {
    resize: vertical;
}

.button-full {
    width: 100%;
    margin-top: 8px;
}

.form-actions {
    display: grid;
    gap: 12px;
    margin-top: 8px;
}

.form-actions .button-full {
    margin-top: 0;
}

.form-status {
    min-height: 1.4em;
    margin: 8px 0 0;
    font-size: 0.95rem;
    color: var(--muted);
}

.form-status.is-success {
    color: var(--success);
}

.form-status.is-error {
    color: #b42318;
}

.conditional-group.is-hidden {
    display: none;
}

.field-hint {
    margin: -6px 0 0;
    font-size: 0.9rem;
}

.privacy-check {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(2, 79, 161, 0.08);
}

.privacy-check input {
    width: auto;
    margin-top: 4px;
    padding: 0;
    accent-color: var(--accent);
}

.privacy-check span {
    line-height: 1.55;
}

.legal-main {
    width: min(calc(100% - 32px), 920px);
    margin: 0 auto 36px;
}

.legal-section {
    padding: 42px;
    border-radius: var(--radius-lg);
    background: var(--surface);
    box-shadow: var(--shadow);
}

.legal-section h1 {
    margin-bottom: 24px;
    letter-spacing: 0.02em;
}

.legal-section h2 {
    margin: 32px 0 10px;
    font-size: 1.45rem;
    line-height: 1.05;
    letter-spacing: 0.02em;
}

.legal-section p {
    color: var(--muted);
    line-height: 1.65;
}

.step-list {
    margin: 18px 0 28px;
    padding-left: 18px;
}

.step-list li + li {
    margin-top: 10px;
}

.sidecard-panel {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(2, 79, 161, 0.12);
}

@media (max-width: 980px) {
    .site-header,
    .site-nav,
    .header-actions,
    .hero-actions,
    .hero-facts,
    .contact-actions {
        flex-wrap: wrap;
    }

    .hero-section,
    .service-grid,
    .price-grid,
    .workshop-grid,
    .about-layout,
    .contact-layout,
    .booking-layout {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        padding: 2.35rem 1.75rem 2.55rem;
    }

    .site-header .header-actions {
        position: static;
    }
}

@media (max-width: 640px) {
    .site-header,
    .section,
    .site-footer,
    .booking-main,
    .hero-section,
    .reviews-ticker-head {
        width: min(calc(100% - 20px), var(--container));
    }

    .site-header {
        padding: 16px 0;
    }

    .brand-lockup {
        width: min(100%, 320px);
    }

    .brand-subline {
        font-size: 0.98rem;
        padding-left: 2px;
    }

    h1 {
        font-size: clamp(2.35rem, 9vw, 3.6rem);
    }

    h2 {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .hero-copy .eyebrow {
        font-size: clamp(1.2rem, 5.2vw, 1.75rem);
        word-spacing: 0.06em;
        white-space: normal;
    }

    .hero-copy h1 {
        max-width: 100%;
        font-size: clamp(1.8rem, 6.1vw, 2.4rem);
        line-height: 1.05;
        letter-spacing: 0.01em;
    }

    .hero-text {
        font-size: 0.95rem;
        margin: 1.2rem 0 1.55rem;
    }

    .section-heading .eyebrow {
        font-size: 1.05rem;
    }

    .booking-intro .eyebrow {
        font-size: 1.05rem;
    }

    .service-card,
    .price-card,
    .contact-card,
    .map-card,
    .booking-card,
    .booking-sidecard,
    .about-panel,
    .workshop-card {
        padding: 22px;
    }

    .workshop-card {
        padding: 0;
    }

    .workshop-copy {
        padding: 20px 22px 24px;
    }

    .hero-brand {
        width: 100%;
        justify-content: flex-start;
    }

    .hero-brand-wordmark {
        width: min(100%, 100%);
    }

    .hero-banner-icon {
        width: 132px;
    }

    .review-banner {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-options {
        grid-template-columns: 1fr;
    }

    .contact-fields {
        grid-template-columns: 1fr;
    }

    .reviews-ticker-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .review-pill {
        padding: 12px 16px;
        font-size: 0.95rem;
    }

    .button,
    button {
        width: 100%;
        text-align: center;
    }
}
