:root {
  --bg: #070708;
  --bg-2: #101014;
  --card: #16161b;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f4f4f6;
  --muted: #a8a8b3;
  --red: #e10600;
  --red-2: #ff3b2f;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Manrope", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, .btn { font-family: inherit; }

.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(225, 6, 0, 0.18), transparent 55%),
    radial-gradient(700px 400px at 0% 20%, rgba(225, 6, 0, 0.08), transparent 50%),
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: auto, auto, 56px 56px, 56px 56px;
  mask-image: radial-gradient(ellipse at top, black 35%, transparent 80%);
  z-index: 0;
}

.wrap {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 7, 8, 0.72);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 250px;
  gap: 24px;
  padding: 12px 0;
}
.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.brand img {
  height: 230px;
  width: auto;
  max-width: none;
  display: block;
  object-fit: contain;
}
.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.95rem;
}
.nav-links a:hover { color: var(--white); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--white);
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: 0.2s transform, 0.2s background, 0.2s box-shadow;
}
.btn:hover { transform: translateY(-1px); }
.btn-red {
  background: linear-gradient(180deg, var(--red-2), var(--red));
  color: #fff;
  box-shadow: 0 10px 30px rgba(225, 6, 0, 0.35);
}
.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--line);
}
.btn-ghost:hover { background: rgba(255,255,255,0.04); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-wa { background: #1fad4f; color: #fff; box-shadow: 0 10px 30px rgba(31, 173, 79, 0.3); }
.btn-ig {
  background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af);
  color: #fff;
}
.btn-fb { background: #1877f2; color: #fff; }

.hero {
  position: relative;
  z-index: 1;
  padding: 72px 0 40px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red-2);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--red);
}
h1 {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin: 16px 0 18px;
}
h1 span { color: var(--red); }
.lead {
  color: var(--muted);
  font-size: 1.12rem;
  max-width: 540px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.stat {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.02);
  border-radius: 16px;
  padding: 16px 18px;
}
.stat b {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.stat span { color: var(--muted); font-size: 0.88rem; }

.hero-card {
  background: linear-gradient(180deg, #1a1a21, #101014);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% 20%;
  height: 220px;
  background: radial-gradient(circle, rgba(225,6,0,0.35), transparent 65%);
}
.gauge {
  width: 100%;
  aspect-ratio: 1.3;
  display: grid;
  place-items: center;
  position: relative;
}
.gauge svg { width: min(100%, 340px); }
.hours {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 600;
  text-align: center;
}
.hours strong { color: var(--white); }

section { position: relative; z-index: 1; padding: 72px 0; scroll-margin-top: 260px; }
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 32px;
}
h2 {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.sub { color: var(--muted); max-width: 460px; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  min-height: 220px;
  transition: 0.2s transform, 0.2s border-color;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 6, 0, 0.45);
}
.icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(225, 6, 0, 0.12);
  color: var(--red-2);
  margin-bottom: 16px;
  font-size: 1.3rem;
}
.card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.card p { color: var(--muted); }

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 32px;
  overflow: hidden;
}
.about-copy { padding: 40px; }
.about-copy p { color: var(--muted); margin: 14px 0 22px; }
.checks { list-style: none; display: grid; gap: 10px; }
.checks li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
}
.checks li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px var(--red);
}
.about-panel {
  background:
    linear-gradient(180deg, rgba(7,7,8,0.2), rgba(7,7,8,0.75)),
    radial-gradient(circle at 70% 20%, rgba(225,6,0,0.25), transparent 40%),
    #0d0d11;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.quote {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
}
.quote span { color: var(--red-2); }

.branches { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.branch {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.branch h3 { margin-bottom: 6px; }
.branch p { color: var(--muted); }
.phone {
  display: inline-flex;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--white);
}
.phone:hover { color: var(--red-2); }

.contact {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}
.contact-box, form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
}
.meta { display: grid; gap: 16px; margin-top: 20px; }
.meta a, .meta p { color: var(--muted); }
.meta b { display: block; color: var(--white); margin-bottom: 4px; }
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.branch-phones { display: grid; gap: 8px; margin-top: 6px; }
.branch-phones a { color: var(--white); font-weight: 700; }
.branch-phones a:hover { color: var(--red-2); }
form { display: grid; gap: 12px; }
input, textarea, select {
  width: 100%;
  background: #0e0e12;
  border: 1px solid var(--line);
  color: var(--white);
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
}
textarea { min-height: 120px; resize: vertical; }
.form-note { color: var(--muted); font-size: 0.86rem; }

footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  color: var(--muted);
  position: relative;
  z-index: 1;
}
.foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.socials { display: flex; gap: 14px; font-weight: 700; }

@media (max-width: 900px) {
  .hero-grid, .about, .contact, .cards, .branches, .stats { grid-template-columns: 1fr; }
  .nav-inner { min-height: 120px; }
  .brand img { height: 96px; }
  .nav-links { display: none; }
  .menu-btn { display: grid; place-items: center; }
  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0; right: 0; top: 120px;
    background: #0d0d10;
    border-bottom: 1px solid var(--line);
    padding: 18px 24px 24px;
  }
  h1 { font-size: 2.15rem; line-height: 1.18; }
  .about-copy, .about-panel { padding: 28px; }
}
