:root,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--theme-surface:#fff;--theme-surface-alt:#f4f8fd;--theme-surface-elevated:#fff;--theme-text:#0f2942;--theme-text-muted:#4a6278;--theme-heading:#0c2d5c;--theme-border:#d4e2f0;--theme-header-bg:#fffffff2;--theme-overlay:#0f274466;--theme-glass-bg:#ffffffe6;--theme-glass-border:#fff6;--theme-shadow-card:0 2px 8px #0a254012;--theme-shadow-md:0 4px 12px #0a25401a;--theme-shadow-lg:0 12px 32px #0a254024;--theme-logo-primary:#1a56a8;--theme-logo-accent:#f5b800;--theme-logo-tagline:#1e4a73;--theme-mobile-nav-bg:#fff;--theme-switcher-bg:#fff;--theme-hero-floating-bg:#fff;--theme-footer-surface:#0a2540}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--theme-surface:#0b1522;--theme-surface-alt:#101f30;--theme-surface-elevated:#152a40;--theme-text:#e5f0fa;--theme-text-muted:#9ab0c4;--theme-heading:#f0f6fc;--theme-border:#243d57;--theme-header-bg:#0b1522f5;--theme-overlay:#0000008c;--theme-glass-bg:#152a40e0;--theme-glass-border:#ffffff1f;--theme-shadow-card:0 2px 12px #00000059;--theme-shadow-md:0 4px 16px #0000006b;--theme-shadow-lg:0 12px 32px #0000007a;--theme-logo-primary:#7eb8ff;--theme-logo-accent:#f5b800;--theme-logo-tagline:#9ab0c4;--theme-mobile-nav-bg:#0b1522;--theme-switcher-bg:#101f30;--theme-hero-floating-bg:#152a40;--theme-footer-surface:#060d14}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{width:100%;max-width:100%;min-height:100vh;color:var(--theme-text);background-color:var(--theme-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;font-size:1rem;line-height:1.5;transition:color .25s,background-color .25s;overflow-x:hidden}#root{width:100%;max-width:100%;min-height:100vh;overflow-x:hidden}main{width:100%;max-width:100%;overflow-x:clip}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}h1,h2,h3,h4,p{margin:0}ul{margin:0;padding:0;list-style:none}section{scroll-margin-top:4.5rem}.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}.app{width:100%;max-width:100%;min-height:100vh;overflow-x:hidden}.app>header,.app>main,.app>footer{width:100%;max-width:100%}.app>main{width:100%}.app>main>section{width:100%;max-width:100%;overflow-x:clip}.section-header{text-align:center;margin-bottom:3rem;width:100%;max-width:52rem;margin-inline:auto}.section-header--left{text-align:left;max-width:none;margin-inline:0}.section-header__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#1a56a8;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-header__eyebrow:after{content:"";background:#f5b800;border-radius:9999px;width:2.5rem;height:2px}.section-header--left .section-header__eyebrow:after{display:none}.section-header__title{color:var(--theme-heading);letter-spacing:-.02em;margin-bottom:1rem;font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.2}.section-header__description{color:var(--theme-text-muted);font-size:1.125rem;line-height:1.7}.lazy-image{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.lazy-image--cover{object-fit:cover}.lazy-image--contain{object-fit:contain}.lazy-image__wrapper{background:var(--theme-surface-alt);position:relative;overflow:hidden}.lazy-image__wrapper--rounded{border-radius:1rem}.lazy-image__wrapper--rounded-lg{border-radius:.75rem}.lazy-image__skeleton{background:linear-gradient(90deg, var(--theme-surface-alt) 0%, #e8f2fc 50%, var(--theme-surface-alt) 100%);background-size:200% 100%;animation:1.2s ease-in-out infinite lazy-image-shimmer;position:absolute;inset:0}.lazy-image__wrapper--loaded .lazy-image__skeleton{opacity:0;pointer-events:none}@keyframes lazy-image-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.about{padding-block:4rem}@media (width>=768px){.about{padding-block:6rem}}.about{background:var(--theme-surface-alt)}.about__inner{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.about__inner{padding-inline:2rem}}@media (width>=1024px){.about__inner{padding-inline:2.5rem}}.about__inner{place-items:center stretch;gap:4rem;width:100%;max-width:100%;display:grid}.about__inner>*{width:100%;min-width:0;max-width:100%}@media (width>=1024px){.about__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:6rem}}.about__visual{border-radius:1rem;width:100%;max-width:100%;min-height:22rem;margin-inline:auto;position:relative;overflow:hidden}@media (width>=1024px){.about__visual{min-height:28rem}}.about__image{position:absolute;overflow:hidden;box-shadow:0 12px 32px #0a254024}.about__image--main{z-index:1;aspect-ratio:4/5;inset:0 12% 14%}.about__image--accent{z-index:2;aspect-ratio:1;border:4px solid var(--theme-surface);width:50%;bottom:0;left:50%;right:auto;transform:translate(-50%)}.about__experience-badge{z-index:3;text-align:center;color:#fff;background:#1a56a8;border-radius:1rem;flex-direction:column;align-items:center;padding:1.5rem 2rem;display:flex;position:absolute;bottom:6%;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0a254024}.about__experience-value{font-size:2rem;font-weight:700;line-height:1}.about__experience-label{opacity:.9;font-size:.875rem;font-weight:500}.about__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex}.about__paragraph{color:var(--theme-text-muted);font-size:1.125rem;line-height:1.7}.about__highlights{flex-direction:column;gap:1rem;width:100%;margin-top:.5rem;display:flex}.about__highlight{text-align:left;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:1rem;gap:1rem;padding:1.5rem;transition:box-shadow .25s;display:flex;box-shadow:0 1px 2px #0a254014}.about__highlight:hover{box-shadow:0 4px 12px #0a25401a}.about__highlight-icon{color:#1a56a8;flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.15rem}.about__highlight-title{color:var(--theme-heading);margin-bottom:.25rem;font-size:1rem;font-weight:600}.about__highlight-text{color:var(--theme-text-muted);font-size:.875rem;line-height:1.7}.stats-strip{z-index:2;justify-content:center;width:100%;margin-top:-2.5rem;display:flex;position:relative}.stats-strip__inner{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.stats-strip__inner{padding-inline:2rem}}@media (width>=1024px){.stats-strip__inner{padding-inline:2.5rem}}.stats-strip__inner{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:1rem;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;padding:1.5rem;display:grid;box-shadow:0 12px 32px #0a254024}@media (width>=768px){.stats-strip__inner{grid-template-columns:repeat(4,1fr);padding:2rem 3rem}}.stats-strip__item{text-align:center;flex-direction:column;gap:.25rem;padding-inline:.5rem;display:flex}@media (width>=768px){.stats-strip__item:not(:last-child){border-right:1px solid var(--theme-border)}}.stats-strip__value{color:#1a56a8;letter-spacing:.02em;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}.stats-strip__label{color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.whatsapp-button{color:#fff;cursor:pointer;background:#25d366;border:2px solid #25d366;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;transition:background-color .15s,border-color .15s,transform .15s,box-shadow .15s;display:inline-flex}.whatsapp-button:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.whatsapp-button:hover{background:#1fb855;border-color:#1fb855;transform:translateY(-1px);box-shadow:0 4px 16px #25d36659}.whatsapp-button:active{transform:translateY(0)}.whatsapp-button--large{padding:1rem 1.75rem;font-size:1.125rem}.whatsapp-button--full{width:100%}.whatsapp-button__icon{flex-shrink:0;width:1.25rem;height:1.25rem}.whatsapp-button--large .whatsapp-button__icon{width:1.375rem;height:1.375rem}.contact{padding-block:4rem}@media (width>=768px){.contact{padding-block:6rem}}.contact{background:var(--theme-surface-alt)}.contact__inner{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.contact__inner{padding-inline:2rem}}@media (width>=1024px){.contact__inner{padding-inline:2.5rem}}.contact__inner{flex-direction:column;align-items:stretch;width:100%;display:flex}.contact .section-header{text-align:center;margin-bottom:3rem}.contact__layout{place-items:center stretch;gap:3rem;width:100%;max-width:100%;display:grid}.contact__layout>*{width:100%;min-width:0;max-width:100%}@media (width>=1024px){.contact__layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}}.contact__layout{align-items:stretch}.contact__image-panel{border-radius:1.25rem;width:100%;position:relative;overflow:hidden;box-shadow:0 12px 32px #0a254024}.contact__image{aspect-ratio:4/5;min-height:20rem}@media (width>=1024px){.contact__image{aspect-ratio:auto;min-height:100%}}.contact__image-caption{inset-inline:0;text-align:center;color:#fff;background:linear-gradient(#0000 0%,#0a2540eb 100%);padding:2rem;position:absolute;bottom:0}.contact__image-quote{margin-bottom:.5rem;font-size:1.125rem;font-weight:600;line-height:1.2}.contact__image-meta{opacity:.85;font-size:.875rem}.contact__info{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;display:flex}.contact__items{flex-direction:column;gap:1.5rem;width:100%;display:flex}.contact__item{text-align:left;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:1rem;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 1px 2px #0a254014}.contact__icon{color:#1a56a8;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.2rem}.contact__label{text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.contact__value{color:var(--theme-heading);font-size:1rem;font-weight:500}.contact__value:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.contact__value--link:hover{color:#1a56a8}.contact__whatsapp{width:100%;max-width:20rem}.button{cursor:pointer;border:2px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.button:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.button:active{transform:scale(.98)}.button--primary{color:#fff;background-color:#1a56a8;border-color:#1a56a8}.button--primary:hover{background-color:#123d7a;border-color:#123d7a}.button--secondary{color:#1a56a8;background-color:#0000;border-color:#1a56a8}.button--secondary:hover{background-color:#e8f2fc}.button--accent{color:#0a2540;background-color:#f5b800;border-color:#f5b800}.button--accent:hover{background-color:#d9a006;border-color:#d9a006}.button--ghost{color:#fff;background-color:#0000;border-color:#fff6}.button--ghost:hover{background-color:#ffffff1a}.button--large{padding:1rem 1.75rem;font-size:1rem}.button--full{width:100%}.cta{width:100%;max-width:100%;padding-block:4rem;position:relative;overflow:hidden}@media (width>=768px){.cta{padding-block:6rem}}.cta{color:#fff}.cta__bg{z-index:0;position:absolute;inset:0}.cta__bg-image{height:100%;position:absolute;inset:0}.cta__bg-overlay{background:linear-gradient(135deg,#0a2540e6 0%,#1a56a8d9 100%);position:absolute;inset:0}.cta__inner{z-index:1;box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem;position:relative}@media (width>=768px){.cta__inner{padding-inline:2rem}}@media (width>=1024px){.cta__inner{padding-inline:2.5rem}}.cta__inner{text-align:center;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:52rem;margin-inline:auto;display:flex}.cta__title{letter-spacing:-.02em;font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;font-size:clamp(1.5rem,4.5vw,2.5rem);font-weight:700;line-height:1.2}.cta__description{color:#ffffffe6;font-size:1.125rem;line-height:1.7}.logo{color:inherit;align-items:center;gap:1rem;text-decoration:none;display:inline-flex}.logo__image{object-fit:contain;object-position:center;flex-shrink:0;width:auto;max-width:3.5rem;height:2.5rem;display:block}@media (width>=768px){.logo__image{max-width:3.75rem;height:2.75rem}}.logo__text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.logo__name{letter-spacing:.04em;white-space:nowrap;font-size:1.25rem;font-weight:700;line-height:1}.logo__name-primary{color:#1a56a8}.logo__name-accent{color:#f5b800}.logo__tagline{letter-spacing:.06em;text-transform:uppercase;max-width:14rem;font-size:.65rem;font-weight:600;line-height:1.2}.logo--compact{gap:.5rem}.logo--compact .logo__image{max-width:3.25rem;height:2.25rem}.logo--compact .logo__name{font-size:1.125rem}.logo--large{gap:1.5rem}.logo--large .logo__image{max-width:4.25rem;height:3rem}@media (width>=768px){.logo--large .logo__image{max-width:4.5rem;height:3.25rem}}.logo--large .logo__name{font-size:1.5rem}.logo--dark .logo__name-primary{color:var(--theme-logo-primary)}.logo--dark .logo__name-accent{color:var(--theme-logo-accent)}.logo--dark .logo__tagline{color:var(--theme-logo-tagline)}.logo--light .logo__name-primary{color:#7eb8ff}.logo--light .logo__name-accent{color:#f5b800}.logo--light .logo__tagline{color:#ffffffbf}.logo--footer .logo__image{max-width:4rem;height:3rem}@media (width>=768px){.logo--footer .logo__image{max-width:4.25rem;height:3.25rem}}.logo--footer .logo__name{font-size:1.5rem}.footer{color:#ffffffd9;background:var(--theme-footer-surface)}.footer__whatsapp-bar{background:linear-gradient(135deg,#0c2d5c 0%,#1a56a8 100%);border-bottom:1px solid #ffffff26;padding-block:2rem}.footer__whatsapp-inner{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.footer__whatsapp-inner{padding-inline:2rem}}@media (width>=1024px){.footer__whatsapp-inner{padding-inline:2.5rem}}.footer__whatsapp-inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (width>=768px){.footer__whatsapp-inner{text-align:left;flex-direction:row;justify-content:center;align-items:center;gap:3rem}}.footer__whatsapp-text{color:#fff;align-items:center;gap:1rem;display:flex}.footer__whatsapp-icon{flex-shrink:0;width:2.75rem;height:2.75rem}.footer__whatsapp-title{margin-bottom:.25rem;font-size:1.125rem;font-weight:700;line-height:1.2}.footer__whatsapp-desc{opacity:.9;font-size:.875rem}.footer__whatsapp-inner .whatsapp-button{background:var(--theme-surface);border-color:var(--theme-surface);color:#123d7a;flex-shrink:0}.footer__whatsapp-inner .whatsapp-button:hover{color:#0c2d5c;background:#fff9e6;border-color:#fff9e6;box-shadow:0 4px 16px #00000026}.footer__inner{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.footer__inner{padding-inline:2rem}}@media (width>=1024px){.footer__inner{padding-inline:2.5rem}}.footer__inner{gap:3rem;padding-block:4rem 3rem;display:grid}@media (width>=768px){.footer__inner{grid-template-columns:repeat(3,minmax(0,1fr))}}.footer__brand{flex-direction:column;gap:1.5rem;display:flex}.footer__brand-text{color:#ffffffbf;max-width:22rem;font-size:.875rem;line-height:1.7}.footer__heading{color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer__links{flex-direction:column;gap:.5rem;display:flex}.footer__link{font-size:.875rem;transition:color .15s}.footer__link:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.footer__link:hover{color:#fff}.footer__link--whatsapp{color:#ffd54f;align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.footer__link--whatsapp:hover{color:#fff9e6}.footer__link-icon{flex-shrink:0;width:1rem;height:1rem}.footer__bottom{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.footer__bottom{padding-inline:2rem}}@media (width>=1024px){.footer__bottom{padding-inline:2.5rem}}.footer__bottom{border-top:1px solid #ffffff1f;padding-block:2rem 4rem}.footer__copyright{color:#ffffffb3;margin-bottom:.5rem;font-size:.875rem}.footer__disclaimer{color:#ffffff80;max-width:48rem;font-size:.75rem;line-height:1.7}.language-switcher{position:relative}.language-switcher__trigger{min-height:2.5rem;color:var(--theme-heading);background:var(--theme-switcher-bg);border:1px solid var(--theme-border);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:border-color .15s,background-color .15s,box-shadow .15s;display:inline-flex}.language-switcher__trigger:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.language-switcher__trigger:hover{border-color:#e8f2fc}.language-switcher__flag{font-size:1.125rem;line-height:1}.language-switcher__label{white-space:nowrap}@media (width<=1023px){.language-switcher__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}.language-switcher__chevron{color:var(--theme-text-muted);flex-shrink:0;transition:transform .15s}.language-switcher__chevron--open{transform:rotate(180deg)}.language-switcher__menu{z-index:102;background:var(--theme-switcher-bg);border:1px solid var(--theme-border);min-width:10.5rem;box-shadow:var(--theme-shadow-lg);opacity:0;pointer-events:none;border-radius:.5rem;margin:0;padding:.25rem;list-style:none;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + .25rem);right:0;transform:translateY(-.25rem)}.language-switcher__menu--open{opacity:1;pointer-events:auto;transform:translateY(0)}.language-switcher__menu[hidden]{display:none}.language-switcher__option{width:100%;color:var(--theme-heading);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.language-switcher__option:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.language-switcher__option:hover{background:var(--theme-surface-alt)}.language-switcher__option--active{color:#1a56a8;background:#1a56a814}.language-switcher__option-label{flex:1}.theme-switcher{position:relative}.theme-switcher__trigger{min-height:2.5rem;color:var(--theme-heading);background:var(--theme-switcher-bg);border:1px solid var(--theme-border);cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:border-color .15s,box-shadow .15s;display:inline-flex}.theme-switcher__trigger:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.theme-switcher__trigger:hover{border-color:#e8f2fc}.theme-switcher__icon{color:#1a56a8;flex-shrink:0}.theme-switcher__label{white-space:nowrap}@media (width<=1023px){.theme-switcher__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}.theme-switcher__chevron{color:var(--theme-text-muted);flex-shrink:0;transition:transform .15s}.theme-switcher__chevron--open{transform:rotate(180deg)}.theme-switcher__menu{z-index:102;background:var(--theme-switcher-bg);border:1px solid var(--theme-border);min-width:11.5rem;box-shadow:var(--theme-shadow-lg);opacity:0;pointer-events:none;border-radius:.5rem;margin:0;padding:.25rem;list-style:none;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + .25rem);right:0;transform:translateY(-.25rem)}.theme-switcher__menu--open{opacity:1;pointer-events:auto;transform:translateY(0)}.theme-switcher__menu[hidden]{display:none}.theme-switcher__option{width:100%;color:var(--theme-heading);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.theme-switcher__option:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.theme-switcher__option:hover{background:var(--theme-surface-alt)}.theme-switcher__option--active{color:#1a56a8;background:#1a56a81f}.theme-switcher__option-label{flex:1}.header{z-index:100;width:100%;max-width:100%;position:sticky;top:0}.header__inner{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.header__inner{padding-inline:2rem}}@media (width>=1024px){.header__inner{padding-inline:2.5rem}}.header__inner{z-index:111;background:var(--theme-header-bg);border-bottom:1px solid var(--theme-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:space-between;align-items:center;height:4.5rem;display:flex;position:relative;overflow-x:clip}.header__nav{align-items:center;gap:2rem;display:none}@media (width>=1024px){.header__nav{display:flex}}.header__link{color:var(--theme-text-muted);font-size:.875rem;font-weight:500;transition:color .15s}.header__link:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.header__link:hover{color:#1a56a8}.header__actions{align-items:center;gap:1rem;display:none}@media (width>=1024px){.header__actions{display:flex}}.header__mobile-actions{align-items:center;gap:.5rem;display:flex}@media (width>=1024px){.header__mobile-actions{display:none}}.header__menu-toggle{width:2.75rem;height:2.75rem;color:var(--theme-heading);border:1px solid var(--theme-border);cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;padding:0;display:flex}.header__menu-toggle:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.header__menu-toggle svg{width:1.5rem;height:1.5rem}.header__mobile-nav{z-index:110;background:var(--theme-mobile-nav-bg);border-top:1px solid var(--theme-border);overscroll-behavior:contain;flex-direction:column;gap:1rem;padding:2rem 1.5rem;display:flex;position:fixed;inset:4.5rem 0 0;overflow-y:auto}.header__mobile-nav[hidden]{display:none!important}@media (width>=1024px){.header__mobile-nav{display:none!important}}.header__mobile-link{color:var(--theme-heading);border-bottom:1px solid var(--theme-border);padding-block:.5rem;font-size:1.125rem;font-weight:500}.header__mobile-link:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.header__overlay{z-index:100;background:var(--theme-overlay);opacity:0;pointer-events:none;transition:opacity .25s;position:fixed;inset:4.5rem 0 0}.header__overlay--visible{opacity:1;pointer-events:auto}@media (width>=1024px){.header__overlay{display:none}}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes hero-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.25)}}.hero{color:#fff;align-items:center;width:100%;max-width:100%;height:calc(100svh - 4.5rem);display:flex;position:relative;overflow:clip hidden}.hero__bg{z-index:0;position:absolute;inset:0;overflow:hidden}.hero__bg-image{opacity:.35;width:100%;height:100%;position:absolute;inset:0}.hero__bg-image .lazy-image{object-fit:cover;width:100%;height:100%}.hero__bg-overlay{background:linear-gradient(135deg,#0a2540f0 0%,#1a56a8e6 55%,#123d7aeb 100%);position:absolute;inset:0}.hero__inner{z-index:1;box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem;position:relative}@media (width>=768px){.hero__inner{padding-inline:2rem}}@media (width>=1024px){.hero__inner{padding-inline:2.5rem}}.hero__inner{place-items:center;gap:1.5rem;width:100%;height:100%;min-height:0;padding-block:1rem;display:grid;overflow:hidden}@media (width>=768px){.hero__inner{gap:2rem;padding-block:1.5rem}}@media (width>=1024px){.hero__inner{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:stretch;gap:3rem}}.hero--animated .hero__badge{animation:.75s cubic-bezier(.22,1,.36,1) both hero-fade-up}.hero--animated .hero__title{animation:.8s cubic-bezier(.22,1,.36,1) .1s both hero-fade-up}.hero--animated .hero__subtitle{animation:.8s cubic-bezier(.22,1,.36,1) .15s both hero-fade-up}.hero--animated .hero__actions{animation:.8s cubic-bezier(.22,1,.36,1) .2s both hero-fade-up}.hero--animated .hero__highlights{animation:.8s cubic-bezier(.22,1,.36,1) .25s both hero-fade-up}.hero--animated .hero__gallery{animation:1s cubic-bezier(.22,1,.36,1) .15s both hero-fade-up}.hero__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:32rem;display:flex}@media (width>=1024px){.hero__content{max-width:none;padding-right:1rem}}.hero__badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff40;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero__badge-dot{background:#f5b800;border-radius:9999px;width:.5rem;height:.5rem;animation:2s ease-in-out infinite hero-pulse;box-shadow:0 0 8px #f5b800}.hero__title{letter-spacing:-.02em;margin-bottom:1rem;font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;font-size:clamp(1.65rem,4.5vw,2.75rem);font-weight:700;line-height:1.1}.hero__subtitle{margin-bottom:1rem;color:#ffffffe0;max-width:30rem;margin-inline:auto;font-size:clamp(.875rem,1.8vw,1.125rem);line-height:1.7}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.hero__highlights{flex-wrap:wrap;justify-content:center;gap:.25rem;display:flex}.hero__highlight{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}@media (width>=768px){.hero__highlight{padding:.5rem 1rem;font-size:.875rem}}.hero__gallery{flex-direction:column;gap:.5rem;width:100%;max-width:20rem;min-height:0;max-height:100%;display:flex;overflow:hidden}@media (width>=768px){.hero__gallery{gap:1rem;max-width:24rem}}@media (width>=1024px){.hero__gallery{max-width:none;height:100%;max-height:calc(100svh - 7.5rem)}}.hero__gallery-main{border-radius:1rem;flex:auto;width:100%;min-height:0;max-height:55%;position:relative;overflow:hidden}@media (width>=768px){.hero__gallery-main{max-height:58%}}@media (width>=1024px){.hero__gallery-main{flex:1;max-height:none}}.hero__gallery-secondary{flex:none;width:100%;min-height:0}@media (width<=767px){.hero__gallery-secondary{display:none}}.hero__gallery-frame{width:100%;height:100%;min-height:0;max-height:100%;box-shadow:0 12px 32px #0a254024}.hero__gallery-frame .lazy-image{height:100%;min-height:8rem}.hero__gallery-frame--main{aspect-ratio:auto;min-height:10rem}@media (width>=1024px){.hero__gallery-frame--main{min-height:0}}.hero__gallery-frame--secondary{aspect-ratio:16/9;max-height:9rem;box-shadow:0 4px 12px #0a25401a}@media (width>=1024px){.hero__gallery-frame--secondary{aspect-ratio:16/10;max-height:11rem}}.hero__floating-card{z-index:2;text-align:center;background:var(--theme-hero-floating-bg);border-radius:.5rem;flex-direction:column;align-items:center;padding:.5rem 1rem;display:flex;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0a254024}@media (width>=768px){.hero__floating-card{border-radius:.75rem;padding:1rem 1.5rem;bottom:1rem}}.hero__floating-logo{object-fit:contain;width:auto;max-width:7.5rem;height:2.25rem;display:block}@media (width>=768px){.hero__floating-logo{max-width:8.5rem;height:2.5rem}}.hero__floating-text{color:var(--theme-text-muted);margin-top:.25rem;font-size:.75rem}@media (prefers-reduced-motion:reduce){.hero--animated .hero__badge,.hero--animated .hero__title,.hero--animated .hero__subtitle,.hero--animated .hero__actions,.hero--animated .hero__highlights,.hero--animated .hero__gallery,.hero__badge-dot{animation:none}}.industries{padding-block:4rem}@media (width>=768px){.industries{padding-block:6rem}}.industries{background:var(--theme-surface)}.industries__inner{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.industries__inner{padding-inline:2rem}}@media (width>=1024px){.industries__inner{padding-inline:2.5rem}}.industries__inner{place-items:center stretch;gap:4rem;width:100%;max-width:100%;display:grid}.industries__inner>*{width:100%;min-width:0;max-width:100%}@media (width>=1024px){.industries__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:6rem}}.industries__visual{border-radius:1.25rem;width:100%;position:relative;overflow:hidden;box-shadow:0 12px 32px #0a254024}.industries__image{aspect-ratio:4/3;width:100%}@media (width>=1024px){.industries__image{aspect-ratio:5/4;min-height:24rem}}.industries__visual-overlay{border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#0000 50%,#1a56a847 100%);position:absolute;inset:0}.industries__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.industries__grid{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));justify-content:center;gap:1rem;width:100%;margin-top:1.5rem;display:grid}.industries__item{color:var(--theme-logo-tagline);text-align:center;background:var(--theme-surface-alt);border:1px solid var(--theme-border);border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;transition:background-color .15s,border-color .15s,transform .15s;display:flex}.industries__item:hover{background:#e8f2fc;border-color:#1a56a859}.industries__bullet{background:#1a56a8;border-radius:9999px;flex-shrink:0;width:.5rem;height:.5rem}@keyframes maintenance-fade-up{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.maintenance{background:radial-gradient(ellipse 80% 60% at 10% 0%, #1a56a824, transparent 55%), radial-gradient(ellipse 70% 50% at 90% 100%, #f5b8001f, transparent 50%), var(--theme-surface);justify-content:center;align-items:center;min-height:100svh;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.maintenance__toolbar{z-index:1;align-items:center;gap:.5rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.maintenance__content{z-index:1;flex-direction:column;align-items:flex-start;width:100%;max-width:36rem;animation:.55s both maintenance-fade-up;display:flex;position:relative}.maintenance__badge{letter-spacing:.06em;text-transform:uppercase;color:#1a56a8;margin-top:3rem;margin-bottom:1rem;font-size:.875rem;font-weight:600}.maintenance__title{color:var(--theme-heading);margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15}.maintenance__message{color:var(--theme-text-muted);margin:0 0 3rem;font-size:1.125rem;line-height:1.6}.maintenance__actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.maintenance__contacts{flex-direction:column;gap:.5rem;display:flex}.maintenance__contact{color:var(--theme-heading);font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s}.maintenance__contact:focus-visible{outline-offset:2px;outline:2px solid #f5b800}.maintenance__contact:hover{color:#1a56a8}.process{background:var(--theme-surface-alt)}.process__banner{width:100%;max-width:100%;min-height:16rem;position:relative;overflow:hidden}@media (width>=768px){.process__banner{min-height:20rem}}.process__banner-image{height:100%;position:absolute;inset:0}.process__banner-overlay{background:linear-gradient(90deg,#0a2540eb 0%,#1a56a8d1 100%);position:absolute;inset:0}.process__banner-content{z-index:1;box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem;position:relative}@media (width>=768px){.process__banner-content{padding-inline:2rem}}@media (width>=1024px){.process__banner-content{padding-inline:2.5rem}}.process__banner-content{width:100%;min-height:inherit;color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding-block:4rem;display:flex}.process__banner-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#f5b800;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.process__banner-text{max-width:40rem;margin-inline:auto;font-size:clamp(1.125rem,2.5vw,1.5rem);line-height:1.7}.process__inner{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.process__inner{padding-inline:2rem}}@media (width>=1024px){.process__inner{padding-inline:2.5rem}}.process__inner{padding-block:4rem}@media (width>=768px){.process__inner{padding-block:6rem}}.process__inner{text-align:center;flex-direction:column;align-items:stretch;padding-top:4rem;display:flex}.process__inner .section-header{text-align:center;margin-inline:auto}.process__steps{justify-content:center;gap:1.5rem;width:100%;display:grid}@media (width>=768px){.process__steps{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.process__steps{grid-template-columns:repeat(4,1fr)}}.process__step{text-align:center;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:1.25rem;flex-direction:column;align-items:center;gap:1rem;padding:2rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 1px 2px #0a254014}.process__step:hover{border-color:#1a56a838;transform:translateY(-2px);box-shadow:0 4px 12px #0a25401a}.process__number{color:#fff;background:linear-gradient(135deg,#1a56a8 0%,#123d7a 100%);border-radius:9999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1.125rem;font-weight:700;display:flex;box-shadow:0 4px 12px #1a56a859}.process__title{color:var(--theme-heading);font-size:1.125rem;font-weight:600}.process__description{color:var(--theme-text-muted);font-size:.875rem;line-height:1.7}.services{padding-block:4rem}@media (width>=768px){.services{padding-block:6rem}}.services{background:var(--theme-surface)}.services__inner{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.services__inner{padding-inline:2rem}}@media (width>=1024px){.services__inner{padding-inline:2.5rem}}.services__inner{flex-direction:column;align-items:stretch;display:flex}.services .section-header{text-align:center}.services__grid{justify-content:center;gap:1.5rem;width:100%;display:grid}@media (width>=768px){.services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.services__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.services__card{background:var(--theme-surface-elevated);border:1px solid var(--theme-border);border-radius:1.25rem;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 2px 8px #0a254012}.services__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0a254024}@media (width>=1024px){.services__card--featured{grid-column:span 1}.services__card--featured .services__media{aspect-ratio:16/10}}.services__media{aspect-ratio:16/9;position:relative;overflow:hidden}.services__image-wrap{height:100%;position:absolute;inset:0}.services__media-overlay{background:linear-gradient(#0000 30%,#0a2540e0 100%);position:absolute;inset:0}.services__icon-wrap{z-index:1;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a56a8eb;border-radius:.5rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem}.services__icon-wrap .service-icon{width:1.35rem;height:1.35rem}.services__body{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:1.5rem 2rem 2rem;display:flex}.services__title{color:var(--theme-heading);font-size:1.25rem;font-weight:600}.services__description{color:var(--theme-text-muted);font-size:.875rem;line-height:1.7}.why-safety{padding-block:4rem}@media (width>=768px){.why-safety{padding-block:6rem}}.why-safety{background:var(--theme-surface)}.why-safety__inner{box-sizing:border-box;width:100%;max-width:90rem;margin-inline:auto;padding-inline:1.5rem}@media (width>=768px){.why-safety__inner{padding-inline:2rem}}@media (width>=1024px){.why-safety__inner{padding-inline:2.5rem}}.why-safety__inner{flex-direction:column;align-items:stretch;display:flex}.why-safety .section-header{text-align:center}.why-safety__grid{justify-content:center;gap:1.5rem;width:100%;display:grid}@media (width>=768px){.why-safety__grid{grid-template-columns:repeat(2,1fr)}}.why-safety__card{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:1.25rem;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 2px 8px #0a254012}.why-safety__card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0a254024}.why-safety__media{aspect-ratio:16/9;position:relative;overflow:hidden}.why-safety__image{height:100%;position:absolute;inset:0}.why-safety__media-overlay{background:linear-gradient(#0000 40%,#0a25408c 100%);position:absolute;inset:0}.why-safety__body{text-align:center;padding:1.5rem 2rem 2rem}.why-safety__title{color:var(--theme-heading);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.why-safety__description{color:var(--theme-text-muted);font-size:.875rem;line-height:1.7}
