/* ============================================================
   Shell para las páginas del sorteo — MOBILE FIRST
   (sobre colors_and_type.css)
   Breakpoints:  base → sm 600 → md 760 → lg 880 → xl 1100
   ============================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #fff; color: var(--fp-ink); min-height: 100vh; display: flex; flex-direction: column; }

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

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 760px) { .container { padding: 0 1.5rem; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--fp-line);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: .5rem 0; gap: .6rem;
}
.site-header__logo { display: flex; align-items: center; gap: .5rem; }
.site-header__logo img { height: 22px; width: auto; }
.site-header__nav { display: none; }
.site-header__cta { display: flex; align-items: center; gap: .6rem; }
.site-header__login {
  font-weight: 700; font-size: .9rem; color: var(--c-blue);
  padding: .5rem .25rem; white-space: nowrap;
}
.site-header__login:hover { text-decoration: underline; }
.site-header__cta .btn { padding: .55rem 1.1rem; font-size: .9rem; }

@media (min-width: 720px) {
  .site-header__inner { padding: .6rem 0; }
  .site-header__logo img { height: 26px; }
  .site-header__nav {
    display: flex; align-items: center; gap: 1.5rem;
    font-size: .92rem; font-weight: 600;
  }
  .site-header__nav a { color: var(--fp-ink); }
  .site-header__nav a:hover { color: var(--c-blue); text-decoration: none; }
  .site-header__cta .btn { padding: .62rem 1.3rem; font-size: .95rem; }
}

/* ---------- Footer ---------- */
.site-footer {
  margin-top: auto;
  background: var(--fp-bg-alt);
  padding: 2rem 0 1.25rem;
  font-size: .9rem; color: var(--fp-ink-muted);
}
.site-footer__grid {
  display: grid; grid-template-columns: 1fr; gap: 1.5rem;
  align-items: start;
}
.site-footer__grid img { height: 24px; margin-bottom: .6rem; }
.site-footer h5 { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--fp-ink); margin-bottom: .55rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .4rem; }
.site-footer__legal {
  border-top: 1px solid var(--fp-line);
  margin-top: 1.5rem; padding-top: 1rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem;
  font-size: .78rem;
}
@media (min-width: 760px) {
  .site-footer { padding: 2.5rem 0 1.5rem; }
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
  .site-footer__grid img { height: 26px; }
  .site-footer__legal { margin-top: 2rem; padding-top: 1.2rem; font-size: .8rem; }
}

/* ============================================================
   PROMO "El ticket titular" — adaptación del poster (mobile-first)
   ============================================================ */
/* HERO foto: lockup pisa arriba, badge $1M pisa abajo */
.hero-photo {
  position: relative;
  background: var(--c-bg);
}
.hero-photo__img {
  display: block; width: 100%; height: clamp(240px, 62vw, 360px);
  object-fit: cover; object-position: center 40%;
  opacity: .92;
}
.hero-photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,42,110,.20) 0%, rgba(0,42,110,0) 24%, rgba(0,42,110,0) 62%, rgba(0,55,130,.22) 100%);
}
.hero-photo__lockup {
  position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 52%; max-width: 200px; z-index: 3;
  filter: drop-shadow(0 5px 14px rgba(0,30,80,.4));
}
.hero-photo__amount {
  position: absolute; left: 50%; bottom: -28px; transform: translateX(-50%);
  width: 88%; max-width: 360px; z-index: 3;
  filter: drop-shadow(0 8px 18px rgba(0,40,110,.30));
}
@media (min-width: 720px) {
  .hero-photo__img { height: clamp(340px, 42vw, 460px); object-position: center 38%; }
  .hero-photo__lockup { max-width: 280px; top: 14px; }
  .hero-photo__amount { max-width: 480px; bottom: -36px; }
}

