/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2026 | 17:55:23 */
/* ═══════════════════════════════════════════════════════════
   CP PAGES — INGRESSOS (Eventos Presenciais)
   Página de ingressos para imersões presenciais.
   Design premium com hero cinematic, cards com cover
   fotográfico, sistema de lotes, tabs Full/VIP,
   pricing por perfil e sidebar sticky.
   ═══════════════════════════════════════════════════════════ */


/* ───── Scroll Animations ───── */
.v7-reveal {
  opacity: 0; transform: translateY(32px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1);
}
.v7-reveal.visible { opacity: 1; transform: translateY(0); }
.v7-reveal-delay-1 { transition-delay: .1s; }
.v7-reveal-delay-2 { transition-delay: .2s; }
.v7-reveal-delay-3 { transition-delay: .3s; }


/* ───── Section / Inner ───── */
.v7-section { padding: 96px 32px; width: 100vw; margin-left: calc(-50vw + 50%); }
.v7-inner { max-width: 1120px; margin: 0 auto; position: relative; z-index: 1; }
.v7-hero .v7-inner { text-align: left; }
.v7-section-label {
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  color: #999; font-weight: 600 !important; margin-bottom: 16px;
  display: block;
}


/* ═══════════════════════════════════════════════════════════
   HERO — Cinematic, MasterClass-inspired
   ═══════════════════════════════════════════════════════════ */
.v7-hero {
  background: linear-gradient(165deg, #000010 0%, #010130 30%, #02023F 55%, #060660 100%);
  padding: 32px 32px 56px; color: #fff;
  position: relative; overflow: hidden;
  width: 100vw; margin-left: calc(-50vw + 50%);
}
.v7-hero-layout {
  display: flex; align-items: center; gap: 48px;
  position: relative; z-index: 1;
  max-width: 900px; margin: 0 auto !important;
}
.v7-hero-text { flex: 1; }
.v7-hero-card-col { flex: 0 0 340px; }
.v7-hero::before {
  content: ''; position: absolute; top: -30%; right: -15%; width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(251,187,33,.05) 0%, transparent 60%);
  pointer-events: none; animation: v7glowPulse 8s ease-in-out infinite alternate;
}
.v7-hero::after {
  content: ''; position: absolute; bottom: -30%; left: -15%; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(4,4,158,.15) 0%, transparent 60%);
  pointer-events: none; animation: v7glowPulse 10s ease-in-out infinite alternate-reverse;
}
@keyframes v7glowPulse {
  0% { opacity: .5; transform: scale(.9); }
  100% { opacity: 1; transform: scale(1.1); }
}

