:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f8fafc;overflow-x:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit}:root{--a2h-blue: #1a365d;--a2h-blue-light: #234876;--a2h-blue-muted: #2d4a6f;--a2h-red: #c41e3a;--a2h-red-dark: #a01830;--a2h-red-muted: #9e2d42;--a2h-white: #ffffff;--a2h-off-white: #f8fafc;--a2h-bg-soft: #e8eef5;--a2h-bg-soft-alt: #dce4ef;--a2h-text: #1a365d;--a2h-text-muted: #475569}.app{color:var(--a2h-text);background-color:var(--a2h-bg-soft)}.navbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:.6rem 5vw;background-color:var(--a2h-white);box-shadow:0 1px 3px #1a365d14;color:var(--a2h-blue);border-bottom:1px solid rgba(26,54,93,.1)}.navbar__brand{display:flex;align-items:center;gap:.75rem;cursor:pointer}.navbar__logo{height:2.6rem;width:auto;display:block;object-fit:contain}.navbar__brand-text{display:flex;flex-direction:column}.navbar__brand-name{font-size:.95rem;font-weight:600;color:var(--a2h-blue)}.navbar__brand-tagline{font-size:.72rem;color:var(--a2h-text-muted)}.navbar__nav{display:flex;align-items:center;gap:.75rem}.navbar__nav button{border:none;background:transparent;color:var(--a2h-blue);padding:.4rem .8rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .05s ease,border-radius .15s ease}.navbar__nav button:hover{background-color:var(--a2h-bg-soft);color:var(--a2h-blue-light)}.navbar__cta{background-color:var(--a2h-red-muted)!important;color:var(--a2h-white)!important;font-weight:600;border-radius:10px;padding:.5rem 1rem}.navbar__cta:hover{background-color:var(--a2h-red-dark)!important}.hero{position:relative;min-height:80vh;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background-color:var(--a2h-bg-soft)}.hero__content{padding:4rem 4rem 4rem 5vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1.5rem;background-color:var(--a2h-bg-soft)}.hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:600;color:var(--a2h-red)}.hero__title{font-size:clamp(2rem,2.8vw + 1.2rem,3rem);line-height:1.15;max-width:28rem;margin:0;color:var(--a2h-blue)}.hero__subtitle{max-width:32rem;font-size:.98rem;color:var(--a2h-text-muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.hero__image{position:relative;min-height:320px;height:100%;overflow:hidden}.hero__image img{width:100%;height:100%;min-height:100%;object-fit:cover;object-position:center;display:block}.btn{border-radius:8px;border:none;padding:.7rem 1.4rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .05s ease}.btn--primary{background-color:var(--a2h-red-muted);color:var(--a2h-white);box-shadow:0 2px 8px #9e2d4240}.btn--primary:hover{background-color:var(--a2h-red-dark);transform:translateY(-1px)}.btn--secondary{background-color:var(--a2h-white);color:var(--a2h-blue);border:2px solid var(--a2h-blue)}.btn--secondary:hover{background-color:var(--a2h-blue);color:var(--a2h-white)}.section{padding:4.5rem 5vw}.section--light{background-color:var(--a2h-bg-soft)}.section--muted{background-color:var(--a2h-bg-soft-alt)}.section__inner{max-width:1120px;margin:0 auto}.section__inner--split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2.5rem;align-items:flex-start}.section__header h2{margin:0 0 .5rem;font-size:1.9rem;color:var(--a2h-blue)}.section__header p{margin:0;max-width:40rem;color:var(--a2h-text-muted);font-size:.98rem}.services__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin-top:2.5rem}.service-card{background-color:var(--a2h-white);border-radius:1rem;padding:1.4rem 1.3rem 1.3rem;box-shadow:0 16px 40px #1a365d14;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.65rem}.service-card h3{margin:0;font-size:1.05rem;color:var(--a2h-blue)}.service-card__summary{margin:0;font-size:.9rem;color:var(--a2h-text-muted)}.service-card__highlights{list-style:disc;padding-left:1.1rem;margin:.4rem 0 .5rem;color:var(--a2h-text-muted);font-size:.85rem}.service-card__highlights li+li{margin-top:.15rem}.service-card__cta{align-self:flex-start;margin-top:auto;padding:.45rem .9rem;font-size:.85rem;border-radius:999px;border:none;background-color:#c41e3a1a;color:var(--a2h-red);font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .05s ease}.service-card__cta:hover{background-color:#c41e3a2e;color:var(--a2h-red-dark);transform:translateY(-1px)}.services__all{margin-top:2.5rem}.services__all-toggle{border-radius:999px;border:2px solid var(--a2h-blue);padding:.55rem 1.3rem;font-size:.9rem;background-color:var(--a2h-white);color:var(--a2h-blue);cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.services__all-toggle:hover{background-color:#1a365d0f;border-color:var(--a2h-blue-light)}.services__all-panel{margin-top:1.5rem;border-radius:1.1rem;background-color:#fff;border:1px solid #e2e8f0;padding:1.6rem 1.5rem 1.4rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem 2rem}.services__all-item h4{margin:0 0 .2rem;font-size:.98rem;color:var(--a2h-blue)}.services__all-item p{margin:0;font-size:.9rem;color:var(--a2h-text-muted)}.section__content h2{margin:0 0 .6rem;font-size:1.9rem;color:var(--a2h-blue)}.section__content p{margin:0 0 .8rem;font-size:.96rem;color:var(--a2h-text-muted)}.section__form{background-color:var(--a2h-white);border-radius:1.1rem;padding:1.5rem 1.6rem 1.4rem;box-shadow:0 18px 45px #1a365d14;border:1px solid #e2e8f0}.contact-form{display:flex;flex-direction:column;gap:.9rem}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{font-size:.82rem;font-weight:600;color:var(--a2h-blue)}.form-field input,.form-field select,.form-field textarea{border-radius:.7rem;border:1px solid #cbd5e1;padding:.55rem .7rem;font-size:.9rem;background-color:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.form-field textarea{resize:vertical;min-height:130px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--a2h-red);box-shadow:0 0 0 1px #c41e3a40;background-color:var(--a2h-white)}.form-footer{display:flex;flex-direction:column;gap:.5rem;margin-top:.4rem}.form-error{margin:0;font-size:.9rem;color:var(--a2h-red-muted);font-weight:500}.form-note{margin:0;font-size:.78rem;color:#6b7280}.footer{border-top:1px solid rgba(26,54,93,.2);background-color:var(--a2h-blue);color:#ffffffd9}.footer__inner{max-width:1120px;margin:0 auto;padding:1.1rem 5vw;font-size:.8rem}@media(max-width:960px){.navbar{padding-inline:1.2rem}.navbar__brand-name{font-size:.88rem}.section__inner--split{grid-template-columns:minmax(0,1fr)}.services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services__all-panel{grid-template-columns:minmax(0,1fr)}}@media(max-width:720px){.navbar{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.75rem 1rem}.navbar__brand{flex:1 1 auto;min-width:0}.navbar__logo{height:2.2rem}.navbar__brand-name{font-size:.82rem}.navbar__brand-tagline{display:none}.navbar__nav{flex:1 1 100%;order:3;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}.navbar__nav button{min-height:44px;min-width:44px;padding:.5rem 1rem}.navbar__cta{min-height:44px;padding:.55rem 1rem}.hero{grid-template-columns:1fr;min-height:auto}.hero__content{padding:2.5rem 1.25rem;order:1}.hero__title{font-size:1.75rem}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%;min-height:48px;justify-content:center}.hero__image{order:2;min-height:260px}.section{padding:3rem 1.25rem}.section__header h2,.section__content h2{font-size:1.6rem}.services__grid{grid-template-columns:minmax(0,1fr);gap:1rem}.service-card{padding:1.25rem}.contact-form .form-row{grid-template-columns:minmax(0,1fr)}.form-field input,.form-field select,.form-field textarea{min-height:48px;font-size:16px}.form-field textarea{min-height:120px}.form-footer .btn{width:100%;min-height:48px}.footer__inner{padding:1rem 1.25rem;text-align:center}}@media(max-width:480px){.navbar__nav{gap:.4rem}.hero__content{padding:2rem 1rem}.section{padding:2.5rem 1rem}}
