/* ==========================================================
   VALLAMON - CLEAN MASTER CSS
   Author: IGZ
   Refactored by Jay
   Structure: Scalable / Modular / Production-ready
========================================================== */

/* =========================
   1. ROOT VARIABLES
========================= */

:root {
  --color-primary: #061b49;
  --color-primary-dark: #03112f;
  --color-secondary: #c79a2c;
  --color-secondary-dark: #a77d1f;

  --color-white: #ffffff;
  --color-light: #f7f9fc;
  --color-light-blue: #eaf2fb;
  --color-gray: #64748b;
  --color-dark: #111827;
  --color-black: #020617;
  --color-border: #e5e7eb;
  --color-success: #25d366;

  --font-main: "Inter", Arial, Helvetica, sans-serif;
  --font-heading: "Playfair Display", Georgia, serif;

  --container-width: 1180px;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 26px;

  --shadow-soft: 0 12px 40px rgba(15, 23, 42, 0.08);
  --shadow-medium: 0 18px 55px rgba(15, 23, 42, 0.14);

  --transition: all 0.3s ease;
}

/* =========================
   2. RESET + GLOBAL
========================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 172px;
}

body {
  padding-top: 172px;
  font-family: var(--font-main);
  color: var(--color-dark);
  background: var(--color-white);
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

ul {
  list-style: none;
}

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

section {
  position: relative;
}

.container {
  width: min(100% - 32px, var(--container-width));
  margin: 0 auto;
}

/* =========================
   3. TYPOGRAPHY
========================= */

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--color-secondary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--color-secondary);
}

.section-title {
  margin-bottom: 18px;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
}

.section-subtitle {
  max-width: 760px;
  margin: 0 auto 44px;
  color: var(--color-gray);
  font-size: 17px;
}

.text-center {
  text-align: center;
}

/* =========================
   4. BUTTONS
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: var(--transition);
}

.btn-primary {
  color: var(--color-white);
  background: var(--color-primary);
  box-shadow: 0 14px 32px rgba(6, 27, 73, 0.24);
}

.btn-primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
}

.btn-secondary {
  color: var(--color-primary);
  background: var(--color-secondary);
  box-shadow: 0 14px 32px rgba(199, 154, 44, 0.28);
}

.btn-secondary:hover {
  background: var(--color-secondary-dark);
  color: var(--color-white);
  transform: translateY(-2px);
}

.btn-outline {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  background: var(--color-white);
  color: var(--color-primary);
}

/* =========================
   5. TOP CONTACT BAR
========================= */

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10050;
  background: var(--color-primary-dark);
  color: var(--color-white);
  font-size: 14px;
}

.top-bar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-bar-info,
.top-bar-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.top-bar a:hover {
  color: var(--color-secondary);
}

/* =========================
   6. HEADER + NAVBAR
========================= */

.site-header {
  position: fixed;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 10040;
  height: 130px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(229, 231, 235, 0.75);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  transition: var(--transition);
  overflow: visible;
}

.site-header.scrolled {
  top: 35px;
  height: 112px;
  background: rgba(6, 27, 73, 0.98);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 40px rgba(3, 17, 47, 0.22);
}

