:root {
  --bg: #0f1720;
  --panel: #16212c;
  --text: #f7fafc;
  --muted: #b8c2cc;
  --ink: #17212b;
  --paper: #ffffff;
  --soft: #f3f6f8;
  --brand: #cb3234;
  --brand-dark: #9f2528;
  --brand-bright: #ef4b4d;
  --line: #dce3e8;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible, button:focus-visible, .button:focus-visible { outline: 3px solid var(--brand-bright); outline-offset: 3px; border-radius: 8px; }
.button:focus-visible { border-radius: 999px; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: var(--brand); color: #fff; padding: .75rem 1rem; z-index: 10; }
.skip-link:focus { left: 1rem; }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.header { position: sticky; top: 0; z-index: 5; background: rgba(15, 23, 32, .94); backdrop-filter: blur(12px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.logo { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 800; letter-spacing: .02em; }
.logo img { width: 150px; }
.nav-links { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; font-size: .95rem; }
.nav-links a { color: rgba(255,255,255,.86); text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 44px; padding: .78rem 1.05rem; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-weight: 700; transition: transform .15s ease, background .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--brand); color: #fff; }
.button-primary:hover { background: var(--brand-dark); }
.button-light { background: #fff; color: var(--ink); }
.button-outline { border-color: rgba(255,255,255,.45); color: #fff; }
.button-outline-dark { border-color: var(--line); color: var(--ink); }
.hero { background: radial-gradient(circle at 15% 20%, rgba(203,50,52,.26), transparent 32%), linear-gradient(135deg, #0f1720 0%, #2b181d 55%, #0f1720 100%); color: #fff; }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; padding: 4rem 0; }
.eyebrow { color: var(--brand); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .78rem; margin-bottom: 1rem; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 1rem; }
h1 { font-size: clamp(2.55rem, 6vw, 5.2rem); letter-spacing: -.05em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.35rem); color: var(--muted); max-width: 62ch; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 2rem; }
.hero-card { border-radius: 28px; overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.1); }
.hero-card img { aspect-ratio: 4 / 5; object-fit: cover; }
.section { padding: 5rem 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--bg); color: #fff; }
.section-dark .lead, .section-dark .muted { color: var(--muted); }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-head p { max-width: 58ch; }
.grid { display: grid; gap: 1.4rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat, .card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 1.5rem; }
.stat { min-height: 160px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.stat strong { display: block; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; color: var(--brand); letter-spacing: -.04em; margin-bottom: .85rem; }
.stat span { color: #52606d; font-weight: 700; line-height: 1.25; max-width: 12rem; margin-inline: auto; }
.card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; margin-bottom: 1.1rem; }
.card h2 { font-size: clamp(1.28rem, 1.55vw, 1.55rem); letter-spacing: -.025em; line-height: 1.14; min-height: 3.55rem; display: flex; align-items: end; }
.card h3 { color: var(--ink); }
.card p { color: #52606d; }
.feature { align-items: center; gap: 3rem; }
.feature img { border-radius: 28px; aspect-ratio: 5 / 4; object-fit: cover; box-shadow: 0 20px 70px rgba(15,23,32,.14); }
.check-list { padding: 0; margin: 1.5rem 0 0; list-style: none; }
.check-list li { margin: .75rem 0; padding-left: 1.8rem; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 900; }
.cta { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; border-radius: 32px; padding: clamp(2rem, 5vw, 4rem); display: grid; grid-template-columns: 1.2fr auto; align-items: center; gap: 2rem; }
.cta p { color: rgba(255,255,255,.9); }
.footer { background: #0a1118; color: #fff; padding: 3rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2rem; }
.footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.footer a:hover { color: #fff; }
.footer h2, .footer h3 { font-size: 1rem; letter-spacing: 0; }
.footer-logo { width: 180px; margin-bottom: 1rem; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-size: .9rem; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 1.5rem; }
.contact-card h3 { color: var(--brand); }

.credentials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.credential-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 1.4rem; border-left: 4px solid var(--brand); }
.credential-card strong { display: block; color: var(--ink); font-size: 1.05rem; margin-bottom: .45rem; }
.credential-card span { display: block; color: var(--brand); font-weight: 800; font-size: .92rem; margin-bottom: .45rem; }
.credential-card p { color: #52606d; margin: 0; }
.credentials-note { margin-top: 1.5rem; color: #52606d; max-width: 75ch; }
.gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 24px; }
.breadcrumb { color: var(--muted); font-weight: 700; }
.page-hero { padding: 5rem 0; background: linear-gradient(135deg, #0f1720, #2b181d); color: #fff; }
.page-hero h1 { max-width: 900px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.page-hero-copy { align-self: center; }
.page-hero-aside { align-self: center; max-width: 34rem; justify-self: end; padding-top: 1.8rem; border-top: 2px solid rgba(203, 50, 52, .65); }
.muted { color: #52606d; }

@media (max-width: 1040px) and (min-width: 861px) {
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 1rem 0; }
  .nav-links { gap: .75rem; }
  .nav-links .button { width: 100%; }
  .hero-grid, .page-hero-grid, .grid-2, .grid-3, .credentials-grid, .feature, .cta, .footer-grid, .stats, .gallery { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 3rem 0; }
  .section { padding: 3.5rem 0; }
  .section-head { display: block; }
  .page-hero-aside { justify-self: start; max-width: none; padding-top: 1.25rem; }
  .card h2 { min-height: auto; }
}
