:root {
  --navy-950: #020b25;
  --navy-900: #031542;
  --navy-800: #082663;
  --blue-700: #1645bb;
  --blue-500: #2e70e8;
  --yellow: #ffdc00;
  --yellow-light: #fff06a;
  --ink: #10182b;
  --muted: #5e687b;
  --line: #dfe4ef;
  --soft: #f2f5fa;
  --white: #fff;
  --shadow: 0 22px 55px rgba(3, 21, 66, .14);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.25rem; }
h1, h2, h3, h4 { margin: 0 0 .8rem; color: var(--navy-900); font-family: "Arial Black", "Segoe UI", Arial, sans-serif; font-weight: 900; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 6.2vw, 6.2rem); }
h2 { font-size: clamp(2.25rem, 4.1vw, 4.15rem); }
h3 { font-size: 1.4rem; }
ul, ol { margin-top: 0; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.content-narrow { max-width: 840px; }
.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; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: var(--yellow); color: var(--navy-950); padding: 10px 16px; font-weight: 900; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.topbar { position: relative; z-index: 50; color: var(--white); background: var(--navy-950); font-size: .8rem; letter-spacing: .02em; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { display: flex; align-items: center; gap: 14px; margin: 0; }
.topbar p strong { color: var(--yellow); text-transform: uppercase; letter-spacing: .1em; }
.topbar__links { display: flex; align-items: center; gap: 22px; }
.topbar a:hover { color: var(--yellow); }
.topbar-review { display: inline-flex; align-items: center; gap: 7px; font-weight: 900; white-space: nowrap; }
.topbar-review span { color: var(--yellow); font-size: .67rem; letter-spacing: .04em; }

.site-header { position: sticky; z-index: 40; top: 0; background: var(--navy-950); border-bottom: 1px solid rgba(70,112,220,.28); }
.site-header__inner { min-height: 85px; display: flex; align-items: center; gap: 24px; }
.site-brand { flex: 0 0 auto; width: 190px; }
.site-brand > a, .site-brand .custom-logo-link { display: block; }
.site-brand img, .site-brand .custom-logo { width: 100%; max-height: 66px; object-fit: contain; }
.site-header .site-brand img { filter: brightness(0) saturate(100%) invert(86%) sepia(95%) saturate(1657%) hue-rotate(357deg) brightness(104%) contrast(106%); }
.primary-nav { margin-left: auto; }
.primary-nav ul, .site-footer nav ul { list-style: none; margin: 0; padding: 0; }
.primary-nav .menu { display: flex; align-items: center; gap: 3px; }
.primary-nav .menu > li { position: relative; }
.primary-nav a { display: block; padding: 12px 10px; color: #eef3ff; font-size: .84rem; font-weight: 800; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current-menu-ancestor > a { color: var(--yellow); }
.primary-nav .menu > .menu-item-has-children > a { padding-right: 31px; }
.submenu-toggle { position: absolute; z-index: 2; top: 50%; right: 4px; width: 25px; height: 32px; display: grid; place-items: center; padding: 0; color: #eef3ff; background: transparent; border: 0; border-radius: 7px; transform: translateY(-50%); cursor: pointer; }
.submenu-toggle:hover, .submenu-toggle:focus-visible { color: var(--yellow); background: rgba(255,255,255,.09); }
.submenu-toggle__icon { display: block; font-size: .8rem; line-height: 1; transition: transform .2s ease; }
.submenu-toggle[aria-expanded="true"] .submenu-toggle__icon { transform: rotate(180deg); }
.primary-nav .sub-menu { position: absolute; z-index: 60; top: calc(100% + 6px); left: 0; min-width: 255px; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 20px 45px rgba(3,21,66,.22); opacity: 0; visibility: hidden; transform: translateY(8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.primary-nav .sub-menu::before { position: absolute; left: 0; bottom: 100%; width: 100%; height: 8px; content: ""; }
.primary-nav .sub-menu li + li { margin-top: 2px; }
.primary-nav .sub-menu a { padding: 10px 12px; color: var(--navy-900); border-radius: 8px; font-size: .82rem; white-space: normal; }
.primary-nav .sub-menu a:hover, .primary-nav .sub-menu .current-menu-item > a { color: var(--navy-950); background: var(--yellow); }
.primary-nav .menu-item-has-children:hover > .sub-menu, .primary-nav .menu-item-has-children:focus-within > .sub-menu, .primary-nav .menu-item-has-children.submenu-open > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.primary-nav .menu-financing a, .primary-nav a[href*="mysynchrony.com"] { margin: 0 3px; padding: 10px 13px; color: var(--navy-950); background: var(--yellow); border-radius: 9px; box-shadow: 0 8px 22px rgba(255,220,0,.16); }
.primary-nav .menu-financing a:hover, .primary-nav a[href*="mysynchrony.com"]:hover { color: var(--navy-950); background: var(--yellow-light); }
.header-call { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; padding: 9px 14px; color: var(--navy-950); background: var(--yellow); border-radius: 10px; box-shadow: 0 8px 20px rgba(255,220,0,.25); text-align: center; }
.header-call__label { font-size: .62rem; font-weight: 900; line-height: 1; text-transform: uppercase; letter-spacing: .12em; }
.header-call__number { font-family: "Arial Black", Arial, sans-serif; font-size: .95rem; line-height: 1.4; }
.menu-toggle { position: relative; z-index: 2; display: none; flex: 0 0 46px; width: 46px; height: 46px; margin-left: auto; padding: 10px; background: var(--yellow); border: 0; border-radius: 10px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--navy-950); transition: .2s ease; }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 78px 0 90px; color: var(--white); background: var(--navy-950); }
.hero__backdrop { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(2,11,37,.98) 0%, rgba(2,11,37,.94) 27%, rgba(2,11,37,.79) 43%, rgba(2,11,37,.34) 61%, rgba(2,11,37,.06) 82%); }
.hero::after { position: absolute; z-index: -1; inset: auto 0 0; height: 150px; content: ""; background: linear-gradient(0deg, rgba(2,11,37,.48), transparent); }
.hero__grid { position: relative; z-index: 2; display: grid; min-height: 585px; grid-template-columns: minmax(0, 620px) 1fr; align-items: center; gap: clamp(42px, 6vw, 85px); }
.hero h1 { max-width: 740px; margin-bottom: 24px; color: var(--white); }
.hero h1 em { display: block; color: var(--yellow); font-style: italic; }
.hero__lead { max-width: 660px; color: #d9e3ff; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--blue-700); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow--light { color: var(--yellow); }
.status-dot { width: 9px; height: 9px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,220,0,.15); }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 2px solid transparent; border-radius: 11px; font-size: .86rem; font-weight: 900; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--navy-950); background: var(--yellow); border-color: var(--yellow); box-shadow: 0 12px 30px rgba(255,220,0,.2); }
.button--primary:hover { background: var(--yellow-light); }
.button--ghost { color: var(--white); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.45); }
.button--ghost:hover { background: rgba(255,255,255,.14); }
.button--dark { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); }
.button--full { width: 100%; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 32px 0 0; padding: 0; list-style: none; color: #d9e3ff; font-size: .86rem; font-weight: 700; }
.hero__checks span { color: var(--yellow); }
.hero__visual { position: relative; display: none; }
.hero__image-frame { overflow: hidden; background: var(--blue-700); border: 2px solid rgba(255,255,255,.24); border-radius: var(--radius-lg); box-shadow: 0 36px 90px rgba(0,0,0,.45); transform: rotate(1.5deg); }
.hero__image-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.floating-badge { position: absolute; z-index: 3; display: flex; min-width: 180px; align-items: center; gap: 11px; padding: 13px 16px; color: var(--navy-950); background: var(--white); border-radius: 12px; box-shadow: var(--shadow); }
.floating-badge strong { color: var(--blue-700); font-family: "Arial Black", Arial, sans-serif; font-size: 1rem; }
.floating-badge span { max-width: 100px; color: var(--muted); font-size: .68rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; letter-spacing: .05em; }
.floating-badge--top { top: -24px; right: -20px; }
.floating-badge--bottom { bottom: -26px; left: -28px; }

.trust-strip { position: relative; z-index: 4; background: var(--yellow); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-strip__grid > div { min-height: 98px; display: flex; flex-direction: column; justify-content: center; padding: 18px 26px; border-left: 1px solid rgba(3,21,66,.22); }
.trust-strip__grid > div:last-child { border-right: 1px solid rgba(3,21,66,.22); }
.trust-strip strong { color: var(--navy-950); font-family: "Arial Black", Arial, sans-serif; font-size: 1.25rem; line-height: 1.15; }
.trust-strip span { color: rgba(3,21,66,.72); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.quote-band { padding: 92px 0; background: var(--soft); }
.quote-band__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(45px, 7vw, 100px); }
.quote-band h2 { font-size: clamp(2.3rem, 4vw, 3.8rem); }
.quote-band__copy > p:not(.eyebrow) { color: var(--muted); }
.mini-contact { display: flex; flex-direction: column; margin-top: 30px; padding-left: 17px; border-left: 4px solid var(--yellow); }
.mini-contact span { color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.mini-contact a { color: var(--navy-900); font-family: "Arial Black", Arial, sans-serif; font-size: 1.5rem; }
.quote-form-wrap { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { color: var(--navy-900); font-size: .77rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.field label span { color: #d33; }
.field input, .field select, .field textarea { width: 100%; color: var(--ink); background: #f8f9fc; border: 1px solid #cfd6e5; border-radius: 9px; outline: none; }
.field input, .field select { height: 50px; padding: 0 13px; }
.field textarea { min-height: 105px; padding: 11px 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: var(--white); border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(46,112,232,.12); }
.honeypot { position: absolute; left: -10000px; }
.form-notice { margin-bottom: 18px; padding: 12px 15px; border-radius: 8px; font-size: .9rem; font-weight: 800; }
.form-notice--success { color: #135c2a; background: #e5f8e9; }
.form-notice--error { color: #8e2020; background: #fff0f0; }

.section { padding: 110px 0; }
.section--soft { background: var(--soft); }
.section-heading { margin-bottom: 52px; }
.section-heading--split { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 70px; }
.section-heading--split > p { color: var(--muted); }
.section-heading--center { max-width: 790px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:last-child { color: var(--muted); }
.section-heading h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; display: flex; min-height: 520px; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 15px 35px rgba(3,21,66,.05); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card--featured { color: var(--white); background: linear-gradient(145deg, var(--blue-700), var(--navy-900)); border-color: var(--blue-700); }
.service-card--featured h3, .service-card--featured .text-link { color: var(--white); }
.service-card--featured p, .service-card--featured li { color: #d8e3ff; }
.service-card__number { position: absolute; top: 23px; right: 27px; color: #dce3f1; font-family: "Arial Black", Arial, sans-serif; font-size: 2.4rem; }
.service-card--featured .service-card__number { color: rgba(255,255,255,.18); }
.service-card__icon { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 35px; color: var(--navy-900); background: var(--yellow); border-radius: 50%; font-family: Arial, sans-serif; font-size: 2rem; font-weight: 900; }
.service-card h3 { max-width: 270px; font-size: 1.65rem; }
.service-card p { color: var(--muted); }
.service-card ul { margin: 8px 0 28px; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 7px 0 7px 22px; color: #39445b; font-size: .88rem; border-bottom: 1px solid rgba(136,148,172,.22); }
.service-card.service-card--featured p, .service-card.service-card--featured li { color: #f0f5ff; }
.service-card.service-card--featured li { border-bottom-color: rgba(255,255,255,.2); }
.service-card li::before { position: absolute; left: 0; color: var(--yellow); content: "✓"; font-weight: 900; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--blue-700); font-weight: 900; }
.text-link span { color: var(--yellow); font-size: 1.3em; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.home-commercial { padding: 74px 0; color: var(--white); background: linear-gradient(120deg, #09265d, var(--navy-950)); border-top: 1px solid rgba(255,255,255,.08); }
.home-commercial__grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(40px, 6vw, 82px); }
.home-commercial__media { overflow: hidden; border: 2px solid rgba(255,255,255,.2); border-radius: var(--radius-lg); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.home-commercial__media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.home-commercial h2 { max-width: 720px; color: var(--white); }
.home-commercial__copy > p:not(.eyebrow) { max-width: 740px; color: #cad7ef; }
.home-commercial__copy ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 30px; padding: 0; list-style: none; }
.home-commercial__copy li { padding: 8px 12px; color: #e5ecfb; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: .75rem; font-weight: 850; }

.about-feature { position: relative; overflow: hidden; padding: 120px 0; color: var(--white); background: var(--navy-950); }
.about-feature::after { position: absolute; right: -150px; top: -200px; width: 600px; height: 600px; content: ""; background: radial-gradient(circle, rgba(31,76,191,.45), transparent 68%); }
.about-feature__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.about-feature__media { position: relative; }
.about-feature__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 2px solid rgba(255,255,255,.2); border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.about-feature__media--equipment img { object-position: center 26%; }
.experience-stamp { position: absolute; right: -30px; bottom: -30px; display: flex; width: 160px; height: 160px; flex-direction: column; align-items: center; justify-content: center; color: var(--navy-950); background: var(--yellow); border: 8px solid var(--navy-950); border-radius: 50%; text-align: center; }
.experience-stamp strong { font-family: "Arial Black", Arial, sans-serif; font-size: 2.65rem; line-height: 1; }
.experience-stamp span { margin-top: 4px; font-size: .65rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; letter-spacing: .06em; }
.about-feature h2 { color: var(--white); }
.about-feature .lead { color: var(--white); font-size: 1.18rem; }
.about-feature__copy > p:not(.eyebrow):not(.lead) { color: #bdc9e8; }

.work-gallery { overflow: hidden; background: var(--white); }
.work-gallery .section-heading { margin-bottom: 34px; }
.gallery-home-link { padding-block: 78px; background: var(--white); }
.gallery-home-link__inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; padding: 45px 50px; background: linear-gradient(145deg, #eef4ff, var(--white)); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 18px 48px rgba(3,21,66,.08); }
.gallery-home-link__inner > div { max-width: 790px; }
.gallery-home-link__inner h2 { margin-bottom: 12px; }
.gallery-home-link__inner p:not(.eyebrow) { margin: 0; color: var(--muted); }
.gallery-home-link__inner .button { flex: 0 0 auto; }
.home-work-carousel { margin-top: 32px; }
.work-carousel { position: relative; }
.work-carousel__controls { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-bottom: 18px; }
.work-carousel__hint { margin-right: auto; color: var(--muted); font-size: .76rem; font-weight: 800; }
.work-carousel__status { min-width: 72px; color: var(--navy-900); font-size: .78rem; font-weight: 900; text-align: center; }
.work-carousel__button { width: 50px; height: 50px; display: grid; flex: 0 0 auto; place-items: center; padding: 0; color: var(--navy-950); background: var(--yellow); border: 0; border-radius: 50%; cursor: pointer; font: inherit; font-size: 1.35rem; font-weight: 900; box-shadow: 0 9px 22px rgba(3,21,66,.14); transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.work-carousel__button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(3,21,66,.2); }
.work-carousel__button:focus-visible, .work-carousel__viewport:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 3px; }
.work-carousel__button:disabled { cursor: default; opacity: .35; transform: none; box-shadow: none; }
.work-carousel__viewport { overflow-x: auto; padding: 5px 2px 24px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.work-carousel__viewport::-webkit-scrollbar { display: none; }
.work-carousel__track { display: flex; gap: 18px; }
.work-carousel__slide { overflow: hidden; flex: 0 0 calc((100% - 36px) / 3); margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 15px 35px rgba(3,21,66,.08); scroll-snap-align: start; }
.work-carousel__slide img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--soft); }
.work-carousel__slide figcaption { min-height: 88px; display: flex; align-items: center; gap: 14px; padding: 18px 20px; }
.work-carousel__slide figcaption span { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; color: var(--navy-950); background: var(--yellow); border-radius: 50%; font-family: "Arial Black", Arial, sans-serif; font-size: .72rem; }
.work-carousel__slide figcaption strong { color: var(--navy-900); font-size: .88rem; line-height: 1.35; }
.gallery-page { overflow: hidden; background: linear-gradient(180deg, var(--white), #f5f8ff); }
.work-carousel--gallery .work-carousel__slide { flex-basis: calc((100% - 36px) / 3); }
.gallery-card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: linear-gradient(145deg, var(--navy-900), var(--blue-700)); }
.gallery-card__trigger { position: relative; width: 100%; height: 100%; display: block; padding: 0; overflow: hidden; color: var(--white); background: transparent; border: 0; cursor: zoom-in; font: inherit; text-align: inherit; }
.gallery-card__trigger--video { cursor: pointer; }
.gallery-card__trigger img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.gallery-card__trigger:hover img { transform: scale(1.035); }
.gallery-card__trigger:focus-visible { outline: 4px solid var(--yellow); outline-offset: -4px; }
.gallery-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; padding: 30px; color: #dce5fb; font-weight: 900; text-align: center; }
.gallery-card__play { position: absolute; left: 50%; top: 50%; width: 78px; height: 78px; display: grid; place-items: center; padding-left: 5px; color: var(--navy-950); background: var(--yellow); border: 7px solid rgba(3,21,66,.6); border-radius: 50%; box-shadow: 0 15px 38px rgba(0,0,0,.35); transform: translate(-50%, -50%); font-size: 1.35rem; }
.gallery-card__type { position: absolute; top: 16px; right: 16px; padding: 7px 10px; color: var(--white); background: rgba(3,21,66,.88); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.gallery-card__caption { min-height: 106px; display: flex; align-items: flex-start; gap: 14px; padding: 18px 20px; }
.gallery-card__caption > span { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; color: var(--navy-950); background: var(--yellow); border-radius: 50%; font-family: "Arial Black", Arial, sans-serif; font-size: .72rem; }
.gallery-card__caption strong { display: block; color: var(--navy-900); font-size: .9rem; line-height: 1.35; }
.gallery-card__caption p { margin: 6px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.gallery-empty { padding: 70px 30px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-lg); text-align: center; }
.gallery-empty p { margin: 0; color: var(--muted); }
.gallery-cta .button-row { flex: 0 0 auto; }
.gallery-lightbox { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 70px clamp(18px, 5vw, 70px) 35px; background: rgba(1,7,27,.94); backdrop-filter: blur(8px); }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox__content { width: min(1100px, 100%); height: min(80vh, 820px); display: grid; place-items: center; }
.gallery-lightbox__content img, .gallery-lightbox__content video, .gallery-lightbox__content iframe { max-width: 100%; max-height: 100%; border: 0; border-radius: 14px; box-shadow: 0 28px 80px rgba(0,0,0,.55); }
.gallery-lightbox__content iframe { width: min(100%, 1100px); aspect-ratio: 16 / 9; }
.gallery-lightbox__content video { width: auto; height: auto; background: #000; }
.gallery-lightbox__content a { padding: 15px 20px; color: var(--navy-950); background: var(--yellow); border-radius: 9px; font-weight: 900; }
.gallery-lightbox__close { position: absolute; right: clamp(18px, 4vw, 55px); top: 18px; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; color: var(--white); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; cursor: pointer; font-size: 2rem; line-height: 1; }
.gallery-lightbox__close:hover { color: var(--navy-950); background: var(--yellow); }
body.gallery-lightbox-open { overflow: hidden; }

.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.reason-grid article { padding: 31px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.reason-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 26px; color: var(--navy-950); background: var(--yellow); border-radius: 50%; font-family: "Arial Black", Arial, sans-serif; font-size: .94rem; }
.reason-grid h3 { font-size: 1.18rem; }
.reason-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.process-list li { position: relative; min-height: 235px; padding: 32px 28px; background: var(--navy-900); border-right: 1px solid rgba(255,255,255,.15); }
.process-list li:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.process-list li:last-child { border: 0; border-radius: 0 var(--radius) var(--radius) 0; }
.process-list li > span { display: block; margin-bottom: 35px; color: var(--yellow); font-family: "Arial Black", Arial, sans-serif; font-size: 1.65rem; }
.process-list h3 { color: var(--white); font-size: 1.18rem; }
.process-list p { margin: 0; color: #bec9e5; font-size: .88rem; }

.financing-feature { padding: 105px 0; color: var(--white); background: linear-gradient(125deg, var(--blue-700), var(--navy-900) 72%); }
.financing-feature__grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.financing-feature h2 { color: var(--white); }
.financing-feature p:not(.eyebrow) { color: #d5e1ff; }
.money-mark { float: right; display: grid; width: 82px; height: 82px; place-items: center; margin: 0 0 20px 20px; color: var(--navy-950); background: var(--yellow); border-radius: 50%; font-family: "Arial Black", Arial, sans-serif; font-size: 2.8rem; }
.finance-points { padding: 15px 0 15px 45px; border-left: 1px solid rgba(255,255,255,.25); }
.finance-points p { display: flex; flex-direction: column; margin: 0; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.finance-points p:last-child { border: 0; }
.finance-points strong { color: var(--white); font-size: 1.05rem; }
.finance-points span { color: #b9c8ee; font-size: .85rem; }

.areas-preview__grid { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 80px; }
.areas-preview p { color: var(--muted); }
.area-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 34px; }
.area-pills span { padding: 9px 13px; color: var(--navy-900); background: var(--soft); border: 1px solid var(--line); border-radius: 999px; font-size: .77rem; font-weight: 800; }
.area-map-card { position: relative; overflow: hidden; min-height: 385px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px; color: var(--white); background: var(--navy-900); border-radius: var(--radius-lg); text-align: center; }
.area-map-card::before, .area-map-card::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.area-map-card::before { width: 380px; height: 260px; }
.area-map-card::after { width: 250px; height: 170px; }
.map-pin { position: relative; z-index: 2; display: grid; width: 65px; height: 65px; place-items: center; margin-bottom: 20px; color: var(--navy-950); background: var(--yellow); border-radius: 50% 50% 50% 5px; transform: rotate(-45deg); }
.map-pin::first-letter { transform: rotate(45deg); }
.area-map-card strong, .area-map-card p, .area-map-card a { position: relative; z-index: 2; }
.area-map-card strong { font-family: "Arial Black", Arial, sans-serif; font-size: 1.45rem; }
.area-map-card p { color: #c5d0eb; }
.area-map-card a { color: var(--yellow); font-family: "Arial Black", Arial, sans-serif; font-size: 1.35rem; }
.area-map-visual { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.area-map-visual img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

.faq-grid { display: grid; grid-template-columns: .45fr 1fr; align-items: start; gap: 80px; }
.faq-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.accordion-list details { background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.accordion-list details + details { margin-top: 12px; }
.accordion-list summary { position: relative; padding: 21px 55px 21px 24px; color: var(--navy-900); cursor: pointer; list-style: none; font-weight: 900; }
.accordion-list summary::-webkit-details-marker { display: none; }
.accordion-list summary::after { position: absolute; right: 22px; top: 18px; content: "+"; color: var(--blue-700); font-size: 1.5rem; }
.accordion-list details[open] summary::after { content: "−"; }
.accordion-list details p { padding: 0 24px 22px; margin: 0; color: var(--muted); font-size: .92rem; }
.accordion-list--wide { max-width: 850px; margin-inline: auto; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; min-height: 580px; display: flex; align-items: center; padding: 72px 0; color: var(--white); background: var(--navy-950); }
.final-cta__backdrop { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.final-cta::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(2,11,37,.04) 0%, rgba(2,11,37,.1) 36%, rgba(2,11,37,.55) 61%, rgba(2,11,37,.88) 100%); }
.final-cta::after { position: absolute; z-index: -1; inset: auto 0 0; height: 120px; content: ""; background: linear-gradient(0deg, rgba(2,11,37,.42), transparent); }
.final-cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: flex-end; }
.final-cta__panel { width: min(50%, 590px); padding: 38px; background: rgba(2,11,37,.84); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); box-shadow: 0 24px 70px rgba(0,0,0,.32); backdrop-filter: blur(10px); }
.final-cta h2 { color: var(--white); }
.final-cta p:not(.eyebrow) { color: #dce5fb; }
.final-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }

.inner-hero { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.inner-hero::after { position: absolute; right: -5%; bottom: -160px; width: 54%; height: 270px; content: ""; border: 2px solid rgba(61,113,241,.35); border-radius: 50%; box-shadow: 0 -28px 0 rgba(61,113,241,.1), 0 -56px 0 rgba(61,113,241,.07); transform: rotate(-10deg); }
.inner-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 460px); align-items: center; gap: clamp(45px, 6vw, 90px); }
.inner-hero h1 { max-width: 890px; margin-bottom: 24px; color: var(--white); font-size: clamp(3rem, 5.4vw, 5.4rem); }
.inner-hero p:not(.eyebrow) { max-width: 740px; color: #cdd8f4; font-size: 1.1rem; }
.inner-hero--compact { padding: 76px 0; }
.inner-hero--compact h1 { font-size: clamp(2.8rem, 4.8vw, 4.8rem); }
.inner-hero__photo { position: relative; justify-self: end; width: 100%; max-width: 460px; overflow: hidden; border: 2px solid rgba(255,255,255,.36); border-radius: 26px; box-shadow: 0 28px 70px rgba(0,0,0,.36); transform: rotate(1.5deg); }
.inner-hero__photo::after { position: absolute; right: 18px; bottom: 18px; width: 68px; height: 7px; content: ""; background: var(--yellow); border-radius: 999px; box-shadow: 0 0 0 7px rgba(3,21,66,.54); }
.inner-hero__photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.service-detail__grid { display: grid; grid-template-columns: 1.1fr .65fr; align-items: center; gap: 90px; }
.service-detail__grid--reverse > div:first-child { order: 2; }
.service-detail__grid--reverse > div:last-child { order: 1; }
.service-detail .lead, .story-grid .lead, .financing-page-grid .lead { color: var(--navy-800); font-size: 1.15rem; font-weight: 700; }
.service-detail p:not(.eyebrow):not(.lead) { color: var(--muted); }
.check-list { display: grid; gap: 10px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { position: absolute; left: 0; top: 1px; display: grid; width: 20px; height: 20px; place-items: center; color: var(--navy-950); background: var(--yellow); border-radius: 50%; content: "✓"; font-size: .7rem; font-weight: 900; }
.service-detail__card { min-height: 410px; display: flex; flex-direction: column; justify-content: flex-end; padding: 40px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.service-detail__card--photo { overflow: hidden; padding: 0; }
.service-detail__card--photo img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.big-icon { width: 90px; height: 90px; display: grid; place-items: center; margin-bottom: auto; color: var(--navy-950); background: var(--yellow); border-radius: 50%; font-size: 2.5rem; }

.service-landing__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); align-items: center; gap: clamp(50px, 7vw, 100px); }
.service-landing__copy .lead { color: var(--navy-800); font-size: 1.15rem; font-weight: 750; }
.service-landing__copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.service-landing__aside { position: relative; overflow: hidden; padding: clamp(34px, 4vw, 52px); color: var(--white); background: linear-gradient(145deg, var(--navy-950), #123981); border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(3,21,66,.24); }
.service-landing__aside::after { position: absolute; right: -90px; top: -100px; width: 260px; height: 260px; content: ""; background: radial-gradient(circle, rgba(52,112,239,.55), transparent 68%); }
.service-landing__badge { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 11px; margin-bottom: 42px; }
.service-landing__badge > span { min-width: 74px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; color: var(--navy-950); background: var(--yellow); border-radius: 999px; font-family: "Arial Black", Arial, sans-serif; font-size: 1.2rem; line-height: 1; letter-spacing: -.02em; box-shadow: 0 0 0 6px rgba(255,220,0,.12); }
.service-landing__badge small { color: #d8e4ff; font-size: .67rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.service-landing__aside h2 { position: relative; z-index: 1; margin-bottom: 16px; color: var(--white); font-size: clamp(1.8rem, 3vw, 2.55rem); }
.service-landing__aside > p { position: relative; z-index: 1; margin-bottom: 28px; color: #cbd8f3; }
.service-call-card { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; padding: 16px 18px; color: var(--navy-950); background: var(--white); border-radius: 14px; box-shadow: 0 12px 28px rgba(0,0,0,.18); transition: transform .2s ease, box-shadow .2s ease; }
.service-call-card:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.24); }
.service-call-card__icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy-950); background: var(--yellow); border-radius: 50%; font-size: 1.2rem; }
.service-call-card > span:last-child { min-width: 0; display: flex; flex-direction: column; }
.service-call-card small { color: var(--blue-700); font-size: .64rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.service-call-card strong { color: var(--navy-950); font-family: "Arial Black", Arial, sans-serif; font-size: clamp(1.1rem, 2vw, 1.48rem); line-height: 1.2; overflow-wrap: anywhere; }

.story-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 90px; }
.story-media { position: relative; }
.story-media::after { position: absolute; right: -18px; bottom: -18px; z-index: -1; width: 70%; height: 70%; content: ""; background: var(--yellow); border-radius: var(--radius); }
.story-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); }
.about-story-copy { max-width: 860px; }
.about-story-copy .lead { color: var(--navy-800); font-size: 1.15rem; font-weight: 700; }
.about-story-copy p:not(.eyebrow):not(.lead) { color: var(--muted); }
.inner-hero__photo--map img { aspect-ratio: 16 / 9; object-fit: cover; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-grid article { padding: 30px 25px; background: var(--white); border-radius: var(--radius-sm); }
.value-grid span { display: block; margin-bottom: 28px; color: var(--blue-700); font-family: "Arial Black", Arial, sans-serif; font-size: 1.4rem; }
.value-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.license-section { background: var(--white); }
.license-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 55px 65px; color: var(--white); background: var(--navy-900); border-radius: var(--radius-lg); }
.license-card h2 { color: var(--white); }
.license-card p { margin: 0; color: #cad6f1; }
.license-card > strong { color: var(--yellow); font-family: "Arial Black", Arial, sans-serif; font-size: clamp(2rem, 4vw, 4rem); white-space: nowrap; }

.financing-page-grid { display: grid; grid-template-columns: 1fr .75fr; align-items: start; gap: 90px; }
.notice-card { margin-top: 28px; padding: 22px 24px; background: #fffbea; border-left: 5px solid var(--yellow); border-radius: 5px 12px 12px 5px; }
.notice-card p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; }
.step-card { padding: 35px; color: var(--white); background: var(--navy-900); border-radius: var(--radius); box-shadow: var(--shadow); }
.step-card h3 { color: var(--white); font-size: 1.6rem; }
.step-card ol { margin: 25px 0 30px; padding: 0; list-style: none; }
.step-card li { display: flex; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.step-card li > span { flex: 0 0 auto; display: grid; width: 36px; height: 36px; place-items: center; color: var(--navy-950); background: var(--yellow); border-radius: 50%; font-weight: 900; }
.step-card strong { color: var(--white); }
.step-card p { margin: 2px 0 0; color: #bfcbe7; font-size: .85rem; }

.service-area-hero { overflow: hidden; }
.service-area-hero::after { position: absolute; right: -7%; bottom: -75%; width: 560px; height: 560px; content: ""; background: radial-gradient(circle, rgba(46,112,232,.5), transparent 68%); pointer-events: none; }
.service-regions { background: #f7f9ff; }
.service-region-list { display: grid; gap: 34px; }
.service-region { overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 590px; background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 24px 65px rgba(3,21,66,.1); }
.service-region--reverse { grid-template-columns: .92fr 1.08fr; }
.service-region--reverse .service-region__media { order: 2; }
.service-region__media { min-width: 0; background: var(--navy-900); }
.service-region__media img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.service-region__content { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 72px); }
.service-region--reverse .service-region__content { background: linear-gradient(145deg, #eef4ff, #fff); }
.service-region__content > p:not(.eyebrow) { color: var(--muted); }
.service-region__cities { margin: 22px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-region__cities li { margin: 0; border-bottom: 1px solid var(--line); }
.service-region__cities a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 4px; color: var(--blue-700); font-weight: 900; transition: padding .2s ease, color .2s ease, background .2s ease; }
.service-region__cities a:hover { padding-inline: 12px; color: var(--navy-950); background: rgba(255,220,0,.16); }
.service-region__cities small { color: var(--muted); font-size: .68rem; font-weight: 800; }
.service-area-band { padding: 75px 0; color: var(--white); background: var(--blue-700); }
.service-area-band__grid { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.service-area-band h2 { color: var(--white); }
.service-area-band p:not(.eyebrow) { margin: 0; color: #d9e3ff; }
.service-area-band .button { flex: 0 0 auto; font-size: 1.12rem; }
.two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.two-column-copy > div { padding-right: 50px; }
.two-column-copy > div + div { padding: 0 0 0 90px; border-left: 1px solid var(--line); }
.two-column-copy p:not(.eyebrow) { color: var(--muted); }

.contact-page__grid { display: grid; grid-template-columns: .8fr 1.15fr; align-items: start; gap: 85px; }
.contact-page__grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.contact-cards { display: grid; gap: 12px; margin: 30px 0; }
.contact-cards > * { display: flex; flex-direction: column; padding: 17px 20px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; }
.contact-cards span { color: var(--muted); font-size: .69rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.contact-cards strong { color: var(--navy-900); font-size: .96rem; overflow-wrap: anywhere; }
.contact-language { padding-top: 20px; border-top: 1px solid var(--line); font-weight: 800; }
.contact-language a { color: var(--blue-700); }
.form-title { margin-bottom: 20px; font-size: 2rem; }
.contact-truck { padding-bottom: 110px; }
.contact-truck .shell { position: relative; }
.contact-truck img { width: 100%; max-height: 520px; object-fit: cover; border-radius: var(--radius-lg); }
.contact-truck .shell > div { position: absolute; left: 35px; bottom: 25px; display: flex; flex-direction: column; padding: 16px 20px; color: var(--white); background: rgba(3,21,66,.9); border-radius: 10px; }
.contact-truck span { color: #d5ddf1; font-size: .8rem; }

.entry-content > * { max-width: 100%; }
.entry-content a { color: var(--blue-700); text-decoration: underline; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.post-card img { margin: -22px -22px 22px; max-width: calc(100% + 44px); border-radius: var(--radius) var(--radius) 0 0; }
.post-card h2 { font-size: 1.55rem; }
.post-card p:not(.eyebrow) { color: var(--muted); }
.not-found { min-height: 70vh; display: flex; align-items: center; padding: 100px 0; color: var(--white); background: var(--navy-950); }
.not-found h1 { color: var(--white); }

.service-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-link-grid > a { min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: var(--navy-900); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 36px rgba(3,21,66,.07); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-link-grid > a:hover { transform: translateY(-4px); border-color: var(--blue-500); box-shadow: 0 20px 45px rgba(3,21,66,.13); }
.service-link-grid span { margin-bottom: auto; color: var(--blue-700); font-family: "Arial Black", Arial, sans-serif; font-size: 1.3rem; }
.service-link-grid strong { font-size: 1.1rem; }
.service-link-grid small { margin-top: 7px; color: var(--muted); line-height: 1.45; }

.review-showcase { color: var(--white); background: linear-gradient(140deg, var(--navy-950), #0b2c6d); }
.review-showcase h2 { color: var(--white); }
.review-showcase__heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 50px; margin-bottom: 38px; }
.review-showcase__heading > div > p:not(.eyebrow) { max-width: 680px; color: #cbd7ee; }
.review-rating { min-width: 210px; padding: 20px 24px; color: var(--navy-950); background: var(--yellow); border-radius: var(--radius); }
.review-rating strong, .review-rating small { display: block; }
.review-rating strong { font-size: 1.25rem; }
.review-rating strong span { letter-spacing: .04em; }
.review-rating small { margin-top: 4px; font-weight: 900; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.review-grid blockquote { margin: 0; padding: 28px; color: var(--navy-900); background: var(--white); border-radius: var(--radius); }
.review-grid blockquote > div { color: #f1b600; letter-spacing: .08em; }
.review-grid blockquote p { min-height: 68px; margin: 17px 0 24px; font-size: 1.2rem; font-weight: 850; line-height: 1.4; }
.review-grid cite { font-style: normal; font-weight: 900; }
.review-grid cite span { display: block; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.review-note { margin: 20px 0 0; color: #b9c7e3; font-size: .78rem; }
.review-note a { color: var(--yellow); font-weight: 900; }
.media-video-section { border-top: 1px solid var(--line); }
.media-video-empty { min-height: 220px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 40px; color: var(--navy-900); background: var(--white); border: 2px dashed #b8c8e7; border-radius: var(--radius-lg); text-align: left; }
.media-video-empty > span { width: 68px; height: 68px; display: grid; place-items: center; flex: 0 0 auto; padding-left: 4px; color: var(--navy-950); background: var(--yellow); border-radius: 50%; font-size: 1.35rem; }
.media-video-empty h3 { margin: 0; font-size: 1.35rem; }
.media-video-empty p { margin: 7px 0 0; color: var(--muted); }

.brand-showcase { display: grid; grid-template-columns: minmax(0, .82fr) minmax(380px, 1.18fr); align-items: start; gap: clamp(50px, 8vw, 120px); }
.brand-showcase__intro { position: sticky; top: 145px; }
.brand-showcase__intro > p:not(.eyebrow) { color: var(--muted); }
.brand-showcase__media { align-self: center; overflow: hidden; background: var(--navy-950); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.brand-showcase__media img { display: block; width: 100%; height: auto; }
.resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.resource-grid article { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 15px 38px rgba(3,21,66,.07); }
.resource-grid article > span { color: var(--blue-700); font-size: .67rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.resource-grid h2 { margin-top: 14px; font-size: 1.45rem; }
.resource-grid p { color: var(--muted); }

.site-footer { padding: 85px 0 0; color: #b9c5df; background: #01071b; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .8fr 1.1fr; gap: 55px; padding-bottom: 65px; }
.footer-brand img { width: 220px; max-height: 90px; object-fit: contain; filter: brightness(0) saturate(100%) invert(86%) sepia(95%) saturate(1657%) hue-rotate(357deg) brightness(104%) contrast(106%); }
.footer-brand p { max-width: 330px; margin-top: 22px; font-size: .86rem; }
.license-pill { display: inline-block; padding: 6px 10px; color: var(--yellow); border: 1px solid rgba(255,220,0,.35); border-radius: 999px; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.site-footer h2 { margin-bottom: 22px; color: var(--white); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 8px 0; font-size: .83rem; }
.site-footer a:hover { color: var(--yellow); }
.contact-list li { display: flex; flex-direction: column; margin-bottom: 17px; }
.contact-list span { color: #6f7c9c; font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.mobile-call-bar { display: none; }

@media (max-width: 1100px) {
  .primary-nav a { padding-inline: 7px; font-size: .77rem; }
  .site-brand { width: 160px; }
  .header-call { display: none; }
  .hero__grid { grid-template-columns: 1.08fr .92fr; gap: 45px; }
  .floating-badge--top { right: -5px; }
  .floating-badge--bottom { left: -10px; }
  .service-card { min-height: 545px; padding: 27px; }
	.service-link-grid, .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.brand-showcase { grid-template-columns: 1fr; }
	.brand-showcase__intro { position: static; }
  .work-carousel__slide { flex-basis: calc((100% - 18px) / 2); }
  .reason-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .service-region { grid-template-columns: 1fr 1fr; }
  .service-region--reverse { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .7fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .contact-list { display: grid; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 80px; }
  body { padding-bottom: 61px; font-size: 16px; }
  .topbar__email, .topbar__language, .topbar p span { display: none; }
	.topbar__inner { justify-content: space-between; min-height: 32px; }
	.topbar__links { gap: 12px; }
	.topbar-review span { display: none; }
  .site-header__inner { min-height: 72px; justify-content: space-between; }
  .site-brand { width: 145px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 104px 0 auto; max-height: 0; margin: 0; overflow: hidden; background: var(--white); opacity: 0; visibility: hidden; transition: max-height .28s ease, opacity .2s ease; }
  .primary-nav.is-open { max-height: calc(100vh - 104px); padding: 12px 20px 28px; overflow-y: auto; border-bottom: 1px solid var(--line); box-shadow: 0 25px 45px rgba(3,21,66,.18); opacity: 1; visibility: visible; }
  .primary-nav .menu { display: block; }
  .primary-nav a { padding: 14px 5px; color: var(--navy-900); font-size: 1rem; border-bottom: 1px solid var(--line); }
  .primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--blue-700); }
	.primary-nav .menu > .menu-item-has-children > a { padding-right: 54px; }
	.submenu-toggle { top: 7px; right: 0; width: 44px; height: 38px; color: var(--navy-900); background: var(--soft); border: 1px solid var(--line); transform: none; }
	.submenu-toggle:hover, .submenu-toggle:focus-visible { color: var(--blue-700); background: #eaf1ff; }
	.primary-nav .sub-menu { position: static; min-width: 0; display: none; margin: 0 0 7px 12px; padding: 5px 0 6px 12px; background: transparent; border: 0; border-left: 2px solid var(--yellow); border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition: none; }
	.primary-nav .sub-menu::before { display: none; }
	.primary-nav .menu-item-has-children.submenu-open > .sub-menu { display: block; }
	.primary-nav .sub-menu a { padding: 11px 12px; color: var(--navy-800); background: var(--soft); border: 0; border-radius: 8px; font-size: .92rem; }
	.primary-nav .sub-menu li + li { margin-top: 4px; }
  .primary-nav .menu-financing a, .primary-nav a[href*="mysynchrony.com"] { margin: 8px 0; padding: 13px 14px; color: var(--navy-950); border-bottom: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 70px 0 80px; }
  .hero__backdrop { display: none; }
  .hero::before { background: radial-gradient(circle at 70% 72%, rgba(46,112,232,.35), transparent 38%); }
  .hero__grid, .quote-band__grid, .about-feature__grid, .financing-feature__grid, .areas-preview__grid, .faq-grid, .inner-hero__grid, .service-detail__grid, .story-grid, .financing-page-grid, .contact-page__grid { grid-template-columns: 1fr; }
  .hero__grid { min-height: 0; }
  .hero__copy { text-align: center; }
  .hero__copy .eyebrow, .hero__checks, .hero__copy .button-row { justify-content: center; }
  .hero__visual { width: min(92%, 620px); display: block; margin: 20px auto 0; }
  .hero__grid > *, .quote-band__grid > *, .about-feature__grid > *, .financing-feature__grid > *, .areas-preview__grid > *, .faq-grid > *, .inner-hero__grid > *, .service-detail__grid > *, .story-grid > *, .financing-page-grid > *, .contact-page__grid > * { min-width: 0; }
  .trust-strip__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip strong, .trust-strip span { overflow-wrap: anywhere; }
  .trust-strip__grid > div:nth-child(3) { border-top: 1px solid rgba(3,21,66,.22); }
  .trust-strip__grid > div:nth-child(4) { border-top: 1px solid rgba(3,21,66,.22); border-right: 1px solid rgba(3,21,66,.22); }
  .section, .quote-band, .about-feature { padding-block: 82px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 18px; }
  .work-carousel__slide { flex-basis: min(78vw, 430px); }
  .gallery-home-link__inner { align-items: flex-start; flex-direction: column; padding: 38px; }
  .work-carousel--gallery .work-carousel__slide { flex-basis: min(78vw, 430px); }
  .service-grid { grid-template-columns: 1fr; }
	.service-landing__grid, .home-commercial__grid { grid-template-columns: 1fr; }
	.service-landing__aside { width: min(100%, 620px); }
	.home-commercial__media { width: min(100%, 680px); }
	.review-showcase__heading { grid-template-columns: 1fr; align-items: start; }
	.review-grid { grid-template-columns: 1fr; }
	.review-grid blockquote p { min-height: 0; }
  .service-card { min-height: 0; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.15); border-radius: var(--radius); overflow: hidden; }
  .process-list li, .process-list li:first-child, .process-list li:last-child { border: 0; border-radius: 0; }
  .finance-points { padding: 0; border-left: 0; }
  .inner-hero { padding: 80px 0; text-align: center; }
  .inner-hero .eyebrow, .inner-hero .button-row { justify-content: center; }
  .inner-hero p:not(.eyebrow) { margin-inline: auto; }
  .inner-hero__photo { justify-self: center; max-width: 620px; transform: none; }
  .inner-hero__photo img { aspect-ratio: 16 / 10; }
  .service-detail__grid--reverse > div:first-child, .service-detail__grid--reverse > div:last-child { order: initial; }
  .service-detail__card { min-height: 330px; }
  .service-region, .service-region--reverse { grid-template-columns: 1fr; min-height: 0; }
  .service-region--reverse .service-region__media { order: 0; }
  .service-region__media img { min-height: 0; aspect-ratio: 16 / 10; }
  .two-column-copy { grid-template-columns: 1fr; gap: 55px; }
  .two-column-copy > div, .two-column-copy > div + div { padding: 0; border: 0; }
  .license-card { flex-direction: column; align-items: flex-start; padding: 40px; }
  .final-cta { min-height: 0; display: block; padding: 300px 0 54px; background: var(--navy-950); }
  .final-cta__backdrop { height: 320px; bottom: auto; object-position: center; }
  .final-cta::before { bottom: auto; height: 320px; background: linear-gradient(0deg, rgba(2,11,37,.82), transparent 58%); }
  .final-cta::after { display: none; }
  .final-cta__inner { align-items: stretch; flex-direction: column; }
  .final-cta__panel { width: 100%; margin-top: -44px; padding: 34px; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .mobile-call-bar { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: flex; height: 61px; align-items: center; justify-content: center; gap: 12px; color: var(--navy-950); background: var(--yellow); border-top: 2px solid var(--navy-950); }
  .mobile-call-bar span { font-size: .7rem; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-call-bar strong { font-family: "Arial Black", Arial, sans-serif; font-size: 1.05rem; }
}

@media (max-width: 580px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  h1 { font-size: clamp(2.25rem, 11vw, 2.7rem); overflow-wrap: anywhere; }
  h2 { font-size: 2.25rem; }
  .hero { padding-top: 55px; }
  .hero .eyebrow { max-width: 100%; justify-content: center; font-size: .66rem; line-height: 1.5; text-align: center; }
  .hero__lead { max-width: 100%; font-size: .96rem; overflow-wrap: anywhere; }
  .hero__checks { display: grid; gap: 7px; }
  .button-row, .final-cta__actions { width: 100%; flex-direction: column; }
  .button-row .button, .final-cta__actions .button { width: 100%; }
  .hero__visual { width: 100%; margin-top: 15px; padding-bottom: 60px; }
  .hero__image-frame { transform: none; border-radius: 21px; }
  .floating-badge { min-width: 0; padding: 10px 12px; }
  .floating-badge--top { top: -17px; right: 8px; }
  .floating-badge--bottom { bottom: 22px; left: 8px; }
  .floating-badge strong { font-size: .85rem; }
  .floating-badge span { font-size: .58rem; }
  .final-cta { padding-top: 242px; }
  .final-cta__backdrop, .final-cta::before { height: 260px; }
  .final-cta__panel { margin-top: -22px; padding: 28px 22px; }
  .trust-strip__grid > div { min-height: 85px; padding: 14px; text-align: center; }
  .trust-strip strong { font-size: 1rem; }
  .trust-strip span { font-size: .58rem; line-height: 1.25; }
  .quote-form-wrap { padding: 21px; }
  .quote-form { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .section, .quote-band, .about-feature { padding-block: 68px; }
  .gallery-home-link { padding-block: 55px; }
  .gallery-home-link__inner { padding: 28px 22px; }
  .gallery-home-link__inner .button { width: 100%; }
  .section-heading { margin-bottom: 36px; }
  .work-carousel__controls { flex-wrap: wrap; }
  .work-carousel__hint { width: 100%; margin-right: 0; }
  .work-carousel__status { margin-left: auto; }
  .work-carousel__slide { flex-basis: 88%; }
  .work-carousel--gallery .work-carousel__slide { flex-basis: 88%; }
  .work-carousel__slide figcaption { min-height: 80px; padding: 15px 16px; }
  .gallery-card__caption { min-height: 94px; padding: 15px 16px; }
  .gallery-card__play { width: 66px; height: 66px; }
  .gallery-lightbox { padding: 70px 14px 20px; }
  .service-card { padding: 25px; }
	.service-landing__aside { padding: 30px 24px; }
	.service-landing__badge { margin-bottom: 30px; }
	.service-call-card { padding: 14px; }
	.service-call-card strong { font-size: 1.08rem; }
	.home-commercial { padding-block: 58px; }
	.home-commercial__copy li { width: 100%; border-radius: 10px; }
	.service-link-grid, .resource-grid { grid-template-columns: 1fr; }
	.service-link-grid > a { min-height: 150px; }
	.review-rating { width: 100%; }
	.media-video-empty { align-items: flex-start; flex-direction: column; padding: 28px; }
  .about-feature__grid { gap: 65px; }
  .experience-stamp { right: -5px; bottom: -50px; width: 125px; height: 125px; border-width: 6px; }
  .experience-stamp strong { font-size: 2rem; }
  .reason-grid, .value-grid, .process-list, .post-grid { grid-template-columns: 1fr; }
  .process-list { gap: 1px; }
  .process-list li { min-height: 0; display: flex; gap: 22px; padding: 25px; }
  .process-list li > span { margin: 0; }
  .money-mark { width: 65px; height: 65px; font-size: 2rem; }
  .area-map-card { min-height: 330px; padding: 28px; }
  .faq-grid { gap: 45px; }
  .inner-hero h1 { font-size: 2.45rem; overflow-wrap: anywhere; }
  .inner-hero__photo { border-radius: 20px; }
  .inner-hero__photo img { aspect-ratio: 4 / 3; }
  .inner-hero__photo--map img { aspect-ratio: 16 / 9; }
  .service-detail__card { min-height: 300px; padding: 28px; }
  .service-detail__card--photo { padding: 0; }
  .service-detail__card--photo img { min-height: 300px; }
  .license-card { padding: 30px 25px; }
  .license-card > strong { font-size: 1.8rem; }
  .step-card { padding: 25px 20px; }
  .service-area-band__grid { align-items: flex-start; flex-direction: column; }
  .service-region { border-radius: 20px; }
  .service-region__content { padding: 30px 24px; }
  .service-region__cities a { min-height: 54px; }
  .service-region__cities small { max-width: 95px; text-align: right; }
  .contact-truck .shell > div { position: static; margin-top: -15px; border-radius: 0 0 12px 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .contact-list { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (min-width: 861px) {
  .hero .shell, .final-cta .shell { width: min(calc(100% - 56px), 1360px); }
  .hero__grid { grid-template-columns: minmax(0, 520px) 1fr; gap: clamp(34px, 4vw, 62px); }
  .hero__copy { max-width: 520px; }
  .hero h1 { font-size: clamp(3.5rem, 4.9vw, 4.4rem); }
  .hero::before { background: linear-gradient(90deg, var(--navy-950) 0%, var(--navy-950) 20%, rgba(2,11,37,.88) 28%, rgba(2,11,37,.62) 36%, rgba(2,11,37,.28) 43%, rgba(2,11,37,.06) 52%, transparent 62%); }
  .final-cta--equipment .final-cta__backdrop { left: -5%; right: auto; width: 72%; object-position: center 45%; }
  .final-cta--equipment::before { background: linear-gradient(90deg, rgba(2,11,37,.04) 0%, rgba(2,11,37,.12) 36%, rgba(2,11,37,.56) 55%, var(--navy-950) 72%, var(--navy-950) 100%); }
}

@media (min-width: 1101px) {
  .final-cta__panel { width: min(41%, 560px); }
}

/* Licensed HVAC and permits pages */
.inline-resource-link { margin: 26px 0; padding: 15px 18px; color: var(--navy-800) !important; background: #edf3ff; border-left: 4px solid var(--blue-500); border-radius: 0 10px 10px 0; }
.inline-resource-link a { color: var(--blue-700); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.permit-intro__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); align-items: center; gap: clamp(45px, 7vw, 100px); }
.permit-intro .lead { color: var(--navy-800); font-size: 1.18rem; font-weight: 750; }
.license-panel { padding: clamp(30px, 4vw, 48px); color: var(--white); background: linear-gradient(145deg, var(--navy-950), var(--blue-700)); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.license-panel > span { display: block; color: var(--yellow); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.license-panel > strong { display: block; margin: 15px 0; color: var(--white); font-family: "Arial Black", Arial, sans-serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; }
.license-panel p { color: #d7e2ff; }
.license-panel .text-link { color: var(--yellow); }
.permit-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.permit-compare article { padding: clamp(28px, 4vw, 45px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 42px rgba(3,21,66,.08); }
.permit-compare article > span { display: inline-block; margin-bottom: 18px; padding: 7px 11px; color: #7b3219; background: #fff0e8; border-radius: 999px; font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.permit-compare .permit-compare__good { border: 2px solid var(--blue-500); }
.permit-compare .permit-compare__good > span { color: var(--navy-900); background: var(--yellow); }
.check-list--caution li::before { color: #b64b27; content: "!"; }
.permit-process-list { margin-top: 34px; }
.permit-note { margin-top: 28px; padding: 25px 28px; color: #f4f7ff; background: var(--navy-900); border-radius: var(--radius-sm); }
.permit-note strong { display: block; margin-bottom: 5px; color: var(--yellow); font-size: 1.08rem; }
.permit-note p { margin: 0; color: #d5e0f8; }
.permit-sources { padding: 24px 0; color: #42506a; background: #e8edf6; font-size: .88rem; }
.permit-sources p { margin: 0; }
.permit-sources a { color: var(--blue-700); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* Campaign-focused landing pages */
.page-template-page-ads .primary-nav, .page-template-page-anuncios-es .primary-nav,
.page-template-page-ads .menu-toggle, .page-template-page-anuncios-es .menu-toggle { display: none; }
.page-template-page-ads .site-header__inner, .page-template-page-anuncios-es .site-header__inner { justify-content: space-between; }
.ads-hero { position: relative; overflow: hidden; padding: 78px 0 88px; color: var(--white); background: radial-gradient(circle at 82% 20%, rgba(46,112,232,.43), transparent 33%), linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.ads-hero::after { position: absolute; left: -12%; bottom: -210px; width: 58%; height: 300px; content: ""; border: 2px solid rgba(46,112,232,.35); border-radius: 50%; box-shadow: 0 -30px 0 rgba(46,112,232,.09), 0 -60px 0 rgba(46,112,232,.05); transform: rotate(7deg); }
.ads-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(410px, 1.1fr); align-items: start; gap: clamp(42px, 6vw, 88px); }
.ads-hero h1 { max-width: 720px; color: var(--white); font-size: clamp(3rem, 5.2vw, 5.5rem); }
.ads-hero .lead { max-width: 700px; color: #d6e1fa; font-size: 1.12rem; }
.ads-phone { width: min(100%, 440px); display: grid; margin: 28px 0 24px; padding: 18px 22px; color: var(--navy-950); background: var(--yellow); border: 2px solid var(--yellow-light); border-radius: 16px; box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.ads-phone small, .ads-phone span { font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.ads-phone strong { font-family: "Arial Black", Arial, sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.15; letter-spacing: -.035em; }
.ads-phone:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(0,0,0,.3); }
.ads-trust-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 22px; padding: 0; list-style: none; color: #e2e9fa; font-size: .9rem; font-weight: 750; }
.ads-trust-list li::before { margin-right: 8px; color: var(--yellow); content: "✓"; font-weight: 900; }
.ads-hero__side { position: relative; }
.ads-hero__photo { width: 72%; margin-left: auto; overflow: hidden; border: 2px solid rgba(255,255,255,.34); border-radius: 24px; box-shadow: 0 26px 55px rgba(0,0,0,.26); }
.ads-hero__photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.ads-form { position: relative; width: 82%; margin: -54px 0 0; color: var(--ink); }
.ads-form > h2 { margin: 0; padding: 26px 30px 0; background: var(--white); border-radius: var(--radius) var(--radius) 0 0; font-size: 1.65rem; }
.ads-form > p { margin: 0; padding: 7px 30px 18px; color: var(--muted); background: var(--white); }
.ads-form .quote-form-wrap { padding-top: 0; border-top: 0; border-radius: 0 0 var(--radius) var(--radius); }
.ads-trust-strip { position: relative; z-index: 3; }
.ads-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ads-service-grid article { min-height: 315px; display: flex; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(3,21,66,.08); }
.ads-service-grid article > span { width: fit-content; margin-bottom: 23px; padding: 6px 10px; color: var(--navy-950); background: var(--yellow); border-radius: 999px; font-size: .7rem; font-weight: 900; }
.ads-service-grid p { color: var(--muted); font-size: .94rem; }
.ads-service-grid a { margin-top: auto; color: var(--blue-700); font-weight: 900; }
.ads-proof { padding: 90px 0; color: var(--white); background: linear-gradient(125deg, var(--navy-950), #103a8e); }
.ads-proof__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); align-items: center; gap: clamp(45px, 7vw, 95px); }
.ads-proof h2 { color: var(--white); }
.ads-proof p:not(.eyebrow) { color: #d2def7; }
.ads-reviews { display: grid; gap: 12px; padding: 30px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); }
.ads-reviews > strong { color: var(--white); font-size: 1.15rem; }
.ads-reviews a { display: flex; align-items: center; gap: 10px; padding: 13px 15px; color: var(--navy-950); background: var(--white); border-radius: 10px; font-weight: 900; }
.ads-reviews a span { color: #d49f00; letter-spacing: .04em; }
.ads-reviews small { color: #c9d6f2; }
.ads-final { background: var(--yellow); }
.ads-final__grid { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.ads-final p { max-width: 700px; color: #26304a; }
.ads-phone--light { flex: 0 0 min(100%, 390px); margin: 0; color: var(--white); background: var(--navy-950); border-color: var(--navy-800); }

@media (max-width: 1000px) {
  .permit-intro__grid, .ads-hero__grid, .ads-proof__grid { grid-template-columns: 1fr; }
  .license-panel { max-width: 650px; }
  .ads-hero__copy { text-align: center; }
  .ads-hero__copy .eyebrow { justify-content: center; }
  .ads-phone { margin-inline: auto; }
  .ads-trust-list { max-width: 600px; margin-inline: auto; text-align: left; }
  .ads-hero__side { max-width: 760px; margin-inline: auto; }
  .ads-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ads-final__grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .permit-compare, .ads-service-grid, .ads-trust-list { grid-template-columns: 1fr; }
  .permit-compare article { padding: 25px 22px; }
  .ads-hero { padding: 62px 0 68px; }
  .ads-hero h1 { font-size: 2.55rem; overflow-wrap: anywhere; }
  .ads-hero__photo, .ads-form { width: 100%; }
  .ads-form { margin-top: 18px; }
  .ads-form > h2 { padding: 24px 22px 0; }
  .ads-form > p { padding-inline: 22px; }
  .ads-phone { padding: 16px 18px; }
  .ads-phone strong { font-size: 1.75rem; }
  .ads-service-grid article { min-height: 0; }
  .ads-proof, .ads-final { padding-block: 68px; }
  .ads-phone--light { flex-basis: auto; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
