:root {
  --bg: #f7f2e4;
  --surface: #fff8e8;
  --surface-strong: #ffffff;
  --text: #4b2e14;
  --muted: #755f45;
  --primary: #3f7438;
  --primary-dark: #244b27;
  --accent: #f5b71b;
  --accent-dark: #c78a14;
  --brown: #5a3717;
  --border: #e9dcc1;
  --glass: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 80px rgba(75, 46, 20, 0.17);
  --header-height: 96px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 16px);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(245, 183, 27, 0.24), transparent 28rem),
    linear-gradient(180deg, #fffaf0 0%, var(--bg) 42%, #eef4e9 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(36, 75, 39, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.03em;
}

.brand picture {
  display: inline-flex;
  flex-shrink: 0;
}

.brand-logo {
  width: 92px;
  height: 76px;
  object-fit: contain;
  padding: 7px;
  background: rgba(255, 248, 232, 0.96);
  border: 1px solid rgba(245, 183, 27, 0.38);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #fff;
}

.nav-links a:focus-visible,
.brand:focus-visible,
.btn:focus-visible,
.whatsapp-float:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  color: var(--brown);
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(199, 138, 20, 0.28);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(199, 138, 20, 0.34);
}

.btn-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.92rem;
}

.btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.btn-full {
  width: 100%;
}

.hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 96px);
  margin: 0;
  padding: 96px max(24px, calc((100vw - 1180px) / 2)) 86px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(30, 57, 30, 0.9) 0%, rgba(50, 69, 31, 0.72) 46%, rgba(75, 46, 20, 0.16) 100%),
    linear-gradient(180deg, rgba(36, 75, 39, 0.24), rgba(50, 34, 17, 0.72)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 9px 13px;
  color: #ffe7a4;
  background: rgba(245, 183, 27, 0.14);
  border: 1px solid rgba(245, 183, 27, 0.32);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.75rem, 6vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

.hero-text {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.22rem;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin: 34px 0 26px;
}

.trust-row span {
  padding: 10px 14px;
  color: #fff;
  background: rgba(255, 248, 232, 0.12);
  border: 1px solid rgba(245, 183, 27, 0.28);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.94rem;
  backdrop-filter: blur(12px);
}

.hero-card {
  overflow: hidden;
  background: rgba(255, 248, 232, 0.16);
  border: 1px solid rgba(245, 183, 27, 0.24);
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.hero-card-image,
.showcase-image {
  background:
    linear-gradient(180deg, rgba(31, 42, 32, 0.1), rgba(31, 42, 32, 0.42)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=85") center/cover;
}

.hero-card-image {
  min-height: 360px;
}

.hero-card-body {
  padding: 28px;
}

.card-label {
  margin-bottom: 8px;
  color: #ffe7a4;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.hero-card h2 {
  margin-bottom: 18px;
  font-size: 2rem;
  color: #fff;
}

.card-summary {
  color: rgba(255, 255, 255, 0.78);
}

.hero-card ul {
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.82);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0;
}

.stats {
  position: relative;
  z-index: 2;
  margin-top: -56px;
  padding-top: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stats article {
  padding: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(31, 42, 32, 0.12);
}

.stats strong {
  display: block;
  color: var(--brown);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.stats span {
  color: var(--muted);
}

.split,
.form-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: start;
}

.split > div:first-child p:not(.eyebrow),
.showcase-content p,
.form-copy p {
  color: var(--muted);
  font-size: 1.07rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.feature-card {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(255, 248, 232, 0.94));
  border: 1px solid rgba(245, 183, 27, 0.2);
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(31, 42, 32, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(31, 42, 32, 0.13);
}

.feature-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  color: var(--brown);
  background: linear-gradient(135deg, #ffe49b, var(--accent));
  border-radius: 50%;
  font-weight: 900;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.sustainability {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.sustainability-gallery {
  min-height: 620px;
  position: relative;
}

.sustainability-photo {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(245, 183, 27, 0.24);
  box-shadow: var(--shadow);
}

.sustainability-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 75, 39, 0.04), rgba(75, 46, 20, 0.24));
}

.sustainability-photo-large {
  inset: 0 16% 12% 0;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(36, 75, 39, 0.04), rgba(75, 46, 20, 0.18)),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1200&q=85") center/cover;
}

.sustainability-photo-small {
  right: 0;
  bottom: 0;
  width: 46%;
  height: 42%;
  border: 10px solid var(--bg);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(36, 75, 39, 0.04), rgba(75, 46, 20, 0.18)),
    url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=900&q=85") center/cover;
}

.sustainability-content {
  padding: 48px;
  background:
    radial-gradient(circle at top right, rgba(245, 183, 27, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(255, 250, 240, 0.99), rgba(255, 248, 232, 0.96));
  border: 1px solid rgba(245, 183, 27, 0.22);
  border-radius: 34px;
  box-shadow: 0 22px 64px rgba(75, 46, 20, 0.1);
}

.sustainability-content > p {
  color: var(--muted);
  font-size: 1.07rem;
}

.eco-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.eco-list article {
  padding: 18px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(245, 183, 27, 0.22);
  border-radius: 20px;
}

.eco-list strong,
.eco-list span {
  display: block;
}

.eco-list strong {
  margin-bottom: 7px;
  color: var(--brown);
}

.eco-list span {
  color: var(--muted);
  font-size: 0.95rem;
}

.purchase-options {
  padding-top: 30px;
}

.section-heading {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.option-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.option-card {
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(245, 183, 27, 0.14), transparent 16rem),
    linear-gradient(180deg, rgba(255, 250, 240, 0.99), rgba(255, 248, 232, 0.96));
  border: 1px solid rgba(245, 183, 27, 0.24);
  border-radius: 30px;
  box-shadow: 0 22px 58px rgba(75, 46, 20, 0.1);
}

.option-card-featured {
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(245, 183, 27, 0.34), transparent 18rem),
    linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-color: rgba(245, 183, 27, 0.3);
}

.option-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: var(--brown);
  background: linear-gradient(135deg, #ffe49b, var(--accent));
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.option-card p {
  color: var(--muted);
}

.option-card-featured p {
  color: rgba(255, 255, 255, 0.82);
}

.option-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.option-card-featured ul {
  color: rgba(255, 255, 255, 0.86);
}

.showcase {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 42px;
  align-items: stretch;
}

.showcase-image {
  min-height: 560px;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.showcase-content {
  padding: 48px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.99), rgba(255, 248, 232, 0.96));
  border: 1px solid rgba(245, 183, 27, 0.22);
  border-radius: 34px;
  box-shadow: 0 22px 64px rgba(31, 42, 32, 0.1);
}

.check-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.check-list span {
  position: relative;
  padding: 16px 16px 16px 46px;
  background: #fff0c5;
  border-radius: 16px;
  color: var(--brown);
  font-weight: 700;
}

.check-list span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 12px;
  height: 7px;
  border-left: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  transform: rotate(-45deg);
}

