@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&display=swap");:root{--teal:#1abc9c;--teal-dark:#159c80;--teal-light:#e8f8f5;--navy:#002366;--navy-dark:#001a4d;--navy-light:#e6eef5;--white:#fff;--off-white:#f8fafb;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--radius:12px;--radius-lg:16px;--font-body:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-heading:"DM Serif Display",Georgia,serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{font-family:var(--font-body);color:var(--text-primary);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100%;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}::selection{background:var(--teal);color:var(--white)}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:72px;justify-content:space-between;gap:2rem}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:10px;font-family:var(--font-heading);font-size:1.4rem;color:var(--navy);flex-shrink:0}.nav-logo-mark{width:36px;height:36px;background:linear-gradient(135deg,var(--teal) 0,var(--navy) 100%);border-radius:8px;justify-content:center;color:#fff;font-size:1.1rem;font-weight:700;font-family:var(--font-body)}.nav-links,.nav-logo-mark{display:flex;align-items:center}.nav-links{gap:.25rem;list-style:none;flex-wrap:wrap}.nav-links a{display:block;padding:.5rem .875rem;font-size:.9375rem;font-weight:500;color:var(--gray-600);border-radius:8px;transition:all .15s}.nav-links a:hover{color:var(--navy);background:var(--gray-50)}.nav-links a.apply-btn{background:var(--teal);color:var(--white);font-weight:600;margin-left:.5rem}.nav-links a.apply-btn:hover{background:var(--teal-dark);color:var(--white)}.nav-phone{display:flex;align-items:center;gap:6px;font-size:.9375rem;font-weight:600;color:var(--navy);flex-shrink:0}.nav-phone svg{color:var(--teal)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:8px;border-radius:8px}.mobile-menu-btn span{width:22px;height:2px;background:var(--navy);border-radius:2px;transition:all .2s}.hero{position:relative;min-height:580px;display:flex;align-items:center;overflow:hidden;background:var(--navy)}.hero-bg{object-fit:cover;width:100%;height:100%;opacity:.35}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(135deg,rgba(0,35,102,.85),rgba(0,35,102,.6))}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:5rem 1.5rem;width:100%}.hero h1{font-family:var(--font-heading);font-size:clamp(2.25rem,5vw,3.75rem);color:var(--white);line-height:1.15;margin-bottom:1.5rem;max-width:700px}.hero p{font-size:clamp(1rem,2vw,1.2rem);color:hsla(0,0%,100%,.85);max-width:580px;line-height:1.75;margin-bottom:2.25rem}.hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--teal);color:var(--white);padding:.875rem 2rem;border-radius:var(--radius);font-size:1rem;font-weight:700;transition:all .2s;box-shadow:var(--shadow-md)}.hero-cta:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.hero-cta-secondary{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.12);color:var(--white);padding:.875rem 2rem;border-radius:var(--radius);font-size:1rem;font-weight:600;border:1.5px solid hsla(0,0%,100%,.3);transition:all .2s;margin-left:.75rem}.hero-cta-secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5)}.section{padding:5rem 0}.section-dark{background:var(--navy);color:var(--white)}.section-light{background:var(--off-white)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-label{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);margin-bottom:.875rem}.section-title{font-family:var(--font-heading);font-size:clamp(1.875rem,4vw,2.75rem);line-height:1.2;margin-bottom:1rem;color:var(--navy)}.section-dark .section-title{color:var(--white)}.section-sub{font-size:1.0625rem;color:var(--text-secondary);max-width:580px;line-height:1.7;margin-bottom:3rem}.section-dark .section-sub{color:hsla(0,0%,100%,.75)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;border:1.5px solid var(--gray-200);transition:all .2s}.feature-card:hover{border-color:var(--teal);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.section-dark .feature-card{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.12)}.section-dark .feature-card:hover{border-color:var(--teal);background:hsla(0,0%,100%,.1)}.feature-icon{width:52px;height:52px;background:var(--teal-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--teal)}.section-dark .feature-icon{background:rgba(26,188,156,.15)}.feature-card h3{font-family:var(--font-heading);font-size:1.25rem;color:var(--navy);margin-bottom:.625rem}.section-dark .feature-card h3{color:var(--white)}.feature-card p{font-size:.9375rem;color:var(--text-secondary);line-height:1.65}.section-dark .feature-card p{color:hsla(0,0%,100%,.7)}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.team-card{text-align:center}.team-photo{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:1rem;border:3px solid var(--gray-200);transition:all .2s}.team-card:hover .team-photo{border-color:var(--teal);transform:scale(1.02);box-shadow:var(--shadow-xl)}.team-name{font-weight:700;font-size:1rem;color:var(--navy);margin-bottom:.25rem}.team-role{font-size:.875rem;color:var(--teal);font-weight:500}.stats-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:2rem;gap:2rem;text-align:center}.stat-number{font-family:var(--font-heading);font-size:clamp(2.25rem,4vw,3.25rem);color:var(--teal);line-height:1;margin-bottom:.375rem}.stat-label{font-size:.9375rem;color:hsla(0,0%,100%,.7);font-weight:500}.cta-section{background:linear-gradient(135deg,var(--teal) 0,var(--navy) 100%);text-align:center;padding:5rem 0}.cta-section h2{font-family:var(--font-heading);font-size:clamp(1.875rem,4vw,2.75rem);color:var(--white);margin-bottom:1rem}.cta-section p{font-size:1.0625rem;color:hsla(0,0%,100%,.85);margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto}.btn-white{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--navy);padding:.9375rem 2.25rem;border-radius:var(--radius);font-size:1rem;font-weight:700;transition:all .2s;box-shadow:var(--shadow-lg)}.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.service-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;border:1.5px solid var(--gray-200);transition:all .2s}.service-card:hover{border-color:var(--teal);box-shadow:var(--shadow-md)}.service-card h3{font-family:var(--font-heading);font-size:1.2rem;color:var(--navy);margin-bottom:.625rem}.service-card p{font-size:.9375rem;color:var(--text-secondary);line-height:1.65}.service-check{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--teal);font-weight:500;margin-top:.75rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item-icon{width:44px;height:44px;background:var(--teal-light);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--teal);flex-shrink:0}.contact-item-text{padding-top:2px}.contact-item-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:.25rem}.contact-item-value{font-size:1rem;font-weight:600;color:var(--navy)}.contact-form{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;border:1.5px solid var(--gray-200);box-shadow:var(--shadow-lg)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.form-input,.form-textarea{width:100%;border:1.5px solid var(--gray-300);border-radius:10px;padding:.75rem 1rem;font-size:.9375rem;font-family:var(--font-body);color:var(--text-primary);background:var(--white);transition:all .15s;outline:none}.form-input:focus,.form-textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(26,188,156,.15)}.form-textarea{resize:vertical;min-height:120px}.form-submit{width:100%;background:var(--teal);color:var(--white);padding:.875rem;border-radius:10px;font-size:1rem;font-weight:700;transition:all .2s;border:none;cursor:pointer}.form-submit:hover{background:var(--teal-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.footer{background:var(--navy);color:hsla(0,0%,100%,.75);padding:3rem 0 2rem}.footer-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:2rem}.footer-brand p{font-size:.9375rem;max-width:300px;line-height:1.65;margin-top:.75rem;color:hsla(0,0%,100%,.6)}.footer-links{display:flex;gap:3rem;flex-wrap:wrap}.footer-col h4{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col a{font-size:.9375rem;color:hsla(0,0%,100%,.6);transition:color .15s}.footer-col a:hover{color:var(--teal)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.875rem}.footer-bottom a{color:var(--teal);font-weight:500}.footer-bottom a:hover{text-decoration:underline}@media (max-width:768px){.nav-links,.nav-phone{display:none}.mobile-menu-btn{display:flex}.hero{min-height:480px}.hero-cta-secondary{display:none}.contact-grid{grid-template-columns:1fr}.section{padding:3.5rem 0}.footer-top{flex-direction:column}.footer-links{gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}