.elementor-1370 .elementor-element.elementor-element-1fd2e8c > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-1370 .elementor-element.elementor-element-1fd2e8c > .elementor-background-overlay{background-color:#000000;opacity:0.8;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1370 .elementor-element.elementor-element-1fd2e8c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:40px 0px 40px 0px;}.elementor-bc-flex-widget .elementor-1370 .elementor-element.elementor-element-e5f7e49.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-1370 .elementor-element.elementor-element-e5f7e49.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1370 .elementor-element.elementor-element-061017f > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1370 .elementor-element.elementor-element-061017f .elementor-heading-title{color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1370 .elementor-element.elementor-element-79f2653{color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1370 .elementor-element.elementor-element-061017f{text-align:center;}.elementor-1370 .elementor-element.elementor-element-79f2653 > .elementor-widget-container{padding:0px 10px 0px 10px;}.elementor-1370 .elementor-element.elementor-element-79f2653{text-align:center;}}/* Start custom CSS */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #fff;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        header {
            background: linear-gradient(135deg, #8B0000 0%, #DC143C 100%);
            color: white;
            padding: 60px 0;
            text-align: center;
        }
        
        h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .subtitle {
            font-size: 1.3rem;
            opacity: 0.9;
            margin-bottom: 10px;
        }
        
        .last-updated {
            font-size: 1rem;
            opacity: 0.8;
            font-style: italic;
        }
        
        .intro-section {
            background: #f8f9fa;
            padding: 40px;
            margin: 40px 0;
            border-radius: 10px;
            border-left: 5px solid #DC143C;
        }
        
        .intro-section h2 {
            color: #8B0000;
            margin-bottom: 20px;
            font-size: 1.8rem;
        }
        
        .intro-section p {
            margin-bottom: 15px;
            font-size: 1.1rem;
            line-height: 1.7;
        }
        
        .toc {
            background: #f8f9fa;
            padding: 30px;
            margin: 40px 0;
            border-radius: 10px;
            border-left: 5px solid #DC143C;
        }
        
        .toc h2 {
            color: #8B0000;
            margin-bottom: 20px;
            font-size: 1.5rem;
        }
        
        .toc ul {
            list-style: none;
            columns: 2;
            gap: 30px;
        }
        
        .toc li {
            margin-bottom: 10px;
        }
        
        .toc a {
            color: #333;
            text-decoration: none;
            padding: 5px 0;
            display: block;
            border-bottom: 1px solid transparent;
            transition: all 0.3s ease;
        }
        
        .toc a:hover {
            color: #DC143C;
            border-bottom-color: #DC143C;
        }
        
        .section {
            margin: 60px 0;
        }
        
        .section h2 {
            color: #8B0000;
            font-size: 2.2rem;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 3px solid #DC143C;
        }
        
        .section h3 {
            color: #333;
            font-size: 1.5rem;
            margin: 30px 0 20px 0;
        }
        
        .section p {
            margin-bottom: 20px;
            font-size: 1.1rem;
            line-height: 1.7;
        }
        
        .highlight-stat {
            background: linear-gradient(135deg, #8B0000 0%, #DC143C 100%);
            color: white;
            padding: 40px;
            border-radius: 15px;
            text-align: center;
            margin: 30px 0;
            box-shadow: 0 10px 30px rgba(139, 0, 0, 0.2);
        }
        
        .highlight-stat .number {
            font-size: 3.5rem;
            font-weight: 700;
            display: block;
            margin-bottom: 10px;
        }
        
        .highlight-stat .description {
            font-size: 1.2rem;
            opacity: 0.9;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .stat-card {
            background: white;
            border: 2px solid #f0f0f0;
            border-radius: 10px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .stat-card:hover {
            border-color: #DC143C;
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .stat-card .number {
            font-size: 2.2rem;
            font-weight: 700;
            color: #8B0000;
            display: block;
            margin-bottom: 10px;
        }
        
        .stat-card .label {
            font-size: 1rem;
            color: #666;
        }
        
        .infographic {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 15px;
            padding: 30px;
            margin: 30px 0;
            text-align: center;
            border: 2px solid #DC143C;
        }
        
        .infographic h4 {
            color: #8B0000;
            font-size: 1.3rem;
            margin-bottom: 20px;
        }
        
        .infographic-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        
        .infographic-item {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .infographic-item .big-number {
            font-size: 2rem;
            font-weight: 700;
            color: #DC143C;
            display: block;
        }
        
        .infographic-item .description {
            font-size: 0.9rem;
            color: #666;
            margin-top: 5px;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 30px 0;
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        th {
            background: linear-gradient(135deg, #8B0000 0%, #DC143C 100%);
            color: white;
            padding: 20px;
            text-align: left;
            font-weight: 600;
        }
        
        td {
            padding: 15px 20px;
            border-bottom: 1px solid #f0f0f0;
        }
        
        tr:hover {
            background: #f8f9fa;
        }
        
        .source {
            font-size: 0.9rem;
            color: #666;
            font-style: italic;
            margin-top: 10px;
        }
        
        .key-takeaway {
            background: #e8f4fd;
            border-left: 5px solid #2196F3;
            padding: 20px;
            margin: 30px 0;
            border-radius: 0 10px 10px 0;
        }
        
        .key-takeaway h4 {
            color: #1976D2;
            margin-bottom: 10px;
        }
        
        .methodology {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            margin: 40px 0;
        }
        
        .methodology h3 {
            color: #8B0000;
            margin-bottom: 20px;
        }
        
        .share-buttons {
            text-align: center;
            margin: 40px 0;
        }
        
        .share-btn {
            display: inline-block;
            padding: 12px 24px;
            margin: 0 10px;
            background: #DC143C;
            color: white;
            text-decoration: none;
            border-radius: 25px;
            transition: all 0.3s ease;
        }
        
        .share-btn:hover {
            background: #8B0000;
            transform: translateY(-2px);
        }
        
        footer {
            background: #333;
            color: white;
            text-align: center;
            padding: 40px 0;
            margin-top: 60px;
        }
        
        @media (max-width: 1024px) {
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            
            .toc ul {
                columns: 1;
            }
            
            .stats-grid {
                grid-template-columns: 1fr;
            }
            
            table {
                font-size: 0.9rem;
            }
            
            th, td {
                padding: 10px;
            }
        }/* End custom CSS */