.form-section {
  align-items: stretch;
  padding-top: 90px;
}

.form-copy,
.lead-form {
  padding: 34px;
  background: rgba(255, 250, 240, 0.93);
  border: 1px solid rgba(245, 183, 27, 0.22);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(31, 42, 32, 0.12);
}

.contact-card {
  margin-top: 32px;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(245, 183, 27, 0.42), transparent 12rem),
    linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 24px;
  box-shadow: 0 22px 48px rgba(22, 77, 43, 0.24);
}

.contact-card span,
.contact-card strong,
.contact-card a {
  display: block;
}

.contact-card span {
  opacity: 0.82;
}

.contact-card strong {
  margin: 4px 0 16px;
  font-size: 1.7rem;
}

.contact-card a {
  font-weight: 900;
}

.lead-form {
  display: grid;
  gap: 18px;
}

.form-row {
  display: grid;
  gap: 8px;
}

.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  color: var(--brown);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  color: var(--text);
  background: #fff;
  border: 1px solid #dfcfad;
  border-radius: 16px;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent-dark);
  box-shadow: 0 0 0 4px rgba(245, 183, 27, 0.18);
}

.consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.93rem;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 90px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  border-top: 1px solid var(--border);
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--brown);
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  padding: 15px 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.34);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 920px) {
  :root {
    --header-height: 140px;
  }

  .nav {
    min-height: auto;
    padding: 14px 0;
    flex-wrap: wrap;
  }

  .brand-logo {
    width: 78px;
    height: 64px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 16px;
    overflow: visible;
  }

  .hero,
  .split,
  .sustainability,
  .showcase,
  .form-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .showcase-image {
    min-height: 360px;
  }

  .sustainability-gallery {
    min-height: 460px;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 128px;
  }

  .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    max-width: 8.8rem;
    line-height: 1.15;
    font-size: 0.92rem;
  }

  .nav .btn-small {
    justify-self: end;
  }

  .nav-links {
    grid-column: 1 / -1;
  }

  .hero {
    padding-bottom: 56px;
  }

  .whatsapp-float {
    display: none;
  }

  .features-grid,
  .eco-list,
  .option-cards,
  .two-columns {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .section {
    padding: 52px 0;
  }

  .showcase-content,
  .sustainability-content,
  .form-copy,
  .lead-form {
    padding: 24px;
    border-radius: 24px;
  }

  .sustainability-gallery {
    min-height: 380px;
  }

  .footer {
    flex-direction: column;
    padding-bottom: 96px;
  }
}
