:root {
  --bg: #f6f0e2;
  --bg-deep: #ebe0c8;
  --surface: rgba(255, 251, 242, 0.84);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-soft: rgba(247, 239, 219, 0.88);
  --surface-dark: rgba(9, 21, 46, 0.86);
  --surface-dark-strong: rgba(7, 16, 36, 0.94);
  --line: rgba(10, 20, 42, 0.1);
  --line-dark: rgba(255, 221, 153, 0.16);
  --text: #111a2e;
  --muted: #5a647b;
  --primary: #1a2f63;
  --primary-deep: #08152f;
  --accent: #d6a84f;
  --accent-soft: rgba(214, 168, 79, 0.16);
  --glow: rgba(255, 214, 128, 0.28);
  --shadow: 0 28px 76px rgba(13, 24, 44, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  line-height: 1.65;
  background:
    radial-gradient(circle at 16% 10%, rgba(214, 168, 79, 0.28), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(26, 47, 99, 0.22), transparent 24%),
    radial-gradient(circle at 50% 65%, rgba(255, 255, 255, 0.6), transparent 26%),
    linear-gradient(180deg, #fcf8f0 0%, var(--bg) 44%, #efe4ca 100%);
  overflow-x: hidden;
  padding-bottom: 96px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(12, 20, 40, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 20, 40, 0.04) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at center, black 36%, transparent 88%);
  opacity: 0.72;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 18%, rgba(214, 168, 79, 0.12), transparent 18%),
    radial-gradient(circle at 74% 24%, rgba(26, 47, 99, 0.16), transparent 22%),
    radial-gradient(circle at 50% 52%, rgba(255, 255, 255, 0.2), transparent 38%);
  mix-blend-mode: screen;
  animation: ambient-drift 40s ease-in-out infinite alternate;
}

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

a {
  color: inherit;
}

.ambient {
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
}

.ambient-top {
  width: 440px;
  height: 440px;
  top: -170px;
  left: 8%;
  background: radial-gradient(circle, rgba(214, 168, 79, 0.22), transparent 68%);
}

.ambient-left {
  width: 340px;
  height: 340px;
  top: 26%;
  left: -150px;
  background: radial-gradient(circle, rgba(255, 223, 142, 0.18), transparent 72%);
}

.ambient-right {
  width: 440px;
  height: 440px;
  right: -170px;
  top: 36%;
  background: radial-gradient(circle, rgba(26, 47, 99, 0.16), transparent 70%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(249, 244, 233, 0.74);
  border-bottom: 1px solid rgba(10, 20, 42, 0.08);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(180px, 48vw);
}

.nav-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.btn-secondary,
.btn-primary,
.cta-main,
.cta-link,
.whatsapp-float {
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.btn-secondary,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
}

.btn-secondary {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(26, 47, 99, 0.12);
}

.btn-primary {
  color: #fff8ee;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  border: 1px solid rgba(10, 20, 42, 0.22);
  box-shadow: 0 18px 36px rgba(8, 21, 47, 0.18);
}

.btn-secondary:hover,
.btn-primary:hover,
.cta-main:hover,
.cta-link:hover,
.whatsapp-float:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.18fr);
  gap: clamp(1.8rem, 3vw, 3.4rem);
  align-items: center;
  padding: clamp(2.6rem, 3.6vw, 4.4rem);
  margin-top: 1.2rem;
  border-radius: 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 227, 166, 0.18), transparent 18%),
    radial-gradient(circle at 86% 26%, rgba(88, 142, 255, 0.22), transparent 24%),
    radial-gradient(circle at 48% 72%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(8, 16, 35, 0.98), rgba(10, 22, 49, 0.96) 54%, rgba(7, 16, 36, 0.98));
  border: 1px solid rgba(255, 225, 164, 0.1);
  box-shadow: 0 32px 96px rgba(3, 11, 24, 0.28);
  animation: hero-enter 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: -20% auto auto -14%;
  width: 38%;
  height: 120%;
  background:
    radial-gradient(circle at 50% 50%, rgba(214, 168, 79, 0.2), transparent 62%),
    radial-gradient(circle at 50% 50%, rgba(255, 251, 242, 0.08), transparent 68%);
  filter: blur(18px);
  opacity: 0.85;
}

