@import url("../style.css?v=20260608-3");

:root {
  --seletos-accent: #8f1621;
  --seletos-accent-rgb: 143, 22, 33;
  --seletos-accent-strong: #a81724;
  --seletos-accent-dark: #4d090f;
  --seletos-accent-soft: rgba(143, 22, 33, 0.16);
  --seletos-accent-text: #ffd8dc;
  --seletos-accent-text-soft: #f1a9b1;
}

body {
  background:
    radial-gradient(circle at 10% 0%, rgba(var(--seletos-accent-rgb), 0.14), transparent 26%),
    radial-gradient(circle at 90% 6%, rgba(var(--seletos-accent-rgb), 0.08), transparent 24%),
    #060606;
}

body ::selection {
  background: var(--seletos-accent);
  color: #ffffff;
}

body ::-moz-selection {
  background: var(--seletos-accent);
  color: #ffffff;
}

html {
  scrollbar-color: var(--seletos-accent) #080808;
}

body::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb,
.content::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, #b42230 0%, #86131d 52%, #47070d 100%);
}

body::-webkit-scrollbar-thumb:hover,
.sidebar::-webkit-scrollbar-thumb:hover,
.content::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #cb2c3a 0%, #9a1520 52%, #590911 100%);
}

.app {
  background:
    radial-gradient(circle at 84% 6%, rgba(var(--seletos-accent-rgb), 0.1), transparent 26%),
    radial-gradient(circle at 44% 42%, rgba(255, 255, 255, 0.02), transparent 36%),
    #070707;
}

.sidebar {
  background:
    radial-gradient(circle at 50% 0%, rgba(var(--seletos-accent-rgb), 0.14), transparent 32%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(6, 6, 6, 0.99));
}

.seletos-brand-logo {
  width: 176px;
  height: auto;
  display: block;
  max-width: 100%;
  filter: drop-shadow(0 0 18px rgba(var(--seletos-accent-rgb), 0.18));
}

.seletos-topbar-logo {
  width: 160px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(var(--seletos-accent-rgb), 0.16));
}

.menu a::before {
  background:
    radial-gradient(circle at 18% 50%, rgba(var(--seletos-accent-rgb), 0.18), transparent 28%),
    linear-gradient(90deg, rgba(var(--seletos-accent-rgb), 0.14), transparent 68%);
}

.menu a::after {
  background: var(--seletos-accent);
  box-shadow: 0 0 20px rgba(var(--seletos-accent-rgb), 0.58);
}

.menu a:hover,
.menu a.active {
  border-color: rgba(var(--seletos-accent-rgb), 0.3);
}

.menu-icon {
  background:
    linear-gradient(135deg, rgba(var(--seletos-accent-rgb), 0.18), rgba(var(--seletos-accent-rgb), 0.05));
  border-color: rgba(var(--seletos-accent-rgb), 0.22);
  color: var(--seletos-accent);
}

.menu a:hover .menu-icon,
.menu a.active .menu-icon {
  background: linear-gradient(135deg, var(--seletos-accent-strong), var(--seletos-accent-dark));
  box-shadow:
    0 0 22px rgba(var(--seletos-accent-rgb), 0.3),
    inset 0 1px 0 rgba(255,255,255,0.2);
}

.sidebar-social:hover,
.sidebar-toggle:hover {
  border-color: rgba(var(--seletos-accent-rgb), 0.34);
}

.sidebar-cta-button,
.open-sidebar,
.seletos-access-button,
.lesson-locked-cta,
.seletos-status-link:hover {
  background: linear-gradient(135deg, var(--seletos-accent-strong), var(--seletos-accent-dark));
  color: #ffffff;
  box-shadow:
    0 0 24px rgba(var(--seletos-accent-rgb), 0.24),
    0 14px 34px rgba(var(--seletos-accent-rgb), 0.14),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.content {
  padding-bottom: 92px;
}

.eyebrow,
.materials-box span,
.access-highlight {
  color: #d74a55;
}

.seletos-banner {
  margin-bottom: 40px;
}

.seletos-banner-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1865 / 595;
  border-radius: 28px;
  background-color: #080808;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 22px 70px rgba(0,0,0,0.32),
    0 0 26px rgba(var(--seletos-accent-rgb), 0.06);
}

.seletos-banner-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 0%, rgba(var(--seletos-accent-rgb), 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 45%);
}

.seletos-banner-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.seletos-banner-image.is-missing {
  opacity: 0;
}

.seletos-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 18px;
}

.seletos-hero-copy,
.seletos-status-card,
.proof-card,
.seletos-request-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 22px 70px rgba(0,0,0,0.32),
    0 0 26px rgba(var(--seletos-accent-rgb), 0.06);
}

.seletos-hero-copy::before,
.seletos-status-card::before,
.proof-card::before,
.seletos-request-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 0%, rgba(var(--seletos-accent-rgb), 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 45%);
}

.seletos-hero-copy > *,
.seletos-status-card > *,
.proof-card > *,
.seletos-request-card > * {
  position: relative;
  z-index: 1;
}

