:root{--ua-red:#ab0520;--ua-blue:#0c234b;--ua-sky:#00b2a9;--ua-sand:#c9b18e;--ink:#1b1f23;--muted:#5b6b7a;--bg:#f7f8fb;--white:#fff}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#f7f8fb;background:var(--bg);color:#1b1f23;color:var(--ink);font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0}img{display:block;max-width:100%}.container{margin-inline:auto;width:min(1100px,92%)}.header{background:linear-gradient(90deg,#0c234b,#07162b);background:linear-gradient(90deg,var(--ua-blue),#07162b);border-bottom:4px solid #ab0520;border-bottom:4px solid var(--ua-red);color:#fff;color:var(--white);position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-inner{justify-content:space-between;padding:.8rem 0}.brand,.header-inner{align-items:center;display:flex}.brand{gap:.75rem}.brand-logo{background:#ab0520;background:var(--ua-red);border-radius:8px;color:#fff;display:grid;font-weight:800;height:36px;place-items:center;width:36px}.brand-text{line-height:1}.brand-name{font-weight:700}.brand-tag{font-size:.8rem;opacity:.85}.nav{display:flex;gap:.5rem}.nav-link{border-radius:10px;color:#e0e8ff;font-weight:600;padding:.55rem .8rem;text-decoration:none}.nav-link:hover{background:#102f5a}.nav-link.active{background:#ab0520;background:var(--ua-red);color:#fff}.footer{background:#0a1c39;border-top:4px solid #ab0520;border-top:4px solid var(--ua-red);color:#dbe5ff;margin-top:3rem}.footer-inner{justify-content:space-between;padding:1rem 0}.footer-inner,.footer-right{align-items:center;display:flex}.footer-right{gap:.5rem}.footer-link{color:#dbe5ff}.footer-bottom{background:#08142a;color:#a9b8d6;font-size:.9rem;padding:.6rem 0;text-align:center}.dot{background:#90a4d4;border-radius:50%;display:inline-block;height:6px;margin:0 6px;width:6px}.hero{border-bottom:1px solid #e9eef5;isolation:isolate;position:relative}.hero-img{filter:saturate(.92) contrast(1.02);height:56vh;object-fit:cover;width:100%}.hero-overlay{background:linear-gradient(180deg,#0c234ba6,#0c234b33 50%,#f7f8fb);inset:0;position:absolute;z-index:1}.hero-content{align-content:end;color:#fff;display:grid;inset:0;padding-bottom:2.4rem;position:absolute;z-index:2}.hero h1{font-size:clamp(1.6rem,2.6vw,2.6rem);margin:0 0 .4rem}.hero p{font-size:1.05rem;margin:0 0 1rem;opacity:.95}.btn-primary{background:#ab0520;background:var(--ua-red);border:none;border-radius:12px;color:#fff;display:inline-block;font-weight:700;padding:.75rem 1rem;text-decoration:none}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-primary:hover{filter:brightness(1.05)}.grid-3{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin:2rem 0}@media(max-width:900px){.grid-3{grid-template-columns:1fr}}.card{background:#fff;border:1px solid #e7ebf1;border-radius:16px;box-shadow:0 8px 24px #0c234b0f;overflow:hidden}.card-img{height:180px;object-fit:cover}.card-body{padding:1rem}.card-body h3{color:#0c234b;color:var(--ua-blue);margin:0 0 .35rem}.card-body p{color:#5b6b7a;color:var(--muted);margin:0}.app-shell{display:flex;flex-direction:column;min-height:100%}main.container{flex:1 1;padding:1.5rem 0}.request h2{color:#0c234b;color:var(--ua-blue);margin-bottom:.25rem}.sub{color:#5b6b7a;color:var(--muted);margin-bottom:1.25rem}.form{grid-gap:1rem;display:grid;gap:1rem;max-width:720px}.form-field{grid-gap:.4rem;display:grid;gap:.4rem}label{font-weight:600}input,textarea{background:#fff;border:1px solid #cfd7e3;border-radius:12px;font:inherit;padding:.7rem .8rem}input:focus,textarea:focus{border-color:#00b2a9;border-color:var(--ua-sky);outline:3px solid #00b2a94d}.field-error{color:#ab0520;color:var(--ua-red);font-size:.9rem}.alert{border-radius:12px;margin-top:.75rem;padding:.75rem 1rem}.alert-success{background:#e6f7f5;border:1px solid #b6ece6}.alert-error{background:#ffe9ec;border:1px solid #ffc4cc}.contact-note{color:#5b6b7a;color:var(--muted);margin-top:1rem}
/*# sourceMappingURL=main.5682344a.css.map*/