:root {
  --purple: #1c0c74;
  --purple-dark: #110746;
  --purple-soft: #eeeafd;
  --lime: #c3fb00;
  --ink: #45454d;
  --muted: #74747d;
  --paper: #fbfaf7;
  --white: #fff;
  --line: rgba(28, 12, 116, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, system-ui, sans-serif; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 12px clamp(24px, 5vw, 78px); background: rgba(251,250,247,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: block; width: 162px; height: 54px; overflow: hidden; }
.brand img, .footer-brand img { display: block; width: 100%; height: 100%; object-fit: contain; transform: scale(2.5); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--purple); }
.nav-cta { padding: 13px 20px; color: var(--white); background: var(--purple); border-radius: 999px; }
.menu-button { display: none; border: 0; color: var(--white); background: var(--purple); border-radius: 999px; padding: 11px 16px; font: inherit; font-weight: 700; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: clamp(42px, 7vw, 110px); align-items: center; min-height: 690px; padding: 54px clamp(24px, 7vw, 108px) 52px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 430px; height: 430px; left: -260px; top: 40px; border-radius: 50%; background: var(--lime); filter: blur(2px); opacity: .18; }
.eyebrow { margin: 0 0 18px; color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(48px, 5.55vw, 82px); line-height: .98; letter-spacing: -.065em; }
h1 span { color: var(--purple); }
.hero-intro { max-width: 740px; margin-bottom: 26px; color: var(--muted); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.58; }
.hero-intro strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-actions .button { min-height: 48px; padding-inline: 18px; font-size: 14px; }
.hero-stores { display: grid; max-width: 760px; gap: 7px; margin-top: 20px; }
.hero-stores-label { display: block; margin-bottom: 2px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-stores .store-marquee-row { margin-inline: -8px; -webkit-mask-image: none; mask-image: none; }
.hero-stores .store-logo-card { flex-basis: 118px; width: 118px; height: 54px; padding: 9px 14px; border-color: rgba(28,12,116,.18); background: var(--white); box-shadow: 0 6px 16px rgba(28,12,116,.07); }
.hero-stores .store-logo-card img { max-width: 90px; max-height: 31px; filter: saturate(1.12) contrast(1.08); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--purple); box-shadow: 0 14px 34px rgba(28,12,116,.18); }
.button-secondary { border: 1px solid var(--purple); color: var(--purple); }
.button-app { color: var(--purple-dark); background: var(--lime); box-shadow: 0 14px 34px rgba(152,205,0,.18); }
.button-lime { color: var(--purple-dark); background: var(--lime); }
.hero-visual { position: relative; min-height: 650px; }
.hero-visual::before { content: ""; position: absolute; width: 420px; height: 420px; left: 8%; top: 8%; border-radius: 50%; background: var(--lime); filter: blur(1px); opacity: .3; }
.hero-visual::after { content: ""; position: absolute; right: 0; bottom: 13%; left: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(28,12,116,.3), transparent); }
.real-phone-mockup { position: absolute; z-index: 2; top: 0; left: -12%; display: block; width: 60%; height: auto; filter: drop-shadow(-18px 30px 38px rgba(17,7,70,.22)); transform: rotate(-2deg); transform-origin: center; }
.phone { position: absolute; z-index: 2; top: 1%; left: 12%; width: 42%; aspect-ratio: 49 / 100; padding: 10px; border: 3px solid rgba(255,255,255,.9); border-radius: 42px; background: #100827; box-shadow: -20px 34px 64px rgba(17,7,70,.28); transform: perspective(950px) rotateZ(-10deg) rotateY(-8deg) rotateX(3deg); transform-origin: 50% 50%; }
.phone-top { position: absolute; z-index: 3; top: 20px; left: 50%; width: 32%; height: 22px; border-radius: 0 0 14px 14px; background: #100827; transform: translateX(-50%); }
.phone-screen { width: 100%; height: 100%; overflow: hidden; border-radius: 35px; background: var(--white); }
.app-screenshot { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-visual-claim { position: absolute; z-index: 4; top: 12%; right: 0; margin: 0; color: var(--purple-dark); font-size: clamp(22px, 2vw, 29px); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; text-align: right; }
.hero-visual-claim strong { color: var(--purple); font-size: 1.3em; font-weight: 750; letter-spacing: -.055em; }
.hero-downloads { position: absolute; z-index: 6; right: 0; bottom: -24px; left: 0; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero-downloads strong { color: var(--purple-dark); font-size: 15px; }
.download-badges { display: flex; justify-content: center; gap: 10px; }
.download-badges a { display: block; }
.download-badges img { display: block; width: auto; height: 45px; }
.visual-card { position: absolute; border-radius: 22px; box-shadow: 0 18px 50px rgba(17,7,70,.24); }
.visual-card-float { padding: 15px 19px; color: var(--purple); background: var(--white); font-size: 13px; font-weight: 800; }
.visual-card-float.bottom { z-index: 5; right: 4%; bottom: 5%; color: var(--purple-dark); background: var(--lime); transform: rotate(-2deg); }
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0 clamp(24px, 5vw, 78px); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: var(--line); }
.benefits article { display: flex; flex-direction: column; min-height: 165px; padding: 28px; background: var(--white); }
.benefits article:first-child { grid-column: span 2; color: var(--white); background: var(--purple); }
.benefits article:nth-child(2) { color: var(--purple-dark); background: var(--lime); }
.benefits article:first-child span, .benefits article:nth-child(2) span { color: currentColor; opacity: .72; }
.benefits span { color: var(--purple); font-size: 12px; font-weight: 800; }
.benefits strong { margin: auto 0 5px; font-size: 18px; line-height: 1.3; }
.benefits small { color: var(--muted); font-size: 11px; }
.section { padding: 120px clamp(24px, 7vw, 108px); }
.stores { padding: 58px 0 74px; overflow: hidden; background: var(--white); border-block: 1px solid var(--line); }
.stores-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 390px); gap: 50px; align-items: end; margin-bottom: 46px; }
.stores-heading { padding-inline: clamp(24px, 7vw, 108px); }
.stores-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.store-marquee-row { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.store-marquee-track { display: flex; width: max-content; gap: 10px; animation: store-scroll 58s linear infinite; }
.store-marquee-track-reverse { animation-direction: reverse; animation-duration: 64s; }
.store-marquee:hover .store-marquee-track { animation-play-state: paused; }
.store-logo-card { display: grid; place-items: center; flex: 0 0 152px; width: 152px; height: 82px; padding: 15px 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 8px 20px rgba(28,12,116,.035); }
.store-logo-card img { display: block; max-width: 112px; max-height: 42px; width: auto; height: auto; object-fit: contain; }
.store-actions { margin: 34px clamp(24px, 7vw, 108px) 0; }
.all-stores { width: 100%; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 18px 44px rgba(28,12,116,.06); }
.all-stores summary { padding: 24px 28px; color: var(--purple); cursor: pointer; font-weight: 800; list-style-position: inside; }
.store-search { padding: 22px 28px; border-top: 1px solid var(--line); background: var(--paper); }
.store-search label { display: block; margin-bottom: 9px; color: var(--purple-dark); font-size: 13px; font-weight: 800; }
.store-search-row { display: flex; align-items: center; gap: 18px; }
.store-search input { width: min(620px, 100%); min-height: 50px; padding: 0 18px; border: 1px solid rgba(28,12,116,.22); border-radius: 14px; color: var(--ink); background: var(--white); font: inherit; outline: none; }
.store-search input:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(28,12,116,.09); }
.store-search-status { color: var(--muted); font-size: 13px; font-weight: 700; white-space: nowrap; }
.store-search-help { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.store-search-help a { color: var(--purple); font-weight: 800; text-underline-offset: 3px; }
.all-store-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1px; padding: 1px; border-top: 1px solid var(--line); background: var(--line); }
.all-store-list span { min-width: 0; padding: 15px 17px; overflow: hidden; background: var(--white); font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 48px; }
h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(38px, 5vw, 70px); line-height: 1.03; letter-spacing: -.055em; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step { min-height: 238px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.step-number { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 42px; border-radius: 50%; color: var(--purple); background: var(--purple-soft); font-size: 11px; font-weight: 800; }
.step h3 { margin-bottom: 11px; font-size: 21px; letter-spacing: -.035em; }
.step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.step-accent { color: var(--white); background: var(--purple); }
.step-accent .step-number { color: var(--purple); background: var(--lime); }
.step-accent p { color: rgba(255,255,255,.76); }
.custom-order { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; color: var(--white); background: var(--purple-dark); }
.custom-order h2 { font-size: clamp(42px, 5vw, 72px); }
.inline-brand { position: relative; display: inline-flex; width: 3em; height: .96em; overflow: visible; vertical-align: -.19em; }
.inline-brand img { position: absolute; top: 48%; left: 50%; display: block; width: 3.7em; height: 3.7em; object-fit: contain; transform: translate(-50%, -50%); }
.custom-copy p { max-width: 690px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; }
.custom-copy strong { color: var(--white); }
.custom-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.brand-cta { gap: 4px; padding-right: 18px; }
.brand-mark { position: relative; display: inline-flex; width: 70px; height: 24px; overflow: visible; align-items: center; }
.brand-mark img { position: absolute; top: 50%; left: 50%; display: block; width: 92px; height: 92px; object-fit: contain; transform: translate(-50%, -50%); }
.button-video { border: 1px solid rgba(255,255,255,.55); color: var(--white); }
.how-videos { margin-top: 74px; padding-top: 42px; border-top: 1px solid var(--line); }
.how-videos-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.how-videos-heading .eyebrow { margin-bottom: 0; }
.how-videos-heading h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.045em; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.video-grid article { padding: 12px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.video { position: relative; overflow: hidden; aspect-ratio: 16 / 10; border-radius: 17px; background: var(--purple-dark); }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-grid h3 { margin: 20px 10px 11px; font-size: 18px; }
.apps { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; color: var(--white); background: var(--purple); }
.apps h2 { max-width: 800px; }
.apps p:not(.eyebrow) { max-width: 680px; margin-top: 22px; color: rgba(255,255,255,.75); }
.store-links { display: flex; flex-direction: column; gap: 11px; }
.store-links a { min-width: 230px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.32); border-radius: 13px; text-align: center; text-decoration: none; font-weight: 800; }
.store-links a:first-child { color: var(--purple); background: var(--white); }
.store-links a:last-child { color: var(--purple-dark); background: var(--lime); border-color: var(--lime); }
footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 42px clamp(24px, 7vw, 108px); border-top: 1px solid var(--line); background: var(--paper); }
.footer-brand { display: block; width: 146px; height: 48px; overflow: hidden; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; color: var(--muted); font-size: 13px; font-weight: 600; }
.footer-links a { text-decoration: none; }
@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 72px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 20px 50px rgba(17,7,70,.14); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 48px; overflow: visible; }
  .hero-visual { display: flex; min-height: 0; flex-direction: column; align-items: center; overflow: visible; padding-top: 18px; }
  .real-phone-mockup { position: relative; top: auto; left: auto; width: min(64vw, 360px); margin-top: 24px; transform: rotate(-2deg); }
  .hero-visual-claim { position: relative; top: auto; right: auto; left: auto; width: 100%; margin: 0; font-size: 26px; text-align: center; }
  .hero-downloads { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: 100%; margin-top: 8px; }
  .hero-stores { max-width: none; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefits article:first-child { grid-column: span 2; }
  .custom-order, .apps { grid-template-columns: 1fr; gap: 44px; }
  .stores-heading { grid-template-columns: 1fr; gap: 20px; }
  .all-store-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .video-grid { grid-template-columns: 1fr; }
  .store-links { flex-direction: row; flex-wrap: wrap; }
}
@media (max-width: 620px) {
  .site-header { min-height: 72px; }
  .brand { width: 138px; height: 46px; }
  .hero { min-height: 0; padding-bottom: 48px; overflow: visible; }
  h1 { font-size: 50px; }
  .hero-visual { display: flex; min-height: 0; flex-direction: column; align-items: center; overflow: visible; padding-top: 18px; }
  .real-phone-mockup { position: relative; top: auto; left: auto; width: 64%; margin-top: 24px; transform: rotate(-2deg); }
  .phone { top: 1%; left: 24%; width: 42%; height: auto; aspect-ratio: 49 / 100; transform: perspective(750px) rotateZ(-9deg) rotateY(-7deg) rotateX(3deg); }
  .hero-downloads { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: 100%; margin-top: 8px; }
  .hero-visual-claim { position: relative; top: auto; right: auto; left: auto; width: 100%; margin: 0; font-size: 26px; text-align: center; }
  .hero-visual-claim strong { font-size: 1.3em; }
  .download-badges img { height: 39px; }
  .visual-card-float.bottom { left: 3%; }
  .benefits { grid-template-columns: 1fr; }
  .benefits article { min-height: 120px; }
  .benefits article:first-child { grid-column: span 1; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading { display: block; }
  .store-logo-card { flex-basis: 125px; width: 125px; height: 70px; }
  .store-logo-card img { max-width: 92px; max-height: 35px; }
  .store-search-row { align-items: stretch; flex-direction: column; gap: 10px; }
  .store-search-status { white-space: normal; }
  .all-store-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .step-number { margin-bottom: 30px; }
  .how-videos-heading { display: block; }
  .how-videos-heading .eyebrow { margin-bottom: 12px; }
  .store-links { flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; }
}
@keyframes store-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } .store-marquee-track { animation: none; } }
.main-nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--text, #f4f7fb);
  text-decoration: none;
  font-weight: 600;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.main-nav-link:hover,
