:root {
  color-scheme: light;
  --ink: #0b0d0f;
  --muted: #626973;
  --line: #d5d8dc;
  --paper: #f4f5f6;
  --white: #ffffff;
  --black: #060708;
  --charcoal: #15191e;
  --red: #d61118;
  --red-dark: #930b10;
  --silver: #c7ccd1;
  --steel: #8e979f;
  --shadow: 0 20px 60px rgba(6, 7, 8, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 4vw, 54px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, rgba(65, 72, 80, 0.065) 1px 2px, rgba(255, 255, 255, 0.025) 2px 5px),
    linear-gradient(180deg, #f0f3f5 0%, #aeb8c0 48%, #d7dde2 100%);
  border-bottom: 1px solid rgba(44, 50, 56, 0.8);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.95),
    inset 0 -9px 18px rgba(27, 32, 36, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.62),
    0 12px 26px rgba(6, 7, 8, 0.2);
  backdrop-filter: blur(18px) saturate(1.15);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--black);
  box-shadow: 0 0 0 2px var(--silver), 0 8px 20px rgba(6, 7, 8, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand:hover .brand-mark {
  transform: translateY(-2px) scale(1.06);
  box-shadow:
    0 0 0 2px var(--silver),
    0 0 0 5px rgba(214, 17, 24, 0.16),
    0 14px 26px rgba(6, 7, 8, 0.26);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: #9d0005;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.24rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  transform: scaleX(1.08);
  transform-origin: left center;
  text-shadow:
    0 -1px 0 rgba(35, 0, 0, 0.92),
    0 1px 0 rgba(255, 215, 215, 0.28),
    0 2px 2px rgba(0, 0, 0, 0.34),
    0 0 1px rgba(42, 0, 0, 0.82);
}

.brand small {
  color: #414850;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1px;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.42);
}

nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(64, 72, 80, 0.42);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(72, 80, 88, 0.24), rgba(255, 255, 255, 0.18)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(52, 59, 66, 0.12) 1px 2px, transparent 2px 4px);
  box-shadow:
    inset 0 3px 7px rgba(6, 7, 8, 0.22),
    inset 0 -2px 4px rgba(255, 255, 255, 0.48),
    0 1px 0 rgba(255, 255, 255, 0.5);
  color: #101316;
  font-size: 0.92rem;
}

nav a,
.header-call {
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

nav a:hover {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  border-color: rgba(255, 230, 230, 0.96) rgba(118, 0, 4, 0.86) rgba(42, 0, 2, 0.78) rgba(255, 160, 160, 0.9);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.42),
    inset 0 -8px 18px rgba(40, 0, 0, 0.32),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(214, 17, 24, 0.32),
    0 2px 0 rgba(255, 210, 210, 0.42);
  text-shadow:
    0 -1px 0 rgba(70, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.42);
}

nav a:hover::before {
  border-color: rgba(80, 0, 3, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 210, 210, 0.44),
    inset 0 -1px 0 rgba(45, 0, 2, 0.5);
}

