@import"https://fonts.googleapis.com/css2?family=Clash+Display:wght@500;600;700&family=Inter:wght@400;500;600&display=swap";:root{--bg-primary: #f8fafc;--bg-primary-dark: #0f172a;--bg-surface: #ffffff;--bg-glass: rgba(255, 255, 255, .85);--text-main: #1e293b;--text-muted: #64748b;--text-light: #f8fafc;--brand-navy: #0B1E36;--brand-navy-light: #183354;--brand-amber: #F5A623;--brand-amber-hover: #e09212;--brand-accent: #2563eb;--font-heading: "Clash Display", sans-serif;--font-body: "Inter", sans-serif;--shadow-sm: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-md: 0 10px 15px -3px rgb(0 0 0 / .05), 0 4px 6px -4px rgb(0 0 0 / .05);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-glow: 0 0 20px rgba(245, 166, 35, .3);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 24px;--radius-full: 9999px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--brand-navy);line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.02em}h2{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.01em}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1.5rem;font-size:1.125rem;color:var(--text-muted)}a{text-decoration:none;color:var(--brand-accent);transition:var(--transition)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.section-padding{padding:6rem 0}.navbar{position:fixed;top:0;left:0;width:100%;padding:1.25rem 0;background:var(--bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid rgba(255,255,255,.3);box-shadow:var(--shadow-sm)}.nav-container{display:flex;justify-content:space-between;align-items:center}.brand-logo{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;color:var(--brand-navy);display:flex;align-items:center;gap:.5rem}.brand-logo span{color:var(--brand-amber)}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:var(--brand-navy);font-weight:500;font-size:1rem}.nav-links a:hover{color:var(--brand-amber)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:var(--radius-full);font-weight:600;font-size:1.125rem;transition:var(--transition);cursor:pointer;border:none;gap:.5rem}.btn-primary{background:var(--brand-amber);color:var(--brand-navy);box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--brand-amber-hover);transform:translateY(-2px);box-shadow:var(--shadow-glow)}.btn-secondary{background:var(--brand-navy);color:var(--text-light)}.btn-secondary:hover{background:var(--brand-navy-light);transform:translateY(-2px)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;padding-top:80px;overflow:hidden;background-color:var(--brand-navy)}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.4;z-index:1}.hero-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#0b1e36e6,#0b1e3699,#0b1e3633);z-index:2}.hero-content{position:relative;z-index:3;max-width:700px;color:var(--text-light)}.hero h1{color:var(--text-light);margin-bottom:1.5rem}.hero h1 span{color:var(--brand-amber)}.hero p{color:#cbd5e1;font-size:1.25rem;margin-bottom:2.5rem}.hero-badges{display:flex;gap:1.5rem;margin-top:3rem}.badge{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:var(--radius-sm);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:500;font-size:.875rem}.grid{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}.card{background:var(--bg-surface);border-radius:var(--radius-md);padding:2.5rem;box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid #e2e8f0;position:relative;overflow:hidden}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--brand-amber)}.card-icon{width:56px;height:56px;background:var(--brand-navy);color:var(--brand-amber);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.card h3{margin-bottom:1rem;font-size:1.5rem}.card p{margin-bottom:0;font-size:1rem}.featured-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.featured-img-wrapper{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.featured-img{width:100%;height:auto;display:block;transition:var(--transition)}.featured-img-wrapper:hover .featured-img{transform:scale(1.05)}.stats-wrap{background:var(--brand-navy);color:#fff;padding:4rem 0;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item h4{color:var(--brand-amber);font-size:3rem;margin-bottom:.5rem}.stat-item p{color:#cbd5e1;font-weight:500}footer{background:var(--brand-navy-light);color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-grid h4{color:#fff;font-size:1.25rem;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:1rem}.footer-links a{color:#cbd5e1}.footer-links a:hover{color:var(--brand-amber);padding-left:5px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8;font-size:.875rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--brand-navy)}.form-control{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:var(--radius-sm);font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:var(--brand-amber);box-shadow:0 0 0 3px #f5a6231a}@media (max-width: 992px){.featured-section{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nav-links{display:none}.footer-grid{grid-template-columns:1fr}.hero h1{font-size:2.5rem}}
