/* ===========================================================================
   Abdel Construction — public site styles
   Blue & white, construction-business look, mobile first (most visitors will
   arrive on a phone), fast: one stylesheet, no framework, no web fonts.
   =========================================================================== */

:root {
  --navy: #14305f;
  --navy-dark: #0d2247;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --blue-light: #3b82f6;
  --sky: #0ea5e9;
  --ink: #0f172a;
  --body: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --line-strong: #cbd5e1;
  --bg: #ffffff;
  --bg-alt: #f5f8fc;
  --bg-soft: #eef4ff;
  --green: #16a34a;
  --amber: #f59e0b;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow: 0 6px 20px rgba(15, 42, 92, .08);
  --shadow-lg: 0 18px 45px rgba(15, 42, 92, .16);
  --wrap: 1180px;
  --header-h: 68px;
}

* { box-sizing: border-box; }
/* class-level display rules override the [hidden] attribute, so hide it explicitly */
[hidden] { display: none !important; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--body);
  background: var(--bg);
  padding-bottom: 0;
}

h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.01em; }
h1 { font-size: clamp(1.75rem, 5.2vw, 2.9rem); }
h2 { font-size: clamp(1.4rem, 4vw, 2.1rem); }
h3 { font-size: 1.14rem; }
p { margin: 0 0 1em; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0 0 1em; padding-left: 1.1em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.lead { font-size: 1.08rem; color: var(--body); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 10px 14px; border-radius: 8px; z-index: 100; }

/* ---------------------------------------------------------------- buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 22px; border-radius: 10px; border: 2px solid transparent;
  font-weight: 800; font-size: 1rem; letter-spacing: .02em; line-height: 1.1;
  cursor: pointer; text-decoration: none !important; transition: transform .12s, box-shadow .12s, background .12s;
  min-height: 54px; text-align: center;
}
.btn .ico { flex: 0 0 auto; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn:active { transform: translateY(0); }
.btn-call { background: var(--green); color: #fff; }
.btn-text { background: #fff; color: var(--navy); border-color: var(--line-strong); }
.btn-text:hover { border-color: var(--blue); color: var(--blue); }
.btn-estimate { background: var(--blue); color: #fff; }
.btn-estimate:hover { background: var(--blue-dark); }
.btn-outline { background: #fff; color: var(--navy); border-color: var(--line-strong); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-lg { padding: 17px 24px; min-height: 60px; font-size: 1.03rem; }
.btn-sm { padding: 11px 16px; min-height: 46px; font-size: .92rem; }
.btn-num { font-style: normal; font-weight: 700; opacity: .92; font-size: .95em; }
.btn-submit { width: 100%; background: linear-gradient(135deg, var(--blue), var(--navy)); color: #fff; font-size: 1.05rem; padding: 19px; min-height: 62px; }
.btn-submit[disabled] { opacity: .65; cursor: progress; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.cta-row.compact .btn { padding: 13px 16px; min-height: 50px; font-size: .92rem; }
.cta-row.stack { flex-direction: column; }
.cta-row.center { justify-content: center; }

/* ----------------------------------------------------------------- header */

.site-header { position: sticky; top: 0; z-index: 60; background: #fff; box-shadow: 0 1px 0 var(--line), 0 6px 18px rgba(15,42,92,.05); }
.topbar { background: var(--navy-dark); color: #dbe6f7; font-size: .86rem; }
.topbar .wrap { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; min-height: 38px; }
.topbar-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar-phone { margin-left: auto; color: #fff; font-weight: 800; display: inline-flex; align-items: center; gap: 7px; }
.header-inner { display: flex; align-items: center; gap: 14px; min-height: var(--header-h); }
.logo { display: flex; align-items: center; gap: 11px; text-decoration: none !important; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text b { font-size: 1.12rem; color: var(--navy); letter-spacing: .06em; font-weight: 900; }
.logo-text i { font-style: normal; font-size: .66rem; letter-spacing: .28em; color: var(--blue); font-weight: 700; }
.logo-light .logo-text b { color: #fff; }
.logo-light .logo-text i { color: #93b4ff; }
.nav { display: flex; gap: 17px; margin-left: 14px; }
.nav a { color: var(--ink); font-weight: 600; font-size: .95rem; padding: 6px 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav a:hover, .nav a.is-active { color: var(--blue); border-color: var(--blue); text-decoration: none; }
.header-cta { margin-left: auto; display: flex; gap: 8px; }
.header-cta .btn { white-space: nowrap; }
.header-cta .btn-num { display: none; }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; margin-left: auto; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

/* ------------------------------------------------------------------- hero */

.hero { position: relative; background: linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 45%, #1b4b9c 100%); color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; opacity: .3; background-image:
  repeating-linear-gradient(90deg, rgba(255,255,255,.14) 0 1px, transparent 1px 46px),
  repeating-linear-gradient(0deg, rgba(255,255,255,.10) 0 1px, transparent 1px 46px);
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 85%);
  mask-image: linear-gradient(180deg, #000, transparent 85%); }
.hero-inner { position: relative; display: grid; gap: 26px; padding: 40px 18px 46px; }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero-sub { font-size: 1.12rem; color: #d7e3f7; max-width: 40ch; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22); padding: 7px 14px; border-radius: 999px; font-size: .85rem; font-weight: 700; margin-bottom: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 14px; }
.hero-trust { font-weight: 700; color: #e8f0ff; letter-spacing: .01em; }
.hero-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg); padding: 16px; backdrop-filter: blur(3px); }
.hero-card img { border-radius: 10px; margin-bottom: 14px; }
.hero-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 28px 14px; border: 2px dashed rgba(255,255,255,.32); border-radius: 12px; text-align: center; color: #dce7fa; margin-bottom: 14px; }
.hero-placeholder b { color: #fff; font-size: 1.06rem; }
.hero-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.hero-list li { display: flex; align-items: center; gap: 9px; color: #e6eefc; font-size: .97rem; }
.hero-list .ico { color: #86efac; flex: 0 0 auto; }

/* --------------------------------------------------------------- sections */

.section { padding: 46px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 720px; margin: 0 auto 26px; text-align: center; }
.section-head h2 { margin-bottom: .35em; }
.section-head p { color: var(--muted); margin: 0; }
.eyebrow { display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.page-head { background: var(--bg-soft); padding: 30px 0 34px; border-bottom: 1px solid var(--line); }
.page-head h1 { margin-bottom: .35em; }
.page-head .cta-row { margin-top: 18px; }
.page-head-grid { display: grid; gap: 26px; }
.crumbs { background: #fff; border-bottom: 1px solid var(--line); font-size: .84rem; }
.crumbs .wrap { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; min-height: 42px; }
.crumbs em { color: var(--line-strong); font-style: normal; }
.crumbs span { color: var(--muted); font-weight: 600; }

/* ------------------------------------------------------------------ cards */

.card-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.svc-card { display: flex; flex-direction: column; gap: 8px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); text-decoration: none !important; transition: .15s; }
.svc-card:hover { border-color: var(--blue-light); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.svc-card h3 { margin: 0; color: var(--navy); font-size: 1.06rem; }
.svc-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.svc-icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 13px; background: var(--bg-soft); color: var(--blue); }
.svc-icon.big { width: 62px; height: 62px; margin-bottom: 12px; }
.svc-more { margin-top: auto; font-weight: 700; font-size: .9rem; color: var(--blue); }
.svc-group { margin-bottom: 34px; }
.svc-group .section-head { text-align: left; margin-left: 0; margin-bottom: 16px; }
.feat-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.feat-card h3 { margin: 12px 0 6px; font-size: 1.02rem; }
.feat-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.features .svc-icon { width: 48px; height: 48px; }

/* --------------------------------------------------------------- services */

.service-body { display: grid; gap: 30px; }
.prose { max-width: 68ch; }
.prose h2 { margin-top: 1.5em; font-size: 1.4rem; }
.prose.narrow { max-width: 62ch; }
.tick-list { list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; gap: 10px; }
.tick-list li { display: flex; align-items: flex-start; gap: 10px; }
.tick-list .ico { color: var(--green); flex: 0 0 auto; margin-top: 3px; }
.service-aside, .form-aside { display: grid; gap: 16px; align-content: start; }
.related { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.related h3 { font-size: 1rem; margin-bottom: 10px; }
.related ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: .95rem; }
.area-inline { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.area-inline a { background: var(--bg-soft); padding: 6px 12px; border-radius: 999px; font-size: .9rem; }
.faq details { border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; margin-bottom: 10px; background: #fff; }
.faq summary { font-weight: 700; color: var(--navy); cursor: pointer; }
.faq summary::marker { color: var(--blue); }
.faq p { margin: 10px 0 0; color: var(--muted); }

/* ------------------------------------------------------------ service area */

.area-grid { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.area-card { display: flex; flex-direction: column; gap: 6px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none !important; transition: .15s; }
.area-card:hover { border-color: var(--blue-light); transform: translateY(-2px); box-shadow: var(--shadow); }
.area-card b { color: var(--navy); font-size: 1rem; }
.area-card span { font-size: .84rem; color: var(--muted); }
.area-card em { font-style: normal; font-size: .84rem; font-weight: 700; color: var(--blue); margin-top: auto; }
.area-card .svc-icon { width: 40px; height: 40px; margin-bottom: 4px; }
.area-grid.big .area-card { padding: 20px; }
.area-grid.big span { font-size: .92rem; }

/* -------------------------------------------------------------- portfolio */

.portfolio-grid { display: grid; gap: 18px; }
.ba { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.ba-frame { position: relative; aspect-ratio: 4 / 3; background: #e8eef7; overflow: hidden; }
.ba-before, .ba-after { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-after { clip-path: inset(0 0 0 50%); }
.ba-range { position: absolute; inset: auto 0 14px; width: 88%; margin: 0 auto; left: 0; right: 0; accent-color: var(--blue); cursor: ew-resize; }
.ba-tag { position: absolute; top: 12px; font-size: .7rem; font-weight: 900; letter-spacing: .1em; padding: 5px 10px; border-radius: 6px; color: #fff; background: rgba(15,23,42,.72); }
.ba-tag-before { left: 12px; }
.ba-tag-after { right: 12px; background: rgba(37,99,235,.9); }
.ba figcaption { padding: 14px 16px 16px; }
.ba figcaption b { display: block; color: var(--navy); }
.ba figcaption span { display: block; font-size: .85rem; color: var(--blue); font-weight: 700; margin-bottom: 6px; }
.ba figcaption p { margin: 0; font-size: .92rem; color: var(--muted); }
.ba-single .ba-range, .ba-single .ba-tag-after { display: none; }
.ba-single .ba-after { clip-path: none; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.chip { background: #fff; border: 1px solid var(--line-strong); color: var(--navy); padding: 9px 15px; border-radius: 999px; font-weight: 700; font-size: .9rem; cursor: pointer; }
.chip.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }
.empty-portfolio, .empty-reviews { background: #fff; border: 1px dashed var(--line-strong); border-radius: var(--radius-lg); padding: 28px; text-align: center; }

/* ---------------------------------------------------------------- reviews */

.review-grid { display: grid; gap: 14px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.review-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.review-top time { font-size: .82rem; color: var(--muted); }
.review-card p { font-size: .97rem; color: var(--body); }
.review-card footer { display: flex; gap: 8px; flex-wrap: wrap; font-size: .84rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 10px; }
.review-card footer b { color: var(--navy); }
.stars { color: var(--line-strong); letter-spacing: 2px; }
.star.on { color: var(--amber); }
.stars-big { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 22px; }
.stars-big b { font-size: 1.9rem; color: var(--navy); }
.stars-big span { color: var(--muted); }

/* ------------------------------------------------------------------- forms */

.form-wrap { display: grid; gap: 22px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-lg); }
.compact-card { padding: 18px; }
.compact-card .lead-form .form-grid { grid-template-columns: 1fr; }
.form-grid { display: grid; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field > span { font-weight: 700; font-size: .9rem; color: var(--navy); }
.field > span b { color: #dc2626; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 15px; font: inherit; font-size: 16px; color: var(--ink);
  border: 1.5px solid var(--line-strong); border-radius: 10px; background: #fff;
}
.field textarea { resize: vertical; min-height: 108px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.14); }
.field-full { grid-column: 1 / -1; }
.radio-row { display: flex; gap: 10px; flex-wrap: wrap; }
.radio { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border: 1.5px solid var(--line-strong); border-radius: 10px; cursor: pointer; min-height: 50px; }
.radio input { width: auto; accent-color: var(--blue); }
.radio.is-checked { border-color: var(--blue); background: var(--bg-soft); }
.file-drop { display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; padding: 20px; border: 2px dashed var(--blue-light); border-radius: 12px; background: var(--bg-soft); color: var(--navy); cursor: pointer; }
.file-drop b { font-size: 1rem; }
.file-drop i { font-style: normal; font-size: .85rem; color: var(--muted); }
.file-drop input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.photo-preview { display: grid; grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 8px; margin-top: 10px; }
.photo-preview img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.form-note { font-size: .82rem; color: var(--muted); margin: 12px 0 0; }
.form-error { margin-top: 12px; background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; padding: 12px 14px; border-radius: 10px; font-weight: 600; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.form-success { text-align: center; padding: 14px 4px; }
.success-badge { width: 64px; height: 64px; border-radius: 50%; background: #dcfce7; color: var(--green); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.success-badge.big { width: 92px; height: 92px; }
.form-success h3 { font-size: 1.5rem; margin-bottom: 6px; }
.form-success .cta-row { justify-content: center; margin-top: 16px; }

/* ------------------------------------------------------------------ about */

.about-grid { display: grid; gap: 22px; }
.about-card { background: linear-gradient(160deg, var(--navy), #1b4b9c); color: #e8f0ff; border-radius: var(--radius-lg); padding: 26px; }
.about-card h3 { color: #fff; }
.about-card .cta-row { margin-top: 16px; }
.about-card .btn-text { background: #fff; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 20px; box-shadow: var(--shadow); }
.contact-line { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; font-size: .96rem; }
.contact-line .ico { color: var(--blue); flex: 0 0 auto; }
.contact-card .cta-row { margin-top: 16px; }
.map-card iframe { border-radius: 10px; }
.map-placeholder { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 28px 16px; background: var(--bg-alt); border-radius: 10px; text-align: center; border: 1px dashed var(--line-strong); }
.map-placeholder .ico { color: var(--blue); }
.map-placeholder b { color: var(--navy); }
.map-placeholder span { font-size: .88rem; color: var(--muted); }
.thankyou { text-align: center; }
.thankyou .lead { font-size: 1.15rem; }

/* --------------------------------------------------------------- cta band */

.cta-band { background: linear-gradient(135deg, var(--navy-dark), var(--blue-dark)); color: #fff; padding: 40px 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #d8e5fb; margin-bottom: .6em; }
.cta-band .trust { font-weight: 700; color: #fff; }
.cta-band-inner { display: grid; gap: 22px; }
.cta-band-actions .btn-text { background: #fff; color: var(--navy); border-color: #fff; }
.cta-band .cta-row { flex-direction: column; align-items: stretch; }
.cta-band .btn { width: 100%; }

/* ----------------------------------------------------------------- footer */

.site-footer { background: var(--navy-dark); color: #c7d7f0; font-size: .93rem; padding: 40px 0 0; }
.footer-grid { display: grid; gap: 26px; }
.footer-col h3 { color: #fff; font-size: 1rem; margin-bottom: 12px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.footer-col a { color: #c7d7f0; }
.footer-col a:hover { color: #fff; }
.footer-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; font-size: 1.1rem; margin: 10px 0; }
.footer-hours p { margin: 0; font-size: .88rem; }
.social { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; font-weight: 600; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 30px; padding: 16px 18px 22px; display: flex; gap: 10px; flex-wrap: wrap; justify-content: space-between; font-size: .84rem; }
.footer-bottom a { color: #fff; }

/* --------------------------------------------------------- sticky mobile bar */

.sticky-bar { display: none; }

/* -------------------------------------------------------------- responsive */

@media (min-width: 640px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band .cta-row { flex-direction: row; }
  .cta-band .btn { width: auto; }
}

@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.15fr .85fr; padding: 62px 18px 70px; align-items: center; }
  .hero-actions .btn { min-width: 210px; }
  .section { padding: 62px 0; }
  .card-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .card-grid.features { grid-template-columns: repeat(4, 1fr); }
  .review-grid { grid-template-columns: repeat(3, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
  .page-head-grid { grid-template-columns: 1.3fr .7fr; align-items: start; }
  .form-wrap { grid-template-columns: 1.35fr .65fr; align-items: start; }
  .about-grid { grid-template-columns: 1.25fr .75fr; }
  .service-body { grid-template-columns: 1fr 340px; }
  .cta-band-inner { grid-template-columns: 1.3fr .7fr; align-items: center; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .section-head { margin-bottom: 34px; }
}

@media (max-width: 899px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: block; }
  .site-header.is-open .nav { display: flex; position: absolute; left: 0; right: 0; top: 100%; background: #fff; flex-direction: column; gap: 0; padding: 8px 18px 18px; box-shadow: var(--shadow-lg); margin: 0; }
  .site-header.is-open .nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1.02rem; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .sticky-bar {
    display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 1px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    background: var(--line); padding-bottom: env(safe-area-inset-bottom);
    box-shadow: 0 -6px 20px rgba(15,42,92,.18);
  }
  .sticky-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 11px 4px 12px; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-decoration: none !important; }
  .sb-call { background: var(--green); color: #fff; }
  .sb-text { background: #fff; color: var(--navy); }
  .sb-estimate { background: var(--blue); color: #fff; }
}

@media (max-width: 420px) {
  body { font-size: 16.5px; }
  .btn { padding: 14px 16px; }
  .hero-actions .btn { width: 100%; }
  .cta-row .btn { width: 100%; }
  .cta-row.compact .btn { width: 100%; }
  .hero-badge { font-size: .78rem; }
  .sticky-bar a span { font-size: .68rem; }
}

@media print {
  .site-header, .sticky-bar, .cta-band, .site-footer, .form-card { display: none; }
}
