/* ==========================================================================
   EB WASH MOBIL LLC - OFFICIAL DESIGN SYSTEM & STYLESHEET
   Mobile Truck, Trailer & Fleet Washing — Elgin, IL
   ========================================================================== */

:root {
  --asphalt: #12161b;
  --asphalt-soft: #1c232b;
  --asphalt-card: #232c37;
  --steel: #1e4e8c;
  --steel-deep: #123363;
  --spray: #3fc2e6;
  --spray-dim: rgba(63, 194, 230, 0.15);
  --hazard: #ffc72c;
  --hazard-hover: #ffd65c;
  --fog: #eef2f6;
  --fog-dim: #c7d1da;
  --line: rgba(238, 242, 246, 0.12);
  --line-strong: rgba(238, 242, 246, 0.22);
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
}

/* ---------- CSS Reset & Globals ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--asphalt);
  color: var(--fog);
  font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

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

button, input, select, textarea {
  font-family: inherit;
  color: inherit;
}

h1, h2, h3, h4 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #ffffff;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Typography Helpers ---------- */
.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hazard);
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-weight: 600;
}

.eyebrow::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--hazard);
  display: inline-block;
}

.eyebrow-cyan {
  color: var(--spray);
}

.eyebrow-cyan::before {
  background: var(--spray);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.95em 1.6em;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn-hazard {
  background: var(--hazard);
  color: var(--asphalt);
  border-color: var(--hazard);
}

.btn-hazard:hover {
  background: var(--hazard-hover);
  border-color: var(--hazard-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 199, 44, 0.3);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(238, 242, 246, 0.35);
  color: var(--fog);
}

.btn-ghost:hover {
  border-color: var(--fog);
  transform: translateY(-2px);
  background: rgba(238, 242, 246, 0.06);
}

.btn-steel {
  background: var(--spray);
  color: var(--steel-deep);
  border-color: var(--spray);
}

.btn-steel:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(63, 194, 230, 0.3);
  background: #56d4f7;
}

.btn-sm {
  padding: 0.65em 1.1em;
  font-size: 0.78rem;
}

/* ---------- Circular Logo & Favicon Styling ---------- */
.brand-logo-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #ffffff;
  border: 2px solid var(--spray);
  box-shadow: 0 0 14px rgba(63, 194, 230, 0.35);
  flex: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.brand:hover .brand-logo-circle {
  transform: scale(1.06);
  border-color: var(--hazard);
  box-shadow: 0 0 18px rgba(255, 199, 44, 0.5);
}

.footer-logo-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: #ffffff;
  border: 2px solid var(--hazard);
  box-shadow: 0 0 16px rgba(255, 199, 44, 0.35);
  flex: none;
}

/* ---------- Chevron Divider (Industrial Signature) ---------- */
.chevron-strip {
  height: 22px;
  background-image: repeating-linear-gradient(
    -45deg,
    var(--hazard) 0px,
    var(--hazard) 26px,
    var(--asphalt) 26px,
    var(--asphalt) 52px
  );
  background-color: var(--asphalt);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* ---------- Section Separator (Clean Industrial Signature) ---------- */
.section-separator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 24px;
  pointer-events: none;
  z-index: 3;
}

.separator-line {
  flex: 1;
  height: 1px;
  position: relative;
}

.separator-line.left {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 199, 44, 0.1) 25%, rgba(255, 199, 44, 0.55) 100%);
}

.separator-line.right {
  background: linear-gradient(90deg, rgba(255, 199, 44, 0.55) 0%, rgba(255, 199, 44, 0.1) 75%, transparent 100%);
}

.separator-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  flex: none;
}

.separator-diamond {
  width: 7px;
  height: 7px;
  background: var(--hazard);
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(255, 199, 44, 0.7);
  border-radius: 1px;
}

.separator-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 199, 44, 0.6);
}

/* ---------- Header & Navigation (Quechidos Inspired) ---------- */
header.site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

