:root {
  --green: #0c6808;
  --green-deep: #084d05;
  --green-soft: #eef6ed;
  --green-border: rgba(12, 104, 8, 0.16);
  --text: #111111;
  --muted: #5f675e;
  --surface: #ffffff;
  --surface-alt: #f5f7f4;
  --line: rgba(17, 17, 17, 0.08);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1140px;
}

*,
*::before,
*::after {
  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(--text);
  background:
    radial-gradient(circle at top left, rgba(12, 104, 8, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(12, 104, 8, 0.08), transparent 28%),
    linear-gradient(180deg, #fbfcfb 0%, #f1f5f0 100%);
}

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

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(251, 252, 251, 0.82);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
  padding: 0.3rem;
}

.brand strong {
  display: block;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.2;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.2rem;
  font-size: 0.79rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(12, 104, 8, 0.08);
  color: var(--green-deep);
}

.hero {
  padding: 4.5rem 0 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 2rem;
  align-items: stretch;
}

.hero-copy,
.hero-panel {
  min-width: 0;
}

.section-tag,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: rgba(12, 104, 8, 0.08);
  color: var(--green-deep);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-copy h1 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-copy p {
  max-width: 62ch;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #2b2f2a;
  margin: 0 0 1rem;
}

.hero-copy .lead {
  font-size: 1.16rem;
  font-weight: 600;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.button:hover,
.button:focus-visible,
.whatsapp-inline:hover,
.whatsapp-inline:focus-visible,
.whatsapp-widget:hover,
.whatsapp-widget:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #0d7608 0%, #095d05 100%);
  box-shadow: 0 18px 30px rgba(12, 104, 8, 0.24);
}

.button-primary span[data-phone-text] {
  margin-left: 0.35rem;
}

.button-secondary {
  color: var(--green-deep);
  background: #fff;
  border: 1px solid var(--green-border);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.whatsapp-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.whatsapp-inline img {
  width: 189px;
  height: 40px;
}

.chip-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.7rem 0 0;
  padding: 0;
}

.chip-list li {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  font-weight: 600;
}

.hero-panel {
  display: grid;
  gap: 1rem;
}

.panel-card,
.info-card,
.address-card,
.details-card,
.contact-strip {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.panel-card {
  padding: 1.5rem;
}

.panel-logo {
  display: grid;
  place-items: center;
  min-height: 290px;
  background:
    linear-gradient(180deg, rgba(12, 104, 8, 0.06), rgba(255, 255, 255, 0.92)),
    #fff;
}

.panel-logo img {
  width: min(100%, 320px);
  object-fit: contain;
}

.panel-card h2,
.info-card h3,
.details-card h3 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
}

.fact-list {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.fact-list div {
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.fact-list div:first-child {
  padding-top: 0;
  border-top: 0;
}

.fact-list dt {
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fact-list dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #222;
}

.fact-list a {
  color: var(--green-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.section {
  padding: 2rem 0 2.2rem;
}

.section-soft {
  padding-top: 2.2rem;
}

.section-heading {
  margin-bottom: 1.5rem;
  text-align: center;
}

.section-heading.left-aligned {
  text-align: left;
}

.section-heading h2 {
  margin: 0.9rem 0 0.75rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.info-card {
  padding: 1.6rem;
}

.info-card h3 {
  color: var(--green-deep);
}

.info-card p {
  margin: 0;
  line-height: 1.7;
  color: #2d312d;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 1.2rem;
  align-items: start;
}

.address-card,
.details-card,
.contact-strip {
  padding: 1.7rem;
}

.address-card {
  margin-top: 1.25rem;
  background: linear-gradient(180deg, rgba(12, 104, 8, 0.05), rgba(255, 255, 255, 0.95));
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.details-grid div {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: var(--surface-alt);
  border: 1px solid rgba(17, 17, 17, 0.06);
  min-width: 0;
}

.details-grid span {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.83rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.details-grid strong,
.details-grid a {
  color: #1f221f;
  line-height: 1.55;
  word-break: break-word;
}

.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.contact-strip h2 {
  margin: 0.75rem 0 0.8rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.1;
}

.contact-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  padding: 1rem 0 2.4rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  color: var(--muted);
}

.footer-inner strong {
  display: block;
  color: var(--text);
  margin-bottom: 0.35rem;
}

.footer-inner p {
  margin: 0;
  line-height: 1.7;
}

.whatsapp-widget {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.32rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.whatsapp-widget img {
  width: 189px;
  height: 40px;
}

@media (max-width: 1024px) {
  .hero {
    padding-top: 3.5rem;
  }

  .hero-grid,
  .location-grid,
  .card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-inner,
  .contact-strip,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .hero-grid,
  .location-grid,
  .card-grid,
  .details-grid {
    grid-template-columns: 1fr;
  }

  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .site-header {
    position: static;
  }

  .brand {
    align-items: flex-start;
  }

  .brand img {
    width: 62px;
    height: 62px;
  }

  .hero {
    padding-top: 2.3rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.25rem, 13vw, 3.35rem);
  }

  .panel-card,
  .info-card,
  .address-card,
  .details-card,
  .contact-strip {
    border-radius: 24px;
  }

  .site-nav a {
    padding-inline: 0.9rem;
  }

  .contact-actions {
    width: 100%;
    align-items: stretch;
  }

  .contact-actions .button,
  .whatsapp-inline {
    width: 100%;
    justify-content: center;
  }

  .whatsapp-inline img,
  .whatsapp-widget img {
    width: 176px;
    max-width: 100%;
    height: auto;
  }

  .whatsapp-widget {
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

@media (max-width: 540px) {
  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3rem;
  }

  .site-nav a {
    flex: initial;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
    padding: 0.65rem 0.5rem;
    line-height: 1.15;
  }

  .contact-actions {
    margin-top: 1.25rem;
  }

  .button {
    width: 100%;
  }

  .button-primary span[data-phone-text] {
    display: inline;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
