/* ─────────────────────────────────────────────────────────────────
   Acme Construction — design polish + mobile-first CRO layer (v2)
   - Distinctive typography (Anton + DM Sans)
   - Sticky mobile CTA bar
   - Urgency strip
   - Lead form styling
   - Mobile-first conversion path
   ─────────────────────────────────────────────────────────────────*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600&display=swap');

:root {
  --acme-navy:       #0a2847;
  --acme-navy-2:     #0d3760;
  --acme-blue:       #0a4d8c;
  --acme-blue-2:     #1a5fa1;
  --acme-amber:      #f59e0b;
  --acme-amber-dk:   #d97706;
  --acme-cream:      #fef3c7;
  --acme-text:       #0f172a;
  --acme-muted:      #64748b;
  --acme-line:       #e5e7eb;
  --acme-bg-soft:    #f8fafc;
  --font-display:    'Anton', 'Impact', sans-serif;
  --font-body:       'DM Sans', system-ui, -apple-system, sans-serif;
  --font-mono:       'JetBrains Mono', monospace;
  --radius-sm:       8px;
  --radius:          14px;
  --radius-lg:       22px;
  --shadow-sm:       0 2px 8px rgba(10, 40, 71, .06);
  --shadow-md:       0 8px 24px rgba(10, 40, 71, .10);
  --shadow-lg:       0 20px 60px rgba(10, 40, 71, .18);
  --shadow-amber:    0 8px 22px rgba(245, 158, 11, .35);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body) !important;
  font-feature-settings: "ss01", "cv11";
  letter-spacing: -0.005em;
  color: var(--acme-text);
}

h1, h2, h3, h4, h5, h6,
.hero-title, .section-title h1, .section-title h2, .section-title h3 {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  text-transform: none;
}

.hero-subtitle, .section-subtitle, .section-subtitle p, p, li, label, button {
  font-family: var(--font-body) !important;
}

/* ─────────────────────────────────────────────────────────────────
   Top urgency strip — injected via JS as #acme-urgency
   ─────────────────────────────────────────────────────────────────*/
#acme-urgency {
  background: linear-gradient(90deg, var(--acme-amber) 0%, var(--acme-amber-dk) 100%);
  color: #1a1306;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.015em;
  text-align: center;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid rgba(0,0,0,.06);
  position: relative;
  z-index: 100;
}
#acme-urgency .pulse-dot {
  display: inline-block; width: 8px; height: 8px;
  background: #ef4444; border-radius: 50%;
  margin-right: 8px; vertical-align: middle;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, .7);
  animation: acme-pulse 1.6s infinite;
}
@keyframes acme-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(239, 68, 68, .65); }
  70%  { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
#acme-urgency .acme-phone-link {
  color: #1a1306;
  text-decoration: underline;
  font-weight: 800;
  margin-left: .4em;
  white-space: nowrap;
}
@media (max-width: 600px) {
  #acme-urgency { font-size: 0.76rem; padding: 0.5rem 0.75rem; line-height: 1.3; }
}

/* ─────────────────────────────────────────────────────────────────
   Navigation polish — tap-to-call icon
   ─────────────────────────────────────────────────────────────────*/
.navbar-brand-img { max-height: 38px; width: auto; }
.navbar-light .navbar-nav .nav-link { font-weight: 600 !important; font-size: .95rem !important; }

#acme-nav-call {
  display: inline-flex !important;
  align-items: center !important;
  gap: .4rem !important;
  background: var(--acme-amber) !important;
  color: #1a1306 !important;
  border: none !important;
  padding: .55rem 1rem !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: .9rem !important;
  text-decoration: none !important;
  box-shadow: var(--shadow-amber) !important;
  transition: transform .15s !important;
}
#acme-nav-call:hover { transform: translateY(-1px); }
#acme-nav-call svg { width: 16px; height: 16px; }