nav a:active {
  transform: translateY(2px);
  color: #ffffff;
  border-color: rgba(90, 0, 4, 0.92) rgba(255, 205, 205, 0.64) rgba(255, 220, 220, 0.76) rgba(83, 0, 3, 0.9);
  background:
    linear-gradient(90deg, rgba(42, 0, 2, 0.18), rgba(255, 255, 255, 0.08) 48%, rgba(42, 0, 2, 0.2)),
    repeating-linear-gradient(0deg, rgba(100, 0, 4, 0.2) 0 1px, rgba(255, 255, 255, 0.07) 1px 2px, rgba(95, 0, 4, 0.18) 2px 5px),
    linear-gradient(180deg, #8e090e 0%, var(--red-dark) 46%, #e12229 100%);
  box-shadow:
    inset 0 5px 12px rgba(35, 0, 1, 0.5),
    inset 0 -1px 3px rgba(255, 210, 210, 0.26),
    0 4px 10px rgba(6, 7, 8, 0.22);
}

nav a {
  position: relative;
  min-width: 108px;
  padding: 12px 22px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #edf1f3 0%, #b3bcc4 48%, #d6dce1 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(6, 7, 8, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.58);
  color: #9d0005;
  text-align: center;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-shadow:
    0 -1px 0 rgba(35, 0, 0, 0.92),
    0 1px 0 rgba(255, 215, 215, 0.26),
    0 2px 2px rgba(0, 0, 0, 0.4),
    0 0 1px rgba(42, 0, 0, 0.82);
  transition: transform 120ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

nav a::after {
  content: "";
  position: absolute;
  inset: 4px 10px auto;
  height: 32%;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  opacity: 0.58;
}

nav a::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(46, 52, 58, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(18, 22, 25, 0.42);
}

.header-call {
  position: relative;
  padding: 12px 20px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #edf1f3 0%, #b3bcc4 48%, #d6dce1 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(6, 7, 8, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.58);
  color: #0b0d0f;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.92),
    0 1px 0 rgba(255, 255, 255, 0.3),
    0 2px 2px rgba(0, 0, 0, 0.36),
    0 0 1px rgba(0, 0, 0, 0.76);
}

.header-call:hover {
  color: #050607;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.3) 48%, rgba(65, 72, 80, 0.12) 76%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.13) 0 1px, rgba(68, 75, 83, 0.12) 1px 2px, rgba(255, 255, 255, 0.06) 2px 4px),
    linear-gradient(180deg, #f3f6f8 0%, #aeb7bf 48%, #d7dde2 100%);
}

.header-call::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(46, 52, 58, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(18, 22, 25, 0.42);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(rgba(16, 33, 43, 0.05), rgba(16, 33, 43, 0.05)),
    url("https://images.unsplash.com/photo-1625838117196-c4a44a403bba?auto=format&fit=crop&fm=jpg&q=82&w=1800") 66% center / cover;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 0.9) 0%, rgba(6, 7, 8, 0.64) 50%, rgba(6, 7, 8, 0.12) 100%),
    radial-gradient(circle at 73% 45%, rgba(214, 17, 24, 0.22), transparent 34%),
    linear-gradient(0deg, rgba(6, 7, 8, 0.78) 0%, rgba(6, 7, 8, 0.02) 45%);
}

.hero-content {
  position: relative;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 120px 0 54px;
  color: var(--white);
}

.hero-credential {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 10px;
  width: min(230px, 100%);
  min-height: 244px;
  margin-bottom: 22px;
  padding: 16px 14px 18px;
  border: 2px solid;
  border-color: rgba(255, 190, 190, 0.9) rgba(91, 0, 3, 0.9) rgba(31, 0, 1, 0.92) rgba(255, 130, 130, 0.88);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 185, 185, 0.2) 48%, rgba(64, 0, 2, 0.18) 78%, rgba(255, 255, 255, 0.1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(66, 0, 2, 0.2) 1px 2px, rgba(255, 255, 255, 0.025) 2px 5px),
    linear-gradient(180deg, #ef2d35 0%, #b50f15 46%, #74070b 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 230, 230, 0.44),
    inset 0 -12px 22px rgba(39, 0, 1, 0.34),
    inset 0 0 0 2px rgba(255, 255, 255, 0.1),
    0 16px 34px rgba(6, 7, 8, 0.38);
}

.hero-credential::before {
  content: "";
  position: absolute;
  inset: 6px;
  pointer-events: none;
  border: 1px solid rgba(52, 0, 2, 0.58);
  border-radius: 7px;
  box-shadow:
    inset 0 1px 0 rgba(255, 205, 205, 0.34),
    inset 0 -1px 0 rgba(28, 0, 1, 0.5);
}

.hero-credential::after {
  content: "";
  position: absolute;
  inset: 9px 18px auto;
  height: 22%;
  pointer-events: none;
  border-radius: 7px 7px 999px 999px;
  background: linear-gradient(180deg, rgba(255, 225, 225, 0.34), rgba(255, 255, 255, 0.03));
  opacity: 0.7;
}

.hero-logo-well {
  position: relative;
  z-index: 1;
  display: grid;
  width: clamp(110px, 13vw, 166px);
  height: clamp(110px, 13vw, 166px);
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 48%, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62) 72%),
    linear-gradient(180deg, #5f6870, #15191d);
  box-shadow:
    inset 0 5px 12px rgba(0, 0, 0, 0.66),
    inset 0 -2px 4px rgba(255, 255, 255, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.55);
}

