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

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

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

    .sks-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
       ========================================================= */

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* =========================================================
       UNTERRICHTSVERGLEICH
       ========================================================= */

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

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

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

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

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

    /* =========================================================
       BESONDERE HINWEISE
       ========================================================= */

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

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

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

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

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

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

    /* =========================================================
       ZEITAUFTEILUNG
       ========================================================= */

    .sks-hours-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        margin: 28px 0;
    }

    .sks-hours-number {
        display: block;
        margin-bottom: 7px;
        color: #0284c7;
        font-size: 2rem;
        font-weight: 800;
        line-height: 1;
    }

    .sks-hours-card h3 {
        margin-bottom: 9px;
    }

    /* =========================================================
       WORKSHOP
       ========================================================= */

    .sks-workshop {
        display: grid;
        grid-template-columns: minmax(210px, 330px) 1fr;
        gap: 26px;
        align-items: start;
        margin: 28px 0;
    }

    .sks-workshop-image {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 13px rgba(0, 0, 0, 0.13);
        cursor: zoom-in;
    }

    .sks-workshop-content h3 {
        margin-top: 0;
        color: #075985;
    }

    /* =========================================================
       MEDIATHEK UND NAUTIAPP
       ========================================================= */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .sks-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;
        transition: transform 0.25s ease;
    }

    .stream-wrapper:not(.playing):hover .stream-player {
        transform: scale(1.035);
    }

    .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) {
        .sks-facts-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .sks-classroom-grid,
        .sks-hours-grid {
            grid-template-columns: 1fr;
        }

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

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

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

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

        .sks-workshop,
        .sks-price-box {
            grid-template-columns: 1fr;
        }

        .sks-workshop-image {
            max-width: 500px;
            margin: 0 auto;
        }

        .sks-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) {
        .sks-facts-grid {
            grid-template-columns: 1fr;
        }

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

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