/* ─────────────────────────────────────────────────────────────────
   Hero — bigger, more confident, mobile-tightened
   ─────────────────────────────────────────────────────────────────*/
.hero {
  position: relative;
  min-height: 86vh;
  background-size: cover !important;
  background-position: center 35%;
  background-attachment: fixed;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(10,40,71,.92) 0%, rgba(10,40,71,.65) 60%, rgba(10,40,71,.45) 100%),
    radial-gradient(circle at 80% 20%, rgba(245,158,11,.18) 0%, transparent 60%);
  z-index: 1;
}
.hero > .container-fluid { position: relative; z-index: 2; }

.hero-content::before {
  content: "★★★★★  4.9/5 from 200+ GTA homeowners";
  display: inline-flex;
  align-items: center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fef3c7;
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: .5rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
  width: fit-content;
}
.hero-title {
  font-size: clamp(2.4rem, 6vw, 4.4rem) !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: 0.005em !important;
  margin-bottom: 1.2rem !important;
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
  text-transform: uppercase;
}
.hero-title em { color: var(--acme-amber); font-style: normal; }
.hero-subtitle {
  font-size: clamp(0.95rem, 1.3vw, 1.1rem) !important;
  line-height: 1.5 !important;
  max-width: 540px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,.92) !important;
  text-shadow: 0 1px 8px rgba(0,0,0,.4);
  margin-bottom: 1.8rem !important;
}
.hero .btn-primary {
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  padding: 1rem 1.6rem !important;
  font-size: 1rem !important;
  border-radius: 12px !important;
  margin-right: .8rem;
  margin-bottom: .8rem;
  background: linear-gradient(135deg, #f59e0b 0%, #ea8a08 100%) !important;
  color: #1a1306 !important;
  border: none !important;
  box-shadow: var(--shadow-amber) !important;
  transition: transform .18s, box-shadow .18s !important;
  letter-spacing: 0.01em;
  display: inline-flex !important;
  align-items: center;
  gap: .4rem;
}
.hero .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(245,158,11,.5) !important; }
.hero .btn-primary:nth-child(2) {
  background: rgba(255,255,255,.10) !important;
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,.4) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: none !important;
}
.hero .btn-primary i.fa-arrow-right { font-size: .8rem; opacity: .85; }
.hero .hero-content { padding: 4.5rem 0 3rem !important; }

/* ─────────────────────────────────────────────────────────────────
   Trust strip below hero (injected via JS as #acme-trust-strip)
   ─────────────────────────────────────────────────────────────────*/
#acme-trust-strip {
  background: var(--acme-bg-soft);
  border-top: 1px solid var(--acme-line);
  border-bottom: 1px solid var(--acme-line);
  padding: 1rem 0;
}
#acme-trust-strip .acme-trust-row {
  display: flex; align-items: center; justify-content: space-around;
  flex-wrap: wrap; gap: 1.25rem;
  max-width: 1200px; margin: 0 auto; padding: 0 1.25rem;
  text-align: center;
}
#acme-trust-strip .acme-trust-item {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .88rem; color: var(--acme-text);
  font-weight: 600;
}
#acme-trust-strip .acme-trust-icon {
  width: 24px; height: 24px;
  display: inline-grid; place-items: center;
  background: var(--acme-blue); color: #fff;
  border-radius: 50%; font-size: .75rem; font-weight: 800;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  #acme-trust-strip .acme-trust-row { gap: .8rem 1.25rem; padding: 0 1rem; }
  #acme-trust-strip .acme-trust-item { font-size: .78rem; }
}

/* ─────────────────────────────────────────────────────────────────
   Lead form section (injected as #acme-quote-form-section)
   ─────────────────────────────────────────────────────────────────*/
