:root {
  --acai-950: #26081f;
  --acai-900: #37102f;
  --acai-800: #4b1848;
  --acai-700: #5e2266;
  --acai-600: #7a2e7a;
  --lime-600: #6fa82a;
  --lime-500: #8dc63f;
  --lime-300: #c4e896;
  --cream: #f8f3ee;
  --paper: #fffcf9;
  --ink: #210b1d;
  --ink-soft: #5b435a;
  --white: #ffffff;
  --stripe-w: 22px;
  --maxw: 1180px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,
h2,
h3,
.display {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  color: var(--acai-900);
  line-height: 1.05;
  margin: 0;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}

:focus-visible {
  outline: 3px solid var(--lime-500);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- diagonal stripe band (echoes packaging border) ---------- */
.stripe-band {
  height: var(--stripe-w);
  width: 100%;
  background: repeating-linear-gradient(
    -45deg,
    var(--lime-500) 0 18px,
    var(--acai-900) 18px 36px
  );
}

/* ---------- header ---------- */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(38, 8, 31, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.5px;
}
.logo .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime-500);
}
nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  transition: color 0.2s ease;
}
nav a:hover {
  color: var(--lime-500);
}
.nav-cta {
  background: var(--lime-500);
  color: var(--acai-950) !important;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 0.88rem !important;
  display: inline-block;
  text-decoration: none;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.6rem;
  cursor: pointer;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  background: radial-gradient(
    120% 140% at 15% 0%,
    var(--acai-700) 0%,
    var(--acai-900) 45%,
    var(--acai-950) 100%
  );
  padding: 88px 0 0;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lime-300);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--lime-500);
  display: inline-block;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  margin-bottom: 20px;
}
.hero h1 em {
  font-style: normal;
  color: var(--lime-500);
}
.hero p.lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  max-width: 480px;
  margin-bottom: 34px;
  line-height: 1.6;
}
.btn-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 100px;
  font-weight: 800;
  font-size: 0.98rem;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: var(--lime-500);
  color: var(--acai-950);
  box-shadow: 0 10px 24px -8px rgba(141, 198, 63, 0.55);
}
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-ghost:hover {
  border-color: var(--lime-500);
  color: var(--lime-500);
}

.hero-art {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
}
.pack-shot {
  width: min(340px, 78%);
  filter: drop-shadow(0 40px 50px rgba(0, 0, 0, 0.45));
  animation: float 6s ease-in-out infinite;
  border-radius: 14px;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}
.drip {
  position: absolute;
  border-radius: 50%;
  background: var(--acai-600);
  opacity: 0.55;
  filter: blur(1px);
}
.drip1 {
  width: 16px;
  height: 20px;
  left: 18%;
  top: 20%;
  animation: drip 4s ease-in infinite;
}
.drip2 {
  width: 10px;
  height: 14px;
  right: 22%;
  top: 12%;
  animation: drip 5.2s ease-in infinite 1s;
}
.drip3 {
  width: 22px;
  height: 26px;
  right: 10%;
  top: 55%;
  animation: drip 4.6s ease-in infinite 2s;
}
@keyframes drip {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.15;
  }
  100% {
    transform: translateY(140px);
    opacity: 0;
  }
}