.hero::after {
  inset: 0;
  background:
    linear-gradient(125deg, transparent 0 44%, rgba(255, 255, 255, 0.05) 44%, transparent 45%),
    linear-gradient(55deg, transparent 0 65%, rgba(255, 255, 255, 0.04) 65%, transparent 66%);
  mask-image: radial-gradient(circle at center, black 56%, transparent 100%);
  opacity: 0.7;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 0.5rem 0 0;
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--accent);
}

.eyebrow.light {
  color: rgba(255, 242, 222, 0.88);
}

h1,
h2,
h3,
strong {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(3rem, 5.6vw, 5.25rem);
  max-width: 10.2ch;
  color: #f7f4ec;
}

h1 span {
  display: block;
  color: #f0c86f;
}

h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(2.1rem, 3vw, 3.25rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.2rem;
}

.hero-lead {
  margin: 1.18rem 0 0.35rem;
  max-width: 39rem;
  font-size: 1.12rem;
  color: rgba(244, 246, 252, 0.82);
  font-weight: 700;
}

.hero-lead-large {
  margin-top: 1.25rem;
  font-size: 1.28rem;
  color: rgba(255, 248, 236, 0.92);
}

.hero-text,
.section-intro p,
.panel p,
.callout-card p,
.feature-copy p,
.split-band-copy p,
.use-copy p,
.closing-copy p,
.legal-card p {
  color: var(--muted);
}

.hero-text {
  margin: 0;
  max-width: 40rem;
  font-size: 1.06rem;
  color: rgba(244, 246, 252, 0.72);
}

.hero-actions,
.signal-row,
.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-actions {
  align-items: center;
  margin-top: 1.55rem;
}

.cta-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.92rem 1.22rem;
  border-radius: 16px;
  color: #061225;
  background: linear-gradient(135deg, #f5dc97 0%, #e2b95a 42%, #c99428 100%);
  border: 1px solid rgba(255, 232, 177, 0.35);
  box-shadow: 0 24px 50px rgba(214, 168, 79, 0.26);
  font-weight: 800;
}

.cta-main-hero {
  min-height: 62px;
  padding-inline: 1.45rem;
  font-size: 1.03rem;
}

.cta-link {
  font-weight: 800;
  color: rgba(255, 248, 236, 0.95);
}

.cta-link.strong {
  color: #fff7ea;
}

.signal-row {
  margin-top: 1.45rem;
}

.signal-row span,
.feature-grid .feature-pill,
.use-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.56rem 0.86rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 226, 172, 0.16);
  color: rgba(250, 246, 239, 0.94);
  font-size: 0.92rem;
  font-weight: 700;
  backdrop-filter: blur(16px);
}

.hero-visual {
  position: relative;
  min-height: clamp(470px, 50vw, 640px);
  z-index: 0;
}

.hero-stage {
  position: relative;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  isolation: isolate;
  --px: 0px;
  --py: 0px;
}

.scene-glow {
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

.scene-glow-a {
  width: 560px;
  height: 560px;
  left: 0;
  top: 10%;
  background: radial-gradient(circle, rgba(214, 168, 79, 0.34), transparent 68%);
  transform: translate3d(calc(var(--px) * -0.18), calc(var(--py) * -0.14), 0);
}

.scene-glow-b {
  width: 620px;
  height: 620px;
  right: -8%;
  top: 0;
  background: radial-gradient(circle, rgba(72, 121, 234, 0.28), transparent 66%);
  transform: translate3d(calc(var(--px) * 0.14), calc(var(--py) * 0.1), 0);
}

.scene-glow-c {
  width: 420px;
  height: 420px;
  left: 22%;
  bottom: -6%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 68%);
  transform: translate3d(calc(var(--px) * 0.08), calc(var(--py) * 0.14), 0);
}

