/* Styles pour la page Politique de Retour et de Remboursement (Segmenté dans assets/css/politique-retour.css) */

.intex-refund-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 20px 60px;
    color: #374151;
    font-family: inherit;
}

/* Header Section */
.intex-refund-header {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 16px;
    margin-bottom: 35px;
    border: 1px solid #bae6fd;
}

.intex-refund-header-badge {
    display: inline-block;
    padding: 6px 16px;
    background-color: #1c90a1;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 20px;
    margin-bottom: 14px;
}

.intex-refund-header h1 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.intex-refund-header p {
    font-size: 16px;
    color: #475569;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Section Cards */
.intex-refund-card {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 28px 32px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    margin-bottom: 24px;
    transition: border-color 0.2s ease;
}

.intex-refund-card:hover {
    border-color: #cbd5e1;
}

.intex-refund-card h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.intex-refund-card h2 svg {
    width: 22px;
    height: 22px;
    color: #1c90a1;
    flex-shrink: 0;
}

.intex-refund-card p {
    font-size: 15px;
    line-height: 1.75;
    color: #4b5563;
    margin: 0 0 14px;
}

.intex-refund-card p:last-child {
    margin-bottom: 0;
}

/* Lists styling */
.intex-refund-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}

.intex-refund-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 10px;
}

.intex-refund-list li:last-child {
    margin-bottom: 0;
}

.intex-refund-list .bullet-icon {
    width: 18px;
    height: 18px;
    background-color: #e0f2fe;
    color: #1c90a1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
}

.intex-refund-list .bullet-icon svg {
    width: 11px;
    height: 11px;
}

/* Warning / Alert Box inside cards */
.intex-refund-alert {
    background-color: #fffbebf8;
    border-left: 4px solid #f59e0b;
    padding: 14px 18px;
    border-radius: 0 8px 8px 0;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #92400e;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Fee Highlight Box */
.intex-refund-fee-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
}

@media (min-width: 640px) {
    .intex-refund-fee-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

.intex-refund-fee-item {
    background-color: #f8fafc;
    border-radius: 10px;
    padding: 18px;
    border: 1px solid #e2e8f0;
}

.intex-refund-fee-item.free {
    background-color: #f0f9ff;
    border-color: #bae6fd;
}

.intex-refund-fee-item.client {
    background-color: #fefce8;
    border-color: #fef08a;
}

.intex-refund-fee-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0f172a;
}

.intex-refund-fee-desc {
    font-size: 14px;
    color: #475569;
}

/* Address Box */
.intex-refund-address-box {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    padding: 18px;
    border-radius: 10px;
    margin-top: 12px;
}

.intex-refund-address-name {
    font-weight: 700;
    font-size: 16px;
    color: #0f172a;
}

.intex-refund-address-line {
    font-size: 15px;
    color: #475569;
    margin-top: 4px;
}
