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

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

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

    .sss-hero-image {
        float: right;
        display: block;
        width: 100%;
        max-width: 450px;
        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
       ========================================================= */

    .sss-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);
    }

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

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

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

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

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

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

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

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

    .sss-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;
    }

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

    .sss-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;
    }

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

    /* =========================================================
       KOMPAKTER VERGLEICH
       ========================================================= */

    .sss-compare-intro {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
        margin: 25px 0 18px;
    }

    .sss-expand-box {
        margin: 20px 0;
        background: #ffffff;
        border: 1px solid #dbe5ec;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(15, 53, 76, 0.04);
    }

    .sss-expand-box summary {
        padding: 14px 18px;
        background: #f8fafc;
        color: #075985;
        font-weight: 700;
        cursor: pointer;
    }

    .sss-expand-content {
        padding: 20px;
    }

    .sss-comparison-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    /* =========================================================
       BESONDERE HINWEISE MIT EMOJI
       ========================================================= */

    .sss-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;
    }

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

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

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

    /* =========================================================
       TEILNEHMERGEMEINSCHAFT
       ========================================================= */

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

    /* =========================================================
       MODULE
       ========================================================= */

    .sss-module-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin: 28px 0;
    }

    .sss-module-group {
        padding: 21px;
        background: #f8fafc;
        border: 1px solid #dbe5ec;
        border-radius: 10px;
    }

    .sss-module-group h3 {
        margin: 0 0 17px;
        color: #075985;
        text-align: center;
    }

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

    .sss-module-cards-navigation .sss-module-link:nth-child(3) {
        grid-column: 1 / -1;
        width: calc(50% - 7px);
        justify-self: center;
    }

    .sss-module-cards.sss-single-module {
        grid-template-columns: minmax(240px, 76%);
        justify-content: center;
    }

    .sss-module-link {
        position: relative;
        display: flex;
        min-height: 120px;
        padding: 18px 17px 37px;
        flex-direction: column;
        justify-content: center;
        align-items: 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-align: center;
        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);
        overflow: hidden;
        transform: scale(1);
        transition:
            transform 0.2s ease,
            box-shadow 0.2s ease,
            background 0.2s ease;
    }

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

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

    .sss-module-link span {
        display: block;
        margin-top: 7px;
        color: #d9f0fb;
        font-size: 0.87rem;
        line-height: 1.4;
    }

    .sss-module-link::after {
        content: 'Details ansehen →';
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 10px;
        color: #ffffff;
        font-size: 0.77rem;
        font-weight: 700;
        opacity: 0.90;
    }

    /* =========================================================
       NAUTIAPP UND NAUTITOOLS
       ========================================================= */

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

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

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

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

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

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

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

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

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

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

    /* =========================================================
       YACHT
       ========================================================= */

    .sss-yacht-card {
        margin: 26px 0;
    }

    .sss-yacht-meta {
        display: block;
        margin-bottom: 7px;
        color: #475569;
        font-size: 0.92rem;
    }

    .sss-yacht-title {
        display: block;
        margin-bottom: 9px;
        color: #075985;
        font-size: 1.16rem;
        font-weight: 750;
    }

    .sss-yacht-details {
        margin-top: 4px;
    }

    .sss-yacht-details summary {
        display: inline;
        color: #075985;
        font-weight: 700;
        cursor: pointer;
        list-style: none;
    }

    .sss-yacht-details summary::-webkit-details-marker {
        display: none;
    }

    .sss-yacht-details summary::before {
        content: '… mehr';
    }

    .sss-yacht-details[open] summary::before {
        content: '… weniger';
    }

    .sss-yacht-more-content {
        margin-top: 15px;
    }

    /* =========================================================
       VIDEO
       ========================================================= */

    .stream-wrapper {
        position: relative;
        display: block;
        width: 55%;
        max-width: 600px;
        height: auto;
        margin: 24px auto;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        overflow: hidden;
    }

    .stream-player {
        display: block;
        width: 100%;
        cursor: pointer;
    }

    .stream-wrapper::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: 5px;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 40px solid rgba(255, 255, 255, 0.92);
        transform: translate(-50%, -50%);
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .stream-wrapper.playing::after {
        opacity: 0;
    }

    /* =========================================================
       REZENSIONEN
       ========================================================= */

    .nautiapp-reviews {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 25px;
    }

    .nautiapp-review-box {
        background: #ffffff;
        border: 2px solid #edf2f7;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    }

    .nautiapp-review-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 12px 20px;
        background: #bbddf6;
        border-bottom: 1px solid #edf2f7;
        color: #64748b;
        font-size: 0.9rem;
        font-weight: bold;
    }

    .nautiapp-review-name {
        color: #2c3e50;
    }

    .nautiapp-review-date {
        font-weight: normal;
    }

    .nautiapp-review-source {
        color: #0369a1;
        font-size: 0.82rem;
    }

    .nautiapp-review-body {
        padding: 20px;
        color: #2c3e50;
        font-size: 0.96rem;
        line-height: 1.65;
        white-space: pre-line;
    }

    .nautiapp-hidden {
        display: none !important;
    }

    .btn-nautiapp-more {
        display: none;
        width: auto;
        margin-top: 15px;
        padding: 8px 17px;
        background: #ffffff;
        border: 1.5px solid #0284c7;
        border-radius: 7px;
        color: #0284c7;
        font-family: inherit;
        font-size: 0.91rem;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        transition:
            background-color 0.2s ease,
            border-color 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease;
    }

    .btn-nautiapp-more:hover,
    .btn-nautiapp-more:focus {
        background: #eef8fd;
        border-color: #0369a1;
        color: #0369a1;
        transform: translateY(-1px);
    }

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

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

        .sss-compare-intro {
            grid-template-columns: 1fr;
        }

        .sss-module-grid,
        .sss-community-grid,
        .sss-tool-grid {
            grid-template-columns: 1fr;
        }
    }

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

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

        .sss-comparison-list {
            grid-template-columns: 1fr;
        }

        .sss-price-box {
            grid-template-columns: 1fr;
        }

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

        .stream-wrapper {
            width: 100%;
            max-width: 100%;
            margin: 18px 0;
        }

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

    @media (max-width: 620px) {
        .sss-facts-grid,
        .sss-module-cards,
        .sss-module-cards.sss-single-module {
            grid-template-columns: 1fr;
        }

        .sss-module-cards-navigation .sss-module-link:nth-child(3) {
            grid-column: auto;
            width: auto;
            justify-self: stretch;
        }

        .sss-module-link {
            min-height: 108px;
            padding-right: 48px;
        }

        .sss-module-link::after {
            content: '›';
            top: 50%;
            right: 16px;
            bottom: auto;
            left: auto;
            width: auto;
            font-size: 2rem;
            line-height: 1;
            transform: translateY(-50%);
            opacity: 0.95;
        }

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

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