/* Grid pattern overlay */
.v7-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.v7-hero-label {
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(251,187,33,.6); margin-bottom: 14px !important; font-weight: 600 !important;
}
.v7-hero h1 {
  font-size: 44px; font-weight: 800 !important; letter-spacing: -2px;
  margin-bottom: 14px !important; line-height: 1.05 !important;
  background: linear-gradient(180deg, #fff 40%, rgba(255,255,255,.7) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.v7-hero-sub {
  font-size: 15px; color: rgba(255,255,255,.45); max-width: 520px;
  margin-bottom: 24px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important; letter-spacing: .01em;
}

/* Gold accent line */
.v7-gold-line {
  width: 56px; height: 2px;
  background: linear-gradient(90deg, #FBBB21, transparent);
  margin-bottom: 20px !important;
  animation: v7lineGrow 2s ease-out forwards;
}
@keyframes v7lineGrow {
  0% { width: 0; opacity: 0; }
  100% { width: 56px; opacity: 1; }
}

/* Hero CTAs */
.v7-hero-ctas {
  display: flex; gap: 14px; flex-wrap: wrap;
}

/* Subscriber badge */
.v7-hero-discount {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(251,187,33,.06); border: 1px solid rgba(251,187,33,.15);
  color: #FBBB21; font-size: 12px; font-weight: 500 !important; padding: 10px 20px;
  border-radius: 8px; margin-top: 16px !important;
  letter-spacing: .02em; transition: all .3s;
}
.v7-hero-discount i { font-size: 12px; opacity: .7; }

/* ───── Hero Preview Card (glassmorphism) ───── */
.v7-hero-preview {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px; padding: 24px;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  position: relative;
}
.v7-hero-preview::before {
  content: ''; position: absolute; top: -1px; left: 24px; right: 24px;
  height: 3px; background: linear-gradient(90deg, #FBBB21, #d89818);
  border-radius: 0 0 4px 4px;
}
.v7-hero-preview-title {
  font-size: 10px; font-weight: 700 !important; text-transform: uppercase; letter-spacing: .15em;
  color: #FBBB21; margin-bottom: 14px !important; opacity: .7;
}
.v7-hero-preview-stat {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.05);
}
.v7-hero-preview-stat:last-of-type { border-bottom: none; }
.v7-hero-preview-stat i {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(251,187,33,.06); display: flex; align-items: center; justify-content: center;
  color: #FBBB21; font-size: 13px; flex-shrink: 0;
}
.v7-hero-preview-stat-info { flex: 1; }
.v7-hero-preview-stat-label { font-size: 11px; color: rgba(255,255,255,.3); font-weight: 500 !important; }
.v7-hero-preview-stat-value { font-size: 14px; font-weight: 700 !important; color: #fff; letter-spacing: -.3px; }
.v7-hero-preview-cta,
a.v7-hero-preview-cta,
a.v7-hero-preview-cta:visited {
  display: block; text-align: center; margin-top: 14px !important;
  font-size: 11px; font-weight: 700 !important; color: #FBBB21 !important;
  background: rgba(251,187,33,.06); border: 1px solid rgba(251,187,33,.12);
  padding: 10px; border-radius: 8px; text-decoration: none !important; transition: all .2s;
}
.v7-hero-preview-cta:hover { background: rgba(251,187,33,.1); }

/* ───── Hero Urgency Strip ───── */
.v7-hero-urgency {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  background: rgba(0,0,0,.45);
  border-top: 1px solid rgba(220,38,38,.3);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}
.v7-hero-urgency-glow {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(220,38,38,.08) 50%, transparent 100%);
  animation: v7urgencyGlow 3s ease-in-out infinite;
}
@keyframes v7urgencyGlow {
  0%, 100% { opacity: 0; transform: translateX(-60%); }
  50% { opacity: 1; transform: translateX(60%); }
}
.v7-hero-urgency-inner {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 10px 24px; position: relative;
  max-width: 1120px; margin: 0 auto !important;
}
.v7-hero-urgency-icon {
  display: flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(220,38,38,.2); color: #f87171; font-size: 12px; flex-shrink: 0;
  animation: v7urgencyPulse 2s ease-in-out infinite;
}
@keyframes v7urgencyPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(220,38,38,.35); }
  50% { box-shadow: 0 0 0 6px rgba(220,38,38,0); }
}
.v7-hero-urgency-text {
  font-size: 12px; color: rgba(255,255,255,.7) !important; font-weight: 400 !important;
  letter-spacing: .01em; line-height: 1.3 !important;
}
.v7-hero-urgency-text strong { color: #fff !important; font-weight: 700 !important; }
a.v7-hero-urgency-link,
a.v7-hero-urgency-link:visited {
  font-size: 11px; font-weight: 700 !important; color: #fff !important;
  text-decoration: none !important; white-space: nowrap;
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(220,38,38,.7); border: 1px solid rgba(220,38,38,.5);
  padding: 5px 14px; border-radius: 5px; transition: all .2s;
}
a.v7-hero-urgency-link:hover { background: rgba(220,38,38,.9); }


/* ───── Buttons ───── */
.v7-btn-gold, a.v7-btn-gold, a.v7-btn-gold:visited {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #FBBB21 0%, #d89818 100%); color: #1A1A1A !important;
  font-size: 14px; font-weight: 700 !important; padding: 14px 32px; border-radius: 8px;
  border: none; cursor: pointer; transition: all .3s cubic-bezier(.16,1,.3,1);
  box-shadow: 0 4px 24px rgba(251,187,33,.2);
  letter-spacing: .02em; text-decoration: none !important;
}
.v7-btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 40px rgba(251,187,33,.35);
}
.v7-btn-outline, a.v7-btn-outline, a.v7-btn-outline:visited {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: rgba(255,255,255,.6) !important; font-size: 14px; font-weight: 600 !important;
  padding: 13px 28px; border-radius: 8px; border: 1px solid rgba(255,255,255,.12);
  text-decoration: none !important;
  cursor: pointer; transition: all .3s cubic-bezier(.16,1,.3,1);
  letter-spacing: .02em;
}
.v7-btn-outline:hover {
  border-color: rgba(255,255,255,.35); color: #fff;
  background: rgba(255,255,255,.04);
  transform: translateY(-2px);
}


/* ═══════════════════════════════════════════════════════════
   EXPERIENCE — Full vs VIP cards
   ═══════════════════════════════════════════════════════════ */