/* ---------- ticker ---------- */
.ticker {
  background: var(--lime-500);
  overflow: hidden;
  white-space: nowrap;
  border-top: 6px solid var(--acai-950);
  border-bottom: 6px solid var(--acai-950);
}
.ticker-track {
  display: inline-flex;
  gap: 48px;
  padding: 13px 0;
  animation: scroll-left 26s linear infinite;
}
.ticker-track span {
  font-family: "Baloo 2", cursive;
  font-weight: 700;
  color: var(--acai-950);
  font-size: 0.98rem;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.ticker-track span::after {
  content: "•";
  color: var(--acai-950);
  opacity: 0.55;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ---------- generic section ---------- */
section {
  padding: 96px 0;
}
.section-head {
  max-width: 640px;
  margin-bottom: 56px;
}
.kicker {
  color: var(--lime-600);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
.section-head h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  margin-bottom: 16px;
}
.section-head p {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.65;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- produto ---------- */
.produto {
  background: var(--paper);
}
.produto-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.badge-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.badge-card {
  background: var(--cream);
  border: 1px solid rgba(38, 8, 31, 0.08);
  border-radius: 18px;
  padding: 20px 22px;
  flex: 1 1 200px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.badge-card svg {
  flex: none;
  width: 38px;
  height: 38px;
}
.badge-card b {
  display: block;
  color: var(--acai-900);
  font-size: 0.98rem;
  margin-bottom: 2px;
}
.badge-card span {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.stat-tag {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--acai-900);
  color: var(--white);
  border-radius: 22px;
  padding: 24px 30px;
  margin-bottom: 26px;
}
.stat-tag b {
  font-family: "Baloo 2", cursive;
  font-size: 2.6rem;
  color: var(--lime-500);
  line-height: 1;
}
.stat-tag span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 4px;
}
.ingred-box {
  background: var(--cream);
  border-radius: 18px;
  padding: 22px 24px;
  margin-top: 22px;
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
.ingred-box b {
  color: var(--acai-900);
}

/* ---------- origem ---------- */
.origem {
  background: var(--acai-950);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.origem .section-head p {
  color: rgba(255, 255, 255, 0.72);
}
.origem .kicker {
  color: var(--lime-500);
}
.origem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.origem h2 {
  color: var(--white);
}
.river-svg {
  width: 100%;
  height: auto;
}
.origem-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.origem-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.98rem;
}
.origem-list svg {
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--lime-500);
}

/* ---------- nutrição ---------- */
.nutri {
  background: var(--cream);
}
.nutri-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
table.nutri-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px -28px rgba(38, 8, 31, 0.35);
}
table.nutri-table caption {
  text-align: left;
  padding: 20px 22px 4px;
  font-family: "Baloo 2", cursive;
  color: var(--acai-900);
  font-size: 1.15rem;
}
table.nutri-table thead th {
  background: var(--acai-900);
  color: var(--white);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 12px 16px;
  text-align: left;
}
table.nutri-table td {
  padding: 11px 16px;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(38, 8, 31, 0.08);
  color: var(--ink);
}
table.nutri-table td:last-child,
table.nutri-table th:last-child {
  text-align: right;
}
table.nutri-table tr:last-child td {
  border-bottom: none;
}
.nutri-foot {
  font-size: 0.78rem;
  color: var(--ink-soft);
  padding: 14px 22px 20px;
}
.nutri-side p {
  color: var(--ink-soft);
  line-height: 1.7;
  font-size: 1rem;
}
.porcao-pill {
  display: inline-block;
  background: var(--lime-500);
  color: var(--acai-950);
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 0.85rem;
  margin-bottom: 18px;
}

/* ---------- preparo ---------- */
.preparo {
  background: var(--paper);
}
.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 10px;
}
.step-card {
  background: var(--cream);
  border-radius: 20px;
  padding: 30px 26px;
  position: relative;
}
.step-card::before {
  counter-increment: step;
  content: counter(step);
  font-family: "Baloo 2", cursive;
  font-size: 2.2rem;
  color: var(--lime-500);
  display: block;
  margin-bottom: 14px;
}
.step-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--acai-900);
}
.step-card p {
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0;
}
.preparo-note {
  margin-top: 34px;
  background: var(--acai-900);
  color: var(--white);
  border-radius: 16px;
  padding: 18px 24px;
  font-size: 0.92rem;
  display: flex;
  gap: 12px;
  align-items: center;
}
.preparo-note svg {
  flex: none;
  width: 24px;
  height: 24px;
  color: var(--lime-500);
}

/* ---------- contato ---------- */
.contato {
  background: linear-gradient(135deg, var(--acai-800), var(--acai-950));
  color: var(--white);
  text-align: center;
}
.contato h2 {
  color: var(--white);
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  margin-bottom: 16px;
}
.contato p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
  margin: 0 auto 34px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.contact-cards {
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 44px;
}
.contact-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 24px 26px;
  width: 220px;
  text-decoration: none;
  color: var(--white);
  transition:
    transform 0.18s ease,
    background 0.18s ease;
}
.contact-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
}
.contact-card svg {
  width: 28px;
  height: 28px;
  color: var(--lime-500);
  margin-bottom: 12px;
}
.contact-card b {
  display: block;
  margin-bottom: 4px;
  font-size: 0.98rem;
}
.contact-card span {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.65);
}

/* ---------- footer ---------- */
footer {
  background: var(--acai-950);
  color: rgba(255, 255, 255, 0.55);
  padding: 44px 0 30px;
  font-size: 0.8rem;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.footer-logo {
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  color: var(--white);
  font-size: 1.2rem;
}
.footer-cols {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.footer-cols div b {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.footer-cols div span {
  display: block;
  line-height: 1.8;
}
.fine-print {
  line-height: 1.7;
  max-width: 900px;
}

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  nav ul {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--acai-950);
    flex-direction: column;
    padding: 20px 28px;
    gap: 16px;
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  nav ul.open {
    display: flex;
  }
  .nav-toggle {
    display: block;
  }
  .hero-grid,
  .produto-grid,
  .origem-grid,
  .nutri-grid {
    grid-template-columns: 1fr;
  }
  .hero-art {
    order: -1;
    padding-top: 20px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  section {
    padding: 64px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pack-shot,
  .drip,
  .ticker-track {
    animation: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