/* CTA + sorteos (deja lugar arriba para el badge que pisa la foto) */
.promo-cta { background: var(--c-bg); }
.promo-cta__inner {
  display: flex; flex-direction: column; align-items: center; gap: .9rem;
  padding: 44px 0 26px; text-align: center;
}
.promo-cta__weekly {
  display: flex; align-items: center; gap: .6rem; justify-content: center;
  background: var(--c-cyan-soft); color: var(--c-blue);
  font-weight: 700; font-size: .95rem; line-height: 1.3;
  padding: .6rem 1.1rem; border-radius: 14px; max-width: 90%;
}
.promo-cta__weekly strong { font-weight: 800; }
.promo-cta__weekly img { height: 34px; flex: 0 0 auto; }
.promo-cta__dates {
  font-size: .82rem; font-weight: 700; color: var(--c-blue);
  background: rgba(255,255,255,.65); padding: .35rem .9rem; border-radius: var(--radius-pill);
}
@media (min-width: 720px) {
  .promo-cta__inner { padding: 54px 0 30px; }
  .promo-cta__weekly { font-size: 1.05rem; }
}

/* Auspicia / sponsors de la promo — banda azul, logos blancos */
.auspicia {
  background: var(--c-blue); color: #fff; padding: 2.25rem 0 2.5rem; text-align: center;
}
.auspicia__label {
  font-size: .8rem; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(255,255,255,.7); font-weight: 800; margin-bottom: 1rem;
}
.auspicia__main { margin-bottom: .25rem; }
.auspicia__main img { height: 50px; width: auto; display: inline-block; }
.auspicia__sep { height: 1px; background: rgba(255,255,255,.16); max-width: 540px; margin: 1.75rem auto 1.5rem; }
.auspicia__sub {
  font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
  font-weight: 800; color: var(--c-star); margin: 1.25rem 0 1rem;
}
.auspicia__grid { display: grid; align-items: center; justify-items: center; max-width: 540px; margin: 0 auto; }
.auspicia__grid--triple { grid-template-columns: repeat(3, 1fr); gap: 1.5rem 1.25rem; }
.auspicia__grid--triple img { max-width: 100%; height: auto; max-height: 34px; opacity: .95; }
.auspicia__grid--doble { grid-template-columns: repeat(3, 1fr); gap: 1.25rem 1.25rem; }
.auspicia__grid--doble img { max-width: 100%; height: auto; max-height: 26px; opacity: .82; }
@media (min-width: 600px) {
  .auspicia__grid--triple { grid-template-columns: repeat(7, 1fr); max-width: 880px; gap: 1.5rem 1rem; }
  .auspicia__grid--doble { grid-template-columns: repeat(5, 1fr); max-width: 680px; gap: 1.25rem 1rem; }
}

/* Banda de sponsors compacta (registro / cargar-ticket) */
.sponsors-band { background: var(--c-blue); color: #fff; padding: 1.4rem 0 1.6rem; }
.sponsors-band__inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; }
.sponsors-band__auspicia { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.sponsors-band__label { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: rgba(255,255,255,.7); }
.sponsors-band__auspicia img { height: 40px; width: auto; }
.sponsors-band__participan { width: 100%; border-top: 1px solid rgba(255,255,255,.16); padding-top: 1rem; display: flex; flex-direction: column; gap: .85rem; align-items: center; }
.sponsors-band__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem 1rem;
  align-items: center; justify-items: center; max-width: 560px; width: 100%;
}
.sponsors-band__grid img { max-width: 100%; height: auto; max-height: 24px; opacity: .9; }
@media (min-width: 600px) {
  .sponsors-band__inner { flex-direction: row; justify-content: center; gap: 2rem; }
  .sponsors-band__participan { border-top: 0; border-left: 1px solid rgba(255,255,255,.16); padding: 0 0 0 2rem; width: auto; }
  .sponsors-band__grid { grid-template-columns: repeat(6, 1fr); max-width: 680px; }
}

/* Legal band */
.legal-band {
  background: var(--c-cyan); color: #fff;
  padding: 1.25rem 0; text-align: center;
}
.legal-band p {
  margin: 0; font-size: .72rem; line-height: 1.5; font-weight: 600;
  letter-spacing: .02em; text-transform: uppercase; max-width: 60ch; margin: 0 auto;
}

