:root {
  --ac-ink: #14202a;
  --ac-muted: #5d6a74;
  --ac-red: #d8202b;
  --ac-red-dark: #a90f18;
  --ac-line: #dce1e4;
  --ac-soft: #f5f7f6;
  --ac-white: #fff;
  --ac-dark: #14202a;
  --ac-shadow: 0 18px 50px rgba(20, 32, 42, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ac-ink);
  background: var(--ac-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.ac-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.ac-eyebrow {
  margin: 0 0 12px;
  color: var(--ac-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ac-page h1,
.ac-page h2,
.ac-page h3 {
  margin-top: 0;
  color: var(--ac-ink);
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 1.06;
}
.ac-page h1 { margin-bottom: 22px; font-size: clamp(46px, 7vw, 78px); letter-spacing: -.02em; }
.ac-page h2 { margin-bottom: 18px; font-size: clamp(36px, 5vw, 54px); }
.ac-page h3 { margin-bottom: 10px; font-size: 27px; }
.ac-page p { margin: 0 0 18px; }

.ac-hero { overflow: hidden; color: #e8edf0; background: var(--ac-dark); }
.ac-hero-grid { display: grid; min-height: 650px; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.ac-hero-copy { padding: 96px 64px 84px 0; align-self: center; }
.ac-hero h1 { color: #fff; }
.ac-lead { max-width: 690px; color: #d1dade; font-size: 19px; line-height: 1.65; }
.ac-hero-media { position: relative; min-height: 520px; background: #fff; }
.ac-hero-media::before { position: absolute; inset: 28px; border: 1px solid rgba(216, 32, 43, .25); content: ""; }
.ac-hero-media img { width: 100%; height: 100%; padding: 52px; object-fit: contain; }
.ac-hero-badge { position: absolute; right: 0; bottom: 0; padding: 22px 28px; color: #fff; background: var(--ac-red); }
.ac-hero-badge strong { display: block; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 27px; line-height: 1; }
.ac-hero-badge span { font-size: 12px; }
.ac-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 32px 0 40px; }
.ac-btn {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s ease;
}
.ac-btn-primary { color: #fff; background: var(--ac-red); }
.ac-btn-primary:hover { background: var(--ac-red-dark); transform: translateY(-2px); }
.ac-btn-outline { color: #fff; border-color: rgba(255, 255, 255, .58); }
.ac-btn-outline:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.ac-hero-points { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 0; padding: 0; list-style: none; }
.ac-hero-points li { position: relative; padding-left: 20px; color: #c6d0d5; font-size: 13px; }
.ac-hero-points li::before { position: absolute; left: 0; color: var(--ac-red); content: "◆"; }

.ac-trust { color: #fff; background: var(--ac-red); }
.ac-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ac-trust-item { padding: 22px 25px; border-right: 1px solid rgba(255, 255, 255, .25); }
.ac-trust-item:last-child { border: 0; }
.ac-trust-item strong { display: block; font-size: 14px; }
.ac-trust-item span { font-size: 12px; opacity: .82; }

.ac-section { padding: 92px 0; }
.ac-section-soft { background: var(--ac-soft); }
.ac-section-dark { color: #d8e0e4; background: var(--ac-dark); }
.ac-section-dark h2,
.ac-section-dark h3 { color: #fff; }
.ac-heading { max-width: 780px; margin-bottom: 44px; }
.ac-heading > p:last-child { color: var(--ac-muted); font-size: 18px; }
.ac-section-dark .ac-heading > p:last-child { color: #bdc7cc; }
.ac-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.ac-photo { position: relative; }
.ac-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--ac-shadow); }
.ac-photo::after { position: absolute; right: -18px; bottom: -18px; z-index: -1; width: 55%; height: 55%; background: var(--ac-red); content: ""; }
.ac-checks { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.ac-checks li { position: relative; padding-left: 30px; }
.ac-checks li::before { position: absolute; left: 0; color: var(--ac-red); font-weight: 800; content: "✓"; }

.ac-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ac-product-card { overflow: hidden; color: inherit; background: #fff; border: 1px solid var(--ac-line); text-decoration: none; box-shadow: 0 8px 28px rgba(20, 32, 42, .06); }
.ac-product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e9edef; transition: transform .3s ease; }
.ac-product-card:hover img { transform: scale(1.04); }
.ac-product-body { padding: 22px; }
.ac-product-body h3 { margin-bottom: 7px; font-size: 24px; }
.ac-product-body p { margin: 0; color: var(--ac-muted); font-size: 13px; }

.ac-cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #35424b; }
.ac-cap { min-height: 230px; padding: 30px; background: #1b2831; }
.ac-cap span { display: block; margin-bottom: 42px; color: var(--ac-red); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 36px; font-weight: 800; }
.ac-cap p { margin: 0; color: #b9c3c9; font-size: 13px; }

.ac-coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ac-location-panel { padding: 32px; background: #fff; border: 1px solid var(--ac-line); box-shadow: 0 8px 28px rgba(20, 32, 42, .05); }
.ac-location-wide { grid-column: 1 / -1; }
.ac-location-panel h3 { margin-bottom: 18px; }
.ac-location-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.ac-location-list li { padding: 7px 11px; color: #3f4c56; background: #f2f4f5; border: 1px solid #e0e4e6; font-size: 12px; line-height: 1.35; }
.ac-city-copy { margin: 0 !important; color: var(--ac-muted); font-size: 14px; line-height: 1.95; }
.ac-coverage-note { margin: 25px 0 0 !important; padding: 18px 22px; background: #eef1f2; border-left: 4px solid var(--ac-red); color: #495761; font-size: 14px; }
.ac-coverage-note a { color: var(--ac-red); font-weight: 700; }

.ac-process { display: grid; grid-template-columns: repeat(5, 1fr); counter-reset: ac-steps; }
.ac-step { position: relative; padding: 0 24px 0 38px; counter-increment: ac-steps; }
.ac-step::before { position: absolute; left: 0; top: -8px; color: #d4dade; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 42px; font-weight: 800; content: "0" counter(ac-steps); }
.ac-step h3 { padding-top: 48px; font-size: 22px; }
.ac-step p { color: var(--ac-muted); font-size: 13px; }

.ac-table-wrap { overflow-x: auto; border: 1px solid var(--ac-line); box-shadow: var(--ac-shadow); }
.ac-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.ac-table th,
.ac-table td { padding: 17px 20px; border-bottom: 1px solid var(--ac-line); text-align: left; vertical-align: top; }
.ac-table th { color: #fff; background: #202d36; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 19px; }
.ac-table td:first-child { font-weight: 700; }
.ac-table tr:last-child td { border: 0; }

.ac-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 245px; gap: 12px; }
.ac-gallery a { overflow: hidden; background: #e2e6e8; }
.ac-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ac-gallery a:hover img { transform: scale(1.04); }

.ac-faq { max-width: 900px; }
.ac-faq details { padding: 21px 0; border-bottom: 1px solid var(--ac-line); }
.ac-faq summary { cursor: pointer; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 24px; font-weight: 700; line-height: 1.25; }
.ac-faq details p { padding-right: 30px; margin: 14px 0 0; color: var(--ac-muted); }

.ac-cta { padding: 70px 0; color: #fff; background: var(--ac-red); }
.ac-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.ac-cta h2 { margin-bottom: 8px; color: #fff; }
.ac-cta p { margin: 0; color: #ffe9eb; }
.ac-cta .ac-btn { color: var(--ac-ink); background: #fff; }

.ac-footer { padding: 60px 0 24px; color: #bdc6ca; background: #0f171d; }
.ac-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 55px; }
.ac-footer h3 { color: #fff; font-size: 22px; }
.ac-footer ul { margin: 0; padding: 0; list-style: none; }
.ac-footer li { margin-bottom: 9px; font-size: 13px; }
.ac-footer a { color: #dce3e6; text-decoration: none; }
.ac-footer a:hover { color: #fff; }
.ac-copyright { margin-top: 38px; padding-top: 20px; border-top: 1px solid #27323a; font-size: 12px; }

@media (max-width: 980px) {
  .ac-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .ac-hero-copy { padding: 78px 0 64px; }
  .ac-hero-media { min-height: 430px; }
  .ac-trust-grid,
  .ac-product-grid { grid-template-columns: repeat(2, 1fr); }
  .ac-split { grid-template-columns: 1fr; }
  .ac-cap-grid { grid-template-columns: repeat(2, 1fr); }
  .ac-coverage-grid { grid-template-columns: 1fr; }
  .ac-location-wide { grid-column: auto; }
  .ac-process { grid-template-columns: repeat(3, 1fr); gap: 34px 0; }
}

@media (max-width: 620px) {
  .ac-container { width: min(100% - 28px, 1160px); }
  .ac-section { padding: 68px 0; }
  .ac-hero-media { min-height: 340px; }
  .ac-hero-media img { padding: 38px; }
  .ac-trust-grid,
  .ac-product-grid,
  .ac-cap-grid,
  .ac-process,
  .ac-footer-grid { grid-template-columns: 1fr; }
  .ac-trust-item { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .25); }
  .ac-gallery { grid-template-columns: 1fr; grid-auto-rows: 245px; }
  .ac-cta-grid { grid-template-columns: 1fr; }
}