header.site.scrolled {
  background: rgba(18, 22, 27, 0.96);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

header.site.menu-open {
  background: rgba(18, 22, 27, 0.98) !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

header.site .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 18px;
  transition: padding 0.3s ease;
}

header.site.scrolled .wrap {
  padding-top: 8px;
  padding-bottom: 8px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
  transition: transform 0.2s ease;
}

.brand:hover {
  transform: translateY(-1px);
}

.brand-logo-circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid var(--hazard);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
  transition: width 0.3s ease, height 0.3s ease, border-width 0.3s ease;
}

header.site.scrolled .brand-logo-circle {
  width: 48px;
  height: 48px;
  border-width: 2px;
}

.brand-text {
  font-family: 'Oswald', sans-serif;
  font-size: 1.32rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: font-size 0.3s ease;
}

header.site.scrolled .brand-text {
  font-size: 1.15rem;
}

.brand-text small {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  color: var(--spray);
  margin-top: 3px;
  text-transform: uppercase;
}

nav.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

nav.main-nav a {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

nav.main-nav a:hover,
nav.main-nav a.active {
  border-color: var(--hazard);
  color: var(--hazard);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-cta .btn-hazard {
  padding: 9px 18px;
  font-size: 0.86rem;
  font-weight: 700;
}

.phone-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 600;
  font-size: 0.88rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s ease;
}

.phone-pill:hover {
  color: var(--spray);
}

.phone-pill svg {
  width: 28px;
  height: 28px;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 50%;
  background: var(--hazard);
  color: var(--asphalt);
  fill: none;
  stroke: var(--asphalt);
  stroke-width: 2.5;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.phone-pill:hover svg {
  transform: scale(1.08);
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(18, 22, 27, 0.5);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.social-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.social-btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.social-tiktok:hover {
  color: #25F4EE;
  border-color: #FE2C55;
  box-shadow: 0 4px 12px rgba(254, 44, 85, 0.35);
}

.social-facebook:hover {
  color: #1877F2;
  border-color: #1877F2;
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.35);
}

/* Modern minimal animated hamburger */
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 0;
  color: #ffffff;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2.5px;
  border-radius: 2px;
  background: #ffffff;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

header.site.menu-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

header.site.menu-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

header.site.menu-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.desktop-only {
  display: inline-flex;
}

.nav-extra {
  display: none;
}

/* ---------- Hero Section (Quechidos Style - Brighter TikTok Focus) ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background-color: var(--asphalt);
}

.hero-media {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-color: #0c0f12;
}

/* ---------- Hero Section (Quechidos Style - Pure Video Focus) ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background-color: #0c0f12;
  margin: 0;
  padding: 0;
}

.hero-media {
  position: relative;
  min-height: 94vh;
  height: 94vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-color: #0c0f12;
}

.hero-video {
  position: absolute;
}

/* Ambient blurred background video filling wide screens right from the top */
.hero-video--backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(40px) brightness(0.85) saturate(1.3);
  transform: scale(1.1);
  z-index: 0;
}

/* Crisp, focused TikTok video - natural unzoomed view */
.hero-video--main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  z-index: 1;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
  filter: brightness(1.15) contrast(1.05) saturate(1.2);
}

@media (max-width: 768px) {
  .hero-media {
    min-height: 82vh;
    height: 82vh;
  }
  .hero-video--backdrop {
    display: block;
    filter: blur(35px) brightness(0.75) saturate(1.2);
    transform: scale(1.1);
  }
  .hero-video--main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    height: 94%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    box-shadow: none;
    filter: brightness(1.15) contrast(1.05) saturate(1.2);
  }
}

/* Very subtle bottom vignette for smooth transition into page content */
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    0deg,
    rgba(12, 15, 18, 0.8) 0%,
    rgba(12, 15, 18, 0.2) 25%,
    transparent 50%
  );
}

.hero-inner {
  max-width: 680px;
}

