:root {
  --green-900: #063f1d;
  --green-800: #086227;
  --green-700: #087b2e;
  --green-600: #11a33f;
  --green-100: #e8f8ed;
  --ink: #162017;
  --muted: #627067;
  --line: #dce5df;
  --paper: #fbfdf9;
  --white: #ffffff;
  --charcoal: #1b211d;
  --shadow: 0 24px 70px rgba(7, 43, 22, 0.14);
  --shadow-strong: 0 30px 90px rgba(3, 29, 12, 0.22);
  --radius: 8px;
  --container: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: geometricPrecision;
}

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

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

[data-lucide] {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  stroke-width: 2.2;
}

.site-header,
.button,
.pain-card,
.solution-item,
.benefit-main,
.benefit-list article,
.faq-list details,
.conversion-band,
.hero-panel {
  will-change: transform;
}

.button:focus-visible,
.site-nav a:focus-visible,
.faq-list summary:focus-visible,
.nav-toggle:focus-visible {
  outline: 3px solid rgba(17, 163, 63, 0.35);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: var(--container);
  min-height: 76px;
  margin: 0 auto;
  padding: 14px 0;
  background: transparent;
  transition: min-height 220ms ease, padding 220ms ease, background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  top: 12px;
  min-height: 64px;
  padding: 10px 16px;
  border: 1px solid rgba(220, 229, 223, 0.8);
  border-radius: var(--radius);
  background: rgba(251, 253, 249, 0.92);
  box-shadow: 0 18px 50px rgba(7, 43, 22, 0.12);
  backdrop-filter: blur(18px);
}

.brand-logo {
  width: auto;
  max-height: 58px;
  transition: max-height 220ms ease, opacity 180ms ease;
}

.brand-logo-dark {
  display: none;
}

.brand-logo-light {
  display: block;
  filter: brightness(0) invert(1);
}

.site-header.is-scrolled .brand-logo {
  max-height: 42px;
}

.site-header.is-scrolled .brand-logo-dark {
  display: block;
}

.site-header.is-scrolled .brand-logo-light {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-header.is-scrolled .site-nav {
  color: var(--muted);
}

.site-nav a {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-nav a:hover {
  color: var(--white);
}

.site-header.is-scrolled .site-nav a:hover {
  color: var(--green-700);
}

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius);
  padding: 0 18px;
  background: var(--green-700);
  color: var(--white) !important;
  box-shadow: 0 12px 24px rgba(8, 123, 46, 0.24);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--green-900);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: 38px;
  min-height: 100svh;
  margin: 0;
  padding: 142px max(16px, calc((100vw - 1180px) / 2)) 78px;
  overflow: hidden;
  background: var(--green-900);
  color: var(--white);
  isolation: isolate;
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  z-index: -3;
  overflow: hidden;
}

.hero-video-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-overlay {
  z-index: -2;
  background:
    radial-gradient(circle at 72% 45%, rgba(17, 163, 63, 0.22), transparent 32%),
    linear-gradient(90deg, rgba(3, 20, 9, 0.94) 0%, rgba(3, 20, 9, 0.78) 44%, rgba(3, 20, 9, 0.34) 100%),
    linear-gradient(180deg, rgba(3, 20, 9, 0.64) 0%, rgba(3, 20, 9, 0.22) 45%, rgba(3, 20, 9, 0.9) 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #99f0b6;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.4rem, 5.2vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-text {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-copy {
  max-width: 760px;
}

.hero-actions,
.conversion-band,
.site-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 22px;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.22) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.button > *,
.nav-cta > * {
  position: relative;
  z-index: 1;
}

.button:hover::after {
  transform: translateX(120%);
}

.button-primary {
  background: var(--green-700);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(8, 123, 46, 0.32);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.button-light {
  background: var(--white);
  color: var(--green-900);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.button-primary:hover,
.nav-cta:hover {
  background: var(--green-600);
  box-shadow: 0 22px 42px rgba(8, 123, 46, 0.32);
}

.hero-actions {
  margin-top: 34px;
}

.pain-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pain-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.hero-panel {
  width: min(100%, 360px);
  justify-self: end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  animation: panelFloat 6s ease-in-out infinite;
}

.hero-panel p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.status-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.status-row:last-child {
  border-bottom: 0;
}

.status-row strong {
  color: #bff5cd;
  white-space: nowrap;
}

.section {
  padding: 104px 0;
  scroll-margin-top: 96px;
}

#inicio,
.conversion-band,
.final-cta {
  scroll-margin-top: 96px;
}

.section-heading {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto 48px;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
}

.pain-section {
  background: var(--white);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: var(--container);
  margin: 0 auto;
}

.pain-card,
.solution-item,
.benefit-list article,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.pain-card {
  position: relative;
  min-height: 245px;
  padding: 26px;
  overflow: hidden;
}

.pain-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  background: var(--green-600);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.pain-card:hover,
.benefit-list article:hover,
.faq-list details:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 163, 63, 0.28);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(7, 43, 22, 0.1);
}

