*{margin:0;padding:0;box-sizing:border-box}:root{--navy: #1e3a5f;--navy-light: #2d4a6f;--navy-dark: #0f2840;--gold: #c9a227;--gold-light: #e8c547;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--gray-800);background-color:var(--white)}a{color:inherit;text-decoration:none}ul{list-style:none}.nav{position:fixed;top:0;left:0;right:0;background:var(--white);box-shadow:0 1px 3px #0000001a;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo-icon{width:40px;height:40px;background:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:.6rem;line-height:1.2;text-align:center}.nav-logo-text{font-weight:700;font-size:1.1rem;color:var(--navy);letter-spacing:.5px}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--gray-600);font-weight:500;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:var(--navy)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);padding:6rem 2rem 4rem;text-align:center}.hero-content{max-width:1000px}.hero-acronym{margin-bottom:1.5rem}.hero-acronym-text{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:2px;color:var(--white);display:flex;flex-wrap:wrap;justify-content:center;gap:0}.letter{display:inline-block;transition:transform .2s}.letter:hover{transform:scale(1.1)}.letter-highlight{color:var(--gold)}.hero-full-name{font-size:clamp(1rem,2.5vw,1.4rem);color:var(--gray-200);font-weight:300;line-height:1.8;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-full-name strong{color:var(--gold-light);font-weight:600}.hero-tagline{font-size:1.25rem;color:var(--white);font-weight:400;margin-bottom:2.5rem;opacity:.9}.hero-cta{display:inline-block;background:var(--gold);color:var(--navy-dark);padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1rem;transition:all .3s}.hero-cta:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.section{padding:6rem 2rem}.section-light{background:var(--gray-50)}.section-dark{background:var(--navy);color:var(--white)}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.section-dark .section-title{color:var(--white)}.section-subtitle{font-size:1.1rem;color:var(--gray-600);max-width:600px;margin:0 auto}.section-dark .section-subtitle{color:var(--gray-300)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;color:var(--gray-700)}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat-card{background:var(--white);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #00000014}.stat-number{font-size:3rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.stat-label{color:var(--gray-600);font-size:.95rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001f}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.service-title{font-size:1.25rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.service-description{color:var(--gray-600);line-height:1.7}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{text-align:center;padding:2rem}.value-icon{font-size:3rem;margin-bottom:1rem}.value-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.value-description{color:var(--gray-300);line-height:1.7}.acronym-section{background:linear-gradient(135deg,var(--gray-50) 0%,var(--white) 100%)}.acronym-display{display:flex;flex-direction:column;gap:.5rem;max-width:900px;margin:0 auto}.acronym-row{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;background:var(--white);border-radius:8px;box-shadow:0 2px 10px #0000000d;transition:transform .2s}.acronym-row:hover{transform:translate(10px)}.acronym-letter{font-size:2rem;font-weight:700;color:var(--navy);width:50px;text-align:center}.acronym-word{font-size:1.1rem;color:var(--gray-700)}.acronym-connector{color:var(--gray-400);font-style:italic}.cta-section{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);text-align:center}.cta-title{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.cta-text{font-size:1.2rem;color:var(--gray-300);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:var(--gold);color:var(--navy-dark);padding:1rem 3rem;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s}.cta-button:hover{background:var(--gold-light);transform:translateY(-2px)}.footer{background:var(--gray-800);color:var(--gray-300);padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand h3{color:var(--white);font-size:1.25rem;margin-bottom:1rem}.footer-brand p{line-height:1.7;font-size:.95rem}.footer-column h4{color:var(--white);font-size:1rem;margin-bottom:1.5rem}.footer-column ul li{margin-bottom:.75rem}.footer-column a{color:var(--gray-400);transition:color .2s;font-size:.95rem}.footer-column a:hover{color:var(--white)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--gray-700);display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:var(--gray-400);transition:color .2s}.footer-legal a:hover{color:var(--white)}@media(max-width:968px){.about-content{grid-template-columns:1fr;gap:3rem}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.nav-links{display:none}.hero{padding:8rem 1.5rem 4rem}.section{padding:4rem 1.5rem}.about-stats,.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.acronym-row{gap:1rem;padding:.75rem 1rem}.acronym-letter{font-size:1.5rem;width:40px}.acronym-word{font-size:.95rem}}
