:root{--color-teal:#6cbcb9;--color-teal-hover:#54a5a2;--color-navy:#090f1d;--color-navy-light:#131c31;--color-white:#fff;--color-black:#000;--font-montserrat:"Montserrat", sans-serif;--font-gotham:"Gotham", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition-fast:.2s ease;--transition-normal:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:var(--font-gotham);background-color:var(--color-navy);color:var(--color-white);font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5;overflow-x:hidden}.site-header{z-index:100;background-color:var(--color-white);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:.75rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #0000001a}.site-header .logo-container{align-items:center;display:flex}.site-header .logo-img{object-fit:contain;width:auto;max-width:100%;height:40px}.site-header nav{align-items:center;gap:1.5rem;display:flex}.site-header nav a{font-family:var(--font-gotham);color:var(--color-navy);letter-spacing:.05em;transition:color var(--transition-fast);white-space:nowrap;padding:.25rem .5rem;font-size:.9rem;font-weight:500;text-decoration:none}.site-header nav a:hover,.site-header nav a:focus-visible{color:var(--color-teal-hover);outline:none}.hero-section{text-align:center;min-height:calc(100vh - 64px);color:var(--color-white);flex-direction:column;justify-content:center;align-items:center;padding:4rem 1.5rem 6rem;display:flex;position:relative;overflow:hidden}.hero-subtitle-top{font-family:var(--font-gotham);letter-spacing:.12em;text-transform:uppercase;max-width:90vw;margin-bottom:1.5rem;font-size:clamp(.9rem,2.5vw,1.35rem);font-weight:300;display:inline-block;position:relative}.hero-subtitle-top:after{content:"";background:#fff9;width:100%;height:1px;margin-top:.75rem;display:block}.hero-title{font-family:var(--font-montserrat);letter-spacing:.02em;text-transform:uppercase;text-shadow:0 2px 10px #00000040;word-wrap:break-word;overflow-wrap:break-word;max-width:1100px;margin-bottom:2.5rem;font-size:clamp(1.75rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.hero-cta{font-family:var(--font-montserrat);letter-spacing:.1em;text-transform:uppercase;color:var(--color-white);background-color:var(--color-black);border:2px solid var(--color-white);transition:transform var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);cursor:pointer;border-radius:9999px;padding:.85rem 2.75rem;font-size:clamp(.95rem,2vw,1.1rem);font-weight:800;text-decoration:none;display:inline-block}.hero-cta:hover,.hero-cta:focus-visible{background-color:#111;outline:none;transform:translateY(-2px)scale(1.03);box-shadow:0 8px 20px #00000059}.hero-subtitle-bottom{font-family:var(--font-gotham);letter-spacing:.12em;text-transform:uppercase;color:var(--color-white);max-width:90vw;margin-top:2.5rem;font-size:clamp(.95rem,2.5vw,1.4rem);font-weight:300}.badge-container{z-index:10;pointer-events:none;width:clamp(90px,12vw,140px);height:clamp(90px,12vw,140px);position:absolute;bottom:2.5rem;right:2.5rem}.badge-img{filter:drop-shadow(0 4px 10px #0000004d);width:100%;height:100%;animation:35s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.services-section{background-color:var(--color-navy);text-align:center;padding:clamp(3rem,6vw,5rem) 1.5rem clamp(4rem,8vw,6rem)}.services-container{max-width:1100px;margin:0 auto}.services-title{font-family:var(--font-montserrat);color:var(--color-teal);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800}.services-subtitle{font-family:var(--font-gotham);letter-spacing:.12em;text-transform:uppercase;color:var(--color-white);margin-bottom:1.5rem;font-size:clamp(.95rem,2vw,1.25rem);font-weight:300}.services-divider{background-color:#ffffff59;width:100%;max-width:900px;height:1px;margin:0 auto clamp(2rem,5vw,4rem)}.services-grid{grid-template-columns:repeat(3,1fr);gap:3rem 2rem;display:grid}.service-card{transition:transform var(--transition-normal), background-color var(--transition-normal);border-radius:12px;flex-direction:column;align-items:center;padding:1.5rem 1rem;display:flex}.service-card:hover{background-color:var(--color-navy-light);transform:translateY(-4px)}.service-acronym{font-family:var(--font-montserrat);color:var(--color-teal);letter-spacing:.02em;margin-bottom:.75rem;font-size:clamp(2.5rem,5vw,4.25rem);font-weight:800;line-height:1}.service-desc{font-family:var(--font-gotham);color:var(--color-white);text-transform:uppercase;text-align:center;letter-spacing:.02em;max-width:280px;font-size:clamp(.825rem,1.5vw,.925rem);font-weight:300;line-height:1.45}.site-footer{background-color:var(--color-white);min-height:56px;color:var(--color-navy);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 2rem;display:flex}.footer-arrows{align-items:center;gap:.25rem;display:flex}.footer-arrows svg{width:18px;height:18px;fill:var(--color-teal)}.footer-text{font-family:var(--font-gotham);letter-spacing:.05em;text-transform:uppercase;color:var(--color-navy);text-align:right;font-size:clamp(.75rem,1.8vw,.9rem);font-weight:400}@media (width<=960px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem}}@media (width<=640px){.site-header{justify-content:center;padding:.75rem 1rem}.site-header nav{gap:1.25rem}.hero-section{min-height:auto;padding:3rem 1rem 4rem}.hero-subtitle-top{margin-bottom:1rem}.hero-title{margin-bottom:1.75rem}.hero-subtitle-bottom{margin-top:1.75rem}.badge-container{margin-top:2.5rem;position:relative;bottom:auto;right:auto}.services-grid{grid-template-columns:1fr;gap:2rem}.site-footer{text-align:center;flex-direction:column;justify-content:center;padding:1rem}.footer-text{text-align:center}}
