*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}img{display:block;max-width:100%}a{text-decoration:none}button{font-family:inherit;cursor:pointer;border:none}:root{--navy:#0B1C3A;--navy-mid:#122347;--gold:#C9A84C;--gold-lt:#E2C46E;--gold-dk:#A0782A;--white:#FFFFFF;--off:#F7F6F3;--light:#EFF0F2;--muted:#6B7280;--text:#1A1A2E;--border:#E4E4E4;--font:'Poppins',sans-serif;--px:clamp(1.25rem,5vw,5rem);--section:clamp(4rem,8vw,7rem)}body{font-family:var(--font);color:var(--text);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased;user-select:none;-webkit-user-select:none;-moz-user-select:none}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background:var(--gold)}.eyebrow{font-size:.62rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}.eyebrow::before{content:'';width:24px;height:1px;background:var(--gold);flex-shrink:0}.eyebrow.center{justify-content:center}.eyebrow.center::before{display:none}.btn{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:.85rem 1.9rem;transition:transform .22s,box-shadow .22s,background .22s,color .22s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-mid);box-shadow:0 8px 28px rgba(11,28,58,.25)}.btn-gold{background:var(--gold);color:var(--navy)}.btn-gold:hover{background:var(--gold-lt);box-shadow:0 8px 28px rgba(201,168,76,.35)}.btn-outline{background:transparent;border:1.5px solid var(--navy);color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-outline-gold{background:transparent;border:1.5px solid rgba(255,255,255,.5);color:var(--white)}.btn-outline-gold:hover{border-color:var(--gold);color:var(--gold)}
nav{position:fixed;top:0;left:0;right:0;z-index:200;height:68px;padding:0 var(--px);display:flex;align-items:center;justify-content:space-between;transition:background .35s,box-shadow .35s}nav.scrolled{background:rgba(255,255,255,.97);backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--border)}.nav-logo{font-size:1.1rem;font-weight:800;color:var(--white);letter-spacing:-.01em}.nav-logo span{color:rgba(255,255,255,.65);font-weight:300}nav.scrolled .nav-logo{color:var(--navy)}nav.scrolled .nav-logo span{color:var(--muted)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.8);transition:color .2s}.nav-links a:hover{color:var(--gold)}nav.scrolled .nav-links a{color:var(--muted)}nav.scrolled .nav-links a:hover{color:var(--navy)}.nav-right{display:flex;align-items:center;gap:1rem}.nav-tel{font-size:.7rem;font-weight:500;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:.4rem;transition:color .2s}.nav-tel:hover{color:var(--gold)}nav.scrolled .nav-tel{color:var(--muted)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.hamburger span{width:22px;height:1.5px;background:var(--white);display:block;transition:.3s}nav.scrolled .hamburger span{background:var(--navy)}
#mobile-menu{display:none;position:fixed;inset:0;z-index:300;background:var(--white);flex-direction:column;overflow-y:auto}#mobile-menu.open{display:flex}.mob-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:64px;border-bottom:1px solid var(--border);flex-shrink:0}.mob-logo{font-size:1rem;font-weight:800;color:var(--navy);letter-spacing:-.01em}.mob-logo span{color:var(--muted);font-weight:300}.mob-close{width:40px;height:40px;border:1px solid var(--border);background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:1.25rem;line-height:1;transition:background .2s,color .2s;flex-shrink:0}.mob-close:hover{background:var(--navy);color:var(--white)}.mob-body{flex:1;display:flex;flex-direction:column;padding:1.5rem;gap:0}.mob-links{list-style:none;width:100%}.mob-links li{border-bottom:1px solid var(--border)}.mob-links a{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;font-size:.95rem;font-weight:600;color:var(--navy);letter-spacing:.05em;text-transform:uppercase;transition:color .2s;min-height:52px;-webkit-tap-highlight-color:transparent}.mob-links a::after{content:'→';font-size:.8rem;color:var(--gold)}.mob-links a:active{color:var(--gold)}.mob-cta{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.mob-cta .btn{width:100%;justify-content:center;padding:1rem;font-size:.75rem}.mob-footer{padding:1.5rem;border-top:1px solid var(--border);flex-shrink:0}.mob-footer p{font-size:.72rem;font-weight:300;color:var(--muted);line-height:1.7}.mob-footer a{color:var(--gold)}
#hero{min-height:100svh;position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1512453979798-5ea266f8880c?w=1800&q=85') center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(11,28,58,.75) 0%,rgba(11,28,58,.55) 40%,rgba(11,28,58,.85) 80%,rgba(11,28,58,.97) 100%)}.hero-content{position:relative;z-index:2;padding:clamp(80px,14vh,120px) var(--px) clamp(2.5rem,6vh,4.5rem)}.hero-tag{display:inline-flex;align-items:center;gap:.6rem;background:rgba(201,168,76,.18);border:1px solid rgba(201,168,76,.45);color:var(--gold);font-size:.62rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;padding:.45rem 1rem;margin-bottom:1.5rem}.hero-name{font-size:clamp(2rem,5.5vw,5.5rem);font-weight:900;line-height:1;letter-spacing:-.025em;color:var(--white);text-transform:uppercase}.hero-name .gold{color:var(--gold)}.hero-name .thin{font-weight:200}.hero-descriptor{margin-top:1.25rem;font-size:clamp(.82rem,1.4vw,.98rem);font-weight:300;color:rgba(255,255,255,.65);max-width:560px;line-height:1.85}.hero-bottom{margin-top:2.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem}.hero-badges{display:flex;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12);flex-wrap:wrap}.hero-badge-num{font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:800;color:var(--gold);line-height:1;letter-spacing:-.02em}.hero-badge-lbl{font-size:.6rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-top:.2rem}.media-strip{position:relative;z-index:2;padding:1.25rem var(--px);background:rgba(11,28,58,.95);border-top:1px solid rgba(201,168,76,.15);display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.media-strip-lbl{font-size:.58rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.35);white-space:nowrap}.media-logos{display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap}.media-logo{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45);transition:color .2s;white-space:nowrap}.media-logo:hover{color:rgba(255,255,255,.8)}
#meet{padding:var(--section) var(--px);display:grid;grid-template-columns:1fr 1.25fr;gap:clamp(3rem,7vw,6rem);align-items:center}.meet-photo-wrap{position:relative}.meet-photo{width:100%;display:block;box-shadow:20px 20px 0 var(--light)}.meet-badge{position:absolute;bottom:-20px;right:-20px;background:var(--navy);padding:1.1rem 1.5rem;min-width:160px}.meet-badge-num{font-size:1.9rem;font-weight:800;color:var(--gold);line-height:1;letter-spacing:-.02em}.meet-badge-lbl{font-size:.58rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-top:.2rem}.meet-body h2{font-size:clamp(1.75rem,3vw,2.6rem);font-weight:800;color:var(--navy);line-height:1.15;letter-spacing:-.02em;margin-bottom:.25rem}.meet-body .company{font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.meet-body p{font-size:.9rem;font-weight:300;color:var(--muted);line-height:1.9;margin-bottom:1.1rem}.meet-tag{margin-top:2rem;padding:1.25rem 1.5rem;background:var(--off);border-left:3px solid var(--gold)}.meet-tag-lbl{font-size:.6rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}.meet-tag-text{font-size:1.1rem;font-weight:700;color:var(--navy);line-height:1.3}
#stats{background:var(--off);display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat-cell{padding:clamp(2rem,4vw,3rem) clamp(1rem,2.5vw,2rem);text-align:center;border-right:1px solid var(--border);position:relative;transition:background .25s}.stat-cell:last-child{border-right:none}.stat-cell:hover{background:var(--white)}.stat-icon{margin:0 auto .75rem;color:var(--gold);opacity:.7}.stat-num{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--navy);line-height:1;letter-spacing:-.03em}.stat-lbl{font-size:.62rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-top:.6rem}.stat-sub{font-size:.72rem;font-weight:300;color:var(--muted);margin-top:.4rem;line-height:1.4}
#authority{background:var(--navy);padding:clamp(3rem,6vw,5rem) var(--px);display:grid;grid-template-columns:1fr 1.6fr;gap:clamp(2rem,5vw,5rem);align-items:center}.auth-left h3{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;color:var(--white);line-height:1.2;letter-spacing:-.02em}.auth-left h3 em{color:var(--gold);font-style:normal}.auth-num{font-size:clamp(5rem,12vw,10rem);font-weight:900;color:rgba(201,168,76,.08);line-height:.85;letter-spacing:-.04em;margin-top:-.5rem}.auth-right p{font-size:clamp(.85rem,1.3vw,.95rem);font-weight:300;color:rgba(255,255,255,.62);line-height:1.9;margin-bottom:1.25rem}.auth-right p strong{color:rgba(255,255,255,.9);font-weight:600}.auth-logos{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.auth-logo-pill{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:.5rem 1.1rem;font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.5)}
#services{padding:var(--section) var(--px);background:var(--white)}.services-top{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.services-top h2{font-size:clamp(1.75rem,3vw,2.6rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.15}.services-top h2 span{color:var(--gold)}.services-top p{max-width:340px;font-size:.88rem;font-weight:300;color:var(--muted);line-height:1.85}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}.svc{background:var(--white);padding:clamp(1.75rem,3vw,2.75rem) clamp(1.5rem,2.5vw,2.25rem);position:relative;overflow:hidden;transition:background .25s}.svc:hover{background:var(--off)}.svc::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .35s}.svc:hover::before{transform:scaleX(1)}.svc-num{font-size:2.8rem;font-weight:900;color:rgba(11,28,58,.06);line-height:1;margin-bottom:1rem}.svc-icon{width:40px;height:40px;color:var(--gold);margin-bottom:1rem}.svc-title{font-size:clamp(.95rem,1.4vw,1.05rem);font-weight:700;color:var(--navy);margin-bottom:.65rem;line-height:1.3}.svc-desc{font-size:.8rem;font-weight:300;color:var(--muted);line-height:1.85}
#areas{padding:var(--section) var(--px);background:var(--off)}.areas-head{margin-bottom:clamp(2rem,4vw,3.5rem)}.areas-head h2{font-size:clamp(1.75rem,3vw,2.6rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.15}.areas-head h2 span{color:var(--gold)}.areas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.area-card{position:relative;overflow:hidden;aspect-ratio:3/4;cursor:pointer;border-radius:2px}.area-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;filter:brightness(.7)}.area-card:hover img{transform:scale(1.06);filter:brightness(.55)}.area-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,28,58,.92) 0%,transparent 60%)}.area-body{position:absolute;bottom:0;left:0;right:0;padding:clamp(1rem,2.5vw,1.75rem)}.area-name{display:block;font-size:clamp(.95rem,1.6vw,1.2rem);font-weight:700;color:var(--white)}.area-tag{display:block;font-size:.6rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-top:.3rem}
#why{padding:var(--section) var(--px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,7vw,6rem);align-items:center}#why h2{font-size:clamp(1.75rem,3vw,2.6rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.15;margin-bottom:1.25rem}#why h2 span{color:var(--gold)}#why>div>p{font-size:.88rem;font-weight:300;color:var(--muted);line-height:1.9;margin-bottom:2rem}.why-list{display:flex;flex-direction:column;gap:.75rem}.why-item{display:flex;gap:1rem;align-items:flex-start;padding:1.1rem 1.25rem;border:1px solid var(--border);transition:border-color .25s,box-shadow .25s}.why-item:hover{border-color:var(--gold);box-shadow:0 4px 20px rgba(201,168,76,.1)}.why-num{font-size:1rem;font-weight:900;color:var(--gold);min-width:28px;line-height:1;margin-top:.05rem}.why-title{font-size:.88rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.why-desc{font-size:.78rem;font-weight:300;color:var(--muted);line-height:1.8}.why-visual{background:var(--navy);padding:clamp(2.5rem,4vw,3.5rem);display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden}.why-visual::before{content:'';position:absolute;top:-40px;right:-40px;width:220px;height:220px;border:1px solid rgba(201,168,76,.12);border-radius:50%}.why-visual::after{content:'';position:absolute;bottom:-60px;left:-60px;width:280px;height:280px;border:1px solid rgba(201,168,76,.07);border-radius:50%}.why-vis-num{font-size:clamp(4rem,8vw,7rem);font-weight:900;color:var(--gold);line-height:1;letter-spacing:-.04em}.why-vis-lbl{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.45)}.why-vis-divider{height:1px;background:rgba(255,255,255,.08)}.why-vis-quote{font-size:1.15rem;font-weight:600;font-style:italic;color:rgba(255,255,255,.75);line-height:1.5}.why-vis-sub{font-size:.75rem;font-weight:300;color:rgba(255,255,255,.4);margin-top:.25rem}
#testimonials{padding:var(--section) var(--px);background:var(--off)}.test-head{text-align:center;max-width:560px;margin:0 auto clamp(2.5rem,5vw,4rem)}.test-head h2{font-size:clamp(1.75rem,3vw,2.6rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.15}.test-head h2 span{color:var(--gold)}.test-head p{font-size:.88rem;font-weight:300;color:var(--muted);margin-top:.75rem;line-height:1.85}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.test-card{background:var(--white);padding:clamp(1.75rem,3vw,2.5rem);border:1px solid var(--border);position:relative;transition:box-shadow .3s,border-color .3s}.test-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.08);border-color:var(--gold)}.test-stars{color:var(--gold);font-size:.8rem;letter-spacing:.08em;margin-bottom:.75rem}.test-quote{font-size:.85rem;font-weight:400;font-style:italic;color:#444;line-height:1.9;margin-bottom:1.75rem}.test-author{display:flex;align-items:center;gap:.9rem}.test-avatar{width:42px;height:42px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:800;color:var(--gold);flex-shrink:0}.test-name{font-size:.82rem;font-weight:700;color:var(--navy)}.test-role{font-size:.68rem;font-weight:400;color:var(--muted);margin-top:.1rem}
#contact{padding:var(--section) var(--px)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(3rem,7vw,6rem);align-items:start}.contact-left h2{font-size:clamp(1.75rem,3vw,2.6rem);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.15;margin-bottom:1.25rem}.contact-left h2 span{color:var(--gold)}.contact-left p{font-size:.88rem;font-weight:300;color:var(--muted);line-height:1.9;margin-bottom:2.25rem}.contact-deets{display:flex;flex-direction:column;gap:1rem}.c-det{display:flex;align-items:center;gap:.9rem;font-size:.84rem;font-weight:400;color:var(--text)}.c-det a{color:inherit;transition:color .2s}.c-det a:hover{color:var(--gold)}.c-icon{width:38px;height:38px;background:var(--off);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0}.contact-form{display:flex;flex-direction:column;gap:.9rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.fg{display:flex;flex-direction:column;gap:.35rem}.fg label{font-size:.6rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.fg input,.fg select,.fg textarea{background:var(--off);border:1px solid var(--border);color:var(--text);font-family:var(--font);font-size:.88rem;font-weight:300;padding:.8rem 1rem;outline:none;transition:border-color .2s,background .2s;appearance:none;-webkit-appearance:none;border-radius:0}.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--navy);background:var(--white)}.fg input::placeholder,.fg textarea::placeholder{color:rgba(107,114,128,.5)}.fg select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%230B1C3A' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.fg select option{background:white}.fg textarea{resize:vertical;min-height:100px}.form-foot{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:.25rem}.form-foot p{font-size:.65rem;font-weight:300;color:var(--muted)}
#cta-banner{padding:clamp(4rem,8vw,6rem) var(--px);background:var(--navy);position:relative;overflow:hidden}#cta-banner::before{content:'';position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1512917774080-9991f1c4c750?w=1600&q=60') center/cover no-repeat;opacity:.06}.cta-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.cta-inner h2{font-size:clamp(1.6rem,3.5vw,3rem);font-weight:800;color:var(--white);letter-spacing:-.025em;line-height:1.15}.cta-inner h2 span{color:var(--gold)}.cta-inner p{font-size:.88rem;font-weight:300;color:rgba(255,255,255,.58);margin-top:.75rem;max-width:560px;line-height:1.85}.cta-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end;flex-shrink:0}
footer{background:var(--navy);border-top:1px solid rgba(255,255,255,.06);padding:clamp(3rem,5vw,4.5rem) var(--px) clamp(1.5rem,3vw,2.5rem)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:clamp(2rem,4vw,4rem);margin-bottom:clamp(2rem,4vw,3.5rem)}.footer-logo{font-size:1.1rem;font-weight:800;color:var(--white);display:block;margin-bottom:1.1rem}.footer-logo span{color:rgba(255,255,255,.45);font-weight:300}.footer-about{font-size:.78rem;font-weight:300;color:rgba(255,255,255,.38);line-height:1.85;max-width:260px}.footer-socials{display:flex;gap:.65rem;margin-top:1.25rem}.footer-socials a{width:34px;height:34px;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.38);font-size:.72rem;font-weight:700;transition:border-color .2s,color .2s}.footer-socials a:hover{border-color:var(--gold);color:var(--gold)}.footer-col h5{font-size:.58rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-col a{font-size:.78rem;font-weight:300;color:rgba(255,255,255,.38);transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.footer-bottom p{font-size:.68rem;font-weight:300;color:rgba(255,255,255,.25)}
.ticker-wrap{background:var(--gold);overflow:hidden;padding:.75rem 0}.ticker-track{display:flex;gap:3rem;width:max-content;animation:ticker 28s linear infinite}.ticker-item{font-size:.6rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--navy);white-space:nowrap;display:flex;align-items:center;gap:1.2rem}.ticker-item::before{content:'◆';font-size:.4rem;opacity:.6}@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.wa-float{position:fixed;bottom:22px;right:22px;z-index:400;width:50px;height:50px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(37,211,102,.45);transition:transform .22s}.wa-float:hover{transform:scale(1.09)}.wa-float svg{width:24px;height:24px;fill:white}
.fu{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fu.in{opacity:1;transform:translateY(0)}
@media(max-width:1100px){#meet{grid-template-columns:1fr 1.1fr;gap:3rem}#authority{grid-template-columns:1fr 1.5fr}#why{grid-template-columns:1fr 1fr;gap:3rem}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid .footer-col:last-child{grid-column:2;grid-row:2}}
@media(max-width:900px){:root{--section:clamp(3rem,7vw,5rem)}.nav-links,.nav-tel{display:none}.hamburger{display:flex}.hero-name{font-size:clamp(1.9rem,7vw,3.2rem)}.hero-descriptor{font-size:.84rem;max-width:100%}.hero-badges{gap:1.25rem;margin-top:2rem;padding-top:1.5rem}.hero-badge-num{font-size:1.1rem}#stats{grid-template-columns:repeat(2,1fr)}.stat-cell:nth-child(2){border-right:none}.stat-cell:nth-child(3){border-top:1px solid var(--border)}.stat-cell:nth-child(4){border-top:1px solid var(--border);border-right:none}#meet{grid-template-columns:1fr;gap:2.5rem}.meet-photo-wrap{max-width:400px}.meet-badge{bottom:-14px;right:-14px;padding:.85rem 1.1rem;min-width:130px}.meet-badge-num{font-size:1.4rem}#authority{grid-template-columns:1fr;gap:2rem}.auth-num{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.services-top{flex-direction:column;align-items:flex-start;gap:1rem}.services-top p{max-width:100%}.areas-grid{grid-template-columns:repeat(2,1fr);gap:8px}#why{grid-template-columns:1fr;gap:2.5rem}.why-vis-num{font-size:clamp(2.5rem,7vw,4rem)}.test-grid{grid-template-columns:1fr 1fr;gap:12px}.contact-grid{grid-template-columns:1fr;gap:2.5rem}.cta-inner{grid-template-columns:1fr;gap:2rem}.cta-actions{flex-direction:row;flex-wrap:wrap;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-grid .footer-col:last-child{grid-column:auto;grid-row:auto}.footer-about{max-width:100%}}
@media(max-width:640px){:root{--px:1.25rem;--section:clamp(2.75rem,8vw,4rem)}nav{height:60px}.hero-name{font-size:clamp(1.75rem,8.5vw,2.8rem);line-height:1.05}.hero-tag{font-size:.56rem;padding:.4rem .8rem}.hero-descriptor{font-size:.82rem}.hero-bottom{gap:.75rem;margin-top:1.75rem}.hero-badges{gap:1rem;padding-top:1.25rem;margin-top:1.75rem;flex-wrap:wrap}.hero-badge-num{font-size:1rem}.hero-badge-lbl{font-size:.52rem}.media-strip{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem var(--px)}.media-logos{gap:1rem}.meet-body h2{font-size:clamp(1.4rem,5vw,1.9rem)}.meet-body .company{font-size:.72rem}.meet-body p{font-size:.84rem}.meet-tag-text{font-size:.95rem}.meet-badge{display:none}.stat-num{font-size:clamp(1.6rem,6vw,2.2rem)}.stat-sub{display:none}.auth-left h3{font-size:clamp(1.3rem,5vw,2rem)}.auth-right p{font-size:.84rem}.services-grid{grid-template-columns:1fr}.services-top h2{font-size:clamp(1.4rem,5vw,1.9rem)}.areas-head h2{font-size:clamp(1.4rem,5vw,1.9rem)}.areas-grid{grid-template-columns:1fr 1fr;gap:6px}.area-card{aspect-ratio:1/1}#why h2{font-size:clamp(1.4rem,5vw,1.9rem)}.why-vis-quote{font-size:1rem}.test-grid{grid-template-columns:1fr;gap:10px}.test-head h2{font-size:clamp(1.4rem,5vw,1.9rem)}.contact-left h2{font-size:clamp(1.4rem,5vw,1.9rem)}.form-row{grid-template-columns:1fr}.cta-inner h2{font-size:clamp(1.35rem,5vw,1.8rem)}.cta-inner p{font-size:.82rem}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr;gap:1.75rem}}
@media(max-width:420px){.hero-name{font-size:clamp(1.55rem,9.5vw,2.2rem)}.hero-bottom .btn{width:100%;justify-content:center}.hero-bottom{flex-direction:column}.hero-badges{gap:.85rem}.areas-grid{grid-template-columns:1fr 1fr;gap:5px}.form-foot{flex-direction:column;align-items:flex-start}.form-foot .btn{width:100%;justify-content:center}#stats{grid-template-columns:1fr 1fr}.stat-cell{padding:1.5rem .85rem}}
@media(hover:none){.area-card img{filter:brightness(.65)}.svc::before{display:none}}
