@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";
:root{--primary-white:#f0f7ff;--primary-blue:#0056b3;--primary-blue-light:#007bff;--primary-blue-dark:#004085;--secondary-blue:#17a2b8;--accent-orange:#fd7e14;--accent-green:#28a745;--white:#fff;--gray-50:#f8f9fa;--gray-100:#e9ecef;--gray-200:#dee2e6;--gray-300:#ced4da;--gray-400:#adb5bd;--gray-500:#6c757d;--gray-600:#495057;--gray-700:#343a40;--gray-800:#212529;--gray-900:#0d1117;--shadow-sm:0 2px 4px #0000000a;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 12px 40px #00000029;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:50px}*{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.resources-page{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:100vh}.resources-hero{background:linear-gradient(135deg, var(--primary-white) 0%, var(--primary-white) 100%);color:var(--white);text-align:center;padding:120px 0 80px;position:relative;overflow:hidden}.resources-hero:before{content:"";background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" fill=\"rgba(255,255,255,0.1)\"><polygon points=\"0,0 1000,0 1000,100 0,80\"/></svg>") bottom/cover no-repeat;position:absolute;inset:0}.resources-hero-content{z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.resources-hero h1{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.resources-hero p{opacity:.95;max-width:600px;color:var(--gray-800);margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:400}.resources-hero-stats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;display:flex}.stat-item{text-align:center}.stat-number{color:var(--accent-orange);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:block}.stat-label{opacity:.9;color:var(--gray-800);font-size:1rem;font-weight:500}.resource-categories{background:var(--white);padding:80px 0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:var(--gray-800);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1.125rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.category-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);padding:2rem;transition:all .3s;position:relative;overflow:hidden}.category-card:before{content:"";background:linear-gradient(90deg, var(--primary-blue), var(--accent-orange));height:4px;position:absolute;top:0;left:0;right:0}.category-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.category-icon{background:linear-gradient(135deg, var(--primary-blue), var(--primary-blue-light));border-radius:var(--radius-full);width:80px;height:80px;color:var(--white);justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}.category-title{color:var(--gray-800);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.category-description{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.6}.category-link{color:var(--primary-blue);align-items:center;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.category-link:hover{color:var(--primary-blue-dark);transform:translate(4px)}.category-link:after{content:"→";margin-left:.5rem;transition:transform .3s}.category-link:hover:after{transform:translate(4px)}.featured-articles{background:var(--gray-50);padding:80px 0}.articles-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}.article-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all .3s;overflow:hidden}.article-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.article-image{background:linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));width:100%;height:200px;color:var(--white);justify-content:center;align-items:center;font-size:3rem;display:flex}.article-content{padding:1.5rem}.article-meta{color:var(--gray-500);align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem;display:flex}.article-category{background:var(--primary-blue);color:var(--white);border-radius:var(--radius-full);padding:.25rem .75rem;font-weight:500}.article-title{color:var(--gray-800);margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.4}.article-excerpt{color:var(--gray-600);margin-bottom:1rem;line-height:1.6}.article-link{color:var(--primary-blue);align-items:center;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.article-link:hover{color:var(--primary-blue-dark)}.article-link:after{content:"→";margin-left:.5rem;transition:transform .3s}.article-link:hover:after{transform:translate(4px)}.industry-insights{background:var(--white);padding:80px 0}.insights-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:3rem;display:grid}.insights-content h3{color:var(--gray-800);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.insights-content p{color:var(--gray-600);margin-bottom:2rem;line-height:1.6}.insights-list{padding:0;list-style:none}.insights-list li{color:var(--gray-700);align-items:center;margin-bottom:1rem;display:flex}.insights-list li:before{content:"✓";color:var(--accent-green);margin-right:.75rem;font-size:1.25rem;font-weight:700}.insights-visual{background:linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));border-radius:var(--radius-lg);color:var(--white);text-align:center;padding:3rem}.insights-visual h4{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.insights-visual p{opacity:.9;margin-bottom:2rem}.cta-button{background:var(--accent-orange);color:var(--white);border-radius:var(--radius-full);padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{box-shadow:var(--shadow-md);background:#e8690b;transform:translateY(-2px)}.tools-guides{background:var(--gray-50);padding:80px 0}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.tool-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);padding:2rem;transition:all .3s}.tool-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.tool-icon{background:linear-gradient(135deg, var(--accent-orange), #ff9500);border-radius:var(--radius-full);width:60px;height:60px;color:var(--white);justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.5rem;display:flex}.tool-title{color:var(--gray-800);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.tool-description{color:var(--gray-600);margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.tool-link{color:var(--primary-blue);font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s}.tool-link:hover{color:var(--primary-blue-dark)}.newsletter-signup{background:linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);color:var(--white);text-align:center;padding:80px 0}.newsletter-content{max-width:600px;margin:0 auto}.newsletter-content h3{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.newsletter-content p{opacity:.9;margin-bottom:2rem;font-size:1.125rem}.newsletter-form{gap:1rem;max-width:400px;margin:0 auto;display:flex}.newsletter-input{border-radius:var(--radius-md);border:none;outline:none;flex:1;padding:.75rem 1rem;font-size:1rem}.newsletter-button{background:var(--accent-orange);color:var(--white);border-radius:var(--radius-md);cursor:pointer;border:none;padding:.75rem 2rem;font-weight:600;transition:all .3s}.newsletter-button:hover{background:#e8690b;transform:translateY(-2px)}@media (max-width:768px){.resources-hero h1{font-size:2.5rem}.resources-hero p{font-size:1.125rem}.resources-hero-stats{gap:2rem}.stat-number,.section-title{font-size:2rem}.categories-grid,.articles-grid{grid-template-columns:1fr}.insights-container{grid-template-columns:1fr;gap:2rem}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.newsletter-form{flex-direction:column}.newsletter-content h3{font-size:2rem}}@media (max-width:480px){.resources-hero{padding:100px 0 60px}.resources-hero h1{font-size:2rem}.category-card,.article-card,.tool-card{padding:1.5rem}.insights-visual{padding:2rem}}
