:root {
  --green: #79b133;
  --green-dark: #456f17;
  --green-deep: #18250e;
  --green-soft: #eef8e6;
  --cream: #f7f1e4;
  --paper: #fffdf7;
  --sand: #e6dac1;
  --black: #12130f;
  --ink: #252a1f;
  --muted: #697161;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 19, 15, .16);
  --soft-shadow: 0 14px 36px rgba(18, 19, 15, .10);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 10%, rgba(121, 177, 51, .22), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(121, 177, 51, .15), transparent 25%),
    linear-gradient(135deg, #fffdf7 0%, #f5ecdc 52%, #eef8e6 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .25;
  background-image:
    radial-gradient(circle, rgba(18, 19, 15, .13) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(121, 177, 51, .20) 1px, transparent 1.4px);
  background-size: 34px 34px, 58px 58px;
  background-position: 0 0, 12px 10px;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p, h1, h2, h3 {
  margin-top: 0;
}

p {
  margin-bottom: 0;
}

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

.skip-link {
  position: absolute;
  top: -120px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 247, .87);
  border-bottom: 1px solid rgba(18, 19, 15, .08);
}

.nav-wrap {
  width: min(1220px, calc(100% - 28px));
  min-height: 86px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  width: 222px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 10px 13px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .93rem;
  color: var(--green-deep);
  transition: background .2s ease, transform .2s ease, color .2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: var(--green-soft);
  transform: translateY(-1px);
}

.nav-links .nav-whatsapp {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 12px 24px rgba(121, 177, 51, .28);
}

.nav-links .nav-whatsapp:hover,
.nav-links .nav-whatsapp:focus-visible {
  color: var(--white);
  background: var(--green-dark);
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: var(--green);
  cursor: pointer;
  place-items: center;
  gap: 4px;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 99px;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-button.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-button.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-button.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 720px;
  padding: 98px 0 78px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-shape {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: .42;
  pointer-events: none;
}

.shape-one {
  width: 360px;
  height: 360px;
  left: -110px;
  top: 115px;
  background: rgba(121, 177, 51, .26);
}

.shape-two {
  width: 520px;
  height: 520px;
  right: -210px;
  bottom: -170px;
  background: rgba(18, 19, 15, .08);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 54px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--green-dark);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.eyebrow.light {
  color: #dff5c7;
}

.hero-copy h1 {
  margin-bottom: 22px;
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: .9;
  letter-spacing: -.07em;
  color: var(--black);
}

.hero-text {
  max-width: 670px;
  font-size: clamp(1.12rem, 2.2vw, 1.45rem);
  color: #3c4434;
}

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

.hero-points span {
  padding: 11px 15px;
  border: 1px solid rgba(18, 19, 15, .10);
  border-radius: 999px;
  background: rgba(255, 253, 247, .82);
  box-shadow: var(--soft-shadow);
  font-weight: 800;
  color: var(--green-deep);
}

.hero-actions,
.cta-box,
.footer-grid,
.quick-grid,
.contact-grid,
.split-layout,
.segment-grid,
.identity-grid {
  display: grid;
}

.hero-actions {
  grid-template-columns: repeat(2, max-content);
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 18px 35px rgba(121, 177, 51, .30);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--green-dark);
}

.btn-ghost {
  border-color: rgba(18, 19, 15, .16);
  background: rgba(255, 253, 247, .75);
  color: var(--green-deep);
}

.btn-light {
  background: var(--white);
  color: var(--green-deep);
}

.btn-full {
  width: 100%;
}

.hero-media {
  position: relative;
}

.logo-panel {
  position: relative;
  padding: clamp(18px, 3vw, 30px);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 247, .88);
  border: 1px solid rgba(18, 19, 15, .08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.logo-panel::after {
  content: "";
  position: absolute;
  inset: auto -30px -80px auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(121, 177, 51, .18);
}

.logo-panel img {
  width: 100%;
  border-radius: 22px;
  position: relative;
  z-index: 1;
}

.identity-line {
  width: min(92%, 520px);
  margin: -22px auto 0;
  position: relative;
  z-index: 2;
  padding: 18px 22px;
  text-align: center;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  box-shadow: var(--soft-shadow);
  font-weight: 900;
}

.quick-info {
  padding: 0 0 22px;
  margin-top: -40px;
  position: relative;
  z-index: 3;
}

.quick-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.quick-grid article {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(18, 19, 15, .08);
}

.quick-grid strong,
.quick-grid span {
  display: block;
}

.quick-grid strong {
  margin-bottom: 4px;
  color: var(--green-dark);
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.quick-grid span {
  font-weight: 900;
  color: var(--black);
}

.section {
  padding: 92px 0;
}

.split-layout {
  grid-template-columns: .8fr 1.2fr;
  gap: 36px;
  align-items: start;
}

.section-heading h2,
.center-heading h2,
.cta-box h2,
.location-card h2,
.contact-card h2 {
  margin-bottom: 16px;
  color: var(--black);
  line-height: 1;
  letter-spacing: -.04em;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
}

.content-card {
  padding: 34px;
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 247, .88);
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(18, 19, 15, .08);
  font-size: 1.1rem;
}

.content-card p + p {
  margin-top: 18px;
}

.section-green {
  color: var(--white);
  background:
    radial-gradient(circle at 8% 0%, rgba(121, 177, 51, .28), transparent 30%),
    linear-gradient(135deg, var(--green-deep), #223612 58%, #0f1609);
}

.section-green h2,
.section-green .center-heading p {
  color: var(--white);
}

.center-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.center-heading .eyebrow {
  justify-content: center;
}

.center-heading h2 {
  margin-inline: auto;
}

.center-heading p {
  color: var(--muted);
  font-size: 1.08rem;
}

.segment-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.segment-card {
  min-height: 160px;
  padding: 25px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .14);
  backdrop-filter: blur(12px);
}

.segment-card span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
}

