*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --red: #C0392B;
  --red-dark: #96281B;
  --dark: #111111;
  --dark2: #1a1a1a;
  --white: #ffffff;
  --gray: #666666;
  --light: #f7f7f7;
  --border: #e5e5e5;
}
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; background: var(--white); color: var(--dark); overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 56px; height: 68px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.nav-logo-text { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1rem; color: var(--dark); letter-spacing: 0.01em; }
.nav-links { display: flex; align-items: center; list-style: none; }
.nav-links a {
  display: flex; align-items: center;
  padding: 0 16px; height: 68px;
  color: var(--dark); text-decoration: none;
  font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover { color: var(--red); }
.nav-links a.active { color: var(--red); border-bottom-color: var(--red); }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  margin-top: 68px; height: 280px;
  background: var(--dark); position: relative; overflow: hidden;
  display: flex; align-items: flex-end;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1c0808 60%, #2a0808 100%);
}
.page-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 100%); }
.page-hero-content { position: relative; z-index: 2; padding: 0 56px 48px; }
.page-hero-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.page-hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.05; }

/* ── SECTION ── */
.section-pad { padding: 80px 56px; }
.section-header { margin-bottom: 52px; }
.section-header.center { text-align: center; }
.eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 10px; }
.section-header h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.6rem, 2.8vw, 2.3rem); font-weight: 800; color: var(--dark); line-height: 1.2; }
.section-header p { font-size: 0.9rem; color: var(--gray); line-height: 1.8; margin-top: 14px; max-width: 580px; }
.section-header.center p { margin: 14px auto 0; }

/* ── BUTTONS ── */
.btn-red { display: inline-block; background: var(--red); color: #fff; padding: 13px 34px; text-decoration: none; font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: background 0.2s; }
.btn-red:hover { background: var(--red-dark); }
.btn-outline-red { display: inline-block; border: 2px solid var(--red); color: var(--red); padding: 11px 30px; text-decoration: none; font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: all 0.2s; }
.btn-outline-red:hover { background: var(--red); color: #fff; }
.btn-dark { display: inline-block; background: var(--dark); color: #fff; padding: 13px 34px; text-decoration: none; font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: background 0.2s; }
.btn-dark:hover { background: #333; }

/* ── CTA BAND ── */
.cta-band { background: var(--red); padding: 60px 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-band h2 { font-family: 'Montserrat', sans-serif; font-size: 1.7rem; font-weight: 800; color: #fff; max-width: 600px; line-height: 1.2; }
.cta-band p { font-size: 0.88rem; color: rgba(255,255,255,0.75); margin-top: 8px; }
.cta-btns { display: flex; gap: 12px; flex-shrink: 0; }
.btn-white { display: inline-block; background: #fff; color: var(--red); padding: 13px 34px; text-decoration: none; font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; transition: background 0.2s; }
.btn-white:hover { background: #f0f0f0; }
.btn-outline-w { display: inline-block; border: 2px solid rgba(255,255,255,0.5); color: #fff; padding: 11px 28px; text-decoration: none; font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; transition: border-color 0.2s; }
.btn-outline-w:hover { border-color: #fff; }

/* ── FOOTER ── */
footer { background: var(--dark2); padding: 60px 56px 32px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-brand p { font-size: 0.82rem; line-height: 1.75; color: rgba(255,255,255,0.38); margin-top: 14px; max-width: 250px; }
.footer-certs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.footer-cert { border: 1px solid rgba(192,57,43,0.4); padding: 3px 10px; font-family: 'Montserrat', sans-serif; font-size: 0.62rem; font-weight: 700; color: var(--red); letter-spacing: 0.06em; }
.footer-col h4 { font-family: 'Montserrat', sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col a { font-size: 0.82rem; color: rgba(255,255,255,0.38); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; }
.footer-bottom p { font-size: 0.74rem; color: rgba(255,255,255,0.22); }
.footer-social { display: flex; gap: 8px; }
.footer-social a { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.32); text-decoration: none; font-size: 0.68rem; transition: all 0.2s; }
.footer-social a:hover { border-color: var(--red); color: var(--red); }

/* ── FADE IN ── */
.fi { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fi.vis { opacity: 1; transform: translateY(0); }

/* Hamburger - hide on desktop */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.nav-hamburger span { width: 24px; height: 2px; background: var(--dark); transition: all 0.3s; }
@media (max-width: 768px) {
  .nav-hamburger { display: flex !important; }
  .nav-links { display: none !important; }
}