.navbar {
  min-height: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header.scrolled .navbar {
  min-height: 112px;
  height: 112px;
}

.logo-link {
  position: relative;
  width: 300px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: visible;
}

/* Sticky header logo reduced to free space for menu + button */
.site-header.scrolled .logo-link {
  width: 220px;
  height: 92px;
}

.logo-link img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  max-width: none;
  max-height: 150px;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.logo-default {
  opacity: 1;
}

.logo-white {
  opacity: 0;
}

.site-header.scrolled .logo-default {
  opacity: 0;
}

.site-header.scrolled .logo-white {
  opacity: 1;
}

/* Sticky header logo image reduced */
.site-header.scrolled .logo-link img {
  width: 175px;
  max-height: 150px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-menu a {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--color-secondary);
}

.site-header.scrolled .nav-menu a {
  color: var(--color-white);
}

.site-header.scrolled .nav-menu a:hover,
.site-header.scrolled .nav-menu a.active {
  color: var(--color-secondary);
}

.site-header.scrolled .btn-secondary {
  background: var(--color-secondary);
  color: var(--color-primary);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.nav-actions .btn {
  white-space: nowrap;
  min-width: 145px;
}

.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 24px;
  cursor: pointer;
}

.site-header.scrolled .mobile-menu-toggle {
  background: var(--color-secondary);
  color: var(--color-primary);
}

/* =========================
   7. HERO
========================= */

.hero {
  min-height: calc(100vh - 172px);
  display: flex;
  align-items: center;
  color: var(--color-white);
  background: var(--color-primary-dark);
}

.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.2s ease, transform 6s ease;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 17, 47, 0.88), rgba(3, 17, 47, 0.58), rgba(3, 17, 47, 0.15)),
    linear-gradient(180deg, rgba(3, 17, 47, 0.05), rgba(3, 17, 47, 0.18));
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 110px;
  background: linear-gradient(to top, var(--color-white), transparent);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding: 110px 0 90px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.hero-title {
  margin-bottom: 22px;
  font-family: var(--font-heading);
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 900;
  line-height: 1.02;
}

.hero-title span {
  color: var(--color-secondary);
}

.hero-description {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 42px;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-trust-item i {
  color: var(--color-secondary);
  font-size: 20px;
}

/* =========================
   8. HERO WATERMARK + EXPERIENCE
========================= */

.hero-watermark {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  user-select: none;
  opacity: 0.16;
  filter:
    drop-shadow(0 0 50px rgba(255, 215, 0, 0.22))
    drop-shadow(0 0 100px rgba(6, 27, 73, 0.30));
  animation: heroWatermarkFloat 10s ease-in-out infinite;
}

.hero-watermark img {
  width: min(48vw, 850px);
}

@keyframes heroWatermarkFloat {
  0% {
    transform: translateY(-50%) translateX(0) scale(1) rotate(0deg);
    opacity: 0.12;
  }

  50% {
    transform: translateY(-50%) translateX(6px) scale(1.08) rotate(1deg);
    opacity: 0.22;
  }

  100% {
    transform: translateY(-50%) translateX(0) scale(1) rotate(0deg);
    opacity: 0.12;
  }
}

.hero-experience-badge {
  position: absolute;
  top: 52%;
  left: 4%;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  opacity: 0.14;
  animation: heroExperienceFloat 9s ease-in-out infinite;
}

.hero-experience-number {
  font-family: var(--font-heading);
  font-size: clamp(90px, 11vw, 180px);
  font-weight: 900;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.95);
}

.hero-experience-text {
  margin-top: 6px;
  font-size: clamp(14px, 1.6vw, 28px);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(199, 154, 44, 0.95);
  white-space: nowrap;
}

@keyframes heroExperienceFloat {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 0.10;
  }

  50% {
    transform: translateY(-50%) translateX(4px) scale(1.06);
    opacity: 0.20;
  }

  100% {
    transform: translateY(-50%) scale(1);
    opacity: 0.10;
  }
}

/* =========================
   9. TRUST BAR
========================= */

.trust-bar {
  padding: 26px 0;
  background: var(--color-white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.trust-card {
  padding: 20px 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-white);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.trust-card i {
  margin-bottom: 10px;
  color: var(--color-secondary);
  font-size: 28px;
}

.trust-card strong {
  display: block;
  color: var(--color-primary);
  font-size: 15px;
}

/* =========================
   10. ABOUT
========================= */

.about-section {
  padding: 90px 0;
  background: var(--color-light);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-medium);
}

.about-image img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}

.about-experience {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 230px;
  padding: 18px 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(6, 27, 73, 0.95), rgba(3, 17, 47, 0.97));
  border: 1px solid rgba(199, 154, 44, 0.18);
  box-shadow: 0 16px 40px rgba(3, 17, 47, 0.28);
}