.scene-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 38px;
  background:
    linear-gradient(115deg, transparent 0 29%, rgba(255, 255, 255, 0.06) 29%, transparent 30%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.1), transparent 42%);
  opacity: 0.8;
  mask-image: radial-gradient(circle at center, black 58%, transparent 100%);
  transform: translate3d(calc(var(--px) * 0.04), calc(var(--py) * 0.04), 0);
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.4px),
    radial-gradient(circle at 26% 14%, rgba(255, 255, 255, 0.36) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 22%, rgba(255, 236, 182, 0.5) 0 1px, transparent 1.5px),
    radial-gradient(circle at 84% 38%, rgba(255, 255, 255, 0.44) 0 1px, transparent 1.4px),
    radial-gradient(circle at 61% 68%, rgba(214, 168, 79, 0.42) 0 1px, transparent 1.5px);
  background-size: 260px 260px;
  opacity: 0.72;
  animation: particle-drift 16s linear infinite;
  transform: translate3d(calc(var(--px) * 0.06), calc(var(--py) * 0.05), 0);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 12% 8% 10% 12%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(214, 168, 79, 0.22), transparent 52%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 68%);
  filter: blur(22px);
  opacity: 0.92;
  animation: glow-breathe 9s ease-in-out infinite;
  transform: translate3d(calc(var(--px) * 0.1), calc(var(--py) * 0.08), 0);
}

.hero-platform {
  position: absolute;
  right: 11%;
  bottom: 4.5%;
  width: min(440px, 56%);
  height: 112px;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 58%, rgba(255, 233, 167, 0.9) 0 12%, rgba(255, 206, 94, 0.3) 28%, transparent 72%),
    linear-gradient(180deg, rgba(255, 232, 170, 0.12), rgba(255, 232, 170, 0));
  box-shadow:
    0 0 0 1px rgba(255, 221, 145, 0.16),
    0 18px 42px rgba(214, 168, 79, 0.2),
    inset 0 0 26px rgba(255, 244, 211, 0.46);
  z-index: 1;
  animation: platform-pulse 8s ease-in-out infinite;
  transform: translate3d(calc(var(--px) * 0.14), calc(var(--py) * 0.12), 0);
}

.hero-platform::before,
.hero-platform::after {
  content: "";
  position: absolute;
  inset: 18px 18%;
  border-radius: 999px;
  pointer-events: none;
}

.hero-platform::before {
  border: 1px solid rgba(255, 242, 201, 0.62);
  box-shadow: 0 0 22px rgba(255, 225, 140, 0.5);
}

.hero-platform::after {
  inset: 36px 28%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), transparent 72%);
}

.product-frame {
  position: absolute;
  inset: 0;
  margin: 0;
  display: grid;
  place-items: center;
  z-index: 2;
}

.product-main {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  filter:
    drop-shadow(0 28px 36px rgba(4, 12, 25, 0.24))
    drop-shadow(0 0 56px rgba(214, 168, 79, 0.2));
  transform: translate3d(10px, -34px, 0);
  animation: product-float 7s ease-in-out infinite;
}

.hero-note {
  position: absolute;
  right: 2.5%;
  top: 17%;
  left: auto;
  bottom: auto;
  z-index: 3;
  width: min(290px, 34%);
  padding: 1rem 1.1rem;
  border-radius: 24px;
  transform: translate3d(calc(var(--px) * -0.08), calc(var(--py) * -0.08), 0);
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  backdrop-filter: blur(24px);
  box-shadow: 0 26px 78px rgba(7, 16, 36, 0.28);
}

.hero-note p:last-child {
  margin: 0;
  color: rgba(255, 248, 236, 0.92);
  line-height: 1.55;
  font-size: 0.96rem;
}

.callout-kicker {
  margin: 0 0 0.4rem;
  color: #ffe1a4;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
}

.section {
  position: relative;
  padding: clamp(4rem, 5.6vw, 6.4rem) 0 0;
}

.section-intro {
  max-width: 44rem;
  margin-bottom: 1.8rem;
}

.section-intro.narrow {
  max-width: 46rem;
}

.section-intro h2 {
  margin: 0;
}

