﻿/* Additional styles for Refund Policy page */
.refund-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
}

    .refund-content .page-header {
        text-align: center;
        margin-bottom: 3rem;
    }

        .refund-content .page-header h1 {
            font-size: 2.8rem;
            font-weight: 700;
            background: linear-gradient(145deg, #e6b18c, #c47d58);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
            margin-bottom: 0.5rem;
        }

        .refund-content .page-header p {
            color: #9a877a;
            font-size: 1.1rem;
        }

        .refund-content .page-header .last-updated {
            color: #6b5544;
            font-size: 0.85rem;
            margin-top: 0.3rem;
        }

.refund-section {
    background: #1a1714;
    border-radius: 28px;
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
    border: 1px solid #2f2822;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
}

    .refund-section:hover {
        border-color: #c47d58;
        box-shadow: 0 8px 28px rgba(196, 125, 88, 0.08);
    }

    .refund-section h2 {
        color: #e6b18c;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .refund-section h2 i {
            color: #c47d58;
            font-size: 1.3rem;
        }

    .refund-section p {
        color: #c7b2a0;
        font-size: 0.95rem;
        line-height: 1.8;
        margin-bottom: 0.8rem;
    }

    .refund-section ul {
        list-style: none;
        padding: 0;
        margin: 0.5rem 0 1rem 0;
    }

        .refund-section ul li {
            color: #c7b2a0;
            font-size: 0.95rem;
            line-height: 1.8;
            padding: 0.3rem 0 0.3rem 1.8rem;
            position: relative;
        }

            .refund-section ul li::before {
                content: "▸";
                color: #c47d58;
                position: absolute;
                left: 0;
                font-weight: 700;
            }

            .refund-section ul li strong {
                color: #e6b18c;
            }

    .refund-section .highlight-box {
        background: #1e2a22;
        border-left: 3px solid #4ade80;
        padding: 1rem 1.5rem;
        border-radius: 8px;
        margin: 1rem 0;
    }

        .refund-section .highlight-box p {
            color: #9bc4af;
            margin-bottom: 0;
            font-size: 0.9rem;
        }

        .refund-section .highlight-box i {
            color: #4ade80;
            margin-right: 8px;
        }

.back-to-menu {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #c47d58;
    color: #0e0d0c;
    padding: 0.8rem 2rem;
    border-radius: 60px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

    .back-to-menu:hover {
        background: #e6b18c;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(196, 125, 88, 0.3);
        color: #0e0d0c;
    }

/* Eligibility Grid */
.eligibility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.eligibility-card {
    background: #221d19;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #2f2822;
    transition: all 0.3s ease;
}

    .eligibility-card:hover {
        border-color: #c47d58;
        transform: translateY(-2px);
    }

    .eligibility-card i {
        font-size: 2rem;
        color: #c47d58;
        margin-bottom: 0.8rem;
        display: block;
    }

    .eligibility-card h4 {
        color: #e6b18c;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.8rem;
    }

    .eligibility-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .eligibility-card ul li {
            color: #c7b2a0;
            font-size: 0.85rem;
            line-height: 1.6;
            padding: 0.2rem 0 0.2rem 1.2rem;
            position: relative;
        }

            .eligibility-card ul li::before {
                content: "•";
                color: #9a877a;
                position: absolute;
                left: 0;
            }

/* Process Steps */
.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #221d19;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #2f2822;
    transition: all 0.3s ease;
}

    .step:hover {
        border-color: #c47d58;
    }

.step-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #c47d58;
    color: #0e0d0c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.step-content h4 {
    color: #e6b18c;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.step-content p {
    color: #c7b2a0;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Refund Types */
.refund-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.refund-type {
    background: #221d19;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #2f2822;
    transition: all 0.3s ease;
}

    .refund-type:hover {
        border-color: #c47d58;
    }

.refund-type-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.8rem;
}

    .refund-type-header i {
        font-size: 1.5rem;
        color: #c47d58;
    }

    .refund-type-header h4 {
        color: #e6b18c;
        font-size: 1.1rem;
        font-weight: 600;
    }

.refund-type ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .refund-type ul li {
        color: #c7b2a0;
        font-size: 0.85rem;
        line-height: 1.6;
        padding: 0.2rem 0 0.2rem 1.2rem;
        position: relative;
    }

        .refund-type ul li::before {
            content: "•";
            color: #9a877a;
            position: absolute;
            left: 0;
        }

/* Timeframes */
.timeframes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.timeframe-item {
    background: #221d19;
    border-radius: 12px;
    padding: 1.2rem;
    border: 1px solid #2f2822;
    text-align: center;
    transition: all 0.3s ease;
}

    .timeframe-item:hover {
        border-color: #c47d58;
    }

.timeframe-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0.5rem;
}

    .timeframe-header i {
        color: #c47d58;
        font-size: 1.2rem;
    }

    .timeframe-header span {
        color: #e6b18c;
        font-weight: 600;
        font-size: 0.95rem;
    }

.timeframe-days {
    color: #4ade80;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0.3rem 0;
}

.timeframe-desc {
    color: #9a877a;
    font-size: 0.8rem;
    margin: 0;
}

/* Contact Channels */
.contact-channels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.channel {
    background: #221d19;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #2f2822;
    text-align: center;
    transition: all 0.3s ease;
}

    .channel:hover {
        border-color: #c47d58;
        transform: translateY(-2px);
    }

    .channel i {
        font-size: 2rem;
        color: #c47d58;
        display: block;
        margin-bottom: 0.5rem;
    }

    .channel h4 {
        color: #e6b18c;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.3rem;
    }

    .channel p {
        color: #c7b2a0;
        font-size: 0.85rem;
        margin-bottom: 0.2rem;
    }

.channel-desc {
    color: #9a877a;
    font-size: 0.75rem !important;
}

@media (max-width: 680px) {
    .refund-content .page-header h1 {
        font-size: 2rem;
    }

    .refund-section {
        padding: 1.5rem;
    }

        .refund-section h2 {
            font-size: 1.2rem;
        }

        .refund-section p,
        .refund-section ul li {
            font-size: 0.9rem;
        }

    .back-to-menu {
        width: 100%;
        justify-content: center;
    }

    .eligibility-grid,
    .refund-types,
    .timeframes,
    .contact-channels {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .refund-section ul li {
        padding-left: 1.2rem;
    }
}