.seletos-hero-copy,
.seletos-status-card {
  padding: 28px 28px 30px;
}

.seletos-hero-copy h1 {
  max-width: 680px;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 0.96;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}

.seletos-hero-text {
  max-width: 700px;
  margin-top: 16px;
  color: #d0d0d0;
  font-size: 16px;
  line-height: 1.7;
}

.seletos-status-card {
  display: grid;
  align-content: center;
  gap: 16px;
}

.seletos-status-pill {
  width: max-content;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--seletos-accent-rgb), 0.14);
  border: 1px solid rgba(var(--seletos-accent-rgb), 0.24);
  color: var(--seletos-accent-text);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.seletos-status-card.is-granted .seletos-status-pill {
  background: rgba(45, 165, 93, 0.18);
  border-color: rgba(45, 165, 93, 0.36);
  color: #d6ffe6;
}

.seletos-status-card.is-blocked .seletos-status-pill {
  background: rgba(var(--seletos-accent-rgb), 0.2);
  border-color: rgba(var(--seletos-accent-rgb), 0.34);
  color: #ffe4e7;
}

.seletos-status-copy {
  color: #d7d7d7;
  font-size: 15px;
  line-height: 1.68;
}

.seletos-status-link {
  width: max-content;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  transition: 0.22s ease;
}

.seletos-marquee {
  margin-bottom: 56px;
}

.stat-pill::before {
  background: var(--seletos-accent);
  box-shadow: 0 0 10px rgba(var(--seletos-accent-rgb), 0.75);
}

.proofs-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 18px;
}

.seletos-exclusive-cta {
  max-width: 920px;
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.seletos-exclusive-cta .eyebrow {
  margin-bottom: 0;
}

.seletos-exclusive-cta h2 {
  max-width: 900px;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.4px;
  text-transform: none;
}

.seletos-exclusive-copy {
  max-width: 760px;
  color: #cbcbcb;
  font-size: 16px;
  line-height: 1.7;
}

.seletos-whatsapp-button {
  min-height: 60px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #25d366 0%, #128c4a 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.2px;
  box-shadow:
    0 0 0 0 rgba(37, 211, 102, 0.34),
    0 18px 36px rgba(10, 84, 42, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.24);
  transform-origin: center;
  animation: seletosWhatsappPulse 1.9s ease-in-out infinite;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.seletos-whatsapp-button:hover {
  filter: saturate(1.08);
  box-shadow:
    0 0 0 10px rgba(37, 211, 102, 0.06),
    0 22px 44px rgba(10, 84, 42, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.28);
}

.seletos-whatsapp-button-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.seletos-whatsapp-button-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.seletos-whatsapp-button.is-disabled {
  background: linear-gradient(135deg, #4e5b52 0%, #27332d 100%);
  box-shadow: none;
  animation: none;
  opacity: 0.76;
  pointer-events: none;
}

@keyframes seletosWhatsappPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

.proofs-carousel {
  max-width: 1180px;
  margin: 0 auto;
}

.proofs-toolbar {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.proofs-toolbar-text {
  max-width: 680px;
  color: #bebebe;
  font-size: 13px;
  line-height: 1.55;
}

.proofs-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.proofs-control {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.proofs-control:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--seletos-accent-rgb), 0.26);
  background: rgba(var(--seletos-accent-rgb), 0.12);
}

.proofs-viewport {
  overflow: hidden;
}

.proofs-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}

.proofs-track.is-static {
  justify-content: center;
}

.proofs-carousel.is-static .proofs-controls {
  display: none;
}

.proof-card {
  min-width: 0;
  display: block;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.075);
  box-shadow:
    0 18px 44px rgba(0,0,0,0.24),
    0 0 22px rgba(var(--seletos-accent-rgb), 0.06);
}

.proofs-carousel[data-desktop-count="3"] .proof-card {
  flex: 0 0 calc((100% - 32px) / 3);
}

.proofs-carousel[data-desktop-count="2"] .proof-card {
  flex: 0 0 calc((100% - 16px) / 2);
}

.proofs-carousel[data-desktop-count="1"] .proof-card {
  flex: 0 0 min(100%, 340px);
}

.proof-print {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(var(--seletos-accent-rgb), 0.12), transparent 55%),
    #0b0b0b;
  border: 0;
}

.proof-print-frame {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  object-position: top center;
  background: #080808;
}

.proof-copy {
  display: none;
}

.proof-label {
  width: max-content;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--seletos-accent-rgb), 0.12);
  border: 1px solid rgba(var(--seletos-accent-rgb), 0.22);
  color: var(--seletos-accent-text);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.proof-copy h3 {
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.18;
  letter-spacing: -0.2px;
}

.proof-copy p {
  color: #cfcfcf;
  font-size: 12.5px;
  line-height: 1.6;
}

