:root{--navy:#0a2342;--navy-deep:#001f3f;--blue:#007bff;--blue-bright:#1e90ff;--gray:#555;--gray-muted:#6c757d;--bg:#fff;--surface:#f4f7fb;--border:#e2e8f0;--font:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--shadow:0 12px 40px #0a234214;--radius:12px;--max:1120px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}#root{min-height:100svh}img{max-width:100%;height:auto;display:block}a{color:inherit}button{font-family:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page{flex-direction:column;min-height:100svh;display:flex}.header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#ffffffeb;position:sticky;top:0}.header__inner{max-width:var(--max);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.75rem 1.25rem;display:flex}.brand{flex-shrink:0;text-decoration:none}.brand__logo{object-fit:contain;width:auto;height:52px}@media (width>=640px){.brand__logo{height:58px}}.nav-toggle{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;display:flex}.nav-toggle:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.nav-toggle__bar{background:var(--navy);border-radius:1px;width:22px;height:2px;margin:0 auto;transition:transform .2s,opacity .2s;display:block}@media (width>=900px){.nav-toggle{display:none}}.nav{background:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow);flex-direction:column;gap:.25rem;padding:1rem 1.25rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0}.nav--open{display:flex}.nav a{color:var(--navy);border-radius:8px;padding:.65rem .75rem;font-weight:500;text-decoration:none}.nav a:hover{background:var(--surface)}.nav__cta{text-align:center;background:linear-gradient(135deg, var(--navy-deep), var(--blue));margin-top:.5rem;color:#fff!important}.nav__cta:hover{filter:brightness(1.05);background:linear-gradient(135deg, var(--navy-deep), var(--blue))!important}@media (width>=900px){.header__inner{position:relative}.nav{box-shadow:none;background:0 0;border:none;flex-direction:row;align-items:center;gap:.15rem;padding:0;display:flex;position:static}.nav__cta{margin-top:0;margin-left:.5rem;padding:.5rem 1rem!important}}.hero{max-width:var(--max);align-items:center;gap:2rem;margin:0 auto;padding:2.5rem 1.25rem 3rem;display:grid}@media (width>=900px){.hero{grid-template-columns:1.1fr .9fr;gap:3rem;padding:4rem 1.25rem 4.5rem}}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-muted);margin:0 0 .75rem;font-size:.8125rem;font-weight:600}.hero__title{color:var(--navy);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.85rem,4vw,2.75rem);font-weight:700;line-height:1.15}.hero__title-accent{background:linear-gradient(90deg, var(--navy-deep), var(--blue-bright));color:#0000;-webkit-background-clip:text;background-clip:text}.hero__lead{max-width:36rem;color:var(--gray);margin:0 0 1.75rem;font-size:1.0625rem}.hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn{border:2px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:.65rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .2s,filter .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:linear-gradient(135deg, var(--navy-deep), var(--blue));color:#fff;box-shadow:0 4px 14px #007bff59}.btn--primary:hover{filter:brightness(1.06)}.btn--ghost{border-color:var(--border);color:var(--navy);background:#fff}.btn--ghost:hover{border-color:var(--blue);color:var(--blue)}.btn--lg{padding:.85rem 1.5rem;font-size:1rem}.hero__visual{justify-content:center;display:flex}@media (width>=900px){.hero__visual{justify-content:flex-end}}.hero__logo-frame{width:100%;max-width:360px;box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;margin:0 auto;padding:0;display:flex}.hero__logo-mark{object-fit:contain;width:100%;max-width:280px;height:auto}@media (width>=900px){.hero__logo-frame{max-width:400px}.hero__logo-mark{max-width:320px}}.section{max-width:var(--max);margin:0 auto;padding:3rem 1.25rem}.section__head{max-width:36rem;margin-bottom:2rem}.section__head h2{color:var(--navy);letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,1.85rem)}.section__head p{color:var(--gray);margin:0}.section__head--wide{max-width:42rem}.services__grid{gap:1.25rem;display:grid}@media (width>=720px){.services__grid{grid-template-columns:1fr 1fr;gap:1.5rem}}.card{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;padding:1.75rem}.card h3{color:var(--navy);margin:0 0 .5rem;font-size:1.25rem}.card>p{margin:0 0 1rem;font-size:.975rem}.card__icon{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.card__icon--navy{color:var(--navy);background:#0a234214}.card__icon--blue{color:var(--blue);background:#007bff1f}.card__list{color:var(--gray-muted);margin:0;padding-left:1.1rem;font-size:.9rem}.card__list li{margin-bottom:.35rem}.trust{border-block:1px solid var(--border);background:var(--surface)}.trust__inner{max-width:var(--max);gap:1.75rem;margin:0 auto;padding:2.25rem 1.25rem;display:grid}@media (width>=768px){.trust__inner{grid-template-columns:repeat(3,1fr);gap:2rem;padding:2.5rem 1.25rem}}.trust__item{flex-direction:column;gap:.35rem;display:flex}.trust__value{color:var(--navy);letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.trust__label{color:var(--gray);font-size:.9rem;line-height:1.55}.capabilities{padding-bottom:3.5rem}.capabilities__layout{gap:1.5rem;display:grid}@media (width>=900px){.capabilities__layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.75rem}}.capabilities__block{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;padding:2rem 1.75rem}.capabilities__block--accent{background:linear-gradient(#fff 0%,#007bff0a 100%);border-color:#007bff40}.capabilities__block-title{color:var(--navy);margin:0 0 .5rem;font-size:1.35rem}.capabilities__intro{color:var(--gray);margin:0 0 1.25rem;font-size:.975rem;line-height:1.6}.capabilities__list{flex-direction:column;gap:1.1rem;margin:0;padding:0;list-style:none;display:flex}.capabilities__list li{border-bottom:1px solid var(--border);flex-direction:column;gap:.25rem;padding-bottom:1.1rem;display:flex}.capabilities__list li:last-child{border-bottom:none;padding-bottom:0}.capabilities__list strong{color:var(--navy);font-size:.95rem;font-weight:600}.capabilities__list span{color:var(--gray-muted);font-size:.875rem;line-height:1.55}.process{border-top:1px solid var(--border);background:#fff}.process__steps{flex-direction:column;gap:0;max-width:52rem;margin:0;padding:0;list-style:none;display:flex}.process__step{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr;gap:1rem 1.25rem;padding:1.5rem 0;display:grid}.process__step:first-child{padding-top:0}.process__step:last-child{border-bottom:none;padding-bottom:0}.process__num{color:#fff;background:linear-gradient(135deg, var(--navy-deep), var(--blue));border-radius:10px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;display:flex}.process__step h3{color:var(--navy);margin:0 0 .35rem;font-size:1.1rem}.process__step p{color:var(--gray);margin:0;font-size:.95rem;line-height:1.6}@media (width>=720px){.process__step{gap:1.25rem 1.75rem;padding:1.75rem 0}}.industries__grid{gap:1.25rem;display:grid}@media (width>=768px){.industries__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.industries__card{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);margin:0;padding:1.5rem}.industries__card h3{color:var(--navy);margin:0 0 .5rem;font-size:1.05rem}.industries__card p{color:var(--gray);margin:0;font-size:.9rem;line-height:1.55}.values{background:linear-gradient(180deg, #fff 0%, var(--surface) 50%, #fff 100%);padding-block:3.25rem}.values__grid{max-width:var(--max);gap:1.5rem;margin:0 auto;padding:0 1.25rem;display:grid}@media (width>=768px){.values__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.values__item{border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:1.5rem}.values__item h3{color:var(--navy);margin:0 0 .5rem;font-size:1.05rem}.values__item p{color:var(--gray);margin:0;font-size:.9rem;line-height:1.55}.about{background:linear-gradient(180deg, var(--surface) 0%, #fff 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about__inner{max-width:var(--max);margin:0 auto;padding:3rem 1.25rem}.about__inner--split{text-align:left;gap:2rem;display:grid}@media (width>=800px){.about__inner--split{grid-template-columns:1fr 1.1fr;align-items:start;gap:3rem;padding:4rem 1.25rem}}.about__inner h2{color:var(--navy);margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,1.85rem)}.about__col p{color:var(--gray);margin:0 0 1rem;font-size:1rem;line-height:1.65}.about__col p:last-child{margin-bottom:0}.about__subhead{color:var(--navy);margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.cta-band{padding:0}.cta-band__inner{max-width:var(--max);border-radius:var(--radius);background:linear-gradient(135deg,#0a23420a,#007bff0f);border:1px solid #007bff33;flex-direction:column;align-items:flex-start;gap:1.25rem;margin:0 auto;padding:2.25rem 1.25rem;display:flex}@media (width>=720px){.cta-band__inner{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;padding:2rem}}.cta-band__text{color:var(--navy);max-width:36rem;margin:0;font-size:1rem;line-height:1.6}.faq{padding-bottom:3.5rem}.faq__list{flex-direction:column;gap:.65rem;max-width:40rem;display:flex}.faq__item{border:1px solid var(--border);background:#fff;border-radius:10px;overflow:hidden}.faq__item summary{color:var(--navy);cursor:pointer;padding:1rem 2.5rem 1rem 1.15rem;font-weight:600;list-style:none;position:relative}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"";border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);width:8px;height:8px;transition:transform .2s;position:absolute;top:50%;right:1.15rem;transform:translateY(-60%)rotate(45deg)}.faq__item[open] summary:after{transform:translateY(-30%)rotate(225deg)}.faq__item summary:hover{background:var(--surface)}.faq__item p{color:var(--gray);margin:0;padding:0 1.15rem 1.1rem;font-size:.925rem;line-height:1.6}.cta{background:linear-gradient(135deg, var(--navy-deep) 0%, #0a2342 45%, #0d3d7a 100%);color:#e8eef5;padding:3.5rem 1.25rem}.cta__inner{text-align:center;max-width:36rem;margin:0 auto}.cta h2{color:#fff;margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,1.9rem)}.cta p{opacity:.92;margin:0 0 1.5rem}.cta .btn--primary{color:var(--navy-deep);background:#fff;box-shadow:0 8px 24px #0003}.cta .btn--primary:hover{filter:brightness(1.02)}.footer{border-top:1px solid var(--border);background:#fff;margin-top:auto;padding:2.5rem 1.25rem 1.5rem}.footer__grid{max-width:var(--max);border-bottom:1px solid var(--border);gap:2rem;margin:0 auto;padding-bottom:2rem;display:grid}@media (width>=640px){.footer__grid{grid-template-columns:1.2fr 1fr;align-items:start}}.footer__brand{max-width:280px}.footer__logo{object-fit:contain;opacity:.95;width:auto;height:48px;margin-bottom:.75rem}.footer__tagline{color:var(--gray-muted);margin:0;font-size:.875rem;line-height:1.5}.footer__nav{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.footer__nav-title{text-transform:uppercase;letter-spacing:.08em;color:var(--navy);margin:0 0 .65rem;font-size:.75rem;font-weight:700}.footer__nav ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.footer__nav a{color:var(--gray);font-size:.9rem;text-decoration:none}.footer__nav a:hover{color:var(--blue)}.footer__bottom{max-width:var(--max);text-align:center;margin:0 auto;padding-top:1.25rem}@media (width>=640px){.footer__bottom{text-align:left}}.footer__copy{color:var(--gray-muted);margin:0;font-size:.8125rem}
