/* Critical CSS for faster LCP */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--dark);
    background: var(--white);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--primary-dark);
}

.in_ef94 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header - Fixed for better UX */
.up-7428 {
    background: var(--white);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--light-gray);
}

.widget_cd71 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.box_eaae {
    display: flex;
    align-items: center;
    gap: 12px;
}

.box_eaae img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.short_6634 {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark);
}

.dim-c074 {
    display: flex;
    gap: 12px;
}

.caption-8856 {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 15px;
    line-height: 1.5;
}

.in_934a {
    background: var(--primary);
    color: var(--white);
}

.in_934a:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.iron_2a55 {
    background: var(--success);
    color: var(--white);
}

.iron_2a55:hover {
    background: var(--success-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.gallery_over_5723 {
    padding: 16px 32px;
    font-size: 18px;
}

/* Navigation */
.thumbnail-d28c {
    background: var(--light-gray);
    border-bottom: 1px solid #e0e0e0;
}

.hovered-6345 {
    display: flex;
    gap: 4px;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gas-2bd9 {
    padding: 14px 20px;
    color: var(--gray);
    font-weight: 500;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
}

.gas-2bd9:hover,
.gas-2bd9.fn-active-623e {
    color: var(--primary);
    border-bottom-color: var(--primary);
    background: rgba(26, 115, 232, 0.05);
}

/* Breadcrumb */
.paper_83a0 {
    background: var(--light-gray);
    padding: 12px 0;
}

.frame_black_7921 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--gray);
}

.paper_83a0 a {
    color: var(--gray);
}

.menu-stale-eddf {
    color: var(--gray);
}

/* Hero Section */
.section_stale_62a7 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: var(--white);
    padding: 60px 20px;
    text-align: center;
}

.section_stale_62a7 h1 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    margin-bottom: 16px;
    line-height: 1.2;
}

.primary_1c7f {
    font-size: clamp(18px, 3vw, 22px);
    margin-bottom: 24px;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section_88bb {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.light_48c5 {
    text-align: center;
}

.notification_bright_7ae8 {
    font-size: 32px;
    font-weight: 700;
    display: block;
}

.iron-0646 {
    font-size: 14px;
    opacity: 0.9;
}

/* Trust Badges */
.dim_9653 {
    background: var(--white);
    padding: 24px 20px;
    border-bottom: 1px solid var(--light-gray);
}

.full-fda0 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.lower_e5a8 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--gray);
}

.message-c4a0 {
    width: 24px;
    height: 24px;
    color: var(--success);
}

/* Section Styling */
section {
    padding: 60px 20px;
}

.filter_8283 {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
    color: var(--dark);
}

.notification-7f64 {
    text-align: center;
    color: var(--gray);
    margin-bottom: 48px;
    font-size: 18px;
}

/* Grid System */
.content_purple_84df {
    display: grid;
    gap: 24px;
}

.top-7392 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.content_dfa2 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* Card Component */
.black-148e {
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    padding: 32px;
    transition: all 0.3s ease;
    border: 1px solid var(--light-gray);
    height: 100%;
}

.black-148e:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.preview-cb8e {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
}

.item_493c {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--dark);
}

.black_7939 {
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 16px;
}

.action_b8de {
    list-style: none;
    padding: 0;
}

.action_b8de li {
    padding: 8px 0;
    padding-left: 28px;
    position: relative;
    color: var(--gray);
}

.action_b8de li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--success);
    font-weight: 700;
}

/* Table Styling */
.card-efe8 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 32px 0;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
}

table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
}

thead {
    background: var(--primary);
    color: var(--white);
}

th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

td {
    padding: 16px;
    border-bottom: 1px solid var(--light-gray);
}

tbody tr:hover {
    background: rgba(26, 115, 232, 0.05);
}

/* Testimonial Card */
.prev_f6c2 {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border-left: 4px solid var(--success);
}

.item_solid_4dea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.video-1538 {
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}

.item_479a {
    font-size: 14px;
    color: var(--gray);
}