.about-experience strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-heading);
  font-size: 52px;
  font-weight: 900;
  color: var(--color-secondary);
}

.about-experience span {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-weight: 800;
}

.about-content p {
  margin-bottom: 18px;
  color: var(--color-gray);
}

.about-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.about-mini-card {
  padding: 24px 22px;
  border-radius: 18px;
  background: var(--color-white);
  border: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.about-mini-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
}

.about-mini-card i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(199, 154, 44, 0.12);
  color: var(--color-secondary);
  font-size: 28px;
}

.about-mini-card h3 {
  margin-bottom: 10px;
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 900;
}

.about-mini-card p {
  margin: 0;
  color: var(--color-gray);
  font-size: 14px;
}

/* =========================
   10.5 WHY CHOOSE US
========================= */

.why-choose-section {
  padding: 90px 0;
  background:
    radial-gradient(circle at top left, rgba(199, 154, 44, 0.10), transparent 34%),
    linear-gradient(180deg, var(--color-white), var(--color-light));
}

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

.why-choose-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.why-choose-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(199, 154, 44, 0.12), transparent 45%);
  opacity: 0;
  transition: var(--transition);
}

.why-choose-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-medium);
}

.why-choose-card:hover::before {
  opacity: 1;
}

.why-choose-card.featured {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  border-color: rgba(199, 154, 44, 0.35);
}

.why-choose-card.featured h3,
.why-choose-card.featured p {
  color: var(--color-white);
}

.why-choose-icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(199, 154, 44, 0.12);
  color: var(--color-secondary);
  font-size: 30px;
}

.why-choose-card.featured .why-choose-icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-secondary);
}

.why-choose-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.why-choose-card p {
  position: relative;
  z-index: 1;
  color: var(--color-gray);
  font-size: 15px;
  line-height: 1.75;
}

/* Responsive */
@media (max-width: 1100px) {
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .why-choose-section {
    padding: 70px 0;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-card {
    padding: 28px 24px;
  }
}

/* =========================
   11. SERVICES
========================= */

.services-section {
  padding: 90px 0;
  background: var(--color-white);
}

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

.service-card {
  min-height: 330px;
  padding: 34px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-medium);
}

.service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(199, 154, 44, 0.12);
  color: var(--color-secondary);
  font-size: 30px;
}

.service-card h3 {
  margin-bottom: 12px;
  color: var(--color-primary);
  font-size: 23px;
}

.service-card p {
  margin-bottom: 18px;
  color: var(--color-gray);
}

.service-list {
  display: grid;
  gap: 8px;
}

.service-list li {
  display: flex;
  gap: 8px;
  color: var(--color-dark);
  font-size: 15px;
}

.service-list li i {
  color: var(--color-secondary);
}

/* =========================
   12. PROCESS
========================= */

.process-section {
  padding: 90px 0;
  background:
    linear-gradient(180deg, rgba(6, 27, 73, 0.94), rgba(3, 17, 47, 0.96)),
    url("../images/slider/3.jpg") center / cover no-repeat;
  color: var(--color-white);
}

.process-section .section-title {
  color: var(--color-white);
}

.process-section .section-subtitle {
  color: rgba(255, 255, 255, 0.78);
}

.process-tabs {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
}

.process-tab-list {
  display: grid;
  gap: 12px;
}

.process-tab-btn {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: var(--transition);
}

.process-tab-btn:hover,
.process-tab-btn.active {
  background: var(--color-secondary);
  color: var(--color-primary);
}

.accordion {
  display: grid;
  gap: 14px;
}

.accordion-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
}

.accordion-header {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  color: var(--color-white);
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.accordion-header i {
  color: var(--color-secondary);
  transition: var(--transition);
}

.accordion-item.active .accordion-header i {
  transform: rotate(180deg);
}

.accordion-body {
  display: none;
  padding: 0 22px 22px;
  color: rgba(255, 255, 255, 0.82);
}

.accordion-item.active .accordion-body {
  display: block;
}

.accordion-body ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  list-style: disc;
}