.proof-result {
  width: max-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.seletos-lessons {
  margin-top: 72px;
}

.seletos-lessons .lesson-card {
  border-radius: 16px;
  border-color: rgba(var(--seletos-accent-rgb), 0.12);
}

.seletos-lessons .lesson-card:hover,
.seletos-lessons .lesson-card.open {
  border-color: rgba(var(--seletos-accent-rgb), 0.24);
}

.seletos-lessons .lesson-header {
  grid-template-columns: 66px 1fr 46px;
  gap: 16px;
  padding: 18px 22px;
}

.seletos-lessons .lesson-number {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--seletos-accent-strong), var(--seletos-accent-dark));
  color: #ffffff;
  box-shadow: 0 0 22px rgba(var(--seletos-accent-rgb), 0.26);
}

.seletos-lessons .lesson-name {
  font-size: clamp(22px, 2.4vw, 28px);
}

.seletos-lessons .lesson-access-badge.is-locked {
  background:
    linear-gradient(135deg, rgba(var(--seletos-accent-rgb), 0.2), rgba(83, 5, 9, 0.2));
  border-color: rgba(var(--seletos-accent-rgb), 0.3);
  color: var(--seletos-accent-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 22px rgba(var(--seletos-accent-rgb), 0.12),
    0 10px 22px rgba(0, 0, 0, 0.14);
}

.seletos-lessons .lesson-header:hover .lesson-arrow {
  border-color: rgba(var(--seletos-accent-rgb), 0.22);
  background:
    linear-gradient(180deg, rgba(var(--seletos-accent-rgb), 0.14), rgba(var(--seletos-accent-rgb), 0.05));
}

.seletos-lessons .lesson-card.open .lesson-arrow {
  background: linear-gradient(135deg, var(--seletos-accent-strong), var(--seletos-accent-dark));
  color: #ffffff;
  box-shadow:
    0 0 24px rgba(var(--seletos-accent-rgb), 0.22),
    0 14px 28px rgba(var(--seletos-accent-rgb), 0.12);
}

.seletos-lessons .lesson-arrow {
  width: 46px;
  height: 46px;
  border-radius: 12px;
}

.seletos-lesson-media {
  position: relative;
  width: 100%;
  max-width: 920px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at center, rgba(var(--seletos-accent-rgb), 0.12), transparent 55%),
    #050505;
}

.seletos-lesson-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 34px;
  opacity: 0.86;
}

.seletos-lesson-state {
  position: absolute;
  inset: auto 16px 16px 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(var(--seletos-accent-rgb), 0.16);
  color: #d6d6d6;
  font-size: 13px;
  line-height: 1.55;
}

.seletos-lesson-state strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.seletos-lesson-state.is-granted {
  border-color: rgba(45, 165, 93, 0.22);
}

.lesson-locked-tag {
  background: rgba(var(--seletos-accent-rgb), 0.14);
  border-color: rgba(var(--seletos-accent-rgb), 0.24);
  color: var(--seletos-accent-text-soft);
}

.lesson-locked-cta {
  box-shadow:
    0 0 24px rgba(var(--seletos-accent-rgb), 0.24),
    0 12px 28px rgba(var(--seletos-accent-rgb), 0.1);
}

.seletos-request-section {
  max-width: 1240px;
  margin: 72px auto 0;
  padding: 0 18px;
}

.seletos-request-card {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.94fr);
  gap: 24px;
  padding: 28px;
}

.seletos-request-text {
  max-width: 640px;
  color: #d0d0d0;
  font-size: 15px;
  line-height: 1.7;
}

