/* ============================================================
   HARDSCAPE DESIGN & LAWN CARE — Main Stylesheet
   ============================================================ */

/* ---------- RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:       #2d6a2d;
  --green-light: #3d8b3d;
  --green-dark:  #1a4a1a;
  --stone:       #8b7355;
  --stone-light: #c4a882;
  --gold:        #c8961e;
  --dark:        #1a1a1a;
  --dark2:       #2a2a2a;
  --gray:        #6b7280;
  --gray-light:  #f3f4f6;
  --white:       #ffffff;
  --shadow:      0 4px 24px rgba(0,0,0,.12);
  --shadow-lg:   0 8px 40px rgba(0,0,0,.18);
  --radius:      12px;
  --radius-lg:   20px;
  --transition:  .3s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3, h4, h5 { font-family: 'Montserrat', sans-serif; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }

.section-tag {
  display: inline-block;
  background: rgba(45,106,45,.12);
  color: var(--green);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}

.section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}
.section-header h2 { margin-bottom: 12px; }
.section-header p { color: var(--gray); font-size: 1.05rem; }
.section-header.light h2,
.section-header.light p,
.section-header.light .section-tag {
  color: var(--white);
  background: rgba(255,255,255,.18);
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--green);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(45,106,45,.35);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.7);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--dark);
  transform: translateY(-2px);
}
.btn-full { width: 100%; justify-content: center; }

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0;
  transition: all var(--transition);
}
.navbar.scrolled {
  background: rgba(26,26,26,.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}
.nav-logo img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--green-light);
}
.nav-logo span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  line-height: 1.3;
}
.nav-logo small {
  font-weight: 400;
  font-size: .82rem;
  opacity: .8;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  color: rgba(255,255,255,.9);
  font-size: .88rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all var(--transition);
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,.1); }
.nav-links .nav-cta {
  background: var(--green);
  color: var(--white);
  padding: 10px 22px;
  border-radius: 50px;
}
.nav-links .nav-cta:hover { background: var(--green-light); }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-slider {
  position: absolute;
  inset: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.38) 60%,
    rgba(0,0,0,.2) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 0 20px 0 calc((100vw - 1200px)/2 + 20px);
  color: var(--white);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(45,106,45,.8);
  color: var(--white);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.hero-content h1 {
  margin-bottom: 20px;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.hero-content h1 span { color: #7ec87e; }
.hero-sub {
  font-size: 1.1rem;
  opacity: .9;
  margin-bottom: 36px;
  line-height: 1.7;
}
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}
.dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.6);
  background: transparent;
  cursor: pointer;
  transition: all var(--transition);
}
.dot.active {
  background: var(--white);
  border-color: var(--white);
  transform: scale(1.3);
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
  background: var(--dark2);
  padding: 28px 20px;
}
.trust-bar .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .88rem;
}
.trust-item svg { color: var(--green-light); flex-shrink: 0; }

/* ============================================================
   SERVICES
   ============================================================ */