#acme-quote-form-section {
  background:
    linear-gradient(135deg, rgba(255,255,255,.97) 0%, rgba(248,250,252,.97) 100%),
    radial-gradient(circle at 0% 0%, rgba(245,158,11,.08), transparent 40%),
    radial-gradient(circle at 100% 100%, rgba(10,77,140,.08), transparent 40%);
  padding: 4rem 1.25rem;
  border-bottom: 1px solid var(--acme-line);
}
#acme-quote-form-section .acme-quote-wrap {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: center;
}
@media (max-width: 850px) {
  #acme-quote-form-section { padding: 3rem 1rem; }
  #acme-quote-form-section .acme-quote-wrap { grid-template-columns: 1fr; gap: 1.75rem; }
}
#acme-quote-form-section .acme-quote-eyebrow {
  display: inline-block;
  background: var(--acme-amber);
  color: #1a1306;
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: .35rem .75rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}
#acme-quote-form-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: var(--acme-text);
}
#acme-quote-form-section h2 em { color: var(--acme-blue); font-style: normal; }
#acme-quote-form-section .acme-quote-blurb {
  font-size: 1.02rem; line-height: 1.55; color: var(--acme-muted);
  margin-bottom: 1.25rem;
}
#acme-quote-form-section .acme-quote-checks {
  list-style: none; padding: 0; margin: 0 0 1.5rem 0;
}
#acme-quote-form-section .acme-quote-checks li {
  position: relative; padding: .35rem 0 .35rem 1.85rem;
  font-size: .95rem; line-height: 1.45; color: var(--acme-text); font-weight: 500;
}
#acme-quote-form-section .acme-quote-checks li::before {
  content: "✓"; position: absolute; left: 0; top: .25rem;
  width: 1.4rem; height: 1.4rem;
  background: var(--acme-blue); color: #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: .75rem; font-weight: 800;
}

#acme-quote-form-section form {
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--acme-line);
}
@media (max-width: 600px) { #acme-quote-form-section form { padding: 1.5rem; } }
#acme-quote-form-section form .acme-form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
#acme-quote-form-section form .acme-form-grid .acme-full { grid-column: 1 / -1; }
@media (max-width: 500px) {
  #acme-quote-form-section form .acme-form-grid { grid-template-columns: 1fr; }
}
#acme-quote-form-section form label {
  display: block; font-size: .8rem; font-weight: 700; color: var(--acme-text);
  margin-bottom: .35rem; letter-spacing: 0.01em; text-transform: uppercase;
}
#acme-quote-form-section form input,
#acme-quote-form-section form select,
#acme-quote-form-section form textarea {
  width: 100%; padding: .85rem 1rem; font-size: 1rem;
  border: 1.5px solid var(--acme-line);
  border-radius: 10px; background: #fff;
  font-family: var(--font-body);
  transition: border-color .15s, box-shadow .15s;
  -webkit-appearance: none; appearance: none;
}
#acme-quote-form-section form input:focus,
#acme-quote-form-section form select:focus,
#acme-quote-form-section form textarea:focus {
  border-color: var(--acme-amber);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, .15);
  outline: none;
}
#acme-quote-form-section form textarea { min-height: 100px; resize: vertical; }
#acme-quote-form-section form button {
  width: 100%;
  padding: 1.05rem 1.5rem;
  background: linear-gradient(135deg, var(--acme-amber) 0%, var(--acme-amber-dk) 100%);
  color: #1a1306;
  border: none; border-radius: 10px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: var(--shadow-amber);
  transition: transform .15s, box-shadow .15s;
  margin-top: .5rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
}
#acme-quote-form-section form button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(245,158,11,.5); }
#acme-quote-form-section form .acme-form-fineprint {
  margin-top: .8rem;
  font-size: .8rem; color: var(--acme-muted); text-align: center; line-height: 1.4;
}

/* ─────────────────────────────────────────────────────────────────
   Section base — rhythm, schemes, typography
   ─────────────────────────────────────────────────────────────────*/