.pain-card:hover::after {
  transform: scaleX(1);
}

.pain-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 34px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 1.02rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(17, 163, 63, 0.08);
}

.pain-card p,
.solution-item p,
.benefit-list p,
.faq-list p,
.final-cta p,
.site-footer {
  color: var(--muted);
}

.solution-section {
  position: relative;
  background: linear-gradient(180deg, var(--paper), #eef7ef);
  overflow: hidden;
}

.solution-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: max(18px, calc((100vw - 1180px) / 2 + 4px));
  background: linear-gradient(180deg, transparent, rgba(17, 163, 63, 0.18), transparent);
  pointer-events: none;
}

.solution-list {
  width: var(--container);
  margin: 0 auto;
}

.solution-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  min-height: 138px;
  margin-bottom: 16px;
  padding: 26px 28px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
}

.solution-item::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--green-600);
  transform: scaleY(0.36);
  transform-origin: center;
  transition: transform 220ms ease;
}

.solution-item:hover {
  transform: translateX(4px);
  border-color: rgba(17, 163, 63, 0.32);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(7, 43, 22, 0.1);
}

.solution-item:hover::before {
  transform: scaleY(1);
}

.solution-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--green-700);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-item p {
  margin: 0;
  font-size: 1.02rem;
}

.conversion-band {
  justify-content: space-between;
  width: var(--container);
  margin: 0 auto;
  padding: 38px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(135deg, var(--green-900), var(--green-700));
  color: var(--white);
  box-shadow: var(--shadow-strong);
}

.conversion-band .eyebrow {
  color: #bff5cd;
}

.conversion-band h2 {
  max-width: 780px;
  font-size: clamp(1.8rem, 3.3vw, 3rem);
}

.benefit-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 20px;
  width: var(--container);
  margin: 0 auto;
}

.benefit-main {
  min-height: 100%;
  padding: 34px;
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(17, 163, 63, 0.22), transparent 42%),
    var(--green-900);
  color: var(--white);
  box-shadow: var(--shadow);
}

.benefit-main img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin-bottom: 42px;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.2));
}

.benefit-main p {
  color: rgba(255, 255, 255, 0.78);
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.benefit-list article {
  min-height: 185px;
  padding: 24px;
  background: var(--white);
}

.benefit-list article > [data-lucide] {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  padding: 9px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-800);
}

.benefit-list article h3,
.pain-card h3,
.solution-item h3 {
  max-width: 18rem;
}

.faq-section {
  background: var(--white);
}

.faq-list {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
}

.faq-list details {
  margin-bottom: 12px;
  padding: 20px 22px;
  background: var(--paper);
}

.faq-list details[open] {
  background: var(--white);
  border-color: rgba(17, 163, 63, 0.32);
  box-shadow: 0 18px 42px rgba(7, 43, 22, 0.08);
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.faq-list summary::marker {
  color: var(--green-700);
}

.faq-list p {
  margin-bottom: 0;
}

.final-cta {
  display: grid;
  place-items: center;
  padding: 90px 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(17, 163, 63, 0.32), transparent 36%),
    var(--green-900);
  color: var(--white);
  text-align: center;
}

.final-cta img {
  width: 150px;
  margin-bottom: 28px;
}

.final-cta .eyebrow {
  color: #bff5cd;
}

.final-cta h2,
.final-cta p {
  max-width: 760px;
}

.final-cta p {
  margin: 18px 0 28px;
  font-size: 1.1rem;
}

.site-footer {
  justify-content: space-between;
  width: var(--container);
  min-height: 86px;
  margin: 0 auto;
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

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

.site-footer a {
  color: var(--green-800);
  font-weight: 900;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% - 6px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(6, 63, 29, 0.96);
    box-shadow: var(--shadow);
  }

  .site-header.is-scrolled .site-nav {
    background: rgba(251, 253, 249, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 10px;
  }

  .nav-cta {
    margin-top: 6px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 100svh;
    padding-top: 132px;
  }

  .hero-panel {
    justify-self: start;
  }

  .pain-grid,
  .benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit-layout,
  .solution-item {
    grid-template-columns: 1fr;
  }

  .solution-item:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 24px, 1180px);
  }

  .brand-logo {
    max-height: 50px;
  }

  .section-heading,
  .pain-grid,
  .solution-list,
  .conversion-band,
  .benefit-layout,
  .faq-list,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    gap: 32px;
    padding: 118px 12px 58px;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    width: 100%;
  }

  .status-row {
    font-size: 0.84rem;
  }

  .section {
    padding: 74px 0;
  }

  .pain-grid,
  .benefit-list {
    grid-template-columns: 1fr;
  }

  .pain-card,
  .solution-item,
  .benefit-list article {
    min-height: auto;
  }

  .conversion-band {
    padding: 28px 22px;
  }

  .benefit-main {
    padding: 28px 22px;
  }

  .site-footer {
    justify-content: center;
    text-align: center;
  }
}