.seletos-request-benefits {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seletos-request-benefits span {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f2f2f2;
  font-size: 12px;
  font-weight: 800;
}

.seletos-request-form {
  display: grid;
  align-content: center;
  gap: 16px;
}

.seletos-form-field {
  display: grid;
  gap: 10px;
}

.seletos-form-field span {
  color: #e6e6e6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.seletos-form-field input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 15px;
  outline: none;
  transition: 0.2s ease;
}

.seletos-form-field input:focus {
  border-color: rgba(var(--seletos-accent-rgb), 0.42);
  box-shadow: 0 0 0 3px rgba(var(--seletos-accent-rgb), 0.14);
}

.seletos-request-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.seletos-access-button,
.seletos-request-secondary {
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
  transition: 0.22s ease;
}

.seletos-request-secondary {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.seletos-request-secondary:hover,
.seletos-access-button:hover {
  transform: translateY(-1px);
}

.seletos-access-button:disabled,
.seletos-request-secondary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.seletos-request-note {
  color: #acacac;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .proofs-carousel[data-desktop-count="3"] .proof-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

@media (max-width: 980px) {
  .seletos-hero,
  .seletos-request-card {
    grid-template-columns: 1fr;
  }

  .seletos-banner {
    margin-bottom: 32px;
  }

  .proof-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }

  .seletos-lessons .lesson-header {
    grid-template-columns: 58px 1fr 42px;
    padding: 16px 18px;
  }

  .seletos-lessons .lesson-number {
    width: 46px;
    height: 46px;
  }

  .seletos-lessons .lesson-name {
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  .seletos-exclusive-cta h2 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .seletos-whatsapp-button {
    min-height: 56px;
    padding: 0 22px;
    font-size: 14px;
  }

  .proofs-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .proofs-controls {
    align-self: flex-end;
  }

  .proof-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }

  .seletos-request-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .content {
    padding-bottom: 70px;
  }

  .seletos-brand-logo {
    width: 152px;
  }

  .seletos-topbar-logo {
    width: 146px;
  }

  .seletos-banner-frame {
    border-radius: 20px;
  }

  .seletos-exclusive-cta {
    gap: 12px;
    margin-bottom: 22px;
  }

  .seletos-exclusive-copy {
    font-size: 14px;
    line-height: 1.6;
  }

  .seletos-whatsapp-button {
    width: 100%;
    max-width: 320px;
  }

  .seletos-hero-copy,
  .seletos-status-card,
  .seletos-request-card {
    border-radius: 20px;
  }

  .seletos-hero-copy,
  .seletos-status-card,
  .seletos-request-card {
    padding: 22px 18px;
  }

  .proofs-section,
  .seletos-request-section {
    padding: 0;
  }

  .proofs-carousel {
    width: 100%;
  }

  .proof-card {
    flex: 0 0 100%;
  }

  .seletos-lessons .lesson-header {
    grid-template-columns: 52px 1fr 38px;
    gap: 12px;
    padding: 15px 14px;
  }

  .seletos-lessons .lesson-number {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .seletos-lessons .lesson-name {
    font-size: 17px;
  }

  .seletos-lesson-media,
  .seletos-lesson-state {
    border-radius: 14px;
  }
}

/* Ajustes finais da área dos Seletos */

.seletos-banner {
  margin-bottom: 20px;
}

.seletos-banner-frame {
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.seletos-banner-frame::before {
  display: none;
}

.seletos-banner-image {
  height: auto;
  object-fit: contain;
  object-position: center;
}

.seletos-whatsapp-section {
  max-width: 1280px;
  margin: 0 auto 54px;
  padding: 0 18px;
}

.seletos-exclusive-cta {
  max-width: 960px;
  gap: 18px;
  margin-bottom: 0;
}

.seletos-exclusive-cta h2 {
  max-width: 860px;
  font-size: clamp(34px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: -2.2px;
  text-transform: none;
}

.seletos-whatsapp-button {
  min-height: 74px;
  padding: 0 36px;
  gap: 14px;
  background: linear-gradient(135deg, #34f57a 0%, #16c75c 45%, #0c9d45 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 19px;
  font-weight: 900;
  box-shadow:
    0 0 0 0 rgba(52, 245, 122, 0.36),
    0 0 34px rgba(52, 245, 122, 0.28),
    0 22px 48px rgba(6, 97, 42, 0.4),
    inset 0 1px 0 rgba(255,255,255,0.32);
  animation: seletosWhatsappPulse 1.35s ease-in-out infinite;
}

.seletos-whatsapp-button:hover {
  transform: scale(1.06);
  filter: saturate(1.08) brightness(1.03);
  box-shadow:
    0 0 0 12px rgba(52, 245, 122, 0.08),
    0 0 42px rgba(52, 245, 122, 0.36),
    0 26px 58px rgba(6, 97, 42, 0.46),
    inset 0 1px 0 rgba(255,255,255,0.34);
}

.seletos-whatsapp-button.is-disabled {
  background: linear-gradient(135deg, #34f57a 0%, #16c75c 45%, #0c9d45 100%);
  opacity: 0.72;
  box-shadow:
    0 0 24px rgba(52, 245, 122, 0.14),
    0 16px 36px rgba(6, 97, 42, 0.22);
  animation: seletosWhatsappPulse 1.35s ease-in-out infinite;
}

.seletos-feedback-section {
  margin-top: 70px;
}

.seletos-feedback-title {
  max-width: 860px;
  margin-bottom: 24px;
}

.seletos-feedback-title h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.seletos-lessons {
  margin-top: 0;
}

.seletos-lessons .section-title {
  max-width: 900px;
  margin-bottom: 30px;
}

.seletos-lessons .section-title h2 {
  font-size: clamp(30px, 4vw, 56px);
  letter-spacing: -1.2px;
  text-transform: none;
}

.seletos-lessons .lesson-hint {
  color: #9f9f9f;
}

.seletos-lessons .lesson-card {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(38, 38, 38, 0.92), rgba(17, 17, 17, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0,0,0,0.24);
}

.seletos-lessons .lesson-card:hover,
.seletos-lessons .lesson-card.open {
  transform: none;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 48px rgba(0,0,0,0.28);
}

.seletos-lessons .lesson-header {
  grid-template-columns: 82px 1fr 56px;
  gap: 18px;
  padding: 24px 26px;
  min-height: 118px;
}

.seletos-lessons .lesson-number {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  background: linear-gradient(180deg, #525252 0%, #2b2b2b 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.seletos-lessons .lesson-name-wrap {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.seletos-lessons .lesson-name {
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.08;
}

.seletos-lessons .lesson-access-badge.is-locked {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #d4d4d4;
  box-shadow: none;
}

.seletos-lessons .lesson-access-badge.is-free {
  background: rgba(52, 245, 122, 0.1);
  border: 1px solid rgba(52, 245, 122, 0.24);
  color: #dcffe8;
  box-shadow: none;
}

.seletos-lessons .lesson-arrow {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(90, 90, 90, 0.55), rgba(34, 34, 34, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.seletos-lessons .lesson-header:hover .lesson-arrow,
.seletos-lessons .lesson-card.open .lesson-arrow {
  background: linear-gradient(180deg, rgba(108, 108, 108, 0.7), rgba(48, 48, 48, 0.95));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.seletos-lessons .lesson-content {
  padding: 0 26px 26px;
}

.seletos-lesson-panel {
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.seletos-lesson-panel strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.2px;
}

.seletos-lesson-panel p {
  margin: 10px 0 0;
  color: #bebebe;
  font-size: 14px;
  line-height: 1.65;
}

.seletos-lesson-panel.is-granted {
  background: rgba(52, 245, 122, 0.06);
  border-color: rgba(52, 245, 122, 0.14);
}

@media (max-width: 980px) {
  .seletos-whatsapp-section {
    margin-bottom: 44px;
  }

  .seletos-lessons .lesson-header {
    grid-template-columns: 74px 1fr 50px;
    padding: 22px 20px;
    min-height: 106px;
  }

  .seletos-lessons .lesson-name {
    font-size: clamp(20px, 3vw, 28px);
  }
}

@media (max-width: 720px) {
  .seletos-exclusive-cta h2 {
    font-size: clamp(28px, 10vw, 46px);
    letter-spacing: -1.4px;
  }

  .seletos-whatsapp-button {
    min-height: 66px;
    padding: 0 24px;
    font-size: 16px;
  }

  .seletos-lessons .lesson-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 14px;
    padding: 20px 18px;
  }

  .seletos-lessons .lesson-arrow {
    width: 46px;
    height: 46px;
  }

  .seletos-lessons .lesson-content {
    padding: 0 18px 20px;
  }
}

@media (max-width: 520px) {
  .seletos-banner {
    margin-bottom: 14px;
  }

  .seletos-whatsapp-section,
  .proofs-section {
    padding: 0;
  }

  .seletos-whatsapp-button {
    width: 100%;
    max-width: 360px;
    min-height: 62px;
    font-size: 15px;
  }

  .seletos-lessons .section-title h2 {
    font-size: clamp(26px, 9vw, 36px);
  }

  .seletos-lessons .lesson-number {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .seletos-lessons .lesson-name {
    font-size: 20px;
  }

  .seletos-lesson-panel {
    padding: 22px 16px;
    border-radius: 16px;
  }
}

/* Refinos de proporcao */

.seletos-whatsapp-section {
  margin-bottom: 36px;
}

.seletos-exclusive-cta {
  max-width: 760px;
  gap: 12px;
}

.seletos-exclusive-cta h2 {
  max-width: 700px;
  font-size: clamp(26px, 4.2vw, 54px);
  line-height: 1.02;
  letter-spacing: -1.4px;
}

.seletos-whatsapp-button,
.seletos-whatsapp-button:visited,
.seletos-whatsapp-button span {
  color: #ffffff;
}

.seletos-whatsapp-button {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1;
  box-shadow:
    0 0 22px rgba(52, 245, 122, 0.18),
    0 12px 30px rgba(6, 97, 42, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.24);
}

.seletos-whatsapp-button:hover {
  transform: scale(1.03);
}

.seletos-whatsapp-button.is-disabled {
  opacity: 1;
  color: #ffffff;
}

.seletos-whatsapp-button-icon {
  width: 16px;
  height: 16px;
}

.seletos-lessons .section-title {
  max-width: 760px;
  margin-bottom: 22px;
}

.seletos-lessons .section-title h2 {
  font-size: clamp(24px, 4.2vw, 44px);
  line-height: 1.04;
}

.seletos-lessons .lesson-hint {
  max-width: 620px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.55;
}

.seletos-lessons .lesson-card {
  border-radius: 16px;
  border-color: rgba(var(--seletos-accent-rgb), 0.14);
}

.seletos-lessons .lesson-header {
  grid-template-columns: 58px 1fr 40px;
  gap: 12px;
  padding: 14px 16px;
  min-height: 78px;
  align-items: center;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.seletos-lessons .lesson-number {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  font-size: 12px;
  background: linear-gradient(135deg, var(--seletos-accent-strong), var(--seletos-accent-dark));
  border: 0;
  box-shadow: 0 0 18px rgba(var(--seletos-accent-rgb), 0.2);
}

.seletos-lessons .lesson-name-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  gap: 8px;
}

.seletos-lessons .lesson-name {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.08;
}

.seletos-lessons .lesson-access-badge {
  min-height: 24px;
  padding: 0 10px;
  font-size: 9px;
  letter-spacing: 0.7px;
}

.seletos-lessons .lesson-access-badge.is-locked {
  background:
    linear-gradient(135deg, rgba(var(--seletos-accent-rgb), 0.2), rgba(83, 5, 9, 0.2));
  border-color: rgba(var(--seletos-accent-rgb), 0.3);
  color: var(--seletos-accent-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 14px rgba(var(--seletos-accent-rgb), 0.08);
}

.seletos-lessons .lesson-arrow {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  font-size: 20px;
  border-color: rgba(var(--seletos-accent-rgb), 0.18);
}

.seletos-lessons .lesson-content {
  padding: 0 18px 18px;
}

.seletos-lesson-panel {
  padding: 18px 16px;
  border-radius: 14px;
}

.seletos-lesson-panel strong {
  font-size: 16px;
}

.seletos-lesson-panel p {
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .seletos-whatsapp-section {
    margin-bottom: 30px;
  }

  .seletos-exclusive-cta h2 {
    max-width: 520px;
    font-size: clamp(24px, 7vw, 38px);
  }

  .seletos-whatsapp-button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 12px;
  }

  .seletos-lessons .lesson-header {
    grid-template-columns: 52px 1fr 38px;
    text-align: left;
    gap: 12px;
    padding: 13px 14px;
    min-height: 72px;
  }

  .seletos-lessons .lesson-number {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 11px;
  }

  .seletos-lessons .lesson-name-wrap {
    gap: 6px;
  }

  .seletos-lessons .lesson-name {
    font-size: 15px;
  }

  .seletos-lessons .lesson-access-badge {
    min-height: 22px;
    padding: 0 9px;
    font-size: 9px;
  }

  .seletos-lessons .lesson-arrow {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 17px;
  }

  .seletos-lessons .lesson-content {
    padding: 0 14px 14px;
  }
}

@media (max-width: 520px) {
  .seletos-exclusive-cta {
    max-width: 340px;
    gap: 10px;
  }

  .seletos-exclusive-cta h2 {
    font-size: 24px;
  }

  .seletos-whatsapp-button {
    width: auto;
    max-width: 100%;
    min-height: 40px;
    padding: 0 12px;
    font-size: 11px;
    border-radius: 13px;
  }

  .seletos-whatsapp-button-icon {
    width: 14px;
    height: 14px;
  }

  .seletos-lessons .section-title h2 {
    font-size: 21px;
  }

  .seletos-lessons .lesson-hint {
    font-size: 12px;
  }

  .seletos-lessons .lesson-header {
    grid-template-columns: 46px 1fr 32px;
    gap: 10px;
    padding: 12px;
  }

  .seletos-lessons .lesson-number {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }

  .seletos-lessons .lesson-name {
    font-size: 14px;
  }
}

/* Design das aulas igual ao padrao principal */

.seletos-lessons .lesson-card {
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014));
  border: 1px solid rgba(255, 255, 255, 0.075);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.seletos-lessons .lesson-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--seletos-accent-rgb), 0.14);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(var(--seletos-accent-rgb), 0.05);
}

.seletos-lessons .lesson-card.open {
  border-color: rgba(var(--seletos-accent-rgb), 0.22);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.34),
    0 0 30px rgba(var(--seletos-accent-rgb), 0.08);
}

.seletos-lessons .lesson-header {
  grid-template-columns: 66px 1fr 46px;
  gap: 16px;
  padding: 18px 22px;
  min-height: auto;
}

.seletos-lessons .lesson-number {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #fa110c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(var(--seletos-accent-rgb), 0.26);
}

.seletos-lessons .lesson-name-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.seletos-lessons .lesson-name {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.seletos-lessons .lesson-access-badge {
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.12);
}

.seletos-lessons .lesson-access-badge.is-locked {
  background:
    linear-gradient(135deg, rgba(255, 69, 58, 0.22), rgba(120, 8, 5, 0.20));
  border: 1px solid rgba(var(--seletos-accent-rgb), 0.34);
  color: #ffe0dc;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 22px rgba(var(--seletos-accent-rgb), 0.1),
    0 10px 22px rgba(0, 0, 0, 0.14);
}

.seletos-lessons .lesson-access-badge.is-free {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.12);
}

.seletos-lessons .lesson-arrow {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.18);
}

.seletos-lessons .lesson-header:hover .lesson-arrow {
  border-color: rgba(var(--seletos-accent-rgb), 0.2);
  background:
    linear-gradient(180deg, rgba(var(--seletos-accent-rgb), 0.14), rgba(var(--seletos-accent-rgb), 0.05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 22px rgba(var(--seletos-accent-rgb), 0.1),
    0 12px 24px rgba(0, 0, 0, 0.2);
}

.seletos-lessons .lesson-card.open .lesson-arrow {
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--seletos-accent-strong), var(--seletos-accent-dark));
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow:
    0 0 24px rgba(var(--seletos-accent-rgb), 0.22),
    0 14px 28px rgba(var(--seletos-accent-rgb), 0.14);
}

.seletos-lessons .lesson-content {
  padding: 0 20px 22px;
}

@media (max-width: 720px) {
  .seletos-lessons .lesson-header {
    grid-template-columns: 52px 1fr 34px;
    gap: 12px;
    padding: 16px;
  }

  .seletos-lessons .lesson-number {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 13px;
  }

  .seletos-lessons .lesson-name {
    font-size: 17px;
  }

  .seletos-lessons .lesson-access-badge {
    min-height: 25px;
    padding: 0 11px;
    font-size: 10px;
  }

  .seletos-lessons .lesson-arrow {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 21px;
  }

  .seletos-lessons .lesson-content {
    padding: 0 16px 18px;
  }
}

@media (max-width: 520px) {
  .seletos-lessons .lesson-header {
    grid-template-columns: 46px 1fr 30px;
    gap: 12px;
    padding: 14px 12px;
  }

  .seletos-lessons .lesson-number {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 13px;
  }

  .seletos-lessons .lesson-name {
    font-size: 16px;
  }

  .seletos-lessons .lesson-access-badge {
    min-height: 25px;
    padding: 0 11px;
    font-size: 10px;
  }

  .seletos-lessons .lesson-arrow {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 21px;
  }
}

/* Aulas dos Seletos: trava final no layout compacto igual ao modelo */

.seletos-lessons .lesson-card {
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.040), rgba(255, 255, 255, 0.014)) !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  overflow: hidden !important;
}

.seletos-lessons .lesson-header {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 54px 1fr 34px !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 16px 20px !important;
  min-height: 0 !important;
  text-align: left !important;
}

.seletos-lessons .lesson-number {
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  display: grid !important;
  place-items: center !important;
  background: #fa110c !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 0 22px rgba(250, 17, 12, 0.26) !important;
}

.seletos-lessons .lesson-name-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  text-align: left !important;
}

.seletos-lessons .lesson-name {
  font-size: 19px !important;
  font-weight: 900 !important;
  letter-spacing: -0.2px !important;
  line-height: 1.08 !important;
}

.seletos-lessons .lesson-access-badge {
  min-height: 30px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.9px !important;
  text-transform: uppercase !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.12) !important;
}

