   :root {
      --bg: #0d0d0d;
      --bg2: #111111;
      --panel: #171717;
      --line: rgba(212,175,55,0.22);
      --gold: #d4af37;
      --gold-soft: #f0db98;
      --text: #f6f2ea;
      --muted: #c9c2b3;
      --max: 1120px;
      --radius: 18px;
      --shadow: 0 18px 40px rgba(0,0,0,0.28);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--text);
      line-height: 1.55;
      background:
        radial-gradient(circle at top right, rgba(212,175,55,0.08), transparent 26%),
        linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
    }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    .container { width: min(calc(100% - 1.2rem), var(--max)); margin: 0 auto; }
    .topbar {
      position: sticky; top: 0; z-index: 40;
      background: rgba(13,13,13,0.94);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(10px);
    }
    .nav {
      min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    }
    .brand { font-weight: 700; letter-spacing: 0.12em; color: var(--gold-soft); font-size: 0.98rem; }
    .nav-links { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
    .nav-links a { color: var(--muted); font-size: 0.95rem; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center;
      min-height: 52px; padding: 0.95rem 1.25rem; border-radius: 999px;
      border: 1px solid var(--line); font-weight: 700; text-align: center;
    }
    .btn-primary { background: linear-gradient(180deg, var(--gold-soft), var(--gold)); color: #17120a; }
    .btn-secondary { background: rgba(255,255,255,0.02); color: var(--text); }
    .hero { padding: 1rem 0 0.9rem; }
    .hero-wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 1rem; align-items: stretch; }
    .hero-card, .card {
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
      box-shadow: var(--shadow);
      overflow: hidden;
    }
    .hero-card {
      padding: 1.65rem;
      background:
        radial-gradient(circle at top right, rgba(212,175,55,0.12), transparent 30%),
        linear-gradient(180deg, #151515 0%, #101010 100%);
    }
    .eyebrow {
      display: inline-block; padding: 0.35rem 0.75rem; border-radius: 999px;
      border: 1px solid var(--line); color: var(--gold-soft); font-size: 0.82rem;
      background: rgba(212,175,55,0.08); margin-bottom: 1rem;
    }
    h1 {
      margin: 0 0 0.8rem; font-size: clamp(2.35rem, 7vw, 4.9rem);
      line-height: 0.98; letter-spacing: -0.04em;
    }
    .subhead {
      margin: 0 0 0.45rem; color: var(--gold); font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 700;
    }
    .trust-line {
      margin: 0 0 0.8rem; color: var(--gold-soft); font-size: 0.98rem;
    }
    .lead {
      margin: 0 0 1.2rem; color: var(--muted); font-size: 1.04rem; max-width: 50ch;
    }
    .hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 1.15rem; }
    .stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0.75rem; }
    .stat {
      border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,0.02); padding: 1rem;
    }
    .stat strong { display: block; color: var(--gold-soft); margin-bottom: 0.25rem; font-size: 1.08rem; }
    .hero-proof {
      display: grid; grid-template-columns: 1fr; gap: 1rem;
    }
    .proof-card {
      border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,0.02);
      box-shadow: var(--shadow);
    }
    .proof-card img { width: 100%; height: auto; }
    .label { padding: 0.8rem 1rem; color: var(--muted); }
    .label strong { color: var(--gold-soft); display: block; margin-bottom: 0.2rem; }
    section { padding: 1rem 0 0; }
    .section-head { max-width: 760px; margin-bottom: 1rem; }
    .section-head h2 {
      margin: 0 0 0.45rem; color: var(--gold-soft); font-size: clamp(1.8rem, 4vw, 2.8rem); letter-spacing: -0.02em;
    }
    .section-head p { margin: 0; color: var(--muted); }
    .grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
    .panel { padding: 1.2rem; }
    .panel p { margin: 0; color: var(--muted); }
    .check-list { margin: 0; padding-left: 1.1rem; display: grid; gap: 0.7rem; }
    .service-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.8rem; }
    .service-list li {
      display: flex; justify-content: space-between; gap: 1rem; align-items: center;
      border: 1px solid var(--line); border-radius: 14px; padding: 0.95rem 1rem;
      background: rgba(255,255,255,0.02);
    }
    .service-list span { color: var(--gold); font-weight: 700; font-size: 0.92rem; white-space: nowrap; }
    .offer-box {
      margin-top: 1rem; border: 1px solid var(--line); border-radius: 14px; padding: 1rem;
      background: rgba(212,175,55,0.08); font-weight: 700; text-align: center;
    }
    .gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
    .gallery-item {
      border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,0.02); overflow: hidden;
      box-shadow: var(--shadow);
    }
    .gallery-item img { width: 100%; height: auto; background: #101010; }
    .cap { padding: 0.95rem 1rem; color: var(--muted); }
    .cap strong { display: block; color: var(--gold-soft); margin-bottom: 0.25rem; }
    .steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
    .step {
      border: 1px solid var(--line); border-radius: 16px; padding: 1.15rem; background: rgba(255,255,255,0.02);
    }
    .step-number {
      width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
      margin-bottom: 0.8rem; border: 1px solid var(--line); color: var(--gold-soft); font-weight: 700; background: rgba(212,175,55,0.08);
    }
    .contact-box { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .contact-list { display: grid; gap: 0.8rem; margin-top: 1rem; }
    .contact-row {
      padding: 0.95rem 1rem; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,0.02);
    }
    .map-wrap iframe {
      width: 100%; min-height: 360px; border: 0; display: block; border-radius: 16px;
    }
    .social-links { display: grid; gap: 0.6rem; margin-top: 1rem; color: var(--muted); }
    footer { padding: 2rem 0 5.5rem; color: var(--muted); font-size: 0.94rem; }
    .whatsapp-float {
      position: fixed; right: 16px; bottom: 16px; z-index: 60; width: 62px; height: 62px; border-radius: 50%;
      display: grid; place-items: center; background: #25d366; color: white; font-size: 1.7rem;
      box-shadow: 0 10px 26px rgba(0,0,0,0.35); border: 2px solid rgba(255,255,255,0.4);
    }
    .small-note { margin-top: 0.9rem; color: var(--muted); font-size: 0.94rem; }
    @media (max-width: 980px) {
      .hero-wrap, .stats, .grid-2, .gallery-grid, .steps, .contact-box {
        grid-template-columns: 1fr;
      }
      .nav-links { display: none; }
    }
    @media (max-width: 640px) {
      .container { width: min(calc(100% - 0.9rem), var(--max)); }
      .hero-card, .panel { padding: 1.1rem; }
      .btn { width: 100%; }
      .service-list li { flex-direction: column; align-items: flex-start; }
    }


/* ==========================================================================
   Hover & Interactive Effects
   ========================================================================== */

/* Smooth transitions globally for interactive elements */
a, .btn, .service-list li, .gallery-item, .step, .contact-row {
  transition: all 0.25s ease-in-out;
}

/* 1. Header Navigation Links */
.nav-links a:hover {
  color: var(--gold-soft);
  text-shadow: 0 0 8px rgba(240, 219, 152, 0.3);
}

/* 2. Primary Buttons (Gold) */
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.25);
  filter: brightness(1.1);
  cursor: pointer;
}
.btn-primary:active {
  transform: translateY(0);
}