/* ---------- Hero (home) ---------- */
.hero {
  position: relative;
  background:
    repeating-conic-gradient(from 0deg at 50% 30%,
      rgba(255,255,255,.06) 0deg, rgba(255,255,255,.06) 1deg,
      transparent 1deg, transparent 7deg),
    radial-gradient(120% 80% at 50% 0%, #1A6AC4 0%, var(--c-blue) 55%, var(--c-blue-deep) 100%);
  color: #fff;
  overflow: hidden;
  padding: 1rem 0 0;
}
/* Veladura azul sobre el confeti para legibilidad del texto.
   Mobile: más pareja (copy centrada). Desktop: degradé lateral. */
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,42,115,.30) 0%, rgba(0,42,115,.60) 42%, rgba(0,42,115,.72) 100%);
}
.hero__inner, .hero .container { position: relative; z-index: 1; }
.hero__inner {
  display: grid; grid-template-columns: 1fr; gap: 1rem;
  align-items: center;
}
/* Mobile: lockup arriba, copy abajo */
.hero__art {
  position: relative; order: -1;
  padding: .25rem 0 0;
  display: flex; justify-content: center;
}
.hero__lockup {
  width: 100%; max-width: min(420px, 90%);
  filter: drop-shadow(0 18px 28px rgba(0,30,80,.35));
}
.hero__copy { padding: 0 0 2rem; text-align: center; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.16); color: #fff;
  padding: .35rem .8rem; border-radius: var(--radius-pill);
  font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero__eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--c-cyan); box-shadow: 0 0 0 4px rgba(25,186,255,.3); }
.hero h1 { font-size: clamp(1.7rem, 7vw, 3.4rem); color: #fff; margin-bottom: .85rem; line-height: 1.08; text-shadow: 0 2px 12px rgba(0,32,90,.4); }
.hero h1 em { font-family: var(--font-display-serif); font-style: italic; font-weight: 800; color: #fff; }
.hero__lead { font-size: clamp(.98rem, 1.3vw, 1.15rem); color: rgba(255,255,255,.94); max-width: 36ch; margin: 0 auto 1.5rem; text-shadow: 0 1px 8px rgba(0,32,90,.4); }
.hero__cta { display: flex; gap: .6rem; flex-wrap: wrap; justify-content: center; }
.hero__cta .btn { flex: 1 1 auto; min-width: 0; }
.hero__meta {
  margin-top: 1.25rem; display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; justify-content: center;
  font-size: .82rem; color: rgba(255,255,255,.78);
}
.hero__meta strong { color: #fff; font-weight: 700; }

@media (min-width: 720px) {
  .hero__cta .btn { flex: 0 1 auto; }
}
@media (min-width: 880px) {
  .hero { padding: 1.5rem 0 0; }
  /* Desktop: veladura lateral — oscura a la izquierda (copy), clara a la derecha (lockup) */
  .hero::after {
    background: linear-gradient(95deg, rgba(0,42,115,.85) 0%, rgba(0,42,115,.62) 34%, rgba(0,50,130,.18) 60%, rgba(0,50,130,0) 78%);
  }
  .hero__inner { grid-template-columns: 1.05fr .95fr; gap: 2rem; min-height: 560px; }
  .hero__copy { padding: 2rem 0 3rem; text-align: left; }
  .hero__cta { justify-content: flex-start; }
  .hero__meta { justify-content: flex-start; }
  .hero__lead { margin-inline: 0; }
  .hero__art {
    order: 0; padding: 0 0 1.5rem 1rem; align-self: center;
    align-items: center;
  }
  .hero__lockup { max-width: 520px; }
  .hero__eyebrow { font-size: .82rem; padding: .4rem .9rem; margin-bottom: 1.25rem; }
}

/* ---------- Sections ---------- */
.section { padding: 2rem 0; }
@media (min-width: 760px) { .section { padding: 3rem 0; } }
.section--alt { background: var(--fp-bg-alt); }
.section__eyebrow {
  display: block; text-align: center; color: var(--c-blue);
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800;
  margin-bottom: .5rem;
}
.section__title { text-align: center; margin-bottom: .6rem; }
.section__lead {
  text-align: center; color: var(--fp-ink-muted);
  font-size: .98rem; max-width: 56ch; margin: 0 auto 1.6rem;
}
@media (min-width: 760px) {
  .section__eyebrow { font-size: .82rem; }
  .section__lead { font-size: 1.02rem; margin-bottom: 2rem; }
}

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: 1fr; gap: .8rem; }
.step {
  background: #fff; border-radius: var(--radius-lg);
  padding: 1.2rem 1.2rem;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--fp-line);
  text-align: left; position: relative;
  transition: box-shadow .2s ease, transform .2s ease;
}
.step:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--c-blue); color: #fff;
  font-family: var(--font-display-sans); font-weight: 800; font-size: 1.2rem;
  margin-bottom: .6rem;
  box-shadow: 0 3px 0 var(--c-blue-deep);
}
.step h3 { margin-bottom: .3rem; }
.step p { color: var(--fp-ink-muted); margin: 0; }
@media (min-width: 760px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  .step { padding: 1.6rem 1.5rem; }
  .step__num { width: 50px; height: 50px; font-size: 1.4rem; margin-bottom: .8rem; }
  .step h3 { margin-bottom: .4rem; }
}

