
:root {
  --bg: #f5fbf4;
  --bg-2: #edf7ea;
  --cream: #fffdf7;
  --panel: rgba(255,255,255,.84);
  --panel-strong: rgba(255,255,255,.92);
  --text: #1f3421;
  --muted: #5f7964;
  --green: #2f7a36;
  --green-2: #4f9d41;
  --green-3: #93cb5d;
  --mint: #dff2da;
  --teal: #d9f0ee;
  --line: rgba(31,52,33,.10);
  --shadow: 0 24px 58px rgba(28,58,31,.10);
  --radius: 28px;
  --radius-sm: 18px;
  --max: 1180px;
  --header-h: 88px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 0% 0%, rgba(147,203,93,.18), transparent 24%),
    radial-gradient(circle at 100% 10%, rgba(79,157,65,.12), transparent 20%),
    linear-gradient(180deg, #f9fdf7 0%, #f0f8ee 58%, #e8f4e4 100%);
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--green); color: white; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; position: relative; }
.section-sm { padding: 72px 0; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px;
  color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 32px; height: 2px; border-radius: 99px; background: linear-gradient(90deg,var(--green-3),var(--green)); }
h1,h2,h3,h4,p { margin-top: 0; }
h1,h2,h3,h4 { line-height: 1.05; letter-spacing: -.03em; color: #19301d; }
h1 { font-size: clamp(3rem, 7vw, 5.6rem); margin-bottom: 20px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); margin-bottom: 18px; }
h3 { font-size: clamp(1.18rem, 2vw, 1.6rem); margin-bottom: 10px; }
.lead { font-size: clamp(1rem, 1.5vw, 1.2rem); color: var(--muted); max-width: 720px; }
.accent { color: var(--green); }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card {
  background: var(--panel); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.86); box-shadow: var(--shadow); border-radius: var(--radius); padding: 28px;
}
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header-h);
  border-bottom: 1px solid transparent; transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.site-header.scrolled {
  background: rgba(248,252,245,.88); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-color: rgba(31,52,33,.07); box-shadow: 0 10px 35px rgba(28,58,31,.07);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 50px; height: 50px; border-radius: 16px; overflow: hidden; flex: 0 0 auto;
  background: linear-gradient(145deg,#f2f8ee,#ffffff); border: 1px solid rgba(31,52,33,.08); box-shadow: 0 12px 28px rgba(31,52,33,.10);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { line-height: .96; }
.brand-copy strong { display: block; font-size: 1.18rem; color: #1d351f; }
.brand-copy span { display: block; font-size: .82rem; color: var(--green); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-copy small { display: block; font-size: .55rem; color: #738a72; letter-spacing: .16em; text-transform: uppercase; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.nav-link, .nav-button {
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 13px; border-radius: 12px;
  color: #35533a; font-weight: 700; background: transparent; border: 0;
}
.nav-link:hover, .nav-link.active, .nav-button:hover, .nav-button.active { background: rgba(79,157,65,.10); color: var(--green); }
.nav-item { position: relative; }
.nav-button svg { width: 15px; height: 15px; transition: transform .2s ease; }
.dropdown-menu {
  position: absolute; left: 0; top: calc(100% + 10px); min-width: 250px; z-index: 1005;
  background: rgba(252,255,250,.98); border: 1px solid rgba(31,52,33,.08); border-radius: 18px; padding: 10px;
  box-shadow: 0 24px 60px rgba(28,58,31,.12); opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.dropdown-link { display: block; padding: 11px 12px; border-radius: 12px; color: #35533a; font-weight: 650; transition: .18s ease; }
.dropdown-link small { display: block; color: #7d917f; font-size: .74rem; font-weight: 500; margin-top: 3px; }
.dropdown-link:hover { background: rgba(79,157,65,.10); color: var(--green); }
.nav-item.has-dropdown:hover .dropdown-menu,
.nav-item.has-dropdown:focus-within .dropdown-menu,
.nav-item.has-dropdown.open .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-item.has-dropdown:hover .nav-button svg,
.nav-item.has-dropdown.open .nav-button svg,
.nav-item.has-dropdown:focus-within .nav-button svg { transform: rotate(180deg); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  display: none; width: 46px; height: 46px; border-radius: 14px; border: 1px solid rgba(31,52,33,.10);
  background: rgba(255,255,255,.78); color: var(--text); align-items: center; justify-content: center;
}
.menu-toggle svg { width: 22px; height: 22px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: 14px; border: 1px solid transparent; font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg,var(--green),var(--green-2)); color: white; box-shadow: 0 18px 32px rgba(47,122,54,.18); }
.btn-light { background: rgba(255,255,255,.80); border-color: rgba(31,52,33,.07); color: var(--green); }
.btn-outline { background: transparent; border-color: rgba(79,157,65,.26); color: var(--green); }
.btn-whatsapp { background: #25d366; color: #082d10; }
.btn-sm { min-height: 44px; padding-inline: 16px; }
.btn svg { width: 18px; height: 18px; }
.hero { padding: 148px 0 88px; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 0% 30%, rgba(147,203,93,.14), transparent 26%), radial-gradient(circle at 96% 6%, rgba(31,52,33,.05), transparent 18%), linear-gradient(180deg, rgba(255,255,255,.38), transparent 58%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy h1 .line-2, .hero-copy h1 .line-3 { display: block; }
.hero-copy h1 .line-3 { color: var(--green); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.82); border: 1px solid rgba(31,52,33,.07); box-shadow: var(--shadow); color: #35533a; font-weight: 700; }
.hero-pill svg { width: 17px; height: 17px; color: var(--green); }
.hero-visual { position: relative; min-height: 620px; }
.hero-main {
  position: absolute; inset: 72px 0 0 34px; overflow: hidden; border-radius: 38px;
  background: white; border: 1px solid rgba(255,255,255,.90); box-shadow: 0 28px 68px rgba(28,58,31,.14);
}
.hero-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-note {
  position: absolute; left: 0; top: 0; max-width: 245px; z-index: 4;
  background: linear-gradient(145deg,#1d4e24,#2f7a36); color: white; border-radius: 26px; padding: 20px 22px; box-shadow: 0 24px 52px rgba(31,80,41,.28);
}
.hero-note strong { display: block; font-size: 1.36rem; line-height: 1; margin-bottom: 8px; }
.hero-note span { color: rgba(255,255,255,.78); }
.floating-card {
  position: absolute; right: 0; bottom: 28px; z-index: 4; max-width: 270px;
  background: rgba(250,255,248,.94); border: 1px solid rgba(31,52,33,.08); box-shadow: var(--shadow); border-radius: 24px; padding: 18px;
}
.icon-box {
  width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; flex: 0 0 auto;
  background: linear-gradient(145deg, rgba(147,203,93,.20), rgba(255,255,255,.95)); border: 1px solid rgba(79,157,65,.14); color: var(--green);
}
.icon-box svg { width: 28px; height: 28px; }
.stats-strip {
  background: linear-gradient(135deg, #1f4f25, #2f7a36); color: white; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08);
}
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.stats-item { display: flex; gap: 14px; align-items: center; padding: 10px 8px; }
.stats-item strong { display: block; font-size: 1rem; }
.stats-item span { display: block; color: rgba(255,255,255,.78); font-size: .86rem; line-height: 1.35; }
.stats-item .icon-box { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.08); color: #dff7cd; }
.service-card {
  background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.90); box-shadow: var(--shadow); border-radius: 26px; overflow: hidden;
}
.service-card img { width: 100%; height: 230px; object-fit: cover; }
.service-card .copy { padding: 22px; }
.service-card .copy p { color: var(--muted); margin-bottom: 0; }
.service-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.meta-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(79,157,65,.10); border: 1px solid rgba(79,157,65,.14); color: #2d6b34; font-weight: 700; font-size: .82rem; }
.feature-card {
  display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 26px;
  background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.90); box-shadow: var(--shadow); border-radius: 24px;
}
.feature-card p { color: var(--muted); margin-bottom: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.metric {
  background: rgba(255,255,255,.84); border: 1px solid rgba(255,255,255,.88); border-radius: 22px; box-shadow: var(--shadow); padding: 22px 20px;
}
.metric strong { display: block; font-size: 2rem; line-height: 1; color: var(--green); margin-bottom: 8px; }
.metric span { color: var(--muted); font-size: .9rem; }
.banner-split { display: grid; grid-template-columns: .96fr 1.04fr; gap: 24px; align-items: center; }
.banner-split .visual, .visual-frame {
  overflow: hidden; border-radius: 28px; background: white; border: 1px solid rgba(255,255,255,.90); box-shadow: var(--shadow);
}
.banner-split .visual img, .visual-frame img { width: 100%; height: 100%; object-fit: cover; }
.banner-split .visual img { min-height: 300px; }
.banner-split .copy { background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.90); box-shadow: var(--shadow); border-radius: 28px; padding: 30px; }
.check-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); }
.check-list svg { width: 18px; height: 18px; color: var(--green); flex: 0 0 auto; margin-top: 3px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.gallery-card { background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.92); box-shadow: var(--shadow); border-radius: 24px; overflow: hidden; }
.gallery-card img { width: 100%; height: 235px; object-fit: cover; }
.gallery-card .copy { padding: 18px; }
.gallery-card .copy strong { display: block; margin-bottom: 6px; font-size: 1.05rem; }
.gallery-card .copy p { color: var(--muted); margin-bottom: 0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.testimonial-card { background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.92); box-shadow: var(--shadow); border-radius: 24px; padding: 24px; }
.testimonial-card p { color: var(--muted); margin-bottom: 16px; }
.testimonial-card strong { display: block; color: #234f2a; }
.page-hero { padding: 154px 0 80px; position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,0)); }
.page-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 86% 16%, rgba(79,157,65,.12), transparent 18%), radial-gradient(circle at 12% 28%, rgba(147,203,93,.12), transparent 18%); }
.breadcrumbs { display: flex; align-items: center; gap: 10px; color: #6f8872; font-size: .86rem; margin-bottom: 18px; }
.breadcrumbs a:hover { color: var(--green); }
.badge-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.badge-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(79,157,65,.10); border: 1px solid rgba(79,157,65,.14); color: #2f6f35; font-weight: 700; }
.faq-list { display: grid; gap: 12px; max-width: 860px; }
.faq-item { background: rgba(255,255,255,.88); border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.92); box-shadow: var(--shadow); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left; padding: 22px 24px; background: transparent; border: 0; color: #1f3421; font-weight: 800; }
.faq-question svg { width: 20px; height: 20px; color: var(--green); transition: transform .2s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-answer p { margin: 0; padding: 0 24px 22px; color: var(--muted); }
.faq-item.open .faq-answer { max-height: 280px; }
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: start; }
.contact-card { background: rgba(255,255,255,.88); border-radius: 28px; border: 1px solid rgba(255,255,255,.92); box-shadow: var(--shadow); padding: 30px; }
.contact-method { display: flex; gap: 14px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid rgba(31,52,33,.08); }
.contact-method:last-child { border-bottom: 0; }
.contact-method strong { display: block; }
.contact-method span, .contact-method a { color: var(--muted); }
.contact-method a:hover { color: var(--green); }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.form-group { display: grid; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: .9rem; font-weight: 700; color: #2a452e; }
.form-control {
  min-height: 52px; width: 100%; border-radius: 14px; border: 1px solid rgba(31,52,33,.12); background: rgba(255,255,255,.95); color: var(--text); padding: 0 15px; outline: none;
}
textarea.form-control { min-height: 130px; resize: vertical; padding-top: 14px; }
.form-control:focus { border-color: rgba(79,157,65,.48); box-shadow: 0 0 0 4px rgba(79,157,65,.10); }
.form-note { font-size: .82rem; color: var(--muted); }
.cta-banner {
  position: relative; overflow: hidden; background: linear-gradient(135deg, #1f4f25, #3b8b43); color: white; border-radius: 34px; padding: 46px; box-shadow: 0 26px 64px rgba(31,80,41,.22);
}
.cta-banner::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; right: -90px; top: -120px; border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 0 60px rgba(255,255,255,.06); }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.cta-banner h2 { color: #ffffff; }
.cta-banner p { color: rgba(255,255,255,.76); margin-bottom: 0; }
.cta-banner .eyebrow { color: #d8ffc9; }
.cta-banner .eyebrow::before { background: linear-gradient(90deg,#d8ffc9,#ffffff); }
.site-footer { background: linear-gradient(180deg, #143619, #0f2612); color: white; padding: 72px 0 24px; margin-top: 24px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .85fr .9fr 1fr; gap: 34px; }
.footer-title { font-size: .88rem; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 18px; color: rgba(255,255,255,.92); }
.footer-links, .footer-contact { display: grid; gap: 10px; color: rgba(255,255,255,.74); }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-brand p { color: rgba(255,255,255,.74); max-width: 330px; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.10); color: rgba(255,255,255,.60); display: flex; justify-content: space-between; gap: 20px; font-size: .82rem; }
.footer-brand .brand-copy strong { color: #f5fff3; }
.footer-brand .brand-copy span { color: #d8ffc9; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; z-index: 900; background: #25d366; color: white; box-shadow: 0 16px 35px rgba(16,24,40,.18); }
.whatsapp-float svg { width: 30px; height: 30px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .66s ease, transform .66s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .main-nav {
    position: fixed; top: 0; right: -100%; width: min(390px, 92vw); height: 100dvh; padding: 104px 20px 28px; background: #fbfff8;
    border-left: 1px solid rgba(31,52,33,.08); box-shadow: -24px 0 60px rgba(28,58,31,.12); display: flex; flex-direction: column; align-items: stretch; gap: 6px;
    transition: right .28s ease;
  }
  .menu-open .main-nav { right: 0; }
  .menu-toggle { display: inline-flex; }
  .header-actions .btn { display: none; }
  .nav-item { width: 100%; }
  .nav-button, .nav-link { width: 100%; justify-content: space-between; }
  .dropdown-menu {
    position: static; min-width: 0; margin-top: 8px; padding: 8px; border-radius: 16px; transform: none; background: rgba(79,157,65,.06);
    max-height: 0; overflow: hidden; opacity: 1; visibility: visible; box-shadow: none; transition: max-height .25s ease, padding .25s ease, margin .25s ease;
  }
  .nav-item.has-dropdown:hover .dropdown-menu,
  .nav-item.has-dropdown:focus-within .dropdown-menu { max-height: 0; }
  .nav-item.has-dropdown.open .dropdown-menu { max-height: 420px; }
  .nav-item.has-dropdown.open .nav-button svg { transform: rotate(180deg); }
  .stats-grid, .metric-grid, .footer-grid, .testimonial-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 900px) {
  :root { --header-h: 78px; }
  .section { padding: 82px 0; }
  .hero { padding: 130px 0 72px; }
  .hero-grid, .grid-2, .banner-split, .contact-grid, .cta-inner { grid-template-columns: 1fr; display: grid; }
  .hero-copy { text-align: center; }
  .hero-actions, .hero-points, .badge-row { justify-content: center; }
  .hero-visual { min-height: 520px; }
  .hero-main { inset: 92px 0 0; }
  .hero-note { left: 12px; top: 0; }
  .floating-card { right: 12px; bottom: 18px; }
  .grid-3, .grid-4, .gallery-grid, .stats-grid, .metric-grid, .footer-grid, .testimonial-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 22px), var(--max)); }
  h1 { font-size: clamp(2.7rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 3rem); }
  .brand-copy small { display: none; }
  .brand-mark { width: 44px; height: 44px; }
  .hero-visual { min-height: 430px; }
  .hero-main { inset: 108px 0 0; }
  .hero-note { max-width: 190px; padding: 16px; }
  .hero-note strong { font-size: 1.15rem; }
  .floating-card { max-width: 196px; padding: 15px; }
  .quote-form { grid-template-columns: 1fr; }
  .form-group.full { grid-column: auto; }
  .cta-banner { padding: 34px 24px; }
  .page-hero { padding: 136px 0 64px; }
  .footer-bottom { flex-direction: column; }
}
