/*
Theme Name: AirPro Environmental Flagship
Theme URI: https://airproenvironmental.com/
Author: Web South Solutions
Description: Standalone, no-builder WordPress recreation of the AirPro Webflow design.
Version: 4.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: airpro-standalone
*/

:root {
  --teal-deep: #012e34;
  --teal-deep-2: #043f47;
  --teal-slate: #32575d;
  --teal-soft: #587b78;
  --green: #18bd71;
  --green-dark: #14a863;
  --green-light: #99ffc7;
  --off-white: #f7f9fd;
  --soft-mint: #edf6f1;
  --white: #fff;
  --hairline: rgba(1,46,52,.11);
  --hairline-d: rgba(255,255,255,.14);
  --shadow: 0 24px 70px rgba(1,46,52,.11);
  --container: 1400px;
  --gutter: clamp(22px, 4vw, 58px);
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--teal-slate); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.drawer-open { overflow: hidden; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 .55em; color: var(--teal-deep); font-weight: 600; line-height: 1.02; letter-spacing: -.048em; }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button,input,textarea,select { font: inherit; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding: clamp(76px, 8vw, 118px) 0; }
.section--alt { background: var(--off-white); }
.center-head { max-width: 900px; margin: 0 auto 48px; text-align: center; }
.big-head { font-size: clamp(29px, 3.8vw, 46px); font-weight: 600; text-transform: uppercase; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.pill,.eyebrow { display: inline-flex; align-items: center; min-height: 30px; padding: 5px 16px; margin-bottom: 17px; border: 1px solid var(--green); border-radius: 999px; color: var(--green); font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.circle-arrow { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--green); color: var(--teal-deep); font-size: 15px; line-height: 1; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 50px; padding: 10px 12px 10px 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 600; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--green); color: var(--teal-deep); }
.btn--primary .circle-arrow { background: var(--teal-deep); color: var(--white); }
.btn--dark { background: var(--teal-deep); color: var(--white); }
.btn--dark .circle-arrow { background: var(--green); color: var(--teal-deep); }
.btn--outline { padding-right: 22px; border-color: rgba(1,46,52,.28); color: var(--teal-deep); background: transparent; }
.btn--outline:hover { color: var(--white); background: var(--teal-deep); border-color: var(--teal-deep); }
.btn--onimg { color: var(--teal-deep); background: var(--white); box-shadow: 0 12px 34px rgba(1,46,52,.17); }

.announce { display: flex; justify-content: center; flex-wrap: wrap; gap: 4px; padding: 8px 18px; color: #cde9dd; background: var(--teal-deep); text-align: center; font-size: 12px; line-height: 1.45; }
.announce a { color: var(--white); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 1px solid var(--hairline); }
.header-inner { display: grid; grid-template-columns: 175px 1fr auto; align-items: center; gap: 26px; min-height: 78px; }
.brand { display: inline-flex; align-items: center; }
.brand img,.brand .custom-logo { width: auto; max-height: 44px; }
.primary-nav { justify-self: center; }
.nav-links { display: flex; align-items: center; gap: clamp(17px, 2vw, 31px); margin: 0; padding: 0; list-style: none; }
.nav-links li { position: relative; }
.nav-links > li > a { display: inline-flex; align-items: center; min-height: 46px; color: var(--teal-deep); font-size: 14px; font-weight: 600; }
.nav-links > li > a:hover,.nav-links li.current-menu-item > a,.nav-links li.current-menu-parent > a,.nav-links li.current-menu-ancestor > a { color: var(--green); }
.nav-links .sub-menu { position: absolute; top: calc(100% + 3px); left: -18px; min-width: 245px; margin: 0; padding: 10px; list-style: none; border: 1px solid var(--hairline); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s ease; }
.nav-links li:hover > .sub-menu,.nav-links li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-links .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--teal-slate); font-size: 13px; font-weight: 600; white-space: nowrap; }
.nav-links .sub-menu a:hover { color: var(--green); background: rgba(24,189,113,.07); }
.header-cta { display: inline-flex; align-items: center; gap: 12px; padding: 6px 6px 6px 19px; border-radius: 999px; color: var(--white); background: var(--teal-deep); font-size: 13px; font-weight: 600; }
.header-cta .circle-arrow { width: 32px; height: 32px; }
.mobile-toggle { display: none; justify-self: end; width: 42px; height: 42px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.mobile-toggle span { display: block; width: 25px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--teal-deep); }

.drawer-overlay { position: fixed; inset: 0; z-index: 300; background: rgba(1,46,52,.52); opacity: 0; visibility: hidden; transition: .25s ease; }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: -370px; z-index: 310; width: 350px; max-width: 90vw; height: 100dvh; padding: 24px; overflow-y: auto; background: var(--white); box-shadow: -24px 0 70px rgba(1,46,52,.22); transition: right .28s ease; }
.drawer.open { right: 0; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--hairline); }
.drawer-label { color: var(--teal-deep); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.drawer-close { padding: 0; border: 0; background: transparent; color: var(--teal-deep); font-size: 31px; line-height: 1; cursor: pointer; }
.drawer nav { padding-top: 14px; }
.drawer a,.m-acc-toggle { display: flex; justify-content: space-between; width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--hairline); background: transparent; color: var(--teal-deep); text-align: left; font-size: 16px; font-weight: 600; }
.m-acc-panel { display: none; padding-left: 15px; }
.m-acc.open .m-acc-panel { display: block; }
.m-acc-panel a { color: var(--teal-slate); font-size: 14px; }
.drawer-call { margin-top: 18px; padding: 14px 18px!important; border: 0!important; border-radius: 999px; color: var(--white)!important; background: var(--teal-deep); justify-content: center!important; }