/* ---------- Prizes ---------- */
.prizes { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: stretch; }
@media (min-width: 720px) { .prizes { grid-template-columns: 1fr 1fr; gap: 1.5rem; } }
.prize-card {
  background: var(--c-blue); color: #fff;
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem; overflow: hidden; position: relative;
  display: flex; flex-direction: column; justify-content: space-between;
  min-height: 220px;
}
@media (min-width: 720px) { .prize-card { padding: 2.5rem 2rem; min-height: 280px; } }
.prize-card--secondary { background: #fff; color: var(--fp-ink); border: 1.5px solid var(--fp-line); }
.prize-card__tag {
  display: inline-block;
  background: rgba(255,255,255,.16); color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: .3rem .75rem; border-radius: var(--radius-pill);
  align-self: flex-start; margin-bottom: .85rem;
}
@media (min-width: 720px) { .prize-card__tag { font-size: .8rem; margin-bottom: 1rem; padding: .3rem .8rem; } }
.prize-card--secondary .prize-card__tag { background: var(--c-cream); color: var(--c-blue); }
.prize-card h3 { color: inherit; font-size: 1.4rem; margin-bottom: .35rem; }
@media (min-width: 720px) { .prize-card h3 { font-size: 1.6rem; margin-bottom: .5rem; } }
.prize-card__amount {
  font-family: var(--font-display-sans); font-weight: 800;
  font-size: 2.4rem; line-height: 1; margin-bottom: .25rem;
}
@media (min-width: 720px) { .prize-card__amount { font-size: 3.2rem; } }
.prize-card--secondary .prize-card__amount { color: var(--c-blue); }
.prize-card p { color: inherit; opacity: .85; margin: 0; font-size: .95rem; }

/* ---------- Forms shared ---------- */
.form-shell { display: grid; grid-template-columns: 1fr; }
@media (min-width: 880px) {
  .form-shell { grid-template-columns: .82fr 1.18fr; }
}

/* Variante centrada sin aside (registro): el form entra completo sin scroll */
.form-shell--solo { grid-template-columns: 1fr !important; }
.form-shell--solo .form-shell__main {
  padding: 1.25rem 1.25rem 1.5rem;
  min-height: 0;
}
@media (min-width: 880px) {
  .form-shell--solo .form-shell__main { padding: 1.5rem 1.25rem; }
}
.form-shell--solo .form-shell__main-inner { max-width: 560px; }
.form-shell__aside {
  background:
    repeating-conic-gradient(from 0deg at 50% 32%,
      rgba(255,255,255,.06) 0deg, rgba(255,255,255,.06) 1deg,
      transparent 1deg, transparent 7deg),
    radial-gradient(120% 80% at 50% 0%, #1A6AC4 0%, var(--c-blue) 55%, var(--c-blue-deep) 100%);
  color: #fff;
  padding: 1.25rem 1.25rem 1.5rem;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between; gap: .75rem;
}
.form-shell__aside::before {
  content: ""; position: absolute; left: 50%; top: 32%; transform: translate(-50%,-30%);
  width: 150%; aspect-ratio: 1; pointer-events: none;
  -webkit-mask: radial-gradient(circle, #000 0%, #000 34%, transparent 60%);
          mask: radial-gradient(circle, #000 0%, #000 34%, transparent 60%);
}
.form-shell__aside-inner, .form-shell__aside > p { position: relative; z-index: 1; }
@media (min-width: 880px) { .form-shell__aside { padding: 3rem 2.5rem; } }
.form-shell__aside-inner { position: relative; z-index: 1; }
.form-shell__aside .lockup {
  width: 100%; max-width: 200px; margin: .5rem auto 0;
  filter: drop-shadow(0 12px 24px rgba(0,30,80,.4));
}
@media (min-width: 880px) { .form-shell__aside .lockup { max-width: 320px; margin: 1rem 0 0; } }
.form-shell__aside h2 { color: #fff; font-size: 1.15rem; margin-bottom: .4rem; }
@media (min-width: 880px) { .form-shell__aside h2 { font-size: 1.4rem; } }
.form-shell__aside p { color: rgba(255,255,255,.85); margin: 0; font-size: .95rem; }
.form-shell__main {
  padding: 1.1rem 1.25rem 1.5rem;
  display: flex; flex-direction: column; justify-content: center;
}
@media (min-width: 880px) { .form-shell__main { padding: 1.5rem 2.5rem; } }
.form-shell__main-inner { max-width: 540px; width: 100%; margin: 0 auto; }
.form-shell .back-link {
  display: inline-flex; align-items: center; gap: .4rem;
  color: var(--fp-ink-muted); font-weight: 600; font-size: .88rem;
  margin-bottom: .7rem;
}
.form-shell .back-link:hover { color: var(--c-blue); text-decoration: none; }
.form-shell h1 { margin-bottom: .2rem; font-size: clamp(1.4rem, 4vw, 1.85rem); }
.form-shell .lead { color: var(--fp-ink-muted); margin-bottom: 1rem; font-size: .92rem; }

.stepper {
  display: flex; align-items: center; gap: .5rem;
  margin-bottom: .8rem; font-size: .8rem; color: var(--fp-ink-muted); font-weight: 600;
}
.stepper__dot {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--fp-line); color: var(--fp-ink-muted);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .75rem; font-weight: 700;
}
.stepper__dot--active { background: var(--c-blue); color: #fff; box-shadow: 0 0 0 4px rgba(0,70,181,.15); }
.stepper__dot--done   { background: var(--c-cyan); color: #fff; }
.stepper__line { flex: 0 0 24px; height: 2px; background: var(--fp-line); }
.stepper__line--done { background: var(--c-cyan); }

.form-grid { display: grid; grid-template-columns: 1fr; gap: .65rem; }
.form-grid .field--wide { grid-column: 1 / -1; }
@media (min-width: 600px) { .form-grid { grid-template-columns: 1fr 1fr; } }

.checkbox { display: flex; align-items: start; gap: .55rem; font-size: .84rem; color: var(--fp-ink-muted); margin-top: .55rem; cursor: pointer; }
.checkbox input { margin-top: .15rem; accent-color: var(--c-blue); }
.checkbox a { color: var(--c-blue); font-weight: 600; }

.form-actions { margin-top: .9rem; display: flex; gap: .75rem; align-items: center; flex-wrap: wrap; }
.form-actions--split { justify-content: space-between; }
.form-actions .btn { flex: 1 1 auto; }
@media (min-width: 600px) { .form-actions .btn { flex: 0 1 auto; } }

/* ---------- Segmented control (Tienda / Online) ---------- */
.segmented {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: .35rem;
  background: var(--fp-bg-alt);
  border-radius: var(--radius-pill);
  padding: .35rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented label {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem .8rem;
  border-radius: var(--radius-pill);
  font-weight: 600; font-size: .95rem; color: var(--fp-ink-muted);
  cursor: pointer; transition: background .15s ease, color .15s ease, box-shadow .15s ease;
  text-align: center; user-select: none;
}
.segmented label svg { width: 18px; height: 18px; stroke-width: 2.2; }
.segmented input:checked + label {
  background: #fff; color: var(--c-blue);
  box-shadow: 0 2px 6px rgba(0,30,80,.08), 0 0 0 1.5px rgba(0,70,181,.15);
}

/* ---------- Big single-field input (ticket number) ---------- */
.big-input {
  font: 700 1.4rem/1.2 var(--font-display-sans);
  letter-spacing: .02em;
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--fp-line);
  background: #fff;
  width: 100%;
  color: var(--fp-ink);
  text-align: left;
}
.big-input::placeholder { color: rgba(26,31,44,.28); font-weight: 600; letter-spacing: 0; }
.big-input:focus {
  outline: none; border-color: var(--c-blue);
  box-shadow: 0 0 0 4px rgba(0,70,181,.12);
}

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--fp-line); padding: 1.1rem 0; }
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-weight: 700; font-size: 1rem;
}
@media (min-width: 600px) { .faq summary { font-size: 1.05rem; } }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-size: 1.6rem; line-height: 1; color: var(--c-blue);
  transition: transform .2s ease;
  font-family: var(--font-display-sans); font-weight: 600;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--fp-ink-muted); margin-top: .65rem; font-size: .95rem; }

/* ---------- Thank you ---------- */
.thanks {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 2.5rem 1.25rem; text-align: center;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(25,186,255,.18) 0%, transparent 65%),
    #fff;
  flex: 1;
}
@media (min-width: 760px) { .thanks { padding: 3.5rem 1.25rem; } }
.thanks__check {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--c-cyan); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 1rem; box-shadow: 0 7px 0 #0E8FCC;
}
@media (min-width: 760px) { .thanks__check { width: 86px; height: 86px; margin-bottom: 1.25rem; } }
.thanks h1 { font-size: clamp(1.7rem, 5.5vw, 2.6rem); margin-bottom: .4rem; }
.thanks p { color: var(--fp-ink-muted); max-width: 50ch; font-size: 1rem; }
.thanks__chances {
  margin: 1.5rem 0; padding: 1.1rem 1.75rem;
  background: var(--c-blue); color: #fff; border-radius: var(--radius-lg);
  font-family: var(--font-display-sans); font-weight: 800;
}
.thanks__chances strong { font-size: 2rem; display: block; }
.thanks__actions { display: flex; gap: .75rem; margin-top: 1rem; flex-wrap: wrap; justify-content: center; }
.thanks__actions .btn { flex: 1 1 auto; }
@media (min-width: 600px) { .thanks__actions .btn { flex: 0 1 auto; } }

