* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            background-color: #F7F7F8;
            color: #333;
        }
        
        .navbar {
            background-color: #ffffff;
            padding: 0.6rem 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        
        .navbar-brand img {
            height: 42px;
            width: auto;
        }
        
        .navbar-nav .nav-link {
            color: #333 !important;
            font-weight: 500;
            margin-left: 1rem;
            transition: color 0.3s ease;
        }
        
        .navbar-nav .nav-link:hover {
            color: #86BC25 !important;
        }

        .navbar-nav .nav-link.active {
            color: #86BC25 !important;
        }

        .navbar-nav .dropdown-toggle.active {
            color: #86BC25 !important;
        }

        .dropdown-menu {
            background-color: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            max-height: 500px;
            z-index: 1001;
        }

        .dropdown-item {
            color: #333;
            transition: all 0.3s ease;
            font-weight: 500;
        }

        .dropdown-item:hover {
            background-color: #86BC25 ;
            color: white;
        }
        
        .btn-get-started {
    background: #86BC25;
    color: #555 !important;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease, filter 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

        
        .btn-get-started:hover {
    background: #86BC25;
}


        .articles-header {
            background-color: #F7F7F8;
            color: #333;
            padding: 2rem;
            text-align: center;
        }

        .articles-header h2 {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0;
        }

        .latest-articles-section {
            padding: 4rem 2rem;
            background-color: #f5f5f5;
        }

        .articles-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .articles-header-content {
            text-align: center;
            margin-bottom: 3rem;
        }

        .articles-header-content h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 0.5rem;
        }

        .articles-header-content p {
            font-size: 1rem;
            color: #666;
            margin: 0;
        }

        .articles-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
        }

        .article-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .article-card:hover {
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            transform: translateY(-4px);
        }

        .article-image {
            width: 100%;
            height: 200px;
            background: linear-gradient(135deg, #e8eef7 0%, #d5dfe8 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .article-card h3 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #000;
            padding: 1.5rem 1.5rem 0.5rem 1.5rem;
            margin: 0;
            line-height: 1.4;
        }

        .article-card p {
            font-size: 0.9rem;
            color: #666;
            padding: 0.5rem 1.5rem;
            margin: 0;
            line-height: 1.6;
        }

        .read-more {
            display: inline-block;
            color: #86BC25;
            text-decoration: none;
            font-weight: 600;
            padding: 1.5rem;
            transition: color 0.3s ease;
        }

        .read-more:hover {
            color: #86BC25;
        }

        .hero {
            min-height: 45vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4rem 2rem;
            background-color: #F7F7F8;
            text-align: center;
        }
        
        .hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .hero p {
            color: #555;
            font-size: 1rem;
            margin-bottom: 2rem;
            line-height: 1.8;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .gradient-text {
            background: #86BC25;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .resource-section {
            padding: 5rem 2rem;
            background-color: #F7F7F8;
            position: relative;
        }

        .resource-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .resource-layer {
            margin-bottom: 6rem;
        }

        .layer-header {
            margin-bottom: 4rem;
            text-align: center;
        }

        .layer-tag {
            display: inline-block;
            background: linear-gradient(135deg, #86BC25 0%, #86BC25 100%);
            color: white;
            padding: 0.4rem 1rem;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 1.5rem;
        }

        .resource-layer:nth-child(1) .layer-tag {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .resource-layer:nth-child(2) .layer-tag {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }

        .layer-title {
            font-size: 2rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 0.5rem;
        }

        .layer-subtitle {
            font-size: 1rem;
            color: #555;
            font-weight: 500;
            line-height: 1.8;
        }

        .resource-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2.5rem;
            margin-bottom: 3rem;
        }

        .resource-card {
            background: #f9f9f9;
            border-radius: 12px;
            padding: 2.5rem;
            transition: all 0.4s ease;
            border: 1px solid #f0f0f0;
            position: relative;
        }

        .resource-card:hover {
            background: white;
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
            transform: translateY(-4px);
            border-color: rgba(0, 0, 0, 0.08);
        }

        .resource-card h3 {
            font-size: 1.25rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 0.5rem;
        }

        .resource-subtitle {
            color: #86BC25;
            font-weight: 700;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1.5rem;
        }

        .resource-features {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .resource-features li {
            color: #555;
            font-size: 0.95rem;
            margin-bottom: 0.8rem;
            padding-left: 1.5rem;
            position: relative;
            line-height: 1.6;
        }

        .resource-features li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #86BC25;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .timeline-section {
            padding: 5rem 2rem;
            background: linear-gradient(135deg, #F7F7F8 0%, #F7F7F8 100%);
            position: relative;
        }

        .timeline-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .timeline-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .timeline-header h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 1rem;
        }

        .timeline-header p {
            color: #555;
            font-size: 1rem;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.8;
        }

        .timeline-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 2rem;
            position: relative;
        }

        .timeline-item {
            text-align: center;
            padding: 2rem;
        }

        .timeline-step {
            font-size: 3rem;
            font-weight: 700;
            color: #86BC25;
            margin-bottom: 1rem;
        }

        .timeline-item h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 0.5rem;
        }

        .timeline-item p {
            color: #555;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .timeline-delivery {
            background: #f0f7ff;
            color: #86BC25;
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 700;
            display: inline-block;
            margin-top: 1rem;
        }

        .why-choose-section {
            padding: 5rem 2rem;
            background-color: #F7F7F8;
            position: relative;
        }

        .why-choose-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .why-choose-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .why-choose-header h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 1rem;
        }

        .why-choose-header p {
            color: #555;
            font-size: 1rem;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.8;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2.5rem;
            text-align: center;
        }

        .stat-item {
            padding: 2rem;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #86BC25;
            margin-bottom: 0.5rem;
        }

        .stat-label {
            font-size: 0.95rem;
            color: #555;
            font-weight: 500;
        }

        .cta-section {
            padding: 5rem 2rem;
            background: linear-gradient(135deg, #86BC25 0%, #86BC25 100%);
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-section h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

        .cta-section p {
            font-size: 1rem;
            margin-bottom: 2rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.95;
            line-height: 1.8;
        }

        .cta-button {
            background: white;
            color: #86BC25;
            padding: 0.75rem 2rem;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        footer {
            background-color: #111313;
            border-top: 1px solid #e5e7eb;
            padding: 3rem 0;
        }

        footer h6 {
            font-size: 0.95rem;
            font-weight: 700;
            color: #000;
        }

        footer a {
            color: #666;
            transition: color 0.3s ease;
            text-decoration: none;
        }

        footer a:hover {
            color: #86BC25 !important;
        }

        footer .text-muted {
            color: #666 !important;
        }

        .theme-toggle {
            background: none;
            border: none;
            cursor: pointer;
            padding: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: auto;
            margin-right: 1.5rem;
            transition: all 0.3s ease;
        }

        .theme-toggle svg {
            width: 24px;
            height: 24px;
            stroke: #333;
            stroke-width: 2;
            fill: none;
            transition: all 0.3s ease;
        }

        .whatsapp-float {
            position: fixed;
            right: 20px;
            bottom: 20px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #25d366;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 8px #0003;
            z-index: 999;
            animation: pulse 1.5s infinite;
        }

        .whatsapp-float img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.15);
            }
        }

        /* Dark Mode Styles */
        body.dark-mode {
            background-color: #1a1a1a;
            color: #ccc;
        }
        body.dark-mode .navbar { background-color: #2a2a2a; box-shadow: 0 2px 4px rgba(0,0,0,0.3); }
        body.dark-mode .navbar-nav .nav-link { color: #ccc !important; }
        body.dark-mode .navbar-nav .nav-link:hover { color: #86BC25 !important; }
        body.dark-mode .navbar-nav .nav-link.active { color: #86BC25 !important; }
        body.dark-mode .navbar-nav .dropdown-toggle.active { color: #86BC25 !important; }
        body.dark-mode .dropdown-menu { background-color: #2a2a2a; border-color: #444; }
        body.dark-mode .dropdown-item { color: #ccc; }
        body.dark-mode .dropdown-item:hover { background-color: #333; color: #86BC25; }
        body.dark-mode .hero { background-color: #1a1a1a; }
        body.dark-mode .hero h1 { color: #fff; }
        body.dark-mode .hero p { color: #aaa; }
        body.dark-mode .layer-title { color: #fff; }
        body.dark-mode .layer-subtitle { color: #aaa; }
        body.dark-mode .resource-card, body.dark-mode .industry-card { background: #2a2a2a; border-color: #444; }
        body.dark-mode .resource-card:hover, body.dark-mode .industry-card:hover { background: #333; border-color: #555; }
        body.dark-mode .resource-card h3, body.dark-mode .industry-card h3 { color: #fff; }
        body.dark-mode .resource-card p, body.dark-mode .industry-card p { color: #aaa; }
        body.dark-mode .why-choose-section { background-color: #1a1a1a; }
        body.dark-mode .why-choose-header h2 { color: #fff; }
        body.dark-mode .why-choose-header p { color: #aaa; }
        body.dark-mode .theme-toggle svg { stroke: #fff; }
        body.dark-mode .cta-button { background: #1a1a1a; color: #86BC25; }
        body.dark-mode .cta-button:hover { background: #2a2a2a; }
        body.dark-mode footer,
        body.dark-mode footer.bg-light {
            background-color: #1a1a1a !important;
            border-top: 1px solid #333;
        }

        body.dark-mode footer h6 {
            color: #ffffff !important;
        }

        body.dark-mode footer a {
            color: #b0b0b0 !important;
        }

        body.dark-mode footer a:hover {
            color: #d3d3d8 !important;
        }

        body.dark-mode footer .text-muted {
            color: #888 !important;
        }

        body.dark-mode footer .text-dark {
            color: #ffffff !important;
        }

        body.dark-mode footer hr {
            border-color: #333 !important;
        }

        body.dark-mode footer svg {
            stroke: #b0b0b0;
        }

        body.dark-mode footer a:hover svg {
            stroke: #4a9eff;
        }
        body.dark-mode .text-muted { color: #999 !important; }
        body.dark-mode .latest-articles-section { background-color: #1a1a1a; }
        body.dark-mode .articles-header-content h2 { color: #fff; }
        body.dark-mode .articles-header-content p { color: #aaa; }
        body.dark-mode .article-card { background: #2a2a2a; }
        body.dark-mode .article-card h3 { color: #fff; }
        body.dark-mode .article-card p { color: #aaa; }
        body.dark-mode .read-more { color: #86BC25; }
        body.dark-mode .read-more:hover { color: #0088ff; }
        body.dark-mode .gradient-text {
            background: #86BC25;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .articles-hero {
            background-color: #F7F7F8;
            color: #333;
            padding: 3rem 2rem;
            text-align: center;
        }

        .articles-hero h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .articles-hero p {
            font-size: 1rem;
            line-height: 1.8;
            max-width: 700px;
            margin: 0 auto;
        }

        .articles-categories {
            padding: 3rem 2rem;
            background-color: #f5f5f5;
        }

        .articles-categories h2 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 2rem;
            text-align: center;
        }

        .category-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            justify-content: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .chip {
            padding: 0.6rem 1.2rem;
            border: 1px solid #ddd;
            background-color: white;
            border-radius: 20px;
            cursor: pointer;
            font-size: 0.9rem;
            font-weight: 500;
            color: #555;
            transition: all 0.3s ease;
        }

        .chip:hover {
            border-color: #86BC25;
            color: #000;
            background-color: #86BC25;
        }

        .chip-active {
            background-color: #86BC25;
            color: #000;
            border-color: #86BC25;
        }

        .articles-content {
            padding: 3rem 2rem;
            background-color: #f5f5f5;
        }

        .articles-layout {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 2rem;
        }

        .articles-list {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .article-card {
            background: white;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
        }

        .article-card:hover {
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
            transform: translateY(-8px);
        }

        .article-card .badge {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            background-color: #86BC25;
            color: #000;
            padding: 0.4rem 0.8rem;
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
        }

        .article-featured {
            border-left: 4px solid #86BC25;
        }

        .article-card h2 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #000;
            margin: 0 0 0.5rem 0;
            line-height: 1.3;
            transition: color 0.3s ease;
        }

        .article-card:hover h2 {
            color: #86BC25 !important;
        }

        .article-card h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #000;
            margin: 0 0 0.5rem 0;
            line-height: 1.3;
            transition: color 0.3s ease;
        }

        .article-card:hover h3 {
            color: #86BC25 !important;
        }

        .article-card .meta {
            font-size: 0.85rem;
            color: #888;
            margin-bottom: 1rem;
        }

        .article-card .excerpt {
            color: #555;
            line-height: 1.6;
            margin-bottom: 1rem;
        }

        .read-more {
            color: #86BC25;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .read-more:hover {
            color: #86BC25;
        }

        .pagination {
            display: flex;
            gap: 0.5rem;
            justify-content: center;
            margin-top: 2rem;
            background: white;
            padding: 1.5rem;
            border-radius: 8px;
            flex-wrap: wrap;
        }

        .page-btn {
            padding: 0.6rem 1rem;
            border: 1px solid #ddd;
            background-color: white;
            color: #555;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .page-btn:hover:not(.disabled) {
            background-color: #86BC25;
            color: white;
            border-color: #86BC25;
        }

        .page-active {
            background-color: #86BC25;
            color: white;
            border-color: #86BC25;
        }

        .page-btn.disabled {
            color: #ccc;
            cursor: not-allowed;
            opacity: 0.6;
        }

        .articles-sidebar {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .sidebar-block {
            background: white;
            padding: 1.5rem;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .sidebar-block h3 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #000;
            font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .sidebar-block input {
            width: 100%;
            padding: 0.6rem;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 0.9rem;
            font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .sidebar-block input::placeholder {
            color: #999;
        }

        .sidebar-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .sidebar-list li {
            margin-bottom: 0.8rem;
            font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 0.9rem;
            color: #555;
        }

        .sidebar-list a {
            color: #86BC25;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
            font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .sidebar-list a:hover {
            color: #86BC25;
            text-decoration: underline;
        }

        .sidebar-newsletter {
            background-color: white;
        }

        .sidebar-newsletter h3 {
            margin-bottom: 1rem;
        }

        .sidebar-newsletter p {
            font-size: 0.85rem;
            color: #555;
            margin-bottom: 1rem;
            line-height: 1.6;
        }

        .sidebar-newsletter input {
            margin-bottom: 0.5rem;
        }

        .sidebar-newsletter button {
            width: 100%;
            padding: 0.6rem;
            background-color: #86BC25;
            color: #000;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 600;
            font-size: 0.9rem;
            transition: background-color 0.3s ease;
        }

        .sidebar-newsletter button:hover {
            background-color: #86BC25;
        }

        body.dark-mode .articles-hero {
            background-color: #0c0c0c;
            color: #e0e0e0;
        }

        body.dark-mode .articles-hero h1 {
            color: #86BC25 !important;
        }

        body.dark-mode .articles-hero p {
            color: #e0e0e0 !important;
        }

        body.dark-mode .articles-categories {
            background-color: #1a1a1a;
        }

        body.dark-mode .articles-categories h2 {
            color: #e0e0e0;
        }

        body.dark-mode .chip {
            background-color: #2a2a2a;
            color: #b0b0b0;
            border-color: #444;
        }

        body.dark-mode .chip:hover {
            background-color: #86BC25;
            color: #000;
        }

        body.dark-mode .chip-active {
            background-color: #86BC25;
            color: #000
        }

        body.dark-mode .articles-content {
            background-color: #1a1a1a;
        }

        body.dark-mode .article-card {
            background-color: #2a2a2a;
            border-color: #444;
        }

        body.dark-mode .article-card:hover {
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
        }

        body.dark-mode .article-card h2,
        body.dark-mode .article-card h3 {
            color: #e0e0e0;
        }

        body.dark-mode .article-card .meta {
            color: #888;
        }

        body.dark-mode .article-card .excerpt {
            color: #b0b0b0;
        }

        body.dark-mode .badge {
            background-color: #86BC25;
            color: #000;
        }

        body.dark-mode .read-more {
            color: #86BC25;
        }

        body.dark-mode .read-more:hover {
            color: #86BC25;
        }

        body.dark-mode .pagination {
            background-color: #2a2a2a;
        }

        body.dark-mode .page-btn {
            background-color: #2a2a2a;
            color: #e0e0e0;
            border-color: #444;
        }

        body.dark-mode .page-btn:hover:not(.disabled) {
            background-color: #86BC25;
            color: white;
        }

        body.dark-mode .page-btn.page-active {
            background-color: #86BC25;
            color: white;
        }

        body.dark-mode .page-btn.disabled {
            color: #666;
        }

        body.dark-mode .sidebar-block {
            background-color: #2a2a2a;
            border-color: #444;
        }

        body.dark-mode .sidebar-block h3 {
            color: #e0e0e0;
        }

        body.dark-mode .sidebar-block input {
            background-color: #333;
            color: #e0e0e0;
            border-color: #444;
        }

        body.dark-mode .sidebar-block input::placeholder {
            color: #666;
        }

        body.dark-mode .sidebar-list li {
            color: #e0e0e0;
        }

        body.dark-mode .sidebar-list a {
            color: #86BC25;
        }

        body.dark-mode .sidebar-list a:hover {
            color: #86BC25;
        }

       

        body.dark-mode .sidebar-newsletter button {
            background-color: #86BC25;
            color: #000;
        }

        body.dark-mode .sidebar-newsletter button:hover {
            background-color: #86BC25;
        }

        body.dark-mode .sidebar-newsletter p {
            color: #b0b0b0;
        }

        @media (max-width: 1024px) {
            .articles-layout {
                gap: 1.5rem;
            }

            .articles-sidebar {
                width: 280px;
            }

            .sidebar-block {
                padding: 1.25rem;
            }

            .article-card {
                padding: 1.75rem;
            }

            .article-card h2 {
                font-size: 1.4rem;
            }

            .articles-categories h2 {
                font-size: 1.3rem;
            }

            .articles-hero h1 {
                font-size: 3rem;
            }

            .articles-hero p {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 768px) {
            .articles-layout {
                grid-template-columns: 1fr;
            }

            .articles-sidebar {
                order: -1;
                width: 100%;
            }

            .articles-hero h1 {
                font-size: 2rem;
            }

            .articles-hero p {
                font-size: 0.9rem;
            }

            .articles-hero {
                padding: 2.5rem 1.5rem;
                min-height: 35vh;
            }

            .articles-categories {
                padding: 2.5rem 1.5rem;
            }

            .articles-categories h2 {
                font-size: 1.25rem;
                margin-bottom: 1.5rem;
            }

            .articles-content {
                padding: 2.5rem 1.5rem;
            }

            .articles-list {
                gap: 1.5rem;
            }

            .article-card {
                padding: 1.5rem;
            }

            .article-card h2 {
                font-size: 1.2rem;
            }

            .article-card h3 {
                font-size: 1rem;
            }

            .article-card .meta {
                font-size: 0.8rem;
            }

            .article-card .excerpt {
                font-size: 0.9rem;
            }

            .category-chips {
                gap: 0.5rem;
            }

            .chip {
                padding: 0.5rem 1rem;
                font-size: 0.85rem;
            }

            .sidebar-block {
                padding: 1.25rem;
            }

            .sidebar-block h3 {
                font-size: 0.95rem;
                margin-bottom: 1rem;
            }

            .sidebar-list li {
                font-size: 0.85rem;
                margin-bottom: 0.6rem;
            }

            .pagination {
                flex-direction: column;
            }

            .page-btn {
                width: 100%;
                padding: 0.6rem;
            }
        }

        @media (max-width: 640px) {
            .articles-hero {
                padding: 2rem 1rem;
                min-height: 30vh;
            }

            .articles-hero h1 {
                font-size: 1.5rem;
                margin-bottom: 1rem;
            }

            .articles-hero p {
                font-size: 0.9rem;
                max-width: 100%;
            }

            .articles-categories {
                padding: 2rem 1rem;
            }

            .articles-categories h2 {
                font-size: 1.1rem;
                margin-bottom: 1.25rem;
            }

            .articles-content {
                padding: 2rem 1rem;
            }

            .category-chips {
                gap: 0.35rem;
            }

            .chip {
                padding: 0.4rem 0.8rem;
                font-size: 0.9rem;
            }

            .article-card {
                padding: 1.25rem;
            }

            .article-card h2 {
                font-size: 1.1rem;
            }

            .article-card h3 {
                font-size: 0.95rem;
            }

            .article-card .badge {
                top: 1rem;
                right: 1rem;
                padding: 0.35rem 0.6rem;
                font-size: 0.7rem;
            }

            .article-card .meta {
                font-size: 0.75rem;
                margin-bottom: 0.75rem;
            }

            .article-card .excerpt {
                font-size: 0.9rem;
                margin-bottom: 0.75rem;
            }

            .articles-list {
                gap: 1.25rem;
            }

            .sidebar-block {
                padding: 1rem;
            }

            .sidebar-block h3 {
                font-size: 0.9rem;
                margin-bottom: 0.85rem;
            }

            .sidebar-list li {
                font-size: 0.8rem;
                margin-bottom: 0.5rem;
            }

            .sidebar-list a {
                font-size: 0.8rem;
            }

            .sidebar-newsletter p {
                font-size: 0.8rem;
            }

            .sidebar-block input {
                padding: 0.5rem;
                font-size: 0.85rem;
            }

            .pagination {
                margin-top: 1.5rem;
                gap: 0.3rem;
            }

            .page-btn {
                padding: 0.5rem;
                font-size: 0.85rem;
            }
        }

        @media (max-width: 480px) {
            .articles-hero {
                padding: 1.5rem 0.75rem;
                min-height: 25vh;
            }

            .articles-hero h1 {
                font-size: 1.25rem;
                margin-bottom: 0.75rem;
                line-height: 1.2;
            }

            .articles-hero p {
                font-size: 0.8rem;
                max-width: 100%;
                margin-bottom: 1rem;
            }

            .articles-categories {
                padding: 1.5rem 0.75rem;
            }

            .articles-categories h2 {
                font-size: 1rem;
                margin-bottom: 1rem;
            }

            .articles-content {
                padding: 1.5rem 0.75rem;
            }

            .category-chips {
                gap: 0.25rem;
                flex-direction: column;
            }

            .chip {
                padding: 0.35rem 0.7rem;
                font-size: 0.75rem;
                width: 100%;
                text-align: center;
            }

            .article-card {
                padding: 1rem;
            }

            .article-card h2 {
                font-size: 1rem;
            }

            .article-card h3 {
                font-size: 0.9rem;
            }

            .article-card .badge {
                top: 0.75rem;
                right: 0.75rem;
                padding: 0.3rem 0.5rem;
                font-size: 0.65rem;
            }

            .article-card .meta {
                font-size: 0.7rem;
                margin-bottom: 0.5rem;
            }

            .article-card .excerpt {
                font-size: 0.8rem;
                margin-bottom: 0.5rem;
                line-height: 1.5;
            }

            .articles-list {
                gap: 1rem;
            }

            .read-more {
                font-size: 0.85rem;
            }

            .sidebar-block {
                padding: 0.9rem;
            }

            .sidebar-block h3 {
                font-size: 0.85rem;
                margin-bottom: 0.75rem;
            }

            .sidebar-list li {
                font-size: 0.75rem;
                margin-bottom: 0.4rem;
            }

            .sidebar-list a {
                font-size: 0.75rem;
            }

            .sidebar-newsletter p {
                font-size: 0.75rem;
            }

            .sidebar-block input {
                padding: 0.45rem;
                font-size: 0.8rem;
            }

            .sidebar-block button {
                padding: 0.5rem;
                font-size: 0.8rem;
            }

            .pagination {
                margin-top: 1.25rem;
                gap: 0.25rem;
            }

            .page-btn {
                padding: 0.4rem;
                font-size: 0.8rem;
                min-width: auto;
            }
        }

        @media (max-width: 1024px) {
            footer .row {
                gap: 1.5rem !important;
            }

            footer h6 {
                font-size: 0.95rem;
            }

            footer small {
                font-size: 0.8rem;
            }
        }

        @media (max-width: 768px) {
            footer {
                padding: 2rem 1rem !important;
            }

            footer .row {
                display: flex !important;
                flex-direction: column !important;
                gap: 1.5rem !important;
                justify-content: flex-start !important;
            }

            footer .row > div {
                flex: none !important;
                width: 100% !important;
                min-width: auto !important;
            }

            footer img {
                max-width: 120px !important;
            }

            footer h6 {
                font-size: 0.95rem;
                margin-bottom: 1rem !important;
            }

            footer ul {
                padding-left: 0;
            }

            footer li {
                margin-bottom: 0.75rem !important;
            }

            footer small {
                font-size: 0.8rem;
            }

            footer svg {
                width: 16px !important;
                height: 16px !important;
            }

            .row.align-items-center {
                flex-direction: column !important;
                text-align: center !important;
                gap: 1rem !important;
            }

            .row.align-items-center .col-md-4 {
                width: 100% !important;
                text-align: center !important;
            }

            footer hr {
                margin: 1rem 0 !important;
            }
        }

        @media (max-width: 640px) {
            footer {
                padding: 1.5rem 1rem !important;
            }

            footer img {
                max-width: 100px !important;
                margin-bottom: 0.75rem !important;
            }

            footer h6 {
                font-size: 0.9rem;
                margin-bottom: 0.75rem !important;
            }

            footer .mb-4 {
                margin-bottom: 0.75rem !important;
            }

            footer li {
                margin-bottom: 0.5rem !important;
            }

            footer small {
                font-size: 0.75rem;
            }

            footer .text-muted.small {
                margin-bottom: 0.5rem !important;
            }

            footer p {
                margin-bottom: 0.5rem !important;
            }

            footer svg {
                width: 14px !important;
                height: 14px !important;
                margin-right: 0.4rem !important;
            }

            .row.align-items-center .col-md-4 p {
                font-size: 0.75rem;
            }

            footer hr {
                margin: 0.75rem 0 !important;
            }
        }

        @media (max-width: 480px) {
            footer {
                padding: 1rem !important;
            }

            footer .mb-5 {
                margin-bottom: 1rem !important;
            }

            footer .row {
                gap: 1rem !important;
            }

            footer img {
                max-width: 90px !important;
                margin-bottom: 0.5rem !important;
            }

            footer h6 {
                font-size: 0.85rem;
                margin-bottom: 0.5rem !important;
            }

            footer ul.list-unstyled {
                margin-bottom: 0;
            }

            footer li {
                margin-bottom: 0.35rem !important;
            }

            footer small {
                font-size: 0.7rem;
                line-height: 1.4;
            }

            footer .text-muted {
                font-size: 0.7rem !important;
            }

            footer svg {
                width: 12px !important;
                height: 12px !important;
                margin-right: 0.3rem !important;
            }

            footer a {
                font-size: 0.7rem;
            }

            footer hr {
                margin: 0.5rem 0 !important;
            }
        }