.seletos-lessons .lesson-access-badge.is-locked,
.seletos-lessons .lesson-access-badge.is-free {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

.seletos-lessons .lesson-arrow {
  width: 42px !important;
  height: 42px !important;
  border-radius: 16px !important;
  display: grid !important;
  place-items: center !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 22px rgba(0, 0, 0, 0.18) !important;
}

.seletos-lessons .lesson-content {
  padding: 0 20px 22px !important;
}

@media (max-width: 720px) {
  .seletos-lessons .lesson-header {
    grid-template-columns: 52px 1fr 34px !important;
    gap: 12px !important;
    padding: 16px !important;
  }

  .seletos-lessons .lesson-number {
    width: 42px !important;
    height: 42px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
  }

  .seletos-lessons .lesson-name {
    font-size: 17px !important;
  }

  .seletos-lessons .lesson-access-badge {
    min-height: 25px !important;
    padding: 0 11px !important;
    font-size: 10px !important;
  }

  .seletos-lessons .lesson-arrow {
    width: 36px !important;
    height: 36px !important;
    border-radius: 13px !important;
    font-size: 21px !important;
  }

  .seletos-lessons .lesson-content {
    padding: 0 16px 18px !important;
  }
}

@media (max-width: 520px) {
  .seletos-lessons .lesson-header {
    grid-template-columns: 46px 1fr 30px !important;
    gap: 12px !important;
    padding: 14px 12px !important;
  }

  .seletos-lessons .lesson-number {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }

  .seletos-lessons .lesson-name {
    font-size: 16px !important;
  }

  .seletos-lessons .lesson-access-badge {
    min-height: 25px !important;
    padding: 0 11px !important;
    font-size: 10px !important;
  }

  .seletos-lessons .lesson-arrow {
    width: 36px !important;
    height: 36px !important;
    border-radius: 13px !important;
    font-size: 21px !important;
  }
}

/* Aulas dos Seletos: igual ao padrao da imagem enviada */

.seletos-lessons .lesson-accordion {
  max-width: 100%;
  gap: 14px;
}

.seletos-lessons .lesson-card {
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014));
  border: 1px solid rgba(255, 255, 255, 0.075);
  overflow: hidden;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.seletos-lessons .lesson-card:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--seletos-accent-rgb), 0.14);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(var(--seletos-accent-rgb), 0.05);
}