.main-nav-link:focus-visible {
  border-color: rgba(122, 174, 255, 0.38);
  background: rgba(122, 174, 255, 0.1);
  color: #ffffff;
}

.main-nav-link.is-current {
  border-color: rgba(122, 174, 255, 0.5);
  background: rgba(122, 174, 255, 0.16);
  color: #ffffff;
}

.info-block {
  position: relative;
  overflow: hidden;
  margin-top: clamp(3rem, 7vw, 6.5rem);
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(20, 29, 44, 0.96), rgba(11, 17, 28, 0.94));
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.18);
}

.info-block::after {
  position: absolute;
  top: -7rem;
  right: -5rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(91, 147, 255, 0.12);
  content: "";
  filter: blur(1px);
  pointer-events: none;
}

.info-block > * {
  position: relative;
  z-index: 1;
}

.info-block .eyebrow {
  color: #8cb8ff;
}

.info-block h2 {
  max-width: 14ch;
  margin: 0.65rem 0 1rem;
}

.info-block p {
  max-width: 62ch;
  color: rgba(244, 247, 251, 0.76);
}

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

.tarifa-card {
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.055);
}

.tarifa-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #ffffff;
}

.tarifa-card span {
  display: block;
  color: rgba(244, 247, 251, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .main-nav-link {
    min-height: 36px;
    padding: 0.45rem 0.7rem;
    font-size: 0.9rem;
  }

  .info-block {
    border-radius: 1.4rem;
  }

  .tarifa-grid {
    grid-template-columns: 1fr;
  }
}

.benefits-reworked {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  padding: clamp(3rem, 7vw, 6rem) clamp(24px, 7vw, 108px);
  border: 0;
  border-radius: 0;
  background: var(--purple-dark);
}

.benefits-lead h2 {
  max-width: 9ch;
  margin: .7rem 0 1rem;
  color: var(--white);
  font-size: clamp(38px, 5vw, 68px);
  letter-spacing: -.06em;
  line-height: .96;
}

.benefits-lead p:not(.eyebrow) {
  max-width: 34rem;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.7;
}

.benefits-reworked .eyebrow {
  color: var(--lime);
}

.benefits-side {
  display: grid;
  gap: 1.5rem;
}

.benefits-list {
  display: grid;
  gap: 0;
}

.benefit-line {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.benefit-line span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
}

.benefit-line strong,
.benefit-line small {
  grid-column: 2;
}

.benefit-line strong {
  color: var(--white);
  font-size: 18px;
}

.benefit-line small {
  margin-top: .28rem;
  color: rgba(255,255,255,.64);
  font-size: 13px;
  line-height: 1.45;
}

.economy-plus-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1.5rem;
  color: var(--purple-dark);
  background: var(--lime);
}

