:root {
  --black: #111111;
  --ink: #1d1d1d;
  --muted: #686868;
  --gold: #d8a21b;
  --gold-2: #f4c542;
  --neon: #39ff14;
  --neon-soft: #32ff7e;
  --neon-glow: rgba(57, 255, 20, 0.22);
  --neon-line: rgba(57, 255, 20, 0.36);
  --white: #ffffff;
  --soft: #f6f4ef;
  --line: #e4dfd2;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  direction: rtl;
  font-family: Tahoma, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.8;
  overflow-x: hidden;
  max-width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  background: linear-gradient(90deg, #f05a0a, #ff7817);
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 9px 0;
}

.topbar-locations {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.topbar-locations::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: var(--white);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.topbar-icon {
  width: 42px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: transparent;
  overflow: hidden;
}

.topbar-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--white);
}

.topbar-call::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.67 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.32 1.85.54 2.81.67A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.67 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.32 1.85.54 2.81.67A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.topbar-chat::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3 1.8-5.4A7.5 7.5 0 0 1 3 11a8 8 0 0 1 8-8h2a8 8 0 0 1 8 8Z'/%3E%3Cpath d='M8 11h.01M12 11h.01M16 11h.01'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3 1.8-5.4A7.5 7.5 0 0 1 3 11a8 8 0 0 1 8-8h2a8 8 0 0 1 8 8Z'/%3E%3Cpath d='M8 11h.01M12 11h.01M16 11h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 6, 6, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: var(--white);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--white);
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--black);
  font-weight: 900;
  border-radius: var(--radius);
  box-shadow: inset 0 -2px 0 var(--neon-line);
}

.brand small {
  display: block;
  color: rgba(244, 197, 66, 0.86);
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
}

.brand > span:last-child {
  min-width: 0;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
  font-size: 15px;
}

.nav a {
  padding: 8px 0;
}

.nav a:hover,
.nav a.active {
  color: var(--gold-2);
}

.nav a:hover {
  text-shadow: 0 0 12px var(--neon-glow);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #121212;
  color: var(--white);
  border-radius: var(--radius);
  font-size: 24px;
}

.header-wa {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #23d864, #32ff7e);
  color: #071108;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(50, 255, 126, 0.18), 0 0 18px rgba(57, 255, 20, 0.14);
  border: 1px solid rgba(57, 255, 20, 0.7);
}

.header-wa::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C8.83 3 3 8.67 3 15.64c0 2.23.61 4.4 1.77 6.31L3 29l7.26-1.7A13.2 13.2 0 0 0 16 28.29c7.17 0 13-5.67 13-12.65S23.17 3 16 3Zm0 22.92c-1.86 0-3.67-.49-5.26-1.42l-.38-.22-4.31 1.01 1.04-4.08-.25-.4a9.7 9.7 0 0 1-1.5-5.17C5.34 9.99 10.12 5.4 16 5.4s10.66 4.59 10.66 10.24S21.88 25.92 16 25.92Zm5.86-7.67c-.32-.16-1.89-.91-2.18-1.01-.29-.11-.51-.16-.72.16-.21.31-.83 1-.99 1.2-.18.21-.36.24-.67.08-.32-.16-1.34-.48-2.55-1.53-.94-.82-1.58-1.84-1.76-2.15-.18-.31-.02-.48.14-.64.14-.14.32-.36.48-.54.16-.18.21-.31.32-.52.11-.21.05-.39-.03-.55-.08-.16-.72-1.69-.99-2.32-.26-.61-.53-.52-.72-.53h-.62c-.21 0-.55.08-.84.39-.29.31-1.1 1.05-1.1 2.56s1.13 2.97 1.29 3.18c.16.21 2.23 3.31 5.4 4.64.75.32 1.34.51 1.8.65.76.23 1.45.2 1.99.12.61-.09 1.89-.75 2.16-1.47.27-.72.27-1.34.19-1.47-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C8.83 3 3 8.67 3 15.64c0 2.23.61 4.4 1.77 6.31L3 29l7.26-1.7A13.2 13.2 0 0 0 16 28.29c7.17 0 13-5.67 13-12.65S23.17 3 16 3Zm0 22.92c-1.86 0-3.67-.49-5.26-1.42l-.38-.22-4.31 1.01 1.04-4.08-.25-.4a9.7 9.7 0 0 1-1.5-5.17C5.34 9.99 10.12 5.4 16 5.4s10.66 4.59 10.66 10.24S21.88 25.92 16 25.92Zm5.86-7.67c-.32-.16-1.89-.91-2.18-1.01-.29-.11-.51-.16-.72.16-.21.31-.83 1-.99 1.2-.18.21-.36.24-.67.08-.32-.16-1.34-.48-2.55-1.53-.94-.82-1.58-1.84-1.76-2.15-.18-.31-.02-.48.14-.64.14-.14.32-.36.48-.54.16-.18.21-.31.32-.52.11-.21.05-.39-.03-.55-.08-.16-.72-1.69-.99-2.32-.26-.61-.53-.52-.72-.53h-.62c-.21 0-.55.08-.84.39-.29.31-1.1 1.05-1.1 2.56s1.13 2.97 1.29 3.18c.16.21 2.23 3.31 5.4 4.64.75.32 1.34.51 1.8.65.76.23 1.45.2 1.99.12.61-.09 1.89-.75 2.16-1.47.27-.72.27-1.34.19-1.47-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  font-weight: 800;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18), 0 0 18px var(--neon-glow);
  border-color: var(--neon-line);
}