.seletos-lessons .lesson-card.open {
  border-color: rgba(var(--seletos-accent-rgb), 0.22);
  box-shadow:
    0 20px 70px rgba(0, 0, 0, 0.34),
    0 0 30px rgba(var(--seletos-accent-rgb), 0.08);
}

.seletos-lessons .lesson-header {
  width: 100%;
  display: grid;
  grid-template-columns: 54px 1fr 34px;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  min-height: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
}

.seletos-lessons .lesson-number {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #fa110c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(var(--seletos-accent-rgb), 0.26);
}

.seletos-lessons .lesson-name-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
}

.seletos-lessons .lesson-name {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1.08;
}

.seletos-lessons .lesson-access-badge {
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.12);
}

.seletos-lessons .lesson-access-badge.is-locked,
.seletos-lessons .lesson-access-badge.is-free {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.82);
}

.seletos-lessons .lesson-arrow {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.18);
}

.seletos-lessons .lesson-header:hover .lesson-arrow {
  border-color: rgba(var(--seletos-accent-rgb), 0.2);
  background:
    linear-gradient(180deg, rgba(var(--seletos-accent-rgb), 0.14), rgba(var(--seletos-accent-rgb), 0.05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 22px rgba(var(--seletos-accent-rgb), 0.1),
    0 12px 24px rgba(0, 0, 0, 0.2);
}

.seletos-lessons .lesson-card.open .lesson-arrow {
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--seletos-accent-strong), var(--seletos-accent-dark));
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow:
    0 0 24px rgba(var(--seletos-accent-rgb), 0.22),
    0 14px 28px rgba(var(--seletos-accent-rgb), 0.14);
}

