:root {
  --bg: #f4ecde;
  --surface: rgba(255, 251, 245, 0.72);
  --surface-strong: #fff9f0;
  --text: #093f34;
  --muted: #40685c;
  --line: rgba(9, 63, 52, 0.12);
  --green: #26b45c;
  --green-deep: #0f6e50;
  --green-soft: #d9f8e3;
  --orange: #f48a2d;
  --orange-soft: #ffd8b0;
  --shadow: 0 30px 80px rgba(15, 64, 51, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Montserrat", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 214, 160, 0.7), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(38, 180, 92, 0.16), transparent 18%),
    linear-gradient(180deg, #fff7ea 0%, var(--bg) 45%, #f7efe3 100%);
}

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

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  background: rgba(255, 249, 240, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(15, 64, 51, 0.08);
}

.brand img {
  width: clamp(124px, 18vw, 170px);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.95rem;
  color: var(--muted);
}

.nav-link {
  transition: color 160ms ease;
}

.nav-link:hover {
  color: var(--green-deep);
}

.nav-link-cta {
  padding: 10px 16px;
  border-radius: 999px;
  color: #fffdf8;
  background: linear-gradient(135deg, var(--green) 0%, #17924a 100%);
  box-shadow: 0 10px 24px rgba(38, 180, 92, 0.2);
}

.hero,
.showcase,
.cta {
  display: grid;
  align-items: center;
  gap: 40px;
}

.hero {
  grid-template-columns: 1.05fr 0.95fr;
  min-height: calc(100vh - 140px);
  padding: 48px 0 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-deep);
  background: rgba(38, 180, 92, 0.12);
}

.hero h1,
.section-heading h2,
.showcase h2,
.cta h2 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(3.4rem, 7vw, 6.4rem);
}

.hero-text,
.showcase p,
.cta p,
.step-card p,
.feature-strip p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-text {
  max-width: 56ch;
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

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

.button-primary {
  color: #fffdf8;
  background: linear-gradient(135deg, var(--green) 0%, #17924a 100%);
  box-shadow: 0 16px 30px rgba(38, 180, 92, 0.28);
}

.button-secondary {
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(15, 110, 80, 0.12);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.hero-metrics li,
.feature-strip article,
.step-card,
.showcase-panel,
.cta {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-metrics li {
  padding: 18px;
  border-radius: 24px;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.3rem;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-media {
  position: relative;
  padding: 22px 0 22px 22px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 247, 234, 0.9));
  box-shadow: var(--shadow);
}

.hero-card-main {
  padding: 18px;
}

.card-glow {
  position: absolute;
  inset: auto auto 12% -10%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 180, 92, 0.34) 0%, rgba(38, 180, 92, 0) 72%);
  filter: blur(12px);
}

.hero-card-floating {
  position: absolute;
  right: -8px;
  bottom: 40px;
  width: min(280px, 58%);
  padding: 22px;
  border-radius: 28px;
  background: rgba(9, 63, 52, 0.92);
  color: #fff7ea;
  animation: floatCard 4s ease-in-out infinite;
}

.status-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #dcffe8;
  background: rgba(38, 180, 92, 0.2);
}

.hero-card-floating strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.hero-card-floating p {
  margin: 0;
  color: rgba(255, 247, 234, 0.78);
  line-height: 1.55;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 72px;
}

.feature-strip article {
  padding: 28px;
  border-radius: 28px;
}

.feature-strip span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--orange);
  background: var(--orange-soft);
  font-weight: 800;
}

.feature-strip h2,
.step-card h3 {
  margin: 18px 0 10px;
}

.workflow {
  padding: 20px 0 72px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading h2,
.showcase h2,
.cta h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

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

.step-card {
  padding: 26px;
  border-radius: 28px;
}

.step-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--orange) 0%, #f05a24 100%);
}

.showcase {
  grid-template-columns: 0.92fr 1.08fr;
  padding: 10px 0 72px;
}

.showcase-copy p {
  max-width: 54ch;
  margin-top: 18px;
}

.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--text);
  font-weight: 600;
}

.check-list li::before {
  content: "";
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(38, 180, 92, 0.15);
}

.showcase-panel {
  padding: 18px;
  border-radius: 36px;
}

.promo-video {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.cta {
  grid-template-columns: 1fr auto;
  gap: 24px;
  margin-top: 12px;
  padding: 34px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 216, 176, 0.65), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(227, 255, 237, 0.8));
}

.faq {
  padding: 8px 0 72px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.faq-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.faq-card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.faq-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #2dd667 0%, #16a34a 100%);
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.35);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.whatsapp-float span {
  display: none;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 44px rgba(22, 163, 74, 0.42);
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
}

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

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

@media (max-width: 980px) {
  .hero,
  .showcase,
  .cta,
  .feature-strip,
  .steps-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .hero-media {
    padding: 0;
  }

  .hero-card-floating {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .cta {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 14px;
  }

  .site-header {
    top: 10px;
    gap: 12px;
    padding: 12px 14px;
  }

  .nav-links {
    margin-left: auto;
    gap: 10px;
  }

  .nav-link {
    display: none;
  }

  .nav-link-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.1rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .feature-strip article,
  .step-card,
  .cta {
    border-radius: 24px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: auto;
    height: 58px;
    gap: 10px;
    padding: 0 18px;
    border-radius: 999px;
  }

  .whatsapp-float span {
    display: inline;
    font-size: 0.95rem;
    font-weight: 700;
  }
}
