    .container-xl {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px
    }

    /* Intro highlight (Clean cards like reference) */
    .intro-highlight {
        padding: 96px 0;
        background:
            radial-gradient(900px 420px at 12% -10%, rgba(13, 110, 253, .14), transparent 60%),
            radial-gradient(760px 380px at 92% 8%, rgba(255, 159, 67, .14), transparent 62%),
            linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
        position: relative;
        overflow: hidden;
    }

    .intro-highlight:before,
    .intro-highlight:after {
        content: "";
        position: absolute;
        border-radius: 999px;
        filter: blur(6px);
        opacity: .8;
        z-index: 0;
    }

    .intro-highlight:before {
        width: 260px;
        height: 260px;
        left: -80px;
        top: 120px;
        background: radial-gradient(circle, rgba(13, 110, 253, .18), transparent 65%);
    }

    .intro-highlight:after {
        width: 230px;
        height: 230px;
        right: -70px;
        bottom: 120px;
        background: radial-gradient(circle, rgba(255, 159, 67, .18), transparent 65%);
    }

    .intro-highlight .container-xl {
        position: relative;
        z-index: 1;
    }

    .intro-head {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 36px
    }

    .intro-head h2 {
        font-size: 40px;
        font-weight: 900;
        color: var(--dark-gray);
        margin: 0 0 12px;
        letter-spacing: -.5px;
    }

    .intro-rating {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        color: var(--medium-gray)
    }

    .intro-rating .stars {
        color: var(--warning-orange);
        letter-spacing: 2px
    }

    .intro-rating .rating-text {
        font-weight: 700;
        color: var(--dark-gray)
    }

    .intro-rating .rating-sub {
        opacity: .8
    }

    .intro-cards {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
        margin-top: 34px;
        position: relative;
    }

    .intro-card {
        background: #ffffff;
        border: 1px solid rgba(15, 23, 42, .08);
        border-radius: 18px;
        padding: 22px 20px 20px;
        box-shadow:
            0 18px 40px rgba(15, 23, 42, .08),
            0 1px 0 rgba(255, 255, 255, .9) inset;
        display: block;
        position: relative;
        min-height: 160px;
    }

    .intro-card:before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background:
            linear-gradient(135deg, rgba(13, 110, 253, .06), rgba(13, 110, 253, 0));
        pointer-events: none;
    }

    .intro-card-ic {
        width: 52px;
        height: 52px;
        border-radius: 12px;
        display: grid;
        place-items: center;
        background: #0d6efd;
        border: 1px solid rgba(13, 110, 253, .25);
        font-size: 22px;
        color: #fff;
        box-shadow: 0 10px 22px rgba(13, 110, 253, .24);
        margin-bottom: 14px;
    }

    .intro-card-bd .t {
        font-weight: 900;
        color: var(--dark-gray);
        margin-bottom: 6px;
        font-size: 18px
    }

    .intro-card-bd .d {
        color: var(--medium-gray);
        font-size: 14px;
        line-height: 1.55
    }

    .intro-card-btn {
        position: static;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 12px;
        font-size: 12.5px;
        font-weight: 900;
        text-decoration: none;
        padding: 0;
        border-radius: 0;
        border: 0;
        color: #0d6efd;
        background: transparent;
        box-shadow: none;
    }

    .intro-card-btn:after {
        content: "→";
        font-weight: 900;
    }

    .intro-card-btn:hover {
        background: rgba(13, 110, 253, .12)
    }

    /* Alternating sections */
    .alt-sections {
        padding: 90px 0;
        background:
            radial-gradient(900px 420px at 6% -10%, rgba(13, 110, 253, .10), transparent 60%),
            radial-gradient(800px 380px at 95% 10%, rgba(255, 159, 67, .12), transparent 65%),
            linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
        position: relative;
        overflow: hidden;
    }

    .alt-sections:before,
    .alt-sections:after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(13, 110, 253, .15), transparent 65%);
        filter: blur(4px);
        z-index: 0;
    }

    .alt-sections:before {
        left: -90px;
        top: 140px;
    }

    .alt-sections:after {
        right: -120px;
        bottom: 120px;
    }

    .alt-sections .container-xl {
        position: relative;
        z-index: 1;
    }

    .alt-block {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
        gap: 40px;
        align-items: stretch;
        margin: 0 0 56px;
        padding: 28px;
        border-radius: 28px;
        background: rgba(255, 255, 255, .88);
        border: 1px solid rgba(13, 110, 253, .12);
        box-shadow:
            0 12px 30px rgba(13, 110, 253, .08),
            0 1px 0 rgba(255, 255, 255, .9) inset;
        backdrop-filter: blur(6px);
    }

    .alt-block.reverse {
        grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr)
    }

    .alt-block.reverse .alt-text {
        order: 2
    }

    .alt-block.reverse .alt-media {
        order: 1
    }

    .alt-text {
        padding: 6px 6px 6px 8px;
    }

    .alt-text h3 {
        font-size: 30px;
        font-weight: 900;
        color: var(--dark-gray);
        margin: 0 0 14px;
        letter-spacing: -.2px;
        position: relative;
    }

    .alt-text h3:after {
        content: "";
        display: block;
        width: 76px;
        height: 4px;
        margin-top: 10px;
        border-radius: 999px;
        background: linear-gradient(90deg, #0d6efd, rgba(13, 110, 253, .25));
    }

    .alt-text p {
        color: var(--medium-gray);
        line-height: 1.8;
        margin: 0 0 16px;
        font-size: 15px;
    }

    .alt-list {
        display: grid;
        gap: 12px;
        margin: 16px 0 18px
    }

    .alt-li {
        background: #ffffff;
        border: 1px solid rgba(13, 110, 253, .14);
        border-left: 4px solid rgba(13, 110, 253, .7);
        padding: 12px 14px;
        border-radius: 16px;
        color: var(--dark-gray);
        font-size: 14px;
        box-shadow: 0 10px 22px rgba(13, 110, 253, .08);
    }

    .alt-actions {
        display: flex;
        gap: 14px;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 12px
    }

    .btn-primary-soft {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 18px;
        border-radius: 999px;
        background: var(--primary-blue);
        color: #fff;
        text-decoration: none;
        font-weight: 800;
        box-shadow: 0 10px 25px rgba(13, 110, 253, .22);
        border: 0;
    }

    .btn-primary-soft:hover {
        opacity: .95
    }

    .btn-link-soft {
        color: var(--primary-blue);
        text-decoration: none;
        font-weight: 800
    }

    .btn-link-soft:hover {
        text-decoration: underline
    }

    /* Placeholder media blocks (replace with real images later) */
    .ph-media {
        width: 100%;
        min-height: 320px;
        border-radius: 24px;
        position: relative;
        overflow: hidden;
        background: #f1f6ff;
        border: 1px solid rgba(13, 110, 253, .16);
        box-shadow:
            0 16px 34px rgba(0, 0, 0, .08),
            0 1px 0 rgba(255, 255, 255, .9) inset;
    }

    .ph-media:before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(240px 160px at 15% 20%, rgba(13, 110, 253, .18), transparent 60%),
            linear-gradient(145deg, rgba(13, 110, 253, .08), transparent 55%);
        pointer-events: none;
        z-index: 1;
    }

    .ph-media:after {
        content: "";
        position: absolute;
        inset: -20%;
        background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .7), transparent 55%);
        transform: rotate(10deg);
        pointer-events: none;
        z-index: 2;
    }

    .ph-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        position: relative;
        z-index: 0;
    }

    /* Bullets (Das Besondere) */
    .alt-bullets {
        display: grid;
        gap: 12px;
        margin: 18px 0
    }

    .bullet {
        display: flex;
        gap: 12px;
        align-items: flex-start;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 16px;
        padding: 12px 14px
    }

    .b-ic {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: rgba(13, 110, 253, .10)
    }

    .b-h {
        font-weight: 900;
        color: var(--dark-gray);
        margin-bottom: 2px
    }

    .b-p {
        color: var(--medium-gray);
        font-size: 13.5px;
        line-height: 1.55
    }

    /* Mid CTA */
    /* Mid CTA - improved layout */
    .mid-cta {
        padding: 36px 0 76px;
        background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    }

    .mid-cta-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;

        background: rgba(234, 244, 255, .85);
        border: 1px solid rgba(13, 110, 253, .14);
        border-radius: 24px;
        padding: 22px 22px;

        box-shadow: 0 14px 40px rgba(13, 110, 253, .08);
    }

    /* Left */
    .mid-cta-left {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 18px;
        flex: 1 1 auto;
        min-width: 0;
    }

    .brand-mini {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        min-width: 0;
    }

    .brand-logo {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        background: linear-gradient(135deg, #0d6efd, #0b5ed7);
        color: #fff;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.05;
        text-align: center;
        font-size: 12px;
        box-shadow: 0 12px 26px rgba(13, 110, 253, .22);
        flex: 0 0 auto;
    }

    .brand-copy {
        min-width: 0;
        padding-top: 2px;
    }

    .brand-copy .h {
        font-weight: 900;
        color: var(--dark-gray);
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .brand-copy .p {
        color: var(--medium-gray);
        font-size: 13.5px;
        line-height: 1.55;
        max-width: 560px;
    }

    /* Left button */
    .mid-cta-btn {
        white-space: nowrap;
        align-self: center;
        background: #fff;
        border: 1px solid rgba(13, 110, 253, .20);
        padding: 12px 18px;
        border-radius: 999px;
        text-decoration: none;
        font-weight: 900;
        color: var(--primary-blue);
        box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
        transition: .2s ease;
    }

    .mid-cta-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 28px rgba(0, 0, 0, .08);
    }

    /* Right card */
    .mid-cta-right {
        width: 320px;
        flex: 0 0 320px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;

        text-decoration: none;
        color: var(--dark-gray);
        background: #fff;
        border: 1px solid rgba(13, 110, 253, .14);
        border-radius: 20px;
        padding: 18px 18px;
        box-shadow: 0 12px 26px rgba(0, 0, 0, .06);
        transition: .2s ease;
    }

    .mid-cta-right:hover {
        transform: translateY(-1px);
        box-shadow: 0 16px 34px rgba(0, 0, 0, .08);
    }

    .mid-cta-right .box-title {
        font-weight: 900;
        color: var(--primary-blue);
        font-size: 18px;
        margin: 0;
    }

    .mid-cta-right .box-sub {
        color: var(--medium-gray);
        font-weight: 800;
        margin: 0;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .mid-cta-inner {
            flex-direction: column;
            align-items: stretch;
        }

        .mid-cta-right {
            width: 100%;
            flex-basis: auto;
        }

        .mid-cta-left {
            width: 100%;
        }

        .mid-cta-btn {
            width: 100%;
            text-align: center;
        }
    }


    .brand-mini {
        display: flex;
        align-items: center;
        gap: 14px
    }

    .brand-logo {
        width: 84px;
        height: 64px;
        border-radius: 16px;
        background: #0b5ed7;
        color: #fff;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.05;
        text-align: center;
        font-size: 14px;
        box-shadow: 0 10px 22px rgba(13, 110, 253, .25);
    }

    .brand-copy .h {
        font-weight: 900;
        color: var(--dark-gray)
    }

    .brand-copy .p {
        color: var(--medium-gray);
        font-size: 13.5px
    }

    .mid-cta-btn {
        background: #fff;
        border: 1px solid rgba(13, 110, 253, .18);
        padding: 12px 18px;
        border-radius: 999px;
        text-decoration: none;
        font-weight: 900;
        color: var(--primary-blue);
    }

    .mid-cta-btn:hover {
        background: rgba(255, 255, 255, .75)
    }

    .mid-cta-right {
        display: block;
        text-decoration: none;
        color: var(--dark-gray);
        background: #fff;
        border: 1px solid rgba(13, 110, 253, .16);
        border-radius: 18px;
        padding: 18px 16px;
        box-shadow: var(--shadow);
    }

    .mid-cta-right .box-title {
        font-weight: 900;
        color: var(--primary-blue);
        font-size: 18px;
        margin-bottom: 6px
    }

    .mid-cta-right .box-sub {
        color: var(--medium-gray);
        font-weight: 700
    }

    /* FAQ accordion */
    .faq-accordion {
        padding: 80px 0;
        background: var(--white)
    }

    .faq-wrap {
        max-width: 920px;
        margin: 40px auto 0;
        display: grid;
        gap: 12px
    }

    .faq-item {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 18px;
        box-shadow: var(--shadow);
        overflow: hidden;
    }

    .faq-item summary {
        list-style: none;
        cursor: pointer;
        padding: 16px 18px;
        display: flex;
        gap: 12px;
        align-items: center;
        font-weight: 900;
        color: var(--dark-gray);
    }

    .faq-item summary::-webkit-details-marker {
        display: none
    }

    .q-ic {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        background: rgba(13, 110, 253, .10);
        display: grid;
        place-items: center
    }

    .q-t {
        flex: 1
    }

    .q-plus {
        font-size: 18px;
        color: var(--primary-blue)
    }

    .faq-item[open] .q-plus {
        transform: rotate(45deg)
    }

    .faq-body {
        padding: 0 18px 16px;
        color: var(--medium-gray);
        line-height: 1.7
    }

    .faq-cta {
        text-align: center;
        margin-top: 22px
    }

    /* Contact + map */
    .contact-map {
        padding: 80px 0;
        background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%)
    }

    .contact-grid {
        display: grid;
        grid-template-columns: 1.05fr .95fr;
        gap: 18px;
        align-items: stretch
    }

    .contact-card,
    .map-card {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .08);
        border-radius: 22px;
        box-shadow: var(--shadow);
        padding: 22px;
    }

    .contact-card h3,
    .map-card h3 {
        font-weight: 900;
        color: var(--dark-gray);
        margin: 0 0 8px
    }

    .muted {
        color: var(--medium-gray);
        margin: 0 0 14px;
        line-height: 1.6
    }

    .contact-lines {
        display: grid;
        gap: 10px;
        margin: 14px 0 18px
    }

    .contact-lines .line {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        color: var(--dark-gray)
    }

    .contact-lines .ic {
        width: 24px;
        display: inline-flex;
        justify-content: center
    }

    .contact-mini {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .contact-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .contact-input,
    .contact-textarea {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .14);
        border-radius: 14px;
        padding: 14px 14px;
        font-size: 14px;
        font-family: inherit;
        outline: none;
        background: #fff;
    }

    .contact-input::placeholder,
    .contact-textarea::placeholder {
        color: #9aa4b2;
    }

    .contact-input:focus,
    .contact-textarea:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, .12);
    }

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

    .contact-btn {
        align-self: flex-start;
        margin-top: 4px;
    }


    .map-frame {
        width: 100%;
        height: 320px;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, .08);
        margin: 10px 0 10px
    }

    .map-frame iframe {
        width: 100%;
        height: 100%
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .intro-cards {
            grid-template-columns: repeat(2, 1fr)
        }

        .alt-block,
        .alt-block.reverse {
            grid-template-columns: 1fr;
            padding: 22px;
        }

        .alt-block.reverse .alt-text,
        .alt-block.reverse .alt-media {
            order: unset
        }

        .mid-cta-inner {
            grid-template-columns: 1fr
        }

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

    @media (max-width: 520px) {
        .intro-cards {
            grid-template-columns: 1fr
        }

        .intro-head h2 {
            font-size: 30px;
        }

        .intro-card {
            padding: 18px 16px;
        }

        .alt-block,
        .alt-block.reverse {
            padding: 18px;
            border-radius: 22px;
        }

        .alt-text h3 {
            font-size: 24px;
        }

        .contact-mini .row {
            grid-template-columns: 1fr
        }

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