.seletos-lessons .lesson-content {
  padding: 0 20px 22px;
}

.seletos-lesson-panel {
  max-width: 100%;
  padding: 18px 18px;
  border-radius: 18px;
}

.seletos-lesson-panel strong {
  font-size: 16px;
}

.seletos-lesson-panel p {
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .seletos-lessons .lesson-header {
    grid-template-columns: 52px 1fr 34px;
    gap: 12px;
    padding: 16px;
  }

  .seletos-lessons .lesson-number {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 13px;
  }

  .seletos-lessons .lesson-name {
    font-size: 17px;
  }

  .seletos-lessons .lesson-access-badge {
    min-height: 25px;
    padding: 0 11px;
    font-size: 10px;
  }

  .seletos-lessons .lesson-arrow {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 21px;
  }

  .seletos-lessons .lesson-content {
    padding: 0 16px 18px;
  }
}

@media (max-width: 520px) {
  .seletos-lessons .lesson-header {
    grid-template-columns: 46px 1fr 30px;
    gap: 12px;
    padding: 14px 12px;
  }

  .seletos-lessons .lesson-number {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 13px;
  }

  .seletos-lessons .lesson-name {
    font-size: 16px;
  }

  .seletos-lessons .lesson-access-badge {
    min-height: 25px;
    padding: 0 11px;
    font-size: 10px;
  }

  .seletos-lessons .lesson-arrow {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 21px;
  }
}