.hero-logo-well::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  box-shadow:
    inset 0 4px 8px rgba(0, 0, 0, 0.78),
    inset 0 -1px 3px rgba(255, 255, 255, 0.24);
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: clamp(96px, 12vw, 150px);
  height: clamp(96px, 12vw, 150px);
  object-fit: cover;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 5px 10px rgba(0, 0, 0, 0.45);
}

.hero-credential-text {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  min-width: 0;
  color: #ffffff;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.04rem, 1.6vw, 1.22rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(28, 0, 1, 0.95),
    0 1px 0 rgba(255, 210, 210, 0.2),
    0 2px 3px rgba(0, 0, 0, 0.5);
}

.hero-credential-text span {
  display: block;
  white-space: nowrap;
}

.eyebrow {
  margin: 0 0 12px;
  color: #d61118 !important;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 550;
  letter-spacing: 0.16em;
  transform: scaleX(1.08);
  transform-origin: left center;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255, 170, 170, 0.56),
    0 -1px 0 rgba(58, 0, 0, 0.98),
    1px 0 0 rgba(255, 95, 95, 0.24),
    0 3px 6px rgba(0, 0, 0, 0.5);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: clamp(2.05rem, 4.3vw, 3.9rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.16rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 18px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.025em;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button.primary {
  border-color: rgba(255, 220, 220, 0.7) rgba(114, 0, 4, 0.78) rgba(42, 0, 2, 0.72) rgba(255, 145, 145, 0.72);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  color: var(--white);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.34),
    inset 0 -8px 18px rgba(40, 0, 0, 0.28),
    0 12px 26px rgba(214, 17, 24, 0.32);
  text-shadow:
    0 -1px 0 rgba(70, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.42);
}

.button.secondary {
  border-color: rgba(180, 186, 192, 0.44) rgba(0, 0, 0, 0.78) rgba(0, 0, 0, 0.86) rgba(210, 214, 218, 0.5);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.12) 50%, rgba(0, 0, 0, 0.22) 78%, rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, rgba(0, 0, 0, 0.28) 1px 2px, rgba(255, 255, 255, 0.02) 2px 4px),
    linear-gradient(180deg, #2b3035 0%, #050607 50%, #171a1d 100%);
  color: #ffffff;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.2),
    inset 0 -8px 18px rgba(0, 0, 0, 0.5),
    0 12px 26px rgba(6, 7, 8, 0.34);
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.95),
    0 1px 0 rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.48);
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary:hover {
  border-color: rgba(180, 186, 192, 0.44) rgba(0, 0, 0, 0.78) rgba(0, 0, 0, 0.86) rgba(210, 214, 218, 0.5);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.12) 50%, rgba(0, 0, 0, 0.22) 78%, rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, rgba(0, 0, 0, 0.28) 1px 2px, rgba(255, 255, 255, 0.02) 2px 4px),
    linear-gradient(180deg, #2b3035 0%, #050607 50%, #171a1d 100%);
  color: #ffffff;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.2),
    inset 0 -8px 18px rgba(0, 0, 0, 0.5),
    0 12px 26px rgba(6, 7, 8, 0.34);
  text-shadow:
    0 -1px 0 rgba(30, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.48);
}

.button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.95);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #ffffff 0%, #c7ced4 48%, #f3f5f6 100%);
  color: #0b0d0f;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    0 10px 18px rgba(6, 7, 8, 0.22);
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.82),
    0 1px 0 rgba(255, 255, 255, 0.42),
    0 2px 2px rgba(0, 0, 0, 0.28);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-actions .button.primary {
  width: 184px;
}