.section-intro p {
  margin: 0.82rem 0 0;
  font-size: 1.03rem;
  max-width: 42rem;
}

.section-intro h2 {
  max-width: 12ch;
}

.cards-grid {
  display: grid;
  gap: 1rem;
}

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

.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-5 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.panel {
  border-radius: 24px;
  padding: 1.25rem 1.25rem 1.28rem;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 239, 220, 0.76));
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 22px 62px rgba(7, 16, 36, 0.1);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.panel::before,
.panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.panel::before {
  top: 14px;
  right: 14px;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.26) 42%, rgba(214, 168, 79, 0.92) 78%),
    linear-gradient(135deg, rgba(255, 226, 172, 0.26), rgba(255, 255, 255, 0.06));
  box-shadow:
    inset 0 0 0 1px rgba(255, 247, 229, 0.45),
    0 0 0 4px rgba(214, 168, 79, 0.06),
    0 0 18px rgba(214, 168, 79, 0.18);
}

.panel::after {
  inset: auto -15% -25% auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(214, 168, 79, 0.12), transparent 68%);
  filter: blur(6px);
}

.panel h3 {
  margin-bottom: 0.6rem;
}

.panel:hover,
.faq-card:hover,
.caution-card:hover,
.head-card:hover,
.feature-pill:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 34px 80px rgba(7, 16, 36, 0.18);
  border-color: rgba(214, 168, 79, 0.28);
}

.issue-card {
  min-height: 180px;
}

#senales .issue-card:nth-child(1) {
  grid-column: span 5;
}

#senales .issue-card:nth-child(2) {
  grid-column: span 4;
}

#senales .issue-card:nth-child(3) {
  grid-column: span 3;
}

#senales .issue-card:nth-child(4) {
  grid-column: span 4;
  min-height: 210px;
}

#senales .issue-card:nth-child(5) {
  grid-column: span 8;
  min-height: 210px;
}

#senales .issue-card:nth-child(1) {
  background:
    radial-gradient(circle at 85% 18%, rgba(214, 168, 79, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(243, 235, 217, 0.9));
}

#senales .issue-card:nth-child(3),
#senales .issue-card:nth-child(5) {
  background:
    radial-gradient(circle at 18% 18%, rgba(26, 47, 99, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(244, 237, 221, 0.9));
}

#senales .issue-card:nth-child(2),
#senales .issue-card:nth-child(4) {
  background:
    radial-gradient(circle at 80% 22%, rgba(255, 214, 128, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 251, 243, 0.95), rgba(242, 234, 216, 0.9));
}

.feature-band,
.split-band,
.use-band,
.closing-card {
  border-radius: 34px;
  padding: clamp(1.4rem, 2.5vw, 2rem);
}

.feature-band-dark,
.use-band,
.closing-card {
  background:
    radial-gradient(circle at 14% 18%, rgba(214, 168, 79, 0.16), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(145deg, rgba(9, 21, 46, 0.98), rgba(7, 16, 36, 0.98));
  border-color: rgba(255, 225, 164, 0.12);
  box-shadow: 0 30px 88px rgba(3, 11, 24, 0.42);
}

.feature-copy {
  max-width: 43rem;
}

.feature-copy h2 {
  color: #fff6e8;
}

.feature-copy h2 span {
  display: block;
  color: var(--accent);
}

.feature-copy p {
  color: rgba(238, 240, 248, 0.76);
  margin: 1rem 0 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.feature-grid-compact .feature-pill {
  min-height: 92px;
}

.feature-pill {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.2rem;
  min-height: 104px;
  padding: 1rem 1rem 1rem 3.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 225, 164, 0.14);
  color: #fff7eb;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 42px rgba(4, 10, 20, 0.12);
  overflow: hidden;
}

.feature-pill::before,
.feature-pill::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.feature-pill::before {
  left: 1rem;
  top: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.16) 44%, rgba(245, 214, 123, 0.96) 74%),
    conic-gradient(from 180deg, rgba(255, 241, 196, 0.6), rgba(214, 168, 79, 0.98), rgba(255, 241, 196, 0.6));
  box-shadow:
    0 0 0 4px rgba(214, 168, 79, 0.08),
    0 0 18px rgba(214, 168, 79, 0.28);
}