.v7-exp { background: #fff; text-align: center; }
.v7-exp h2 {
  font-size: 40px; font-weight: 800 !important; letter-spacing: -1.5px;
  margin-bottom: 14px !important; line-height: 1.1 !important;
}
.v7-exp-sub { font-size: 16px; color: #888; margin-bottom: 56px !important; letter-spacing: .01em; }

.v7-exp-cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  max-width: 960px; margin: 0 auto;
}
.v7-exp-card {
  background: #fff; border: 2px solid #02023F; border-radius: 16px;
  padding: 40px 32px; text-align: left; transition: all .4s cubic-bezier(.16,1,.3,1);
  position: relative;
}
.v7-exp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(0,0,0,.06);
}
.v7-exp-card-vip {
  background: #fff; border: 2px solid #FBBB21;
  position: relative; box-shadow: 0 4px 24px rgba(251,187,33,.1);
}
.v7-exp-badge {
  position: absolute; top: -1px; right: -1px;
  display: inline-flex; align-items: center; gap: 5px;
  background: linear-gradient(135deg, #FBBB21, #d89818); color: #1A1A1A;
  font-size: 8px; font-weight: 800 !important; text-transform: uppercase;
  letter-spacing: .15em; padding: 6px 14px;
  border-radius: 0 16px 0 10px; z-index: 1;
}
.v7-exp-card h3 { font-size: 21px; font-weight: 800 !important; margin-bottom: 8px !important; letter-spacing: -.4px; }
.v7-exp-card-desc { font-size: 14px; color: #666; margin-bottom: 18px !important; line-height: 1.5; }
.v7-exp-list { list-style: none; margin-bottom: 22px !important; }
.v7-exp-list li {
  font-size: 13px; color: #444; padding: 5px 0;
  display: flex; align-items: flex-start; gap: 10px;
}
.v7-exp-list li .fa { color: #22c55e; margin-top: 2px; flex-shrink: 0; font-size: 12px; }
.v7-exp-card-vip .v7-exp-list li .fa { color: #d89818; }
.v7-exp-price {
  padding-top: 20px; border-top: 1px solid #eee;
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
}
.v7-exp-price-full { font-size: 15px; font-weight: 600 !important; color: #bbb; text-decoration: line-through !important; }
.v7-exp-price-disc { font-size: 18px; font-weight: 800 !important; color: #1A1A1A; letter-spacing: -.3px; }
.v7-exp-card-vip .v7-exp-price-disc { color: #d89818; }
.v7-exp-price-av { font-size: 12px; font-weight: 400 !important; color: #999; text-decoration: none !important; font-style: normal; letter-spacing: 0; }
.v7-exp-price-note { font-size: 11px; color: #aaa; font-weight: 400 !important; width: 100%; }

/* Experience CTA — quick buy for next event */
.v7-exp-cta {
  margin-top: 24px !important; padding-top: 20px !important; border-top: 1px solid #eee;
  display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center;
}
.v7-exp-cta-info {
  font-size: 12px; color: #888; line-height: 1.4 !important;
}
.v7-exp-cta-info strong { color: #444; font-weight: 700 !important; }
a.v7-exp-cta-buy,
a.v7-exp-cta-buy:visited {
  display: inline-flex; align-items: center; gap: 6px;
  background: #02023F; color: #fff !important; font-weight: 700 !important;
  text-decoration: none !important; font-size: 13px;
  padding: 10px 22px; border-radius: 8px;
  transition: all .2s; letter-spacing: -.2px;
}
a.v7-exp-cta-buy:hover { background: #04049E; transform: translateY(-1px); }
a.v7-exp-cta-buy-vip,
a.v7-exp-cta-buy-vip:visited {
  background: linear-gradient(135deg, #FBBB21, #d89818); color: #1A1A1A !important;
}
a.v7-exp-cta-buy-vip:hover { background: linear-gradient(135deg, #fcc73d, #e0a520); }
a.v7-exp-cta-alt,
a.v7-exp-cta-alt:visited {
  font-size: 11px; color: #999 !important; font-weight: 400 !important;
  text-decoration: underline !important;
}
a.v7-exp-cta-alt:hover { color: #666 !important; }


/* ═══════════════════════════════════════════════════════════
   CALENDAR HEADER + MAIN LAYOUT (70/30)
   ═══════════════════════════════════════════════════════════ */
.v7-cal-wrap {
  width: 100vw; margin-left: calc(-50vw + 50%);
  background: #f5f5f7; overflow: visible;
}
.v7-cal-header {
  text-align: center; padding: 80px 32px 40px;
}
.v7-cal-header h2 {
  font-size: 40px; font-weight: 800 !important; letter-spacing: -1.5px;
  margin-bottom: 10px !important; line-height: 1.1 !important;
}
.v7-cal-header-sub { font-size: 16px; color: #888; }

.v7-main {
  display: flex; gap: 28px; max-width: 1120px; margin: 0 auto; padding: 0 32px 64px;
  overflow: visible;
}
.v7-cards-col { flex: 0 0 70%; max-width: 70%; }
.v7-sidebar-col { flex: 0 0 calc(30% - 28px); max-width: calc(30% - 28px); overflow: visible; align-self: stretch; }


/* ═══════════════════════════════════════════════════════════
   EVENT CARDS
   ═══════════════════════════════════════════════════════════ */
.v7-card {
  background: #fff; border: 1px solid rgba(0,0,0,.15); border-radius: 14px;
  margin-bottom: 32px; overflow: hidden;
  transition: all .4s cubic-bezier(.16,1,.3,1);
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  scroll-margin-top: 80px;
}
.v7-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
  border-color: rgba(0,0,0,.2);
  transform: translateY(-2px);
}

/* Urgent card — red glow border */
.v7-card-urgent {
  border-color: rgba(220,38,38,.35);
  box-shadow: 0 2px 12px rgba(220,38,38,.08);
}
.v7-card-urgent:hover {
  border-color: rgba(220,38,38,.5);
  box-shadow: 0 8px 32px rgba(220,38,38,.12);
}

/* Urgency strip inside card */
.v7-card-urgency-strip {
  background: linear-gradient(90deg, #dc2626, #b91c1c);
  color: #fff !important; font-size: 11px; font-weight: 700 !important;
  text-align: center; padding: 7px 16px !important;
  letter-spacing: .02em; line-height: 1.3 !important;
}
.v7-card-urgency-strip .fa {
  margin-right: 5px; animation: v7urgencyPulse 2s ease-in-out infinite;
}

/* ───── Cover with city photo ───── */
.v7-card-cover {
  height: 160px; position: relative; background-size: cover; background-position: center 40%;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 14px 20px;
}
.v7-card-cover::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.15) 35%, rgba(0,0,0,.25) 55%, rgba(0,0,0,.7) 100%);
}
.v7-card-cover-top {
  position: relative; z-index: 1; display: flex; align-items: center;
  justify-content: space-between; width: 100%;
}
.v7-card-cover-left { display: flex; align-items: center; gap: 10px; }
.v7-card-cover-date {
  font-size: 12px; font-weight: 700 !important; color: #fff;
  background: rgba(0,0,0,.3); backdrop-filter: blur(8px);
  padding: 5px 12px; border-radius: 6px; letter-spacing: .02em;
}
.v7-card-cover-city {
  font-size: 14px; color: #fff; font-weight: 600 !important; letter-spacing: .02em;
}
.v7-card-cover-city i { margin-right: 3px; font-size: 10px; }
.v7-card-cover-avail {
  font-size: 9px; font-weight: 700 !important; text-transform: uppercase; letter-spacing: .08em;
  color: #fff; backdrop-filter: blur(6px);
  padding: 4px 12px; border-radius: 5px;
  background: rgba(74,153,106,.75);
}
.v7-card-cover-bottom { position: relative; z-index: 1; }
.v7-card-cover-type {
  display: inline-block; font-size: 9px; font-weight: 700 !important; text-transform: uppercase;
  letter-spacing: .1em; color: #fff; margin-bottom: 4px;
}
.v7-card-cover-title {
  font-size: 18px; font-weight: 800 !important; color: #fff; line-height: 1.25; letter-spacing: -.3px;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}

/* ───── Urgency badges ───── */
.v7-badge-hot {
  background: rgba(239,68,68,.85);
  animation: v7badgePulse 2s ease-in-out infinite;
}
.v7-badge-selling { background: rgba(255,255,255,.9); color: #1A1A1A; }
.v7-badge-open { background: rgba(74,153,106,.75); }
@keyframes v7badgePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .75; }
}

/* ───── Color bar + city images ───── */
.v7-color-bar { height: 3px; background: var(--ev-color, #ccc); }

.city-sp .v7-card-cover { background-image: url('https://criminalplayer.com.br/wp-content/uploads/2026/03/car-evento-saopaulo2.png'); }
.city-bsb .v7-card-cover { background-image: url('https://criminalplayer.com.br/wp-content/uploads/2026/03/card-evento-brasilia2.png'); }
.city-ssa .v7-card-cover { background-image: url('https://criminalplayer.com.br/wp-content/uploads/2026/03/car-evento-salvador2.png'); }

.c1 { --ev-color: #04049E; }
.c2 { --ev-color: #6d28d9; }
.c3 { --ev-color: #108EFF; }
.c4 { --ev-color: #3b82f6; }
.c5 { --ev-color: #F27405; }
.c6 { --ev-color: #7c3aed; }

.v7-card-body { display: none; }

/* ───── Lote indicator ───── */
.v7-lote-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 24px; background: #f0f0f3; border-top: 1px solid rgba(0,0,0,.04);
  font-size: 11px;
}
.v7-lote-tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-weight: 700 !important; color: #1A1A1A; letter-spacing: .02em;
}
.v7-lote-tag .v7-lote-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #22c55e;
  display: inline-block;
}
.v7-lote-hint { color: #999; font-weight: 400 !important; font-style: italic; }
.v7-lote-right { display: flex; align-items: center; gap: 16px; }
.v7-lote-link, a.v7-lote-link, a.v7-lote-link:visited {
  font-size: 11px; font-weight: 700 !important; color: var(--ev-color, #04049E) !important;
  text-decoration: none !important;
  display: inline-flex; align-items: center; gap: 4px;
  transition: opacity .2s; opacity: .75;
}
.v7-lote-link:hover { opacity: 1; }

/* ───── Pricing row ───── */
.v7-pricing-row {
  display: flex; align-items: center; gap: 16px; padding: 14px 24px 6px;
  background: #fafafa;
}
.v7-tabs {
  display: flex; gap: 2px;
  background: #e8e8ec; border-radius: 8px; padding: 3px;
}
.v7-tab {
  font-size: 12px; font-weight: 600 !important; color: #888 !important; padding: 6px 16px;
  cursor: pointer; transition: all .2s; border-radius: 6px;
  background: none; border: none; letter-spacing: .02em;
}
.v7-tab:hover { color: #555; }
.v7-tab.active {
  color: #1A1A1A !important; background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.v7-price-display { flex: 1; }
.v7-price-main { font-size: 22px; font-weight: 800 !important; color: #1A1A1A; letter-spacing: -.5px; margin-right: 4px; }
.v7-price-avista { font-size: 12px; color: #aaa; font-weight: 400 !important; margin-top: 4px; }

/* Tab description */
.v7-tab-desc {
  padding: 0 24px 12px; background: #fafafa;
  font-size: 11px; color: #999; line-height: 1.4;
}
.v7-tab-desc i { margin-right: 3px; font-size: 10px; color: #ccc; }
.v7-tab-desc-link, a.v7-tab-desc-link, a.v7-tab-desc-link:visited {
  color: #999 !important; text-decoration: underline !important; font-weight: 500 !important;
  margin-left: 6px; transition: color .2s;
}
.v7-tab-desc-link:hover { color: #666 !important; }

/* Buy button */
.v7-buy-btn, a.v7-buy-btn, a.v7-buy-btn:visited {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, #FBBB21, #d89818); color: #1A1A1A !important;
  font-size: 13px; font-weight: 700 !important; padding: 12px 28px; border-radius: 8px;
  text-decoration: none !important;
  border: none; cursor: pointer; transition: all .3s cubic-bezier(.16,1,.3,1);
  box-shadow: 0 2px 12px rgba(251,187,33,.2);
  letter-spacing: .02em;
}
.v7-buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(251,187,33,.3);
}

/* ───── Toggle link ───── */
.v7-toggle-link {
  display: block; text-align: center; font-size: 12px;
  color: #999; padding: 10px 24px; cursor: pointer;
  border-top: 1px solid rgba(0,0,0,.04); transition: all .2s;
  letter-spacing: .02em; font-weight: 500 !important;
  background: #fafafa; border-radius: 0 0 14px 14px;
}
.v7-toggle-link:hover { background: #f0f0f3; color: #666; }

/* ───── Detail / Tier pricing ───── */
.v7-detail {
  display: none; border-top: 1px solid rgba(0,0,0,.04); padding: 20px 24px; background: #f8f8fa;
}
.v7-detail-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.v7-detail-col-title {
  font-size: 10px; font-weight: 700 !important; text-transform: uppercase;
  letter-spacing: .12em; color: #aaa; margin-bottom: 10px; padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.v7-tier {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px; border-radius: 8px; margin-bottom: 4px;
  background: #fff; font-size: 13px; transition: all .2s;
  border: 1px solid transparent;
}
.v7-tier:hover { border-color: rgba(0,0,0,.06); }
.v7-tier-label { font-weight: 600 !important; color: #444; display: flex; align-items: center; gap: 8px; }
.v7-tier-price { font-weight: 700 !important; color: #1A1A1A; white-space: nowrap; }
.v7-tier-price-full { font-size: 11px; color: #bbb; font-weight: 400 !important; }
.v7-tier-btn, a.v7-tier-btn, a.v7-tier-btn:visited {
  font-size: 11px; font-weight: 700 !important; padding: 6px 16px; border-radius: 6px;
  border: 1px solid #e0e0e0; background: #fff; color: #555 !important; cursor: pointer;
  transition: all .2s; text-decoration: none !important;
}
.v7-tier-btn:hover { border-color: #999; background: #f8f8f8; }
.v7-tier-btn-gold, a.v7-tier-btn-gold, a.v7-tier-btn-gold:visited {
  background: linear-gradient(135deg, #FBBB21, #d89818); color: #1A1A1A !important;
  border-color: #FBBB21; box-shadow: 0 2px 8px rgba(251,187,33,.15);
  font-weight: 900 !important;
}
.v7-tier-btn-gold:hover { box-shadow: 0 4px 12px rgba(251,187,33,.25); }

/* Tier states */
.v7-tier-disabled { opacity: .45; pointer-events: none; }
.v7-tier-disabled .v7-tier-btn { display: none; }
.v7-tier-active { background: #f0fdf4 !important; border: 1px solid rgba(34,197,94,.2) !important; }
.v7-tier-active .v7-tier-btn, a.v7-tier-active .v7-tier-btn,
.v7-tier-active a.v7-tier-btn, .v7-tier-active a.v7-tier-btn:visited {
  background: #22c55e; color: #fff !important; border-color: #22c55e;
  font-weight: 900 !important; text-decoration: none !important;
}

/* Upsell row */
.v7-detail-upsell {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 12px 16px;
}
.v7-detail-upsell-info { flex: 1; min-width: 140px; }
.v7-detail-upsell-title { font-size: 12px; font-weight: 700 !important; margin-bottom: 2px; }
.v7-detail-upsell-desc { font-size: 11px; color: #888; }
.v7-detail-upsell a, .v7-detail-upsell a:visited {
  font-size: 12px; font-weight: 700 !important; padding: 8px 20px; border-radius: 7px;
  background: linear-gradient(135deg, #FBBB21, #d89818); color: #1A1A1A !important;
  white-space: nowrap; transition: all .2s; text-decoration: none !important; text-align: center;
}
.v7-detail-upsell a:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(251,187,33,.2); }


/* ═══════════════════════════════════════════════════════════
   SIDEBAR — Sticky
   ═══════════════════════════════════════════════════════════ */
.v7-sidebar { }
.v7-sidebar-box {
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 14px;
  padding: 24px; margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,.04); transition: all .3s;
}
.v7-sidebar-box:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.v7-sidebar-box h4 {
  font-size: 14px; font-weight: 800 !important; margin-bottom: 16px !important;
  display: flex; align-items: center; gap: 8px; letter-spacing: -.2px;
}
.v7-sidebar-box h4 i { color: #FBBB21; font-size: 14px; }

/* Discount rows */
.v7-disc-row {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 0; border-bottom: 1px solid #f5f5f5; font-size: 13px;
}
.v7-disc-row:last-of-type { border-bottom: none; }
.v7-disc-pct {
  font-size: 20px; font-weight: 800 !important; color: var(--cp-verde, #4A996A);
  min-width: 48px; text-align: center; letter-spacing: -.5px;
}
.v7-disc-info { flex: 1; }
.v7-disc-plan { font-weight: 700 !important; font-size: 13px; color: #333; }
.v7-disc-save { font-size: 11px; color: #aaa; margin-top: 1px; }
.v7-disc-row.best {
  background: linear-gradient(135deg, #f0fdf4, #e8faf0);
  border-radius: 10px; padding: 12px; margin: 6px -6px;
  border: 1px solid rgba(74,153,106,.15);
}
.v7-disc-row.best .v7-disc-pct { color: #22c55e; }

/* Active plan highlight */
.v7-disc-row.active-plan {
  background: linear-gradient(135deg, #f0fdf4, #e8faf0);
  border-radius: 10px; padding: 12px; margin: 6px -6px;
  border: 1px solid rgba(34,197,94,.25);
}
.v7-disc-row.active-plan .v7-disc-pct { color: #22c55e; }
.v7-disc-row.active-plan .v7-disc-save::after {
  content: 'Seu plano ativo'; display: block;
  font-size: 9px; color: #22c55e; font-weight: 700 !important;
  text-transform: uppercase; letter-spacing: .08em; margin-top: 3px;
}
.v7-disc-row.best-disabled {
  background: transparent !important; border: none !important;
  border-radius: 0 !important; padding: 12px 0 !important; margin: 0 !important;
}
.v7-disc-row.best-disabled .v7-disc-pct { color: var(--cp-verde, #4A996A) !important; }

/* Sidebar CTA */
.v7-sidebar-cta, a.v7-sidebar-cta, a.v7-sidebar-cta:visited {
  display: block; text-align: center; font-size: 13px; font-weight: 700 !important;
  color: #fff !important; background: #1A1A1A; padding: 12px; border-radius: 8px;
  margin-top: 16px; transition: all .3s; letter-spacing: .02em; text-decoration: none !important;
}
.v7-sidebar-cta:hover { background: #333; transform: translateY(-1px); }

/* Passaporte sidebar box */
.v7-sidebar-box.passaporte {
  border-color: rgba(251,187,33,.2);
  background: linear-gradient(160deg, #fffef8, #fff8e1);
  position: relative; overflow: hidden;
}
.v7-sidebar-box.passaporte::before {
  content: ''; position: absolute; top: -50%; right: -50%; width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(251,187,33,.08) 0%, transparent 70%);
  pointer-events: none;
}
.v7-sidebar-box.passaporte h4 i { color: #FBBB21 !important; }
.v7-sidebar-box.passaporte p {
  font-size: 13px; color: #666; line-height: 1.5; margin-bottom: 14px; position: relative;
}
.v7-sidebar-box.passaporte .v7-sidebar-cta,
.v7-sidebar-box.passaporte a.v7-sidebar-cta,
.v7-sidebar-box.passaporte a.v7-sidebar-cta:visited {
  background: linear-gradient(135deg, #FBBB21, #d89818); color: #1A1A1A !important; font-weight: 700 !important;
}


/* ═══════════════════════════════════════════════════════════
   PAST EVENT CARD — Reduced, no cover
   ═══════════════════════════════════════════════════════════ */
.v7-card-past {
  background: #f8f8fa; border: 1px solid rgba(0,0,0,.15); border-radius: 14px;
  margin-bottom: 16px; overflow: hidden; opacity: .7; transition: opacity .3s;
}
.v7-card-past:hover { opacity: .85; }
.v7-card-past .v7-card-body {
  display: flex; align-items: center; gap: 16px; padding: 16px 24px;
}
.v7-card-past .v7-card-body-info { flex: 1; }
.v7-card-past h3 {
  font-size: 15px; font-weight: 700 !important; line-height: 1.3; margin-bottom: 2px;
  color: #666; letter-spacing: -.2px;
}
.v7-card-past .v7-card-desc { font-size: 12px; color: #aaa; }
.v7-card-past .v7-card-type { color: #aaa; border-color: #e8e8e8; margin-bottom: 4px; }
.v7-card-past-meta {
  display: flex; align-items: center; gap: 14px; font-size: 12px; color: #aaa;
  flex-shrink: 0;
}
.v7-card-past-meta i { font-size: 11px; margin-right: 3px; }
.v7-card-past-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 9px; font-weight: 700 !important; text-transform: uppercase; letter-spacing: .1em;
  color: #d89818; background: rgba(251,187,33,.08); border: 1px solid rgba(251,187,33,.2);
  padding: 4px 12px; border-radius: 5px; flex-shrink: 0;
}


/* ═══════════════════════════════════════════════════════════
   VANTAGEM — Dark premium section
   ═══════════════════════════════════════════════════════════ */
.v7-vantagem {
  background: #0a0a0a; color: #fff; text-align: center;
  position: relative; overflow: hidden;
}
.v7-vantagem::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(251,187,33,.04) 0%, transparent 70%);
  pointer-events: none;
}
.v7-vantagem h2 {
  font-size: 40px; font-weight: 800 !important; letter-spacing: -1.5px; margin-bottom: 14px !important;
  line-height: 1.1 !important; position: relative; color: #fff !important;
}
.v7-vantagem-sub {
  font-size: 15px; color: rgba(255,255,255,.35); margin-bottom: 56px !important;
  letter-spacing: .02em; position: relative;
}
.v7-vant-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 900px; margin: 0 auto 48px; position: relative;
}
.v7-vant-card {
  background: #141414; border: 1px solid #222; border-radius: 14px;
  padding: 40px 28px; text-align: center;
  transition: all .4s cubic-bezier(.16,1,.3,1); position: relative;
}
.v7-vant-card:hover { border-color: #333; transform: translateY(-4px); }
.v7-vant-card-hl {
  border-color: rgba(251,187,33,.3);
  background: linear-gradient(165deg, #141414, #1a1508);
  box-shadow: 0 8px 40px rgba(251,187,33,.06);
}
.v7-vant-card-hl:hover { border-color: rgba(251,187,33,.5); }
.v7-vant-rec {
  position: absolute; top: -1px; right: -1px;
  background: #FBBB21; color: #1A1A1A;
  font-size: 8px; font-weight: 800 !important; text-transform: uppercase;
  letter-spacing: .15em; padding: 5px 14px;
  border-radius: 0 14px 0 10px;
}
.v7-vant-off {
  font-size: 56px; font-weight: 800 !important; color: #FBBB21; margin-bottom: 8px;
  letter-spacing: -2px; line-height: 1;
}
.v7-vant-plan { font-size: 15px; color: rgba(255,255,255,.5); margin-bottom: 6px; font-weight: 500 !important; }
.v7-vant-save { font-size: 13px; color: rgba(255,255,255,.25); }
.v7-vantagem-ctas {
  display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; position: relative;
}

/* Active vantagem card */
.v7-vant-card-active { border-color: #22c55e !important; box-shadow: 0 8px 40px rgba(34,197,94,.1) !important; }
.v7-vant-card-active::after {
  content: 'Seu plano'; position: absolute; bottom: 12px; left: 50%;
  transform: translateX(-50%);
  font-size: 9px; font-weight: 700 !important; text-transform: uppercase; letter-spacing: .1em;
  color: #22c55e; background: rgba(34,197,94,.1);
  padding: 3px 12px; border-radius: 4px;
}


/* ═══════════════════════════════════════════════════════════
   PASSAPORTE — Premium gold accent
   ═══════════════════════════════════════════════════════════ */
.v7-passport {
  background: linear-gradient(165deg, #000010 0%, #010130 40%, #02023F 70%, #060660 100%);
  color: #fff; position: relative; overflow: hidden;
}
.v7-passport::before {
  content: ''; position: absolute; top: -20%; right: -5%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(251,187,33,.06) 0%, transparent 50%);
  pointer-events: none;
}
.v7-passport-box {
  max-width: 900px; margin: 0 auto !important; position: relative;
  display: flex; align-items: center; gap: 48px;
}
.v7-passport-text { flex: 1; }
.v7-passport-label {
  font-size: 10px; font-weight: 700 !important; text-transform: uppercase; letter-spacing: .2em;
  color: rgba(251,187,33,.6); margin-bottom: 14px !important; display: block;
}
.v7-passport-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 9px; font-weight: 700 !important; text-transform: uppercase; letter-spacing: .1em;
  color: #FBBB21; background: rgba(251,187,33,.08); border: 1px solid rgba(251,187,33,.15);
  padding: 4px 12px; border-radius: 4px; margin-bottom: 16px !important;
}
.v7-passport-box h2 {
  font-size: 32px; font-weight: 800 !important; margin-bottom: 14px !important; letter-spacing: -1px;
  line-height: 1.1 !important;
  background: linear-gradient(180deg, #fff 30%, rgba(255,255,255,.65) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.v7-passport-box p {
  font-size: 15px; color: rgba(255,255,255,.4); margin-bottom: 24px !important;
  line-height: 1.6 !important; max-width: 480px;
}
.v7-passport-highlights {
  flex: 0 0 280px; display: flex; flex-direction: column; gap: 0;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 24px; backdrop-filter: blur(12px);
}
.v7-passport-highlights::before {
  content: ''; position: absolute; top: -1px; left: 24px; right: 24px;
  height: 3px; background: linear-gradient(90deg, #FBBB21, #d89818);
  border-radius: 0 0 4px 4px;
}
.v7-passport-hl {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.05);
}
.v7-passport-hl:last-child { border-bottom: none; }
.v7-passport-hl i {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(251,187,33,.06); display: flex; align-items: center; justify-content: center;
  color: #FBBB21; font-size: 12px; flex-shrink: 0;
}
.v7-passport-hl-label { font-size: 10px; color: rgba(255,255,255,.3); font-weight: 500 !important; }
.v7-passport-hl-value { font-size: 13px; font-weight: 700 !important; color: #fff; }


/* ═══════════════════════════════════════════════════════════
   COMO FUNCIONA — Steps
   ═══════════════════════════════════════════════════════════ */
.v7-como { background: #f5f5f7; text-align: center; }
.v7-como h2 {
  font-size: 40px; font-weight: 800 !important; letter-spacing: -1.5px; margin-bottom: 14px !important;
  line-height: 1.1 !important;
}
.v7-como-sub { font-size: 16px; color: #888; margin-bottom: 56px !important; letter-spacing: .01em; }
.v7-steps {
  display: flex; justify-content: center; align-items: flex-start;
  gap: 0; max-width: 960px; margin: 0 auto; position: relative;
}
.v7-step { flex: 1; text-align: center; position: relative; padding: 0 16px; }
.v7-step-num {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(150deg, #010130, #04049E); color: #FBBB21;
  font-size: 18px; font-weight: 800 !important;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; position: relative; z-index: 2;
  box-shadow: 0 4px 16px rgba(2,2,63,.2); transition: all .3s;
}
.v7-step:hover .v7-step-num {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(2,2,63,.3);
}
.v7-step-text { font-size: 14px; color: #555; line-height: 1.4; font-weight: 500 !important; }
.v7-steps-line {
  position: absolute; top: 26px; left: 12%; right: 12%;
  height: 2px; background: linear-gradient(90deg, #ddd, #FBBB21, #ddd);
  z-index: 1;
}


/* ═══════════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════════ */
.v7-faq { background: #fff; }
.v7-faq h2 {
  font-size: 40px; font-weight: 800 !important; text-align: center;
  letter-spacing: -1.5px; margin-bottom: 48px !important;
}
.v7-faq-list { max-width: 780px; margin: 0 auto; }
.v7-faq-item { border-bottom: 1px solid #f0f0f0; }
.v7-faq-item summary {
  font-size: 16px; font-weight: 700 !important; padding: 22px 0; cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  transition: color .2s;
}
.v7-faq-item summary:hover { color: #555; }
.v7-faq-item summary::-webkit-details-marker { display: none; }
.v7-faq-item summary::after {
  content: '\f107'; font-family: FontAwesome; color: #ccc;
  transition: transform .3s cubic-bezier(.16,1,.3,1); font-size: 18px;
}
.v7-faq-item[open] summary::after { transform: rotate(180deg); color: #FBBB21; }
.v7-faq-answer { font-size: 15px; color: #666; padding: 0 0 22px; line-height: 1.7; }


/* ═══════════════════════════════════════════════════════════
   CTA FINAL — Dramatic
   ═══════════════════════════════════════════════════════════ */
.v7-cta-final {
  background: linear-gradient(165deg, #000010 0%, #010130 40%, #02023F 100%);
  color: #fff; text-align: center; padding: 100px 32px;
  position: relative; overflow: hidden;
  width: 100vw; margin-left: calc(-50vw + 50%);
}
.v7-cta-final::before {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(251,187,33,.03) 0%, transparent 60%);
  pointer-events: none;
}
.v7-cta-final h2 {
  font-size: 40px; font-weight: 800 !important; letter-spacing: -1.5px; margin-bottom: 16px !important;
  line-height: 1.1 !important; position: relative; color: #fff !important;
}
.v7-cta-final p {
  font-size: 16px; color: rgba(255,255,255,.35); margin-bottom: 40px !important;
  position: relative; max-width: 560px; margin-left: auto !important; margin-right: auto !important;
}


/* ───── Conditional visibility ───── */
.v7-show-visitor { display: none; }
.v7-show-subscriber { display: none; }


/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .v7-main { flex-direction: column; }
  .v7-cards-col, .v7-sidebar-col { flex: 0 0 100%; max-width: 100%; }
  .v7-sidebar { display: none; }
  .v7-hero-layout { flex-direction: column; text-align: center; }
  .v7-hero-card-col { flex: none; width: 100%; max-width: 380px; }
  .v7-hero .v7-inner { text-align: center; }
  .v7-hero-sub { max-width: 100%; }
  .v7-hero-ctas { justify-content: center; }
  .v7-hero h1 { font-size: 40px !important; }
}
@media (max-width: 768px) {
  .v7-card-past .v7-card-body { flex-direction: column; align-items: flex-start; gap: 10px; }
  .v7-card-past-meta { flex-wrap: wrap; gap: 8px; }
  .v7-card-past-badge { align-self: flex-start; }
  .v7-card-cover-left { flex-direction: column; align-items: flex-start; gap: 4px; }
  .v7-card-cover-title { font-size: 15px; }
  .v7-price-display { display: flex; flex-direction: column; gap: 0; }
  .v7-price-display .v7-price-avista { margin-top: 0; }
  .v7-lote-bar { flex-wrap: wrap; gap: 4px 12px; padding: 8px 16px; }
  .v7-lote-tag { white-space: nowrap; }
  .v7-lote-hint { flex: 1; min-width: 0; }
  .v7-lote-right { flex-wrap: nowrap; gap: 12px; width: 100%; justify-content: space-between; }
  .v7-lote-link { white-space: nowrap; }
  .v7-hero h1 { font-size: 34px !important; letter-spacing: -1.5px; }
  .v7-hero { padding: 32px 20px 48px; }
  .v7-hero-urgency-inner { flex-wrap: wrap; justify-content: center; gap: 6px 10px; padding: 8px 16px; }
  .v7-hero-urgency-text { text-align: center; }
  .v7-section { padding: 72px 20px; }
  .v7-exp h2, .v7-vantagem h2, .v7-como h2, .v7-faq h2, .v7-cta-final h2,
  .v7-cal-header h2 { font-size: 30px !important; }
  .v7-exp-cards { grid-template-columns: 1fr; }
  .v7-detail-cols { grid-template-columns: 1fr; }
  .v7-detail-upsell { flex-direction: column; text-align: center; gap: 8px; padding: 12px; }
  .v7-detail-upsell-info { min-width: 0; }
  .v7-detail-upsell a, .v7-detail-upsell a:visited { width: 100%; box-sizing: border-box; }
  .v7-vant-cards { grid-template-columns: 1fr; gap: 10px; margin-bottom: 32px; }
  .v7-vant-card { padding: 14px 20px; display: flex; align-items: center; gap: 16px; text-align: left; }
  .v7-vant-off { font-size: 28px !important; margin-bottom: 0 !important; min-width: 62px; text-align: center; }
  .v7-vant-plan { margin-bottom: 0; white-space: nowrap; font-size: 14px; display: inline; }
  .v7-vant-save { font-size: 12px; display: inline; margin-left: 8px; white-space: nowrap; }
  .v7-vant-card-active { padding-bottom: 32px; }
  .v7-vant-card-active::after { bottom: 8px; left: 50%; top: auto; right: auto; transform: translateX(-50%); }
  .v7-vant-rec { font-size: 7px; padding: 4px 10px; }
  .v7-steps { flex-direction: column; gap: 24px; align-items: center; }
  .v7-step { padding: 0; width: 100%; max-width: 280px; }
  .v7-steps-line { display: none; }
  .v7-passport-box { padding: 0; flex-direction: column; text-align: center; }
  .v7-passport-highlights { flex: none; width: 100%; max-width: 340px; }
  .v7-passport-box p { max-width: 100%; }
  .v7-sidebar { grid-template-columns: 1fr; }
  .v7-hero-ctas { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
  .v7-hero { padding: 24px 16px; }
  .v7-hero-sub { font-size: 14px; }
  .v7-hero-card-col { max-width: 100%; }
  .v7-section { padding: 56px 16px; }
  .v7-tier { flex-wrap: wrap; gap: 6px; padding: 10px; }
  .v7-pricing-row { flex-wrap: wrap; gap: 12px; justify-content: space-between; }
  .v7-price-display { flex: 0 0 auto; text-align: right; }
  .v7-btn-gold, .v7-btn-outline { width: 100%; justify-content: center; box-sizing: border-box; }
  .v7-buy-btn { width: 100%; justify-content: center; box-sizing: border-box; }
  .v7-tier-btn, .v7-tier-btn-gold { width: 100%; text-align: center; box-sizing: border-box; }
  .v7-card-cover { height: 120px; }
  .v7-cal-header { padding: 56px 16px 28px; }
  .v7-cal-header h2 { font-size: 26px !important; }
}
