/* ==========================================================================
   Return & Refund Policy — review 6.9 redesign.
   Teal hero (boardroom image) + numbered 01/02/03 policy sections + Need-Help CTA.
   ========================================================================== */

/* ===== Hero — full-bleed boardroom image, content overlaid ===== */
.returns-hero {
    position: relative;
    overflow: hidden;
    background: var(--lh-accent) center / cover no-repeat;
    display: flex;
    align-items: center;
    min-height: 360px;
}

.returns-hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 58, 102, 0.94) 0%, rgba(0, 108, 180, 0.82) 40%, rgba(0, 86, 143, 0.42) 72%, rgba(1, 40, 72, 0.22) 100%);
}

.returns-hero .container {
    position: relative;
    z-index: 1;
    padding-top: 56px;
    padding-bottom: 56px;
}

.returns-hero-content {
    max-width: 620px;
}

.returns-hero-title {
    font-size: 2.9rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin: 0;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
}

.returns-hero-title span {
    color: var(--lh-highlight);
}

.returns-hero-accent {
    display: block;
    width: 54px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    margin: 16px 0 18px;
}

.returns-hero-lead {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
}

.returns-hero-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 480px;
    line-height: 1.6;
}

/* ===== Policy sections ===== */
.returns-body {
    padding: 52px 0 8px;
}

.returns-block {
    background: var(--lh-white);
    border: 1px solid var(--lh-gray-medium);
    border-radius: var(--lh-radius-lg);
    box-shadow: var(--lh-shadow);
    padding: 30px 34px;
    margin-bottom: 26px;
}

.returns-block-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.returns-num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--lh-primary);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0, 108, 180, 0.3);
}

.returns-block-ico {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--lh-primary-light);
    color: var(--lh-primary-dark);
}

.returns-block-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--lh-gray-dark);
    margin: 0;
}

.returns-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.returns-list li {
    position: relative;
    padding: 8px 0 8px 32px;
    font-size: 0.975rem;
    color: var(--lh-gray-dark);
    line-height: 1.65;
    border-bottom: 1px solid var(--lh-gray-light);
}

.returns-list li:last-child {
    border-bottom: none;
}

.returns-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--lh-primary-light)
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23009999' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.returns-list li a {
    color: var(--lh-primary-dark);
    font-weight: 600;
}

.returns-list li a:hover {
    color: var(--lh-primary);
    text-decoration: underline;
}

/* ===== Need Help CTA ===== */
.returns-cta {
    padding: 20px 0 64px;
}

.returns-cta-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    background: linear-gradient(120deg, var(--lh-primary) 0%, var(--lh-primary-dark) 100%);
    border-radius: var(--lh-radius-lg);
    padding: 30px 36px;
    color: #fff;
    box-shadow: 0 16px 40px rgba(0, 108, 180, 0.28);
}

.returns-cta-ico {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.returns-cta-text {
    flex: 1;
    min-width: 0;
}

.returns-cta-text h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
}

.returns-cta-text p {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.92;
}

.returns-cta-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 13px 28px;
    background: #fff;
    color: var(--lh-primary-dark);
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 999px;
    white-space: nowrap;
    transition: transform var(--lh-transition), box-shadow var(--lh-transition);
}

.returns-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    color: var(--lh-primary-dark);
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .returns-hero {
        min-height: 300px;
    }

    .returns-hero-title {
        font-size: 2.3rem;
    }
}

@media (max-width: 575px) {
    .returns-hero {
        padding: 36px 0 32px;
    }

    .returns-hero-title {
        font-size: 2rem;
    }

    .returns-block {
        padding: 24px 22px;
    }

    .returns-block-title {
        font-size: 1.3rem;
    }

    .returns-cta-inner {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        padding: 26px 22px;
    }

    .returns-cta-btn {
        width: 100%;
        justify-content: center;
    }
}
