@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;900&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap');

:root {
  --charcoal: #1c1c1c;
  --red: #e74c3c;
  --ember: #ff6b6b;
  --ash: #2d2d2d;
  --smoke: #f5f5f5;
  --white: #ffffff;
  --text: #333333;
  --muted: #777777;
}

* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'IBM Plex Sans', sans-serif; background: var(--smoke); color: var(--text); line-height: 1.75; }
h1,h2,h3,h4 { font-family: 'Archivo', sans-serif; color: var(--charcoal); font-weight: 900; }
a { color: var(--red); text-decoration: none; transition: 0.3s; }
a:hover { color: var(--ember); }

.top { background: var(--charcoal); position: sticky; top: 0; z-index: 999; }
.top-w { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 66px; }
.lo { display: flex; align-items: center; gap: 0.5rem; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 1.4rem; color: var(--red); text-transform: uppercase; letter-spacing: 2px; }
.lo svg { width: 34px; height: 34px; }
.nv { display: flex; gap: 1.6rem; list-style: none; }
.nv a { color: rgba(255,255,255,0.7); font-weight: 500; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; }
.nv a:hover, .nv a.x { color: var(--red); }
.hb { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.hb span { width: 26px; height: 3px; background: var(--red); border-radius: 2px; }

.hero-z { background: linear-gradient(135deg, var(--charcoal), var(--ash), #3a1a1a); color: var(--smoke); padding: 5rem 2rem; text-align: center; }
.hero-z h1 { color: var(--red); font-size: 2.8rem; margin-bottom: 1rem; text-transform: uppercase; }
.hero-z p { max-width: 680px; margin: 0 auto 2rem; font-size: 1.1rem; opacity: 0.85; }
.rbn { display: inline-block; background: var(--red); color: white; padding: 0.85rem 2.5rem; border-radius: 4px; font-family: 'Archivo', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; transition: 0.3s; }
.rbn:hover { background: var(--ember); color: white; box-shadow: 0 6px 20px rgba(231,76,60,0.3); }

.sec { padding: 4rem 2rem; max-width: 1400px; margin: 0 auto; }
.sth { text-align: center; font-size: 2rem; margin-bottom: 2rem; text-transform: uppercase; }
.g3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.zc { background: var(--white); border-radius: 8px; padding: 2rem; text-align: center; box-shadow: 0 3px 15px rgba(28,28,28,0.06); border-left: 5px solid var(--red); transition: 0.3s; }
.zc:hover { transform: translateY(-3px); }
.zi { font-size: 2.3rem; margin-bottom: 0.8rem; }
.zc h3 { font-size: 1.1rem; margin-bottom: 0.5rem; text-transform: uppercase; }

.gm { max-width: 960px; margin: 2rem auto; border-radius: 8px; overflow: hidden; background: var(--charcoal); box-shadow: 0 8px 35px rgba(28,28,28,0.15); }
.gm iframe { width: 100%; height: 600px; border: none; display: block; }

.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2rem 0; }
.zb { background: var(--white); padding: 2rem; border-radius: 8px; box-shadow: 0 2px 10px rgba(28,28,28,0.04); }
.zb h3 { margin-bottom: 0.7rem; text-transform: uppercase; }

.mb { display: flex; justify-content: space-around; background: var(--charcoal); border-radius: 8px; padding: 2.5rem; color: var(--smoke); margin: 2rem 0; }
.mi { text-align: center; }
.mv { font-family: 'Archivo', sans-serif; font-size: 2.3rem; font-weight: 900; color: var(--red); }
.ml { font-size: 0.85rem; opacity: 0.6; text-transform: uppercase; letter-spacing: 1px; }

.tp { max-width: 1400px; margin: 0 auto; padding: 3rem 2rem; }
.tp h1 { font-size: 2.4rem; text-align: center; margin-bottom: 1.5rem; text-transform: uppercase; }
.tp h2 { font-size: 1.4rem; margin: 2rem 0 0.8rem; text-transform: uppercase; }
.tp p { margin-bottom: 1rem; color: var(--muted); }
.tp ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.tp li { margin-bottom: 0.5rem; color: var(--muted); }

.bt { background: var(--charcoal); color: var(--smoke); padding: 3rem 2rem; text-align: center; }
.bw { max-width: 1400px; margin: 0 auto; }
.bl { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.bl a { color: rgba(245,245,245,0.7); font-size: 0.9rem; }
.bl a:hover { color: var(--red); }
.rg { border-top: 1px solid rgba(231,76,60,0.15); padding-top: 1.5rem; }
.rg p { font-size: 0.8rem; opacity: 0.5; margin-bottom: 0.5rem; }
.rg a { color: var(--red); margin: 0 0.6rem; font-size: 0.85rem; }

.ao { position: fixed; inset: 0; background: rgba(28,28,28,0.97); z-index: 10000; display: flex; align-items: center; justify-content: center; }
.ad { background: var(--white); border-radius: 12px; padding: 3rem; text-align: center; max-width: 440px; width: 90%; }
.ad h2 { font-size: 1.8rem; margin-bottom: 0.8rem; text-transform: uppercase; }
.ad p { color: var(--muted); margin-bottom: 2rem; }
.ab { display: flex; gap: 1rem; justify-content: center; }
.ab button { padding: 0.8rem 2rem; border-radius: 4px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 0.95rem; cursor: pointer; border: 2px solid var(--red); transition: 0.3s; text-transform: uppercase; }
.ay { background: var(--red); color: white; }
.ay:hover { background: var(--ember); }
.an { background: transparent; color: var(--red); }
.an:hover { background: rgba(231,76,60,0.05); }
.adn { display: none; }
.adn h3 { color: var(--red); }

@media (max-width: 768px) {
  .hb { display: flex; }
  .nv { display: none; position: absolute; top: 66px; left: 0; width: 100%; flex-direction: column; background: var(--charcoal); padding: 1.5rem 2rem; }
  .nv.open { display: flex; }
  .hero-z h1 { font-size: 1.8rem; }
  .g3 { grid-template-columns: 1fr; }
  .g2 { grid-template-columns: 1fr; }
  .mb { flex-direction: column; gap: 1.5rem; }
  .gm iframe { height: 380px; }
  .bl { flex-direction: column; align-items: center; }
}
