/* ========================================
   Modern Styles for Yaver Website
   CEO-appropriate design enhancements
   ======================================== */

/* Hero Section Enhancements */
.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-weight: 400;
}

.brand-tagline {
    margin-bottom: 1.5rem;
}

.badge-premium {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Inline Stats */
.stats-inline {
    display: flex;
    gap: 3rem;
    margin: 2.5rem 0;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-item strong {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-item span {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* Modern Download Buttons */
.modern-buttons {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.btn-download {
    display: block;
    transition: all 0.3s ease;
}

.btn-download:hover {
    transform: translateY(-5px);
}

.btn-download img {
    height: 50px;
    width: auto;
}

/* Modern Mockup Layout */
.modern-mockup {
    position: relative;
    padding: 2rem 0;
}

.mockup-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mockup-main {
    position: relative;
    z-index: 3;
    max-width: 280px;
    width: 100%;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.mockup-floating {
    position: absolute;
    max-width: 220px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    opacity: 0.8;
}

.floating-left {
    left: -50px;
    top: 80px;
    z-index: 2;
    transform: rotate(-5deg);
}

.floating-right {
    right: -50px;
    top: 80px;
    z-index: 1;
    transform: rotate(5deg);
}

/* Section Badges */
.section-badge {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.section-badge.light {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.section-description {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #5a6c7d;
    margin-bottom: 0;
}

.section-description.light {
    color: rgba(255, 255, 255, 0.85);
}

.text-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-white {
    color: #ffffff !important;
}

.mb-60 {
    margin-bottom: 4rem;
}

.mt-60 {
    margin-top: 4rem;
}

.mt-30 {
    margin-top: 2rem;
}

.mb-20 {
    margin-bottom: 1.25rem;
}

/* Value Cards */
.about-cards {
    margin-bottom: 3rem;
}

.value-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.value-icon em {
    font-size: 2rem;
    color: #ffffff;
}

.value-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.value-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 0;
}

/* Process Steps */
.about-content {
    padding-right: 2rem;
}

.about-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #2c3e50;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.step-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 0;
}

/* Highlight Boxes */
.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.highlight-box {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.highlight-box:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}

.highlight-box em {
    font-size: 1.75rem;
    color: #667eea;
    flex-shrink: 0;
}

.highlight-box h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #2c3e50;
}

.highlight-box p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 0;
}

/* Modern Feature Cards */
.features-grid {
    margin-bottom: 0;
}

.feature-card.modern {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2.5rem 2rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card.modern:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-icon-modern {
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-icon-modern em {
    font-size: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-card.modern h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.feature-card.modern p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
}

/* Modern Statistics */
.stats-modern {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.stats-grid {
    margin-bottom: 0;
}

.stat-card-modern {
    background: #ffffff;
    padding: 3rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.stat-icon-wrap {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.stat-icon-wrap em {
    font-size: 2.5rem;
    color: #ffffff;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.stat-desc {
    font-size: 0.875rem;
    color: #5a6c7d;
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .stats-inline {
        gap: 2rem;
    }

    .stat-item strong {
        font-size: 1.5rem;
    }

    .mockup-main {
        max-width: 240px;
    }

    .mockup-floating {
        max-width: 180px;
    }

    .floating-left,
    .floating-right {
        top: 60px;
    }

    .about-content {
        padding-right: 0;
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .stats-inline {
        gap: 1.5rem;
        justify-content: center;
    }

    .stat-item strong {
        font-size: 1.25rem;
    }

    .modern-buttons {
        flex-direction: column;
        align-items: center;
    }

    .mockup-floating {
        display: none;
    }

    .mockup-main {
        max-width: 280px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .value-card {
        margin-bottom: 2rem;
    }

    .feature-card.modern {
        margin-bottom: 1.5rem;
    }

    .stat-card-modern {
        margin-bottom: 2rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .process-step {
        gap: 1rem;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .stats-inline {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }

    .section-badge {
        font-size: 0.625rem;
        padding: 5px 12px;
    }

    .value-icon {
        width: 60px;
        height: 60px;
    }

    .value-icon em {
        font-size: 1.75rem;
    }
}

/* Additional Utilities */
.align-items-center {
    align-items: center;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* ========================================
   Provider Section Styles
   ======================================== */

.provider-section {
    position: relative;
    overflow: hidden;
}

/* Benefit Cards */
.provider-benefits {
    margin-bottom: 4rem;
}

.benefit-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-icon em {
    font-size: 2rem;
    color: #ffffff;
}

.benefit-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #2c3e50;
}

.benefit-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 0;
}

/* Provider Steps */
.provider-steps-wrap {
    margin-top: 3rem;
}

.provider-steps-wrap h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 3rem;
}

.mb-50 {
    margin-bottom: 3rem;
}

.provider-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.provider-step {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    position: relative;
}

.provider-step::after {
    content: '';
    position: absolute;
    left: 32px;
    top: 65px;
    width: 2px;
    height: calc(100% + 2rem);
    background: linear-gradient(180deg, #667eea 0%, rgba(102, 126, 234, 0.2) 100%);
    z-index: 0;
}

.provider-step:last-child::after {
    display: none;
}

.step-badge {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    position: relative;
    z-index: 1;
}

.step-content-box {
    flex: 1;
    background: #ffffff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.step-content-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateX(5px);
}

.step-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.step-icon em {
    font-size: 1.5rem;
    color: #667eea;
}

.step-content-box h4 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.step-content-box p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 1.25rem;
}

.step-details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.step-details li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: #5a6c7d;
}

.step-details li em {
    font-size: 1.125rem;
    color: #667eea;
    flex-shrink: 0;
}

/* Commission Card */
.commission-card,
.support-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.commission-card:hover,
.support-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.commission-header,
.support-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem;
    text-align: center;
    color: #ffffff;
}

.commission-header em,
.support-header em {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.commission-header h3,
.support-header h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.commission-body,
.support-body {
    padding: 2.5rem 2rem;
}

.commission-rate {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.rate-number {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.rate-label {
    display: block;
    font-size: 1.125rem;
    color: #5a6c7d;
    font-weight: 600;
}

.commission-body p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 1.5rem;
}

.commission-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.commission-features li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 500;
}

.commission-features li em {
    font-size: 1.25rem;
    color: #667eea;
    flex-shrink: 0;
}

/* Support Items */
.support-body {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.support-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.support-item:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    transform: translateX(5px);
}

.support-item > em {
    font-size: 2rem;
    color: #667eea;
    flex-shrink: 0;
}

.support-item h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #2c3e50;
}

.support-item p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 0;
}

/* Provider CTA */
.provider-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.3);
}

.provider-cta h3 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.provider-cta p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-cta.primary {
    background: #ffffff;
    color: #667eea;
}

.btn-cta.primary:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.btn-cta.secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-cta.secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.btn-cta em {
    font-size: 1.5rem;
}

/* Responsive - Provider Section */
@media (max-width: 991px) {
    .provider-step {
        gap: 1.5rem;
    }

    .step-badge {
        width: 55px;
        height: 55px;
        font-size: 1.75rem;
    }

    .step-content-box {
        padding: 1.75rem;
    }

    .commission-card,
    .support-card {
        margin-bottom: 2rem;
    }

    .provider-cta h3 {
        font-size: 1.875rem;
    }
}

@media (max-width: 767px) {
    .benefit-card {
        margin-bottom: 1.5rem;
    }

    .provider-step {
        flex-direction: row;
        gap: 1rem;
    }

    .provider-step::after {
        left: 27px;
    }

    .step-badge {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .step-content-box {
        padding: 1.5rem;
    }

    .step-content-box h4 {
        font-size: 1.125rem;
    }

    .commission-rate {
        padding: 1.5rem;
    }

    .rate-number {
        font-size: 3rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-cta {
        justify-content: center;
    }

    .provider-cta {
        padding: 2.5rem 2rem;
    }

    .provider-cta h3 {
        font-size: 1.5rem;
    }

    .provider-cta p {
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .provider-steps-wrap h3 {
        font-size: 1.5rem;
    }

    .step-badge {
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }

    .commission-header h3,
    .support-header h3 {
        font-size: 1.5rem;
    }

    .commission-header em,
    .support-header em {
        font-size: 2.5rem;
    }
}

/* ========================================
   FAQ Section Modern Styles
   ======================================== */

.faq-section.grey-background {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.faq-accordion.modern-accordion {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.faq-item {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
}

.faq-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-icon em {
    font-size: 1.75rem;
    color: #ffffff;
}

.faq-question h4 {
    flex: 1;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    line-height: 1.4;
}

.faq-toggle {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 300;
    color: #667eea;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-question:not(.collapsed) .faq-toggle {
    transform: rotate(45deg);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.faq-answer {
    padding: 0 2rem 2rem 2rem;
    transition: all 0.3s ease;
}

.faq-answer p {
    font-size: 1rem;
    line-height: 1.8;
    color: #5a6c7d;
    margin: 0;
}

.faq-answer strong {
    color: #2c3e50;
    font-weight: 700;
}

.faq-answer a {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.faq-answer a:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* FAQ Responsive */
@media (max-width: 991px) {
    .faq-question {
        padding: 1.75rem 1.5rem;
        gap: 1.25rem;
    }

    .faq-icon {
        width: 50px;
        height: 50px;
    }

    .faq-icon em {
        font-size: 1.5rem;
    }

    .faq-question h4 {
        font-size: 1.125rem;
    }

    .faq-answer {
        padding: 0 1.5rem 1.75rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .faq-question {
        padding: 1.5rem;
        gap: 1rem;
    }

    .faq-icon {
        width: 45px;
        height: 45px;
    }

    .faq-icon em {
        font-size: 1.25rem;
    }

    .faq-question h4 {
        font-size: 1rem;
    }

    .faq-toggle {
        width: 30px;
        height: 30px;
        font-size: 1.25rem;
    }

    .faq-answer {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .faq-answer p {
        font-size: 0.95rem;
    }
}

@media (max-width: 575px) {
    .faq-item {
        border-radius: 12px;
    }

    .faq-question {
        flex-wrap: wrap;
        padding: 1.25rem;
    }

    .faq-icon {
        width: 40px;
        height: 40px;
    }

    .faq-question h4 {
        font-size: 0.95rem;
        flex-basis: calc(100% - 90px);
    }
}

/* ========================================
   Contact Section Modern Styles
   ======================================== */

/* Modern Contact Form */
.modern-contact-form {
    background: #ffffff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.form-header {
    margin-bottom: 2rem;
    text-align: left;
}

.form-header h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.form-header p {
    font-size: 1rem;
    color: #5a6c7d;
    margin: 0;
}

.modern-form .form-row {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.modern-form .form-group {
    flex: 1;
}

.modern-form label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.modern-input,
.modern-textarea {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: 2px solid #e1e8ed;
    border-radius: 10px;
    font-size: 1rem;
    color: #2c3e50;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.modern-input:focus,
.modern-textarea:focus {
    outline: none;
    border-color: #667eea;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.1);
}

.modern-textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-modern-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    margin-top: 1rem;
}

.btn-modern-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

.btn-modern-submit em {
    font-size: 1.5rem;
}

/* Contact Info Modern */
.contact-info-modern {
    margin-bottom: 2rem;
}

.contact-info-header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.contact-info-header h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.contact-info-header p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.75rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.info-card:hover {
    transform: translateX(5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.info-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon em {
    font-size: 1.75rem;
    color: #ffffff;
}

.info-content {
    flex: 1;
}

.info-content h5 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.info-content p {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.info-time {
    font-size: 0.875rem;
    color: #5a6c7d;
}

.social-links-modern {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Invoice Info Modern */
.invoice-info-modern {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.invoice-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.invoice-header em {
    font-size: 2rem;
    color: #ffffff;
}

.invoice-header h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.invoice-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.invoice-row {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.invoice-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #5a6c7d;
}

.invoice-value {
    font-size: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

/* Contact Responsive */
@media (max-width: 991px) {
    .modern-contact-form,
    .contact-info-modern,
    .invoice-info-modern {
        margin-bottom: 2rem;
    }

    .modern-form .form-row {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 767px) {
    .modern-contact-form {
        padding: 2rem;
    }

    .form-header h3 {
        font-size: 1.5rem;
    }

    .contact-info-header {
        padding: 1.5rem;
    }

    .contact-info-header h3 {
        font-size: 1.5rem;
    }

    .info-card {
        padding: 1.5rem;
    }

    .info-icon {
        width: 50px;
        height: 50px;
    }

    .info-icon em {
        font-size: 1.5rem;
    }

    .invoice-header {
        padding: 1.25rem 1.5rem;
    }

    .invoice-body {
        padding: 1.5rem;
    }
}

@media (max-width: 575px) {
    .modern-contact-form {
        padding: 1.5rem;
    }

    .form-header h3 {
        font-size: 1.25rem;
    }

    .btn-modern-submit {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }

    .info-card {
        gap: 1rem;
    }

    .contact-info-header h3 {
        font-size: 1.25rem;
    }
}