/* Choose Your Duration — Home */
.marvel-dur--choose {
  --bg: #fdfbf7;
  --ink: #111111;
  --muted: #5a5a5a;
  --gold: #c29e5e;
  --gold-deep: #a8843f;
  --gold-soft: #d4b57a;
  --dest-purple: #241d46;
  --line: #e8e2d6;
  --trust: #f7f2e9;
  --font-display: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --font-body: inherit;
  --frame: 1242px;
  color: var(--ink);
  font-family: var(--font-body);
}
.marvel-dur {
      width: min(var(--frame), calc(100% - 2rem));
      margin: 0 auto;
      padding: 2.75rem 24px 2.35rem;
    }

    .marvel-dur__header {
      text-align: center;
      max-width: 46rem;
      margin: 0 auto 1.85rem;
    }

    .marvel-dur__eyebrow {
      display: inline-flex; align-items: center; justify-content: center; gap: 0.65rem;
      margin: 0 0 0.95rem; color: var(--gold); font-size: 0.68rem; font-weight: 600;
      letter-spacing: 0.16em; text-transform: uppercase;
    }
    .marvel-dur__eyebrow::before,
    .marvel-dur__eyebrow::after {
      content: ""; width: 6px; height: 6px; transform: rotate(45deg);
      background: var(--gold); opacity: 0.85;
    }

    .marvel-dur__title {
      margin: 0 0 0.85rem;
      font-family: var(--font-display);
      font-size: clamp(1.65rem, 3.4vw, 2.45rem);
      font-weight: 700; line-height: 1.22; letter-spacing: -0.01em;
    }
    .marvel-dur__title em {
      font-style: italic; font-weight: 700; color: var(--gold);
    }

    .marvel-dur__sub {
      margin: 0 auto; max-width: 38rem; color: var(--muted);
      font-size: 0.95rem; line-height: 1.65;
    }

    /* Always one horizontal row of 4 cards */
    .marvel-dur__grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.85rem;
      margin: 0 0 1.5rem;
      align-items: stretch;
    }

    .marvel-dur__card {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: stretch;
      min-width: 0;
      min-height: 400px;
      padding: 1.35rem 1.1rem 1.15rem;
      border-radius: 14px;
      overflow: hidden;
      color: #fff;
      text-decoration: none;
      box-shadow: 0 6px 22px rgba(36, 29, 70, 0.16);
      transition: transform 0.18s ease, box-shadow 0.18s ease;
    }
    .marvel-dur__card:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 28px rgba(36, 29, 70, 0.22);
      color: #fff;
    }
    .marvel-dur__card.is-popular {
      box-shadow: 0 8px 26px rgba(36, 29, 70, 0.22), 0 0 0 1.5px rgba(212, 168, 75, 0.75);
    }

    .marvel-dur__bg {
      position: absolute; inset: 0;
      background-size: cover;
      background-position: center center;
      will-change: transform;
      animation: marvel-kb 14s ease-in-out infinite alternate;
      z-index: 0;
    }
    .marvel-dur__card:nth-child(2) .marvel-dur__bg { animation-delay: -3s; }
    .marvel-dur__card:nth-child(3) .marvel-dur__bg { animation-delay: -6s; }
    .marvel-dur__card:nth-child(4) .marvel-dur__bg { animation-delay: -9s; }
    .marvel-dur__card:hover .marvel-dur__bg { animation-play-state: paused; }

    @keyframes marvel-kb {
      0% { transform: scale(1) translate(0, 0); }
      100% { transform: scale(1.03) translate(-0.5%, -0.5%); }
    }

    .marvel-dur__card::before {
      content: "";
      position: absolute; inset: 0; z-index: 1; pointer-events: none;
      background: linear-gradient(
        to top,
        rgba(36, 29, 70, 0.92) 0%,
        rgba(36, 29, 70, 0.62) 42%,
        rgba(36, 29, 70, 0.28) 72%,
        rgba(36, 29, 70, 0.12) 100%
      );
    }
    .marvel-dur__card::after {
      content: "";
      position: absolute; inset: 0; z-index: 2; pointer-events: none;
      background: radial-gradient(circle at 82% 18%, rgba(212, 168, 75, 0.16) 0%, rgba(212, 168, 75, 0) 48%);
    }

    .marvel-dur__badge {
      position: absolute;
      top: 0.85rem; left: 50%;
      transform: translateX(-50%);
      z-index: 4;
      display: inline-flex;
      padding: 0.28rem 0.7rem;
      border-radius: 999px;
      background: linear-gradient(135deg, #d4a84b 0%, #a8843f 100%);
      color: #fff;
      font-size: 0.6rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      white-space: nowrap;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    }

    .marvel-dur__body {
      position: relative;
      z-index: 3;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      min-height: 0;
      text-align: left;
    }

    .marvel-dur__days {
      margin: 0 0 0.15rem;
      font-family: var(--font-display);
      font-size: 1.45rem;
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -0.01em;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    }

    .marvel-dur__name {
      margin: 0 0 0.65rem;
      font-size: 0.95rem;
      font-weight: 600;
      color: #ead4a0;
      line-height: 1.3;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .marvel-dur__desc {
      margin: 0 0 0.75rem;
      font-size: 0.78rem;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.88);
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }

    .marvel-dur__list {
      list-style: none;
      margin: 0 0 1rem;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0.38rem;
      width: 100%;
    }
    .marvel-dur__list li {
      display: flex;
      align-items: flex-start;
      gap: 0.42rem;
      font-size: 0.76rem;
      font-weight: 500;
      line-height: 1.35;
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .marvel-dur__list li svg {
      flex: 0 0 14px;
      width: 14px; height: 14px;
      margin-top: 0.12rem;
      stroke: #d4a84b;
      fill: none;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
    }

    .marvel-dur__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.3rem;
      width: 100%;
      min-height: 40px;
      margin-top: auto;
      padding: 0.55rem 0.85rem;
      border-radius: 999px;
      border: 1.5px solid rgba(212, 168, 75, 0.95);
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
      font: inherit;
      font-size: 0.78rem;
      font-weight: 600;
      text-decoration: none;
      backdrop-filter: blur(4px);
      transition: background 0.18s ease, transform 0.18s ease;
    }
    .marvel-dur__cta:hover {
      background: rgba(212, 168, 75, 0.22);
      transform: translateY(-1px);
    }
    .marvel-dur__card.is-popular .marvel-dur__cta {
      background: linear-gradient(135deg, #d4a84b 0%, #a8843f 100%);
      border-color: transparent;
      color: #fff;
    }

    .marvel-dur__trust {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0.75rem 1rem;
      padding: 1.15rem 1.25rem;
      margin: 0 0 1.5rem;
      background: var(--trust);
      border: 1px solid rgba(232, 226, 214, 0.95);
      border-radius: 14px;
    }
    .marvel-dur__trust-item {
      display: flex; align-items: flex-start; gap: 0.7rem; min-width: 0;
    }
    .marvel-dur__trust-icon {
      flex: 0 0 34px; width: 34px; height: 34px; color: var(--gold);
    }
    .marvel-dur__trust-icon svg {
      width: 100%; height: 100%; stroke: currentColor; fill: none;
      stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
    }
    .marvel-dur__trust-copy strong {
      display: block; font-size: 0.84rem; font-weight: 600; margin-bottom: 0.15rem;
    }
    .marvel-dur__trust-copy span {
      display: block; font-size: 0.75rem; color: #8a8a8a; line-height: 1.35;
    }

    .marvel-dur__all { display: flex; justify-content: center; }
    .marvel-dur__all-btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
      min-height: 50px; padding: 0.85rem 1.7rem; border-radius: 999px; border: 0;
      background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
      color: #fff; font: inherit; font-size: 0.92rem; font-weight: 600;
      text-decoration: none; box-shadow: 0 10px 24px rgba(168, 132, 63, 0.22);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .marvel-dur__all-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 28px rgba(168, 132, 63, 0.28);
    }

    @media (prefers-reduced-motion: reduce) {
      .marvel-dur__bg { animation: none; }
    }

    /* Stay 4-across on tablet/desktop; only scroll on small phones */
    @media (max-width: 1100px) {
      .marvel-dur__card { min-height: 360px; padding: 1.15rem 0.85rem 1rem; }
      .marvel-dur__days { font-size: 1.25rem; }
      .marvel-dur__name { font-size: 0.85rem; }
      .marvel-dur__desc { font-size: 0.72rem; min-height: 0; }
      .marvel-dur__list li { font-size: 0.7rem; }
      .marvel-dur__cta { min-height: 36px; font-size: 0.72rem; }
    }

    @media (max-width: 900px) {
      .marvel-dur__trust { grid-template-columns: repeat(2, 1fr); }
      .marvel-dur__card { min-height: 340px; }
      .marvel-dur__grid { gap: 0.55rem; }
    }

    @media (max-width: 640px) {
      .marvel-dur { width: min(var(--frame), calc(100% - 1.25rem)); padding: 1.65rem 0.85rem 1.35rem; }
      .marvel-dur__header { margin: 0 auto 1.15rem; }
      .marvel-dur__title { font-size: clamp(1.35rem, 6.5vw, 1.75rem); }
      .marvel-dur__sub { font-size: 0.85rem; line-height: 1.5; }
      /* Trust strip: compact 2×2 — not a tall 1-column stack */
      .marvel-dur__trust {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem 0.55rem;
        padding: 0.65rem 0.7rem;
        margin: 0 0 0.95rem;
        border-radius: 12px;
      }
      .marvel-dur__trust-item {
        gap: 0.4rem;
        align-items: center;
      }
      .marvel-dur__trust-icon {
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
      }
      .marvel-dur__trust-copy strong {
        font-size: 0.68rem;
        font-weight: 600;
        margin-bottom: 0.02rem;
        line-height: 1.2;
        color: var(--gold-deep);
      }
      .marvel-dur__trust-copy span {
        font-size: 0.6rem;
        line-height: 1.25;
      }
      /* One row still — swipe if needed */
      .marvel-dur__grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.65rem;
        overflow-x: auto;
        margin: 0 0 0.95rem;
        padding-bottom: 0.35rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }
      .marvel-dur__card {
        flex: 0 0 min(250px, 80vw);
        min-height: 320px;
        scroll-snap-align: start;
      }
      .marvel-dur__all-btn {
        min-height: 44px;
        padding: 0.7rem 1.35rem;
        font-size: 0.85rem;
      }
    }
