
:root {
  --forest: #0d3b1e;
  --forest-2: #14522a;
  --leaf: #2f8f4e;
  --mint: #7bc96f;
  --gold: #c9a227;
  --orange: #f08a1a;
  --cream: #f7f3e8;
  --paper: #fffdf8;
  --ink: #132017;
  --muted: #4d5f52;
  --line: rgba(13,59,30,.12);
  --shadow: 0 22px 50px rgba(13,59,30,.14);
  --max: 1180px;
  --display: "Outfit", system-ui, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(201,162,39,.14), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(47,143,78,.12), transparent 24%),
    linear-gradient(180deg, #f4f7f1 0%, var(--cream) 40%, #eef4ec 100%);
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.nav {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 12px clamp(14px, 3vw, 28px);
  background: rgba(13,59,30,.94); color: #f5fff7; backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 44px; height: 44px; border-radius: 12px; background: #fff; flex-shrink: 0; }
.brand strong { display: block; font-family: var(--display); font-weight: 800; letter-spacing: -.02em; font-size: 1rem; line-height: 1.15; }
.brand-tagline { display: block; font-style: normal; color: #cfe8d4; font-size: .78rem; line-height: 1.2; }
.nav nav { display: flex; gap: 16px; font-weight: 700; font-size: .9rem; }
.nav nav a:hover { color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.lang-toggle {
  display: inline-flex; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; overflow: hidden;
}
.lang-toggle button {
  border: 0; background: transparent; color: #e7f6eb; padding: 8px 12px; font-weight: 800; cursor: pointer;
}
.lang-toggle button.active { background: linear-gradient(135deg, var(--gold), #e0b93d); color: #1a1404; }
.nav-call, .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; font-weight: 800; font-family: var(--display); border: 0; cursor: pointer;
}
.nav-call {
  padding: 10px 14px; background: linear-gradient(135deg, var(--gold), #e0b93d); color: #1a1404; white-space: nowrap;
}
.nav-call .phone-ico,
.nav-call .phone-ico svg { width: 18px; height: 18px; display: block; flex-shrink: 0; }
.menu-btn {
  display: none; width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(255,255,255,.2);
  background: transparent; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
}
.menu-btn span { width: 18px; height: 2px; background: #fff; display: block; }
.mobile-nav {
  display: none; background: #0a2f18; color: #fff; padding: 12px 18px 18px;
}
.mobile-nav.open { display: grid; gap: 10px; }
.mobile-nav a { font-weight: 700; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); }

.hero {
  position: relative; min-height: min(920px, calc(100vh - 72px));
  display: grid; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transform: scale(1.04); filter: saturate(1.05);
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(8,28,16,.88) 0%, rgba(8,28,16,.72) 42%, rgba(8,28,16,.42) 100%),
    radial-gradient(circle at 70% 30%, rgba(201,162,39,.18), transparent 30%);
}
.hero-inner {
  position: relative; z-index: 1; max-width: var(--max); width: 100%; margin: 0 auto;
  padding: clamp(28px, 5vw, 54px) clamp(16px, 3vw, 24px) 34px;
  display: grid; grid-template-columns: 1.15fr .9fr; gap: 22px; align-items: stretch;
}
.hero-copy { color: #f4fff7; min-width: 0; }
.eyebrow {
  display: grid; gap: 6px; margin: 0 0 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  font-size: .82rem; color: #d9f0df;
}
.eyebrow span {
  display: inline-flex; width: fit-content; padding: 7px 11px; border-radius: 999px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
}
h1 {
  margin: 0 0 14px; font-family: var(--display); font-weight: 800; letter-spacing: -.03em;
  line-height: 1.02; font-size: clamp(2.4rem, 5.6vw, 4.2rem);
}
.hero-copy .lede { margin: 0 0 20px; color: #d7ecdd; font-size: 1.08rem; max-width: 36rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.btn.gold {
  padding: 14px 18px; background: linear-gradient(135deg, var(--gold), #e0b93d); color: #1a1404;
  box-shadow: 0 12px 28px rgba(201,162,39,.28);
}
.btn.glass {
  padding: 14px 18px; background: rgba(255,255,255,.08); color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}
.hero-points {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; list-style: none; padding: 0; margin: 0;
}
.hero-points li {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; padding: 12px;
}
.hero-points b { display: block; font-family: var(--display); margin-bottom: 2px; }
.hero-points span { color: #cfe3d5; font-size: .88rem; }

.estimate-card {
  background: rgba(255,253,248,.97); color: var(--ink); border-radius: 24px; padding: 22px;
  box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.5); min-width: 0;
}
.estimate-card h2 { margin: 0 0 6px; font-family: var(--display); font-size: 1.55rem; letter-spacing: -.02em; }
.estimate-card > p { margin: 0 0 14px; color: var(--muted); }
.estimate-card form { display: grid; gap: 10px; }
.estimate-card label { display: grid; gap: 5px; font-size: .84rem; font-weight: 800; color: var(--forest); }
.estimate-card input, .estimate-card select, .estimate-card textarea {
  width: 100%; border-radius: 14px; border: 1px solid var(--line); background: #fff; padding: 12px; color: var(--ink);
}
.estimate-card .form-submit {
  display: inline-flex; justify-content: center; align-items: center; width: 100%;
  padding: 14px 16px; border-radius: 999px; font-weight: 800; font-family: var(--display);
  background: linear-gradient(135deg, var(--forest), var(--leaf)); color: #fff; border: 0; cursor: pointer;
}
.form-note { margin: 8px 0 0; font-size: .82rem; color: var(--muted); font-weight: 600; }

.trust-marquee {
  position: relative; z-index: 1; overflow: hidden; background: var(--forest); color: #e9f8ee;
  border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06);
}
.trust-marquee > div {
  display: flex; gap: 28px; width: max-content; padding: 14px 0;
  animation: marquee 28s linear infinite; font-weight: 800; font-family: var(--display); letter-spacing: .04em;
}
.trust-marquee span { white-space: nowrap; opacity: .95; }
.trust-marquee span::before { content: "●"; color: var(--gold); margin-right: 28px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(42px, 7vw, 72px) clamp(16px, 3vw, 24px); }
.section-head { max-width: 720px; margin-bottom: 26px; }
.label {
  margin: 0 0 8px; color: var(--leaf); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: .76rem;
}
h2 {
  margin: 0 0 10px; font-family: var(--display); font-weight: 800; letter-spacing: -.03em;
  font-size: clamp(1.8rem, 3.4vw, 2.7rem); line-height: 1.08;
}
.section-head p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.service-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 18px;
  box-shadow: var(--shadow); min-width: 0; transition: transform .15s ease;
}
.service-card:hover { transform: translateY(-3px); }
.service-card span {
  display: inline-flex; width: 42px; height: 42px; border-radius: 12px; align-items: center; justify-content: center;
  background: rgba(47,143,78,.12); color: var(--forest); font-family: var(--display); font-weight: 800; margin-bottom: 10px;
}
.service-card h3 { margin: 0 0 8px; font-family: var(--display); font-size: 1.15rem; letter-spacing: -.02em; }
.service-card p { margin: 0 0 12px; color: var(--muted); font-size: .96rem; }
.service-card div { display: flex; flex-wrap: wrap; gap: 6px; }
.service-card b {
  font-size: .74rem; font-weight: 800; padding: 5px 9px; border-radius: 999px;
  background: rgba(13,59,30,.06); color: var(--forest-2);
}

.brand-panels {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px;
}
.brand-panels figure {
  margin: 0; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow);
  background: #fff; min-width: 0;
}
.brand-panels img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; }
.brand-panels figcaption {
  padding: 12px 14px; font-weight: 800; font-family: var(--display); font-size: .95rem; color: var(--forest);
}

.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.proof-card {
  background: linear-gradient(180deg, #fff, #f4faf4); border: 1px solid var(--line); border-radius: 20px;
  padding: 18px; box-shadow: var(--shadow); min-width: 0;
}
.proof-card div {
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--gold), #e0b93d); color: #1a1404; font-weight: 900; margin-bottom: 10px;
}
.proof-card h3 { margin: 0 0 6px; font-family: var(--display); font-size: 1.05rem; }
.proof-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.process-card {
  background: var(--forest); color: #eef9f0; border-radius: 20px; padding: 18px; min-width: 0;
}
.process-card span {
  display: inline-block; background: var(--gold); color: #1a1404; border-radius: 999px;
  padding: 4px 10px; font-weight: 900; font-family: var(--display); font-size: .78rem; margin-bottom: 12px;
}
.process-card h3 { margin: 0 0 8px; font-family: var(--display); }
.process-card p { margin: 0; color: #cfe3d5; }

.areas { display: grid; gap: 14px; }
.area-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.area-pills span {
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-weight: 700;
  color: var(--forest-2); box-shadow: 0 8px 18px rgba(13,59,30,.05);
}

.faq-list { display: grid; gap: 10px; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 4px 16px; box-shadow: var(--shadow);
}
.faq-item summary { cursor: pointer; list-style: none; padding: 14px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item h3 { margin: 0; display: inline; font-family: var(--display); font-size: 1.05rem; }
.faq-item p { margin: 0 0 14px; color: var(--muted); }

.final {
  max-width: var(--max); margin: 0 auto 28px; padding: 0 clamp(16px, 3vw, 24px);
}
.final-card {
  display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px;
  background: linear-gradient(135deg, var(--forest), #1a5c2e 55%, #0f4022);
  color: #f3fff6; border-radius: 28px; padding: clamp(22px, 4vw, 34px); box-shadow: var(--shadow);
}
.final-card h2 { color: #fff; }
.final-card p { color: #d5ecd8; }
.final-nap {
  background: rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 16px;
  display: grid; gap: 8px; align-content: start;
}
.final-nap a { color: #ffe29a; font-weight: 800; }

.footer {
  background: #091f12; color: #cfe3d5; padding: 48px clamp(16px, 3vw, 28px) 28px;
}
.footer-grid {
  max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px;
}
.footer h3 { margin: 0 0 12px; color: #fff; font-family: var(--display); font-size: 1rem; }
.footer a, .footer p { display: block; margin: 0 0 8px; color: #cfe3d5; }
.footer a:hover { color: var(--gold); }
.footer-bottom {
  max-width: var(--max); margin: 24px auto 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08);
  font-size: .9rem; color: #9fbaa8;
}
.footer-bottom-row {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 10px 18px;
}
.footer-bottom p { margin: 0 0 6px; }
.powered-by { margin: 0; color: #9fbaa8; white-space: nowrap; }
.powered-by a { display: inline; color: #ffe29a; font-weight: 800; margin: 0; }
.powered-by a:hover { color: var(--gold); }
.socials { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
.socials a { color: #ffe29a; font-weight: 800; }

html[lang="es"] .en-only { display: none !important; }
html[lang="en"] .es-only { display: none !important; }

@media (max-width: 980px) {
  .nav {
    padding: 8px 12px;
    gap: 8px;
    min-height: 56px;
  }
  .brand { gap: 8px; }
  .brand img { width: 36px; height: 36px; border-radius: 10px; }
  .brand strong { font-size: .92rem; }
  .brand-tagline { display: none !important; }
  .nav nav { display: none; }
  .menu-btn { display: inline-flex; width: 38px; height: 38px; }
  .lang-toggle button { padding: 6px 10px; font-size: .82rem; }
  .nav-call { padding: 8px 12px; }
  .nav-call .phone-ico,
  .nav-call .phone-ico svg { width: 16px; height: 16px; }
  .hero-inner, .final-card, .brand-panels { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .proof-grid, .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-points { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  h1 { font-size: clamp(2.1rem, 10vw, 2.8rem); }
  .service-grid, .proof-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .nav-call .full { display: none; }
  .hero-actions .btn { width: 100%; }
  .brand-panels img { aspect-ratio: 4/3; }
  .nav { padding: 7px 10px; min-height: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  .trust-marquee > div { animation: none; }
}