/* ---------- User menu (header dropdown) ---------- */
.user-menu { position: relative; }
.user-menu__trigger {
  display: flex; align-items: center; gap: .5rem;
  background: var(--fp-bg-alt); border: 1.5px solid var(--fp-line);
  border-radius: var(--radius-pill);
  padding: .35rem .7rem .35rem .4rem;
  font: 600 .9rem var(--font-body); color: var(--fp-ink);
  cursor: pointer; transition: border-color .15s ease, background .15s ease;
}
.user-menu__trigger:hover { border-color: var(--c-blue); }
.user-menu__avatar {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--c-blue); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .82rem; font-family: var(--font-display-sans);
}
.user-menu__name { max-width: 12ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.user-menu__trigger svg { color: var(--fp-ink-muted); }
.user-menu__dropdown {
  position: absolute; top: calc(100% + .5rem); right: 0;
  background: #fff; border: 1px solid var(--fp-line);
  border-radius: var(--radius-md); box-shadow: var(--shadow-lg);
  min-width: 180px; padding: .4rem;
  display: none; flex-direction: column; gap: .1rem; z-index: 60;
}
.user-menu__dropdown.is-open { display: flex; }
.user-menu__dropdown a, .user-menu__logout {
  display: block; text-align: left;
  padding: .6rem .75rem; border-radius: var(--radius-sm);
  font: 600 .9rem var(--font-body); color: var(--fp-ink);
  text-decoration: none; background: none; border: 0; cursor: pointer; width: 100%;
}
.user-menu__dropdown a:hover, .user-menu__logout:hover { background: var(--fp-bg-alt); text-decoration: none; }
.user-menu__logout { color: var(--fp-error); border-top: 1px solid var(--fp-line); margin-top: .2rem; border-radius: 0 0 var(--radius-sm) var(--radius-sm); }
@media (max-width: 480px) { .user-menu__name { display: none; } }

/* ---------- Account / Mis tickets ---------- */
.account { flex: 1; padding: 1.5rem 0 2.5rem; }
@media (min-width: 760px) { .account { padding: 2rem 0 3rem; } }
.account__head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 1rem; margin-bottom: 1.5rem;
}
.account__head h1 { font-size: clamp(1.6rem, 5vw, 2.4rem); }
.account__head p { color: var(--fp-ink-muted); margin: .25rem 0 0; }
.account__summary {
  display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.5rem;
}
.summary-pill {
  display: flex; flex-direction: column;
  background: var(--fp-bg-alt); border: 1.5px solid var(--fp-line);
  border-radius: var(--radius-md); padding: .85rem 1.1rem; min-width: 130px;
}
.summary-pill strong { font: 800 1.6rem/1 var(--font-display-sans); color: var(--c-blue); }
.summary-pill span { font-size: .8rem; color: var(--fp-ink-muted); margin-top: .25rem; letter-spacing: .04em; }