.services {
  padding: 96px 0;
  background: var(--gray-light);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.service-card-img {
  height: 200px;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  transition: transform .5s ease;
}
.service-card:hover .service-card-img { transform: scale(1.04); }
.service-card-body {
  padding: 28px;
}
.service-icon {
  width: 52px; height: 52px;
  background: rgba(45,106,45,.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--green);
}
.service-card-body h3 {
  margin-bottom: 14px;
  color: var(--dark);
}
.service-card-body ul {
  margin-bottom: 20px;
}
.service-card-body ul li {
  padding: 4px 0;
  color: var(--gray);
  font-size: .9rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-card-body ul li::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--green-light);
  border-radius: 50%;
  flex-shrink: 0;
}
.service-link {
  color: var(--green);
  font-weight: 700;
  font-size: .9rem;
  transition: gap var(--transition);
}
.service-link:hover { color: var(--green-dark); }

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  padding: 96px 0;
  background: var(--white);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-images {
  display: grid;
  grid-template-columns: 1fr .55fr;
  gap: 16px;
}
.about-img-main img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.about-img-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-img-side img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.about-content .section-tag { margin-bottom: 12px; }
.about-content h2 { margin-bottom: 20px; }
.about-content p {
  color: var(--gray);
  margin-bottom: 16px;
  line-height: 1.8;
}
.about-stats {
  display: flex;
  gap: 32px;
  margin: 32px 0;
  padding: 28px;
  background: var(--gray-light);
  border-radius: var(--radius);
}
.stat { text-align: center; }
.stat-number {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
}
.stat-label {
  font-size: .8rem;
  color: var(--gray);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 4px;
  display: block;
}
.about-hours {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--gray);
  font-size: .9rem;
}
.about-hours svg { color: var(--green); flex-shrink: 0; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery {
  padding: 96px 0;
  background: var(--gray-light);
}
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 44px;
}
.filter-btn {
  padding: 9px 22px;
  border-radius: 50px;
  border: 2px solid #ddd;
  background: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .85rem;
  cursor: pointer;
  transition: all var(--transition);
  color: var(--gray);
}
.filter-btn:hover, .filter-btn.active {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform var(--transition), opacity var(--transition);
}
.gallery-item.hidden {
  display: none;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.07); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span {
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .85rem;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.93);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-content {
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
}
.lightbox-content img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: var(--radius);
  object-fit: contain;
}
.lightbox-content p {
  color: rgba(255,255,255,.8);
  margin-top: 12px;
  font-size: .9rem;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: fixed;
  background: rgba(255,255,255,.12);
  border: none;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  border-radius: 50%;
  width: 52px; height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
  line-height: 1;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(255,255,255,.25); }
.lightbox-close { top: 24px; right: 24px; font-size: 1.6rem; }
.lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }

/* ============================================================
   WHY US
   ============================================================ */
.why-us {
  padding: 96px 0;
  background: var(--green-dark);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.why-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: background var(--transition), transform var(--transition);
}
.why-card:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-4px);
}
.why-icon {
  width: 60px; height: 60px;
  background: rgba(45,106,45,.4);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #7ec87e;
}
.why-card h4 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 1.05rem;
}
.why-card p {
  color: rgba(255,255,255,.7);
  font-size: .92rem;
  line-height: 1.7;
}

/* ============================================================
   SERVICE AREAS
   ============================================================ */
