:root {
  --red: #ef1b16;
  --red-bright: #ff352f;
  --ink: #08090b;
  --panel: #111317;
  --panel-2: #181b20;
  --steel: #9da3aa;
  --muted: #b8bdc5;
  --white: #f7f8fa;
  --line: rgba(255,255,255,.11);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--red-bright);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 7vw, 6.5rem); max-width: 980px; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
h3 { font-size: 1.3rem; letter-spacing: -.015em; }
p { margin: 0; }
.lead { color: #d0d4da; font-size: clamp(1.06rem, 2vw, 1.3rem); max-width: 700px; }

.utility-bar { background: var(--red); color: white; font-size: .78rem; font-weight: 750; letter-spacing: .05em; text-align: center; padding: 8px 16px; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.utility-bar a { text-decoration: none; }
.utility-contact { display: inline-flex; gap: 18px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8,9,11,.9); backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.brand { flex: 0 1 320px; text-decoration: none; }
.brand img { width: 300px; max-height: 70px; object-fit: contain; object-position: left center; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.nav a { color: #d6d9de; font-size: .88rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { color: white; }
.nav a[aria-current="page"] { border-bottom: 2px solid var(--red); padding-bottom: 6px; }
.nav .nav-cta { padding: 11px 16px; border-radius: 4px; background: var(--red); color: white; border-bottom: 0; }
.menu-button { display: none; margin-left: auto; color: white; background: transparent; border: 1px solid var(--line); border-radius: 4px; padding: 10px 12px; font: inherit; font-weight: 750; }

.hero {
  position: relative; isolation: isolate; min-height: 720px;
  display: grid; align-items: center; overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(8,9,11,.98) 0%, rgba(8,9,11,.86) 53%, rgba(8,9,11,.25) 100%),
    radial-gradient(circle at 82% 42%, rgba(239,27,22,.28), transparent 27%),
    repeating-linear-gradient(90deg, transparent 0 58px, rgba(255,255,255,.032) 59px 60px),
    repeating-linear-gradient(0deg, transparent 0 58px, rgba(255,255,255,.025) 59px 60px),
    #0d0f12;
}
.hero::after {
  content: ""; position: absolute; z-index: -1; right: 5%; top: 14%; width: 34%; height: 72%;
  border: 1px solid rgba(255,255,255,.1); border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.01));
  box-shadow: inset 0 0 70px rgba(255,255,255,.025), 0 25px 80px rgba(0,0,0,.55);
  transform: perspective(800px) rotateY(-10deg);
}
.hero-copy { padding-block: 100px; }
.hero h1 span { color: var(--red); }
.hero .lead { margin-top: 26px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  padding: 12px 20px; border-radius: 4px; border: 1px solid transparent;
  background: var(--red); color: white; font-weight: 800; text-decoration: none;
}
.button:hover { background: #ff2923; transform: translateY(-1px); }
.button.secondary { background: transparent; border-color: rgba(255,255,255,.28); }
.button.secondary:hover { border-color: white; background: rgba(255,255,255,.06); }
.trust-row { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 48px; color: #aeb4bc; font-size: .88rem; font-weight: 700; }
.trust-row span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 12px rgba(239,27,22,.7); }

.maintenance-warning {
  position: relative;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #a70b08, var(--red) 48%, #8b0806);
  overflow: hidden;
}
.maintenance-warning::after {
  content: "MAINTENANCE";
  position: absolute; right: -12px; top: 50%; transform: translateY(-50%);
  color: rgba(255,255,255,.075); font-size: clamp(3.5rem, 10vw, 8rem); font-weight: 950;
  letter-spacing: -.06em; white-space: nowrap; pointer-events: none;
}
.maintenance-warning .container { position: relative; z-index: 1; padding-block: 44px; }
.maintenance-warning blockquote {
  margin: 0; max-width: 980px; color: white;
  font-size: clamp(1.55rem, 3.2vw, 2.65rem); font-weight: 850; line-height: 1.18; letter-spacing: -.025em;
}
.maintenance-warning blockquote::before { content: "“"; color: rgba(255,255,255,.6); }
.maintenance-warning blockquote::after { content: "”"; color: rgba(255,255,255,.6); }

.section { padding-block: 96px; }
.section.alt { background: #0d0f12; border-block: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; margin-bottom: 44px; }
.section-head .lead { justify-self: end; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.card {
  position: relative; min-height: 280px; padding: 30px;
  background: linear-gradient(145deg, #181b20, #0e1013);
  border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
}
.card::before { content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 54px; background: var(--red); }
.card-number { color: #737981; font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.card h3 { margin-top: 54px; }
.card p { margin-top: 16px; color: var(--muted); }
.card-link { display: inline-block; margin-top: 24px; color: white; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--red); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.signal-panel {
  min-height: 450px; padding: 34px; border: 1px solid var(--line); border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.07), transparent), #111318;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.bars { display: flex; gap: 9px; align-items: end; height: 170px; margin-bottom: 42px; }
.bars i { flex: 1; max-width: 34px; height: var(--h); background: linear-gradient(#ff443e, #be0905); border-radius: 3px 3px 0 0; box-shadow: 0 0 24px rgba(239,27,22,.22); }
.checklist { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.checklist li { color: #d1d5da; padding-left: 28px; position: relative; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--red-bright); font-weight: 900; }
.metric-band { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); background: #0d0f12; }
.metric { padding: 34px; text-align: center; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font-size: 1.5rem; }
.metric span { color: var(--muted); font-size: .88rem; }
.workforce-value { background: radial-gradient(circle at 12% 45%, rgba(239,27,22,.14), transparent 28%), #101216; }
.workforce-value h2 { max-width: 720px; }
.workforce-value .lead { color: #cfd3d8; }
.value-list { margin-bottom: 30px; }
.cta-section { text-align: center; padding-block: 100px; background: linear-gradient(135deg, #ba0c08, #ef1b16 56%, #7d0705); }
.cta-section h2 { max-width: 850px; margin-inline: auto; }
.cta-section p { max-width: 650px; margin: 22px auto 0; color: rgba(255,255,255,.86); }
.cta-section .button { background: white; color: #111; margin-top: 30px; }
.related-site { padding: 24px 20px; text-align: center; background: #0d0f12; border-top: 1px solid var(--line); color: var(--muted); font-weight: 700; }
.related-site a { margin-left: 6px; color: white; font-weight: 850; text-decoration-color: var(--red); text-underline-offset: 5px; }
.related-site a:hover { color: var(--red-bright); }

.page-hero { padding-block: 94px 76px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 25%, rgba(239,27,22,.18), transparent 25%), #0d0f12; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 5.2rem); }
.page-hero .lead { margin-top: 22px; }
.service-row { display: grid; grid-template-columns: 110px 1fr 1fr; gap: 34px; padding: 34px 0; border-top: 1px solid var(--line); align-items: start; }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row .index { color: var(--red); font-weight: 900; letter-spacing: .1em; }
.service-row p { color: var(--muted); }
.plan { min-height: 500px; display: flex; flex-direction: column; }
.plan.featured { border-color: rgba(239,27,22,.75); box-shadow: 0 20px 70px rgba(239,27,22,.08); }
.plan-tag { align-self: flex-start; color: white; background: var(--red); padding: 5px 9px; border-radius: 3px; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.plan h3 { margin-top: 28px; font-size: 1.8rem; }
.plan .fit { color: #878e96; font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-top: 10px; }
.plan .checklist { margin-bottom: 30px; }
.plan .button { margin-top: auto; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.audience { background: #101216; padding: 34px; min-height: 190px; }
.audience strong { display: block; margin-bottom: 10px; font-size: 1.18rem; }
.audience span { color: var(--muted); }
.story { max-width: 780px; }
.story p { color: #c4c9cf; font-size: 1.12rem; margin-top: 24px; }
.contact-card { max-width: 760px; padding: clamp(28px, 6vw, 60px); border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, #1a1d22, #0d0f12); }
.contact-email { display: inline-block; margin-top: 28px; color: white; font-size: clamp(1.15rem, 3vw, 1.7rem); font-weight: 850; text-decoration-color: var(--red); text-underline-offset: 7px; }
.contact-options { display: grid; gap: 14px; margin-top: 34px; }
.contact-link { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: 6px; color: white; text-decoration: none; background: rgba(255,255,255,.035); }
.contact-link:hover { border-color: var(--red); background: rgba(239,27,22,.08); }
.contact-link span { color: var(--red-bright); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-link strong { font-size: clamp(1rem, 2.5vw, 1.25rem); overflow-wrap: anywhere; text-align: right; }

.site-footer { padding-block: 54px 28px; background: #050607; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; }
.footer-logo { width: 320px; max-width: 100%; }
.footer-copy { color: #8e949d; margin-top: 16px; max-width: 520px; font-size: .9rem; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px; }
.footer-contact a { color: white; font-weight: 750; text-decoration-color: var(--red); text-underline-offset: 5px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 22px; align-content: start; }
.footer-links a { color: #c7cbd0; text-decoration: none; font-weight: 650; }
.copyright { color: #686e76; border-top: 1px solid var(--line); margin-top: 38px; padding-top: 22px; font-size: .78rem; }

@media (max-width: 920px) {
  .menu-button { display: block; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; margin: 0; padding: 18px 20px 24px; background: #0b0c0e; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 4px; }
  .nav.open { display: flex; }
  .nav a { padding: 11px 4px; }
  .nav a[aria-current="page"] { border: 0; color: var(--red-bright); }
  .nav .nav-cta { text-align: center; margin-top: 8px; }
  .hero { min-height: 650px; }
  .hero::after { right: -18%; width: 72%; opacity: .45; }
  .section-head, .split, .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .section-head .lead { justify-self: start; }
  .grid-3, .grid-4, .audience-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 55px 1fr; gap: 18px; }
  .service-row p { grid-column: 2; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .utility-bar { font-size: .68rem; }
  .utility-contact { width: 100%; justify-content: center; gap: 14px; }
  .nav-wrap { min-height: 74px; }
  .brand { flex-basis: 245px; }
  .brand img { width: 235px; }
  .hero-copy { padding-block: 72px; }
  .hero { min-height: 620px; }
  .maintenance-warning .container { padding-block: 34px; }
  .section { padding-block: 72px; }
  .grid-3, .grid-4, .grid-2, .audience-grid, .metric-band { grid-template-columns: 1fr; }
  .metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .metric:last-child { border-bottom: 0; }
  .card { min-height: auto; }
  .card h3 { margin-top: 38px; }
  .signal-panel { min-height: 380px; }
  .page-hero { padding-block: 70px 58px; }
  .footer-links { grid-template-columns: 1fr; }
  .contact-link { align-items: flex-start; flex-direction: column; }
  .contact-link strong { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
