/* ============================================
   Exit Strategies Page - Modern Professional Design
   ============================================ */

/* Hero Section */
.exit-hero-section {
    position: relative;
    background: #000000;
    min-height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 180px 0 100px;
}

.exit-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
}

.exit-hero-badge {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50px;
    color: #d4af37;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.exit-hero-title {
    font-size: 4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.exit-hero-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto 3rem;
}

.exit-hero-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Stats Section */
.exit-stats-section {
    background: #ffffff;
    padding: 4rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.exit-stat-item {
    padding: 1.5rem;
}

.exit-stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.exit-stat-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Exit Strategy Cards */
.exit-strategy-card-refined {
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 3rem 2.5rem;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.exit-strategy-card-refined:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
}

.exit-strategy-badge {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50px;
    color: #d4af37;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.exit-featured {
    border-color: #d4af37;
    background: linear-gradient(135deg, #ffffff 0%, #fffef9 100%);
}

.exit-featured-badge {
    position: absolute;
    top: -15px;
    right: 30px;
    padding: 0.5rem 1.25rem;
    background: #d4af37;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.exit-strategy-icon-refined {
    width: 80px;
    height: 80px;
    background: #d4af37;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.exit-strategy-icon-refined i {
    font-size: 2.25rem;
    color: #ffffff;
}

.exit-strategy-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.exit-strategy-description {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 2rem;
}

.exit-strategy-features {
    margin-bottom: 0;
}

.exit-feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: rgba(0, 0, 0, 0.75);
}

.exit-feature-item i {
    color: #d4af37;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.exit-strategy-timeline {
    text-align: center;
    padding: 1.25rem;
    background: rgba(212, 175, 55, 0.05);
    border-radius: 12px;
}

.exit-timeline-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
}

.exit-timeline-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d4af37;
}

/* Process Cards */
.exit-process-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s ease;
}

.exit-process-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateY(-5px);
}

.exit-process-number {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(212, 175, 55, 0.2);
    line-height: 1;
    margin-bottom: 1.5rem;
}

.exit-process-icon {
    width: 70px;
    height: 70px;
    background: #d4af37;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.exit-process-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.exit-process-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.exit-process-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Advantage Cards */
.exit-advantage-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
}

.exit-advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border-color: rgba(212, 175, 55, 0.3);
}

.exit-advantage-icon {
    width: 70px;
    height: 70px;
    background: #d4af37;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.exit-advantage-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.exit-advantage-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 1rem;
}

.exit-advantage-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
}

/* Section Description */
.section-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.7);
}

/* Responsive Design */
@media (max-width: 991px) {
    .exit-hero-section {
        min-height: 55vh;
        padding: 160px 0 80px;
    }

    .exit-hero-title {
        font-size: 3rem;
    }

    .exit-hero-description {
        font-size: 1.1rem;
    }

    .exit-stat-number {
        font-size: 2.5rem;
    }

    .exit-strategy-card-refined {
        padding: 2.5rem 2rem;
        margin-bottom: 2rem;
    }

    .exit-strategy-icon-refined {
        width: 70px;
        height: 70px;
    }

    .exit-strategy-icon-refined i {
        font-size: 2rem;
    }

    .exit-strategy-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .exit-hero-section {
        min-height: 50vh;
        padding: 140px 0 70px;
    }

    .exit-hero-title {
        font-size: 2.25rem;
    }

    .exit-hero-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .exit-hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .exit-hero-buttons .btn {
        width: 100%;
    }

    .exit-stat-number {
        font-size: 2rem;
    }

    .exit-stat-label {
        font-size: 0.8rem;
    }

    .exit-strategy-card-refined {
        padding: 2rem 1.5rem;
    }

    .exit-strategy-icon-refined {
        width: 65px;
        height: 65px;
    }

    .exit-strategy-icon-refined i {
        font-size: 1.75rem;
    }

    .exit-strategy-title {
        font-size: 1.5rem;
    }

    .exit-process-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }

    .exit-process-number {
        font-size: 2.5rem;
    }

    .exit-process-icon {
        width: 60px;
        height: 60px;
    }

    .exit-process-icon i {
        font-size: 1.75rem;
    }

    .exit-advantage-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }

    .exit-advantage-icon {
        width: 60px;
        height: 60px;
    }

    .exit-advantage-icon i {
        font-size: 1.75rem;
    }
}

/* ============================================
   Footer Enhancements
   ============================================ */

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social-link {
    width: 40px;
    height: 40px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social-link:hover {
    background: #d4af37;
    border-color: #d4af37;
    color: #ffffff;
    transform: translateY(-3px);
}

.footer-text-small {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer-legal-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-link:hover {
    color: #d4af37;
}
