/* DreamStation Page - Unique Classes 2026-d1 */

/* Hero/Product Showcase Section */
.dreamstation-hero-2026-d1 {
    background: #ffffff;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.dreamstation-hero-shell-2026-d1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.dreamstation-hero-content-2026-d1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.dreamstation-hero-image-wrapper-2026-d1 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dreamstation-hero-image-2026-d1 {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    object-fit: contain;
}

.dreamstation-hero-text-wrapper-2026-d1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dreamstation-hero-title-2026-d1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0 0 32px;
    letter-spacing: -0.02em;
}

.dreamstation-hero-description-2026-d1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #5a6470;
    margin: 0 0 40px;
    max-width: 600px;
}

.dreamstation-hero-buttons-2026-d1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 100%;
}

.dreamstation-hero-btn-2026-d1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0a2b62;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(10, 43, 98, 0.2);
    text-align: center;
    white-space: nowrap;
}

.dreamstation-hero-btn-2026-d1:hover {
    background-color: #0d3a7a;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(10, 43, 98, 0.3);
    color: #ffffff;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 968px) {
    .dreamstation-hero-content-2026-d1 {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .dreamstation-hero-image-wrapper-2026-d1 {
        order: 1;
    }

    .dreamstation-hero-text-wrapper-2026-d1 {
        order: 2;
        text-align: center;
        align-items: center;
    }

    .dreamstation-hero-description-2026-d1 {
        max-width: 100%;
    }

    .dreamstation-hero-buttons-2026-d1 {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .dreamstation-hero-2026-d1 {
        padding: 80px 20px;
    }

    .dreamstation-hero-content-2026-d1 {
        gap: 40px;
    }

    .dreamstation-hero-title-2026-d1 {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .dreamstation-hero-description-2026-d1 {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .dreamstation-hero-buttons-2026-d1 {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .dreamstation-hero-btn-2026-d1 {
        padding: 16px 32px;
        font-size: 14px;
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .dreamstation-hero-2026-d1 {
        padding: 60px 20px;
    }

    .dreamstation-hero-content-2026-d1 {
        gap: 32px;
    }

    .dreamstation-hero-title-2026-d1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .dreamstation-hero-description-2026-d1 {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .dreamstation-hero-buttons-2026-d1 {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .dreamstation-hero-btn-2026-d1 {
        padding: 14px 28px;
        font-size: 13px;
        white-space: normal;
    }
}

/* Menu Intro Section */
.dreamstation-menu-2026-d1 {
    background: #6b7280;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.dreamstation-menu-shell-2026-d1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.dreamstation-menu-content-2026-d1 {
    max-width: 900px;
    margin: 0 auto;
}

.dreamstation-menu-heading-2026-d1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 24px;
    letter-spacing: -0.01em;
}

.dreamstation-menu-description-2026-d1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #ffffff;
    margin: 0;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .dreamstation-menu-2026-d1 {
        padding: 80px 20px;
    }

    .dreamstation-menu-heading-2026-d1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .dreamstation-menu-description-2026-d1 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .dreamstation-menu-2026-d1 {
        padding: 60px 20px;
    }

    .dreamstation-menu-heading-2026-d1 {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .dreamstation-menu-description-2026-d1 {
        font-size: 15px;
    }
}

/* Features Section */
.dreamstation-features-2026-d1 {
    background: #f8f9fb;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.dreamstation-features-shell-2026-d1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.dreamstation-features-heading-2026-d1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0 0 60px;
    letter-spacing: -0.01em;
    text-align: center;
}

.dreamstation-features-grid-2026-d1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.dreamstation-features-column-2026-d1 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.dreamstation-feature-item-2026-d1 {
    display: flex;
    flex-direction: column;
}

.dreamstation-feature-title-2026-d1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    color: #0a2b62;
    margin: 0 0 16px;
}

.dreamstation-feature-description-2026-d1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #5a6470;
    margin: 0;
}

/* Responsive Design for Features Section */
@media (max-width: 968px) {
    .dreamstation-features-grid-2026-d1 {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .dreamstation-features-column-2026-d1 {
        gap: 35px;
    }
}

@media (max-width: 768px) {
    .dreamstation-features-2026-d1 {
        padding: 80px 20px;
    }

    .dreamstation-features-heading-2026-d1 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .dreamstation-features-grid-2026-d1 {
        gap: 40px;
    }

    .dreamstation-features-column-2026-d1 {
        gap: 30px;
    }

    .dreamstation-feature-title-2026-d1 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .dreamstation-feature-description-2026-d1 {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .dreamstation-features-2026-d1 {
        padding: 60px 20px;
    }

    .dreamstation-features-heading-2026-d1 {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .dreamstation-features-grid-2026-d1 {
        gap: 32px;
    }

    .dreamstation-features-column-2026-d1 {
        gap: 28px;
    }

    .dreamstation-feature-title-2026-d1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .dreamstation-feature-description-2026-d1 {
        font-size: 14px;
    }
}

/* Products Tabs Section */
.dreamstation-products-2026-d1 {
    background: #f9fafb;
    padding: 100px 24px;
}

.dreamstation-products-shell-2026-d1 {
    max-width: 1200px;
    margin: 0 auto;
}

.dreamstation-products-header-2026-d1 {
    text-align: center;
    margin-bottom: 48px;
}

.dreamstation-products-heading-2026-d1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0 0 16px;
}

.dreamstation-products-subtitle-2026-d1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #4b5563;
    margin: 0 auto;
    max-width: 640px;
}

.dreamstation-tabs-2026-d1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    margin-top: 32px;
    background: #e5e7eb;
    border-radius: 999px;
}

.dreamstation-tab-2026-d1 {
    border: none;
    background: transparent;
    padding: 10px 20px;
    border-radius: 999px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}

.dreamstation-tab-2026-d1.is-active {
    background: #0a2b62;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(10, 43, 98, 0.25);
}

.dreamstation-tab-2026-d1:focus-visible {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0a2b62;
}

.dreamstation-tabs-panels-2026-d1 {
    margin-top: 24px;
}

.dreamstation-tab-panel-2026-d1 {
    display: none;
}

.dreamstation-tab-panel-2026-d1.is-active {
    display: block;
}

.dreamstation-products-grid-2026-d1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dreamstation-product-card-2026-d1 {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 20px 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.09);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dreamstation-product-image-wrapper-2026-d1 {
    width: 100%;
    padding-bottom: 65%;
    position: relative;
    margin-bottom: 18px;
}

.dreamstation-product-image-2026-d1 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dreamstation-product-content-2026-d1 {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dreamstation-product-title-2026-d1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px;
    line-height: 1.4;
}

.dreamstation-product-btn-2026-d1 {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #0a2b62;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all 0.2s ease;
}

.dreamstation-product-btn-2026-d1:hover {
    background: #0d3a7a;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(10, 43, 98, 0.25);
}

@media (max-width: 1024px) {
    .dreamstation-products-2026-d1 {
        padding: 80px 20px;
    }

    .dreamstation-products-grid-2026-d1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .dreamstation-products-heading-2026-d1 {
        font-size: 32px;
    }

    .dreamstation-products-subtitle-2026-d1 {
        font-size: 15px;
    }

    .dreamstation-tabs-2026-d1 {
        flex-wrap: wrap;
    }

    .dreamstation-products-grid-2026-d1 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .dreamstation-products-2026-d1 {
        padding: 60px 16px;
    }

    .dreamstation-products-heading-2026-d1 {
        font-size: 28px;
    }
}

