:root{
  --black:#111111;
  --yellow:#FBD232;
  --yellow-dark:#E5B800;
  --navy:#1C2536;
  --white:#ffffff;
  --grey:#666666;
  --body:#555555;
  --light:#f6f6f6;
  --green:#25D366;
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Arial,Helvetica,sans-serif;color:var(--body);background:var(--white);line-height:1.6;overflow-x:clip}
a{text-decoration:none}
img{max-width:100%}

/* ===== TRUST STRIP (desktop only) ===== */
.header-black .socials{display:none;align-items:center;gap:8px;margin-left:auto}
.header-black .socials a{width:24px;height:24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:filter .25s}
.header-black .socials a svg{width:13px;height:13px;fill:#fff;display:block}
.header-black .socials a:hover{filter:brightness(1.18)}
.socials a.soc-fb{background:#1877F2}
.socials a.soc-ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}
.socials a.soc-tw{background:#1DA1F2}
.socials a.soc-li{background:#0A66C2}
.socials a.soc-pin{background:#E60023}
.socials a.soc-yt{background:#FF0000}
.socials a.soc-tt{background:#000;box-shadow:inset 0 0 0 1px #3a3a3a}
@media(min-width:900px){.header-black .socials{display:flex}}

/* ===== HEADER ===== */
.site-header{background:var(--black);position:sticky;top:50px;z-index:940;will-change:transform}
@media(min-width:900px){.site-header{top:60px}}
.header-black{background:var(--black);position:sticky;top:0;z-index:950;box-shadow:0 2px 10px rgba(0,0,0,.25)}
.header-yellow{background:var(--yellow)}
.header-inner{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.header-yellow .header-inner{padding:16px 20px}
@media(max-width:899px){.header-yellow .header-inner{padding:16px 24px}}
.yellow-nav{display:none;gap:20px;align-items:center}
@media(min-width:900px){.yellow-nav{display:flex;transform:translateY(20px)}}
@media(min-width:900px) and (max-width:1150px){.yellow-nav{gap:14px}}
@media(min-width:900px){.header-yellow .header-inner{justify-content:flex-start;gap:36px;position:relative}}
.yellow-nav a{color:var(--black);font-size:14px;font-weight:600;padding:8px 2px}
@media(min-width:900px) and (max-width:1150px){.yellow-nav a{font-size:13px}}
.menu-indicator{display:none}
@media(min-width:900px){.menu-indicator{display:block;position:absolute;bottom:0;left:0;width:0;height:4px;background:var(--black);z-index:945;transition:left 1.6s ease,width 1.6s ease}}
.nav-item{position:relative}
.dropdown{position:absolute;top:calc(100% + 22px);left:-10px;width:max-content;min-width:240px;max-width:340px;background:var(--white);border-radius:10px;border-top:2px solid var(--yellow);box-shadow:0 12px 30px rgba(0,0,0,.18);padding:8px;z-index:960;visibility:hidden;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s}
.nav-item:hover > .dropdown{visibility:visible;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease,visibility 0s}
.yellow-nav > .nav-item::after{content:'';position:absolute;top:100%;left:-10px;right:-10px;height:22px}
.dropdown.flyout{top:0;left:calc(100% + 8px);width:max-content;min-width:210px;max-width:280px;transform:translateX(-8px)}
.nav-item.sub:hover > .dropdown.flyout{transform:translateX(0)}
.dropdown a{display:block;font-size:13px;padding:10px 14px;border-radius:6px;white-space:normal}
.dropdown a:hover{background:var(--yellow);color:var(--black)}
.dropdown a .chev{float:right;margin-left:14px;color:var(--grey);font-weight:400}
.logo{display:flex;align-items:center}
.logo-img{height:80px;width:auto;display:block}
@media(max-width:899px){.logo-img{height:64px}}
.header-cta{display:none;background:var(--yellow);color:var(--black);font-weight:700;padding:10px 22px;border-radius:50px;font-size:15px;white-space:nowrap}
@media(min-width:900px){.header-cta{display:inline-block}}
.header-cta:hover{background:var(--white)}
.m-call-btn{display:none;background:#1C2536;color:var(--white);font-weight:700;font-size:15px;padding:12px 18px;border-radius:50px;white-space:nowrap}
@media(max-width:899px){.m-call-btn{display:inline-block}}
@media(max-width:380px){.m-call-btn{font-size:13px;padding:10px 14px}.header-yellow .logo-img{height:56px}}
.quick-links{display:flex;align-items:center;gap:22px}
.header-cta svg,.m-call-btn svg{height:1em;width:1em;vertical-align:-.12em;margin-right:7px}
.quick-links a{color:var(--white);font-size:14px;font-weight:600;text-decoration:none;line-height:1.2;padding:6px 2px}
.quick-links a:hover{color:var(--yellow)}
.quick-links .quote-pill{background:var(--yellow);color:var(--black);border-radius:20px;padding:8px 16px}
.quick-links .quote-pill:hover{background:var(--white);color:var(--black)}
.quick-links a:nth-child(2){border-right:1px solid #333;padding-right:12px}
@media(max-width:899px){.quick-links{gap:14px}.quick-links a{font-size:13px}.quick-links a:nth-child(2){padding-right:10px}}
@media(max-width:360px){.quick-links{gap:10px}.quick-links a{font-size:12px}.quick-links .quote-pill{font-size:12px;padding:7px 10px}}
.hamburger{display:none;background:none;border:none;color:var(--yellow);font-size:28px;cursor:pointer;line-height:1}
@media(max-width:899px){.hamburger{display:block;margin-left:auto}}

/* ===== MOBILE DRAWER ===== */
.drawer{position:fixed;top:0;right:-320px;width:300px;max-width:88vw;height:100%;background:var(--black);color:#fff;z-index:1000;transition:right .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(0,0,0,.4)}
.drawer.open{right:0}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #2b2b2b;flex:0 0 auto}
.drawer-head strong{color:#fff;font-size:17px}
.drawer-close{background:none;border:none;font-size:30px;line-height:1;color:#fff;cursor:pointer;padding:2px 6px}
.mnav-viewport{flex:1 1 auto;min-height:0;overflow:hidden;position:relative}
.mnav-track{display:flex;height:100%;transition:transform .28s ease}
.mnav-panel{flex:0 0 100%;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}
.mnav-panel ul{list-style:none;margin:0;padding:0}
.mnav-row{display:flex;align-items:center;gap:10px;width:100%;background:none;border:0;border-bottom:1px solid #242424;color:#fff;font-size:16px;font-weight:500;text-align:left;padding:12px 20px;min-height:46px;cursor:pointer;text-decoration:none;font-family:inherit;box-sizing:border-box}
.mnav-row .lbl{flex:1}
.mnav-row .chev{color:var(--yellow);font-size:22px;font-weight:700;line-height:1}
.mnav-row:active{background:#1f1f1f}
.mnav-back{display:flex;align-items:center;gap:10px;width:100%;background:#0b0b0b;border:0;border-bottom:1px solid #2b2b2b;color:var(--yellow);font-size:15px;font-weight:700;padding:12px 20px;min-height:46px;cursor:pointer;position:relative;font-family:inherit;box-sizing:border-box}
.mnav-back .barr{font-size:22px;line-height:1}
.mnav-back::after{content:"";position:absolute;left:0;bottom:-1px;height:3px;width:100%;background:var(--yellow);transform:scaleX(0);transform-origin:left center;animation:mnavsweep .35s ease .05s forwards}
@keyframes mnavsweep{to{transform:scaleX(1)}}
.mnav-title{padding:14px 20px 4px;color:#8f8f8f;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}
.mnav-viewall{display:block;padding:12px 20px;color:var(--yellow);font-weight:700;font-size:15px;border-bottom:1px solid #242424;text-decoration:none}
.drawer .socials{flex:0 0 auto;padding:14px 16px calc(30px + env(safe-area-inset-bottom));border-top:1px solid #2b2b2b;display:flex;gap:10px;justify-content:center}
.drawer .socials a{width:24px;height:24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:filter .25s}
.drawer .socials a svg{width:13px;height:13px;fill:#fff;display:block}
.drawer .socials a:hover{filter:brightness(1.18)}
@media(prefers-reduced-motion:reduce){.mnav-track{transition:none}.mnav-back::after{animation:none;transform:scaleX(1)}}
.scrim{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:950;display:none}
.scrim.show{display:block}

/* ===== HERO ===== */
.hero{background:var(--white);padding:70px 20px 80px;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;right:-70px;top:-70px;width:280px;height:280px;background:var(--yellow);opacity:.14;border-radius:50%}
.hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.eyebrow{display:inline-block;background:var(--black);color:var(--yellow);font-size:12px;font-weight:700;letter-spacing:2px;padding:7px 16px;border-radius:4px;margin-bottom:20px}
.hero h1,.hero .old-hero-title{color:var(--black);font-size:clamp(34px,6vw,58px);line-height:1.15;margin-bottom:18px;font-weight:800}
.hero h1 span,.hero .old-hero-title span{color:var(--yellow-dark)}
.hero p.sub{font-size:clamp(16px,2.4vw,20px);max-width:620px;margin-bottom:32px}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-block;font-weight:700;font-size:16px;padding:15px 32px;border-radius:8px;transition:transform .15s}
.btn:hover{transform:translateY(-2px)}
.btn-yellow{background:var(--yellow);color:var(--black)}
.btn-yellow:hover{background:var(--yellow-dark)}
.btn-black{background:var(--black);color:var(--white)}
.btn-black:hover{background:#2a2a2a}
.hero-points{display:flex;gap:26px;flex-wrap:wrap;margin-top:36px;font-size:14px;color:var(--grey)}
.hero-points b{color:var(--black)}

/* ===== SERVICES (SEO + cards) ===== */
.demo-section{padding:50px max(20px,calc((100% - 1140px)/2));background:#f6f6f6;color:#555}
.demo-inner{width:100%;margin:0 auto}
.demo-title{text-align:center;color:#111;font-size:clamp(27px,4vw,36px);line-height:1.2;margin:0 0 9px;font-weight:800}
.rich-intro{max-width:850px;margin:0 auto 32px;padding:20px 22px;background:#fff;border-top:4px solid #fbd232;color:#555;font-size:16px;line-height:1.7;box-shadow:0 2px 10px rgba(0,0,0,.05);border-radius:8px}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.service-card{background:#fff;min-width:0;box-shadow:0 3px 12px rgba(28,37,54,.08);overflow:hidden;border-radius:10px;display:flex;flex-direction:column}
.service-card img{width:100%;height:145px;object-fit:cover;background:#dce5ed}
.service-card-body{padding:17px 17px 15px;display:flex;flex:1;flex-direction:column;align-items:flex-start}
.service-card h3{margin:0 0 7px;color:#1c2536;font-size:17px;line-height:1.25}
.service-card p{margin:0 0 14px;color:#5f6876;font-size:13px;line-height:1.45}
.text-link{margin-top:auto;font-size:13px;font-weight:800;color:#1c2536;display:inline-flex;align-items:center;gap:7px}
.text-link::after{content:"→";color:#c79f00;font-size:17px}
@media(max-width:860px){
.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
.demo-section{padding:34px 14px}
.service-grid{grid-template-columns:1fr}
.service-card{display:grid;grid-template-columns:116px minmax(0,1fr)}
.service-card img{height:100%;min-height:142px}
.service-card-body{padding:14px}
.service-card p{margin-bottom:9px}
}
@media(max-width:370px){
.service-card{grid-template-columns:100px minmax(0,1fr)}
}

/* ===== WHY US (dark band) ===== */
.why{background:var(--navy);color:var(--white);padding:70px 20px}
.why .section-title{color:var(--white)}
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:26px;margin-top:36px}
.why-item{text-align:center}
.why-item .n{display:inline-flex;width:52px;height:52px;border-radius:50%;background:var(--yellow);color:var(--black);font-weight:800;font-size:20px;align-items:center;justify-content:center;margin-bottom:14px}
.why-item h3{color:var(--yellow);font-size:17px;margin-bottom:8px}
.why-item p{font-size:14px;color:#cfd6e2}

/* ===== CTA BAND ===== */
.cta-band{background:var(--yellow);padding:56px 20px;text-align:center}
.cta-band h2{color:var(--black);font-size:clamp(24px,4vw,34px);margin-bottom:12px;font-weight:800}
.cta-band p{color:#3d3d3d;margin-bottom:26px;font-size:17px}

/* ===== FOOTER ===== */
footer{background:var(--black);color:#aaa;padding:36px 20px 26px;font-size:14px}
.foot-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-bottom:24px}
.foot-inner h4{color:var(--white);margin-bottom:14px;font-size:16px}
.foot-inner a{color:#aaa;display:block;margin-bottom:8px}
.foot-inner a:hover{color:var(--yellow)}
.foot-bottom{max-width:1200px;margin:0 auto;border-top:1px solid #2a2a2a;padding-top:16px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px}
.foot-inner a.foot-logo{background:var(--yellow);border-radius:10px;padding:10px 16px;display:block;margin-bottom:14px;max-width:300px}
.foot-logo img{width:100%;height:auto;display:block}
.foot-brand p{margin:0 0 4px}
.foot-socials{display:flex;gap:8px}
.foot-socials a{width:24px;height:24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;margin:0;transition:filter .25s}
.foot-socials a svg{width:13px;height:13px;fill:#fff;display:block}
.foot-socials a:hover{filter:brightness(1.18)}
.foot-addr,.foot-hours{display:block;margin-bottom:8px;color:#aaa}
.foot-hours{color:var(--yellow)}
.foot-contact .foot-phone,.foot-contact .foot-wa{display:flex;align-items:center;gap:8px}
.foot-contact .foot-phone,.foot-contact .foot-wa,.foot-contact .foot-rating{color:#fff}
.foot-contact .foot-phone{color:var(--yellow);font-weight:700}
.foot-contact a svg{width:14px;height:14px;flex:none}
.foot-phone svg{fill:var(--yellow)}
.foot-wa svg{fill:#25D366}
.foot-star{color:#FBBC04}
.foot-bottom .foot-areas{color:#888}
.foot-cta{max-width:1200px;margin:0 auto 26px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;background:#1c1c1c;border:1px solid #2b2b2b;border-radius:14px;padding:15px 26px}
.foot-cta-text{color:#fff;font-size:17px;font-weight:700}
.foot-cta-btns{display:flex;gap:12px;flex-wrap:wrap}
.foot-cta-btns a{padding:11px 30px;border-radius:10px;font-weight:700;min-width:200px;text-align:center;transition:filter .25s,background .25s}
.foot-cta-btns a:hover{filter:brightness(1.08)}
.foot-cta-btns .foot-quote-btn{background:var(--yellow);color:#141414}
.foot-cta-btns .foot-quote-btn:hover{background:#fff;filter:none}
.foot-cta-btns .foot-wa-btn{background:#25D366;color:#fff}
@media(max-width:600px){.foot-cta-btns{width:100%;flex-direction:column}.foot-cta-btns a{flex:none;width:100%;min-width:0}}
/* desktop: socials sit snug under the logo+tagline inside the first column */
@media(min-width:900px){
  .foot-inner{gap:0 30px;grid-template-rows:auto auto auto 1fr}
  .foot-brand{display:contents}
  .foot-brand .foot-logo{grid-column:1;grid-row:1}
  .foot-brand p{grid-column:1;grid-row:2}
  .foot-socials{grid-column:1;grid-row:3;margin-top:12px}
  .foot-services{grid-column:2;grid-row:1/5}
  .foot-company{grid-column:3;grid-row:1/5}
  .foot-contact{grid-column:4;grid-row:1/5}
}
/* mobile footer: compact 2x2 grid — brand|contact on top, services|company below.
   Desktop keeps the 4-column row. */
@media(max-width:899px){
  .foot-inner{display:grid;grid-template-columns:1fr 1fr;gap:28px 18px}
  .foot-brand{grid-area:1/1;margin-bottom:0}
  .foot-brand .foot-logo{max-width:150px}
  .foot-contact{grid-area:1/2}
  .foot-services{grid-area:2/1}
  .foot-company{grid-area:2/2}
  .foot-socials{grid-column:1/-1;grid-row:auto;margin-top:0;justify-content:center}
  .foot-bottom{padding-right:88px;justify-content:center;text-align:center}
  .foot-ver{display:none}
}
.foot-bottom a{color:#888}
.foot-bottom a:hover{color:var(--yellow)}
.foot-ver{color:#777;font-size:12px;white-space:nowrap}

/* ===== FLOATING BUTTONS ===== */
.float-btn{position:fixed;right:20px;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:800;box-shadow:0 4px 14px rgba(0,0,0,.3);transition:transform .15s}
.float-btn:hover{transform:scale(1.07)}
.float-wa{background:var(--green);bottom:20px;animation:waPulse 2.4s ease-out 1}
.float-wa svg{width:32px;height:32px;fill:#fff}
.float-call{background:var(--yellow);bottom:94px;display:flex}
.float-call svg{width:28px;height:28px;fill:var(--black)}
@media(min-width:768px){.float-call{display:none}}
@keyframes waPulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.55)}
  70%{box-shadow:0 0 0 18px rgba(37,211,102,0)}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}
}

/* NEW HERO (block 1) */
.hero-new{background:#e4f1ff;overflow:hidden}
.hero-new-inner{max-width:1140px;margin:0 auto;padding:54px 20px 0;display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:end}
.hero-new-text{padding-bottom:64px}
.hero-new h1{color:var(--navy);font-size:clamp(36px,5.4vw,56px);line-height:1.1;font-weight:800;margin:12px 0 16px}
.hero-new h1 .hl{background:var(--yellow);padding:0 10px;border-radius:6px;white-space:nowrap}
.hero-new-sub{font-size:clamp(16px,2.2vw,19px);color:#3c4a63;max-width:480px;margin-bottom:28px}
.hero-new-btns{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:22px}
.btn-wa{background:#25D366;color:#fff}
.btn-wa:hover{background:#1eb856}
.hero-new-rating{font-size:15px;color:#3c4a63}
.hero-new-rating .star{color:#FBBC04;font-size:17px}
.hero-new-rating b{color:var(--navy)}
.hero-new-rating .rating-link{color:inherit;text-decoration:none}
.hero-new-rating .rating-link:hover{text-decoration:underline}
.hero-new-img img{display:block;width:100%;max-width:460px;height:auto;margin:0 auto}
/* ===== TRUST BADGES (Soft overlap) ===== */
.overlap-shell{background:#fff;padding:0 max(16px,calc((100% - 980px)/2)) 3px}
.overlap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;transform:translateY(-44px);margin-bottom:-28px}
.overlap-grid-half{transform:translateY(-22px);margin-bottom:-14px}
.overlap-card{background:#fff;border-top:5px solid var(--yellow);border-radius:10px;padding:17px 13px;box-shadow:0 9px 24px rgba(28,37,54,.15);display:flex;align-items:center;gap:11px;min-width:0}
.overlap-icon{width:42px;height:42px;border-radius:9px;background:var(--navy);display:grid;place-items:center;flex:none}
.overlap-icon img{width:25px;height:25px;object-fit:contain}
.badge-title{display:block;color:var(--navy);font-weight:850;font-size:15px;line-height:1.2}
.badge-copy{display:block;color:var(--grey);font-size:12px;line-height:1.35;margin-top:4px}
@media(max-width:820px){
.overlap-grid{grid-template-columns:repeat(2,1fr);transform:translateY(-34px);margin-bottom:-20px}
.overlap-grid-half{transform:translateY(-17px);margin-bottom:-10px}
}
@media(max-width:480px){
.overlap-grid{grid-template-columns:1fr;transform:translateY(-28px);margin-bottom:-15px;gap:9px}
.overlap-grid-half{transform:translateY(-14px);margin-bottom:-8px}
.overlap-card{padding:14px 13px}
}
@media(max-width:860px){
.hero-new-inner{display:flex;flex-direction:column;align-items:center;padding-top:40px;text-align:center}
.hero-new-text{display:contents}
.hero-new-text .eyebrow{order:1}
.hero-new-text h1{order:2}
.hero-new-sub{order:3;margin-left:auto;margin-right:auto}
.hero-new-img{order:4;width:100%}
.hero-new-btns{order:5;justify-content:center;width:100%}
.hero-new-btns .btn{flex:1 1 200px;text-align:center}
.hero-new-rating{order:6}
}

/* ===== PROMO (badge + popup, injected only when promo.json enables them) ===== */
.promo-badge{position:fixed;left:16px;bottom:20px;z-index:800;max-width:min(320px,70vw);background:var(--navy);color:#fff;border:2px solid var(--yellow);border-radius:14px;padding:10px 34px 10px 14px;font-size:13px;line-height:1.45;box-shadow:0 6px 20px rgba(0,0,0,.35)}
.promo-badge a{color:var(--yellow);font-weight:700;text-decoration:underline}
.promo-badge .promo-x{position:absolute;top:2px;right:6px;background:none;border:0;color:#9a9a9a;font-size:18px;cursor:pointer;line-height:1;padding:4px}
.promo-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}
.promo-popup{background:#fff;border-radius:16px;max-width:380px;width:100%;padding:28px 24px;text-align:center;position:relative;border-top:6px solid var(--yellow)}
.promo-popup h3{color:var(--navy);font-size:20px;margin:0 0 10px}
.promo-popup p{color:var(--body);font-size:15px;margin:0 0 18px}
.promo-popup .promo-cta{display:inline-block;background:var(--yellow);color:var(--black);font-weight:700;padding:12px 28px;border-radius:10px}
.promo-popup .promo-x{position:absolute;top:6px;right:10px;background:none;border:0;font-size:22px;cursor:pointer;color:#999;line-height:1}