.section.section-lg { padding-top: 5rem !important; padding-bottom: 5rem !important; }
@media (max-width: 768px) {
  .section.section-lg { padding-top: 3rem !important; padding-bottom: 3rem !important; }
}
.section.dark { background: var(--acme-navy) !important; color: #fff; position: relative; }
.section.dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(245,158,11,.08), transparent 50%),
    radial-gradient(circle at 100% 100%, rgba(26,95,161,.18), transparent 50%);
}
.section.dark > .container { position: relative; }
.section.dark .section-title h2 { color: #fff !important; }
.section.dark .section-subtitle { color: rgba(255,255,255,.78) !important; }

.section-title h2, .section-title h1 {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem) !important;
  line-height: 1 !important;
  margin-bottom: 0.75rem !important;
  text-transform: uppercase;
}
.section-subtitle {
  font-size: 1.02rem !important;
  font-family: var(--font-body) !important;
  color: var(--acme-muted) !important;
  max-width: 720px !important;
  margin-left: auto; margin-right: auto;
  line-height: 1.5 !important;
}
.section-subtitle p { margin-bottom: 0; }

/* ─────────────────────────────────────────────────────────────────
   Services (image-blocks) — image-led on mobile
   ─────────────────────────────────────────────────────────────────*/
#services .card {
  border: none !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
  box-shadow: var(--shadow-md) !important;
  transition: transform .25s, box-shadow .25s !important;
  background: var(--acme-blue) !important;
}
#services .card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg) !important;
}
#services .card .card-body { padding: 2rem !important; color: #fff; }
#services .card .card-body h3 {
  font-family: var(--font-display) !important;
  font-size: 1.7rem !important;
  letter-spacing: 0.01em;
  margin-bottom: .75rem !important;
  color: #fff !important;
  text-transform: uppercase;
}
#services .card .card-body p {
  color: rgba(255,255,255,.88) !important;
  font-size: .96rem;
  line-height: 1.55;
}
#services .card .card-body a {
  color: var(--acme-amber) !important;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(245,158,11,.5);
  padding-bottom: 1px;
  font-size: .92rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#services .card .card-body a:hover { color: #fff !important; border-bottom-color: #fff; }
#services .card img.img-fluid {
  border-radius: 12px;
  margin-top: 1.25rem;
  width: 100%;
  height: 220px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
}
#services .col-12 > .card img.img-fluid { height: 320px; margin-top: 0; }

@media (max-width: 600px) {
  #services .card .card-body { padding: 1.4rem !important; }
  #services .card .card-body h3 { font-size: 1.4rem !important; }
  #services .card img.img-fluid { height: 170px; margin-top: 1rem; }
}

/* ─────────────────────────────────────────────────────────────────
   Process (setup) — connected timeline feel on dark
   ─────────────────────────────────────────────────────────────────*/
#process > .container { max-width: 1180px; }
#process .row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin: 0 !important;
}
#process .row > * {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding: 1.5rem !important;
  margin: 0 !important;
  flex: unset !important;
  max-width: unset !important;
  width: auto !important;
  position: relative;
  overflow: hidden;
}
#process .row > *::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--acme-amber), var(--acme-amber-dk));
}
#process img {
  border-radius: 10px;
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-bottom: 1rem;
}
#process h3 {
  font-family: var(--font-display) !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  margin-bottom: .5rem !important;
  text-transform: uppercase;
}
#process p {
  color: rgba(255,255,255,.78) !important;
  font-size: .92rem;
  line-height: 1.5;
  font-family: var(--font-body) !important;
}
@media (max-width: 992px) {
  #process .row { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
}
@media (max-width: 600px) {
  #process .row { grid-template-columns: 1fr; gap: 1rem; }
  #process .row > * { padding: 1.25rem !important; }
  #process img { height: 180px; }
}

/* ─────────────────────────────────────────────────────────────────
   Stats (raw) — already custom, just spacing
   ─────────────────────────────────────────────────────────────────*/
