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

:root {
  --green-deep:   #0f2e1e;
  --green-dark:   #1a3d2b;
  --green-mid:    #2d6a4f;
  --green-bright: #52b788;
  --green-pale:   #d8f3dc;
  --terra:        #b83a0a;
  --terra-warm:   #d9521a;
  --terra-light:  #f4834a;
  --cream:        #f7f2e8;
  --cream-dark:   #ede7d8;
  --sand:         #c9b99a;
  --text:         #1a1a18;
  --muted:        #5a5a56;
  --lighter:      #9a9a94;
  --white:        #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream-dark); }
::-webkit-scrollbar-thumb { background: var(--green-mid); border-radius: 3px; }

/* ─── PRELOADER ─── */
#preloader {
  position: fixed;
  inset: 0;
  background: var(--green-deep);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-logo { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 900; color: var(--cream); letter-spacing: 6px; text-transform: uppercase; }
.preloader-logo span { color: var(--terra-light); }
.preloader-tagline { font-size: 12px; color: rgba(247,242,232,0.4); letter-spacing: 2.5px; text-transform: uppercase; }
.preloader-bar-wrap { width: 140px; height: 2px; background: rgba(247,242,232,0.1); border-radius: 2px; overflow: hidden; }
.preloader-bar { height: 100%; background: var(--terra-light); border-radius: 2px; animation: loadBar 1.2s ease forwards; }
@keyframes loadBar { from { width: 0; } to { width: 100%; } }

/* ─── PROMO BANNER ─── */
#promo-banner {
  background: var(--terra);
  padding: 11px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
}
.promo-text { color: var(--cream); font-size: 13.5px; font-weight: 500; text-align: center; }
.promo-text strong { font-weight: 700; }
.promo-cta { background: rgba(247,242,232,0.2); color: var(--cream); border: 1px solid rgba(247,242,232,0.35); padding: 5px 14px; border-radius: 3px; font-size: 12px; font-weight: 600; cursor: pointer; font-family: 'DM Sans', sans-serif; white-space: nowrap; }
.promo-close { position: absolute; right: 1.5rem; top: 50%; transform: translateY(-50%); background: none; border: none; color: rgba(247,242,232,0.6); font-size: 20px; cursor: pointer; line-height: 1; padding: 4px; }

/* ─── NAVBAR ─── */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(15,46,30,0.97);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  height: 68px;
  border-bottom: 1px solid rgba(82,183,136,0.12);
}
.nav-logo-svg { display: flex; align-items: center; gap: 10px; cursor: pointer; user-select: none; text-decoration: none; }
.logo-mark { width: 36px; height: 36px; flex-shrink: 0; }
.logo-text { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 900; color: var(--cream); letter-spacing: 3px; text-transform: uppercase; line-height: 1; }
.logo-text span { color: var(--terra-light); }
.logo-sub { font-size: 9px; color: rgba(247,242,232,0.4); letter-spacing: 2.5px; text-transform: uppercase; margin-top: 1px; font-family: 'DM Sans', sans-serif; font-weight: 500; }
.nav-center { display: flex; gap: 1.8rem; list-style: none; }
.nav-center a { color: rgba(247,242,232,0.65); text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: 0.3px; transition: color 0.2s; cursor: pointer; }
.nav-center a:hover, .nav-center a.active { color: var(--cream); }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.nav-wa { background: #25d366; color: white; padding: 9px 18px; border-radius: 5px; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: opacity 0.2s; display: flex; align-items: center; gap: 6px; }
.nav-wa:hover { opacity: 0.88; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--cream); border-radius: 2px; transition: all 0.3s; }

/* ─── MOBILE NAV ─── */
#mobile-nav { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--green-deep); padding: 1.5rem 5%; z-index: 999; border-bottom: 1px solid rgba(82,183,136,0.1); max-height: calc(100vh - 68px); overflow-y: auto; }
#mobile-nav.open { display: block; }
#mobile-nav ul { list-style: none; }
#mobile-nav ul li { padding: 0.75rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
#mobile-nav ul li a { color: rgba(247,242,232,0.8); font-size: 16px; text-decoration: none; cursor: pointer; display: block; }

/* ─── FLOATING WHATSAPP ─── */
#float-wa { position: fixed; bottom: 28px; right: 28px; width: 56px; height: 56px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,0.35); z-index: 500; cursor: pointer; text-decoration: none; }

