*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--navy:#0f172a;--navy-80:#1e293b;--navy-60:#334155;--teal-700:#0f766e;--teal-600:#0d9488;--teal-500:#14b8a6;--teal-400:#2dd4bf;--teal-50:#f0fdfa;--white:#ffffff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-900:#0f172a;--orange-500:#f97316;--orange-50:#fff7ed}html{scroll-behavior:smooth}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--white);color:var(--gray-700);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}/* =====NAV =====*/ nav{position:fixed;top:0;width:100%;background:rgba(255,255,255,0.97);backdrop-filter:blur(8px);z-index:1000;transition:box-shadow 0.2s;border-bottom:1px solid transparent}nav.scrolled{box-shadow:0 1px 8px rgba(0,0,0,0.07);border-bottom-color:var(--gray-100)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.logo img{display:block}.nav-links{display:flex;list-style:none;gap:0.25rem;align-items:center}.nav-links a{display:block;padding:0.45rem 0.85rem;font-size:0.88rem;font-weight:500;color:var(--gray-600);text-decoration:none;border-radius:6px;transition:color 0.15s,background 0.15s}.nav-links a:hover,.nav-links a.active{color:var(--teal-600);background:var(--teal-50)}.nav-cta{background:var(--teal-600)!important;color:var(--white)!important;font-weight:600 !important;padding:0.5rem 1.1rem !important}.nav-cta:hover{background:var(--teal-700)!important}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--gray-600);border-radius:2px;transition:all 0.2s}/* =====HERO =====*/.hero{background:linear-gradient(135deg,var(--navy)0%,#0f4c75 40%,#0d9488 100%);padding:120px 2rem 72px;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 60% 40%,rgba(13,148,136,0.3)0%,transparent 60%);pointer-events:none}.hero-inner{max-width:760px;margin:0 auto;position:relative;z-index:1}.hero-breadcrumb{display:flex;align-items:center;justify-content:center;gap:0.4rem;font-size:0.8rem;color:rgba(255,255,255,0.6);margin-bottom:1.25rem}.hero-breadcrumb a{color:rgba(255,255,255,0.7);text-decoration:none}.hero-breadcrumb a:hover{color:var(--teal-400)}.hero-tag{display:inline-block;background:rgba(45,212,191,0.15);border:1px solid rgba(45,212,191,0.35);color:var(--teal-400);font-size:0.75rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;padding:0.35rem 0.9rem;border-radius:20px;margin-bottom:1.25rem}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;color:var(--white);line-height:1.15;letter-spacing:-0.03em;margin-bottom:1.25rem}.hero h1 span{color:var(--teal-400)}.hero-sub{font-size:1.1rem;color:rgba(255,255,255,0.82);max-width:580px;margin:0 auto 2rem;line-height:1.65}.hero-cta-group{display:flex;gap:0.875rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--teal-600);color:var(--white);font-weight:700;font-size:0.975rem;padding:0.875rem 1.75rem;border-radius:8px;text-decoration:none;transition:background 0.15s,transform 0.15s}.btn-primary:hover{background:var(--teal-700);transform:translateY(-1px)}.btn-outline{display:inline-block;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.35);color:var(--white);font-weight:600;font-size:0.975rem;padding:0.875rem 1.75rem;border-radius:8px;text-decoration:none;transition:background 0.15s}.btn-outline:hover{background:rgba(255,255,255,0.18)}.hero-trust{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2.25rem}.hero-trust-item{display:flex;align-items:center;gap:0.4rem;font-size:0.82rem;color:rgba(255,255,255,0.75)}.hero-trust-item svg{color:var(--teal-400);flex-shrink:0}/* =====PROGRAMMES GRID =====*/.programmes-section{padding:80px 2rem;background:var(--gray-50)}.programmes-inner{max-width:1100px;margin:0 auto}.section-label{font-size:0.75rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal-600);margin-bottom:0.75rem}.section-title{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:var(--navy);line-height:1.2;letter-spacing:-0.025em;margin-bottom:1.25rem}.section-body{font-size:0.985rem;color:var(--gray-600);line-height:1.75}.programmes-header{text-align:center;margin-bottom:3rem}.programmes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.prog-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:16px;padding:2rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:0.75rem;transition:box-shadow 0.2s,border-color 0.2s,transform 0.2s;position:relative}.prog-card:hover{box-shadow:0 8px 28px rgba(13,148,136,0.12);border-color:var(--teal-500);transform:translateY(-3px)} yle>