/* =========================
   13. PROJECTS
========================= */

.projects-section {
  padding: 90px 0;
  background: var(--color-light);
}

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

.project-card {
  position: relative;
  overflow: hidden;
  height: 330px;
  border-radius: var(--radius-lg);
  background: var(--color-primary);
  box-shadow: var(--shadow-soft);
  cursor: zoom-in;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.project-card:hover img {
  transform: scale(1.06);
  filter: brightness(1.08);
}

.project-overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 4;
  padding: 70px 26px 26px;
  background: linear-gradient(to top, rgba(3, 17, 47, 0.96), rgba(3, 17, 47, 0));
  color: var(--color-white);
  pointer-events: none;
}

.project-overlay span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-secondary);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-overlay h3 {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 900;
}

/* =========================
   14. TESTIMONIALS + FAQ
========================= */

.testimonials-section,
.faq-section {
  padding: 90px 0;
}

.testimonials-section {
  background: var(--color-white);
}

.faq-section {
  background: var(--color-light-blue);
}

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

.testimonial-card {
  padding: 34px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
  color: var(--color-secondary);
}

.faq-wrapper {
  max-width: 920px;
  margin: 0 auto;
}

.faq-section .accordion-item {
  border-color: var(--color-border);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.faq-section .accordion-header {
  color: var(--color-primary);
}

.faq-section .accordion-body {
  color: var(--color-gray);
}

/* =========================
   15. AREAS
========================= */

.areas-section {
  padding: 80px 0;
  background: var(--color-white);
}

.areas-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

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

.area-pill {
  padding: 10px 16px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-light);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 800;
}

.map-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-medium);
}

.map-card iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}

/* =========================
   16. CONTACT + FORMS
========================= */

.contact-section {
  padding: 90px 0;
  background: linear-gradient(120deg, rgba(247, 249, 252, 0.96), rgba(234, 242, 251, 0.94));
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: start;
}

.contact-info-card,
.contact-form-card {
  padding: 36px;
  border-radius: var(--radius-lg);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

.contact-info-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.contact-info-item {
  display: flex;
  gap: 14px;
}

.contact-info-item i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 14px;
  background: rgba(199, 154, 44, 0.12);
  color: var(--color-secondary);
  font-size: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  display: grid;
  gap: 8px;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  color: var(--color-primary);
  font-weight: 800;
}

.form-control {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  color: var(--color-dark);
  outline: none;
  transition: var(--transition);
}

textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.form-control:focus {
  border-color: var(--color-secondary);
  box-shadow: 0 0 0 4px rgba(199, 154, 44, 0.12);
}

.form-message {
  display: none;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.form-message.success {
  display: block;
  background: rgba(37, 211, 102, 0.12);
  color: #138a42;
}

.form-message.error {
  display: block;
  background: rgba(220, 38, 38, 0.12);
  color: #b91c1c;
}

.property-type-options {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.property-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-white);
  cursor: pointer;
  transition: var(--transition);
  font-weight: 700;
  color: var(--color-primary);
}

.property-option:hover,
.property-option:has(input[type="radio"]:checked) {
  border-color: var(--color-secondary);
  background: rgba(199, 154, 44, 0.12);
}

.property-option input[type="radio"] {
  accent-color: var(--color-secondary);
  transform: scale(1.15);
}

.whatsapp-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 28px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: var(--color-white);
  font-weight: 800;
  border-radius: 16px;
  box-shadow: 0 16px 35px rgba(37, 211, 102, 0.28);
}

.whatsapp-contact-btn:hover {
  transform: translateY(-3px);
  color: var(--color-white);
}

/* =========================
   17. FOOTER
========================= */

.site-footer {
  background: var(--color-primary-dark);
  color: var(--color-white);
}

.footer-main {
  padding: 70px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr 1fr;
  gap: 34px;
}

.footer-logo {
  width: 300px;
  max-width: 100%;
  margin-bottom: 26px;
}