.hero-actions .button.secondary {
  width: 196px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(880px, 100%);
  margin-top: 40px;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-stats span {
  position: relative;
  display: grid;
  height: 78px;
  gap: 2px;
  align-content: center;
  justify-items: center;
  padding: 8px 18px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #edf1f3 0%, #b3bcc4 48%, #d6dce1 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(6, 7, 8, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.58);
  color: #0b0d0f;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.72),
    0 1px 0 rgba(255, 255, 255, 0.36),
    0 2px 2px rgba(0, 0, 0, 0.26),
    0 0 1px rgba(0, 0, 0, 0.62);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.hero-stats span:hover {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  border-color: rgba(255, 230, 230, 0.96) rgba(118, 0, 4, 0.86) rgba(42, 0, 2, 0.78) rgba(255, 160, 160, 0.9);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.42),
    inset 0 -8px 18px rgba(40, 0, 0, 0.32),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(214, 17, 24, 0.32),
    0 2px 0 rgba(255, 210, 210, 0.42);
  color: #ffffff;
}

.hero-stats strong {
  color: #9d0005;
  font-size: 1.3rem;
  font-weight: 550;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(35, 0, 0, 0.92),
    0 1px 0 rgba(255, 215, 215, 0.26),
    0 2px 2px rgba(0, 0, 0, 0.4),
    0 0 1px rgba(42, 0, 0, 0.82);
}

.hero-stats span:hover strong {
  color: #ffffff;
  text-shadow:
    0 -1px 0 rgba(70, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.42);
}

.agent-special {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 10px clamp(18px, 4vw, 54px);
  border-top: 1px solid rgba(255, 205, 205, 0.52);
  border-bottom: 1px solid rgba(48, 0, 2, 0.86);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 18%, rgba(255, 210, 210, 0.22) 46%, rgba(70, 0, 3, 0.22) 78%, rgba(255, 255, 255, 0.1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(60, 0, 3, 0.22) 1px 2px, rgba(255, 255, 255, 0.025) 2px 5px),
    linear-gradient(180deg, #f03840 0%, var(--red) 46%, #85090d 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 230, 230, 0.44),
    inset 0 -12px 24px rgba(38, 0, 1, 0.36),
    0 14px 28px rgba(6, 7, 8, 0.2);
}

.agent-special::after {
  content: "";
  position: absolute;
  inset: 8px 0 auto;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 235, 235, 0.28), transparent);
  opacity: 0.75;
}

.agent-special-inner {
  display: flex;
  width: min(1180px, 100%);
  min-height: 38px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 26px);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.agent-special-copy {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 0 clamp(18px, 4vw, 44px);
}

.agent-special-copy::before,
.agent-special-copy::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(30px, 7vw, 96px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 235, 235, 0.72), transparent);
}

.agent-special-copy::before {
  right: calc(100% + 18px);
}

.agent-special-copy::after {
  left: calc(100% + 18px);
}

.agent-special-kicker {
  color: #ffe4e4;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-shadow:
    0 -1px 0 rgba(45, 0, 2, 0.94),
    0 1px 0 rgba(255, 210, 210, 0.18);
}

.agent-special strong {
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 2.1vw, 1.48rem);
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1;
  text-shadow:
    0 -1px 0 rgba(45, 0, 2, 0.96),
    0 1px 0 rgba(255, 210, 210, 0.2),
    0 3px 8px rgba(0, 0, 0, 0.34);
}

.section {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 88px 0;
}

main > .section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(142, 151, 159, 0.5), rgba(214, 17, 24, 0.18), rgba(142, 151, 159, 0.5), transparent);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(24px, 6vw, 84px);
  align-items: start;
}

.intro-copy p,
.section-heading p + h2 + p {
  color: var(--muted);
  font-size: 1.08rem;
}

.intro-copy {
  min-width: 0;
}

.intro-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.intro-gallery img {
  width: 100%;
  aspect-ratio: 1.24;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  background: var(--white);
  box-shadow:
    0 14px 28px rgba(6, 7, 8, 0.14),
    0 3px 0 rgba(255, 255, 255, 0.72),
    inset 0 0 0 1px rgba(6, 7, 8, 0.08);
  outline: 1px solid rgba(180, 186, 192, 0.5);
  outline-offset: 3px;
  transition: transform 180ms ease, box-shadow 180ms ease, outline-color 180ms ease;
}

.intro-gallery img:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 36px rgba(214, 17, 24, 0.16),
    0 14px 28px rgba(6, 7, 8, 0.13),
    0 3px 0 rgba(255, 255, 255, 0.72);
  outline-color: rgba(214, 17, 24, 0.38);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.fleet article,
.work article,
.quote-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 7, 8, 0.07);
}

