/* Páginas internas v2 — arquivo separado para furar cache gzip do CloudFront */

/* Feature pages */
.v2-page-hero {
  background: #0b0d15;
  padding: 48px 20px 56px;
}

.v2-page-hero__inner {
  max-width: 800px;
  margin: 0 auto;
}

.v2-crumb {
  color: #99b0bb;
  font-size: 14px;
  margin: 0 0 20px;
}

.v2-crumb a { color: #c4b5ff; }
.v2-crumb a:hover { color: #fff; }

.v2-page-hero h1 {
  color: #f1f1ff;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 125%;
  margin: 0 0 16px;
}

.v2-page-hero p {
  color: #99b0bb;
  font-size: 18px;
  line-height: 160%;
  margin: 0 0 28px;
}

.v2-page-body {
  background: #f7f6ff;
  padding: 56px 20px 80px;
}

.v2-page-body__inner {
  max-width: 800px;
  margin: 0 auto;
}

.v2-page-body__inner--wide {
  max-width: 980px;
}

.v2-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.v2-benefits li {
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #14191e;
  box-shadow: 0 8px 24px rgba(20, 25, 30, .04);
}

.v2-page-body h2 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  margin: 36px 0 16px;
  color: #14191e;
}

.v2-page-body p {
  color: #5a6772;
  font-size: 17px;
  line-height: 165%;
  margin: 0 0 16px;
}

.v2-steps {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  counter-reset: passo;
}

.v2-steps li {
  counter-increment: passo;
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
  color: #5a6772;
  line-height: 155%;
}

.v2-steps li::before {
  content: counter(passo);
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--v2-purple);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.v2-related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 12px 0 0;
}

.v2-related .v2-index-card h2 {
  font-size: 16px;
}

.v2-index-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.v2-index-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(20, 25, 30, .05);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .25s ease;
}

.v2-index-card:hover { transform: translateY(-4px); }

.v2-index-card h2 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  margin: 0;
  color: #14191e;
}

.v2-page-body .v2-index-card h2 {
  margin: 0;
  font-size: 16px;
  line-height: 130%;
}

.v2-page-body .v2-index-card p {
  margin: 0;
  font-size: 14px;
}

.v2-index-card p {
  color: #5a6772;
  font-size: 14px;
  line-height: 155%;
  margin: 0;
}

.v2-index-card span {
  color: var(--v2-purple);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}

.v2-chip {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #3d2a8a;
  border: 1px solid #ddd7ff;
  border-radius: 999px;
  padding: 8px 14px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.v2-chip:hover {
  background: var(--v2-purple);
  border-color: var(--v2-purple);
  color: #fff;
}

.v2-page-body .v2-faq-item {
  max-width: none;
  margin-bottom: 12px;
}

.v2-page-cta {
  margin-top: 40px;
}

a.v2-card-whats {
  text-decoration: none;
  color: inherit;
}

.v2-card-whats__more {
  display: inline-block;
  margin-top: 12px;
  color: var(--v2-purple);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .v2-benefits,
  .v2-index-grid,
  .v2-related { grid-template-columns: 1fr; }
  .v2-page-hero h1 { font-size: 28px; }
}

.v2-prose h2,
.v2-prose h3,
.v2-prose h4 {
  font-family: Poppins, sans-serif;
  color: #14191e;
  margin: 28px 0 12px;
  line-height: 130%;
}

.v2-prose h2 { font-size: 22px; }
.v2-prose h3 { font-size: 18px; }
.v2-prose h4 { font-size: 16px; }

.v2-prose p,
.v2-prose li {
  color: #5a6772;
  font-size: 16px;
  line-height: 165%;
}

.v2-prose p { margin: 0 0 14px; }

.v2-prose ul,
.v2-prose ol {
  margin: 0 0 16px;
  padding-left: 1.2rem;
}

.v2-prose li { margin: 0 0 8px; }

.v2-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 12px 0 20px;
  box-shadow: 0 10px 30px rgba(20, 25, 30, .08);
}

