
:root{
--deep:#1e4d8a;--deep2:#2558a0;--deep3:#2f6bbf;--navy:#0f2c52;--navy2:#122f57;
--teal:#0a9e82;--teal2:#0ec49e;--teal3:#14e8b8;--teal-bg:#d8fdf3;
--red:#c0392b;--red-bg:#fdeceb;
--fog:#f5f3f0;--white:#ffffff;
--text:#0a1628;--text2:#1c3050;--muted:#4a6080;--rule:#c5d5e8;
--gold:#f0c040;--gold-deep:#c49413;
--r-lg:28px;--r-md:18px;--r-sm:12px;
--sh-sm:0 2px 12px rgba(30,77,138,.08);
--sh-md:0 8px 32px rgba(30,77,138,.15);
--sh-xl:0 24px 80px rgba(30,77,138,.22);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;background:var(--white);color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.55;}
img,svg{display:block;max-width:100%;}
a{text-decoration:none;color:inherit;}
button,input,select{font-family:inherit;}
button{cursor:pointer;}
::selection{background:rgba(14,196,158,.22);}
:focus-visible{outline:2px solid var(--teal3);outline-offset:3px;border-radius:4px;}

@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.25}}
@keyframes chatPop{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}
@keyframes dotBounce{0%,80%,100%{transform:translateY(0)}40%{transform:translateY(-5px)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;}}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease;}
.reveal.in{opacity:1;transform:none;}

/* ═══ FLOATING PILL HEADER ═══ */
.hdr{position:fixed;top:0;left:0;right:0;z-index:500;padding:12px 3%;display:flex;align-items:center;justify-content:space-between;gap:12px;pointer-events:none;background:rgba(16,42,82,.55);backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);border-bottom:1px solid rgba(255,255,255,.14);}
.hdr>*{pointer-events:auto;}
.hdr-brand{display:flex;align-items:center;background:none;border:none;border-radius:0;padding:2px 0;box-shadow:none;}
.hdr-wordmark{font-size:24px;font-weight:650;color:white;letter-spacing:-.3px;line-height:1.05;white-space:nowrap;}
.hdr-wordmark .w-home{color:var(--teal3);}
.hdr-sub{font-size:10px;color:rgba(255,255,255,.32);font-weight:600;letter-spacing:1.2px;text-transform:uppercase;margin-top:2px;}
.hdr-right{display:flex;align-items:center;gap:2px;background:white;border-radius:60px;padding:6px 6px 6px 16px;box-shadow:0 6px 24px rgba(10,22,40,.18);}
.hdr-links{display:flex;align-items:center;gap:2px;list-style:none;}
.hdr-links a{display:inline-block;font-size:13px;font-weight:700;color:var(--text2);padding:9px 12px;border-radius:30px;transition:all .18s;white-space:nowrap;}
.hdr-links a:hover{background:#eef2f8;color:var(--deep);}
.hdr-burger{width:40px;height:40px;border-radius:50%;border:none;background:none;display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;transition:background .2s;}
.hdr-burger:hover{background:#eef2f8;}
.hdr-burger span{display:block;width:18px;height:2.2px;border-radius:2px;background:var(--text);transition:all .25s;}
.hdr-cta{display:inline-flex;align-items:center;gap:7px;background:var(--teal);color:white;padding:11px 20px;border-radius:40px;font-size:13.5px;font-weight:800;transition:all .2s;white-space:nowrap;margin-left:8px;}
.hdr-cta:hover{background:var(--teal2);transform:translateY(-1px);}
@media(max-width:1080px){.hdr-links{display:none;}.hdr-burger{display:flex;}.hdr-right{padding:6px;}}
@media(max-width:720px){.hdr-wordmark{font-size:16px;}.hdr-sub{display:none;}}
@media(max-width:560px){.hdr-cta{padding:11px 14px;font-size:12.5px;}}

/* menu overlay (mobile) */
.menu{position:fixed;inset:0;z-index:490;background:rgba(15,44,82,.98);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;}
.menu.open{opacity:1;pointer-events:auto;}
.menu ul{list-style:none;text-align:center;display:grid;gap:8px;}
.menu a{display:inline-block;font-size:clamp(24px,5vw,36px);font-weight:800;letter-spacing:-.02em;color:rgba(255,255,255,.85);padding:8px 18px;border-radius:14px;transition:all .2s;}
.menu a:hover{color:var(--teal3);}
.menu .menu-tel{font-size:17px;color:var(--teal3);font-weight:700;margin-top:14px;}
body.menu-locked{overflow:hidden;}
.hdr.menu-on .hdr-burger span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hdr.menu-on .hdr-burger span:nth-child(2){opacity:0;}
.hdr.menu-on .hdr-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ═══ FOOTER ═══ */
footer{background:var(--navy2);padding:32px 5% 26px;text-align:center;}
.foot-brand{display:inline-flex;align-items:center;gap:11px;margin-bottom:12px;}
.foot-brand svg{width:28px;height:28px;}
.foot-brand span{color:white;font-weight:800;font-size:16px;letter-spacing:-.3px;}
.foot-brand .w-home{color:var(--teal3);}
footer p{font-size:12px;color:rgba(255,255,255,.38);line-height:1.7;}
footer .foot-tel{color:var(--teal3);font-weight:700;}
.foot-links{display:flex;justify-content:center;gap:22px;margin:12px 0;flex-wrap:wrap;}
.foot-links a{font-size:12.5px;font-weight:600;color:rgba(255,255,255,.55);transition:color .18s;}
.foot-links a:hover{color:white;}

.hdr-tel{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#eef2f8;margin-left:6px;transition:all .18s;flex-shrink:0;}
.hdr-tel:hover{background:#dfe8f4;transform:translateY(-1px);}


[id]{scroll-margin-top:96px;}
button:active,.hdr-cta:active{transform:scale(.97);}
@media(max-width:560px){
 .hdr{padding:10px 3%;gap:6px}.hdr-wordmark{font-size:14px;letter-spacing:-.5px}
 .hdr-right{padding:3px;gap:0}.hdr-burger,.hdr-tel{width:44px;height:44px;margin:0;flex-shrink:0}
 .hdr-cta{margin-left:2px;padding:13px 10px;font-size:12px;max-width:93px;white-space:normal;text-align:center;line-height:1.15}
 .hero-crumb{flex-wrap:wrap;gap:5px;font-size:12px}.hero-micro{align-items:flex-start}
 input,select,textarea,.addr-bar input{font-size:16px!important}
 #manualAddress{min-height:44px}button,.wiz-opt{touch-action:manipulation}
 .brstack{bottom:calc(18px + env(safe-area-inset-bottom))}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