.service-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 285px;
  padding: 24px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 17, 24, 0.28);
  background:
    linear-gradient(135deg, rgba(214, 17, 24, 0.1), rgba(214, 17, 24, 0.035) 42%, rgba(255, 255, 255, 0.96)),
    var(--white);
  box-shadow: 0 18px 36px rgba(214, 17, 24, 0.16), 0 12px 28px rgba(6, 7, 8, 0.08);
}

.service-preview {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.04);
  transition: opacity 180ms ease, transform 360ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(180deg, rgba(6, 7, 8, 0.34), rgba(6, 7, 8, 0.08) 42%, rgba(6, 7, 8, 0.42)),
    radial-gradient(circle at 20% 18%, rgba(214, 17, 24, 0.22), transparent 34%);
  transition: opacity 180ms ease;
}

.service-card:hover .service-preview,
.service-card:focus-within .service-preview {
  opacity: 1;
  transform: scale(1);
}

.service-card:hover::after,
.service-card:focus-within::after {
  opacity: 1;
}

.service-copy {
  position: relative;
  z-index: 2;
  transition: opacity 160ms ease, transform 180ms ease;
}

.service-card:hover .service-copy,
.service-card:focus-within .service-copy {
  opacity: 0;
  transform: translateY(8px);
}

.service-card p,
.fleet p,
.work p,
.proof-list p,
.quote-copy p,
.faq p,
.site-footer p {
  color: var(--muted);
}

.icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--black), #2b3036);
  color: var(--red);
  box-shadow: inset 0 0 0 1px rgba(199, 204, 209, 0.26);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover .icon {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 210, 210, 0.28), 0 10px 20px rgba(214, 17, 24, 0.22);
}

.icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.proof {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
}

.proof-image {
  min-height: 560px;
  border-radius: 8px;
  overflow: hidden;
  background: url("assets/professional-pilot-card-polished.png") center / cover;
  box-shadow: var(--shadow);
}

.proof-copy {
  align-self: center;
}