.service-areas {
  padding: 96px 0;
  background: var(--white);
}
.areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 28px;
}
.area-card {
  background: var(--gray-light);
  border-radius: 10px;
  padding: 12px 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .9rem;
  color: var(--dark);
  border: 2px solid transparent;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.area-card:hover {
  border-color: var(--green-light);
  color: var(--green-dark);
}
.area-card.primary {
  background: var(--green);
  color: var(--white);
  padding: 14px 28px;
  font-size: 1rem;
  gap: 2px;
}
.area-card.primary svg { color: #7ec87e; margin-bottom: 4px; }
.area-card.primary small {
  font-size: .72rem;
  font-weight: 400;
  opacity: .85;
}
.areas-note {
  text-align: center;
  color: var(--gray);
  font-size: .92rem;
}
.areas-note a {
  color: var(--green);
  font-weight: 700;
}
.areas-note a:hover { text-decoration: underline; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  padding: 96px 0;
  background: var(--gray-light);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.contact-info .section-tag { margin-bottom: 12px; }
.contact-info h2 { margin-bottom: 16px; }
.contact-info > p { color: var(--gray); margin-bottom: 36px; line-height: 1.8; }
.contact-methods { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  border: 2px solid transparent;
}
.contact-method:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  border-color: var(--green-light);
}
.contact-method.no-link { cursor: default; }
.contact-method.no-link:hover {
  transform: none;
  box-shadow: var(--shadow);
  border-color: transparent;
}
.contact-method.whatsapp:hover { border-color: #25d366; }
.cm-icon {
  width: 46px; height: 46px;
  background: rgba(45,106,45,.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  flex-shrink: 0;
}
.cm-icon.whatsapp-icon { background: rgba(37,211,102,.1); color: #25d366; }
.contact-method div strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  color: var(--dark);
  margin-bottom: 2px;
}
.contact-method div span {
  font-size: .88rem;
  color: var(--gray);
}
.social-links { display: flex; gap: 12px; }
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .85rem;
  transition: all var(--transition);
}
.social-btn.facebook { background: #1877f2; color: var(--white); }
.social-btn.facebook:hover { background: #0f65d4; transform: translateY(-2px); }
.social-btn.google { background: var(--dark2); color: var(--white); }
.social-btn.google:hover { background: #000; transform: translateY(-2px); }

/* Contact Form */
.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 44px;
}
.contact-form h3 {
  font-size: 1.4rem;
  margin-bottom: 28px;
  color: var(--dark);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .82rem;
  color: var(--dark);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: .95rem;
  color: var(--dark);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(45,106,45,.12);
}
.form-group textarea { resize: vertical; }
.form-note {
  text-align: center;
  color: var(--gray);
  font-size: .8rem;
  margin-top: 12px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--dark);
  color: var(--white);
  padding: 72px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand img {
  width: 60px;
  border-radius: 50%;
  margin-bottom: 14px;
}
.footer-brand p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}
.footer-slogan {
  font-size: .85rem;
  color: rgba(255,255,255,.55);
  line-height: 1.6;
  font-style: italic;
}
.footer-links h5,
.footer-contact h5 {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255,255,255,.45);
  margin-bottom: 18px;
}
.footer-links ul li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--white); }
.footer-contact a,
.footer-contact p {
  display: block;
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  margin-bottom: 10px;
  transition: color var(--transition);
}
.footer-contact a:hover { color: var(--white); }
.footer-bottom {
  text-align: center;
  padding: 20px;
  color: rgba(255,255,255,.35);
  font-size: .8rem;
}

/* ============================================================
   FLOATING CTA
   ============================================================ */
.float-cta {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 58px; height: 58px;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(45,106,45,.5);
  z-index: 999;
  transition: all var(--transition);
  animation: pulse 2.5s infinite;
}
.float-cta:hover {
  background: var(--green-dark);
  transform: scale(1.1);
  animation: none;
}
@keyframes pulse {
  0%   { box-shadow: 0 6px 24px rgba(45,106,45,.5); }
  50%  { box-shadow: 0 6px 32px rgba(45,106,45,.8), 0 0 0 10px rgba(45,106,45,.1); }
  100% { box-shadow: 0 6px 24px rgba(45,106,45,.5); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(26,26,26,.98); padding: 20px; gap: 4px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 16px; border-radius: 8px; }
  .nav-toggle { display: flex; }

  .hero-content { padding: 0 20px; }
  .hero-content h1 { font-size: 2rem; }

  .about-grid { grid-template-columns: 1fr; }
  .about-images { grid-template-columns: 1fr; }
  .about-img-side { flex-direction: row; }
  .about-img-side img { height: 160px; }

  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 28px; }
  .form-row { grid-template-columns: 1fr; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-stats { flex-direction: column; gap: 20px; text-align: left; }
  .about-stats .stat { display: flex; align-items: center; gap: 16px; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .trust-bar .container { gap: 20px; }
  .trust-item { font-size: .8rem; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { text-align: center; justify-content: center; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .float-cta { bottom: 20px; right: 20px; }
}

/* ============================================================
   MULTI-PAGE ADDITIONS
   ============================================================ */

/* ---------- PAGE HERO (inner pages) ---------- */
.page-hero {
  position: relative;
  height: 380px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  padding-top: 72px;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.2) 100%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding: 0 20px 48px calc((100vw - 1200px)/2 + 20px);
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.page-hero-content h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.page-hero-content p {
  font-size: 1.05rem;
  opacity: .9;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  color: rgba(255,255,255,.7);
  margin-bottom: 12px;
}
.breadcrumb a { color: rgba(255,255,255,.7); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { color: rgba(255,255,255,.5); }
.breadcrumb span:last-child { color: var(--white); font-weight: 600; }

/* ---------- PAGE SECTIONS ---------- */
.page-section { padding: 80px 0; }
.page-section.bg-light { background: var(--gray-light); }
.page-section.bg-dark-green { background: var(--green-dark); }

/* ---------- SEO INTRO (Home) ---------- */
.seo-intro { padding: 96px 0; background: var(--white); }
.seo-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.seo-intro-text .section-tag { margin-bottom: 12px; }
.seo-intro-text h2 { margin-bottom: 20px; }
.seo-intro-text p { color: var(--gray); margin-bottom: 16px; line-height: 1.8; }
.seo-intro-ctas { display: flex; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--green); font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: .95rem;
  padding: 14px 8px; transition: gap var(--transition);
}
.btn-ghost:hover { gap: 10px; }
.seo-intro-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.seo-intro-imgs img {
  width: 100%; height: 280px; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.seo-intro-imgs img:first-child {
  grid-column: span 2; height: 220px;
}

/* ---------- SERVICES CTA ---------- */
.services-cta { text-align: center; margin-top: 48px; }

/* ---------- HOME GALLERY PREVIEW ---------- */
.gallery-preview { padding: 96px 0; background: var(--white); }
.gallery-grid.home-gallery { grid-template-columns: repeat(4, 1fr); }

/* ---------- AREAS TEASER (Home) ---------- */
.areas-teaser { padding: 96px 0; background: var(--gray-light); }
.areas-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.areas-teaser-text .section-tag { margin-bottom: 12px; }
.areas-teaser-text h2 { margin-bottom: 20px; }
.areas-teaser-text p { color: var(--gray); margin-bottom: 16px; line-height: 1.8; }
.areas-chips {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.area-chip {
  background: var(--white); border: 2px solid #e5e7eb;
  border-radius: 50px; padding: 9px 18px;
  font-family: 'Montserrat', sans-serif; font-weight: 600;
  font-size: .85rem; color: var(--dark);
  transition: all var(--transition);
}
.area-chip:hover { border-color: var(--green-light); color: var(--green-dark); }
.area-chip.primary { background: var(--green); color: var(--white); border-color: var(--green); }

/* ---------- REVIEWS ---------- */
.reviews-section { padding: 80px 0; background: #fff; }
.overall-rating { display: flex; align-items: center; gap: 12px; justify-content: center; margin-top: 8px; flex-wrap: wrap; }
.rating-score { font-size: 2rem; font-weight: 700; color: var(--dark); }
.overall-rating .stars { font-size: 1.4rem; color: #f5a623; }
.review-count { font-size: 0.9rem; color: var(--green); text-decoration: underline; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin-top: 40px; }
.review-card { background: var(--gray-light); border-radius: 12px; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.review-header { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
.review-header strong { display: block; font-size: 0.95rem; }
.review-date { font-size: 0.8rem; color: var(--gray); }
.review-stars { color: #f5a623; font-size: 1rem; }
.review-text { font-size: 0.9rem; color: var(--gray); line-height: 1.6; }

/* ---------- CTA BANNER ---------- */
.cta-banner { padding: 72px 0; background: var(--gray-light); }
.cta-banner-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  background: var(--white); border-radius: var(--radius-lg);
  padding: 48px; box-shadow: var(--shadow-lg);
}
.cta-banner-inner h2 { font-size: clamp(1.3rem, 2.5vw, 2rem); margin-bottom: 8px; }
.cta-banner-inner p { color: var(--gray); }
.cta-banner-btns { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }
.btn-outline-dark {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 50px;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: .95rem;
  border: 2px solid var(--dark); color: var(--dark);
  transition: all var(--transition);
}
.btn-outline-dark:hover { background: var(--dark); color: var(--white); }

/* ---------- FOOTER SOCIAL ---------- */
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7); transition: all var(--transition);
}
.footer-social a:hover { background: var(--green-light); color: var(--white); }

/* ---------- NAV ACTIVE LINK ---------- */
.nav-links a.active:not(.nav-cta) {
  color: var(--white);
  background: rgba(255,255,255,.12);
}

/* ---------- ABOUT PAGE VALUES ---------- */
.values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.value-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 36px 28px; box-shadow: var(--shadow);
  border-top: 4px solid var(--green);
  transition: transform var(--transition), box-shadow var(--transition);
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.value-num {
  font-family: 'Montserrat', sans-serif; font-size: 2.5rem;
  font-weight: 800; color: rgba(45,106,45,.15); line-height: 1;
  margin-bottom: 8px;
}
.value-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.value-card p { color: var(--gray); font-size: .92rem; line-height: 1.7; }

/* ---------- CREDENTIALS GRID ---------- */
.creds-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.cred-card {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg); padding: 32px 24px; text-align: center;
  transition: background var(--transition);
}
.cred-card:hover { background: rgba(255,255,255,.14); }
.cred-icon {
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(45,106,45,.4); display: flex; align-items: center;
  justify-content: center; margin: 0 auto 18px; color: #7ec87e;
}
.cred-card h4 { color: var(--white); margin-bottom: 10px; font-size: 1rem; }
.cred-card p { color: rgba(255,255,255,.65); font-size: .88rem; line-height: 1.7; }

/* ---------- SEO TEXT BLOCK ---------- */
.seo-text-block { max-width: 860px; margin: 0 auto; }
.seo-text-block .section-tag { margin-bottom: 12px; }
.seo-text-block h2 { margin-bottom: 20px; }
.seo-text-block p { color: var(--gray); margin-bottom: 16px; line-height: 1.9; font-size: 1rem; }
.seo-text-block a { color: var(--green); font-weight: 600; }
.seo-text-block a:hover { text-decoration: underline; }

/* ---------- SERVICES DETAIL (Services Page) ---------- */
.services-detail-grid { display: flex; flex-direction: column; gap: 72px; }
.service-detail-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.service-detail-card.reverse { direction: rtl; }
.service-detail-card.reverse > * { direction: ltr; }
.service-detail-card > img {
  width: 100%; height: 380px; object-fit: cover;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
}
.sdc-body h3 { font-size: 1.4rem; margin-bottom: 16px; }
.sdc-body p { color: var(--gray); line-height: 1.8; margin-bottom: 14px; }
.service-bullets { margin: 18px 0 24px; }
.service-bullets li {
  padding: 5px 0; color: var(--gray); font-size: .92rem;
  display: flex; align-items: center; gap: 10px;
}
.service-bullets li::before {
  content: ''; width: 7px; height: 7px;
  background: var(--green-light); border-radius: 50%; flex-shrink: 0;
}
.btn-sm { padding: 10px 22px; font-size: .88rem; }

/* ---------- SERVICES MINI CARDS ---------- */
.services-cards-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.service-mini-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.service-mini-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.service-mini-card img {
  width: 100%; height: 200px; object-fit: cover;
  transition: transform .5s ease;
}
.service-mini-card:hover img { transform: scale(1.04); }
.service-mini-card h3 {
  font-size: 1.05rem; padding: 20px 24px 8px; color: var(--dark);
}
.service-mini-card p {
  padding: 0 24px 24px; color: var(--gray); font-size: .9rem; line-height: 1.7;
}

/* ---------- IRRIGATION GRID ---------- */
.irrigation-grid {
  display: grid; grid-template-columns: 1fr .7fr; gap: 56px; align-items: start;
}
.irr-text p { color: var(--gray); line-height: 1.8; margin-bottom: 16px; }
.irr-services { display: flex; flex-direction: column; gap: 22px; margin-top: 28px; }
.irr-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 20px; background: var(--gray-light); border-radius: var(--radius);
}
.irr-item svg { color: var(--green); flex-shrink: 0; margin-top: 2px; }
.irr-item strong { display: block; font-family: 'Montserrat', sans-serif; font-weight: 700; margin-bottom: 6px; }
.irr-item p { color: var(--gray); font-size: .9rem; margin: 0; }
.irr-img img {
  width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  position: sticky; top: 100px;
}

/* ---------- ADDITIONAL SERVICES GRID ---------- */
.additional-grid { display: flex; flex-direction: column; gap: 60px; }
.add-card {
  display: grid; grid-template-columns: 420px 1fr; gap: 48px; align-items: center;
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow);
}
.add-card:nth-child(even) { grid-template-columns: 1fr 420px; }
.add-card:nth-child(even) img { order: 2; }
.add-card img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.add-body { padding: 36px; }
.add-body h3 { font-size: 1.3rem; margin-bottom: 14px; }
.add-body p { color: var(--gray); line-height: 1.8; margin-bottom: 12px; }

/* ---------- CITY CARDS GRID (Service Areas) ---------- */
.city-cards-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.city-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex; flex-direction: column;
}
.city-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.city-card.featured {
  grid-column: span 3; display: grid;
  grid-template-columns: 1fr 1.5fr; gap: 0;
  border: 2px solid var(--green);
}
.city-card img {
  width: 100%; height: 200px; object-fit: cover;
  transition: transform .5s ease;
}
.city-card:hover img { transform: scale(1.04); }
.city-card.featured img { height: 100%; min-height: 260px; }
.city-card-body {
  padding: 28px; flex: 1; display: flex; flex-direction: column; gap: 10px;
}
.city-badge { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.city-badge.primary { background: rgba(45,106,45,.12); color: var(--green); }
.city-card-body h3 { font-size: 1.15rem; }
.city-card-body p { color: var(--gray); font-size: .9rem; line-height: 1.7; flex: 1; }
.city-link { color: var(--green); font-weight: 700; font-size: .9rem; margin-top: auto; }
.city-link:hover { color: var(--green-dark); }

/* ---------- COUNTIES GRID ---------- */
.counties-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.county-card {
  background: var(--white); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow);
  border-left: 4px solid var(--green);
}
.county-card h4 { font-size: 1rem; margin-bottom: 8px; color: var(--dark); }
.county-card p { color: var(--gray); font-size: .88rem; line-height: 1.6; }

/* ---------- CONTACT PAGE ---------- */
.contact-page-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.contact-page-info .section-tag { margin-bottom: 12px; }
.contact-page-info h2 { margin-bottom: 16px; }
.contact-page-info > p { color: var(--gray); line-height: 1.8; margin-bottom: 14px; }
.contact-social-row { display: flex; gap: 12px; margin-top: 24px; margin-bottom: 36px; flex-wrap: wrap; }

/* Contact FAQ */
.contact-faq { margin-top: 36px; }
.contact-faq h3 { font-size: 1.2rem; margin-bottom: 20px; }
.faq-item {
  border-bottom: 1px solid #e5e7eb; padding: 16px 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-item h4 { font-size: .95rem; margin-bottom: 8px; color: var(--dark); }
.faq-item p { color: var(--gray); font-size: .9rem; line-height: 1.7; }
.faq-item a { color: var(--green); font-weight: 600; }

/* Form additions */
.form-intro { color: var(--gray); font-size: .9rem; margin-bottom: 24px; }
.checkbox-group { display: flex; align-items: center; }
.checkbox-label {
  display: flex; align-items: center; gap: 10px;
  cursor: pointer; font-size: .9rem; color: var(--gray);
}
.checkbox-label input { width: 18px; height: 18px; accent-color: var(--green); cursor: pointer; }

/* ============================================================
   RESPONSIVE ADDITIONS
   ============================================================ */
@media (max-width: 1024px) {
  .creds-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .counties-grid { grid-template-columns: repeat(2, 1fr); }
  .city-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .city-card.featured { grid-column: span 2; }
  .seo-intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .areas-teaser-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-detail-card { grid-template-columns: 1fr; gap: 28px; }
  .service-detail-card.reverse { direction: ltr; }
  .service-detail-card > img { height: 280px; }
  .add-card { grid-template-columns: 1fr !important; }
  .add-card:nth-child(even) img { order: 0; }
  .add-card img { height: 280px; }
  .add-body { padding: 28px; }
  .irrigation-grid { grid-template-columns: 1fr; }
  .irr-img img { position: static; }
  .services-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-page-grid { grid-template-columns: 1fr; }
  .gallery-grid.home-gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .page-hero { height: 300px; }
  .page-hero-content { padding: 0 20px 32px; }
  .values-grid { grid-template-columns: 1fr; }
  .creds-grid { grid-template-columns: 1fr 1fr; }
  .city-cards-grid { grid-template-columns: 1fr; }
  .city-card.featured { grid-column: span 1; grid-template-columns: 1fr; }
  .city-card.featured img { height: 200px; }
  .counties-grid { grid-template-columns: 1fr 1fr; }
  .services-cards-grid { grid-template-columns: 1fr; }
  .cta-banner-inner { flex-direction: column; text-align: center; padding: 32px 24px; }
  .cta-banner-btns { justify-content: center; }
  .seo-intro-imgs { grid-template-columns: 1fr; }
  .seo-intro-imgs img { height: 200px !important; }
  .seo-intro-imgs img:first-child { grid-column: span 1; }
}

@media (max-width: 480px) {
  .creds-grid { grid-template-columns: 1fr; }
  .counties-grid { grid-template-columns: 1fr; }
  .areas-chips { justify-content: center; }
}
