:root {
  --night: #080705;
  --ink: #121012;
  --wine: #46100d;
  --red: #d13b1f;
  --red-bright: #f05a2a;
  --gold: #d7a735;
  --gold-light: #fff0a4;
  --cream: #fff8ea;
  --cream-soft: #f7efe3;
  --brown: #3b2517;
  --muted: #6b5f55;
  --text: #fff9e9;
  --line: rgba(215, 167, 53, 0.28);
  --shadow: 0 24px 80px rgba(42, 13, 7, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--night);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
  padding: 0.55rem clamp(1rem, 5vw, 5rem);
  background: linear-gradient(180deg, rgba(8, 7, 5, 0.86), rgba(8, 7, 5, 0.36));
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  width: clamp(118px, 13vw, 178px);
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
}

.site-nav a {
  border: 1px solid rgba(215, 167, 53, 0.38);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 248, 228, 0.88);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding: 6.2rem clamp(1.1rem, 5vw, 5.5rem) 4rem;
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 224, 112, 0.24), transparent 23rem),
    radial-gradient(circle at 18% 22%, rgba(209, 59, 31, 0.28), transparent 24rem),
    linear-gradient(130deg, #120908 0%, #220c0a 48%, #0b0806 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.94), rgba(8, 7, 5, 0.44) 48%, rgba(8, 7, 5, 0.9)),
    url("./assets/og-ritual-cabalistico.jpg") center / cover no-repeat;
  filter: saturate(1.1);
}

.hero-light {
  position: absolute;
  inset: -20% -30%;
  pointer-events: none;
  background:
    linear-gradient(102deg, transparent 16%, rgba(255, 240, 164, 0.12) 23%, transparent 31%),
    linear-gradient(112deg, transparent 52%, rgba(240, 90, 42, 0.18) 58%, transparent 66%);
  animation: sweep 8s ease-in-out infinite;
}

.countdown-strip {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto 2.4rem;
  border: 1px solid rgba(215, 167, 53, 0.28);
  border-radius: 999px;
  padding: 0.68rem 0.95rem 0.68rem 1.2rem;
  background: rgba(8, 7, 5, 0.58);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.26);
  color: var(--gold-light);
  font-weight: 900;
}

.countdown {
  display: flex;
  gap: 0.45rem;
}

.countdown strong {
  min-width: 3.5rem;
  border-radius: 999px;
  padding: 0.48rem 0.68rem;
  background: linear-gradient(135deg, var(--red-bright), var(--red));
  color: #fff;
  text-align: center;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(310px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 1180px;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--red-bright);
  font-family: Cinzel, Georgia, serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Cinzel, Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 6.1vw, 5.65rem);
  line-height: 0.94;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4.05rem);
  line-height: 1.03;
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.65rem);
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.lead {
  max-width: 700px;
  margin-top: 1.35rem;
  color: rgba(255, 248, 228, 0.86);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  border-radius: 999px;
  padding: 0.95rem 1.45rem;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

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

.button.primary {
  color: #160b05;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 48%, var(--red-bright));
  box-shadow: 0 18px 44px rgba(240, 90, 42, 0.26);
}

.button.ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--gold-light);
}

.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 248, 228, 0.8);
  font-weight: 800;
}

.hero-bullets li {
  border: 1px solid rgba(215, 167, 53, 0.28);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  background: rgba(255, 255, 255, 0.045);
}

.hero-card {
  overflow: hidden;
  border: 1px solid rgba(215, 167, 53, 0.38);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  max-height: 690px;
  object-fit: cover;
  object-position: top center;
}

.section-soft,
.section-dark,
.section-cream,
.final-cta {
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.1rem, 5vw, 5.5rem);
}

.section-soft {
  background: var(--cream);
  color: #140d09;
}

.section-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(215, 167, 53, 0.15), transparent 26rem),
    radial-gradient(circle at 88% 20%, rgba(209, 59, 31, 0.18), transparent 26rem),
    #0e0b09;
}

.section-cream {
  background: var(--cream-soft);
  color: #130e0b;
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 2.8rem;
  text-align: center;
}

.section-heading p {
  max-width: 760px;
  margin: 1rem auto 0;
}

.pain-list,
.benefit-grid,
.testimonial-grid {
  display: grid;
  max-width: 1100px;
  margin: 0 auto;
  gap: 1rem;
}

.pain-list {
  grid-template-columns: repeat(5, 1fr);
}

.pain-list article,
.benefit-grid article,
.steps article {
  border: 1px solid rgba(74, 42, 22, 0.14);
  border-radius: 18px;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 12px 34px rgba(61, 33, 17, 0.08);
}

.pain-list span,
.benefit-grid span,
.steps strong {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  background: rgba(240, 90, 42, 0.13);
  color: var(--red);
  font-weight: 900;
}

