:root {
  --green-deep: #164E3B;
  --green: #22C55E;
  --green-whatsapp: #25D366;
  --charcoal: #17201D;
  --muted: #64716C;
  --bg: #F7F9F8;
  --white: #FFFFFF;
  --border: #DFE8E3;
  --shadow: 0 18px 50px rgba(22, 78, 59, .10);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section { padding: 92px 0; }
.section-soft { background: var(--bg); }

.skip-link { position: absolute; left: -9999px; top: 8px; }
.skip-link:focus {
  left: 8px; z-index: 999; background: var(--white); padding: 10px 14px; border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(223,232,227,.8);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 224px;
  max-height: 58px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-nav > a:not(.btn) {
  text-decoration: none;
  font-size: .95rem;
  font-weight: 650;
  color: #34433D;
}

.main-nav > a:not(.btn):hover { color: var(--green-deep); }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--charcoal);
  margin: 5px 0;
  border-radius: 999px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 750;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--green-deep);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(22,78,59,.16);
}
.btn-primary:hover { background: #103D2E; }

.btn-whatsapp {
  background: var(--green-whatsapp);
  color: #0B331C;
  box-shadow: 0 12px 26px rgba(37,211,102,.18);
}

.btn-outline {
  border-color: var(--green-deep);
  color: var(--green-deep);
  background: transparent;
}

.btn-small {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: .92rem;
}

.btn-light { background: var(--white); color: var(--green-deep); }
.btn-outline-light {
  color: var(--white);
  border-color: rgba(255,255,255,.55);
  background: transparent;
}

.eyebrow {
  display: inline-flex;
  color: var(--green-deep);
  background: #EAF7F0;
  border: 1px solid #D3EEE0;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.eyebrow-plain {
  border: 0;
  padding: 0;
  background: transparent;
  letter-spacing: .10em;
}

.hero {
  overflow: hidden;
  padding-top: 76px;
}

.hero-grid, .split-grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 72px;
  align-items: center;
}

.hero h1 {
  margin: 0 0 18px;
  max-width: 730px;
  color: var(--green-deep);
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.hero-lead, .section-lead {
  font-size: 1.25rem;
  font-weight: 750;
  color: #33463F;
}

.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 18px;
}

.text-link {
  color: var(--green-deep);
  font-weight: 800;
  text-decoration: none;
}

.hero-visual {
  min-height: 520px;
  position: relative;
}

.map-card {
  position: absolute;
  inset: 36px 0 20px 70px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid #DDE9E2;
  box-shadow: var(--shadow);
}

.map-realistic {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(234,243,238,.96)),
    #EAF3EE;
  overflow: hidden;
}

