/* Base Page Shell */
.refund-page-wrapper {
    background-color: #f8fafc;
    color: #1e293b;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.max-w-750 { max-width: 750px; }
.max-w-850 { max-width: 850px; }
.max-w-650 { max-width: 650px; }
.z-index-2 { z-index: 2; }
.bg-white-10 { background: rgba(255, 255, 255, 0.1); }
.bg-white-20 { background: rgba(255, 255, 255, 0.2); }
.border-white-10 { border-color: rgba(255, 255, 255, 0.12) !important; }
.text-white-75 { color: rgba(255, 255, 255, 0.75); }
.letter-spacing-1 { letter-spacing: 0.08em; }

/* Hero Section */
.refund-hero-section {
    background: linear-gradient(135deg, #0b132b 0%, #1c2541 40%, #1e3a8a 75%, #3157D5 100%);
    color: #ffffff;
    padding: 4.5rem 0 3.5rem;
}

.refund-hero-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}
.refund-hero-orb-1 {
    top: -120px;
    right: -80px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.35) 0%, transparent 70%);
}
.refund-hero-orb-2 {
    bottom: -150px;
    left: -100px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
}
.refund-hero-orb-3 {
    top: 30%;
    left: 48%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.18) 0%, transparent 70%);
}

.refund-hero-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 0.45rem 1.1rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #e0e7ff;
    backdrop-filter: blur(10px);
}

.refund-eyebrow-accent {
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    font-weight: 800;
    color: #93c5fd;
    margin-bottom: 0.8rem;
}

.refund-hero-title {
    font-size: clamp(2.3rem, 4.2vw, 3.8rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 1.2rem;
}

.refund-gradient-text {
    background: linear-gradient(135deg, #60a5fa 0%, #a5b4fc 50%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.refund-hero-lead {
    font-size: 1.12rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 720px;
}

.refund-hero-metric {
    display: flex;
    flex-direction: column;
}
.refund-metric-number {
    font-size: 1.55rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
}
.refund-metric-label {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 500;
}

/* Sidebar Nav */
.refund-nav-links .nav-link {
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.55rem 0.85rem;
    transition: all 0.2s ease;
}
.refund-nav-links .nav-link:hover {
    color: #3157D5;
    background: #e2e8f0;
}
.refund-nav-links .nav-link.active {
    color: #3157D5;
    background: #eef2ff;
    font-weight: 700;
}

/* Section Cards */
.refund-section-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.refund-section-card:hover {
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08) !important;
}

.refund-section-number {
    font-size: 1.1rem;
    font-weight: 800;
    color: #3157D5;
    background: #eef2ff;
    padding: 0.2rem 0.6rem;
    border-radius: 8px;
}

.refund-step-pill {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.refund-table {
    font-size: 0.88rem;
}
.refund-table th {
    font-weight: 700;
    color: #1e293b;
}

.leading-relaxed {
    line-height: 1.7;
}

/* CTA Banner */
.refund-cta-banner-section {
    background: #f8fafc;
}
.refund-cta-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #3157D5 100%);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
}
.refund-glass-btn {
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    font-weight: 600;
    transition: all 0.22s ease-in-out;
}
.refund-glass-btn:hover,
.refund-glass-btn:focus-visible {
    color: #0f172a;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .refund-hero-section { padding: 3.5rem 0 2.5rem; }
    .refund-hero-title { font-size: 2.2rem; }
    .refund-sidebar { position: static !important; margin-bottom: 2rem; }
}