/* ─── SHARED SECTION STYLES ─── */
.section-label { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--green-bright); margin-bottom: 0.75rem; }
.section-label.terra { color: var(--terra); }
.section-h2 { font-size: clamp(28px, 3.5vw, 40px); font-weight: 700; color: var(--cream); line-height: 1.2; }
.section-h2 em { color: var(--terra-light); font-style: italic; }
.section-h2.dark { color: var(--green-dark); }
.section-h2.dark em { color: var(--terra); }

.page-hero-dark { background: var(--green-dark); padding: 120px 5% 4rem; text-align: center; }
.page-hero-deep { background: var(--green-deep); padding: 120px 5% 5rem; }
.page-hero-label { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--green-bright); margin-bottom: 0.75rem; }
.page-hero-h1 { font-size: clamp(32px, 5vw, 56px); font-weight: 900; color: var(--cream); margin-bottom: 1rem; }
.page-hero-sub { font-size: 16px; color: rgba(247,242,232,0.55); max-width: 480px; margin: 0 auto; line-height: 1.7; }

.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: rgba(247,242,232,0.55); cursor: pointer; margin-bottom: 2rem; border: none; background: none; font-family: 'DM Sans', sans-serif; transition: color 0.2s; letter-spacing: 0.3px; text-decoration: none; }
.back-link:hover { color: var(--cream); }

.btn-terra { background: var(--terra); color: var(--cream); padding: 14px 30px; border: none; border-radius: 5px; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: background 0.2s; letter-spacing: 0.3px; text-decoration: none; display: inline-block; }
.btn-terra:hover { background: var(--terra-warm); }
.btn-ghost { background: transparent; color: var(--cream); padding: 13px 28px; border: 1.5px solid rgba(247,242,232,0.25); border-radius: 5px; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500; cursor: pointer; transition: border-color 0.2s, background 0.2s; text-decoration: none; display: inline-block; }
.btn-ghost:hover { border-color: rgba(247,242,232,0.6); background: rgba(247,242,232,0.05); }
.btn-wa { background: #25d366; color: white; padding: 12px 24px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; font-family: 'DM Sans', sans-serif; display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.btn-wa:hover { opacity: 0.88; }

.cta-band { background: var(--green-dark); border-radius: 16px; padding: 3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-top: 3rem; }
.cta-band-text h3 { font-size: 26px; font-weight: 700; color: var(--cream); margin-bottom: 0.5rem; }
.cta-band-text p { font-size: 15px; color: rgba(247,242,232,0.55); }
.cta-band-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ─── FOOTER ─── */
footer { background: var(--green-deep); padding: 4rem 5% 2rem; color: rgba(247,242,232,0.55); }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(247,242,232,0.07); }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 900; color: var(--cream); letter-spacing: 3px; margin-bottom: 0.75rem; }
.footer-brand-name span { color: var(--terra-light); }
.footer-tagline { font-size: 13.5px; line-height: 1.75; max-width: 230px; margin-bottom: 1.25rem; }
.footer-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(82,183,136,0.1); border: 1px solid rgba(82,183,136,0.2); color: var(--green-bright); font-size: 11.5px; font-weight: 600; letter-spacing: 1px; padding: 6px 12px; border-radius: 3px; }
.footer-col h4 { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: rgba(247,242,232,0.3); margin-bottom: 1.1rem; font-weight: 700; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a { font-size: 13.5px; color: rgba(247,242,232,0.55); text-decoration: none; cursor: pointer; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--cream); }
.footer-bottom { max-width: 1100px; margin: 2rem auto 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 13px; }
.trust-strip { background: var(--green-deep); padding: 2rem 5%; display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; border-top: 1px solid rgba(82,183,136,0.1); }
.trust-item { display: flex; align-items: center; gap: 0.75rem; color: rgba(247,242,232,0.5); font-size: 13px; font-weight: 500; }
.trust-icon { width: 34px; height: 34px; border-radius: 7px; background: rgba(82,183,136,0.08); border: 1px solid rgba(82,183,136,0.12); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }

/* ─── HERO BG PATTERN ─── */
.hero-bg-pattern { position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 20%, rgba(82,183,136,0.07) 0%, transparent 55%), radial-gradient(circle at 10% 80%, rgba(184,58,10,0.06) 0%, transparent 45%); pointer-events: none; }
.hero-grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(82,183,136,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(82,183,136,0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav-center { display: none; }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .trust-strip { gap: 1.25rem; }
}