.proof-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.proof-list div {
  padding: 0 0 18px 28px;
  border-bottom: 1px solid var(--line);
  border-left: 4px solid var(--red);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.proof-list div:hover {
  background: linear-gradient(90deg, rgba(214, 17, 24, 0.1), rgba(214, 17, 24, 0.035) 58%, transparent);
  border-bottom-color: rgba(214, 17, 24, 0.28);
  box-shadow: inset 4px 0 0 rgba(214, 17, 24, 0.18);
}

.proof-list p {
  margin: 6px 0 0;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.work article {
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.work article:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 17, 24, 0.28);
  box-shadow:
    0 18px 36px rgba(214, 17, 24, 0.16),
    0 12px 28px rgba(6, 7, 8, 0.08);
}

.work img,
.slideshow {
  width: 100%;
  aspect-ratio: 1.35;
}

.slideshow {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.slideshow img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation-duration: var(--slide-duration, 15s);
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.slideshow-1 img {
  opacity: 1;
}

.slideshow-3 {
  --slide-duration: 15s;
}

.slideshow-3 img {
  animation-name: slideshow-fade-3;
}

.slideshow-4 {
  --slide-duration: 20s;
}

.slideshow-4 img {
  animation-name: slideshow-fade-4;
}

.slideshow-5 {
  --slide-duration: 25s;
}

.slideshow-5 img {
  animation-name: slideshow-fade-5;
}

.slideshow-6 {
  --slide-duration: 30s;
}

.slideshow-6 img {
  animation-name: slideshow-fade-6;
}

.slideshow-7 {
  --slide-duration: 35s;
}

.slideshow-7 img {
  animation-name: slideshow-fade-7;
}

.slideshow-3 img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow-3 img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow-4 img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow-4 img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow-4 img:nth-child(4) {
  animation-delay: 15s;
}

.slideshow-5 img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow-5 img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow-5 img:nth-child(4) {
  animation-delay: 15s;
}

.slideshow-5 img:nth-child(5) {
  animation-delay: 20s;
}

.slideshow-6 img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow-6 img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow-6 img:nth-child(4) {
  animation-delay: 15s;
}

.slideshow-6 img:nth-child(5) {
  animation-delay: 20s;
}

.slideshow-6 img:nth-child(6) {
  animation-delay: 25s;
}

.slideshow-7 img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow-7 img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow-7 img:nth-child(4) {
  animation-delay: 15s;
}

.slideshow-7 img:nth-child(5) {
  animation-delay: 20s;
}

.slideshow-7 img:nth-child(6) {
  animation-delay: 25s;
}

.slideshow-7 img:nth-child(7) {
  animation-delay: 30s;
}

@keyframes slideshow-fade-3 {
  0% {
    opacity: 0;
  }

  10%,
  32% {
    opacity: 1;
  }

  46%,
  100% {
    opacity: 0;
  }
}

@keyframes slideshow-fade-4 {
  0% {
    opacity: 0;
  }

  8%,
  24% {
    opacity: 1;
  }

  40%,
  100% {
    opacity: 0;
  }
}

@keyframes slideshow-fade-5 {
  0% {
    opacity: 0;
  }

  7%,
  19% {
    opacity: 1;
  }

  36%,
  100% {
    opacity: 0;
  }
}

@keyframes slideshow-fade-6 {
  0% {
    opacity: 0;
  }

  6%,
  16% {
    opacity: 1;
  }

  32%,
  100% {
    opacity: 0;
  }
}

@keyframes slideshow-fade-7 {
  0% {
    opacity: 0;
  }

  6%,
  14% {
    opacity: 1;
  }

  29%,
  100% {
    opacity: 0;
  }
}

.work article > div:not(.slideshow) {
  padding: 22px;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fleet article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(150px, 0.78fr);
  gap: 18px;
  align-items: center;
  min-height: 210px;
  overflow: hidden;
  padding: 28px 18px 28px 26px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.fleet article:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 17, 24, 0.28);
  box-shadow:
    0 18px 36px rgba(214, 17, 24, 0.16),
    0 12px 28px rgba(6, 7, 8, 0.08);
}

.fleet-copy {
  position: relative;
  z-index: 1;
}

.fleet-copy h3 {
  max-width: 250px;
}

.fleet-copy p {
  max-width: 300px;
}

.fleet-drone {
  position: relative;
  z-index: 0;
  width: min(100%, 260px);
  justify-self: end;
  filter: drop-shadow(0 18px 18px rgba(6, 7, 8, 0.18));
  transform: translateX(4px);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq {
  display: grid;
  gap: 24px;
}

.faq-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.32fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
  min-width: 0;
}

.faq-heading .section-heading {
  margin-bottom: 0;
}

.faq-art {
  width: min(100%, 260px);
  justify-self: end;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.quote {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(24px, 6vw, 80px);
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 104px;
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 148px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.95),
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 2px rgba(0, 0, 0, 0.42);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.contact-button::after {
  content: "";
  position: absolute;
  inset: 4px 8px auto;
  height: 34%;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.04));
  opacity: 0.58;
}

.contact-phone {
  border-color: rgba(180, 186, 192, 0.44) rgba(0, 0, 0, 0.78) rgba(0, 0, 0, 0.86) rgba(210, 214, 218, 0.5);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.12) 50%, rgba(0, 0, 0, 0.22) 78%, rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, rgba(0, 0, 0, 0.28) 1px 2px, rgba(255, 255, 255, 0.02) 2px 4px),
    linear-gradient(180deg, #2b3035 0%, #050607 50%, #171a1d 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.2),
    inset 0 -8px 18px rgba(0, 0, 0, 0.5),
    0 12px 26px rgba(6, 7, 8, 0.28);
}

.contact-youtube {
  border-color: rgba(255, 220, 220, 0.7) rgba(114, 0, 4, 0.78) rgba(42, 0, 2, 0.72) rgba(255, 145, 145, 0.72);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.34),
    inset 0 -8px 18px rgba(40, 0, 0, 0.28),
    0 12px 26px rgba(214, 17, 24, 0.26);
}

.contact-facebook {
  border-color: rgba(218, 232, 255, 0.78) rgba(14, 54, 127, 0.82) rgba(3, 24, 76, 0.82) rgba(150, 190, 255, 0.7);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(0, 24, 84, 0.18) 78%, rgba(255, 255, 255, 0.1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.09) 0 1px, rgba(0, 34, 108, 0.18) 1px 2px, rgba(255, 255, 255, 0.035) 2px 4px),
    linear-gradient(135deg, #3f7ee8 0%, #1877f2 50%, #0d3f9e 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.34),
    inset 0 -8px 18px rgba(0, 22, 83, 0.28),
    0 12px 26px rgba(24, 119, 242, 0.24);
}