.v2-prose a { color: #6b21a8; }
.v2-prose a:hover { color: #7e22ce; }

.v2-prose blockquote {
  border-left: 4px solid #6b21a8;
  background: #f4f0ff;
  padding: 12px 16px;
  border-radius: 0 12px 12px 0;
  color: #5b5675;
  margin: 0 0 16px;
}

.v2-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v2-list li {
  margin: 0 0 10px;
}

.v2-list a {
  color: #6b21a8;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.v2-list a:hover { color: #7e22ce; }

.v2-signup {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1.1fr);
  min-height: calc(100vh - 94px);
}

.v2-signup__form {
  background: #f7f6ff;
  padding: 48px 32px 64px;
}

.v2-signup__form-inner {
  max-width: 420px;
  margin: 0 auto;
}

.v2-signup__form h1 {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  margin: 0 0 10px;
  color: #14191e;
}

.v2-signup__form > .v2-signup__form-inner > p,
.v2-signup__lead {
  color: #5a6772;
  margin: 0 0 28px;
  line-height: 155%;
}

.v2-signup__panel {
  background: #0b0d15 url(/img/v2/background.webp) center / cover no-repeat;
  color: #f1f1ff;
  display: flex;
  align-items: center;
  padding: 48px;
}

.v2-signup__panel-inner { max-width: 460px; }

.v2-signup__panel h2 {
  font-family: Poppins, sans-serif;
  font-size: 28px;
  margin: 0 0 12px;
}

.v2-signup__panel p {
  color: #99b0bb;
  line-height: 160%;
  margin: 0 0 20px;
}

.v2-form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}

.v2-form-field input,
.v2-form-field select {
  appearance: none;
  width: 100%;
  border: 2px solid #e5e5ff;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 15px;
  font-family: inherit;
  color: #14191e;
  background: #fff;
}

.v2-form-field input:focus,
.v2-form-field select:focus {
  outline: none;
  border-color: #6b21a8;
}

.v2-form-field .v2-btn {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
}

.alert {
  border-radius: 12px;
  padding: 12px 14px;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 150%;
}

.alert-success { background: #e8f8ef; color: #146c43; }
.alert-danger { background: #fdecec; color: #b42318; }
.alert .close {
  float: right;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.v2-empty {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  color: #5a6772;
}

.v2-empty a { color: #6b21a8; }

.v2-page-body .v2-btn--outline,
.v2-pager .v2-btn--outline {
  border-color: #6b21a8;
  color: #6b21a8;
  background: transparent;
  box-shadow: none;
}

.v2-page-body .v2-btn--outline:hover,
.v2-pager .v2-btn--outline:hover {
  background: #6b21a8;
  color: #fff;
  border-color: #6b21a8;
}

@media screen and (max-width: 900px) {
  .v2-signup { grid-template-columns: 1fr; }
  .v2-signup__panel { min-height: 280px; }
}

.v2-signup .v2-crumb { color: #5a6772; }
.v2-signup .v2-crumb a { color: #6b21a8; }
.v2-signup .v2-crumb a:hover { color: #7e22ce; }
.v2-signup .v2-benefits { margin: 0; }
.v2-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

/* Home: segmentos e vídeo */
.v2-sport-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v2-sport-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 112px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.v2-sport-card:hover {
  transform: translateY(-4px);
  background: rgba(110, 60, 255, .18);
  border-color: rgba(139, 92, 255, .6);
}

.v2-sport-card--wide {
  grid-column: 1 / -1;
  min-height: 0;
  align-items: center;
}

.v2-sport-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(110, 60, 255, .32);
  color: #f1f1ff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

.v2-sport-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.v2-sport-card__body strong {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.v2-sport-card__body span {
  color: #99b0bb;
  font-size: 14px;
  line-height: 155%;
}

.v2-final__more {
  display: flex;
  justify-content: center;
  margin: 28px 0 0;
}

.v2-demo {
  margin: 0;
  position: relative;
  z-index: 2;
}

.v2-video__frame {
  position: relative;
  z-index: 6;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .14), 0 28px 70px rgba(119, 79, 212, .45);
  cursor: pointer;
  pointer-events: auto;
}

.v2-video__frame * {
  pointer-events: none;
}

.v2-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: auto;
}

.v2-video__frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .6s ease;
}

.v2-video__frame:hover > img {
  transform: scale(1.06);
}

.v2-video__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 13, 21, .08) 20%, rgba(11, 13, 21, .72) 100%),
    linear-gradient(90deg, rgba(11, 13, 21, .25), transparent 40%);
}

.v2-video__play {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #6b21a8;
  box-shadow: 0 12px 40px rgba(119, 79, 212, .7);
  transition: transform .2s ease, background .2s ease;
}

.v2-video__play::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 21px;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #fff;
}

.v2-video__caption {
  position: absolute;
  left: 108px;
  bottom: 32px;
  text-align: left;
  color: #fff;
}

.v2-video__caption strong {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.v2-video__caption em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  color: #c9d4db;
  font-size: 13px;
}

.v2-video__frame:hover .v2-video__play {
  transform: scale(1.08);
  background: #7e22ce;
}

@media screen and (max-width: 991px) {
  .v2-final__stage {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .v2-final__title { font-size: 30px; }
  .v2-final__intro {
    margin-left: auto;
    margin-right: auto;
  }
  .v2-final__actions { justify-content: center; }
  .v2-sport-grid { grid-template-columns: 1fr 1fr; }
  .v2-sport-card--wide { grid-column: 1 / -1; }
}

@media screen and (max-width: 600px) {
  .v2-sport-grid { grid-template-columns: 1fr; }
  .v2-final { padding: 64px 16px 56px; }
  .v2-video__play {
    left: 50%;
    bottom: auto;
    top: 50%;
    margin: -32px 0 0 -32px;
  }
  .v2-video__caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
  }
}