.map-realistic::before {
  content:"";
  position:absolute;
  inset:0;
  opacity:.32;
  background-image:
    linear-gradient(30deg, transparent 48%, #CDDCD4 49%, #CDDCD4 51%, transparent 52%),
    linear-gradient(120deg, transparent 48%, #D9E6DF 49%, #D9E6DF 51%, transparent 52%);
  background-size: 110px 110px, 160px 160px;
}

.park {
  position:absolute;
  background:#CFE8D6;
  border-radius:45% 55% 60% 40%;
  opacity:.9;
}
.park-a { width:28%; height:22%; right:8%; top:8%; }
.park-b { width:22%; height:18%; left:10%; bottom:12%; }

.water {
  position:absolute;
  width:18%;
  height:44%;
  right:30%;
  top:-8%;
  background:#CFE8EE;
  border-radius:55%;
  transform:rotate(18deg);
}

.street {
  position:absolute;
  height:12px;
  background:#fff;
  border:1px solid rgba(22,78,59,.06);
  border-radius:999px;
  box-shadow:0 1px 0 rgba(22,78,59,.03);
}
.street-a { width:82%; left:7%; top:28%; transform:rotate(19deg); }
.street-b { width:74%; left:10%; top:61%; transform:rotate(-16deg); }
.street-c { width:68%; left:24%; top:18%; transform:rotate(80deg); }
.street-d { width:64%; left:2%; top:48%; transform:rotate(7deg); }
.street-e { width:72%; left:20%; top:76%; transform:rotate(12deg); }

.map-pin {
  position: absolute;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 10%;
  transform: rotate(-45deg);
  background: var(--green);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(22,78,59,.18);
  z-index: 4;
}

.map-pin i {
  font-style: normal;
  transform: rotate(45deg);
  line-height: 1;
}

.pin-1 { left: 24%; top: 30%; }
.pin-2 { left: 67%; top: 48%; }
.pin-3 { left: 50%; top: 72%; }
.pin-4 { left: 55%; top: 44%; }

.phone-card {
  position: absolute;
  width: 330px;
  right: 2%;
  bottom: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 28px 70px rgba(23,32,29,.18);
}

.phone-top, .demo-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.phone-top img, .demo-header img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.phone-top small, .demo-header small {
  display: block;
  color: var(--muted);
}

.chat { padding-top: 14px; }

.bubble {
  padding: 11px 13px;
  border-radius: 15px;
  margin: 10px 0;
  font-size: .94rem;
}

.bubble-user { background: #DCF8E7; margin-left: 42px; }
.bubble-bot { background: #F0F4F2; margin-right: 30px; }

.chat-action {
  margin: 8px 0;
  padding: 11px 12px;
  border: 1px solid #CDE8D8;
  background: #F7FCF9;
  border-radius: 12px;
  color: var(--green-deep);
  font-weight: 750;
}

.trust-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 22px 0;
  gap: 16px;
}

.trust-grid div {
  padding: 0 18px;
  border-right: 1px solid var(--border);
}
.trust-grid div:last-child { border-right: 0; }

.trust-grid strong, .trust-grid span { display:block; }
.trust-grid strong { color: var(--green-deep); }
.trust-grid span { color: var(--muted); font-size:.9rem; margin-top:3px; }

.section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2, .split-grid h2, .privacy-card h2 {
  color: var(--green-deep);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -.03em;
  margin: 0 0 14px;
}

.section-heading p, .split-grid p, .privacy-card p { color: var(--muted); }

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

.step-card, .category-card, .benefits-grid article {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 12px 34px rgba(22,78,59,.05);
}

.step-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--green-deep);
  color: var(--white);
  font-weight: 900;
  margin-bottom: 30px;
}

.step-card h3, .category-card h3, .benefits-grid h3 {
  margin: 0 0 8px;
  color: var(--green-deep);
}

.step-card p, .category-card p, .benefits-grid p {
  color: var(--muted);
  margin: 0;
}

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

.category-icon {
  width: 58px;
  height: 58px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#EDF8F2;
  border:1px solid #D7ECE0;
  margin-bottom:16px;
}

.category-icon img {
  width: 38px;
  height: 38px;
}

.whatsapp-section {
  background: linear-gradient(135deg, #F1FFF6 0%, #FFFFFF 55%);
}

.chat-demo {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.split-reverse > :first-child { order: 1; }
.split-reverse > :last-child { order: 2; }

.web-preview {
  background: #EAF1ED;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 16px;
  box-shadow: var(--shadow);
}

.preview-toolbar {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 8px;
}

.preview-toolbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #91A59B;
}

.preview-body {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
}

.preview-map {
  min-height: 300px;
  border-radius: 18px;
}

.preview-form {
  background: var(--white);
  border-radius: 18px;
  padding: 24px 18px;
}

.line {
  height: 14px;
  width: 78%;
  background: #E5ECE8;
  border-radius: 999px;
  margin-bottom: 18px;
}

.line.wide { width: 92%; height: 18px; }
.line.button { width: 55%; height: 38px; background: var(--green); margin-top: 40px; }

.large-map {
  height: 520px;
  border-radius: 30px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.map-overlay-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: 320px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 40px rgba(23,32,29,.14);
  z-index: 6;
}

.map-overlay-card strong, .map-overlay-card span { display: block; }
.map-overlay-card span { color: var(--muted); margin: 8px 0 16px; }

.map-note {
  margin: 12px 0 0;
  color: #8A9690;
  font-size: .88rem;
  text-align: right;
}

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

.benefits-grid article span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #EAF7F0;
  color: var(--green-deep);
  font-weight: 900;
  margin-bottom: 20px;
}

.privacy-card {
  max-width: 900px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 34px;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(22,78,59,.06);
}

.privacy-icon {
  font-size: 2rem;
  background: #EAF7F0;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
}

.inline-links { display: flex; gap: 20px; flex-wrap: wrap; }
.inline-links a { color: var(--green-deep); font-weight: 800; }

.final-cta {
  background: var(--green-deep);
  color: var(--white);
  padding: 64px 0;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.final-cta img { width: 86px; height: 86px; object-fit: contain; }

.final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}

.final-cta p { margin: 12px 0 0; color: rgba(255,255,255,.76); }

.final-actions { display: flex; flex-direction: column; gap: 10px; }

.site-footer {
  padding: 48px 0 22px;
  background: #F4F7F5;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand img { width: 210px; }
.footer-brand p { color: var(--muted); margin: 8px 0 0; }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: start;
}

.footer-links a {
  color: #425149;
  text-decoration: none;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--border);
  margin-top: 32px;
  padding-top: 20px;
  color: #78847E;
  font-size: .88rem;
}

@media (max-width: 1040px) {
  .main-nav { gap: 13px; }
  .main-nav > a:not(.btn) { display: none; }
  .steps-grid, .category-grid, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 72px 0; }
  .menu-toggle { display: block; }

  .main-nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--shadow);
  }

  .main-nav.open { display: flex; }
  .main-nav > a:not(.btn) { display: block; padding: 8px 4px; }

  .hero-grid, .split-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero { padding-top: 50px; }
  .hero-visual { min-height: 470px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div { border-bottom: 1px solid var(--border); padding-bottom: 12px; }

  .split-reverse > :first-child, .split-reverse > :last-child { order: initial; }

  .final-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .final-actions { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .footer-grid, .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand img { width: 184px; }
  .hero h1 { font-size: 3rem; }

  .hero-actions, .final-actions { flex-direction: column; }
  .hero-actions .btn, .final-actions .btn { width: 100%; }

  .hero-visual { min-height: 430px; }
  .map-card { inset: 0 0 70px 0; }
  .phone-card { width: 285px; right: 12px; }

  .trust-grid, .steps-grid, .category-grid, .benefits-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; }

  .preview-body { grid-template-columns: 1fr; }
  .preview-form { display: none; }

  .large-map { height: 440px; }

  .map-overlay-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }

  .privacy-card { grid-template-columns: 1fr; padding: 24px; }
  .footer-links { flex-direction: column; }
  .map-note { text-align:left; }
}