.btn-gold {
  background: var(--gold-2);
  color: var(--black);
  box-shadow: 0 10px 24px rgba(216, 162, 27, 0.18);
}

.btn-dark {
  background: var(--black);
  color: var(--white);
}

.btn-dark:hover {
  color: var(--neon-soft);
}

.btn[href*="wa.me"] {
  background: linear-gradient(135deg, #178a48, #20b85b);
  color: var(--white);
  border-color: rgba(57, 255, 20, 0.56);
  box-shadow: 0 12px 28px rgba(31, 168, 85, 0.22), 0 0 16px rgba(57, 255, 20, 0.16);
}

.btn[href*="wa.me"]:hover {
  background: linear-gradient(135deg, #151515, #1f3b24);
  color: var(--neon);
  border-color: var(--neon);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24), 0 0 20px var(--neon-glow);
}

.btn[href*="wa.me"]::before,
.float-wa::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C8.83 3 3 8.67 3 15.64c0 2.23.61 4.4 1.77 6.31L3 29l7.26-1.7A13.2 13.2 0 0 0 16 28.29c7.17 0 13-5.67 13-12.65S23.17 3 16 3Zm0 22.92c-1.86 0-3.67-.49-5.26-1.42l-.38-.22-4.31 1.01 1.04-4.08-.25-.4a9.7 9.7 0 0 1-1.5-5.17C5.34 9.99 10.12 5.4 16 5.4s10.66 4.59 10.66 10.24S21.88 25.92 16 25.92Zm5.86-7.67c-.32-.16-1.89-.91-2.18-1.01-.29-.11-.51-.16-.72.16-.21.31-.83 1-.99 1.2-.18.21-.36.24-.67.08-.32-.16-1.34-.48-2.55-1.53-.94-.82-1.58-1.84-1.76-2.15-.18-.31-.02-.48.14-.64.14-.14.32-.36.48-.54.16-.18.21-.31.32-.52.11-.21.05-.39-.03-.55-.08-.16-.72-1.69-.99-2.32-.26-.61-.53-.52-.72-.53h-.62c-.21 0-.55.08-.84.39-.29.31-1.1 1.05-1.1 2.56s1.13 2.97 1.29 3.18c.16.21 2.23 3.31 5.4 4.64.75.32 1.34.51 1.8.65.76.23 1.45.2 1.99.12.61-.09 1.89-.75 2.16-1.47.27-.72.27-1.34.19-1.47-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 3C8.83 3 3 8.67 3 15.64c0 2.23.61 4.4 1.77 6.31L3 29l7.26-1.7A13.2 13.2 0 0 0 16 28.29c7.17 0 13-5.67 13-12.65S23.17 3 16 3Zm0 22.92c-1.86 0-3.67-.49-5.26-1.42l-.38-.22-4.31 1.01 1.04-4.08-.25-.4a9.7 9.7 0 0 1-1.5-5.17C5.34 9.99 10.12 5.4 16 5.4s10.66 4.59 10.66 10.24S21.88 25.92 16 25.92Zm5.86-7.67c-.32-.16-1.89-.91-2.18-1.01-.29-.11-.51-.16-.72.16-.21.31-.83 1-.99 1.2-.18.21-.36.24-.67.08-.32-.16-1.34-.48-2.55-1.53-.94-.82-1.58-1.84-1.76-2.15-.18-.31-.02-.48.14-.64.14-.14.32-.36.48-.54.16-.18.21-.31.32-.52.11-.21.05-.39-.03-.55-.08-.16-.72-1.69-.99-2.32-.26-.61-.53-.52-.72-.53h-.62c-.21 0-.55.08-.84.39-.29.31-1.1 1.05-1.1 2.56s1.13 2.97 1.29 3.18c.16.21 2.23 3.31 5.4 4.64.75.32 1.34.51 1.8.65.76.23 1.45.2 1.99.12.61-.09 1.89-.75 2.16-1.47.27-.72.27-1.34.19-1.47-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn[href^="tel:"]::before,
.float-call::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.67 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.32 1.85.54 2.81.67A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.67 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.32 1.85.54 2.81.67A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-outline:hover {
  border-color: var(--neon-line);
  color: var(--neon-soft);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 18% 28%, rgba(57, 255, 20, 0.08), transparent 28%), radial-gradient(circle at 78% 18%, rgba(244, 197, 66, 0.12), transparent 26%), linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.68)), url("images/hero-bg.webp") center/cover;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--neon-line), rgba(244, 197, 66, 0.45), transparent);
  opacity: 0.8;
  pointer-events: none;
}