.segment-card h3 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.05;
}

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

.identity-card {
  min-height: 190px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius-lg);
  background: var(--paper);
  border: 1px solid rgba(18, 19, 15, .08);
  box-shadow: var(--soft-shadow);
}

.identity-card .icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--green-soft);
  font-size: 1.6rem;
}

.identity-card h3 {
  margin-bottom: 0;
  color: var(--black);
  font-size: 1.28rem;
}

.cta-section {
  padding: 36px 0;
}

.cta-box {
  grid-template-columns: 1fr max-content;
  gap: 24px;
  align-items: center;
  padding: clamp(26px, 5vw, 52px);
  border-radius: var(--radius-xl);
  color: var(--white);
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 255, 255, .20), transparent 26%),
    linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: var(--shadow);
}

.cta-box h2,
.cta-box p {
  color: var(--white);
}

.cta-box p {
  font-size: 1.08rem;
}

.contact-grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.location-card,
.contact-card {
  padding: clamp(28px, 4vw, 44px);
  min-height: 360px;
  border-radius: var(--radius-xl);
  background: var(--paper);
  border: 1px solid rgba(18, 19, 15, .08);
  box-shadow: var(--soft-shadow);
}

.location-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(rgba(255, 253, 247, .85), rgba(255, 253, 247, .90)),
    radial-gradient(circle at 18% 20%, rgba(121, 177, 51, .32), transparent 28%);
}

.location-card p,
.contact-card p {
  font-size: 1.08rem;
}

.contact-card {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 5%, rgba(121, 177, 51, .28), transparent 30%),
    linear-gradient(135deg, #12130f, #253815);
}

.contact-card h2,
.contact-card p {
  color: var(--white);
}

blockquote {
  margin: 18px 0 24px;
  padding: 18px 20px;
  border-left: 5px solid var(--green);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  color: #f4ffe9;
  font-weight: 800;
}

.site-footer {
  padding: 54px 0 92px;
  color: var(--white);
  background: var(--black);
}

.footer-grid {
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.footer-logo {
  width: min(240px, 100%);
  margin-bottom: 14px;
  border-radius: 16px;
  background: var(--paper);
}

.footer-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #dff5c7;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, .84);
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--white);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 22px;
  border-radius: 999px;
  color: var(--white);
  background: var(--green);
  box-shadow: 0 18px 44px rgba(69, 111, 23, .34);
  font-weight: 900;
}

.back-top {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 90;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--black);
  box-shadow: var(--soft-shadow);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .nav-wrap {
    min-height: 76px;
  }

  .brand {
    width: 190px;
  }

  .menu-button {
    display: grid;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 253, 247, .97);
    border: 1px solid rgba(18, 19, 15, .08);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links a {
    width: 100%;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 68px 0 66px;
  }

  .hero-grid,
  .split-layout,
  .contact-grid,
  .cta-box,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 34px;
  }

  .quick-grid,
  .segment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .identity-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-box {
    text-align: center;
  }

  .cta-box .btn {
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 26px, var(--container));
  }

  .brand {
    width: 156px;
  }

  .hero-copy h1 {
    font-size: clamp(2.85rem, 16vw, 4.4rem);
  }

  .hero-actions,
  .quick-grid,
  .segment-grid,
  .identity-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .hero-actions {
    width: 100%;
  }

  .section {
    padding: 68px 0;
  }

  .content-card,
  .location-card,
  .contact-card {
    padding: 24px;
  }

  .quick-info {
    margin-top: 0;
    padding-top: 16px;
  }

  .identity-line {
    border-radius: 22px;
  }

  .whatsapp-float {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }

  .back-top {
    right: 16px;
    bottom: 84px;
  }

  .site-footer {
    padding-bottom: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