.feature-pill::after {
  inset: auto -20% -35% auto;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 68%);
  filter: blur(8px);
}

.feature-pill strong,
.feature-pill span {
  font-family: inherit;
  letter-spacing: 0;
}

.feature-pill strong {
  font-size: 1rem;
  color: #fff7eb;
}

.feature-pill span {
  color: rgba(238, 240, 248, 0.76);
  font-size: 0.93rem;
  line-height: 1.5;
}

.ingredients-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
}

.ingredients-grid .ingredient-card {
  min-height: 186px;
}

.ingredients-grid .ingredient-card:nth-child(1) {
  grid-column: span 4;
}

.ingredients-grid .ingredient-card:nth-child(2) {
  grid-column: span 4;
}

.ingredients-grid .ingredient-card:nth-child(3) {
  grid-column: span 4;
}

.ingredients-grid .ingredient-card:nth-child(4) {
  grid-column: span 6;
}

.ingredients-grid .ingredient-card-wide {
  grid-column: 1 / -1;
  min-height: 160px;
}

.ingredient-card-wide,
.benefit-card-wide,
.caution-card-wide,
.faq-card-wide {
  grid-column: 1 / -1;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  background: linear-gradient(145deg, rgba(255, 251, 244, 0.95), rgba(244, 235, 211, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 28px 72px rgba(7, 16, 36, 0.08);
}

.split-band-dark {
  background:
    radial-gradient(circle at 18% 10%, rgba(214, 168, 79, 0.1), transparent 26%),
    linear-gradient(145deg, rgba(10, 20, 42, 0.96), rgba(6, 13, 28, 0.98));
  border-color: rgba(255, 225, 164, 0.12);
  box-shadow: 0 30px 88px rgba(3, 11, 24, 0.4);
}

.split-band-dark .split-band-copy h2,
.split-band-dark .split-band-copy p {
  color: #f7fbff;
}

.split-band-dark .split-band-copy p {
  color: rgba(231, 237, 248, 0.78);
}

.split-legal {
  margin-top: 0.8rem;
  font-size: 0.94rem;
  color: rgba(255, 225, 164, 0.88) !important;
}

.head-grid {
  align-self: stretch;
}

.head-card {
  min-height: 116px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 239, 220, 0.92));
}

.emotional-band {
  margin-top: 0.2rem;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.check-list li {
  position: relative;
  padding: 0.92rem 1rem 0.92rem 2.8rem;
  border-radius: 18px;
  border: 1px solid rgba(26, 47, 99, 0.09);
  background: rgba(255, 255, 255, 0.72);
  color: #2a3550;
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #f7d38a);
  box-shadow: 0 0 0 4px rgba(214, 168, 79, 0.12);
}

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

.caution-card {
  min-height: 98px;
  display: flex;
  align-items: center;
}

.caution-card strong {
  color: var(--primary-deep);
  font-size: 1rem;
}

.use-band {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 1rem;
}

.use-copy h2 {
  color: #fff7ea;
}

.use-copy p {
  color: rgba(238, 240, 248, 0.74);
}

.use-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-content: start;
}

.use-grid span {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 225, 164, 0.14);
  color: #fff7eb;
}

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

.faq-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 239, 220, 0.74));
}

.faq-card p {
  margin: 0;
  line-height: 1.7;
}

.closing-card {
  display: grid;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(214, 168, 79, 0.2), transparent 24%),
  radial-gradient(circle at 88% 10%, rgba(74, 133, 235, 0.18), transparent 26%),
  linear-gradient(145deg, rgba(9, 21, 46, 0.98), rgba(7, 16, 36, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 32px 94px rgba(3, 11, 24, 0.42);
}

.closing-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -20% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(214, 168, 79, 0.16), transparent 70%);
  filter: blur(12px);
  pointer-events: none;
}

.closing-copy h2 {
  color: #fff7eb;
}

.closing-copy h2 span {
  display: block;
  color: var(--accent);
}