.hero { padding: clamp(68px, 7.5vw, 112px) 0 70px; overflow: hidden; background: var(--off-white); }
.hero-top { display: grid; grid-template-columns: minmax(0,1.42fr) minmax(300px,.76fr); gap: clamp(30px, 6vw, 92px); align-items: end; margin-bottom: 35px; }
.hero h1 { max-width: 930px; margin-bottom: 0; font-size: clamp(44px, 5.5vw, 78px); font-weight: 500; line-height: .94; letter-spacing: -.063em; text-transform: uppercase; }
.hero-aside { align-self: end; padding-bottom: 3px; }
.loc-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px; margin-bottom: 15px; border: 1px solid #cde9dd; border-radius: 999px; color: var(--teal-deep); background: var(--white); font-size: 12px; font-weight: 600; }
.loc-dot { color: var(--green); font-size: 15px; }
.hero-aside .lede { margin: 0; font-size: 15px; line-height: 1.65; }
.hero-slider { position: relative; width: 100%; overflow: hidden; border-radius: 17px; background: #e4e9e8; box-shadow: 0 22px 70px rgba(1,46,52,.10); }
.hero-fade { position: relative; height: clamp(390px, 40vw, 555px); }
.hero-fade-slide { position: absolute!important; inset: 0; z-index: 1; opacity: 0; transition: opacity 1.15s ease; }
.hero-fade-slide.is-active { z-index: 2; opacity: 1; }
.hero-fade-img { width: 100%!important; max-width: none!important; height: 100%!important; object-fit: cover!important; }
.hero-slider .hero-actions { position: absolute; bottom: 24px; left: 24px; z-index: 5; display: flex; flex-wrap: wrap; gap: 11px; }
.hero-slider .hero-actions .btn { min-height: 49px; }

.marquee-wrap { padding: 56px 0 62px; overflow: hidden; border-bottom: 1px solid var(--hairline); text-align: center; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(to right,transparent,#000 12%,#000 88%,transparent); mask-image: linear-gradient(to right,transparent,#000 12%,#000 88%,transparent); }
.marquee-track { display: flex; align-items: center; gap: 58px; width: max-content; animation: airpro-scroll 34s linear infinite; }
.marquee-logo { width: auto; height: 42px; object-fit: contain; opacity: .82; }
@keyframes airpro-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.exp-head { display: grid; grid-template-columns: 260px 1fr; gap: clamp(35px, 6vw, 95px); align-items: center; margin-bottom: 50px; }
.exp-circle { display: flex; justify-content: center; }
.exp-circle-img { width: min(100%,190px); }
.exp-copy { max-width: 930px; margin-left: auto; text-align: right; }
.exp-copy h2 { font-size: clamp(34px, 4.2vw, 56px); font-weight: 500; text-transform: uppercase; }
.exp-copy p { max-width: 720px; margin-left: auto; font-size: 15px; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); }
.stat-item { padding: 0 clamp(25px,3.2vw,46px); border-right: 1px solid #e1e8e6; }
.stat-item:first-child { padding-left: 0; }
.stat-item:last-child { padding-right: 0; border-right: 0; }
.stat-num { color: var(--green); font-size: clamp(48px,5vw,67px); font-weight: 600; line-height: .9; letter-spacing: -.06em; }
.stat-title { margin: 15px 0 8px; color: var(--teal-deep); font-size: 17px; font-weight: 600; }
.stat-text { margin: 0; font-size: 13px; line-height: 1.65; }

.cta-section { padding: 36px 0 88px; }
.cta-card { display: grid; grid-template-columns: minmax(330px,.9fr) minmax(0,1.25fr); overflow: hidden; border-radius: 17px; background: var(--off-white); }
.cta-img { display: flex; align-items: flex-end; justify-content: center; min-height: 390px; background: linear-gradient(155deg,#41db8c,#0d9458); }
.cta-photo { width: 100%; height: 100%; max-height: 455px; object-fit: contain; object-position: bottom center; }
.cta-body { padding: clamp(38px,5vw,62px); }
.cta-body h2 { max-width: 720px; font-size: clamp(31px,3.7vw,48px); font-weight: 500; text-transform: uppercase; }
.cta-body > p { max-width: 650px; font-size: 14px; }
.cta-sub { margin: 21px 0 0!important; }
.cta-label { margin: 0; font-size: 12px!important; font-weight: 600; text-transform: uppercase; }
.cta-phone { display: inline-block; margin: 3px 0 18px; color: var(--teal-deep); font-size: clamp(32px,4vw,51px); font-weight: 600; letter-spacing: -.06em; }

.two-col { display: grid; grid-template-columns: repeat(2,1fr); gap: 25px; }
.three-col { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.solution-card { overflow: hidden; border: 1px solid var(--hairline); border-radius: 16px; background: var(--white); }
.solution-card img,.solution-card .card-img { width: 100%; aspect-ratio: 16/9.7; object-fit: cover; }
.solution-card .card-body { padding: 28px; }
.solution-card h3 { font-size: 25px; font-weight: 600; }
.solution-card p { font-size: 14px; }

.hwh-wrap { display: grid; grid-template-columns: 320px 1fr; gap: 25px; align-items: stretch; }
.hwh-tabs { display: flex; flex-direction: column; gap: 10px; }
.hwh-tab { display: flex; align-items: center; gap: 12px; min-height: 69px; padding: 15px 18px; border: 1px solid rgba(1,46,52,.09); border-radius: 13px; color: var(--teal-slate); background: var(--white); text-align: left; font-size: 14px; font-weight: 600; cursor: pointer; transition: .2s ease; }
.hwh-tab:hover { border-color: var(--green); }
.hwh-tab.active { color: var(--white); background: var(--teal-deep); border-color: var(--teal-deep); }
.hwh-n { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 29px; height: 29px; border-radius: 50%; color: var(--teal-slate); background: #eef4f2; font-size: 12px; font-weight: 700; }
.hwh-tab.active .hwh-n { color: var(--teal-deep); background: var(--green); }
.hwh-arr { margin-left: auto; opacity: 0; }
.hwh-tab.active .hwh-arr { opacity: 1; }
.hwh-panels { position: relative; }
.hwh-panel { position: relative; display: none; align-items: flex-end; min-height: 440px; overflow: hidden; border-radius: 16px; }
.hwh-panel.active { display: flex; }
.hwh-img { position: absolute!important; inset: 0; z-index: 1; width: 100%!important; max-width: none!important; height: 100%!important; object-fit: cover!important; }
.hwh-overlay { position: relative; z-index: 2; width: 100%; padding: clamp(28px,4vw,47px); color: var(--white); background: linear-gradient(to top,rgba(1,46,52,.94),rgba(1,46,52,.48) 62%,transparent); }
.hwh-overlay h3 { color: var(--white); font-size: 29px; font-weight: 600; }
.hwh-overlay p { max-width: 560px; color: #dceee7; font-size: 14px; }

.testi-card { min-height: 100%; padding: 28px; border-radius: 16px; background: var(--off-white); }
.testi-card--dark { color: #eef7f4; background: var(--teal-deep); }
.testi-card--slate { color: #eef7f4; background: var(--teal-soft); }
.testi-card p { font-size: 14px; line-height: 1.68; }
.testi-stars-img { width: auto; height: 17px; margin-bottom: 15px; }
.testi-author { display: flex; align-items: center; gap: 11px; margin-top: 21px; }
.avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; background: var(--green-light); }
.name { font-size: 13px; font-weight: 600; }

.work-card { height: 100%; padding: 15px 15px 24px; border-radius: 16px; background: var(--white); text-align: center; }
.work-img { position: relative; margin-bottom: 18px; }
.work-photo { width: 100%; aspect-ratio: 4/3; border-radius: 11px; object-fit: cover; }
.work-num { position: absolute; top: 10px; left: 10px; display: inline-flex; align-items: center; justify-content: center; width: 29px; height: 29px; border-radius: 50%; color: var(--teal-deep); background: var(--green-light); font-size: 12px; font-weight: 700; }
.work-card h3 { font-size: 18px; font-weight: 600; }
.work-card p { font-size: 13px; }

.cert-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(34px,6vw,82px); align-items: start; }
.cert-grid { display: flex; flex-wrap: wrap; gap: 11px; }
.cert-badge { width: 85px; height: 85px; padding: 10px; border: 1px solid #e3e9e8; border-radius: 11px; background: var(--white); object-fit: contain; }

.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--hairline); border-radius: 16px; background: var(--white); }
.post-card img { width: 100%; aspect-ratio: 16/9.8; object-fit: cover; }
.post-card .card-body { padding: 22px; }
.post-card h2,.post-card h3 { font-size: 19px; line-height: 1.2; font-weight: 600; }
.post-card .excerpt { color: var(--teal-slate); font-size: 13px; }
.post-card .readmore { display: inline-block; color: var(--green); font-size: 13px; font-weight: 700; }

.quote-section { padding: 0 0 88px; }
.quote-inner { padding: clamp(42px,6vw,72px) var(--gutter); border-radius: 21px; background: linear-gradient(155deg,#43dc8f,#0e9456); text-align: center; }
.quote-inner h2 { color: var(--teal-deep); font-size: clamp(38px,5vw,60px); font-weight: 500; text-transform: uppercase; }
.quote-inner > p { max-width: 510px; margin: 0 auto 26px; color: #0a3d31; font-size: 14px; }
.quote-form { display: grid; max-width: 500px; margin: 0 auto; gap: 11px; text-align: left; }
.quote-form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.quote-form input,.quote-form textarea { width: 100%; padding: 14px 15px; border: 0; border-radius: 9px; color: var(--teal-deep); background: var(--white); font-size: 14px; outline: 0; }
.quote-form input:focus,.quote-form textarea:focus { box-shadow: 0 0 0 2px rgba(1,46,52,.24); }
.quote-form textarea { min-height: 110px; resize: vertical; }
.form-submit { justify-self: center; min-width: 130px; }
.airpro-form-message { max-width: 500px; margin: 0 auto 18px; padding: 11px 15px; border-radius: 10px; color: var(--teal-deep); background: var(--white); font-weight: 600; }

.site-footer { padding: 78px 0 29px; color: #cfe5e0; background: var(--teal-deep); }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1.15fr 1.5fr; gap: 34px; margin-bottom: 42px; }
.footer-brand img { width: auto; max-height: 47px; margin-bottom: 18px; }
.footer-blurb { max-width: 430px; color: #9fc4c0; font-size: 13px; }
.footer-blurb a { display: inline; color: var(--white); }
.site-footer h4 { margin-bottom: 15px; color: var(--green-light); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { display: block; padding: 4px 0; color: #cfe5e0; font-size: 13px; }
.site-footer a:hover { color: var(--green); }
.signup-copy { margin-top: -5px; }
.signup-form { display: flex; gap: 8px; }
.signup-form input { min-width: 0; flex: 1; padding: 10px 13px; border: 1px solid var(--hairline-d); border-radius: 999px; color: var(--white); background: rgba(255,255,255,.08); }
.signup-form input::placeholder { color: rgba(255,255,255,.55); }
.signup-form button { padding: 10px 17px; border: 0; border-radius: 999px; color: var(--teal-deep); background: var(--green); font-size: 12px; font-weight: 700; cursor: pointer; }
.footer-bottom { padding-top: 21px; border-top: 1px solid var(--hairline-d); color: #6f9995; text-align: center; font-size: 12px; }

.inner-hero { padding: clamp(70px,8vw,112px) 0; background: var(--off-white); }
.inner-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.inner-hero h1 { max-width: 900px; margin: 0; font-size: clamp(44px,6vw,80px); font-weight: 500; text-transform: uppercase; }
.inner-hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.inner-call { color: var(--teal-deep); font-size: 13px; font-weight: 600; }
.content-shell { display: grid; grid-template-columns: minmax(0,900px) 1fr; }
.entry-content { grid-column: 1; }
.wp-content { font-size: 17px; line-height: 1.75; }
.wp-content h2 { margin-top: 1.45em; font-size: clamp(29px,4vw,45px); font-weight: 500; }
.wp-content h3 { margin-top: 1.35em; font-size: 25px; }
.wp-content a { color: var(--green-dark); font-weight: 600; }
.wp-content ul { padding-left: 1.25em; }
.why-strip { padding: 72px 0; color: #dceee7; background: var(--teal-deep); }
.why-strip-grid { display: grid; grid-template-columns: 1.3fr 1.2fr auto; gap: 45px; align-items: center; }
.why-strip h2 { max-width: 560px; color: var(--white); font-size: clamp(29px,3.5vw,44px); font-weight: 500; }
.why-list { margin: 0; padding: 0; list-style: none; font-size: 14px; }
.why-list li { padding: 5px 0; }
.why-list li::before { content: "✓"; margin-right: 9px; color: var(--green); }
.article-hero { padding: 82px 0 55px; background: var(--off-white); }
.article-hero-inner { max-width: 1050px; }
.article-hero h1 { font-size: clamp(42px,6vw,78px); font-weight: 500; }
.article-meta { font-size: 13px; }
.article-featured { margin-top: 40px; }
.article-featured img { width: 100%; max-height: 650px; border-radius: 18px; object-fit: cover; }
.article-body { max-width: 850px; padding-top: 70px; padding-bottom: 100px; }
.archive-hero h1 { margin: 0; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.4,0,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.placeholder { display: flex; align-items: center; justify-content: center; min-height: 130px; padding: 18px; border-radius: 12px; color: var(--teal-slate); background: #dce8e6; text-align: center; font-size: 12px; font-weight: 600; }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 175px 1fr; }
  .primary-nav,.header-cta { display: none; }
  .mobile-toggle { display: block; }
  .hero-top,.exp-head,.cta-card,.hwh-wrap,.cert-layout,.inner-hero-grid,.why-strip-grid { grid-template-columns: 1fr; }
  .hero-aside { max-width: 600px; }
  .exp-copy { margin: 0; text-align: left; }
  .exp-copy p { margin-left: 0; }
  .stat-row { grid-template-columns: 1fr; gap: 25px; }
  .stat-item { padding: 0 0 23px; border-right: 0; border-bottom: 1px solid #e1e8e6; }
  .stat-item:last-child { padding-bottom: 0; border-bottom: 0; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .inner-hero-actions { flex-direction: row; flex-wrap: wrap; align-items: center; }
}

@media (max-width: 780px) {
  :root { --gutter: 20px; }
  .section { padding: 62px 0; }
  .announce { font-size: 10px; }
  .header-inner { min-height: 70px; }
  .brand img,.brand .custom-logo { max-height: 39px; }
  .hero { padding: 58px 0 55px; }
  .hero-top { gap: 24px; margin-bottom: 25px; }
  .hero h1 { font-size: clamp(41px,12vw,58px); line-height: .91; }
  .hero-fade { height: 330px; }
  .hero-slider { border-radius: 14px; }
  .hero-slider .hero-actions { bottom: 14px; left: 14px; gap: 8px; }
  .hero-slider .hero-actions .btn { min-height: 44px; padding-left: 17px; font-size: 12px; }
  .hero-slider .circle-arrow { width: 25px; height: 25px; }
  .marquee-wrap { padding: 45px 0; }
  .marquee-logo { height: 35px; }
  .two-col,.three-col,.post-grid { grid-template-columns: 1fr; }
  .hwh-panel { min-height: 350px; }
  .quote-inner { margin-inline: -20px; border-radius: 0; }
  .quote-form .row-2 { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .signup-form { flex-direction: column; }
  .inner-hero { padding: 62px 0; }
  .inner-hero h1 { font-size: 46px; }
  .inner-hero-actions { align-items: flex-start; flex-direction: column; }
  .wp-content { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}
.contact-quote { padding-top: 72px; }

/* ============================================================
   23. FLAGSHIP MEGA-MENU FLYOUTS
   ============================================================ */
.site-header { overflow: visible; }
.nav-caret { margin-left: 6px; color: var(--green); font-size: 14px; transform: translateY(-1px); transition: transform .22s ease; }
.mega-parent { position: static!important; }
.mega-parent:hover .nav-caret,.mega-parent:focus-within .nav-caret { transform: rotate(180deg) translateY(1px); }
.mega-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 250;
  padding: 18px 0 22px;
  border-top: 1px solid var(--hairline);
  background: rgba(247,249,253,.98);
  box-shadow: 0 34px 70px rgba(1,46,52,.18);
  backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
}
.mega-parent:hover > .mega-panel,.mega-parent:focus-within > .mega-panel { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.mega-panel::after { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.mega-shell { display: grid; grid-template-columns: minmax(250px,.8fr) minmax(660px,2.2fr); gap: 20px; }
.mega-intro { position: relative; display: flex; flex-direction: column; min-height: 392px; padding: 30px; overflow: hidden; border-radius: 20px; color: #dceee7; background: radial-gradient(circle at 90% 10%,rgba(153,255,199,.16),transparent 33%),linear-gradient(155deg,var(--teal-deep),#064a51); }
.mega-intro::before { content: ""; position: absolute; right: -65px; bottom: -85px; width: 230px; height: 230px; border: 1px solid rgba(153,255,199,.18); border-radius: 50%; box-shadow: 0 0 0 35px rgba(153,255,199,.04),0 0 0 70px rgba(153,255,199,.03); }
.mega-kicker { position: relative; z-index: 1; color: var(--green-light); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mega-intro h2,.mega-location-lead h2 { position: relative; z-index: 1; margin: 17px 0 14px; color: var(--white); font-size: clamp(30px,2.6vw,43px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.mega-intro p,.mega-location-lead p { position: relative; z-index: 1; max-width: 390px; color: #b8d8d3; font-size: 13px; line-height: 1.65; }
.mega-view-all { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 11px; width: fit-content; margin-top: 8px; color: var(--white); font-size: 13px; font-weight: 700; }
.mega-view-all .circle-arrow { width: 25px; height: 25px; font-size: 13px; }
.mega-emergency { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; margin-top: auto; padding: 14px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; color: var(--white); background: rgba(255,255,255,.07); }
.mega-emergency-dot,.phone-pulse { position: relative; display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(24,189,113,.13); }
.mega-emergency-dot::after,.phone-pulse::after { content: ""; position: absolute; inset: -6px; border: 1px solid rgba(24,189,113,.5); border-radius: 50%; animation: airpro-pulse 1.8s infinite; }
@keyframes airpro-pulse { 0% { transform: scale(.65); opacity: 1; } 100% { transform: scale(1.65); opacity: 0; } }
.mega-emergency strong { display: block; font-size: 12px; }
.mega-emergency small { display: block; color: #a8ccc7; font-size: 10px; }
.mega-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.mega-service-card { position: relative; min-height: 190px; overflow: hidden; border-radius: 18px; background: var(--teal-deep); isolation: isolate; }
.mega-service-image,.mega-service-photo,.mega-service-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mega-service-photo { object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.mega-service-shade { z-index: 1; background: linear-gradient(to top,rgba(1,46,52,.98) 0%,rgba(1,46,52,.68) 48%,rgba(1,46,52,.12) 100%); transition: background .3s ease; }
.mega-service-content { position: absolute; inset: 0; z-index: 2; display: grid; grid-template-columns: 38px 1fr auto; align-items: end; gap: 10px; padding: 16px; color: var(--white); }
.mega-icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--green-light); background: rgba(1,46,52,.35); backdrop-filter: blur(9px); }
.mega-icon svg,.hub-card-icon svg,.m-service-icon svg,.integration-node svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mega-service-copy { min-width: 0; }
.mega-service-copy strong { display: block; color: var(--white); font-size: 14px; line-height: 1.15; }
.mega-service-copy small { display: block; max-height: 0; margin-top: 0; overflow: hidden; color: #c9e0dc; font-size: 10px; line-height: 1.35; opacity: 0; transition: max-height .3s ease, opacity .3s ease, margin .3s ease; }
.mega-card-arrow { display: inline-flex; align-items: center; justify-content: center; width: 29px; height: 29px; border-radius: 50%; color: var(--teal-deep); background: var(--green); font-size: 13px; transition: transform .3s ease; }
.mega-service-card:hover .mega-service-photo { transform: scale(1.08); }
.mega-service-card:hover .mega-service-shade { background: linear-gradient(to top,rgba(1,46,52,.99) 0%,rgba(1,46,52,.78) 58%,rgba(1,46,52,.25) 100%); }
.mega-service-card:hover .mega-service-copy small { max-height: 42px; margin-top: 5px; opacity: 1; }
.mega-service-card:hover .mega-card-arrow { transform: rotate(45deg); }

.mega-location-shell { display: grid; grid-template-columns: .9fr 1.1fr 1.1fr .7fr; gap: 14px; }
.mega-location-lead { padding: 28px; border-radius: 20px; color: #dceee7; background: linear-gradient(150deg,var(--teal-deep),#064a51); }
.location-feature { position: relative; min-height: 285px; overflow: hidden; border-radius: 20px; isolation: isolate; }
.location-feature-img,.location-feature-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.location-feature-img { object-fit: cover; transition: transform .45s ease; }
.location-feature-overlay { z-index: 1; background: linear-gradient(to top,rgba(1,46,52,.96),rgba(1,46,52,.12) 72%); }
.location-feature-copy { position: absolute; inset: auto 0 0; z-index: 2; display: flex; flex-direction: column; padding: 22px; color: var(--white); }
.location-feature-copy small { color: var(--green-light); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.location-feature-copy strong { margin: 3px 0 6px; font-size: 24px; }
.location-feature-copy span { color: #d0e4e1; font-size: 11px; }
.location-feature:hover .location-feature-img { transform: scale(1.06); }
.coverage-card { display: flex; flex-direction: column; justify-content: flex-end; min-height: 285px; padding: 22px; border: 1px solid rgba(24,189,113,.22); border-radius: 20px; background: linear-gradient(155deg,#eef8f3,var(--white)); }
.coverage-pulse { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: auto; border-radius: 50%; color: var(--green); background: rgba(24,189,113,.1); }
.coverage-pulse i { display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 10px rgba(24,189,113,.13); }
.coverage-card strong { color: var(--teal-deep); font-size: 18px; }
.coverage-card p { margin: 7px 0 14px; font-size: 11px; line-height: 1.5; }
.coverage-card a { color: var(--green-dark); font-size: 12px; font-weight: 700; }

.m-service-panel { padding: 9px 0 12px 10px; }
.m-all-link { color: var(--green-dark)!important; font-size: 13px!important; }
.m-service-link { align-items: center!important; justify-content: flex-start!important; gap: 10px; font-size: 14px!important; }
.m-service-icon { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; color: var(--green-dark); background: rgba(24,189,113,.08); }
.m-service-icon svg { width: 17px; height: 17px; }

/* ============================================================
   24. FLAGSHIP SERVICE PAGES
   ============================================================ */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 28px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 600; }
.breadcrumbs a:hover { color: var(--green-light); }
.service-hero { position: relative; overflow: hidden; padding: clamp(72px,8vw,122px) 0 clamp(70px,7vw,104px); color: #dceee7; background: var(--teal-deep); isolation: isolate; }
.service-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(125deg,#012e34 0%,#063e45 58%,#07545b 100%); }
.service-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right,#000,transparent 78%); }
.service-hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.service-hero-orb--one { width: 480px; height: 480px; right: 4%; top: -280px; border: 1px solid rgba(153,255,199,.17); box-shadow: 0 0 0 70px rgba(153,255,199,.025),0 0 0 140px rgba(153,255,199,.018); }
.service-hero-orb--two { width: 280px; height: 280px; left: -140px; bottom: -190px; background: rgba(24,189,113,.08); }
.service-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(410px,.9fr); gap: clamp(48px,7vw,104px); align-items: center; }
.service-hero-copy .pill { color: var(--green-light); border-color: rgba(153,255,199,.5); }
.service-hero h1 { max-width: 850px; color: var(--white); font-size: clamp(48px,6.6vw,92px); font-weight: 500; line-height: .91; letter-spacing: -.068em; text-wrap: balance; }
.service-hero-lede { max-width: 690px; color: #c9e0dc; font-size: clamp(15px,1.45vw,19px); line-height: 1.65; }
.service-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 31px; }
.service-phone-link { display: inline-flex; align-items: center; gap: 13px; color: var(--white); }
.service-phone-link small { display: block; color: #93bbb6; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-phone-link strong { display: block; font-size: 17px; line-height: 1.1; }
.service-hero-visual { position: relative; padding: 22px 22px 38px 0; }
.service-hero-image-wrap { position: relative; min-height: 560px; overflow: hidden; border-radius: 28px; box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.service-hero-image { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.service-image-overlay { position: absolute; inset: 0; background: linear-gradient(to top,rgba(1,46,52,.92),rgba(1,46,52,.08) 65%); }
.service-hero-icon { position: absolute; top: 24px; left: 24px; display: inline-flex; align-items: center; justify-content: center; width: 70px; height: 70px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--green-light); background: rgba(1,46,52,.34); backdrop-filter: blur(12px); }
.service-hero-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-image-caption { position: absolute; left: 27px; right: 27px; bottom: 28px; display: flex; flex-direction: column; color: var(--white); }
.service-image-caption small { color: var(--green-light); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-image-caption strong { max-width: 380px; margin-top: 5px; font-size: clamp(21px,2.4vw,34px); line-height: 1.05; }
.service-visual-label { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 12px; min-width: 205px; padding: 15px 18px; border-radius: 15px; color: var(--teal-deep); background: var(--green-light); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.service-visual-label span { font-size: 34px; font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.service-visual-label small { font-size: 10px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }

.service-proof-bar { color: var(--teal-deep); background: var(--green); }
.service-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.service-proof-grid > div { display: flex; align-items: center; gap: 12px; min-height: 92px; padding: 18px 26px; border-right: 1px solid rgba(1,46,52,.16); }
.service-proof-grid > div:first-child { padding-left: 0; }
.service-proof-grid > div:last-child { padding-right: 0; border-right: 0; }
.service-proof-grid strong { font-size: 28px; letter-spacing: -.06em; }
.service-proof-grid span { max-width: 140px; font-size: 10px; font-weight: 700; line-height: 1.3; text-transform: uppercase; }

.service-intro-section { background: var(--white); }
.service-intro-grid { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(320px,.65fr); gap: clamp(50px,8vw,120px); align-items: start; }
.service-intro-main h2,.service-section-head h2,.facility-band h2,.service-faq-head h2 { max-width: 880px; font-size: clamp(36px,5vw,65px); font-weight: 500; line-height: .98; text-transform: uppercase; }
.service-intro-main p { max-width: 860px; color: var(--teal-slate); font-size: 17px; line-height: 1.82; }
.service-intro-aside { position: sticky; top: 116px; padding: 30px; border: 1px solid var(--hairline); border-radius: 20px; background: linear-gradient(150deg,#f7f9fd,#edf6f1); box-shadow: 0 24px 60px rgba(1,46,52,.07); }
.aside-number { display: block; margin-bottom: 36px; color: var(--green); font-size: 48px; font-weight: 700; letter-spacing: -.08em; }
.service-intro-aside h3 { font-size: 25px; font-weight: 600; line-height: 1.08; }
.service-intro-aside p { font-size: 13px; }
.service-intro-aside ul { margin: 19px 0; padding: 0; list-style: none; }
.service-intro-aside li { padding: 8px 0; border-bottom: 1px solid var(--hairline); color: var(--teal-deep); font-size: 12px; font-weight: 700; }
.service-intro-aside li::before { content: "↗"; margin-right: 9px; color: var(--green); }
.service-intro-aside a { color: var(--green-dark); font-size: 12px; font-weight: 700; }

.service-process-section { color: #dceee7; background: var(--teal-deep); }
.service-process-section .pill { color: var(--green-light); border-color: rgba(153,255,199,.5); }
.service-section-head { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(270px,.7fr); gap: 45px; align-items: end; margin-bottom: 50px; }
.service-process-section .service-section-head h2 { color: var(--white); }
.service-section-head > p { max-width: 510px; margin-left: auto; font-size: 14px; line-height: 1.7; }
.service-process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.12); }
.service-process-card { position: relative; min-height: 280px; padding: 28px; background: #07383e; transition: background .3s ease, transform .3s ease; }
.service-process-card:hover { z-index: 2; background: #0b474e; transform: translateY(-4px); }
.process-num { display: block; color: var(--green); font-size: 42px; font-weight: 700; letter-spacing: -.08em; }
.process-line { display: block; width: 42px; height: 1px; margin: 18px 0 42px; background: rgba(153,255,199,.45); }
.service-process-card h3 { color: var(--white); font-size: 19px; font-weight: 600; letter-spacing: -.025em; }
.service-process-card p { color: #a8ccc7; font-size: 12px; line-height: 1.65; }

.service-story-section { background: var(--off-white); }
.service-story-row { display: grid; grid-template-columns: 95px minmax(0,1.4fr) minmax(290px,.6fr); gap: clamp(30px,5vw,75px); align-items: start; padding: clamp(74px,8vw,118px) 0; border-bottom: 1px solid var(--hairline); }
.service-story-row:last-child { border-bottom: 0; }
.service-story-index span { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border: 1px solid rgba(24,189,113,.38); border-radius: 50%; color: var(--green-dark); font-size: 18px; font-weight: 700; }
.service-story-copy h2 { max-width: 770px; font-size: clamp(34px,4.5vw,59px); font-weight: 500; line-height: 1; text-transform: uppercase; }
.service-story-copy p { max-width: 790px; font-size: 16px; line-height: 1.78; }
.service-story-points { padding: 24px; border: 1px solid var(--hairline); border-radius: 18px; background: var(--white); box-shadow: 0 18px 50px rgba(1,46,52,.05); }
.story-points-label { display: block; margin-bottom: 13px; color: var(--teal-slate); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.story-point { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--hairline); color: var(--teal-deep); font-size: 12px; font-weight: 700; }
.story-point:last-child { border-bottom: 0; }
.story-point span { color: var(--green); }

.facility-band { padding: clamp(66px,7vw,95px) 0; color: #dceee7; background: linear-gradient(125deg,#012e34,#07545b); }
.facility-band .pill { color: var(--green-light); border-color: rgba(153,255,199,.5); }
.facility-band-inner { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(430px,.85fr); gap: 60px; align-items: center; }
.facility-band h2 { color: var(--white); }
.facility-chip-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.facility-chip { display: flex; align-items: center; min-height: 56px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: var(--white); background: rgba(255,255,255,.055); font-size: 12px; font-weight: 600; }
.facility-chip::before { content: ""; width: 8px; height: 8px; margin-right: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(24,189,113,.1); }

.service-faq-section { background: var(--white); }
.service-faq-grid { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); gap: clamp(55px,8vw,120px); align-items: start; }
.service-faq-head { position: sticky; top: 116px; }
.service-faq-head p { max-width: 480px; font-size: 14px; }
.service-faq-head .btn { margin-top: 15px; }
.faq-list { border-top: 1px solid var(--hairline); }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 27px 0; color: var(--teal-deep); cursor: pointer; list-style: none; font-size: clamp(17px,2vw,23px); font-weight: 600; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 35px; height: 35px; border-radius: 50%; color: var(--teal-deep); background: var(--green-light); font-style: normal; transition: transform .25s ease; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-answer { padding: 0 64px 25px 0; }
.faq-answer p { font-size: 14px; line-height: 1.75; }

.related-services-section { background: var(--off-white); }
.related-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-service-card { position: relative; min-height: 380px; overflow: hidden; border-radius: 22px; isolation: isolate; }
.related-service-bg,.related-service-image,.related-service-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.related-service-image { object-fit: cover; transition: transform .45s ease; }
.related-service-overlay { z-index: 1; background: linear-gradient(to top,rgba(1,46,52,.98),rgba(1,46,52,.18) 72%); }
.related-service-content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: var(--white); }
.related-service-content .mega-icon { margin-bottom: auto; }
.related-service-content strong { color: var(--white); font-size: 25px; }
.related-service-content small { max-width: 360px; margin-top: 8px; color: #c9e0dc; font-size: 12px; line-height: 1.55; }
.related-service-content i { position: absolute; right: 27px; bottom: 28px; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; color: var(--teal-deep); background: var(--green); font-style: normal; }
.related-service-card:hover .related-service-image { transform: scale(1.06); }

.service-final-cta { padding: 0 0 clamp(70px,8vw,110px); background: var(--off-white); }
.service-final-cta-inner { display: grid; grid-template-columns: minmax(0,1.4fr) auto; gap: 50px; align-items: center; padding: clamp(42px,6vw,72px); border-radius: 24px; color: #dceee7; background: radial-gradient(circle at 85% 20%,rgba(153,255,199,.18),transparent 27%),linear-gradient(135deg,var(--teal-deep),#064a51); }
.service-final-cta .pill { color: var(--green-light); border-color: rgba(153,255,199,.5); }
.service-final-cta h2 { max-width: 860px; color: var(--white); font-size: clamp(36px,4.8vw,64px); font-weight: 500; line-height: .98; text-transform: uppercase; }
.service-final-cta p { max-width: 720px; color: #b8d8d3; font-size: 14px; }
.service-final-actions { display: flex; flex-direction: column; align-items: stretch; gap: 15px; min-width: 230px; }
.service-final-phone { display: flex; flex-direction: column; align-items: center; padding: 13px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; color: var(--white); background: rgba(255,255,255,.06); }
.service-final-phone small { color: #9fc4c0; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-final-phone strong { font-size: 19px; }

/* ============================================================
   25. SERVICES HUB
   ============================================================ */
.services-hub-hero { position: relative; overflow: hidden; padding: clamp(78px,9vw,135px) 0 clamp(95px,10vw,155px); color: #dceee7; background: var(--teal-deep); }
.services-hub-grid-bg { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at 72% 50%,#000,transparent 72%); }
.services-hub-hero-inner { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(460px,.95fr); gap: clamp(55px,8vw,120px); align-items: center; }
.services-hub-hero .breadcrumbs { margin-bottom: 28px; }
.services-hub-copy .pill { color: var(--green-light); border-color: rgba(153,255,199,.5); }
.services-hub-copy h1 { color: var(--white); font-size: clamp(49px,7vw,96px); font-weight: 500; line-height: .9; letter-spacing: -.068em; text-transform: uppercase; }
.services-hub-copy h1 em { color: var(--green); font-style: normal; }
.services-hub-copy > p { max-width: 790px; color: #bdd8d4; font-size: 17px; line-height: 1.7; }
.services-hub-stack { position: relative; min-height: 600px; perspective: 1000px; }
.hub-stack-card { position: absolute; left: 50%; top: 50%; width: 330px; height: 430px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; box-shadow: 0 35px 80px rgba(0,0,0,.3); transform-origin: center; transition: transform .35s ease, z-index .35s ease; }
.hub-stack-img,.hub-stack-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hub-stack-img { object-fit: cover; }
.hub-stack-overlay { background: linear-gradient(to top,rgba(1,46,52,.94),rgba(1,46,52,.05) 62%); }
.hub-stack-content { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 24px; color: var(--white); }
.hub-stack-content small { color: var(--green-light); font-size: 10px; font-weight: 800; }
.hub-stack-content strong { color: var(--white); font-size: 18px; }
.hub-stack-content i { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; color: var(--teal-deep); background: var(--green); font-style: normal; }
.hub-stack-card--0 { z-index: 6; transform: translate(-58%,-50%) rotate(-6deg); }
.hub-stack-card--1 { z-index: 5; transform: translate(-38%,-48%) rotate(5deg); }
.hub-stack-card--2 { z-index: 4; transform: translate(-75%,-44%) rotate(-13deg) scale(.94); }
.hub-stack-card--3 { z-index: 3; transform: translate(-18%,-40%) rotate(13deg) scale(.92); }
.hub-stack-card--4 { z-index: 2; transform: translate(-83%,-31%) rotate(-19deg) scale(.84); }
.hub-stack-card--5 { z-index: 1; transform: translate(1%,-28%) rotate(20deg) scale(.82); }
.hub-stack-card:hover { z-index: 10; transform: translate(-50%,-54%) rotate(0deg) scale(1.03); }
.services-proof-bar { position: relative; z-index: 2; }

.hub-services-section { background: var(--off-white); }
.hub-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.hub-service-card { display: flex; flex-direction: column; min-height: 490px; overflow: hidden; border: 1px solid var(--hairline); border-radius: 22px; background: var(--white); transition: transform .3s ease, box-shadow .3s ease; }
.hub-service-card:hover { transform: translateY(-7px); box-shadow: 0 28px 65px rgba(1,46,52,.12); }
.hub-card-top { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; padding: 19px 20px; }
.hub-card-num { color: var(--teal-slate); font-size: 11px; font-weight: 800; }
.hub-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 43px; height: 43px; border-radius: 50%; color: var(--green-dark); background: rgba(24,189,113,.08); }
.hub-card-arrow { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: var(--teal-deep); background: var(--green); transition: transform .3s ease; }
.hub-service-card:hover .hub-card-arrow { transform: rotate(45deg); }
.hub-card-image { display: block; height: 245px; overflow: hidden; }
.hub-service-image { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hub-service-card:hover .hub-service-image { transform: scale(1.055); }
.hub-card-body { display: flex; flex-direction: column; gap: 9px; padding: 23px; }
.hub-card-body strong { color: var(--teal-deep); font-size: 25px; line-height: 1.05; }
.hub-card-body small { color: var(--teal-slate); font-size: 12px; line-height: 1.6; }

.hub-integration-section { padding: clamp(85px,9vw,135px) 0; color: #dceee7; background: var(--teal-deep); }
.hub-integration-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(620px,1.15fr); gap: clamp(55px,8vw,120px); align-items: center; }
.hub-integration-copy .pill { color: var(--green-light); border-color: rgba(153,255,199,.5); }
.hub-integration-copy h2 { color: var(--white); font-size: clamp(42px,5.7vw,72px); font-weight: 500; line-height: .96; text-transform: uppercase; }
.hub-integration-copy p { color: #b8d8d3; font-size: 15px; line-height: 1.75; }
.hub-integration-copy .btn { margin-top: 12px; background: var(--white); color: var(--teal-deep); }
.hub-integration-visual { position: relative; min-height: 640px; }
.integration-center { position: absolute; left: 50%; top: 50%; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 210px; height: 210px; border: 1px solid rgba(153,255,199,.45); border-radius: 50%; color: var(--white); background: radial-gradient(circle,#07545b,var(--teal-deep)); box-shadow: 0 0 0 38px rgba(153,255,199,.03),0 0 0 76px rgba(153,255,199,.02); transform: translate(-50%,-50%); }
.integration-center::before,.integration-center::after { content: ""; position: absolute; inset: -98px; border: 1px dashed rgba(153,255,199,.18); border-radius: 50%; }
.integration-center::after { inset: -200px; }
.integration-center span { font-size: 42px; font-weight: 700; letter-spacing: -.06em; }
.integration-center small { color: #9fc4c0; text-align: center; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.integration-node { position: absolute; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 118px; height: 118px; padding: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: var(--green-light); background: #07383e; box-shadow: 0 18px 48px rgba(0,0,0,.18); transition: transform .3s ease, background .3s ease; }
.integration-node span { display: inline-flex; }
.integration-node small { margin-top: 8px; color: var(--white); text-align: center; font-size: 9px; font-weight: 700; line-height: 1.25; }
.integration-node:hover { background: #0b4b52; transform: scale(1.08); }
.integration-node--1 { left: 4%; top: 8%; }
.integration-node--2 { right: 6%; top: 7%; }
.integration-node--3 { right: -1%; top: 41%; }
.integration-node--4 { right: 13%; bottom: 4%; }
.integration-node--5 { left: 12%; bottom: 3%; }
.integration-node--6 { left: -2%; top: 44%; }

.hub-response-section { background: var(--off-white); }
.hub-response-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 24px; background: linear-gradient(150deg,#39d989,#0d9657); }
.hub-response-image { display: flex; align-items: flex-end; justify-content: center; min-height: 520px; }
.hub-response-photo { width: 100%; height: 100%; max-height: 540px; object-fit: contain; object-position: bottom center; }
.hub-response-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px,6vw,80px); }
.hub-response-copy .pill { color: var(--teal-deep); border-color: rgba(1,46,52,.38); }
.hub-response-copy h2 { max-width: 700px; font-size: clamp(39px,5.5vw,72px); font-weight: 500; line-height: .95; text-transform: uppercase; }
.hub-response-copy p { max-width: 590px; color: #0a4537; }
.hub-response-phone { display: grid; grid-template-columns: 1fr auto; align-items: center; max-width: 500px; margin: 22px 0 18px; padding: 16px 18px; border-top: 1px solid rgba(1,46,52,.22); border-bottom: 1px solid rgba(1,46,52,.22); color: var(--teal-deep); }
.hub-response-phone small { grid-column: 1; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.hub-response-phone strong { grid-column: 1; font-size: clamp(29px,3vw,42px); line-height: 1; }
.hub-response-phone span { grid-column: 2; grid-row: 1 / span 2; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; color: var(--white); background: var(--teal-deep); }
.hub-response-copy .btn { width: fit-content; }

/* ============================================================
   26. SERVICE PAGE / MEGA MENU RESPONSIVE
   ============================================================ */
@media (max-width: 1280px) {
  .mega-shell { grid-template-columns: 260px 1fr; }
  .mega-service-grid { grid-template-columns: repeat(3,1fr); }
  .mega-service-card { min-height: 175px; }
  .mega-location-shell { grid-template-columns: .8fr 1fr 1fr; }
  .coverage-card { display: none; }
  .service-hero-grid,.services-hub-hero-inner { grid-template-columns: 1fr 440px; }
  .hub-integration-grid { grid-template-columns: .85fr 1.15fr; }
}

@media (max-width: 1120px) {
  .mega-panel { display: none; }
  .service-hero-grid,.services-hub-hero-inner,.service-intro-grid,.service-section-head,.facility-band-inner,.service-faq-grid,.service-final-cta-inner,.hub-integration-grid,.hub-response-card { grid-template-columns: 1fr; }
  .service-hero-copy { max-width: 900px; }
  .service-hero-visual { max-width: 760px; }
  .service-hero-image-wrap { min-height: 500px; }
  .service-hero-image { min-height: 500px; }
  .service-intro-aside,.service-faq-head { position: relative; top: auto; }
  .service-process-grid { grid-template-columns: repeat(2,1fr); }
  .service-story-row { grid-template-columns: 70px 1fr; }
  .service-story-points { grid-column: 2; }
  .service-proof-grid { grid-template-columns: repeat(2,1fr); }
  .service-proof-grid > div:nth-child(2) { border-right: 0; }
  .service-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(1,46,52,.16); }
  .related-service-grid,.hub-service-grid { grid-template-columns: repeat(2,1fr); }
  .service-final-actions { align-items: flex-start; min-width: 0; }
  .services-hub-stack { min-height: 520px; max-width: 700px; }
  .hub-integration-copy { max-width: 760px; }
  .hub-integration-visual { max-width: 780px; width: 100%; margin: 0 auto; }
  .hub-response-image { min-height: 440px; }
}

@media (max-width: 780px) {
  .service-hero { padding-top: 62px; }
  .service-hero h1,.services-hub-copy h1 { font-size: clamp(42px,12vw,64px); }
  .service-hero-grid { gap: 38px; }
  .service-hero-visual { padding: 0 14px 30px 0; }
  .service-hero-image-wrap,.service-hero-image { min-height: 390px; }
  .service-hero-icon { width: 56px; height: 56px; }
  .service-hero-icon svg { width: 28px; height: 28px; }
  .service-visual-label { min-width: 176px; }
  .service-proof-grid { grid-template-columns: 1fr 1fr; }
  .service-proof-grid > div { min-height: 78px; padding: 14px; }
  .service-proof-grid > div:first-child { padding-left: 14px; }
  .service-proof-grid > div:last-child { padding-right: 14px; }
  .service-proof-grid strong { font-size: 23px; }
  .service-proof-grid span { font-size: 8px; }
  .service-intro-main h2,.service-section-head h2,.facility-band h2,.service-faq-head h2 { font-size: 38px; }
  .service-intro-main p { font-size: 16px; }
  .service-process-grid,.related-service-grid,.hub-service-grid { grid-template-columns: 1fr; }
  .service-process-card { min-height: 240px; }
  .service-story-row { grid-template-columns: 1fr; gap: 24px; }
  .service-story-points { grid-column: auto; }
  .facility-chip-grid { grid-template-columns: 1fr; }
  .faq-answer { padding-right: 0; }
  .related-service-card { min-height: 330px; }
  .service-final-cta-inner { margin-inline: -20px; border-radius: 0; }
  .services-hub-hero { padding-top: 65px; }
  .services-hub-stack { min-height: 450px; margin-top: 20px; transform: scale(.8); transform-origin: top center; }
  .hub-service-card { min-height: 440px; }
  .hub-card-image { height: 220px; }
  .hub-integration-visual { min-height: 520px; transform: scale(.82); transform-origin: top center; margin-bottom: -80px; }
  .hub-response-card { margin-inline: -20px; border-radius: 0; }
  .hub-response-image { min-height: 360px; }
  .hub-response-copy { padding: 42px 20px 55px; }
}

@media (max-width: 520px) {
  .service-hero-actions { align-items: flex-start; flex-direction: column; }
  .service-hero-image-wrap,.service-hero-image { min-height: 340px; }
  .service-image-caption strong { font-size: 22px; }
  .service-visual-label { right: -2px; }
  .services-hub-stack { min-height: 390px; transform: scale(.66); margin-top: 10px; margin-bottom: -95px; }
  .hub-integration-visual { min-height: 480px; transform: scale(.68); margin-bottom: -150px; }
}