.bright-e1d0 {
    background: var(--success);
    color: var(--white);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.popup-medium-78e1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--success);
    margin: 12px 0;
}

.accordion-b4a4 {
    color: var(--gray);
    line-height: 1.6;
    font-size: 14px;
}

/* FAQ Styling */
.hero-c132 {
    background: var(--white);
    border-radius: var(--border-radius);
    margin-bottom: 16px;
    border: 1px solid var(--light-gray);
    overflow: hidden;
}

.slider-9dfe {
    padding: 20px 24px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
}

.slider-9dfe:hover {
    background: var(--light-gray);
}

.selected-14d3 {
    transition: transform 0.3s ease;
}

.hero-c132.fn-active-623e .selected-14d3 {
    transform: rotate(180deg);
}

.secondary-9c60 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.hero-c132.fn-active-623e .secondary-9c60 {
    max-height: 1000px;
}

.pagination_099c {
    padding: 0 24px 24px;
    color: var(--gray);
    line-height: 1.7;
}

/* CTA Section */
.dynamic-c2f2 {
    background: linear-gradient(135deg, var(--success) 0%, var(--success-dark) 100%);
    color: var(--white);
    text-align: center;
    padding: 60px 20px;
}

.link-9aa7 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.light-4a73 {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

/* Footer */
.layout_fa37 {
    background: var(--dark);
    color: var(--white);
    padding: 48px 20px 24px;
}

.silver-0b09 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 32px;
}

.tertiary_49a8 h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.center-8006 {
    list-style: none;
}

.center-8006 li {
    margin-bottom: 12px;
}

.center-8006 a {
    color: rgba(255,255,255,0.8);
    transition: color 0.2s ease;
}

.center-8006 a:hover {
    color: var(--white);
}

.wrapper-active-bdcf {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .dim-c074 {
        gap: 8px;
    }

    .caption-8856 {
        padding: 10px 16px;
        font-size: 14px;
    }

    .section_88bb {
        gap: 24px;
    }

    .full-fda0 {
        gap: 16px;
    }

    section {
        padding: 40px 16px;
    }

    th, td {
        padding: 12px 8px;
        font-size: 14px;
    }
}

/* Performance Optimizations */
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

/* Accessibility */
.active_fef2 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Author Bio Box */
.white-d313 {
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
    border-left: 4px solid var(--primary);
    border-radius: var(--border-radius);
    padding: 24px;
    margin: 32px 0;
    display: flex;
    gap: 20px;
    align-items: start;
}

.pro-bad9 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
}

.progress-e4f6 h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--dark);
}

.form_old_7de6 {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 8px;
}

.input_9514 {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
}

.focused_d894 {
    background: var(--light-gray);
    padding: 16px 24px;
    border-radius: var(--border-radius);
    margin: 24px 0;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 14px;
    color: var(--gray);
}

.texture-easy-778c {
    display: flex;
    align-items: center;
    gap: 8px;
}

.texture-easy-778c svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Data Source Citation */
.image-bottom-1fa7 {
    background: rgba(26, 115, 232, 0.05);
    border-left: 3px solid var(--primary);
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 13px;
    color: var(--gray);
    border-radius: 4px;
}

.image-bottom-1fa7 strong {
    color: var(--primary);
}

/* Expert Insight Box */
.glass-67eb {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-left: 4px solid var(--warning);
    border-radius: var(--border-radius);
    padding: 24px;
    margin: 32px 0;
}

.active_146c {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.hidden_wide_3a97 {
    width: 32px;
    height: 32px;
    background: var(--warning);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
}

.glass-67eb h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
}

/* Methodology Box */
.banner-ed0a {
    background: var(--white);
    border: 2px solid var(--light-gray);
    border-radius: var(--border-radius);
    padding: 32px;
    margin: 48px 0;
}

.banner-ed0a h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--dark);
}

/* Loading optimization */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s ease;
}

img[loading="lazy"].fn-loaded-623e {
    opacity: 1;
}
