@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1a2a4a;--navy-mid:#243558;--navy-light:#2e4270;--slate:#6b7a99;--slate-light:#9aa5bc;--border:#e8eaef;--bg:#ffffff;--bg-subtle:#f8f9fb;--text:#111827;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:16px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .6s ease both}.container{max-width:960px}.container,.container--wide{margin:0 auto;padding:0 2rem}.container--wide{max-width:1140px}.section-label{display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:1rem}.nav{position:fixed;top:0;left:0;right:0;height:64px;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav__inner{max-width:1140px;margin:0 auto;height:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav__logo img{height:28px;width:auto;mix-blend-mode:multiply;filter:contrast(1.1);display:block}.nav__links{display:flex;align-items:center;gap:2.5rem;list-style:none;flex:1 1;justify-content:center}.nav__links a{color:var(--slate);text-decoration:none;font-size:.9375rem;font-weight:400;transition:color .15s ease}.nav__links a:hover{color:var(--navy)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease;cursor:pointer;border:1.5px solid transparent;line-height:1;white-space:nowrap}.btn--primary{background:var(--navy);color:#fff;padding:.625rem 1.375rem}.btn--primary:hover{background:var(--navy-mid);transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,42,74,.18)}.btn--ghost{background:transparent;color:var(--navy);border-color:var(--border);padding:.625rem 1.375rem}.btn--ghost:hover{border-color:var(--navy);transform:translateY(-1px)}.btn--lg{padding:.875rem 2rem;font-size:1rem}.btn--full{width:100%;padding:.875rem 1rem;font-size:1rem}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:7rem 2rem 5rem}.hero__logo{width:240px;height:240px;object-fit:contain;margin-bottom:1.5rem;animation-delay:0s}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:999px;padding:.3125rem .875rem;font-size:.8125rem;font-weight:500;color:var(--slate);margin-bottom:2.25rem;animation-delay:.05s}.hero__badge-dot{width:6px;height:6px;background:var(--navy);border-radius:50%;flex-shrink:0}.hero__heading{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:600;letter-spacing:-.03em;line-height:1.12;color:var(--text);max-width:760px;margin-bottom:1.5rem;animation-delay:.15s}.hero__heading span{color:var(--navy)}.hero__sub{font-size:clamp(1rem,2vw,1.125rem);font-weight:300;color:var(--slate);max-width:600px;line-height:1.7;margin-bottom:2.5rem;animation-delay:.25s}.hero__actions{gap:.875rem;margin-bottom:2.5rem;animation-delay:.35s}.hero__actions,.hero__clients{display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.hero__clients{gap:.75rem;animation-delay:.45s}.hero__clients-label{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--slate-light)}.hero__pill{font-size:.75rem;font-weight:500;color:var(--slate);background:var(--bg-subtle);border:1px solid var(--border);border-radius:999px;padding:.25rem .75rem}.services{padding:7rem 2rem;background:var(--bg)}.services__header{text-align:center;margin-bottom:3.5rem}.services__title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;letter-spacing:-.025em;margin-bottom:.875rem}.services__sub{font-size:1.0625rem;font-weight:300;color:var(--slate);max-width:520px;margin:0 auto}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--border);border-radius:var(--radius-xl);overflow:hidden}.service-card{background:var(--bg);padding:2.25rem;transition:background .2s ease;display:flex;flex-direction:column;gap:1.25rem}.service-card:hover,.service-card__icon{background:var(--bg-subtle)}.service-card__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--navy);flex-shrink:0}.service-card__tier{font-size:.6875rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--slate-light)}.service-card__title{font-size:1.0625rem;font-weight:600;letter-spacing:-.015em;color:var(--text);line-height:1.3}.service-card__body{font-size:.9375rem;font-weight:300;color:var(--slate);line-height:1.65}.service-card__list{list-style:none;display:flex;flex-direction:column;gap:.45rem;margin-top:auto}.service-card__list li{font-size:.875rem;color:var(--slate);display:flex;align-items:center;gap:.625rem}.service-card__list li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--navy);flex-shrink:0}.service-card--wide{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}.service-card--wide .service-card__content{display:flex;flex-direction:column;gap:1.25rem;height:100%}.service-card__pillars{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;align-content:start}.pillar-card{background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.125rem}.pillar-card__title{font-size:.8125rem;font-weight:600;color:var(--text);margin-bottom:.3rem}.pillar-card__desc{font-size:.8125rem;font-weight:300;color:var(--slate);line-height:1.5}.about{background:var(--bg-subtle);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:7rem 2rem}.about__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:center}.about__title{font-size:clamp(1.75rem,3.5vw,2.375rem);font-weight:600;letter-spacing:-.025em;line-height:1.2;margin-bottom:1.5rem}.about__text{display:flex;flex-direction:column;gap:1rem}.about__text p{font-size:1rem;font-weight:300;color:var(--slate);line-height:1.75}.about__cta{margin-top:2rem}.about__values{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.value-row{display:grid;grid-template-columns:2rem 1fr;grid-gap:1rem;gap:1rem;padding:1.375rem 1.75rem;border-bottom:1px solid var(--border);align-items:start}.value-row:last-child{border-bottom:none}.value-row__num{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);padding-top:.15rem}.value-row__title{font-size:.9375rem;font-weight:500;color:var(--text);margin-bottom:.2rem}.value-row__desc{font-size:.875rem;font-weight:300;color:var(--slate);line-height:1.55}.contact{padding:7rem 2rem;background:var(--bg)}.contact__inner{max-width:600px;margin:0 auto}.contact__header{text-align:center;margin-bottom:2.75rem}.contact__title{font-size:clamp(1.75rem,3.5vw,2.375rem);font-weight:600;letter-spacing:-.025em;margin-bottom:.75rem}.contact__sub{font-size:1rem;font-weight:300;color:var(--slate)}.form{display:flex;flex-direction:column;gap:1.125rem}.form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form__field{display:flex;flex-direction:column;gap:.375rem}.form__label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--slate)}.form__input,.form__select,.form__textarea{width:100%;border:1.5px solid var(--border);border-radius:8px;padding:.6875rem .875rem;font-size:.9375rem;font-family:inherit;color:var(--text);background:var(--bg);outline:none;transition:border-color .15s ease,box-shadow .15s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none}.form__input::placeholder,.form__textarea::placeholder{color:var(--slate-light)}.form__input:focus,.form__select:focus,.form__textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(26,42,74,.06)}.form__input.error,.form__select.error,.form__textarea.error{border-color:#dc2626}.form__error{font-size:.8125rem;color:#dc2626}.form__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7a99' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem;cursor:pointer}.form__textarea{min-height:110px;resize:vertical;line-height:1.6}.form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;tab-index:-1}.form__submit{margin-top:.5rem}.form__success{text-align:center;padding:2rem;background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-lg)}.form__success h3{font-size:1.125rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.form__success p{font-size:.9375rem;font-weight:300;color:var(--slate)}.footer{background:var(--bg-subtle);border-top:1px solid var(--border);padding:1.75rem 0}.footer__inner{max-width:1140px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer__logo img{height:20px;width:auto;mix-blend-mode:multiply;filter:contrast(1.1);display:block}.footer__links{display:flex;align-items:center;gap:2rem;list-style:none}.footer__links a{color:var(--slate);text-decoration:none;font-size:.875rem;transition:color .15s ease}.footer__links a:hover{color:var(--navy)}.footer__copy{font-size:.8125rem;color:var(--slate-light)}@media (max-width:900px){.services__grid{grid-template-columns:1fr}.service-card--wide{grid-column:span 1;grid-template-columns:1fr}.about__grid{grid-template-columns:1fr;gap:3rem}}@media (max-width:640px){.nav__links{display:none}.form__row{grid-template-columns:1fr}.footer__inner{flex-direction:column;align-items:flex-start;gap:1.25rem}}