.closing-copy p {
  color: rgba(238, 240, 248, 0.78);
  max-width: 48rem;
}

.legal-card {
  border-radius: 26px;
  padding: 1.2rem 1.2rem 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 239, 220, 0.88));
}

.legal-card h2 {
  font-size: 1.35rem;
}

.legal-card p {
  margin: 0.5rem 0 0;
  font-size: 0.96rem;
}

.footer {
  padding: 1.2rem 0 0.4rem;
  text-align: center;
}

.footer p {
  margin: 0;
  color: rgba(90, 100, 123, 0.9);
  font-size: 0.92rem;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.05rem;
  border-radius: 999px;
  color: #fff9ef;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  border: 1px solid rgba(255, 225, 164, 0.14);
  box-shadow: 0 20px 44px rgba(8, 21, 47, 0.24);
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.whatsapp-float::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  margin-right: 0.55rem;
  background: #8dffb5;
  box-shadow: 0 0 0 6px rgba(141, 255, 181, 0.12);
}

.whatsapp-float:hover {
  box-shadow: 0 26px 50px rgba(8, 21, 47, 0.28);
}

.cta-main,
.btn-primary,
.btn-secondary,
.cta-link,
.whatsapp-float {
  position: relative;
  overflow: hidden;
}

.cta-main::after,
.btn-primary::after,
.btn-secondary::after,
.cta-link::after,
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.18), transparent 42%);
  transform: translateX(-120%);
  transition: transform 600ms ease;
  pointer-events: none;
}

.cta-main:hover::after,
.btn-primary:hover::after,
.btn-secondary:hover::after,
.cta-link:hover::after,
.whatsapp-float:hover::after {
  transform: translateX(120%);
}

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

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

.reveal:nth-of-type(2) {
  transition-delay: 70ms;
}

.reveal:nth-of-type(3) {
  transition-delay: 120ms;
}

.reveal:nth-of-type(4) {
  transition-delay: 160ms;
}

.reveal:nth-of-type(5) {
  transition-delay: 200ms;
}

:focus-visible {
  outline: 3px solid rgba(214, 168, 79, 0.95);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .hero,
  .split-band,
  .use-band {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 2.2rem;
  }

  .hero-visual {
    order: -1;
    min-height: clamp(390px, 66vw, 540px);
  }

  .cards-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100vw - 24px, 1180px);
  }

  .nav {
    min-height: 76px;
  }

  .nav-actions {
    gap: 0.55rem;
  }

  .btn-secondary,
  .btn-primary {
    min-height: 42px;
    padding-inline: 0.85rem;
    font-size: 0.9rem;
  }

  .hero {
    gap: 1.2rem;
    padding: 1.6rem;
    border-radius: 28px;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 3.7rem);
  }

  .hero-lead {
    font-size: 1.04rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .cards-2,
  .cards-3,
  .cards-5,
  .faq-grid,
  .ingredients-grid,
  .caution-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .product-main {
    width: min(82vw, 400px);
    transform: translate3d(0, -18px, 0);
  }

  .hero-note {
    right: 4%;
    top: 11%;
    width: min(86%, 330px);
    padding: 0.9rem 0.95rem;
  }

  .hero-visual {
    min-height: clamp(360px, 86vw, 500px);
  }

  .callout-card,
  .panel,
  .feature-band,
  .split-band,
  .use-band,
  .closing-card,
  .legal-card {
    border-radius: 22px;
  }

  .section {
    padding-top: 1.7rem;
  }

  .feature-grid-compact .feature-pill,
  .head-card {
    min-height: 92px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes product-float {
  0%,
  100% {
    transform: translate3d(12px, 2px, 0) translateY(0) scale(1);
  }

  50% {
    transform: translate3d(12px, 2px, 0) translateY(-8px) scale(1.01);
  }
}

@keyframes glow-breathe {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.82;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes particle-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(24px, -16px, 0);
  }
}

@keyframes platform-pulse {
  0%,
  100% {
    transform: scale(0.985);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.02);
    opacity: 1;
  }
}
