:root {
  --green-900: #073d19;
  --green-800: #0d5b25;
  --green-700: #176f31;
  --green-600: #2e7d32;
  --green-100: #eaf1df;
  --cream: #f8f7f2;
  --cream-deep: #f0ecdf;
  --gold: #d7b46a;
  --ink: #20251f;
  --muted: #687067;
  --white: #fff;
  --border: #e5e0d2;
  --shadow: 0 14px 40px rgba(23, 65, 32, .10);
  --radius: 20px;
  --container: 1180px;
  --green-950: #052e14;
  --whatsapp: #25d366;
  --surface: #ffffff;
  --surface-soft: #f7f8f4;
  --border-soft: rgba(7,61,25,.11);
  --shadow-sm: 0 8px 24px rgba(16,48,24,.08);
  --shadow-lg: 0 24px 70px rgba(12,46,21,.14);
  --page-gutter: clamp(16px, 4vw, 40px);
  --section-y: clamp(48px, 7vw, 96px);
  --card-radius: clamp(14px, 1.4vw, 20px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.2;
}

p {
  margin: 0;
}

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

.section {
  padding: 76px 0;
}

.section--cream {
  background: var(--cream);
}

.center {
  margin-top: 35px;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: -100px;
  left: 20px;
  padding: 10px 16px;
  color: white;
  background: var(--green-900);
  border-radius: 8px;
}

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

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 58px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

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

.section {
  padding: 72px 0;
}

@media (max-width: 1100px) {
  .container {
    width: min(var(--container), calc(100% - 40px));
  }
}

@media (max-width: 430px) {
  .container {
    width: calc(100% - 28px);
  }
}

@media (max-width: 375px) {
  .container {
    width: calc(100% - 24px);
  }

  .section {
    padding: 52px 0;
  }
}

body {
  background: var(--surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3 {
  letter-spacing: -.025em;
}

.section {
  padding-block: clamp(64px, 7vw, 96px);
}

.section--cream {
  background: linear-gradient(180deg, #f8f9f5, #f4f6f0);
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.container {
  width: min(1180px, calc(100% - (var(--page-gutter) * 2)));
}

.section {
  padding-block: var(--section-y);
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(23, 111, 49, .45);
  outline-offset: 3px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --page-gutter: clamp(14px, 4.2vw, 24px);
  }
}

@media (max-width: 375px) {
  :root {
    --page-gutter: 12px;
  }
}

@media (max-width: 320px) {
  :root {
    --page-gutter: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

.lucide-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}

.lucide-placeholder {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.brand-icon {
  fill: currentColor;
  stroke: none;
}