.contact-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 28px;
  height: 22px;
  place-items: center;
  flex: 0 0 auto;
}

.contact-youtube .contact-icon {
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 36%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.09) 0 1px, rgba(76, 0, 2, 0.18) 1px 2px, rgba(255, 255, 255, 0.035) 2px 4px),
    linear-gradient(135deg, #ff333a, #a8080d);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.36),
    inset 0 -4px 8px rgba(35, 0, 1, 0.24);
}

.contact-youtube .contact-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  filter: drop-shadow(0 1px 0 rgba(80, 0, 3, 0.35));
}

.contact-facebook .contact-icon {
  width: 24px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 2px rgba(0, 24, 84, 0.42);
}

.contact-button span {
  position: relative;
  z-index: 1;
}

.contact-button:hover {
  transform: translateY(-1px);
}

.contact-phone:hover {
  color: #ffffff;
  border-color: rgba(255, 230, 230, 0.96) rgba(118, 0, 4, 0.86) rgba(42, 0, 2, 0.78) rgba(255, 160, 160, 0.9);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.42),
    inset 0 -8px 18px rgba(40, 0, 0, 0.32),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(214, 17, 24, 0.32),
    0 2px 0 rgba(255, 210, 210, 0.42);
}

.contact-button:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 5px 12px rgba(0, 0, 0, 0.42),
    inset 0 -1px 3px rgba(255, 255, 255, 0.18),
    0 4px 10px rgba(6, 7, 8, 0.2);
}

.contact-phone:active {
  color: #ffffff;
  border-color: rgba(90, 0, 4, 0.92) rgba(255, 205, 205, 0.64) rgba(255, 220, 220, 0.76) rgba(83, 0, 3, 0.9);
  background:
    linear-gradient(90deg, rgba(42, 0, 2, 0.18), rgba(255, 255, 255, 0.08) 48%, rgba(42, 0, 2, 0.2)),
    repeating-linear-gradient(0deg, rgba(100, 0, 4, 0.2) 0 1px, rgba(255, 255, 255, 0.07) 1px 2px, rgba(95, 0, 4, 0.18) 2px 5px),
    linear-gradient(180deg, #8e090e 0%, var(--red-dark) 46%, #e12229 100%);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
}

label {
  display: grid;
  gap: 7px;
  color: #2c3e45;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid #cbd7d7;
  border-radius: 8px;
  padding: 13px 12px;
  color: var(--ink);
  font: inherit;
  background: #fbfcfa;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(214, 17, 24, 0.16);
  border-color: var(--red);
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--red);
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(18px, 4vw, 54px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, rgba(65, 72, 80, 0.065) 1px 2px, rgba(255, 255, 255, 0.025) 2px 5px),
    linear-gradient(180deg, #f0f3f5 0%, #aeb8c0 48%, #d7dde2 100%);
  border-top: 1px solid rgba(44, 50, 56, 0.8);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.95),
    inset 0 -9px 18px rgba(27, 32, 36, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.62);
  color: #0b0d0f;
}

.site-footer p {
  margin: 2px 0 0;
  color: #414850;
  line-height: 1.22;
}

.site-footer strong {
  display: block;
  color: #9d0005;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.24rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  transform: scaleX(1.08);
  transform-origin: left center;
  text-shadow:
    0 -1px 0 rgba(35, 0, 0, 0.92),
    0 1px 0 rgba(255, 215, 215, 0.28),
    0 2px 2px rgba(0, 0, 0, 0.34),
    0 0 1px rgba(42, 0, 0, 0.82);
}

.site-footer small {
  display: block;
  margin-top: 3px;
  color: #414850;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.42);
}

.site-footer a {
  position: relative;
  padding: 12px 20px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #edf1f3 0%, #b3bcc4 48%, #d6dce1 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(6, 7, 8, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.58);
  color: #0b0d0f;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.92),
    0 1px 0 rgba(255, 255, 255, 0.3),
    0 2px 2px rgba(0, 0, 0, 0.36),
    0 0 1px rgba(0, 0, 0, 0.76);
}

