:root{--primary-blue:#0056d2;--dark-blue:#003d99;--light-blue:#f0f7ff;--gray-900:#1f1f1f;--gray-700:#4a4a4a;--gray-500:#757575;--gray-300:#e0e0e0;--gray-100:#f5f5f5;--white:#fff;--accent-green:#00c853}.homepage{color:var(--gray-900)}.homepage,.navbar{background:var(--white)}.navbar{border-bottom:1px solid var(--gray-300);position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.05)}.nav-container{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo a{font-size:1.5rem;font-weight:700;color:var(--primary-blue);text-decoration:none}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--gray-700);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary-blue)}.nav-actions{display:flex;gap:1rem;align-items:center}.btn-text{color:var(--primary-blue);text-decoration:none;font-weight:600;padding:.5rem 1rem;transition:background .2s;border-radius:4px}.btn-text:hover{background:var(--light-blue)}.btn-primary{background:var(--primary-blue);color:var(--white);padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;display:inline-block;transition:all .2s;border:none;cursor:pointer}.btn-primary:hover{background:var(--dark-blue);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,86,210,.3)}.btn-secondary{background:var(--white);color:var(--primary-blue);padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;display:inline-block;transition:all .2s;border:2px solid var(--primary-blue)}.btn-secondary:hover{background:var(--light-blue)}.btn-large{padding:1rem 2rem;font-size:1.125rem}.hero{background:linear-gradient(135deg,var(--light-blue) 0,var(--white) 100%);padding:5rem 2rem}.hero-container{max-width:1280px;margin:0 auto}.hero-content{max-width:800px;text-align:center;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:var(--gray-700);margin-bottom:2rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.hero-trust{color:var(--gray-500);font-size:.875rem}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.trust-section{padding:3rem 0;background:var(--white);border-bottom:1px solid var(--gray-300)}.trust-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;text-align:center}.stat-item{padding:1rem}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--gray-700)}.audiences-section,.benefits-section,.categories-section,.learning-paths-section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--gray-900)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--gray-700);margin-bottom:3rem}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.audience-card{background:var(--white);border:1px solid var(--gray-300);border-radius:8px;padding:2rem;transition:all .3s}.audience-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:var(--primary-blue)}.audience-icon{font-size:3rem;margin-bottom:1rem}.audience-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.audience-card p{color:var(--gray-700);line-height:1.6;margin-bottom:1rem}.card-link{color:var(--primary-blue);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:gap .2s}.card-link:hover{gap:.75rem}.categories-section{background:var(--gray-100)}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.category-card{background:var(--white);border:1px solid var(--gray-300);border-radius:8px;padding:2rem;text-align:center;transition:all .3s;cursor:pointer}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:var(--primary-blue)}.category-icon{font-size:3rem;margin-bottom:1rem}.category-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-900)}.category-count{color:var(--gray-500);font-size:.875rem}.paths-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.path-card{background:var(--white);border:1px solid var(--gray-300);border-radius:8px;padding:2rem;position:relative}.path-badge{position:absolute;top:1rem;right:1rem;background:var(--accent-green);color:var(--white);padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.path-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.path-card p{color:var(--gray-700);line-height:1.6;margin-bottom:1.5rem}.path-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;gap:1rem;flex-wrap:wrap}.path-features li{padding:.5rem 1rem;border-radius:4px;font-size:.875rem;color:var(--gray-700)}.benefits-section,.path-features li{background:var(--gray-100)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.benefit-card{background:var(--white);border:1px solid var(--gray-300);border-radius:8px;padding:2rem;text-align:center}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.benefit-card p{color:var(--gray-700);line-height:1.6}.cta-banner{background:linear-gradient(135deg,var(--primary-blue) 0,var(--dark-blue) 100%);padding:4rem 2rem;color:var(--white)}.cta-content{max-width:800px;margin:0 auto;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-actions{display:flex;gap:1rem;justify-content:center;align-items:center}.cta-badge{background:hsla(0,0%,100%,.2);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.footer{background:var(--gray-900);color:var(--white);padding:3rem 0 1rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-col h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-col p{color:var(--gray-300);line-height:1.6}.footer-col a{display:block;color:var(--gray-300);text-decoration:none;margin-bottom:.5rem;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-700);padding-top:1rem;text-align:center;color:var(--gray-500)}@media (max-width:1024px){.hero-title{font-size:2.5rem}.audience-grid,.benefits-grid,.categories-grid,.footer-grid,.paths-grid,.trust-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero{padding:3rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column}.audience-grid,.benefits-grid,.categories-grid,.paths-grid,.trust-stats{grid-template-columns:1fr}.section-title{font-size:2rem}.cta-content h2{font-size:1.75rem}.cta-actions{flex-direction:column}.footer-grid{grid-template-columns:1fr}}