@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap";:root{--color-primary:#1a1a2e;--color-secondary:#16213e;--color-accent:#0f3460;--color-text:#101827;--color-text-light:#475467;--color-background:#f8fbff;--color-surface:#fff;--color-border:#d6deeb;--color-soft:#0f34600f;--font-primary:"Manrope", "Segoe UI", sans-serif;--font-heading:"Outfit", "Manrope", sans-serif;--border-radius:12px;--shadow-sm:0 8px 24px #10182714;--shadow-md:0 18px 36px #0f172a26;--shadow-glow:0 0 0 1px #0f172a0a, 0 20px 40px #0f346026;--transition:all .24s ease;--navbar-height:74px}*{box-sizing:border-box}html,body{-webkit-text-size-adjust:100%;margin:0;padding:0}body{font-family:var(--font-primary);color:var(--color-text);background:radial-gradient(circle at 8% 0%, #0f34601a, transparent 38%), radial-gradient(circle at 92% 5%, #1a1a2e1f, transparent 36%), var(--color-background);overflow-x:clip}h1,h2,h3{font-family:var(--font-heading);letter-spacing:-.02em;text-wrap:balance;margin:0 0 1rem;font-weight:700;line-height:1.18}h1{font-size:clamp(2rem,5.4vw,4rem)}h2{font-size:clamp(1.5rem,3.4vw,2.1rem)}h3{font-size:clamp(1.15rem,2.4vw,1.45rem)}p{color:var(--color-text-light);text-wrap:pretty;overflow-wrap:anywhere;margin:0 0 1rem;line-height:1.72}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.site-body{position:relative;overflow-x:hidden}.site-glow{pointer-events:none;z-index:-1;filter:blur(62px);opacity:.24;border-radius:999px;width:440px;height:440px;position:fixed}.site-glow-a{background:#0f3460;top:-160px;left:-140px}.site-glow-b{background:#1a1a2e;top:220px;right:-150px}.page-shell{min-height:calc(100dvh - var(--navbar-height));padding-top:calc(var(--navbar-height) + env(safe-area-inset-top,0px));position:relative}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 clamp(1rem,2.6vw,1.7rem)}.section{padding:clamp(2.8rem,6vw,5rem) 0}.section-soft{background:linear-gradient(#0f34600d,#ffffffdb)}.section-title{text-align:center;margin-bottom:clamp(1.6rem,4vw,2.8rem)}.grid-3,.grid-2{grid-template-columns:1fr;gap:clamp(.9rem,2.6vw,1.5rem);display:grid}.card{border-radius:calc(var(--border-radius) + 3px);box-shadow:var(--shadow-sm);transition:var(--transition);background:linear-gradient(155deg,#fffffffa,#f6fafff2);border:1px solid #d6deebd9;padding:clamp(1rem,2.8vw,1.45rem)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.glow-card{box-shadow:var(--shadow-glow)}.btn{cursor:pointer;min-height:42px;transition:var(--transition);border:none;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.66rem 1.12rem;font-family:inherit;font-size:.96rem;font-weight:700;line-height:1.2;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(120deg, var(--color-primary), var(--color-accent));box-shadow:0 10px 24px #0f346040}.btn-primary:hover{filter:brightness(1.08);text-decoration:none;transform:translateY(-1px)}.btn-outline{color:var(--color-text);background:#ffffffe6;border:1px solid #10182729}.btn-outline:hover{background:#fff;border-color:#10182747;text-decoration:none}.navbar{z-index:100;min-height:var(--navbar-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #d6deebf2;position:fixed;inset:0 0 auto}.navbar-inner{min-height:var(--navbar-height);justify-content:space-between;align-items:center;gap:.85rem;display:flex}.brand{max-width:min(75vw,430px);color:var(--color-text);align-items:center;gap:.6rem;font-weight:800;display:inline-flex}.brand span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.brand-logo{object-fit:contain;background:0 0;border:none;border-radius:0;flex-shrink:0;width:auto;max-width:180px;height:48px;padding:0}.nav-toggle{display:none}.hamburger{cursor:pointer;background:#ffffffd6;border:1px solid #10182724;border-radius:10px;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;padding:0 10px;display:inline-flex}.hamburger span{background:var(--color-text);border-radius:4px;width:100%;height:2px}.nav-links{left:0;right:0;top:var(--navbar-height);max-height:calc(100dvh - var(--navbar-height));background:#fffffff7;border-bottom:1px solid #d6deebf2;flex-direction:column;align-items:stretch;gap:.25rem;padding:.65rem 1rem 1rem;display:none;position:absolute;overflow-y:auto;box-shadow:0 14px 28px #10182724}.nav-toggle:checked~.nav-links{display:flex}.nav-link-item{border-radius:10px;padding:.62rem .72rem;font-size:.95rem;font-weight:600;display:block}.nav-link-item:hover{background:#0f346014;text-decoration:none}.nav-links .btn{width:100%;margin-top:.25rem}.hero{background:linear-gradient(145deg,#16213e17,#0f346008) 50%/cover;align-items:center;min-height:min(82vh,860px);padding:clamp(2rem,4vw,3rem) 0;display:flex;position:relative}.hero:after{content:"";background:linear-gradient(#0000,#f8fbfffa);height:90px;position:absolute;bottom:0;left:0;right:0}.hero.has-image,.hero.has-image h1,.hero.has-image p,.hero.has-image .eyebrow,.hero.has-image .hero-metrics span{color:#fff}.hero-content{z-index:1;max-width:820px;position:relative}.hero-content>p{max-width:68ch}.eyebrow{color:var(--color-accent);letter-spacing:.08em;text-transform:uppercase;background:#0f34601a;border-radius:999px;margin-bottom:.9rem;padding:.38rem .7rem;font-size:.72rem;font-weight:800;display:inline-block}.hero-metrics{flex-wrap:wrap;gap:.55rem;margin-bottom:1.25rem;display:flex}.hero-metrics span{min-height:32px;color:var(--color-secondary);background:#fffc;border:1px solid #0f346038;border-radius:999px;align-items:center;padding:.3rem .65rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-actions{flex-wrap:wrap;gap:.55rem;display:flex}.page-hero{background:linear-gradient(130deg,#16213e1c,#0f34600a);border-bottom:1px solid #d6deebf2;padding:clamp(3rem,5vw,5rem) 0 clamp(1.7rem,3vw,3rem)}.icon-badge{width:42px;height:42px;color:var(--color-accent);background:#0f34601f;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.65rem;display:inline-flex}.icon-badge svg{width:22px;height:22px}.service-card{flex-direction:column;align-items:flex-start;display:flex}.service-card .btn{margin-top:auto}.service-image{object-fit:cover;border-radius:calc(var(--border-radius) - 2px);border:1px solid #1018271a;width:100%;height:clamp(150px,22vw,190px);margin-bottom:.9rem}.cta-band{text-align:center;box-shadow:var(--shadow-glow);background:linear-gradient(130deg,#fffffffa,#f8fbffe6);border:1px solid #d6deebf2;border-radius:20px;padding:clamp(1.3rem,4vw,2.6rem)}.footer{color:#fffc;background:linear-gradient(155deg,#111a33,#16213e);border-top:1px solid #ffffff1a}.footer a,.footer h3{color:#fff}.footer-grid{grid-template-columns:1fr;gap:1.35rem;padding:2.2rem 0;display:grid}.footer-grid section{flex-direction:column;gap:.45rem;display:flex}.footer-grid section a{overflow-wrap:anywhere}.footer-bottom{border-top:1px solid #ffffff1a;padding:.95rem 0}.form-stack{gap:.68rem;display:grid}label{font-size:.94rem;font-weight:700}input,textarea,select{width:100%;min-height:42px;color:var(--color-text);font:inherit;background:#fffffff2;border:1px solid #10182729;border-radius:10px;padding:.68rem .84rem;font-size:16px}textarea{resize:vertical;min-height:130px}input[type=checkbox],input[type=radio]{width:auto;min-height:0;padding:0}input:focus,textarea:focus,select:focus{border-color:#0f3460cc;outline:none;box-shadow:0 0 0 3px #0f34601f}.field-error{color:#b91c1c;margin-top:-.25rem;font-size:.84rem;line-height:1.38;display:block}.legal-content h2{margin-top:1.6rem}.legal-content{max-width:860px}.alert{border-radius:10px;margin:1rem 0;padding:.85rem 1rem;animation:.25s fade-in}.alert ul{margin:0;padding-left:1.2rem}.alert-success{color:#14532d;background:#ecfdf3;border:1px solid #86efac}.alert-error{color:#7f1d1d;background:#fef2f2;border:1px solid #fca5a5}.toast-stack{z-index:1200;gap:.55rem;display:grid;position:fixed;bottom:.85rem;left:.85rem;right:.85rem}.toast{border:1px solid;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:.6rem;padding:.75rem .85rem;animation:.22s toast-in;display:flex;box-shadow:0 10px 24px #0f172a2e}.toast-success{color:#14532d;background:#ecfdf3;border-color:#86efac}.toast-error{color:#7f1d1d;background:#fef2f2;border-color:#fca5a5}.toast-warning{color:#854d0e;background:#fffbeb;border-color:#fcd34d}.toast-info{color:#1e3a8a;background:#eff6ff;border-color:#93c5fd}.toast-close{cursor:pointer;color:currentColor;opacity:.82;background:0 0;border:none;font-size:1.1rem;line-height:1}.toast-hide{opacity:0;transition:all .24s;transform:translateY(6px)}@keyframes toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (width>=720px){.hero-actions .btn,.nav-links .btn{width:auto}.grid-2,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toast-stack{width:min(92vw,380px);inset:1rem 1rem auto auto}}@media (width>=920px){.hamburger{display:none}.nav-links{max-height:none;box-shadow:none;background:0 0;border:none;flex-direction:row;justify-content:flex-end;align-items:center;gap:.6rem;padding:0;display:flex;position:static;overflow:visible}.nav-link-item{padding:.42rem .66rem;font-size:.92rem}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}@media (width<=640px){:root{--navbar-height:68px}.hero{min-height:min(78vh,700px);padding:1.4rem 0 1.8rem}.hero-actions,.hero-actions .btn,.cta-band .btn{width:100%}.section{padding:clamp(2.1rem,6.2vw,3rem) 0}.brand-logo{max-width:132px;height:40px}}@media (width<=420px){.container{padding:0 .8rem}.navbar-inner{gap:.55rem}.brand{gap:.45rem;max-width:68vw}.brand span{font-size:.9rem}}