.hero .container {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 38px;
  align-items: center;
  padding: 70px 0 56px;
}

.eyebrow {
  color: var(--gold-2);
  font-weight: 900;
  margin: 0 0 10px;
}

.eyebrow::before,
.breadcrumbs::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 8px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 12px var(--neon-glow);
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: anywhere;
}

.hero .container > *,
.grid > *,
.article-layout > * {
  min-width: 0;
}

h1 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.18;
  margin-bottom: 18px;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.3;
  margin-bottom: 14px;
}

h3 {
  font-size: 21px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.lead {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 720px;
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(57, 255, 20, 0.18);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(244, 197, 66, 0.08);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.stat {
  background: rgba(0, 0, 0, 0.44);
  border-radius: var(--radius);
  padding: 10px;
  text-align: center;
  font-weight: 800;
}

.stat span {
  display: block;
  color: var(--neon-soft);
  font-size: 22px;
  text-shadow: 0 0 12px var(--neon-glow);
}

section {
  padding: 76px 0;
}

section:not(.hero):not(.page-hero) {
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  background: var(--black);
  color: var(--white);
  border-block: 1px solid rgba(57, 255, 20, 0.14);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2 {
  position: relative;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 74px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-2), var(--neon-soft));
  box-shadow: 0 0 14px rgba(57, 255, 20, 0.14);
}

.section-head p,
.muted {
  color: var(--muted);
}

.section-dark .section-head p,
.section-dark .muted {
  color: rgba(255, 255, 255, 0.74);
}

.grid {
  display: grid;
  gap: 20px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.service-card,
.faq-item,
.contact-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow-wrap: anywhere;
}

.service-card:hover,
.contact-box:hover,
.faq-item.open {
  border-color: rgba(57, 255, 20, 0.34);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08), 0 0 18px rgba(57, 255, 20, 0.08);
}

.section-dark .card {
  background: #1c1c1c;
  border-color: rgba(57, 255, 20, 0.2);
}

.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--gold-2);
  border-radius: var(--radius);
  font-size: 24px;
  margin-bottom: 16px;
  box-shadow: inset 0 -3px 0 var(--neon-line), 0 0 16px rgba(57, 255, 20, 0.08);
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.service-card img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 18px;
}

.service-card ul,
.check-list {
  padding: 0;
  margin: 14px 0 20px;
  list-style: none;
}

.service-card li,
.check-list li {
  position: relative;
  padding-right: 26px;
  margin-bottom: 8px;
}

.service-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  background: var(--neon-soft);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--neon-glow);
}

.service-card .btn {
  margin-top: auto;
}

.areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area {
  background: var(--black);
  color: var(--white);
  border: 1px solid rgba(57, 255, 20, 0.22);
  border-radius: var(--radius);
  padding: 10px 14px;
  font-weight: 800;
}