.footer-title {
  margin-bottom: 18px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 900;
}

.footer-text,
.footer-links a,
.footer-links span,
.footer-areas p,
.footer-services p {
  color: rgba(255, 255, 255, 0.72);
}

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

.footer-links a:hover {
  color: var(--color-secondary);
}

.footer-links i {
  color: var(--color-secondary);
  margin-right: 6px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.footer-social a:hover {
  background: var(--color-secondary);
  color: var(--color-primary);
}

.footer-areas,
.footer-services {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

/* =========================
   18. FLOATING ACTIONS
========================= */

.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10002;
  display: grid;
  gap: 12px;
}

.float-btn {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--color-white);
  font-size: 26px;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.22);
}

.float-btn:hover {
  transform: translateY(-3px) scale(1.04);
}

.float-whatsapp {
  background: var(--color-success);
}

.float-call {
  background: var(--color-primary);
}

.back-to-top {
  background: var(--color-secondary);
  color: var(--color-primary);
}

/* =========================
   19. UTILITIES
========================= */

.hidden {
  display: none !important;
}

.instagram-preview {
  display: none !important;
}

/* =========================
   20. RESPONSIVE
========================= */

@media (max-width: 1100px) {
  body {
    padding-top: 158px;
  }

  html {
    scroll-padding-top: 158px;
  }

  .site-header {
    height: 116px;
  }

  .site-header.scrolled {
    height: 100px;
  }

  .navbar {
    min-height: 116px;
    height: 116px;
  }

  .site-header.scrolled .navbar {
    min-height: 100px;
    height: 100px;
  }

  .logo-link {
    width: 250px;
    height: 105px;
  }

  /* Sticky logo reduced */
  .site-header.scrolled .logo-link {
    width: 190px;
    height: 82px;
  }

  .logo-link img {
    width: 220px;
    max-height: 92px;
  }

  .site-header.scrolled .logo-link img {
    width: 165px;
    max-height: 72px;
  }

  .nav-menu {
    gap: 14px;
  }

  .trust-grid,
  .services-grid,
  .projects-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-logo {
    width: 260px;
  }
}