.hero h1 {
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  margin: 18px 0 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero h1 .accent {
  color: var(--hazard);
}

.hero p.lead {
  font-size: 1.18rem;
  color: var(--fog-dim);
  max-width: 52ch;
  margin-bottom: 34px;
  line-height: 1.6;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--fog-dim);
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.hero-facts span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-facts svg {
  width: 18px;
  height: 18px;
  stroke: var(--spray);
  flex: none;
}

/* ---------- Page Header Banners (Subpages) ---------- */
.page-banner {
  position: relative;
  padding: 140px 0 60px;
  background: linear-gradient(135deg, var(--asphalt-soft) 0%, var(--steel-deep) 100%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.page-banner::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 194, 230, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.page-banner-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.page-banner h1 {
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  margin-top: 14px;
  margin-bottom: 14px;
}

.page-banner p.lead {
  font-size: 1.15rem;
  color: var(--fog-dim);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  color: var(--fog-dim);
  margin-top: 18px;
}

.breadcrumbs a {
  color: var(--spray);
}

.breadcrumbs span {
  color: rgba(238, 242, 246, 0.4);
}

/* ---------- Section Shells ---------- */
section {
  padding: 88px 0;
}

.section-head {
  max-width: 680px;
  margin-bottom: 52px;
}

/* ---------- Strategic Logo Badges (HDZ Style) ---------- */
.hero-title-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 18px 0 20px;
}

.hero-title-wrap h1 {
  margin: 0 !important;
}

.hero-title-logo {
  width: clamp(64px, 7.5vw, 88px);
  height: clamp(64px, 7.5vw, 88px);
  border-radius: 50%;
  border: 3px solid var(--hazard);
  object-fit: cover;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.55);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.hero-title-logo:hover {
  transform: scale(1.05) rotate(4deg);
}

.section-title-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.section-title-wrap h1,
.section-title-wrap h2 {
  margin: 0 !important;
}

.services-logo-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid var(--spray);
  box-shadow: 0 4px 14px rgba(63, 194, 230, 0.28);
  flex-shrink: 0;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.services-logo-badge:hover {
  transform: scale(1.08) rotate(-4deg);
  border-color: var(--hazard);
}

.section-head h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  margin-top: 14px;
}

.section-head p {
  color: var(--fog-dim);
  margin-top: 14px;
  font-size: 1.06rem;
}

/* ---------- Services Grid ---------- */
.services {
  background: var(--asphalt);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card {
  background: var(--asphalt-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--hazard);
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(63, 194, 230, 0.45);
  box-shadow: var(--shadow);
}

.service-card svg {
  width: 36px;
  height: 36px;
  stroke: var(--spray);
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.service-card p {
  color: var(--fog-dim);
  font-size: 0.94rem;
  line-height: 1.55;
  flex-grow: 1;
}

/* ---------- Dedicated Service Page Showcase Grid ---------- */
.service-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-detail-card {
  background: var(--asphalt-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-detail-card:hover {
  transform: translateY(-5px);
  border-color: var(--spray);
  box-shadow: var(--shadow);
}

.service-detail-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
  background: var(--asphalt);
}

.service-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-detail-card:hover .service-detail-img img {
  transform: scale(1.05);
}

.service-detail-body {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-detail-body h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.service-detail-body p {
  color: var(--fog-dim);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

.service-detail-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.service-detail-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--fog);
}

.service-detail-features svg {
  width: 16px;
  height: 16px;
  stroke: var(--spray);
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .service-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .service-showcase-grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Process / How It Works ---------- */
.how {
  background: var(--asphalt-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.how-step {
  background: var(--asphalt);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 28px;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.how-step:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 199, 44, 0.4);
}

.how-num {
  font-family: 'Oswald', sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--hazard);
  line-height: 1;
  margin-bottom: 16px;
}

.how-step h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.how-step p {
  color: var(--fog-dim);
  font-size: 0.96rem;
}

/* ---------- Featured Work Preview (Home) ---------- */
.proof {
  background: var(--asphalt);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.proof-photo {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  min-height: 380px;
}

.proof-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.proof-photo:hover img {
  transform: scale(1.03);
}

.proof-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--asphalt-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px;
}

.proof-text h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.proof-text p {
  color: var(--fog-dim);
  margin-bottom: 24px;
}

.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.96rem;
  color: var(--fog);
}

.check-list svg {
  width: 20px;
  height: 20px;
  stroke: var(--hazard);
  flex: none;
  margin-top: 2px;
}

/* ---------- Gallery Page (Full Showcase) ---------- */
.gallery-section {
  background: var(--asphalt);
  padding-top: 50px;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-btn {
  background: var(--asphalt-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--fog-dim);
  padding: 8px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.filter-btn:hover {
  border-color: var(--spray);
  color: #ffffff;
  transform: translateY(-1px);
}

.filter-btn.active {
  background: var(--hazard);
  color: var(--asphalt);
  border-color: var(--hazard);
  font-weight: 600;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.gallery-item {
  background: var(--asphalt-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.gallery-item:hover {
  transform: translateY(-6px);
  border-color: rgba(63, 194, 230, 0.45);
  box-shadow: var(--shadow);
}

.gallery-item-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--asphalt);
}

.gallery-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-item:hover .gallery-item-media img {
  transform: scale(1.05);
}

.gallery-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(18, 22, 27, 0.88);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(63, 194, 230, 0.35);
  color: var(--spray);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 600;
}

.gallery-zoom-hint {
  position: absolute;
  inset: 0;
  background: rgba(18, 22, 27, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.gallery-item:hover .gallery-zoom-hint {
  opacity: 1;
}

.zoom-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 199, 44, 0.95);
  color: var(--asphalt);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  transform: scale(0.85);
  transition: transform 0.2s ease;
}

.gallery-item:hover .zoom-icon {
  transform: scale(1);
}

.gallery-item-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.gallery-item-info h3 {
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.gallery-item-info p {
  color: var(--fog-dim);
  font-size: 0.9rem;
  line-height: 1.5;
}

.gallery-item-meta {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.76rem;
  color: var(--spray);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ---------- Pure Photo Grid (Minimal Text Gallery) ---------- */
.gallery-pure-photos {
  background: var(--asphalt);
  padding: 40px 0 90px;
}

.pure-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px;
}

.pure-photo-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--asphalt-soft);
  cursor: pointer;
  aspect-ratio: 4 / 3;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.pure-photo-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: var(--spray);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6);
}

.pure-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.pure-photo-card:hover img {
  transform: scale(1.06);
}

.pure-photo-card .gallery-zoom-hint {
  position: absolute;
  inset: 0;
  background: rgba(18, 22, 27, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.pure-photo-card:hover .gallery-zoom-hint {
  opacity: 1;
}

@media (max-width: 640px) {
  .pure-photo-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ---------- Lightbox Modal ---------- */
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(10, 13, 16, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.lightbox-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-content {
  position: relative;
  max-width: 95vw;
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.85);
}

.lightbox-img-wrap {
  overflow: hidden;
  max-height: 88vh;
  max-width: 90vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 8px;
}

.lightbox-img-wrap img {
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.9);
}

.lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  background: rgba(18, 22, 27, 0.95);
  border: 1.5px solid var(--hazard);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, transform 0.15s ease;
  z-index: 20;
}

.lightbox-close:hover {
  background: var(--hazard);
  color: var(--asphalt);
  transform: scale(1.1);
}

/* Lightbox Navigation Arrows */
.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(18, 22, 27, 0.85);
  border: 1.5px solid var(--hazard);
  color: var(--hazard);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 15;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.lightbox-arrow:hover, .lightbox-arrow:active {
  background: var(--hazard);
  color: #000;
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
  left: -25px;
}

.lightbox-next {
  right: -25px;
}

@media (max-width: 600px) {
  .lightbox-arrow {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
  .lightbox-prev {
    left: 8px;
  }
  .lightbox-next {
    right: 8px;
  }
  .lightbox-close {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
  }
}

/* ---------- Contact Page Components ---------- */
.contact-section {
  background: var(--asphalt);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: flex-start;
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-card {
  background: var(--asphalt-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--spray);
}

.contact-card.highlight::before {
  background: var(--hazard);
}

.contact-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.contact-card-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  background: rgba(63, 194, 230, 0.12);
  border: 1px solid rgba(63, 194, 230, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--spray);
  flex: none;
}

.contact-card.highlight .contact-card-icon {
  background: rgba(255, 199, 44, 0.12);
  border-color: rgba(255, 199, 44, 0.35);
  color: var(--hazard);
}

.contact-card h3 {
  font-size: 1.15rem;
}

.contact-card p {
  color: var(--fog-dim);
  font-size: 0.94rem;
  margin-bottom: 16px;
}

.contact-card a.action-link {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--spray);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.15s ease;
}

.contact-card.highlight a.action-link {
  color: var(--hazard);
}

.contact-card a.action-link:hover {
  text-decoration: underline;
}

/* Contact Form */
.contact-form-wrap {
  background: var(--asphalt-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
}

.contact-form-wrap h2 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.contact-form-wrap p.sub {
  color: var(--fog-dim);
  font-size: 0.94rem;
  margin-bottom: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group.full {
  grid-column: span 2;
}

.form-group label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fog-dim);
  font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--asphalt-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 0.95rem;
  color: #ffffff;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--spray);
  box-shadow: 0 0 0 3px rgba(63, 194, 230, 0.2);
}

.form-group select option {
  background: var(--asphalt-soft);
  color: #ffffff;
}

.form-status {
  display: none;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem;
  margin-top: 18px;
}

.form-status.success {
  display: block;
  background: rgba(63, 194, 230, 0.15);
  border: 1px solid var(--spray);
  color: var(--spray);
}

/* ---------- Service Area Breakdown ---------- */
.area {
  background: var(--asphalt-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.zip-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  background: rgba(63, 194, 230, 0.12);
  border: 1px solid rgba(63, 194, 230, 0.35);
  color: var(--spray);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  margin-top: 18px;
}

.town-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.town-list span {
  font-size: 0.85rem;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--fog-dim);
  background: var(--asphalt);
  transition: border-color 0.15s ease, color 0.15s ease;
}

.town-list span:hover {
  border-color: var(--hazard);
  color: #fff;
}

/* ---------- FAQ Section ---------- */
.faq-section {
  background: var(--asphalt);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.faq-card {
  background: var(--asphalt-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.faq-card h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-card h3::before {
  content: "?";
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 199, 44, 0.15);
  color: var(--hazard);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  flex: none;
}

.faq-card p {
  color: var(--fog-dim);
  font-size: 0.94rem;
  line-height: 1.6;
}

/* ---------- Social Section ---------- */
.social {
  background: var(--asphalt);
}

.social-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  background: linear-gradient(120deg, var(--steel-deep), var(--steel));
  border-radius: var(--radius);
  padding: 44px;
  border: 1px solid rgba(63, 194, 230, 0.3);
  box-shadow: var(--shadow);
}

.social-inner h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.social-inner p {
  color: rgba(238, 242, 246, 0.85);
  max-width: 44ch;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.social-icons a {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(238, 242, 246, 0.4);
  border-radius: 12px;
  transition: background 0.18s, transform 0.18s, border-color 0.18s;
  background: rgba(18, 22, 27, 0.3);
}

.social-icons a:hover {
  background: var(--hazard);
  border-color: var(--hazard);
  transform: translateY(-3px);
}

.social-icons svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  transition: stroke 0.18s;
}

.social-icons a:hover svg {
  stroke: var(--asphalt);
}

/* ---------- CTA Banner ---------- */
.cta-banner {
  background: var(--hazard);
  color: var(--asphalt);
  padding: 64px 0;
}

.cta-banner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.cta-banner h2 {
  color: var(--asphalt);
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  max-width: 18ch;
}

.cta-banner p {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.88rem;
  margin-top: 8px;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.cta-banner .btn-ghost {
  border-color: var(--asphalt);
  color: var(--asphalt);
  font-weight: 700;
}

.cta-banner .btn-ghost:hover {
  background: var(--asphalt);
  color: var(--hazard);
}

/* ---------- Footer ---------- */
footer {
  background: var(--asphalt);
  padding: 70px 0 34px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.footer-brand span {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  letter-spacing: 0.02em;
}

footer p {
  color: var(--fog-dim);
  font-size: 0.92rem;
  max-width: 36ch;
  line-height: 1.6;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: var(--fog);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.82rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.footer-social-link svg {
  flex-shrink: 0;
}

.footer-social-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-social-tiktok:hover {
  border-color: #FE2C55;
  color: #25F4EE;
  box-shadow: 0 4px 14px rgba(254, 44, 85, 0.25);
}

.footer-social-facebook:hover {
  border-color: #1877F2;
  color: #1877F2;
  box-shadow: 0 4px 14px rgba(24, 119, 242, 0.25);
}

footer h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hazard);
  margin-bottom: 18px;
}

footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer ul a {
  color: var(--fog-dim);
  font-size: 0.94rem;
  transition: color 0.15s ease;
}

footer ul a:hover {
  color: var(--spray);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 26px;
  font-size: 0.84rem;
  color: var(--fog-dim);
}

/* ---------- Scroll Reveal Animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive Breakpoints ---------- */
@media (max-width: 980px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .desktop-only {
    display: none !important;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .brand-logo-circle {
    width: 60px;
    height: 60px;
  }
  header.site.scrolled .brand-logo-circle {
    width: 44px;
    height: 44px;
  }
  .brand-text {
    font-size: 1.15rem;
  }
  header.site.scrolled .brand-text {
    font-size: 1.02rem;
  }

  nav.main-nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: rgba(18, 22, 27, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    gap: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  nav.main-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  nav.main-nav a {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.08rem;
    letter-spacing: 0.04em;
    width: 100%;
    padding: 11px 14px;
    border-radius: 8px;
    border-bottom: 0;
    color: #ffffff;
  }
  nav.main-nav a:hover,
  nav.main-nav a.active {
    background: rgba(255, 255, 255, 0.08);
    color: var(--hazard);
  }
  .nav-extra {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-extra .phone-pill {
    font-size: 0.95rem;
    padding: 6px 4px;
  }
  .nav-extra .btn {
    width: 100%;
    justify-content: center;
    padding: 11px;
  }
  .how-grid {
    grid-template-columns: 1fr;
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .area-grid {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-group.full {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-wrap {
    padding: 24px;
  }
}

@media (max-width: 560px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  .hero-facts {
    flex-direction: column;
    gap: 14px;
  }
  .hero-ctas {
    flex-direction: column;
  }
  .hero-ctas .btn {
    width: 100%;
  }
  .floating-chat-wrap {
    bottom: 18px;
    right: 16px;
  }
  .floating-chat-btn {
    width: 48px;
    height: 48px;
  }
  .floating-chat-btn svg {
    width: 22px;
    height: 22px;
  }
  .floating-scroll-down {
    bottom: 18px;
    width: 40px;
    height: 40px;
  }
}

/* ---------- Floating Scroll Down Arrow Button (HDZ Style) ---------- */
.floating-scroll-down {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 95;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(18, 22, 27, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid var(--line);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hazard);
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}

.floating-scroll-down svg {
  width: 20px;
  height: 20px;
  animation: scrollBounce 1.5s infinite ease-in-out;
}

.floating-scroll-down:hover {
  background: var(--hazard);
  color: var(--asphalt);
  border-color: var(--hazard);
  transform: translateX(-50%) translateY(3px);
  box-shadow: 0 10px 28px rgba(255, 199, 44, 0.4);
}

.floating-scroll-down.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(14px);
}

@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

/* ---------- Floating Chat Button (Bottom Right - HDZ Style) ---------- */
.floating-chat-wrap {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 99;
  animation: heroFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
}

.floating-chat-btn {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hazard) 0%, #e0a300 100%);
  color: var(--asphalt);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45), 0 4px 14px rgba(255, 199, 44, 0.45);
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s ease, filter 0.22s ease;
}

.floating-chat-btn:hover {
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55), 0 6px 18px rgba(255, 199, 44, 0.6);
  filter: brightness(1.05);
}

.floating-chat-btn:active {
  transform: scale(0.94);
}

.floating-chat-btn svg {
  width: 24px;
  height: 24px;
  stroke: var(--asphalt);
  fill: none;
}

.floating-chat-ping {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--hazard);
  animation: pingPulse 2s infinite ease-out;
  pointer-events: none;
}

@keyframes pingPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 199, 44, 0.7);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(255, 199, 44, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 199, 44, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .floating-scroll-down svg,
  .floating-chat-ping {
    animation: none;
  }
  html {
    scroll-behavior: auto;
  }
}
