:root {
  --home-anchor-offset: 1rem;
  --home-cream: #fbf4e8;
  --home-cream-deep: #f4e7d3;
  --home-paper: #fffaf2;
  --home-ink: #302f2c;
  --home-muted: #6d675f;
  --home-orange: #cb591d;
  --home-orange-dark: #a94014;
  --home-violet: #7550ae;
  --home-green: #145f4d;
  --home-green-dark: #0d493c;
  --home-module-green: #3b8569;
  --home-blue: #357ca9;
  --home-border: rgba(74, 61, 45, 0.14);
  --home-shadow: 0 22px 58px rgba(82, 54, 30, 0.1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

.home-page {
  overflow: clip;
  color: var(--home-ink);
  background: var(--home-cream);
  font-family: var(--misti-font-body);
}

.home-page *,
.home-page *::before,
.home-page *::after {
  box-sizing: border-box;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
  margin-top: 0;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  color: var(--home-ink);
  font-family: var(--misti-font-display);
  letter-spacing: -0.025em;
}

.home-shell {
  width: min(100% - 2rem, 1260px);
  margin-inline: auto;
}

#en10,
#movil,
#tarotista {
  scroll-margin-top: var(--home-anchor-offset);
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.85rem;
  color: var(--home-orange);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-kicker::before {
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.home-kicker--green {
  color: var(--home-green);
}

.home-kicker--light {
  color: #f2c899;
}

.home-lead {
  color: var(--home-muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.8;
}

.home-button {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-button:hover,
.home-button:focus-visible {
  transform: translateY(-2px);
}

.home-button:focus-visible,
.home-text-link:focus-visible,
.home-path:focus-visible,
.home-hero__control:focus-visible,
.home-hero__indicator:focus-visible,
.home-mobile-tab:focus-visible,
.home-newsletter input:focus-visible,
.home-newsletter button:focus-visible,
.home-contact-link:focus-visible {
  outline: 3px solid rgba(203, 89, 29, 0.35);
  outline-offset: 4px;
}

.home-button--primary {
  color: #fff;
  background: var(--home-orange);
  box-shadow: 0 12px 28px rgba(169, 64, 20, 0.2);
}

.home-button--primary:hover,
.home-button--primary:focus-visible {
  color: #fff;
  background: var(--home-orange-dark);
}

.home-button--outline {
  color: var(--home-green);
  border-color: rgba(20, 95, 77, 0.55);
  background: rgba(255, 255, 255, 0.52);
}

.home-button--outline:hover,
.home-button--outline:focus-visible {
  color: #fff;
  border-color: var(--home-green);
  background: var(--home-green);
}

.home-button--green {
  color: #fff;
  background: var(--home-green);
}

.home-button--green:hover,
.home-button--green:focus-visible {
  color: #fff;
  background: var(--home-green-dark);
}

.home-button--cream {
  color: var(--home-green-dark);
  border-color: rgba(255, 255, 255, 0.5);
  background: #fff4e4;
}

.home-button--cream:hover,
.home-button--cream:focus-visible {
  color: var(--home-orange-dark);
  background: #fff;
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}

.home-text-link--light {
  color: #fff1db;
}

.home-hero {
  --home-hero-height: clamp(540px, 43vw, 680px);
  position: relative;
  min-height: var(--home-hero-height);
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  background-color: #f5e4cc;
  background-image: url("/img/fondo.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero::before,
.home-hero::after {
  content: none;
}

.home-hero__stage {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: var(--home-hero-height);
  align-content: center;
  padding-block: 2.5rem 3.75rem;
  grid-template-areas:
    "copy product"
    "action product";
  grid-template-columns: minmax(310px, 0.4fr) minmax(0, 0.6fr);
  grid-template-rows: auto auto;
  column-gap: clamp(1rem, 2vw, 2.5rem);
}

.home-hero__content {
  position: relative;
  z-index: 3;
  align-self: end;
  grid-area: copy;
  max-width: 29.5rem;
}

.home-hero h1 {
  margin-bottom: 1.15rem;
  font-size: clamp(3.2rem, 4.75vw, 4.0rem);
  font-weight: 500;
  line-height: 0.94;
  text-shadow: 0 1px 0 rgba(255, 250, 242, 0.24);
  text-wrap: balance;
}

.home-hero__lead {
  max-width: 28rem;
  margin-bottom: 0;
  color: var(--home-muted);
  font-size: clamp(0.92rem, 1.15vw, 1.04rem);
  line-height: 1.65;
}

.home-hero__action {
  z-index: 4;
  align-self: start;
  justify-self: start;
  min-height: 2.9rem;
  margin-top: 1.45rem;
  padding: 0.72rem 1.25rem;
  grid-area: action;
  font-size: 0.78rem;
}

.home-hero .home-hero__action,
.home-hero .home-hero__action:visited {
  color: #fff;
  background: var(--home-orange);
}

.home-hero .home-hero__action:hover,
.home-hero .home-hero__action:focus-visible,
.home-hero .home-hero__action:active {
  color: #fff !important;
  background: var(--home-orange-dark);
  box-shadow: 0 10px 22px rgba(169, 64, 20, 0.18);
  transform: none;
}

.home-hero .home-hero__action > span {
  color: inherit;
}

.home-hero .home-hero__action:active {
  transform: translateY(0);
}

.home-hero__products {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: clamp(440px, 39vw, 580px);
  grid-area: product;
}

.home-hero__product {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translateX(8rem);
  pointer-events: none;
}

.home-hero__product.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.home-hero__product img {
  display: block;
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 20px rgba(55, 36, 20, 0.15));
}

.home-hero__product--desktop img {
  width: min(74%, 43rem);
  margin-bottom: clamp(0.35rem, 1vw, 1rem);
  transform: translateX(-10%);
}

.home-hero__product--mobile img {
  width: min(98%, 49rem);
  margin-bottom: clamp(1.8rem, 3.2vw, 3.3rem);
  transform: translateX(-5%);
}

.home-hero__product--tarot img {
  width: min(88%, 44rem);
  margin-bottom: clamp(1.2rem, 2.2vw, 2.25rem);
  transform: translateX(-8%);
}

.home-hero__product.is-entering-forward {
  animation: home-hero-product-enter-forward 780ms cubic-bezier(0.22, 0.72, 0.22, 1) both;
}

.home-hero__product.is-entering-backward {
  animation: home-hero-product-enter-backward 780ms cubic-bezier(0.22, 0.72, 0.22, 1) both;
}

.home-hero__product.is-exiting-forward {
  visibility: visible;
  animation: home-hero-product-exit-forward 650ms cubic-bezier(0.4, 0, 0.4, 1) both;
}

.home-hero__product.is-exiting-backward {
  visibility: visible;
  animation: home-hero-product-exit-backward 650ms cubic-bezier(0.4, 0, 0.4, 1) both;
}

.home-hero__content.is-leaving,
.home-hero__action.is-leaving {
  opacity: 0;
  transform: translateY(0.75rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-hero__content.is-entering > *,
.home-hero__action.is-entering {
  animation: home-hero-copy-enter 620ms cubic-bezier(0.22, 0.72, 0.22, 1) both;
}

.home-hero__content.is-entering > :nth-child(2) { animation-delay: 70ms; }
.home-hero__content.is-entering > :nth-child(3) { animation-delay: 140ms; }
.home-hero__action.is-entering { animation-delay: 190ms; }

.home-hero__controls {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 1.35rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}

.home-hero__control,
.home-hero__indicator {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  color: rgba(20, 95, 77, 0.62);
  background: transparent;
  cursor: pointer;
  place-items: center;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-hero__control {
  border-radius: 50%;
}

.home-hero__control:hover,
.home-hero__control:focus-visible,
.home-hero__control:active {
  color: var(--home-orange-dark);
  background: rgba(255, 250, 242, 0.32);
}

.home-hero__control svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.home-hero__indicators {
  display: flex;
  align-items: center;
  gap: 0;
}

.home-hero__indicator {
  position: relative;
  border-radius: 999px;
}

.home-hero__indicator::before {
  width: 0.75rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(20, 95, 77, 0.3);
  content: "";
  transition: width 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

.home-hero__indicator.is-active,
.home-hero__indicator[aria-current="true"] {
  background: transparent;
}

.home-hero__indicator.is-active::before,
.home-hero__indicator[aria-current="true"]::before {
  width: 1.4rem;
  background: var(--home-orange);
}

.home-hero__indicator:hover::before,
.home-hero__indicator:focus-visible::before {
  background: var(--home-orange-dark);
  opacity: 0.88;
}

.home-hero__toggle {
  margin-left: 0.1rem;
}

.home-hero__play-icon {
  display: none;
}

.home-hero__toggle[aria-pressed="true"] .home-hero__pause-icon {
  display: none;
}

.home-hero__toggle[aria-pressed="true"] .home-hero__play-icon {
  display: block;
}

.home-path__symbol svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

@keyframes home-hero-product-enter-forward {
  from { visibility: visible; opacity: 0; transform: translateX(8rem); }
  to { visibility: visible; opacity: 1; transform: translateX(0); }
}

@keyframes home-hero-product-enter-backward {
  from { visibility: visible; opacity: 0; transform: translateX(-8rem); }
  to { visibility: visible; opacity: 1; transform: translateX(0); }
}

@keyframes home-hero-product-exit-forward {
  from { visibility: visible; opacity: 1; transform: translateX(0); }
  to { visibility: visible; opacity: 0; transform: translateX(-8rem); }
}

@keyframes home-hero-product-exit-backward {
  from { visibility: visible; opacity: 1; transform: translateX(0); }
  to { visibility: visible; opacity: 0; transform: translateX(8rem); }
}

@keyframes home-hero-copy-enter {
  from { opacity: 0; transform: translateY(-3rem); }
  to { opacity: 1; transform: translateY(0); }
}

.home-paths {
  position: relative;
  z-index: 2;
  padding: 2.9rem 0 3.2rem;
  background: var(--home-paper);
}

.home-paths::before {
  position: absolute;
  z-index: -1;
  top: -2.6rem;
  right: -4%;
  left: -4%;
  height: 5rem;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--home-paper);
  content: "";
}

.home-paths::after {
  position: absolute;
  z-index: -1;
  right: -5rem;
  bottom: 0.5rem;
  width: 12rem;
  aspect-ratio: 1;
  border: 1px solid rgba(176, 112, 47, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2.8rem rgba(176, 112, 47, 0.022);
  content: "";
}

.home-section-heading {
  max-width: 44rem;
  margin-bottom: 3rem;
}

.home-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.home-section-heading--center .home-kicker {
  justify-content: center;
}

.home-section-heading h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  font-weight: 500;
}

.home-section-heading p {
  color: var(--home-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.home-paths .home-section-heading {
  margin-bottom: 1.6rem;
}

.home-paths .home-section-heading h2 {
  margin-bottom: 0.35rem;
  font-size: clamp(2.15rem, 3.2vw, 3rem);
}

.home-paths .home-section-heading p {
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-paths__grid {
  display: grid;
  max-width: 1060px;
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-path {
  position: relative;
  display: grid;
  min-height: 14.25rem;
  justify-items: center;
  padding: 1rem clamp(1.25rem, 2.4vw, 2.5rem) 1.15rem;
  border-right: 1px solid var(--home-border);
  color: var(--home-ink);
  text-align: center;
  transition: background-color 180ms ease, transform 180ms ease;
}

.home-path:last-child {
  border-right: 0;
}

.home-path:hover {
  color: var(--home-ink);
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-4px);
}

.home-path__number {
  display: grid;
  width: 2.8rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--path-color);
  font-family: var(--misti-font-display);
  font-size: 1.08rem;
}

.home-path__symbol {
  display: grid;
  width: 2.55rem;
  aspect-ratio: 1;
  margin-block: 0.55rem 0.25rem;
  place-items: center;
  color: var(--path-color);
}

.home-path h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.18rem, 1.65vw, 1.45rem);
}

.home-path p {
  max-width: 20rem;
  margin-bottom: 0.65rem;
  color: var(--home-muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.home-path .home-text-link {
  align-self: end;
  padding: 0.35rem 0.65rem;
  border: 1px solid color-mix(in srgb, var(--path-color) 35%, transparent);
  border-radius: 999px;
  color: var(--path-color);
  font-size: 0.72rem;
}

.home-path--orange { --path-color: var(--home-orange); }
.home-path--violet { --path-color: var(--home-violet); }
.home-path--green { --path-color: var(--home-green); }

.home-chapter {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.home-en10 {
  padding: clamp(2.75rem, 5vw, 4.5rem) 0;
  background:
    radial-gradient(circle at 10% 12%, rgba(201, 120, 43, 0.06), transparent 25%),
    linear-gradient(145deg, #f2e4cf 0%, #fbf4e8 56%, #edddc5 100%);
}

.home-en10__shell {
  width: min(100% - 2rem, 1320px);
}

.home-en10__card {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 3.1vw, 3.1rem);
  border: 1px solid rgba(151, 104, 53, 0.2);
  border-radius: clamp(1.5rem, 2.4vw, 2rem);
  background:
    radial-gradient(circle at 49% 55%, rgba(218, 147, 68, 0.13), transparent 26%),
    linear-gradient(135deg, rgba(255, 252, 246, 0.98), rgba(250, 241, 226, 0.96));
  box-shadow: 0 24px 60px rgba(92, 58, 28, 0.09);
}

.home-en10__card::before {
  position: absolute;
  top: 14%;
  left: 35%;
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 158, 83, 0.12), transparent 66%);
  content: "";
  pointer-events: none;
}

.home-en10__ornament {
  position: absolute;
  border: 1px solid rgba(183, 119, 52, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.home-en10__ornament--one {
  top: -7rem;
  right: -4rem;
  width: 18rem;
  aspect-ratio: 1;
  box-shadow: inset 0 0 0 3.5rem rgba(183, 119, 52, 0.025), inset 0 0 0 6.8rem rgba(183, 119, 52, 0.018);
}

.home-en10__ornament--two {
  bottom: -8rem;
  left: 37%;
  width: 21rem;
  height: 12rem;
  transform: rotate(-8deg);
}

.home-chapter__heading {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.home-chapter__heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.8vw, 4.0rem);
  font-weight: 500;
  line-height: 1;
}

.home-chapter__index {
  color: var(--home-orange);
  font-family: var(--misti-font-display);
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.82;
}

.home-chapter__index--green {
  color: var(--home-green);
}

.home-en10__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-areas:
    "copy visual modules"
    "cta visual modules";
  grid-template-columns: minmax(220px, 0.75fr) minmax(450px, 1.62fr) minmax(270px, 0.86fr);
  grid-template-rows: auto auto;
  gap: 1rem clamp(1.25rem, 2.15vw, 2rem);
}

.home-en10__copy {
  grid-area: copy;
  align-self: end;
}

.home-en10__chapter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.home-en10__chapter::after {
  width: 2.2rem;
  height: 1px;
  background: rgba(203, 89, 29, 0.55);
  content: "";
}

.home-en10__chapter-number {
  color: var(--home-orange);
  font-family: var(--misti-font-display);
  font-size: clamp(2.9rem, 4vw, 4.15rem);
  line-height: 0.78;
}

.home-en10__chapter-label {
  color: var(--home-orange-dark);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-en10__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.3rem, 2.9vw, 2.3rem);
  font-weight: 500;
  line-height: 0.96;
}

.home-en10__copy h2 span {
  display: block;
}

.home-en10__copy h2 span:last-child {
  white-space: nowrap;
}

.home-en10__copy .home-lead {
  margin-bottom: 1.15rem;
  font-size: 0.86rem;
  line-height: 1.62;
}

.home-en10__copy .home-check-list {
  gap: 0.62rem;
  margin-bottom: 0;
}

.home-en10__copy .home-check-list li {
  padding-left: 1.6rem;
  font-size: 0.76rem;
  line-height: 1.42;
}

.home-en10__copy .home-check-list li::before {
  top: 0.08rem;
  width: 1.05rem;
  font-size: 0.6rem;
}

.home-en10__cta {
  width: 100%;
  min-height: 2.9rem;
  align-self: start;
  padding: 0.65rem 0.9rem;
  grid-area: cta;
  font-size: 0.72rem;
  line-height: 1.35;
}

.home-en10__cta:hover,
.home-en10__cta:focus-visible,
.home-en10__cta:active {
  color: var(--home-green-dark) !important;
  border-color: var(--home-green);
  background: rgba(20, 95, 77, 0.08);
}

.home-en10__cta:visited {
  color: var(--home-green);
}

.home-en10__cta > *,
.home-module__action > *,
.home-mobile__cta > *,
.home-mobile-panel__actions a > * {
  color: inherit;
}

.home-tarot__copy .home-lead {
  margin-bottom: 1.5rem;
}

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

.home-check-list li {
  position: relative;
  padding-left: 1.85rem;
  color: var(--home-ink);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
}

.home-check-list li::before {
  position: absolute;
  top: 0.18rem;
  left: 0;
  display: grid;
  width: 1.15rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--home-green);
  content: "✓";
  font-size: 0.68rem;
}

.home-product-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(79, 59, 36, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--home-shadow);
}

.home-product-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-product-visual figcaption {
  padding: 0.8rem 1rem;
  color: var(--home-muted);
  font-size: 0.72rem;
  text-align: center;
}

.home-en10 .home-product-visual {
  align-self: center;
  border-radius: 1.25rem;
  grid-area: visual;
  box-shadow: 0 20px 45px rgba(60, 42, 25, 0.14);
}

.home-en10 .home-product-visual figcaption {
  padding: 0.5rem 0.75rem;
  font-size: 0.64rem;
}

.home-module-list {
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(83, 66, 46, 0.14);
  border-radius: 1.25rem;
  background: rgba(255, 252, 247, 0.94);
  box-shadow: 0 18px 42px rgba(71, 49, 28, 0.1);
  grid-area: modules;
}

.home-module {
  border-bottom: 1px solid rgba(83, 66, 46, 0.11);
  background: transparent;
  transition: background-color 180ms ease;
}

.home-module:last-child {
  border-bottom: 0;
}

.home-module.is-open {
  background: color-mix(in srgb, var(--module-color) 7%, #fffaf3);
}

.home-module__heading {
  margin: 0;
}

.home-module__trigger {
  display: grid;
  width: 100%;
  min-height: 4.35rem;
  align-items: center;
  padding: 0.72rem 0.85rem;
  border: 0;
  color: var(--home-ink);
  background: transparent;
  cursor: pointer;
  text-align: left;
  grid-template-columns: 2.15rem minmax(0, 1fr) 1.25rem;
  gap: 0.7rem;
}

.home-module__trigger:hover {
  background: color-mix(in srgb, var(--module-color) 5%, transparent);
}

.home-module__trigger:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid color-mix(in srgb, var(--module-color) 38%, transparent);
  outline-offset: -3px;
}

.home-module__number {
  display: grid;
  width: 2.15rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--module-color);
  font-family: var(--misti-font-body);
  font-size: 0.68rem;
  font-weight: 800;
}

.home-module__labels {
  display: block;
  min-width: 0;
}

.home-module__labels > span,
.home-module__labels > strong {
  display: block;
}

.home-module__labels > span {
  margin-bottom: 0.16rem;
  color: var(--module-color);
  font-family: var(--misti-font-body);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-module__labels > strong {
  font-family: var(--misti-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.28;
}

.home-module__chevron {
  display: grid;
  width: 1.25rem;
  aspect-ratio: 1;
  place-items: center;
  color: var(--module-color);
  transition: transform 180ms ease;
}

.home-module__chevron svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.home-module__trigger[aria-expanded="true"] .home-module__chevron {
  transform: rotate(180deg);
}

.home-module__panel[hidden] {
  display: none;
}

.home-module__panel-inner {
  animation: home-module-reveal 180ms ease-out;
}

.home-module__panel p {
  margin: 0;
  padding: 0 1rem 0.45rem 3.7rem;
  color: var(--home-muted);
  font-size: 0.68rem;
  line-height: 1.48;
}

.home-module__action {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0.85rem 0.8rem 3.7rem;
  padding: 0.38rem 0.65rem;
  border: 1px solid color-mix(in srgb, var(--module-color) 42%, transparent);
  border-radius: 999px;
  color: var(--module-color);
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.3;
}

.home-module__action:hover,
.home-module__action:focus-visible,
.home-module__action:active {
  color: #fff !important;
  background: var(--module-color);
}

.home-module__action:visited {
  color: var(--module-color);
}

.home-module__action:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--module-color) 35%, transparent);
  outline-offset: 2px;
}

@keyframes home-module-reveal {
  from { opacity: 0; transform: translateY(-0.25rem); }
  to { opacity: 1; transform: translateY(0); }
}

.home-module--orange { --module-color: var(--home-orange); }
.home-module--violet { --module-color: var(--home-violet); }
.home-module--green { --module-color: var(--home-module-green); }
.home-module--blue { --module-color: var(--home-blue); }

.home-mobile {
  position: relative;
  padding: clamp(3.25rem, 5vw, 4.75rem) 0;
  background: var(--home-cream);
}

.home-mobile__shell {
  width: min(100% - 2rem, 1320px);
  padding: clamp(1.75rem, 3.4vw, 3rem);
  border: 1px solid rgba(244, 213, 172, 0.22);
  border-radius: clamp(1.75rem, 3vw, 2.5rem);
  color: #f8f0e5;
  background:
    radial-gradient(circle at 92% 7%, transparent 0 5.5rem, rgba(225, 172, 104, 0.18) 5.55rem 5.65rem, transparent 5.7rem),
    radial-gradient(circle at 94% 8%, transparent 0 8rem, rgba(225, 172, 104, 0.1) 8.05rem 8.15rem, transparent 8.2rem),
    linear-gradient(145deg, #0d4f40 0%, #0b3d35 55%, #082e29 100%);
  box-shadow: 0 28px 65px rgba(58, 39, 20, 0.12);
}

.home-mobile__layout {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: start;
  grid-template-columns: minmax(260px, 0.37fr) minmax(0, 1fr);
  gap: clamp(2rem, 3.5vw, 2.2rem);
}

.home-mobile__intro {
  padding-top: 0.35rem;
}

.home-mobile__chapter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
  color: #efbd7e;
}

.home-mobile__chapter::after {
  width: 2rem;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.7;
}

.home-mobile__chapter-number {
  font-family: var(--misti-font-display);
  font-size: clamp(3.2rem, 4.5vw, 4.65rem);
  line-height: 0.78;
}

.home-mobile__chapter > span:not(.home-mobile__chapter-number) {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-mobile__intro h2 {
  margin-bottom: 1rem;
  color: #fff7ed;
  font-size: clamp(2.65rem, 4.3vw, 3.0rem);
  font-weight: 500;
  line-height: 0.95;
}

.home-mobile .home-lead {
  margin-bottom: 1.4rem;
  color: rgba(255, 247, 237, 0.88);
  font-size: 0.92rem;
  line-height: 1.7;
}

.home-mobile-benefits {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.65rem;
  padding: 0;
  list-style: none;
}

.home-mobile-benefits li {
  display: grid;
  align-items: center;
  color: rgba(255, 247, 237, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  grid-template-columns: 2rem 1fr;
  gap: 0.7rem;
}

.home-mobile-benefits li > span {
  display: grid;
  width: 2rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(239, 189, 126, 0.42);
  border-radius: 50%;
  color: #efbd7e;
}

.home-mobile-benefits svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.home-mobile__cta {
  min-height: 2.8rem;
  padding-inline: 1.15rem;
  font-size: 0.76rem;
}

.home-mobile .home-mobile__cta:hover,
.home-mobile .home-mobile__cta:focus-visible,
.home-mobile .home-mobile__cta:active {
  color: var(--home-orange-dark) !important;
  background: #fff;
}

.home-mobile .home-mobile__cta:visited {
  color: var(--home-green-dark);
}

.home-mobile-tool {
  min-width: 0;
}

.home-mobile-tool__heading {
  padding: 0 0 0.8rem;
}

.home-mobile-tool__heading span {
  display: block;
  margin-bottom: 0.15rem;
  color: #efbd7e;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-mobile-tool__heading h3 {
  margin: 0;
  color: #fff7ed;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.home-mobile-selector {
  width: 100%;
  max-width: 100%;
}

.home-mobile-comparison {
    position: relative;
    z-index: 1;
    width: 95%;
    margin: 0px 20px;
    overflow: hidden;
    border: 1px solid rgba(137, 95, 52, 0.18);
    border-radius: 1.15rem 1.15rem 0rem 0rem;
    background: #fff8ed;
}

.home-mobile-comparison table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}

.home-mobile-comparison th,
.home-mobile-comparison td {
  padding: 0.55rem 0.5rem;
  border-right: 1px solid rgba(101, 75, 48, 0.1);
  border-bottom: 1px solid rgba(101, 75, 48, 0.1);
  color: #514b43;
  font-size: 0.65rem;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
}

.home-mobile-comparison tr > :last-child { border-right: 0; }
.home-mobile-comparison tbody tr:last-child > * { border-bottom: 0; }

.home-mobile-comparison thead th {
  padding: 0;
  color: #fff;
  background: #f4e8d7;
}

.home-mobile-comparison thead th:first-child {
  width: 15%;
  padding: 0.65rem 0.4rem;
  color: var(--home-green-dark);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-mobile-comparison tbody th {
  color: var(--home-green-dark);
  background: #f8eddd;
  font-size: 0.62rem;
  font-weight: 800;
  text-align: left;
}

.home-mobile-tab {
  position: relative;
  display: block;
  width: 100%;
  min-height: 4.5rem;
  padding: 0.72rem 0.45rem;
  border: 0;
  color: #fff;
  background: var(--tab-color);
  cursor: pointer;
  text-align: center;
  transition: filter 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.home-mobile-tab span,
.home-mobile-tab small {
  display: block;
}

.home-mobile-tab span {
  font-family: var(--misti-font-display);
  font-size: 0.95rem;
  font-weight: 700;
}

.home-mobile-tab small {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-mobile-tab:hover { filter: brightness(1.06); }

.home-mobile-tab.is-active {
  z-index: 1;
  box-shadow: inset 0 0 0 3px #fff8ed, inset 0 -0.35rem 0 rgba(0, 0, 0, 0.09);
}

.home-mobile-tab.is-active::after {
  display: block;
  margin-top: 0.22rem;
  content: "Seleccionado";
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-mobile-tab:focus-visible {
  z-index: 2;
  outline: 3px solid #fff;
  outline-offset: -4px;
}

.home-mobile-tab--orange { --tab-color: #d45b20; }
.home-mobile-tab--violet { --tab-color: #7651ad; }
.home-mobile-tab--green { --tab-color: #357d64; }
.home-mobile-tab--blue { --tab-color: #337aa5; }

.home-mobile-table-status {
  display: inline-flex;
  padding: 0.22rem 0.4rem;
  border-radius: 999px;
  font-size: 0.55rem;
  font-weight: 800;
  white-space: nowrap;
}

.home-mobile-table-status--published { color: #1e634c; background: #dcefe5; }
.home-mobile-table-status--testing { color: #8b5718; background: #f8e7c8; }

.home-mobile-store-logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.home-mobile-store-logo--table {
  height: 1.2rem;
  margin-inline: auto;
}

.home-mobile-store-mark {
  display: grid;
  width: 6.38rem;
  height: 1.25rem;
  flex: 0 0 6.38rem;
  place-items: center;
}

.home-mobile-panel .home-mobile-store-mark .home-mobile-store-logo--action {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
  object-fit: contain;
  transition: opacity 120ms ease;
}

.home-mobile-store-logo--normal {
  opacity: 1;
}

.home-mobile-store-logo--light {
  opacity: 0;
}

.home-mobile-panel__play:hover .home-mobile-store-logo--normal,
.home-mobile-panel__play:focus-visible .home-mobile-store-logo--normal,
.home-mobile-panel__play:active .home-mobile-store-logo--normal {
  opacity: 0;
}

.home-mobile-panel__play:hover .home-mobile-store-logo--light,
.home-mobile-panel__play:focus-visible .home-mobile-store-logo--light,
.home-mobile-panel__play:active .home-mobile-store-logo--light {
  opacity: 1;
}

.home-mobile__notice {
  margin: 0.8rem 0.25rem 0;
  padding: 0;
  color: rgba(255, 247, 237, 0.76);
  font-size: 0.64rem;
  line-height: 1.55;
}

.home-mobile-carousel {
  --carousel-accent: #d45b20;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 0rem;
  padding: 0;
}

.home-mobile-tool[data-active-module="1"] .home-mobile-carousel { --carousel-accent: #d45b20; }
.home-mobile-tool[data-active-module="2"] .home-mobile-carousel { --carousel-accent: #7651ad; }
.home-mobile-tool[data-active-module="3"] .home-mobile-carousel { --carousel-accent: #357d64; }
.home-mobile-tool[data-active-module="4"] .home-mobile-carousel { --carousel-accent: #337aa5; }

.home-mobile-panels {
    width: 100%;
    min-width: 0;
    border-color: #d45b20;
    border: solid 1px #d45b20;
    border-radius: 26px;
}

.home-mobile-carousel__button {
  position: absolute;
  z-index: 2;
  top: calc(50% - 0.8rem);
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--carousel-accent) 60%, #f4d5ac);
  border-radius: 50%;
  color: var(--carousel-accent);
  background: #fff8ed;
  box-shadow: 0 9px 20px rgba(0, 24, 20, 0.22);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-mobile-carousel__button--previous { left: 0.75rem; }
.home-mobile-carousel__button--next { right: 0.75rem; }

.home-mobile-carousel__button svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.home-mobile-carousel__button:hover,
.home-mobile-carousel__button:active {
  color: #fff;
  background: var(--carousel-accent);
  transform: translateY(-50%) scale(1.04);
}

.home-mobile-carousel__button:focus-visible {
  outline: 3px solid #fff8ed;
  outline-offset: 3px;
}

.home-mobile-panel {
  width: 100%;
  min-height: 26rem;
  margin: 0;
  padding: clamp(1.25rem, 1.8vw, 1.55rem) clamp(3.75rem, 5vw, 4.25rem);
  border: 1px solid rgba(139, 93, 48, 0.2);
  border-radius: 1.55rem;
  color: var(--home-ink);
  background:
    radial-gradient(circle at 10% 50%, color-mix(in srgb, var(--mobile-accent) 10%, transparent), transparent 30%),
    #fff8ed;
  box-shadow: 0 18px 38px rgba(0, 25, 20, 0.16);
  animation: home-panel-enter 240ms ease both;
}

.home-mobile-panel[hidden] {
  display: none;
}

.home-mobile-panel header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.8rem;
}

.home-mobile-panel header h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.15;
}

.home-mobile-panel__composition {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(145px, 0.3fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

.home-mobile-panel figure {
  margin: 0;
  text-align: center;
}

.home-mobile-panel img {
  display: block;
  width: min(100%, 10.75rem);
  max-height: 18rem;
  margin-inline: auto;
  object-fit: contain;
  border-radius: 1rem;
  filter: drop-shadow(0 16px 18px rgba(45, 30, 18, 0.18));
}

.home-mobile-panel__description {
  margin: 0 0 0.8rem;
  color: var(--home-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.home-mobile-panel__information {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.home-mobile-panel__information section {
  padding: 0.75rem;
  border: 1px solid color-mix(in srgb, var(--mobile-accent) 22%, transparent);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.55);
}

.home-mobile-panel__information h4 {
  margin: 0 0 0.5rem;
  color: var(--mobile-accent);
  font-size: 0.72rem;
}

.home-mobile-panel__information p,
.home-mobile-panel__information li {
  color: var(--home-muted);
  font-size: 0.66rem;
  line-height: 1.45;
}

.home-mobile-panel__information p { margin: 0; }

.home-mobile-panel__information ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding-left: 1rem;
}

.home-mobile-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.home-mobile-panel__actions a {
  display: inline-flex;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.58rem 0.8rem;
  border: 1px solid color-mix(in srgb, var(--mobile-accent) 48%, transparent);
  border-radius: 999px;
  color: var(--mobile-accent);
  background: rgba(255, 255, 255, 0.6);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.25;
}

.home-mobile-panel__actions a:hover,
.home-mobile-panel__actions a:focus-visible,
.home-mobile-panel__actions a:active {
  color: #fff !important;
  background: var(--mobile-accent);
}

.home-mobile-panel__actions a:visited {
  color: var(--mobile-accent);
}

.home-mobile-panel__actions a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--mobile-accent) 34%, transparent);
  outline-offset: 2px;
}

.home-mobile-panel__actions .home-mobile-panel__play {
  color: var(--home-green-dark);
  border-color: rgba(20, 95, 77, 0.35);
}

.home-mobile-panel__actions .home-mobile-panel__play:hover,
.home-mobile-panel__actions .home-mobile-panel__play:focus-visible,
.home-mobile-panel__actions .home-mobile-panel__play:active {
  color: #fff !important;
  background: var(--home-green-dark);
}

.home-mobile-panel__actions .home-mobile-panel__play:visited {
  color: var(--home-green-dark);
}

.home-status {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  flex: 0 0 auto;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-status--available { color: #226c53; background: #e0f0e7; }
.home-status--testing { color: #8a571a; background: #f8e8c9; }

.home-mobile-panel--orange { --mobile-accent: #c9531e; }
.home-mobile-panel--violet { --mobile-accent: #704aa8; }
.home-mobile-panel--green { --mobile-accent: #31775f; }
.home-mobile-panel--blue { --mobile-accent: #2d739f; }

@keyframes home-panel-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.home-tarot {
  background:
    radial-gradient(circle at 90% 20%, rgba(39, 111, 88, 0.08), transparent 22%),
    var(--home-paper);
}

.home-tarot .home-button--green,
.home-tarot .home-button--green:visited,
.home-tarot .home-button--green:hover,
.home-tarot .home-button--green:focus-visible,
.home-tarot .home-button--green:active {
  color: #fff8ec !important;
}

.home-tarot .home-button--green:hover,
.home-tarot .home-button--green:focus-visible,
.home-tarot .home-button--green:active {
  background: var(--home-green-dark);
}

.home-tarot .home-button--green > * {
  color: inherit;
}

.home-tarot__grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(250px, 0.65fr) minmax(440px, 1.25fr) minmax(260px, 0.72fr);
  gap: clamp(1.5rem, 3vw, 3rem);
}

.home-product-visual--tarot {
  padding: 0.7rem;
  background: #151a18;
}

.home-product-visual--tarot img {
  border-radius: 1rem;
}

.home-product-visual--tarot figcaption {
  color: rgba(255, 255, 255, 0.7);
}

.home-check-list--green li::before {
  background: var(--home-green);
}

.home-tarot-features {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 28px rgba(78, 57, 29, 0.05);
}

.home-tarot-features article {
  display: grid;
  align-items: center;
  min-height: 6.25rem;
  padding: 1rem 1.1rem;
  grid-template-columns: 3.75rem minmax(0, 1fr);
  gap: 1rem;
}

.home-tarot-features article + article {
  border-top: 1px solid var(--home-border);
}

.home-tarot-feature__icon {
  display: grid;
  width: 3.75rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(147, 94, 39, 0.18);
  border-radius: 1rem;
  color: var(--home-green);
  background: #fffaf2;
}

.home-tarot-feature__icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.home-tarot-features h3 {
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.home-tarot-features p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.74rem;
  line-height: 1.5;
}

.home-resources {
  padding: clamp(2.4rem, 4.2vw, 3.75rem) 0;
  background: #f5e8d5;
}

.home-resources__heading {
  margin-bottom: clamp(1.4rem, 2.4vw, 2rem);
  text-align: center;
}

.home-resources__heading h2 {
  margin: 0;
  color: var(--home-ink);
  font-family: var(--misti-font-display);
  font-size: clamp(2.25rem, 3.7vw, 3.25rem);
  line-height: 1.05;
}

.home-resources__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.home-resource-card {
  display: grid;
  min-height: 13rem;
  align-items: start;
  padding: 1.1rem;
  border: 1px solid rgba(147, 94, 39, 0.14);
  border-radius: 1rem;
  background: rgba(255, 250, 242, 0.82);
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.9rem;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.home-resource-card:hover {
  border-color: rgba(238, 111, 17, 0.35);
  box-shadow: 0 0.85rem 1.8rem rgba(70, 48, 30, 0.09);
  transform: translateY(-2px);
}

.home-resource-card__icon {
  display: grid;
  width: 4rem;
  aspect-ratio: 1;
  place-items: center;
  color: var(--home-orange);
}

.home-resource-card__icon svg {
  width: 3.4rem;
  height: 3.4rem;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.home-resource-card__content {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
}

.home-resource-card__category {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--home-orange);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-resource-card h3 {
  margin: 0 0 0.25rem;
  color: var(--home-ink);
  font-size: clamp(0.9rem, 1.05vw, 1.05rem);
  line-height: 1.25;
}

.home-resource-card p {
  margin: 0 0 0.8rem;
  color: var(--home-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.home-resource-card__action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: auto;
  gap: 0.35rem;
  color: var(--home-green);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
  text-underline-offset: 0.2em;
}

.home-resource-card__action:hover,
.home-resource-card__action:visited {
  color: var(--home-green);
}

.home-resource-card__action:hover {
  text-decoration: underline;
}

.home-resource-card__action:active {
  color: #1f5f4f;
}

.home-resource-card__action:focus-visible {
  border-radius: 0.3rem;
  outline: 3px solid rgba(238, 111, 17, 0.5);
  outline-offset: 0.25rem;
}

.home-quote {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  color: #fff6eb;
  background: var(--home-orange);
}

.home-quote::before,
.home-quote::after {
  position: absolute;
  width: 17rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 232, 204, 0.24);
  border-radius: 50%;
  content: "";
}

.home-quote::before { top: -11rem; left: -4rem; }
.home-quote::after { right: -5rem; bottom: -12rem; }

.home-quote p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff6eb;
  font-family: var(--misti-font-display);
  font-size: clamp(1.75rem, 3.8vw, 3.3rem);
  line-height: 1.25;
  text-align: center;
}

.home-connect {
  position: relative;
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  color: rgba(255, 255, 255, 0.84);
  background:
    radial-gradient(circle at 92% 50%, transparent 0 6rem, rgba(225, 172, 104, 0.16) 6.05rem 6.12rem, transparent 6.16rem),
    linear-gradient(135deg, #0e5948 0%, #0a4137 100%);
}

.home-connect__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.home-connect h2 {
  margin-bottom: 0.75rem;
  color: #fff7ed;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
}

.home-connect p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.home-connect__contact {
  padding-left: clamp(0rem, 4vw, 4rem);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.home-newsletter {
  max-width: 38rem;
  margin-top: 1.5rem;
}

.home-newsletter__fields {
  position: relative;
  display: grid;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  grid-template-columns: 1fr auto;
}

.home-newsletter__fields input,
.home-newsletter button {
  min-height: 3.2rem;
  border: 0;
  font-family: var(--misti-font-body);
}

.home-newsletter__fields input {
  min-width: 0;
  padding: 0 1rem;
  color: #fff;
  outline: 0;
  background: transparent;
}

.home-newsletter__fields input::placeholder { color: rgba(255, 255, 255, 0.65); }

.home-newsletter button {
  padding: 0 1.3rem;
  border-radius: 999px;
  color: var(--home-green-dark);
  background: #fff4e4;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
}

.home-newsletter button:hover:not(:disabled) {
  color: #fff;
  background: #d86624;
}

.home-newsletter button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.home-newsletter__consent {
  display: grid;
  margin-top: 0.85rem;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.65rem;
}

.home-newsletter__consent input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.18rem;
  accent-color: #ef9b53;
}

.home-newsletter__consent label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  line-height: 1.55;
}

.home-newsletter__consent a,
.home-newsletter__consent a:visited {
  color: #fff4e4;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.home-newsletter__error {
  display: block;
  grid-column: 1 / -1;
  color: #ffe0d3;
  font-size: 0.7rem;
  line-height: 1.4;
}

.home-newsletter__fields .home-newsletter__error:empty {
  display: none;
}

.home-newsletter__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.home-newsletter__help {
  margin: 0.65rem 0 0;
  font-size: 0.7rem;
}

.home-newsletter__help[data-tone="success"],
.home-newsletter__status--success {
  color: #d8ffdf;
}

.home-newsletter__help[data-tone="error"],
.home-newsletter__status--error {
  color: #ffe0d3;
}

.home-newsletter__status {
  max-width: 38rem;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.home-contact-methods {
  display: grid;
  max-width: 34rem;
  margin-top: 1rem;
  gap: 0.65rem;
}

.home-contact-method {
  display: grid;
  min-height: 4.2rem;
  align-items: center;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
}

.home-contact-link {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.9rem;
  color: #fff;
}

.home-connect .home-contact-link,
.home-connect .home-contact-link:visited {
  color: #fff;
}

.home-connect .home-contact-link:hover,
.home-connect .home-contact-link:focus-visible,
.home-connect .home-contact-link:active {
  color: #f2c899 !important;
}

.home-contact-link__icon {
  display: grid;
  width: 2.8rem;
  flex: 0 0 2.8rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #f2c899;
  font-family: var(--misti-font-display);
  font-size: 1.25rem;
}

.home-contact-link__icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.home-contact-link small {
  display: block;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-contact-action {
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  font-size: 0.72rem;
  white-space: nowrap;
}

.home-connect .home-contact-action,
.home-connect .home-contact-action:visited,
.home-connect .home-contact-action:hover,
.home-connect .home-contact-action:focus-visible,
.home-connect .home-contact-action:active {
  color: var(--home-green-dark) !important;
}

.home-connect .home-contact-action:hover,
.home-connect .home-contact-action:focus-visible,
.home-connect .home-contact-action:active {
  border-color: rgba(255, 255, 255, 0.72);
  background: #fff;
}

.home-contact-action > * {
  color: inherit;
}

@media (max-width: 1199.98px) {

  .home-tarot__grid {
    grid-template-columns: minmax(250px, 0.72fr) minmax(440px, 1.28fr);
  }

  .home-tarot-features {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-tarot-features article + article {
    border-top: 0;
    border-left: 1px solid var(--home-border);
  }
}

@media (max-width: 1050px) {
  .home-en10__card {
    padding: clamp(1.75rem, 3.8vw, 2.5rem);
  }

  .home-en10__grid {
    align-items: center;
    grid-template-areas:
      "copy visual"
      "cta visual"
      "modules modules";
    grid-template-columns: minmax(235px, 0.78fr) minmax(390px, 1.35fr);
    gap: 1.2rem clamp(1.25rem, 3vw, 2rem);
  }

  .home-module-list {
    margin-top: 0.25rem;
  }
}

@media (max-width: 991.98px) {
  .home-shell {
    width: min(100% - 2.5rem, 880px);
  }

  .home-hero {
    --home-hero-height: clamp(530px, 65vw, 620px);
  }

  .home-hero__stage {
    padding-top: 3rem;
    grid-template-columns: minmax(270px, 0.42fr) minmax(0, 0.58fr);
    column-gap: 0.75rem;
  }

  .home-hero h1 {
    font-size: clamp(2.65rem, 5.9vw, 3.0rem);
  }

  .home-hero__products {
    min-height: 440px;
  }

  .home-hero__product--desktop img { width: min(100%, 35rem); }
  .home-hero__product--mobile img { width: min(111%, 38rem); }
  .home-hero__product--tarot img { width: min(104%, 36rem); }

  .home-hero__product--desktop img { transform: translateX(-4%); }
  .home-hero__product--mobile img { transform: translateX(-3%); }
  .home-hero__product--tarot img { transform: translateX(-5%); }

  .home-hero__controls {
    bottom: 1.1rem;
  }

  .home-path {
    padding-inline: 1rem;
  }

  .home-tarot__grid {
    grid-template-columns: 1fr;
  }

  .home-tarot__copy {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }

  .home-tarot__copy .home-lead {
    grid-column: 1 / -1;
  }

  .home-mobile__layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .home-mobile__intro {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    gap: 0 2rem;
  }

  .home-mobile__chapter,
  .home-mobile__intro h2,
  .home-mobile__intro .home-lead,
  .home-mobile__cta {
    grid-column: 1;
  }

  .home-mobile-benefits {
    grid-row: 1 / span 4;
    grid-column: 2;
    align-content: center;
    margin: 0;
  }

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

@media (max-width: 767.98px) {
  html { scroll-padding-top: 4.8rem; }

  .home-shell {
    width: min(100% - 1.5rem, 620px);
  }

  .home-hero {
    --home-hero-height: auto;
    min-height: 0;
    background-position: left center;
    background-size: auto 100%;
  }

  .home-hero__stage {
    min-height: 0;
    padding-block: 2.6rem 1.4rem;
    grid-template-areas:
      "copy"
      "product"
      "action"
      "controls";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(255px, 74vw) auto auto;
    gap: 0;
  }

  .home-hero__content {
    max-width: 35rem;
    align-self: auto;
  }

  .home-hero h1 {
    max-width: 10ch;
    margin-bottom: 0.85rem;
    font-size: clamp(2.65rem, 12vw, 3.1rem);
    line-height: 0.97;
  }

  .home-hero__lead {
    max-width: 33rem;
    font-size: 0.92rem;
  }

  .home-hero__products {
    min-height: 0;
    margin: 0.75rem -0.5rem 0;
  }

  .home-hero__product {
    align-items: center;
  }

  .home-hero__product--desktop img {
    width: min(94%, 29rem);
    margin-bottom: 0;
    transform: none;
  }

  .home-hero__product--mobile img {
    width: min(100%, 32rem);
    margin-bottom: 0;
    transform: none;
  }

  .home-hero__product--tarot img {
    width: min(100%, 30rem);
    margin-bottom: 0;
    transform: none;
  }

  .home-hero__action {
    width: fit-content;
    max-width: 100%;
    min-height: 3rem;
    align-self: auto;
    margin-top: 0.4rem;
    justify-self: start;
  }

  .home-hero__controls {
    position: static;
    margin-top: 1.25rem;
    grid-area: controls;
  }

  .home-hero__indicators {
    background: transparent;
  }

  .home-paths {
    padding: 2.35rem 0 3rem;
  }

  .home-paths::before {
    top: -1.6rem;
    height: 3rem;
  }

  .home-paths__grid {
    grid-template-columns: 1fr;
  }

  .home-path {
    min-height: auto;
    padding: 1.25rem 1rem 1.4rem;
    border-right: 0;
    border-bottom: 1px solid var(--home-border);
  }

  .home-path:last-child { border-bottom: 0; }

  .home-path p {
    max-width: 18rem;
  }

  .home-section-heading { margin-bottom: 2rem; }

  .home-chapter__heading {
    gap: 0.7rem;
  }

  .home-chapter__index {
    font-size: 2.8rem;
  }

  .home-tarot__copy {
    display: block;
  }

  .home-tarot-features {
    grid-template-columns: 1fr;
  }

  .home-tarot-features article + article {
    border-top: 1px solid var(--home-border);
    border-left: 0;
  }

  .home-en10 {
    padding: 2rem 0;
  }

  .home-en10__shell {
    width: min(100% - 1rem, 620px);
  }

  .home-en10__card {
    padding: 1.35rem;
    border-radius: 1.5rem;
  }

  .home-en10__grid {
    grid-template-areas:
      "copy"
      "visual"
      "modules"
      "cta";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 1.35rem;
  }

  .home-en10__copy {
    align-self: auto;
  }

  .home-en10__copy h2 {
    font-size: clamp(2.45rem, 8vw, 3.1rem);
  }

  .home-en10__copy .home-lead {
    font-size: 0.88rem;
  }

  .home-en10__copy .home-check-list li {
    font-size: 0.78rem;
  }

  .home-en10 .home-product-visual {
    width: 100%;
  }

  .home-module-list {
    width: 100%;
    margin-top: 0;
  }

  .home-module__trigger {
    min-height: 4.65rem;
    padding: 0.8rem 0.85rem;
  }

  .home-module__labels > strong {
    font-size: 0.84rem;
  }

  .home-module__panel p {
    font-size: 0.72rem;
  }

  .home-en10__cta {
    min-height: 3rem;
    font-size: 0.76rem;
  }

  .home-mobile {
    padding: 2.25rem 0;
  }

  .home-mobile__shell {
    width: min(100% - 1rem, 620px);
    padding: 1.15rem;
    border-radius: 1.4rem;
  }

  .home-mobile__intro {
    display: block;
  }

  .home-mobile__intro h2 {
    font-size: clamp(2.65rem, 11vw, 3.4rem);
  }

  .home-mobile-benefits {
    margin-bottom: 1.5rem;
  }

  .home-mobile__cta {
    width: 100%;
  }

  .home-mobile-tool__heading {
    padding: 0 0 0.7rem;
  }

  .home-mobile-comparison {
    margin: 0;
  }

  .home-mobile-comparison table,
  .home-mobile-comparison thead,
  .home-mobile-comparison tr {
    display: block;
  }

  .home-mobile-comparison thead tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.55rem;
    background: #f4e8d7;
  }

  .home-mobile-comparison thead th {
    display: block;
    border: 0;
    border-radius: 0.8rem;
    overflow: hidden;
  }

  .home-mobile-comparison thead th:first-child,
  .home-mobile-comparison tbody {
    display: none;
  }

  .home-mobile-tab {
    min-height: 4.55rem;
    border-radius: 0.8rem;
  }

  .home-mobile__notice {
    margin: 0.7rem 0 0;
    padding: 0;
  }

  .home-mobile-carousel {
    display: grid;
    grid-template-columns: 1fr 44px 44px 1fr;
    gap: 0.75rem 1rem;
    margin-top: 0.5rem;
    padding: 0;
  }

  .home-mobile-panels {
    grid-row: 1;
    grid-column: 1 / -1;
  }

  .home-mobile-carousel__button {
    position: static;
    grid-row: 2;
    transform: none;
  }

  .home-mobile-carousel__button--previous { grid-column: 2; }
  .home-mobile-carousel__button--next { grid-column: 3; }

  .home-mobile-carousel__button:hover {
    transform: scale(1.04);
  }

  .home-mobile-panel {
    min-height: 0;
    margin: 0;
    padding: 1.2rem;
  }

  .home-mobile-panel header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .home-mobile-panel__composition,
  .home-mobile-panel__information {
    grid-template-columns: 1fr;
  }

  .home-mobile-panel img {
    width: min(100%, 12rem);
    max-height: 24rem;
  }

  .home-mobile-panel__information {
    gap: 0.9rem;
  }

  .home-mobile-panel__actions {
    display: grid;
  }

  .home-mobile-panel__actions a {
    width: 100%;
    min-height: 44px;
  }

  .home-resources__grid,
  .home-connect__grid {
    grid-template-columns: 1fr;
  }

  .home-resources {
    padding-block: 2.5rem;
  }

  .home-resources__heading h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .home-resource-card {
    min-height: 0;
  }

  .home-connect__contact {
    padding-top: 2.5rem;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }
}

@media (max-width: 479.98px) {
  .home-shell {
    width: min(100% - 1.25rem, 420px);
  }

  .home-button {
    width: 100%;
  }

  .home-path {
    padding-inline: 1rem;
  }

  .home-en10__card {
    padding: 1.15rem;
  }

  .home-en10__chapter-number {
    font-size: 3rem;
  }

  .home-en10__copy h2 {
    font-size: clamp(2.25rem, 10vw, 2.55rem);
  }

  .home-module__trigger {
    grid-template-columns: 2rem minmax(0, 1fr) 1.15rem;
    gap: 0.6rem;
  }

  .home-module__number {
    width: 2rem;
  }

  .home-module__panel p {
    padding-left: 3.45rem;
  }

  .home-module__action {
    margin-left: 3.45rem;
    padding-inline: 0.75rem;
    font-size: 0.61rem;
  }

  .home-mobile__chapter-number {
    font-size: 3rem;
  }

  .home-mobile__intro h2 {
    font-size: clamp(2.4rem, 12vw, 2.85rem);
  }

  .home-mobile-comparison thead tr {
    gap: 0.35rem;
    padding: 0.4rem;
  }

  .home-mobile-tab {
    min-height: 4.35rem;
    padding-inline: 0.35rem;
  }

  .home-mobile-tab span {
    font-size: 0.86rem;
  }

  .home-mobile-panel {
    padding: 1.05rem;
  }

  .home-mobile-panel header h3 {
    font-size: 1.2rem;
  }

  .home-mobile-panel__description {
    font-size: 0.78rem;
  }

  .home-resources__grid {
    grid-template-columns: 1fr;
  }

  .home-newsletter__fields {
    padding: 0;
    border: 0;
    background: transparent;
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .home-newsletter__fields input {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
  }

  .home-newsletter button {
    width: 100%;
  }
}

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

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

  .home-module__panel-inner {
    animation: none !important;
  }
}