@media (max-width: 920px) {
  body {
    padding-top: 202px;
  }

  html {
    scroll-padding-top: 202px;
  }

  .top-bar-inner {
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 6px 0;
  }

  .top-bar-info {
    flex-direction: column;
    gap: 2px;
    font-size: 12px;
    text-align: center;
  }

  .top-bar-social {
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .top-bar-social a {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
  }

  .site-header {
    top: 74px;
    height: 128px;
  }

  .site-header.scrolled {
    top: 80px;
    height: 112px;
  }

  .navbar {
    min-height: 128px;
    height: 128px;
  }

  .site-header.scrolled .navbar {
    min-height: 112px;
    height: 112px;
  }

  .logo-link {
    width: 220px;
    height: 112px;
  }

  .site-header.scrolled .logo-link {
    width: 205px;
    height: 96px;
  }

  .logo-link img {
    width: 205px;
    max-height: 120px;
  }

  .site-header.scrolled .logo-link img {
    width: 190px;
    max-height: 112px;
  }

  .mobile-menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav-actions .btn {
    display: none;
  }

  .nav-menu {
    position: absolute;
    top: 128px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 18px 24px;
    background: var(--color-white);
    border-top: 1px solid var(--color-border);
    box-shadow: var(--shadow-medium);
  }

  .site-header.scrolled .nav-menu {
    top: 112px;
    background: var(--color-primary);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu li,
  .nav-menu a {
    width: 100%;
  }

  .nav-menu a {
    display: block;
    padding: 14px 0;
  }

  .about-grid,
  .areas-grid,
  .contact-grid,
  .process-tabs,
  .about-mini-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(100vh - 202px);
  }

  .project-card {
    height: 390px;
  }

  .footer-logo {
    width: 240px;
  }
}

@media (max-width: 768px) {
  .hero-trust {
    justify-content: center;
    gap: 18px;
  }

  .hero-trust-item {
    font-size: 15px;
  }

  .hero-watermark {
    top: 54%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .hero-watermark img {
    width: min(115vw, 700px);
    max-width: none;
  }

  .hero-experience-badge {
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .hero-experience-number {
    font-size: clamp(60px, 20vw, 100px);
  }

  .hero-experience-text {
    font-size: 11px;
  }
}

@media (max-width: 680px) {
  body {
    padding-top: 194px;
  }

  html {
    scroll-padding-top: 194px;
  }

  .container {
    width: min(100% - 24px, var(--container-width));
  }

  .site-header {
    top: 74px;
    height: 120px;
  }

  .site-header.scrolled {
    top: 0;
    height: 104px;
  }

  .navbar {
    min-height: 120px;
    height: 120px;
  }

  .site-header.scrolled .navbar {
    min-height: 104px;
    height: 104px;
  }

  .logo-link {
    width: 205px;
    height: 104px;
  }

  .site-header.scrolled .logo-link {
    width: 188px;
    height: 90px;
  }

  .logo-link img {
    width: 190px;
    max-height: 88px;
  }

  .site-header.scrolled .logo-link img {
    width: 175px;
    max-height: 78px;
  }

  .nav-menu {
    top: 120px;
  }

  .site-header.scrolled .nav-menu {
    top: 104px;
  }

  .hero-title {
    font-size: clamp(38px, 12vw, 56px);
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .trust-grid,
  .services-grid,
  .projects-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 26px 22px;
  }

  .property-type-options {
    flex-direction: column;
  }

  .property-option {
    width: 100%;
  }

  .project-card {
    height: 320px;
  }

  .footer-logo {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }

  .floating-actions {
    right: 16px;
    bottom: 16px;
  }

  .float-btn {
    width: 54px;
    height: 54px;
  }
}

/* =========================
   21. MOBILE MENU FIX
   iPhone / Android phones only
========================= */

@media (max-width: 680px) {
  .site-header {
    overflow: visible;
  }

  .site-header.scrolled {
    top: 74px;
    height: 104px;
  }

  .navbar {
    position: relative;
    z-index: 10041;
  }

  .site-header.scrolled .navbar {
    min-height: 104px;
    height: 104px;
  }

  .mobile-menu-toggle {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    z-index: 10060;
  }

  .site-header.scrolled .mobile-menu-toggle {
    background: var(--color-secondary);
    color: var(--color-primary);
    z-index: 10060;
  }

  .site-header.scrolled .logo-white {
    opacity: 1;
  }

  .site-header.scrolled .logo-default {
    opacity: 0;
  }

  .nav-menu {
    position: fixed;
    top: 194px;
    left: 0;
    right: 0;
    z-index: 10039;
    display: none;
    width: 100%;
    max-height: calc(100vh - 194px);
    overflow-y: auto;
    padding: 18px 24px 24px;
    background: var(--color-white);
    border-top: 1px solid var(--color-border);
    box-shadow: 0 18px 45px rgba(3, 17, 47, 0.18);
  }

  .nav-menu.open {
    display: flex;
  }

  .site-header.scrolled .nav-menu {
    position: fixed;
    top: 178px;
    max-height: calc(100vh - 178px);
    background: var(--color-primary);
  }

  .nav-menu li,
  .nav-menu a {
    width: 100%;
  }

  .nav-menu a {
    display: block;
    padding: 14px 0;
  }

  .site-header.scrolled .nav-menu a {
    color: var(--color-white);
  }

  .site-header.scrolled .nav-menu a:hover,
  .site-header.scrolled .nav-menu a.active {
    color: var(--color-secondary);
  }
}

/* Extra small iPhone screens */
@media (max-width: 430px) {
  .nav-menu {
    top: 194px;
    max-height: calc(100vh - 194px);
  }

  .site-header.scrolled .nav-menu {
    top: 178px;
    max-height: calc(100vh - 178px);
  }
}