.testimonial {
  border-right: 4px solid var(--neon-soft);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 900;
  color: var(--black);
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.faq-question span {
  color: var(--neon-soft);
  text-shadow: 0 0 10px var(--neon-glow);
}

.faq-answer {
  display: none;
  margin-top: 12px;
  color: var(--muted);
}

.faq-item.open .faq-answer {
  display: block;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 22% 22%, rgba(57, 255, 20, 0.08), transparent 28%), linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.6)), url("images/page-hero-bg.webp") center/cover;
  color: var(--white);
  padding: 88px 0;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
}

.breadcrumbs {
  color: var(--gold-2);
  font-weight: 800;
  margin-bottom: 10px;
}

.article-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 26px;
  align-items: start;
}

.sidebar {
  position: sticky;
  top: 96px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  font: inherit;
  background: var(--white);
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: var(--neon-line);
  box-shadow: 0 0 0 3px rgba(57, 255, 20, 0.12);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.map {
  width: 100%;
  min-height: 340px;
  border: 0;
  border-radius: var(--radius);
}

.final-cta {
  background: linear-gradient(90deg, #0b0b0b, #221b07 58%, #102113);
  color: var(--white);
  text-align: center;
  border-top: 1px solid rgba(57, 255, 20, 0.18);
}

.final-cta p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 740px;
  margin-inline: auto;
}

.site-footer {
  background: #0b0b0b;
  color: var(--white);
  padding: 50px 0 22px;
  border-top: 1px solid rgba(57, 255, 20, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 28px;
}

.site-footer a,
.site-footer p {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links {
  display: grid;
  gap: 8px;
}

.site-footer a:hover {
  color: var(--neon-soft);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 30px;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.float-actions {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.float-btn {
  min-width: 104px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  font-size: 15px;
  box-shadow: var(--shadow), 0 0 16px rgba(57, 255, 20, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.28);
}

.float-wa {
  background: linear-gradient(135deg, #128c47, #23bd5d);
  border-color: rgba(57, 255, 20, 0.68);
}

.float-call {
  background: var(--gold);
  color: var(--black);
  border-color: rgba(57, 255, 20, 0.28);
}

[data-animate] {
  opacity: 1;
  transform: none;
  transition: none;
}

[data-animate].visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .hero .container,
  .article-layout,
  .grid-3,
  .grid-4,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero .container,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 92px;
  }

  .topbar .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    text-align: right;
    font-size: 12px;
  }

  .topbar-locations {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .topbar-actions {
    gap: 7px;
  }

  .topbar-icon {
    width: 38px;
    height: 32px;
  }

  .nav-wrap {
    min-height: 82px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .brand {
    max-width: none;
    font-size: 14px;
    order: 1;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .brand small {
    font-size: 10px;
  }

  .header-wa {
    order: 2;
    min-height: 48px;
    padding: 9px 14px;
    font-size: 15px;
  }

  .nav {
    position: absolute;
    inset: 82px 0 auto 0;
    display: none;
    grid-template-columns: 1fr;
    background: rgba(8, 8, 8, 0.98);
    border-bottom: 1px solid rgba(57, 255, 20, 0.2);
    padding: 14px 18px 20px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
    max-height: calc(100vh - 82px);
    overflow-y: auto;
  }

  .nav a {
    padding: 12px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav.open {
    display: grid;
  }

  .hero .container {
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 40px;
    text-align: center;
  }

  .hero h1,
  .hero .lead,
  .hero .eyebrow {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .lead {
    font-size: 16px;
    line-height: 1.9;
  }

  .eyebrow {
    font-size: 14px;
  }

  .hero-actions,
  .cta-row {
    gap: 10px;
  }

  section {
    padding: 56px 0;
  }

  .grid-2,
  .grid-3,
  .grid-4,
  .quick-stats,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .float-actions {
    left: 10px;
    right: 10px;
    bottom: 10px;
    flex-direction: row;
    justify-content: center;
    padding: 8px;
    background: rgba(10, 10, 10, 0.92);
    border: 1px solid rgba(57, 255, 20, 0.22);
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.34), 0 0 20px rgba(57, 255, 20, 0.12);
    backdrop-filter: blur(10px);
  }

  .float-btn {
    flex: 1 1 0;
    min-width: 96px;
    min-height: 58px;
    max-width: none;
    font-size: 16px;
    box-shadow: none;
  }
}

@media (max-width: 390px) {
  .brand {
    font-size: 12px;
    gap: 7px;
  }

  .brand small {
    display: none;
  }

  .header-wa {
    padding-inline: 12px;
    font-size: 14px;
  }

  h1 {
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