#numbers .row { gap: 1rem 0; }
#numbers .col-6 { padding: .5rem; }
#numbers > .container > .row > .col-12 > .row > div > div span:first-child {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
}

/* ─────────────────────────────────────────────────────────────────
   Why family-owned (section-with-image)
   ─────────────────────────────────────────────────────────────────*/
#why-acme .row { align-items: center; gap: 2rem 0; }
#why-acme img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
#why-acme h2 {
  font-family: var(--font-display) !important;
  font-size: clamp(2rem, 3.3vw, 2.6rem) !important;
  line-height: 1 !important;
  margin-bottom: 1.25rem !important;
  text-transform: uppercase;
}
#why-acme em {
  color: var(--acme-blue);
  font-style: italic;
  font-weight: 500;
  font-family: var(--font-body) !important;
  text-transform: none;
}
#why-acme ul { padding-left: 0; list-style: none; margin-top: 1.5rem; }
#why-acme ul li {
  position: relative;
  padding: 0.5rem 0 0.5rem 2.2rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--acme-text);
}
#why-acme ul li::before {
  content: "✓";
  position: absolute; left: 0; top: 0.55rem;
  width: 1.5rem; height: 1.5rem;
  border-radius: 50%;
  background: var(--acme-blue);
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  display: grid; place-items: center;
}
#why-acme strong { color: var(--acme-blue); font-weight: 700; }

/* ─────────────────────────────────────────────────────────────────
   Testimonials grid
   ─────────────────────────────────────────────────────────────────*/
#testimonials [class*="testimonial"],
#testimonials .col-md-4, #testimonials .col-lg-4 {
  margin-bottom: 1rem;
}
#testimonials .card,
#testimonials [class*="testimonial-card"] {
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow-sm) !important;
  border: 1px solid var(--acme-line) !important;
  background: #fff !important;
  padding: 1.5rem !important;
  height: 100%;
}

/* ─────────────────────────────────────────────────────────────────
   FAQ — better hierarchy
   ─────────────────────────────────────────────────────────────────*/
#faq .card.faq {
  border-bottom: 1px solid var(--acme-line) !important;
  padding: 1.25rem 0 !important;
  background: transparent !important;
}
#faq .card.faq:first-child { border-top: 1px solid var(--acme-line) !important; }
#faq .card-header a {
  font-family: var(--font-body) !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--acme-text) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start;
  text-decoration: none !important;
  padding-right: 0;
  gap: 1rem;
}
#faq .card-header a::after {
  content: "+";
  font-size: 1.6rem; font-weight: 300;
  color: var(--acme-amber);
  line-height: 1;
  transition: transform .25s;
  flex-shrink: 0;
}
#faq .card-header a[aria-expanded="true"]::after { content: "−"; transform: rotate(0); }
#faq .card-body {
  font-size: .98rem !important;
  line-height: 1.6 !important;
  color: var(--acme-muted) !important;
  padding-top: .75rem !important;
  padding-bottom: 0 !important;
}

/* ─────────────────────────────────────────────────────────────────
   CTA — already polished, just tighten typography
   ─────────────────────────────────────────────────────────────────*/