/* Patch Seletos aulas via painel - 20260622 */
.seletos-lesson-cover {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.035);
}

.seletos-lesson-cover img {
  display: block;
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}

.seletos-video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.09);
  background: #000;
  aspect-ratio: 16 / 9;
}

.seletos-video-frame iframe,
.seletos-video-frame video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.seletos-lesson-material {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.045);
}

.seletos-lesson-material strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.seletos-lesson-material p {
  margin: 0;
  white-space: pre-line;
}

.seletos-open-video-link,
.lesson-locked-cta {
  width: fit-content;
  min-height: 44px;
  margin-top: 16px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--seletos-accent), #ff4545);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.seletos-request-benefits a.seletos-request-secondary {
  text-decoration: none;
}

@media (max-width: 720px) {
  .seletos-request-actions {
    grid-template-columns: 1fr;
  }

  .seletos-lesson-cover img {
    max-height: 240px;
  }
}


/* Quando o e-mail esta aprovado, o aluno ja entra direto no conteudo e nao precisa ver feedbacks. */
body.has-seletos-access #provas-sociais,
body.has-seletos-access .seletos-feedback-section {
  display: none !important;
}


/* Patch play correto - Seletos 20260622 */
.seletos-video-slot {
  width: 100%;
  margin-bottom: 18px;
}

.seletos-video-launcher {
  position: relative;
  display: block;
  width: 100%;
  min-height: 230px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(52, 245, 122, .16);
  border-radius: 18px;
  background: #050505;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(52,245,122,.06), 0 18px 42px rgba(0,0,0,.36);
}

.seletos-video-launcher img {
  display: block;
  width: 100%;
  max-height: 390px;
  min-height: 230px;
  object-fit: cover;
  transition: transform .25s ease, filter .25s ease;
}

.seletos-video-launcher::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,23,23,.2), transparent 26%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.42));
  pointer-events: none;
}

.seletos-video-launcher:hover img {
  transform: scale(1.015);
  filter: brightness(.9);
}

.seletos-video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  padding-left: 5px;
  border-radius: 999px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  background: linear-gradient(180deg, #ff2a2a, #8c080f);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 42px rgba(255,23,23,.34), inset 0 1px 0 rgba(255,255,255,.18);
}

.seletos-video-launcher-empty {
  display: grid;
  min-height: 260px;
  place-items: center;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  background: radial-gradient(circle at 50% 50%, rgba(255,23,23,.16), transparent 44%), #080808;
}

.seletos-video-slot.is-playing .seletos-video-frame {
  margin-bottom: 0;
}

@media (max-width: 620px) {
  .seletos-video-launcher {
    min-height: 190px;
  }

  .seletos-video-launcher img {
    min-height: 190px;
  }

  .seletos-video-play-icon {
    width: 68px;
    height: 68px;
    font-size: 27px;
  }
}