.economy-plus-card .eyebrow {
  color: var(--purple-dark);
  opacity: .64;
}

.economy-plus-card h3 {
  max-width: 14ch;
  margin: .65rem 0 .9rem;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -.045em;
  line-height: 1;
}

.economy-price {
  display: flex;
  align-items: baseline;
  gap: .45rem;
  margin-bottom: .55rem;
}

.economy-price strong {
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.06em;
}

.economy-price span,
.economy-plus-card > p:not(.eyebrow) {
  font-size: 14px;
}

.economy-plus-card > p:not(.eyebrow) {
  max-width: 33rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.text-link {
  color: var(--purple-dark);
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  margin-left: .35rem;
  transition: transform 180ms ease;
}

.text-link:hover span { transform: translate(2px, -2px); }

@media (max-width: 860px) {
  .benefits-reworked { grid-template-columns: 1fr; gap: 2.5rem; }
  .benefits-lead h2 { max-width: 12ch; }
}

.economy-plus {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  color: var(--white);
  background: var(--purple-dark);
}

.economy-plus-copy h2 {
  max-width: 10ch;
  margin: .7rem 0 1rem;
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -.065em;
  line-height: .96;
}

.economy-plus-copy h2 span { color: var(--lime); }

.economy-plus-copy > p:not(.eyebrow) {
  max-width: 30rem;
  margin-bottom: 1.75rem;
  color: rgba(255,255,255,.75);
  font-size: 17px;
  line-height: 1.65;
}

.economy-plus .eyebrow { color: var(--lime); }

.economy-plus-panel {
  padding: clamp(1.75rem, 4vw, 3rem);
  border-radius: 1.8rem;
  background: var(--purple);
  box-shadow: 0 1.5rem 3.5rem rgba(0,0,0,.18);
}

.economy-plus-panel .economy-price {
  margin-bottom: 1.5rem;
  color: var(--lime);
}

.economy-plus-panel .economy-price strong {
  font-size: clamp(42px, 5vw, 68px);
}

.economy-plus-panel .economy-price span {
  color: rgba(255,255,255,.8);
  font-size: 17px;
}

.economy-feature {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: .75rem;
  align-items: center;
  padding: .85rem 0;
  border-top: 1px solid rgba(255,255,255,.16);
}

.economy-feature > span {
  color: var(--lime);
  font-size: 20px;
}

.economy-feature strong {
  color: var(--white);
  font-size: 16px;
}

.economy-note {
  margin: 1.6rem 0 0;
  color: rgba(255,255,255,.65);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .economy-plus { grid-template-columns: 1fr; gap: 2.5rem; }
  .economy-plus-copy h2 { max-width: 12ch; }
}

.economy-plus {
  color: var(--purple-dark);
  background: var(--lime);
}

.economy-plus .eyebrow { color: var(--purple-dark); }

.economy-plus-copy > p:not(.eyebrow) { color: rgba(28,12,116,.76); }

.economy-plus-copy h2 span { color: var(--purple); }

.economy-plus .button-lime {
  color: var(--lime);
  background: var(--purple-dark);
}

.economy-plus .button-lime:hover { background: var(--purple); }

.economy-plus-name,
.economy-plus-copy h2,
.economy-plus-panel,
.economy-plus-panel .economy-price,
.economy-feature strong {
  font-family: "Arial Narrow", "Roboto Condensed", Manrope, sans-serif;
}

.economy-plus-name {
  margin-bottom: 1rem;
  color: var(--purple-dark) !important;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  letter-spacing: -.055em;
  text-transform: none;
}

.economy-plus-copy h2 {
  font-weight: 800;
  letter-spacing: -.075em;
}

.economy-plus-panel .economy-price strong {
  font-weight: 900;
  letter-spacing: -.075em;
}

.economy-feature strong { font-size: 17px; letter-spacing: -.02em; }

.video-open-link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin: 0 10px 16px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.video-open-link span { transition: transform 180ms ease; }
.video-open-link:hover span { transform: translate(2px, -2px); }

.video-preview {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 17px;
  background: var(--purple-dark);
  text-decoration: none;
}

.video-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
  transition: transform 220ms ease, opacity 220ms ease;
}

.video-preview span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--white);
  background: rgba(17,7,70,.88);
  font-size: 13px;
  font-weight: 800;
}

.video-preview b { color: var(--lime); }
.video-preview:hover img { transform: scale(1.04); opacity: 1; }