.account__toolbar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: .75rem; margin-bottom: 1rem;
}
.account__toolbar-left { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.select-all { display: flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 600; color: var(--fp-ink-muted); cursor: pointer; }
.select-all input { accent-color: var(--c-blue); width: 18px; height: 18px; }
.btn--danger { background: var(--fp-error); color: #fff; }
.btn--danger:hover { background: #B71E33; transform: translateY(-1px); }
.btn--danger:disabled { opacity: .4; cursor: not-allowed; transform: none; box-shadow: none; }
.btn--sm { font-size: .9rem; padding: .6rem 1.1rem; }

/* Ticket list */
.ticket-list { display: flex; flex-direction: column; gap: .75rem; }
.ticket-row {
  display: flex; align-items: center; gap: 1rem;
  background: #fff; border: 1.5px solid var(--fp-line);
  border-radius: var(--radius-md); padding: 1rem 1.1rem;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.ticket-row:hover { box-shadow: var(--shadow-sm); }
.ticket-row.is-selected { border-color: var(--c-blue); box-shadow: 0 0 0 3px rgba(0,70,181,.1); }
.ticket-row input[type="checkbox"] { accent-color: var(--c-blue); width: 20px; height: 20px; flex: 0 0 auto; }
.ticket-row__icon {
  width: 42px; height: 42px; border-radius: var(--radius-sm); flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(0,70,181,.08); color: var(--c-blue);
}
.ticket-row__main { flex: 1; min-width: 0; }
.ticket-row__num { font: 700 1.05rem var(--font-display-sans); color: var(--fp-ink); word-break: break-word; }
.ticket-row__meta { font-size: .82rem; color: var(--fp-ink-muted); margin-top: .15rem; display: flex; gap: .5rem; flex-wrap: wrap; }
.ticket-row__badge {
  font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  padding: .15rem .5rem; border-radius: var(--radius-pill);
  background: var(--c-cream); color: var(--c-blue);
}
.ticket-row__del {
  background: none; border: 0; cursor: pointer; color: var(--fp-ink-muted);
  width: 36px; height: 36px; border-radius: 50%; flex: 0 0 auto;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .15s ease, color .15s ease;
}
.ticket-row__del:hover { background: rgba(215,38,61,.1); color: var(--fp-error); }

/* Empty state */
.account__empty {
  text-align: center; padding: 3rem 1.5rem;
  border: 2px dashed var(--fp-line); border-radius: var(--radius-lg);
  background: var(--fp-bg-alt);
}
.account__empty-icon {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 1rem;
  background: rgba(0,70,181,.08); color: var(--c-blue);
  display: inline-flex; align-items: center; justify-content: center;
}
.account__empty h3 { margin-bottom: .35rem; }
.account__empty p { color: var(--fp-ink-muted); max-width: 40ch; margin: 0 auto 1.25rem; }

/* ---------- Callout / aviso destacado ---------- */
.callout {
  display: flex; align-items: center; gap: .9rem;
  background: var(--c-star);
  color: #4A3A00;
  border-radius: var(--radius-md);
  padding: .9rem 1.1rem;
  box-shadow: 0 4px 0 #D9A92E;
  font-weight: 600; font-size: .95rem; line-height: 1.4;
}
.callout__icon {
  flex: 0 0 auto;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(0,0,0,.10); color: #4A3A00;
  display: inline-flex; align-items: center; justify-content: center;
}
.callout strong { color: #2A2100; }
.callout--amount { background: var(--c-star); }
/* Variante sobre fondo azul (hero/aside) */
.callout--on-blue {
  background: rgba(255,255,255,.14); color: #fff; box-shadow: none;
  border: 1.5px solid rgba(255,255,255,.3);
}
.callout--on-blue .callout__icon { background: var(--c-star); color: #4A3A00; }
.callout--on-blue strong { color: #fff; }

/* Banda full-width de aviso (home) */
.notice-band {
  background: var(--c-star);
  color: #4A3A00;
}
.notice-band__inner {
  display: flex; align-items: center; justify-content: center; gap: .8rem;
  padding: .85rem 0; text-align: center;
  font-weight: 700; font-size: .95rem; line-height: 1.35;
}
.notice-band__inner svg { flex: 0 0 auto; }
@media (max-width: 560px) { .notice-band__inner { font-size: .88rem; padding: .8rem 0; } }
