/* Home Sleep Testing Page - Unique Classes 2026-z9 */

/* Hero Section */
.hst-testing-hero-2026-z9 {
    background: linear-gradient(135deg, #f8f9fb 0%, #ffffff 100%);
    padding: 120px 24px;
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hst-testing-hero-2026-z9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(10, 43, 98, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(233, 65, 50, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

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

.hst-testing-hero-content-2026-z9 {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.hst-testing-hero-heading-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    color: #0a2b62;
    margin: 0 0 28px;
    letter-spacing: -0.02em;
}

.hst-testing-hero-price-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #4a90e2;
    margin: 0 0 32px;
    letter-spacing: 0.01em;
}

.hst-testing-hero-description-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #5a6470;
    margin: 0 0 48px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.hst-testing-hero-btn-2026-z9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #e94132;
    color: #ffffff;
    padding: 18px 42px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(233, 65, 50, 0.35);
}

.hst-testing-hero-btn-2026-z9:hover {
    background-color: #d12e1f;
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(233, 65, 50, 0.45);
    color: #ffffff;
    text-decoration: none;
}

.hst-testing-btn-icon-2026-z9 {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Three-Step Process Section */
.hst-testing-steps-2026-z9 {
    background: #0a2b62;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.hst-testing-steps-2026-z9::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 70%, rgba(233, 65, 50, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.hst-testing-steps-shell-2026-z9 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
}

.hst-testing-process-heading-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    letter-spacing: -0.01em;
    text-align: center;
    position: relative;
    z-index: 2;
    /* background: #ffffff; */
    padding: 100px 24px 60px;
}

.hst-testing-steps-grid-2026-z9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    position: relative;
    z-index: 2;
    padding: 0 24px 120px;
}

.hst-testing-step-card-2026-z9 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.hst-testing-step-card-2026-z9:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.hst-testing-step-icon-2026-z9 {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.hst-testing-step-card-2026-z9:hover .hst-testing-step-icon-2026-z9 {
    background: rgba(233, 65, 50, 0.3);
    transform: scale(1.1);
}

.hst-testing-step-icon-2026-z9 svg {
    width: 50px;
    height: 50px;
    stroke-width: 2.5;
}

.hst-testing-step-heading-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 18px;
}

.hst-testing-step-description-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 968px) {
    .hst-testing-steps-grid-2026-z9 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hst-testing-step-card-2026-z9 {
        max-width: 550px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hst-testing-hero-2026-z9 {
        padding: 80px 20px;
        min-height: auto;
    }

    .hst-testing-hero-heading-2026-z9 {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .hst-testing-hero-price-2026-z9 {
        font-size: 22px;
        margin-bottom: 28px;
    }

    .hst-testing-hero-description-2026-z9 {
        font-size: 17px;
        margin-bottom: 40px;
    }

    .hst-testing-hero-btn-2026-z9 {
        padding: 16px 36px;
        font-size: 15px;
    }

    .hst-testing-process-heading-2026-z9 {
        font-size: 36px;
        padding: 80px 20px 50px;
    }

    .hst-testing-steps-grid-2026-z9 {
        padding: 0 20px 100px;
    }

    .hst-testing-steps-2026-z9 {
        padding: 0;
    }

    .hst-testing-steps-grid-2026-z9 {
        margin-top: 50px;
        gap: 35px;
    }

    .hst-testing-step-card-2026-z9 {
        padding: 35px 25px;
    }

    .hst-testing-step-icon-2026-z9 {
        width: 80px;
        height: 80px;
        margin-bottom: 24px;
    }

    .hst-testing-step-icon-2026-z9 svg {
        width: 45px;
        height: 45px;
    }

    .hst-testing-step-heading-2026-z9 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .hst-testing-step-description-2026-z9 {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .hst-testing-hero-2026-z9 {
        padding: 60px 20px;
    }

    .hst-testing-hero-heading-2026-z9 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hst-testing-hero-price-2026-z9 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .hst-testing-hero-description-2026-z9 {
        font-size: 16px;
        margin-bottom: 36px;
    }

    .hst-testing-hero-btn-2026-z9 {
        padding: 14px 32px;
        font-size: 14px;
    }

    .hst-testing-process-heading-2026-z9 {
        font-size: 28px;
        padding: 60px 20px 40px;
    }

    .hst-testing-steps-grid-2026-z9 {
        padding: 0 20px 80px;
    }

    .hst-testing-steps-2026-z9 {
        padding: 0;
    }

    .hst-testing-steps-grid-2026-z9 {
        margin-top: 40px;
        gap: 30px;
    }

    .hst-testing-step-card-2026-z9 {
        padding: 30px 20px;
    }

    .hst-testing-step-icon-2026-z9 {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .hst-testing-step-icon-2026-z9 svg {
        width: 40px;
        height: 40px;
    }

    .hst-testing-step-heading-2026-z9 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .hst-testing-step-description-2026-z9 {
        font-size: 14px;
    }
}

/* Advantages Section */
.hst-testing-advantages-2026-z9 {
    background: #f8f9fb;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.hst-testing-advantages-shell-2026-z9 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hst-testing-advantages-content-2026-z9 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.hst-testing-advantages-logo-2026-z9 {
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hst-testing-logo-img-2026-z9 {
    max-width: 200px;
    height: auto;
    display: block;
}

.hst-testing-advantages-heading-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0 0 60px;
    letter-spacing: -0.01em;
}

.hst-testing-advantages-grid-2026-z9 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 900px;
    margin: 0 auto;
}

.hst-testing-advantages-column-2026-z9 {
    display: flex;
    justify-content: center;
}

.hst-testing-advantages-list-2026-z9 {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.hst-testing-advantages-list-2026-z9 li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #0a2b62;
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
}

.hst-testing-advantages-list-2026-z9 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0a2b62;
}

/* Responsive Design for Advantages Section */
@media (max-width: 768px) {
    .hst-testing-advantages-2026-z9 {
        padding: 80px 20px;
    }

    .hst-testing-advantages-logo-2026-z9 {
        margin-bottom: 40px;
    }

    .hst-testing-logo-img-2026-z9 {
        max-width: 160px;
    }

    .hst-testing-advantages-heading-2026-z9 {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .hst-testing-advantages-grid-2026-z9 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hst-testing-advantages-list-2026-z9 li {
        font-size: 15px;
        margin-bottom: 14px;
    }
}

@media (max-width: 480px) {
    .hst-testing-advantages-2026-z9 {
        padding: 60px 20px;
    }

    .hst-testing-advantages-logo-2026-z9 {
        margin-bottom: 32px;
    }

    .hst-testing-logo-img-2026-z9 {
        max-width: 140px;
    }

    .hst-testing-advantages-heading-2026-z9 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .hst-testing-advantages-grid-2026-z9 {
        gap: 32px;
    }

    .hst-testing-advantages-list-2026-z9 li {
        font-size: 14px;
        margin-bottom: 12px;
        padding-left: 24px;
    }

    .hst-testing-advantages-list-2026-z9 li::before {
        width: 6px;
        height: 6px;
    }
}

/* Features Section */
.hst-testing-features-2026-z9 {
    background: #ffffff;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

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

.hst-testing-features-content-2026-z9 {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.hst-testing-features-cta-wrapper-2026-z9 {
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
}

.hst-testing-features-cta-btn-2026-z9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #e94132;
    color: #ffffff;
    padding: 16px 36px;
    border-radius: 50px;
    border: 2px solid #e94132;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(233, 65, 50, 0.3);
}

.hst-testing-features-cta-btn-2026-z9:hover {
    background-color: #d12e1f;
    border-color: #d12e1f;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(233, 65, 50, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.hst-testing-features-cart-icon-2026-z9 {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.hst-testing-features-heading-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #0a2b62;
    margin: 0 0 24px;
    letter-spacing: -0.01em;
}

.hst-testing-features-description-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #5a6470;
    margin: 0 auto 60px;
    max-width: 900px;
}

.hst-testing-features-grid-2026-z9 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.hst-testing-feature-card-2026-z9 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.hst-testing-feature-icon-2026-z9 {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #0a2b62;
    background: rgba(10, 43, 98, 0.05);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.hst-testing-feature-card-2026-z9:hover .hst-testing-feature-icon-2026-z9 {
    background: rgba(10, 43, 98, 0.1);
    transform: scale(1.1);
}

.hst-testing-feature-icon-2026-z9 svg {
    width: 40px;
    height: 40px;
    stroke-width: 2;
}

.hst-testing-feature-title-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: #0a2b62;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hst-testing-feature-description-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #5a6470;
    margin: 0;
}

/* Responsive Design for Features Section */
@media (max-width: 968px) {
    .hst-testing-features-grid-2026-z9 {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .hst-testing-features-2026-z9 {
        padding: 80px 20px;
    }

    .hst-testing-features-cta-wrapper-2026-z9 {
        margin-bottom: 40px;
    }

    .hst-testing-features-cta-btn-2026-z9 {
        padding: 14px 32px;
        font-size: 15px;
    }

    .hst-testing-features-heading-2026-z9 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hst-testing-features-description-2026-z9 {
        font-size: 15px;
        margin-bottom: 50px;
    }

    .hst-testing-features-grid-2026-z9 {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
        margin-top: 50px;
    }

    .hst-testing-feature-icon-2026-z9 {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .hst-testing-feature-icon-2026-z9 svg {
        width: 35px;
        height: 35px;
    }

    .hst-testing-feature-title-2026-z9 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .hst-testing-feature-description-2026-z9 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .hst-testing-features-2026-z9 {
        padding: 60px 20px;
    }

    .hst-testing-features-cta-wrapper-2026-z9 {
        margin-bottom: 32px;
    }

    .hst-testing-features-cta-btn-2026-z9 {
        padding: 12px 28px;
        font-size: 14px;
    }

    .hst-testing-features-heading-2026-z9 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .hst-testing-features-description-2026-z9 {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .hst-testing-features-grid-2026-z9 {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 40px;
    }

    .hst-testing-feature-icon-2026-z9 {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .hst-testing-feature-icon-2026-z9 svg {
        width: 35px;
        height: 35px;
    }

    .hst-testing-feature-title-2026-z9 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .hst-testing-feature-description-2026-z9 {
        font-size: 13px;
    }
}

/* FAQ Section */
.hst-testing-faq-2026-z9 {
    background: #ffffff;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.hst-testing-faq-shell-2026-z9 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hst-testing-faq-content-2026-z9 {
    position: relative;
}

.hst-testing-faq-heading-2026-z9 {
    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;
}

.hst-testing-faq-list-2026-z9 {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}

.hst-testing-faq-item-2026-z9 {
    border-bottom: 1px solid rgba(10, 43, 98, 0.1);
}

.hst-testing-faq-item-2026-z9:last-child {
    border-bottom: none;
}

.hst-testing-faq-question-2026-z9 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 32px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.hst-testing-faq-question-2026-z9:hover {
    background: rgba(10, 43, 98, 0.02);
}

.hst-testing-faq-icon-2026-z9 {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hst-testing-faq-icon-plus,
.hst-testing-faq-icon-minus {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.hst-testing-faq-icon-plus {
    color: #27be69;
    opacity: 1;
}

.hst-testing-faq-icon-minus {
    color: #e94132;
    opacity: 0;
}

.hst-testing-faq-active-2026-z9 .hst-testing-faq-icon-plus {
    opacity: 0;
}

.hst-testing-faq-active-2026-z9 .hst-testing-faq-icon-minus {
    opacity: 1;
}

.hst-testing-faq-question-text-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    color: #0a2b62;
    flex: 1;
}

.hst-testing-faq-answer-2026-z9 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
    padding: 0 32px;
    opacity: 0;
}

.hst-testing-faq-active-2026-z9 .hst-testing-faq-answer-2026-z9 {
    max-height: 2000px;
    padding: 0 32px 24px 76px;
    opacity: 1;
}

.hst-testing-faq-answer-2026-z9 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #5a6470;
    margin: 0;
    margin-bottom: 12px;
}

.hst-testing-faq-answer-2026-z9 p:last-child {
    margin-bottom: 0;
}

.hst-testing-faq-link-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #0a2b62;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.hst-testing-faq-link-2026-z9:hover {
    color: #e94132;
    text-decoration: underline;
}

/* Responsive Design for FAQ Section */
@media (max-width: 768px) {
    .hst-testing-faq-2026-z9 {
        padding: 80px 20px;
    }

    .hst-testing-faq-heading-2026-z9 {
        font-size: 32px;
        margin-bottom: 50px;
        text-align: center;
    }

    .hst-testing-faq-question-2026-z9 {
        padding: 20px 24px;
        gap: 16px;
    }

    .hst-testing-faq-question-text-2026-z9 {
        font-size: 16px;
    }

    .hst-testing-faq-answer-2026-z9 {
        padding: 0 24px;
        max-height: 0;
        opacity: 0;
    }

    .hst-testing-faq-active-2026-z9 .hst-testing-faq-answer-2026-z9 {
        max-height: 2000px;
        padding: 0 24px 20px 64px;
        opacity: 1;
    }

    .hst-testing-faq-answer-2026-z9 p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .hst-testing-faq-2026-z9 {
        padding: 60px 20px;
    }

    .hst-testing-faq-heading-2026-z9 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .hst-testing-faq-question-2026-z9 {
        padding: 18px 20px;
        gap: 14px;
    }

    .hst-testing-faq-icon-2026-z9 {
        width: 20px;
        height: 20px;
    }

    .hst-testing-faq-question-text-2026-z9 {
        font-size: 15px;
    }

    .hst-testing-faq-answer-2026-z9 {
        padding: 0 20px;
        max-height: 0;
        opacity: 0;
    }

    .hst-testing-faq-active-2026-z9 .hst-testing-faq-answer-2026-z9 {
        max-height: 2000px;
        padding: 0 20px 18px 54px;
        opacity: 1;
    }

    .hst-testing-faq-answer-2026-z9 p {
        font-size: 14px;
    }
}

/* Video Section */
.hst-testing-video-2026-z9 {
    background: #6b7280;
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.hst-testing-video-shell-2026-z9 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hst-testing-video-content-2026-z9 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hst-testing-video-wrapper-2026-z9 {
    position: relative;
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.hst-testing-video-thumbnail-2026-z9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.hst-testing-video-thumbnail-img-2026-z9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hst-testing-video-thumbnail-2026-z9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
    z-index: 1;
}

.hst-testing-video-thumbnail-2026-z9:hover::before {
    background: rgba(0, 0, 0, 0.3);
}

.hst-testing-video-play-btn-2026-z9 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #14b8a6;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.4);
    padding: 0;
}

.hst-testing-video-play-btn-2026-z9:hover {
    background: #0d9488;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 12px 32px rgba(20, 184, 166, 0.5);
}

.hst-testing-video-play-btn-2026-z9:active {
    transform: translate(-50%, -50%) scale(1.05);
}

.hst-testing-video-play-btn-2026-z9 svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    margin-left: 4px;
}

.hst-testing-video-embed-wrapper-2026-z9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hst-testing-video-iframe-2026-z9 {
    width: 100%;
    height: 100%;
    border: none;
}

.hst-testing-video-hidden-2026-z9 {
    display: none;
}

.hst-testing-video-heading-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

.hst-testing-video-subheading-2026-z9 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Responsive Design for Video Section */
@media (max-width: 768px) {
    .hst-testing-video-2026-z9 {
        padding: 80px 20px;
    }

    .hst-testing-video-wrapper-2026-z9 {
        margin-bottom: 40px;
    }

    .hst-testing-video-play-btn-2026-z9 {
        width: 80px;
        height: 80px;
    }

    .hst-testing-video-play-btn-2026-z9 svg {
        width: 32px;
        height: 32px;
        margin-left: 3px;
    }

    .hst-testing-video-heading-2026-z9 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .hst-testing-video-subheading-2026-z9 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hst-testing-video-2026-z9 {
        padding: 60px 20px;
    }

    .hst-testing-video-wrapper-2026-z9 {
        margin-bottom: 32px;
    }

    .hst-testing-video-play-btn-2026-z9 {
        width: 70px;
        height: 70px;
    }

    .hst-testing-video-play-btn-2026-z9 svg {
        width: 28px;
        height: 28px;
        margin-left: 2px;
    }

    .hst-testing-video-heading-2026-z9 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .hst-testing-video-subheading-2026-z9 {
        font-size: 15px;
    }
}

