    /* =========================================================
       GRUNDAUFBAU
       ========================================================= */

    .shs-lead {
        font-size: 1.12rem;
        line-height: 1.75;
    }

    .shs-hero-media {
        display: contents;
    }

    .shs-hero-image {
        float: right;
        display: block;
        width: 100%;
        max-width: 430px;
        height: auto;
        margin: 0 0 22px 28px;
        border-radius: 10px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
        cursor: zoom-in;
    }

    /* =========================================================
       EINHEITLICHER KARTENSTIL
       ========================================================= */

    .shs-card {
        padding: 20px;
        background: #ffffff;
        border: 1px solid #dbe5ec;
        border-top: 4px solid #0284c7;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(15, 53, 76, 0.05);
    }

    .shs-card h3 {
        margin-top: 0;
        color: #075985;
        font-size: 1.06rem;
    }

    .shs-card p:last-child,
    .shs-card ul:last-child {
        margin-bottom: 0;
    }

    .shs-facts-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 15px;
        margin: 28px 0;
    }

    .shs-fact {
        text-align: center;
    }

    .shs-fact strong {
        display: block;
        margin-bottom: 7px;
        color: #075985;
        font-size: 1.04rem;
    }

    /* =========================================================
       BUTTONS
       ========================================================= */

    .shs-btn-wrapper {
        display: block;
        margin: 24px 0;
    }

    .shs-footer-navigation {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        align-items: center;
        margin: 28px 0;
    }

    .shs-booking-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 30px;
        background: #0284c7;
        border-radius: 8px;
        color: #ffffff !important;
        font-size: 1.06rem;
        font-weight: 700;
        text-decoration: none !important;
        box-shadow: 0 3px 12px rgba(2, 132, 199, 0.22);
        transition:
            background-color 0.2s ease,
            box-shadow 0.2s ease,
            transform 0.2s ease;
    }

    .shs-booking-cta:hover,
    .shs-booking-cta:focus {
        background: #0369a1;
        box-shadow: 0 5px 17px rgba(3, 105, 161, 0.30);
        transform: translateY(-1px);
    }

    .shs-back-outline-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 26px;
        background: #ffffff;
        border: 2px solid #0284c7;
        border-radius: 8px;
        color: #0284c7 !important;
        font-size: 1.02rem;
        font-weight: 700;
        text-decoration: none !important;
        transition:
            background-color 0.2s ease,
            border-color 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease;
    }

    .shs-back-outline-btn:hover,
    .shs-back-outline-btn:focus {
        background: #eaf6fc;
        border-color: #025a87;
        color: #025a87 !important;
        transform: translateY(-1px);
    }

    /* =========================================================
       HINWEISBOXEN
       ========================================================= */

    .shs-focus-note {
        display: flex;
        gap: 14px;
        align-items: flex-start;
        margin: 26px 0;
        padding: 20px;
        background: #ffffff;
        border: 1px solid #dbe5ec;
        border-top: 4px solid #0284c7;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(15, 53, 76, 0.05);
        color: #18384b;
    }

    .shs-focus-note-icon {
        flex: 0 0 auto;
        font-size: 1.55rem;
        line-height: 1.2;
    }

    .shs-focus-note-text {
        flex: 1 1 auto;
    }

    .shs-focus-note-text p {
        margin: 0;
    }

    /* =========================================================
       SSS-VERZAHNUNG
       ========================================================= */

    .shs-bridge-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin: 26px 0;
    }

    .shs-bridge-label {
        display: block;
        margin-bottom: 7px;
        color: #0284c7;
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .shs-sequence {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
        align-items: stretch;
        margin: 26px 0;
    }

    .shs-sequence-step {
        position: relative;
    }

    .shs-sequence-step strong {
        display: block;
        margin-bottom: 8px;
        color: #075985;
        font-size: 1.04rem;
    }

    .shs-sequence-number {
        display: block;
        margin-bottom: 9px;
        color: #0284c7;
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 1;
    }

    /* =========================================================
       SHS-MODULHAUS
       ========================================================= */

    .shs-module-house {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        max-width: 920px;
        margin: 30px auto;
    }

    .shs-module-link {
        position: relative;
        display: flex;
        min-height: 128px;
        padding: 19px 48px 19px 19px;
        flex-direction: column;
        justify-content: center;
        background:
            linear-gradient(
                145deg,
                #164e85 0%,
                #075985 55%,
                #0369a1 100%
            );
        border: 1px solid rgba(255, 255, 255, 0.20);
        border-radius: 11px;
        color: #ffffff !important;
        text-decoration: none !important;
        box-shadow:
            0 4px 11px rgba(7, 89, 133, 0.20),
            inset 0 1px 0 rgba(255, 255, 255, 0.14);
        transition:
            transform 0.2s ease,
            box-shadow 0.2s ease,
            background 0.2s ease;
    }

    .shs-module-roof {
        grid-column: 1 / -1;
        width: calc(50% - 8px);
        min-height: 145px;
        justify-self: center;
        text-align: center;
    }

    .shs-module-link:hover,
    .shs-module-link:focus {
        background:
            linear-gradient(
                145deg,
                #075985 0%,
                #0369a1 52%,
                #0284c7 100%
            );
        transform: translateY(-3px) scale(1.02);
        box-shadow:
            0 9px 21px rgba(7, 89, 133, 0.29),
            inset 0 1px 0 rgba(255, 255, 255, 0.17);
    }

    .shs-module-link strong {
        display: block;
        font-size: 1.08rem;
        line-height: 1.3;
    }

    .shs-module-link span {
        display: block;
        margin-top: 7px;
        color: #d9f0fb;
        font-size: 0.88rem;
        line-height: 1.45;
    }

    .shs-module-link::after {
        content: '›';
        position: absolute;
        top: 50%;
        right: 18px;
        color: #ffffff;
        font-size: 2rem;
        line-height: 1;
        transform: translateY(-50%);
    }

    /* =========================================================
       KOMMUNIKATION
       ========================================================= */

    .shs-community-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin: 26px 0;
    }

    /* =========================================================
       MEDIATHEK, NAUTIAPP UND NAUTITOOLS
       ========================================================= */

    .shs-tool-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin: 26px 0;
    }

    /* =========================================================
       PREIS
       ========================================================= */

    .shs-price-box {
        display: grid;
        grid-template-columns: minmax(170px, 220px) 1fr;
        gap: 25px;
        align-items: start;
        margin: 28px 0;
    }

    .shs-price-summary {
        padding-right: 22px;
        border-right: 1px solid #ccdbe5;
    }

    .shs-price-label {
        display: block;
        color: #475569;
        font-size: 0.93rem;
    }

    .shs-price {
        display: block;
        margin: 4px 0 6px;
        color: #075985;
        font-size: 1.72rem;
        font-weight: 750;
    }

    .shs-price-note {
        color: #475569;
        font-size: 0.9rem;
    }

    .shs-price-details h3 {
        margin-top: 0;
        color: #334155;
        font-size: 1.08rem;
    }

    .shs-price-details ul {
        margin-bottom: 0;
    }

    .shs-all-inclusive {
        margin-top: 20px;
        line-height: 1.7;
    }

    /* =========================================================
       RESPONSIVE
       ========================================================= */

    @media (max-width: 1040px) {
        .shs-tool-grid {
            grid-template-columns: 1fr;
        }
    }

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

        .shs-sequence {
            grid-template-columns: 1fr;
        }

        .shs-bridge-grid,
        .shs-community-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 768px) {
        .shs-hero-media {
            display: block;
        }

        .shs-hero-image {
            float: none;
            max-width: 100%;
            margin: 0 0 22px;
        }

        .shs-module-house,
        .shs-price-box {
            grid-template-columns: 1fr;
        }

        .shs-module-roof {
            grid-column: auto;
            width: auto;
            justify-self: stretch;
            text-align: left;
        }

        .shs-price-summary {
            padding-right: 0;
            padding-bottom: 18px;
            border-right: 0;
            border-bottom: 1px solid #ccdbe5;
        }
    }

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

        .shs-footer-navigation {
            align-items: stretch;
            flex-direction: column;
        }

        .shs-booking-cta,
        .shs-back-outline-btn {
            width: 100%;
            box-sizing: border-box;
            text-align: center;
        }
    }