.site-footer a::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(46, 52, 58, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(18, 22, 25, 0.42);
}

.header-call,
.site-footer a {
  transition: transform 120ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.header-call:hover,
.site-footer a:hover {
  color: #ffffff;
  border-color: rgba(255, 230, 230, 0.96) rgba(118, 0, 4, 0.86) rgba(42, 0, 2, 0.78) rgba(255, 160, 160, 0.9);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.42),
    inset 0 -8px 18px rgba(40, 0, 0, 0.32),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(214, 17, 24, 0.32),
    0 2px 0 rgba(255, 210, 210, 0.42);
  text-shadow:
    0 -1px 0 rgba(70, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.42);
}

.header-call:hover::before,
.site-footer a:hover::before {
  border-color: rgba(80, 0, 3, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 210, 210, 0.44),
    inset 0 -1px 0 rgba(45, 0, 2, 0.5);
}

.header-call:active,
.site-footer a:active {
  transform: translateY(2px);
  color: #ffffff;
  border-color: rgba(90, 0, 4, 0.92) rgba(255, 205, 205, 0.64) rgba(255, 220, 220, 0.76) rgba(83, 0, 3, 0.9);
  background:
    linear-gradient(90deg, rgba(42, 0, 2, 0.18), rgba(255, 255, 255, 0.08) 48%, rgba(42, 0, 2, 0.2)),
    repeating-linear-gradient(0deg, rgba(100, 0, 4, 0.2) 0 1px, rgba(255, 255, 255, 0.07) 1px 2px, rgba(95, 0, 4, 0.18) 2px 5px),
    linear-gradient(180deg, #8e090e 0%, var(--red-dark) 46%, #e12229 100%);
  box-shadow:
    inset 0 5px 12px rgba(35, 0, 1, 0.5),
    inset 0 -1px 3px rgba(255, 210, 210, 0.26),
    0 4px 10px rgba(6, 7, 8, 0.22);
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .service-grid,
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro,
  .proof,
  .quote {
    grid-template-columns: 1fr;
  }

  .faq-heading {
    grid-template-columns: 1fr auto;
  }

  .faq-art {
    width: min(30vw, 150px);
  }

  .proof-image {
    min-height: 380px;
  }

  .quote-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 12px;
    padding: 12px 14px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    font-size: 1.05rem;
    letter-spacing: 0.025em;
    transform: scaleX(1.04);
  }

  .brand small {
    display: none;
  }

  .header-call {
    padding: 9px 10px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 62% 50%, rgba(214, 17, 24, 0.2), transparent 42%),
      linear-gradient(0deg, rgba(6, 7, 8, 0.9) 0%, rgba(6, 7, 8, 0.54) 68%, rgba(6, 7, 8, 0.22) 100%);
  }

  .hero-content {
    width: min(100% - 28px, 980px);
    padding-bottom: 30px;
  }

  .hero-credential {
    gap: 10px;
    width: min(100%, 196px);
    min-height: 218px;
    margin-bottom: 18px;
    padding: 10px 16px 10px 10px;
    border-radius: 8px;
  }

  .hero-credential::after {
    inset: 7px 14px auto 86px;
  }

  .hero-logo-well {
    width: 110px;
    height: 110px;
  }

  .hero-logo {
    width: 96px;
    height: 96px;
  }

  .hero-credential-text {
    font-size: 1.08rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .agent-special {
    padding: 10px 14px;
  }

  .agent-special-inner {
    flex-direction: row;
    gap: 8px;
    min-height: 58px;
  }

  .agent-special-copy::before,
  .agent-special-copy::after {
    display: none;
  }

  .agent-special-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .agent-special strong {
    max-width: 320px;
    font-size: 1rem;
    line-height: 1.08;
  }

  .faq-heading {
    grid-template-columns: 1fr;
  }

  .faq-art {
    width: min(58vw, 210px);
    justify-self: center;
  }

  .hero-stats,
  .service-grid,
  .work-grid,
  .fleet-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    border-radius: 0;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 60px 0;
  }

  .service-card {
    min-height: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
