:root{--color-primary:#2f6efb;--color-primary-dark:#103f91;--color-primary-hover:#1952c3;--color-bg:#f7f9fc;--color-card:#ffffff;--color-border:#e5e8f0;--color-text:#1b1f27;--color-muted:#6c757d;--radius-md:10px;--shadow-md:0 4px 14px rgba(0,0,0,0.08)}body{font-family:Inter,sans-serif;background:#fff;margin:0;color:var(--color-text);scroll-behavior:smooth}.container{max-width:1180px;margin:0 auto;padding:0 1.5rem}.navbar{background:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,.04);position:sticky;top:0;z-index:50}.navbar-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.navbar-logo img{width:220px;transition:transform .3s ease}.navbar-logo img:hover{transform:scale(1.08)}.navbar-links{display:flex;gap:2rem}.navbar-links a{color:var(--color-text);text-decoration:none;font-weight:500;transition:color .3s}.navbar-links a:hover{color:var(--color-primary)}.hero-section{background:linear-gradient(90deg,#eef4ff,#f7faff);padding:6rem 0 5rem}.hero-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:3rem}.hero-content{flex:1}.hero-title{font-size:2.8rem;font-weight:700;color:#012b73;margin-bottom:1rem;line-height:1.2}.hero-title span{color:var(--color-primary)}.hero-subtitle{font-size:1.1rem;color:var(--color-muted);margin-bottom:1.8rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem}.cta-btn{padding:.75rem 1.8rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-btn.primary{background:var(--color-primary);color:#fff}.cta-btn.primary:hover{background:var(--color-primary-hover)}.cta-btn.secondary{background:#fff;border:1px solid var(--color-border);color:var(--color-primary-dark)}.cta-btn.secondary:hover{background:#f0f4ff}.hero-graphic img{width:450px;border-radius:10px;box-shadow:0 10px 18px rgba(0,0,0,.08)}.about-section{padding:5rem 0;background:#fff}.about-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.about-text{flex:1}.about-text h2{font-size:1.9rem;color:var(--color-primary-dark);margin-bottom:1rem}.about-text p{color:var(--color-text);line-height:1.7;margin-bottom:1rem}.about-graphic img{width:420px;border-radius:10px;box-shadow:var(--shadow-md)}.modules-section{background:#f9fbff;padding:5rem 0;text-align:center}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;margin-top:2rem}.module-card{background:#fff;border-radius:10px;box-shadow:var(--shadow-md);padding:1.8rem;transition:.3s}.module-card h3{color:var(--color-primary-dark);margin-bottom:.6rem}.module-card p{color:var(--color-muted)}.value-section{padding:5rem 0;text-align:center;background:#fff}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem}.value-card h3{font-size:2.2rem;color:var(--color-primary)}.value-card p{color:var(--color-muted)}.cta-section{padding:5rem 0;text-align:center;background:linear-gradient(90deg,#2f6efb,#1952c3);color:#fff}.cta-section h2{font-size:1.9rem;margin-bottom:.8rem}.cta-section p{color:#e6ebff;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1.2rem}.cta-btn.white{background:#fff;color:var(--color-primary-dark)}.cta-btn.white:hover{background:#e8eeff}.cta-btn.outline{background:transparent;border:2px solid #fff;color:#fff}.cta-btn.outline:hover{background:rgba(255,255,255,.1)}.homepage-footer{background:#0e1a33;color:#bbb;text-align:center;padding:1rem 0;font-size:.9rem}@media (max-width:900px){.about-inner,.hero-inner{flex-direction:column;text-align:center}.about-graphic img,.hero-graphic img{width:100%}}