#cta .container > .row > .col-12 {
  background: linear-gradient(135deg, var(--acme-blue) 0%, var(--acme-blue-2) 100%) !important;
  border-radius: var(--radius-lg) !important;
  padding: 2.5rem 2rem !important;
  box-shadow: 0 24px 60px rgba(10,77,140,.28);
  position: relative;
  overflow: hidden;
}
#cta .container > .row > .col-12::after {
  content: ""; position: absolute; right: -80px; top: -80px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(245,158,11,.18), transparent 70%);
  pointer-events: none;
}
#cta .section-title h2 {
  font-family: var(--font-display) !important;
  color: #fff !important;
  font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
  margin-bottom: 0.5rem !important;
  line-height: 1 !important;
  text-transform: uppercase;
}
#cta .section-subtitle, #cta .section-subtitle p {
  color: rgba(255,255,255,.85) !important;
  font-size: .9rem !important;
}
#cta .has-list-checked ul { padding-left: 0; list-style: none; margin: 0; }
#cta .has-list-checked li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.6rem;
  color: #fff !important;
  font-size: .85rem;
  line-height: 1.4;
}
#cta .has-list-checked li::before {
  content: "✓";
  position: absolute; left: 0; top: .2rem;
  color: var(--acme-amber);
  font-weight: 800;
}
#cta .has-list-checked li strong { color: #fde68a; }
#cta .btn-primary {
  background: linear-gradient(135deg, var(--acme-amber) 0%, var(--acme-amber-dk) 100%) !important;
  color: #1a1306 !important;
  border: none !important;
  font-weight: 800 !important;
  padding: 1rem 1.4rem !important;
  font-size: .95rem !important;
  border-radius: 10px !important;
  box-shadow: var(--shadow-amber);
  white-space: nowrap;
}

/* ─────────────────────────────────────────────────────────────────
   Sticky mobile bottom CTA — injected as #acme-sticky-cta
   ─────────────────────────────────────────────────────────────────*/
#acme-sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: rgba(10, 40, 71, .96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255,255,255,.12);
  padding: .65rem .75rem calc(.65rem + env(safe-area-inset-bottom, 0px));
  display: none; /* shown on small screens via media query below */
  gap: .55rem;
  box-shadow: 0 -8px 24px rgba(0,0,0,.2);
}
#acme-sticky-cta a {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .85rem .5rem; font-weight: 800; font-size: .92rem;
  border-radius: 10px;
  text-decoration: none !important;
  font-family: var(--font-body);
  letter-spacing: 0.01em;
  white-space: nowrap;
  min-height: 48px; /* touch target */
}
#acme-sticky-cta .acme-cta-call {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
}
#acme-sticky-cta .acme-cta-quote {
  background: linear-gradient(135deg, var(--acme-amber) 0%, var(--acme-amber-dk) 100%);
  color: #1a1306;
  box-shadow: var(--shadow-amber);
}
#acme-sticky-cta svg { width: 18px; height: 18px; }
@media (max-width: 900px) { #acme-sticky-cta { display: flex; } body { padding-bottom: 76px; } }

/* ─────────────────────────────────────────────────────────────────
   Footer polish
   ─────────────────────────────────────────────────────────────────*/
.site-footer__badge--stat {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
.site-footer__nav-title, .site-footer__brand-text { font-family: var(--font-display) !important; text-transform: uppercase; }

/* ─────────────────────────────────────────────────────────────────
   Hero mobile tightening
   ─────────────────────────────────────────────────────────────────*/
@media (max-width: 600px) {
  .hero { min-height: 78vh; background-attachment: scroll; }
  .hero .hero-content { padding: 3rem 0 2rem !important; }
  .hero-content::before { font-size: .72rem; padding: .4rem .85rem; margin-bottom: 1rem; }
  .hero-title { font-size: 2.1rem !important; line-height: 0.98 !important; margin-bottom: 0.85rem !important; }
  .hero-subtitle { font-size: .92rem !important; max-width: 100% !important; line-height: 1.45 !important; margin-bottom: 1.25rem !important; }
  .hero .btn-primary { padding: .85rem 1.2rem !important; font-size: .95rem !important; width: 100%; justify-content: center; margin-right: 0; }
}

/* ─────────────────────────────────────────────────────────────────
   Scroll reveal animation
   ─────────────────────────────────────────────────────────────────*/
@media (prefers-reduced-motion: no-preference) {
  .section { opacity: 0; transform: translateY(20px); transition: opacity .6s ease-out, transform .6s ease-out; }
  .section.acme-revealed { opacity: 1; transform: none; }
  .hero { opacity: 1; transform: none; }
}