/* 3. Secondary Buttons (Dark/Bordered) */
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--gold-soft);
  color: var(--gold-soft);
  transform: translateY(-2px);
  cursor: pointer;
}
.btn-secondary:active {
  transform: translateY(0);
}

/* 4. Text Links (Instagram, TikTok, etc.) */
.social-links a {
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.social-links a:hover {
  color: var(--gold);
  border-color: var(--gold);
}

/* 5. Service List Items (Subtle border highlight) */
.service-list li:hover {
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(255, 255, 255, 0.04);
}

/* 6. Gallery Items & Process Steps (Gently raises card) */
.gallery-item:hover, .step:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.4);
}

/* 7. WhatsApp Floating Button (Pulse & Scale) */
.whatsapp-float:hover {
  transform: scale(1.08);
  background: #20ba5a;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
}
.whatsapp-float:active {
  transform: scale(1);
}


/* ==========================================================================
   Mobile Menu Layout & Styles
   ========================================================================== */

/* Hide toggle button by default on desktop */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 50;
}

.menu-toggle .bar {
  width: 100%;
  height: 3px;
  background-color: var(--gold-soft);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

/* Responsive Overrides */
@media (max-width: 980px) {
  /* Reveal the hamburger icon on mobile */
  .menu-toggle {
    display: flex;
  }

  /* Transform nav-links into a full-screen/dropdown overlay */
  .nav-links {
    display: flex; /* Override your original display: none */
    position: fixed;
    top: 72px; /* Places it right under the topbar */
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    background: rgba(13, 13, 13, 0.98);
    backdrop-filter: blur(15px);
    border-top: 1px solid var(--line);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 3rem;
    gap: 2rem;
    
    /* Animation: Slide offscreen to the right by default */
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }

  /* Make links larger and more tap-friendly on mobile screens */
  .nav-links a {
    font-size: 1.3rem;
    color: var(--text);
    width: 80%;
    text-align: center;
  }

  .nav-links .btn-primary {
    width: 80%;
    font-size: 1rem;
  }

  /* Class injected by JS to slide the menu into view */
  .nav-links.is-active {
    transform: translateX(0);
  }

  /* Optional: Morph Hamburger Icon into an "X" when open */
  .menu-toggle.is-active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .menu-toggle.is-active .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.is-active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }


}

@media (max-width: 980px) {
  
  /* ... keep your existing .nav-links styles here ... */

  .nav-links {
    display: flex;
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: calc(100vh - 72px);
    background: rgba(13, 13, 13, 0.98);
    backdrop-filter: blur(15px);
    border-top: 1px solid var(--line);
    flex-direction: column;
    align-items: center;
    
    /* CHANGE 1: Push content to fill space evenly, or use space-between */
    justify-content: flex-start; 
    padding-top: 2rem;
    padding-bottom: 3rem; /* Gives breathing room at the very bottom */
    gap: 1.5rem;
    
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }

  /* CHANGE 2: Force the WhatsApp button to the absolute bottom of the flex container */
  .nav-links .btn-primary {
    margin-top: auto; /* Pushes the button down away from the text links */
    width: 85%;
    font-size: 1rem;
    order: 99; /* Guarantees it renders last regardless of HTML order */
  }

  /* ... keep the rest of your mobile overrides ... */
}
