﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter";
  background: #f7f4ef;
  color: #1a1a1a;
  overflow-x: hidden;
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.nav-link {
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-link:hover,
.nav-link.active {
  color: #c9a84c;
}

/* HERO */
.hero {
  position: relative;
  min-height: 38vh;
  background: #0d0d0d;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 64px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../images/image_210.png") right center/cover no-repeat;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(13, 13, 13, 0.98) 40%,
      rgba(13, 13, 13, 0) 100%);
}

/* BUTTONS */
.btn-gold {
  background: linear-gradient(135deg, #c9a84c, #e8c86a);
  color: #1a1a1a;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
  border: none;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.4);
}

.btn-whatsapp {
  background: #25d366;
  color: white;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-1px);
}

/* FORM */
.form-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  padding: 36px 32px;
}

.form-input {
  width: 100%;
  border: 1.5px solid #e0d8cc;
  border-radius: 8px;
  padding: 11px 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  transition: border-color 0.2s;
  outline: none;
  background: #fafaf8;
  color: #1a1a1a;
}

.form-input:focus {
  border-color: #c9a84c;
  background: white;
}

.form-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 5px;
  display: block;
}

.required {
  color: #c9a84c;
}

.checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-wrap input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #c9a84c;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.checkbox-wrap label {
  font-size: 0.78rem;
  color: #555;
  line-height: 1.5;
  cursor: pointer;
}

.checkbox-wrap a {
  color: #c9a84c;
  text-decoration: underline;
}

/* OFFICE CARDS */
.office-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
  padding: 22px 24px;
  transition: all 0.3s;
  border: 1.5px solid transparent;
}

.office-card:hover {
  border-color: #c9a84c;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.11);
  transform: translateY(-2px);
}

.office-detail {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.83rem;
  color: #555;
  margin-top: 8px;
}

.office-detail .ico {
  color: #c9a84c;
  font-size: 0.9rem;
}

/* WHATSAPP BOX */
.wa-box {
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  border-radius: 12px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.wa-icon {
  width: 44px;
  height: 44px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

/* MAP PLACEHOLDER */
.map-placeholder {
  background: #e8e4dc;
  border-radius: 12px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 0.85rem;
  border: 1.5px dashed #c9a84c;
  overflow: hidden;
  position: relative;
}

/* FADE */
.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* WhatsApp float */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 200;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(to right, #c9a84c, #e8c86a);
  z-index: 999;
  width: 0%;
}

footer {
  background: #111;
  color: rgba(255, 255, 255, 0.55);
}

/* Success message */
.success-msg {
  display: none;
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
  color: #15803d;
  font-weight: 500;
  font-size: 0.9rem;
  margin-top: 12px;
}


.nav-desktop-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-desktop-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

#burger-btn {
  display: none;
}

#mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  .nav-desktop-links {
    display: none !important;
  }

  .nav-desktop-btns {
    display: none !important;
  }

  #burger-btn {
    display: flex !important;
  }
}

#mobile-menu.open {
  display: block !important;
}

.mob-link {
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}

.mob-link:hover {
  background: #fffbeb;
  color: #b45309;
}

.mob-link.active {
  color: #c9a84c;
  background: rgba(201, 168, 76, 0.1);
}

.burger-line {
  display: block;
  width: 22px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

#burger-btn.open .burger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#burger-btn.open .burger-line:nth-child(2) {
  opacity: 0;
}

#burger-btn.open .burger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}