.turn-card,
.offer-card {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid rgba(215, 167, 53, 0.34);
  border-radius: 30px;
  padding: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(135deg, rgba(240, 90, 42, 0.16), transparent 38%),
    rgba(255, 255, 255, 0.045);
  text-align: center;
  box-shadow: var(--shadow);
}

.turn-card p,
.offer-card p {
  max-width: 760px;
  margin: 1.2rem auto 0;
  color: rgba(255, 248, 228, 0.78);
}

.turn-card .button,
.offer-card .button {
  margin-top: 1.8rem;
}

.ritual,
.authority {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.ritual > *,
.authority > * {
  max-width: 100%;
}

.ritual-copy,
.authority-copy {
  max-width: 720px;
  justify-self: end;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.steps article p,
.benefit-grid article p {
  margin-top: 0.65rem;
}

.ritual-image,
.authority-photo {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.ritual-image img,
.authority-photo img {
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-fit: cover;
}

.benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.benefit-grid article {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(215, 167, 53, 0.22);
}

.benefit-grid article p {
  color: rgba(255, 248, 228, 0.72);
}

.authority {
  background:
    linear-gradient(90deg, rgba(255, 248, 234, 0.94), rgba(255, 248, 234, 0.84)),
    url("./assets/og-ritual-cabalistico.jpg") center / cover no-repeat;
}

.authority-photo {
  max-width: 520px;
  justify-self: end;
}

.testimonial-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
}

.testimonial-grid figure {
  overflow: hidden;
  min-height: 250px;
  margin: 0;
  border: 1px solid rgba(61, 33, 17, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(61, 33, 17, 0.12);
}

.testimonial-grid img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: top center;
}

.offer {
  background:
    radial-gradient(circle at 50% 0, rgba(215, 167, 53, 0.2), transparent 25rem),
    linear-gradient(135deg, #0d0907, #210b08);
}

.price {
  width: min(100%, 460px);
  margin: 2rem auto 0;
  border: 1px solid rgba(215, 167, 53, 0.3);
  border-radius: 24px;
  padding: 1.45rem;
  background: rgba(255, 255, 255, 0.06);
}

.price span {
  display: block;
  color: var(--gold-light);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.price strong {
  display: block;
  margin: 0.25rem 0;
  color: #fff;
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: 1;
}

.faq-list {
  max-width: 880px;
  margin: 0 auto;
}

details {
  border: 1px solid rgba(74, 42, 22, 0.12);
  border-radius: 16px;
  margin-bottom: 0.9rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(61, 33, 17, 0.06);
}

summary {
  cursor: pointer;
  padding: 1.15rem 1.25rem;
  color: #130e0b;
  font-weight: 900;
}

details p {
  padding: 0 1.25rem 1.2rem;
}

.final-cta {
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.9), rgba(8, 7, 5, 0.68)),
    url("./assets/og-ritual-cabalistico.jpg") center / cover no-repeat;
  text-align: center;
}

.final-cta div {
  max-width: 870px;
  margin: 0 auto;
}

.final-cta .button {
  margin-top: 1.8rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1.15rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid rgba(215, 167, 53, 0.22);
  background: #070604;
  color: rgba(255, 248, 228, 0.68);
  font-size: 0.92rem;
}

@keyframes sweep {
  0%,
  100% {
    transform: translateX(-4%);
    opacity: 0.55;
  }
  50% {
    transform: translateX(4%);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .site-header {
    min-height: 66px;
  }

  .site-nav {
    gap: 0.45rem;
    font-size: 0.86rem;
  }

  .site-nav a {
    padding: 0.55rem 0.78rem;
  }

  .hero {
    padding-top: 5.4rem;
  }

  .hero-grid,
  .ritual,
  .authority {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .ritual-copy,
  .authority-copy,
  .authority-photo {
    justify-self: stretch;
    max-width: none;
  }

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

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    min-height: 62px;
    padding: 0.5rem 0.9rem;
  }

  .brand {
    width: 104px;
  }

  .site-nav {
    padding-top: 0.22rem;
  }

  .site-nav a {
    padding: 0.47rem 0.58rem;
    font-size: 0.77rem;
  }

  .hero {
    padding: 5rem 0.95rem 3rem;
  }

  .countdown-strip {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 22px;
  }

  .countdown {
    width: 100%;
    justify-content: space-between;
  }

  .countdown strong {
    min-width: 0;
    flex: 1;
    padding-inline: 0.35rem;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 4.1rem);
  }

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

  .button {
    padding-inline: 1rem;
  }

  .hero-card img {
    max-height: 540px;
  }

  .section-soft,
  .section-dark,
  .section-cream,
  .final-cta {
    padding: 4rem 0.95rem;
  }

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

  .testimonial-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.65rem;
  }

  .testimonial-grid figure {
    min-width: 82%;
    scroll-snap-align: start;
  }

  .site-footer {
    display: grid;
  }
}
