:root {
  --ink: #101127;
  --ink-2: #252842;
  --muted: #65677a;
  --paper: #f8f5ee;
  --paper-2: #fffdf8;
  --deep: #080719;
  --deep-2: #171036;
  --violet: #8c61d8;
  --violet-soft: #c9b2ff;
  --cyan: #42d7d2;
  --gold: #eac06d;
  --gold-2: #ffe3a2;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(17, 13, 46, 0.24);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-style: normal;
  line-height: 1;
}

.fa-solid::before,
.fa-regular::before,
.fa-brands::before {
  content: "•";
}

.fa-graduation-cap::before { content: "∴"; }
.fa-circle-play::before,
.fa-play::before { content: "▶"; }
.fa-lock::before { content: "⌁"; }
.fa-shield-halved::before { content: "◈"; }
.fa-book-open::before,
.fa-book::before { content: "▤"; }
.fa-list-check::before { content: "☑"; }
.fa-file-lines::before,
.fa-file-pdf::before,
.fa-envelope-open-text::before { content: "▧"; }
.fa-gift::before { content: "◇"; }
.fa-infinity::before { content: "∞"; }
.fa-people-arrows::before { content: "⇄"; }
.fa-compass::before { content: "◎"; }
.fa-bullseye::before { content: "⊙"; }
.fa-clock::before { content: "◷"; }
.fa-award::before { content: "✦"; }
.fa-circle-check::before { content: "✓"; }
.fa-whatsapp::before,
.fa-headset::before { content: "☎"; }
.fa-chevron-down::before { content: "⌄"; }
.fa-xmark::before { content: "×"; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 10px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(8, 7, 25, 0.52);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease, margin 180ms ease;
}

.site-header.is-scrolled {
  margin-top: 10px;
  background: rgba(8, 7, 25, 0.88);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 230px;
  gap: 10px;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand picture {
  flex: 0 0 46px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 13px;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
}

.site-nav a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.header-cta {
  padding: 12px 18px;
  color: #181126;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 13px;
  font-weight: 800;
}

.menu-button {
  display: none;
  min-width: 74px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-dark {
  color: #fff;
  background: var(--deep);
}

.section-light {
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  padding: 142px 0 86px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(66, 215, 210, 0.18), transparent 34%),
    radial-gradient(circle at 48% 100%, rgba(126, 85, 224, 0.22), transparent 42%),
    linear-gradient(90deg, rgba(8, 7, 25, 0.98) 0%, rgba(17, 10, 44, 0.9) 48%, rgba(8, 44, 51, 0.82) 100%);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(180deg, rgba(8, 7, 25, 0), var(--deep));
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 46px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-club-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 8px 16px 8px 9px;
  border: 1px solid rgba(66, 215, 210, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(66, 215, 210, 0.18), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.hero-club-badge img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 50%;
}

.hero-club-badge span,
.hero-club-badge strong,
.hero-club-badge small {
  display: block;
}

.hero-club-badge strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
}

.hero-club-badge small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.specialists-copy h2,
.offer-copy h2,
.modal-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.04;
}

.hero h1 {
  max-width: 620px;
  margin-top: 17px;
  font-size: clamp(44px, 4.7vw, 70px);
  line-height: 1;
}

.hero h1 {
  color: #fff;
}

.hero h1 span {
  color: var(--violet-soft);
}

.hero-copy p {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.hero-actions,
.offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #171028;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 18px 40px rgba(234, 192, 109, 0.26);
}

.button-secondary {
  color: var(--cyan);
  border-color: rgba(66, 215, 210, 0.72);
  background: rgba(66, 215, 210, 0.08);
}

.button-whatsapp {
  color: #ffffff;
  border-color: rgba(66, 215, 210, 0.42);
  background: rgba(66, 215, 210, 0.12);
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.trust-line span,
.guarantee-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-visual {
  position: relative;
  min-height: 540px;
}

.visual-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.visual-shell img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center top;
}

.visual-shell picture {
  display: block;
}

.visual-shell-founders {
  min-height: 570px;
  border-color: rgba(66, 215, 210, 0.28);
  background:
    radial-gradient(circle at 88% 20%, rgba(66, 215, 210, 0.18), transparent 34%),
    linear-gradient(150deg, rgba(26, 16, 58, 0.62), rgba(5, 9, 22, 0.9));
}

.visual-shell-founders::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 7, 25, 0.04) 0%, rgba(8, 7, 25, 0.2) 54%, rgba(8, 7, 25, 0.78) 100%),
    radial-gradient(circle at 28% 20%, rgba(255, 214, 139, 0.18), transparent 36%);
  pointer-events: none;
}

.visual-shell-founders > img {
  height: 570px;
  object-fit: contain;
  object-position: center center;
  filter: saturate(1.02) contrast(1.02);
}

.visual-club-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(31, 14, 52, 0.92), rgba(13, 50, 58, 0.88));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}

.visual-club-card img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  flex: 0 0 auto;
}

.visual-club-card strong,
.visual-club-card span,
.visual-club-card small {
  display: block;
}

.visual-club-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.08;
}

.visual-club-card span {
  margin-top: 2px;
  color: var(--cyan);
  font-weight: 800;
}

.visual-club-card small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.hero-study-note {
  position: absolute;
  right: -18px;
  top: 58px;
  z-index: 3;
  width: 230px;
  padding: 18px;
  border: 1px solid rgba(255, 215, 139, 0.36);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 215, 139, 0.22), rgba(66, 215, 210, 0.12)),
    rgba(13, 9, 31, 0.86);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.hero-study-note span,
.hero-study-note strong,
.hero-study-note small {
  display: block;
}

.hero-study-note span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-study-note strong {
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--gold);
  font-size: 25px;
  line-height: 1.08;
}

.hero-study-note small {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
}

.floating-phone {
  position: absolute;
  right: -22px;
  bottom: 26px;
  width: 198px;
  min-height: 340px;
  padding: 22px 18px;
  border: 7px solid #101019;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 18%, rgba(66, 215, 210, 0.32), transparent 38%),
    linear-gradient(180deg, rgba(10, 14, 34, 0.84), rgba(7, 9, 25, 0.98));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
}

.phone-top {
  width: 58px;
  height: 5px;
  margin: 0 auto 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.floating-phone strong,
.floating-phone span {
  display: block;
}

.floating-phone strong {
  color: var(--cyan);
  font-size: 12px;
}

.floating-phone span {
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.1;
}

.floating-phone ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
}

.metrics-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(1120px, calc(100% - 40px));
  margin: 50px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(20, 13, 55, 0.88);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
}

.metrics-bar article {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 28px 18px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.metrics-bar article:last-child {
  border-right: 0;
}

.metrics-bar i {
  color: #fff;
  font-size: 28px;
}

.metrics-bar strong {
  color: var(--cyan);
  font-size: 36px;
  line-height: 1;
}

.metrics-bar span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.section-heading {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 56px;
  text-align: center;
}

.section-heading h2,
.specialists-copy h2,
.offer-copy h2 {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(36px, 4vw, 56px);
}

.section-heading p,
.specialists-copy p,
.offer-copy p {
  color: var(--muted);
  font-size: 17px;
}

.section-heading.inverted h2,
.section-heading.inverted p,
.offer-copy h2,
.offer-copy p {
  color: #fff;
}

.section-heading.inverted p,
.offer-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.study {
  padding: 92px 0;
}

.study-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 72px;
  align-items: start;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.study-side {
  display: grid;
  gap: 28px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: linear-gradient(var(--violet), var(--cyan));
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
}

.timeline-item > span {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--violet), #6f4dc2);
  box-shadow: 0 14px 26px rgba(112, 77, 194, 0.24);
}

.timeline-item small {
  color: #168c91;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-item h3 {
  margin: 5px 0 4px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.15;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
}

.study-delivery-card {
  padding: 26px;
  border: 1px solid rgba(16, 17, 39, 0.1);
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 7, 25, 0.96), rgba(31, 16, 76, 0.92)),
    url("assets/logo-clube.webp") right 18px bottom 18px / 140px auto no-repeat;
  box-shadow: var(--shadow);
}

.study-delivery-card h3 {
  margin: 10px 0 10px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.12;
}

.study-delivery-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.study-delivery-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.study-delivery-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.study-delivery-card li i {
  color: var(--gold);
  margin-top: 4px;
}

.course-preview {
  position: relative;
  min-height: 640px;
}

.theme-stack {
  position: relative;
  min-height: 360px;
}

.theme-card {
  position: absolute;
  width: 245px;
  border-radius: var(--radius);
  box-shadow: 0 22px 48px rgba(16, 17, 39, 0.25);
}

.theme-main {
  z-index: 3;
  left: 42px;
  top: 0;
}

.theme-mid {
  z-index: 2;
  left: 256px;
  top: 58px;
  transform: scale(0.92);
}

.theme-back {
  z-index: 1;
  left: 454px;
  top: 116px;
  transform: scale(0.84);
}

.platform-panel {
  position: relative;
  z-index: 4;
  max-width: 640px;
  margin: -88px 0 0 auto;
  overflow: hidden;
  border: 8px solid #090912;
  border-radius: 16px;
  background: #111;
  box-shadow: 0 28px 58px rgba(16, 17, 39, 0.32);
}

.theme-browser {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(16, 17, 39, 0.08);
  border-radius: 18px;
  background: var(--paper-2);
  box-shadow: 0 16px 36px rgba(16, 17, 39, 0.08);
}

.theme-browser-heading {
  display: grid;
  gap: 4px;
}

.theme-browser-heading span {
  color: #168c91;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.theme-browser-heading strong {
  color: var(--ink);
  font-size: 18px;
}

.theme-tabs {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.theme-tab {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(16, 17, 39, 0.1);
  border-radius: 999px;
  color: var(--ink-2);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.theme-tab.is-active {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.theme-panels {
  margin-top: 18px;
}

.theme-panel[hidden] {
  display: none;
}

.theme-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 48px;
  padding: 10px;
  color: var(--ink-2);
  border: 1px solid rgba(16, 17, 39, 0.06);
  border-radius: var(--radius);
  background: #fffaf1;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.theme-list li span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #14797d;
  border-radius: 999px;
  background: rgba(66, 215, 210, 0.14);
  font-size: 11px;
  font-weight: 900;
}

.theme-list-bonus {
  grid-template-columns: 1fr;
}

.resource-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.resource-row-side {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.resource-row article {
  padding: 24px;
  border: 1px solid rgba(16, 17, 39, 0.08);
  border-radius: var(--radius);
  background: var(--paper-2);
  box-shadow: 0 16px 36px rgba(16, 17, 39, 0.08);
}

.resource-row i {
  color: #bd3636;
  font-size: 32px;
}

.resource-row article:nth-child(2) i {
  color: #b88428;
}

.resource-row h3 {
  margin: 12px 0 4px;
  font-size: 18px;
}

.resource-row p {
  margin: 0;
  color: var(--muted);
}

.inside {
  padding: 92px 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(140, 97, 216, 0.3), transparent 34%),
    linear-gradient(135deg, var(--deep), var(--deep-2));
}

.inside-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.26);
}

.video-card img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #171028;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 22px 48px rgba(234, 192, 109, 0.25);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.lesson-list {
  display: grid;
  gap: 12px;
}

.lesson {
  width: 100%;
  padding: 22px;
  text-align: left;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.lesson.is-open {
  border-color: rgba(66, 215, 210, 0.48);
  background: rgba(66, 215, 210, 0.09);
}

.lesson span,
.lesson strong,
.lesson small {
  display: block;
}

.lesson span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lesson strong {
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.lesson small {
  max-height: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  transition: max-height 180ms ease, margin 180ms ease;
}

.lesson.is-open small {
  max-height: 80px;
  margin-top: 8px;
}

.video-proof {
  padding: 92px 0;
  background: linear-gradient(180deg, var(--paper), var(--paper-2));
}

.video-proof-inner {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 380px);
  gap: 72px;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.video-proof-copy h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.04;
}

.video-proof-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
}

.video-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 30px;
}

.video-proof-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(16, 17, 39, 0.08);
  border-radius: 999px;
  background: var(--paper-2);
  color: var(--ink-2);
  font-weight: 700;
}

.video-proof-points i {
  color: #168c91;
}

.shorts-shell {
  justify-self: center;
  width: min(360px, 100%);
  padding: 14px;
  border: 1px solid rgba(16, 17, 39, 0.14);
  border-radius: 30px;
  background: linear-gradient(180deg, #171036, #080719);
  box-shadow: var(--shadow);
}

.shorts-embed {
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(8, 7, 25, 0.02), rgba(8, 7, 25, 0.3)),
    url("assets/depoimento-video-thumb.png") center / cover no-repeat,
    #111;
}

.shorts-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.shorts-cover {
  display: grid;
  place-items: center;
  align-content: end;
  width: 100%;
  height: 100%;
  gap: 14px;
  padding: 24px;
  border: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(8, 7, 25, 0), rgba(8, 7, 25, 0.52));
  cursor: pointer;
}

.shorts-play {
  display: none;
}

.shorts-cover strong {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(8, 7, 25, 0.78);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.specialists {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 70px;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.specialists-photo {
  overflow: hidden;
  border-radius: 26px;
  background: #111;
  box-shadow: var(--shadow);
}

.specialists-photo img {
  width: 100%;
  aspect-ratio: 4 / 4.2;
  object-fit: cover;
  object-position: 50% 42%;
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.credential-card {
  padding: 20px;
  border: 1px solid rgba(16, 17, 39, 0.08);
  border-radius: var(--radius);
  background: var(--paper-2);
  box-shadow: 0 14px 30px rgba(16, 17, 39, 0.06);
}

.credential-card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.credential-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.specialist-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.specialist-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(16, 17, 39, 0.08);
  border-radius: 999px;
  background: var(--paper-2);
  color: var(--ink-2);
  font-weight: 700;
}

.specialist-points i {
  color: #168c91;
}

.offer {
  padding: 92px 0 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 25, 0.94), rgba(31, 16, 76, 0.9)),
    radial-gradient(circle at 82% 22%, rgba(66, 215, 210, 0.2), transparent 34%),
    #080719;
}

.offer-inner {
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  gap: 54px;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  color: #161126;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  display: grid;
  gap: 3px;
  margin-top: 28px;
}

.price span,
.price small {
  color: rgba(255, 255, 255, 0.72);
}

.price strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 1;
}

.price s {
  color: rgba(255, 255, 255, 0.56);
  text-decoration-thickness: 2px;
}

.offer-info-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.offer-info-list span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.offer-info-list i {
  color: var(--cyan);
}

.testimonial-panel {
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.testimonial-panel h3 {
  margin: 0 0 16px;
  color: #fff;
}

.testimonial-panel img {
  border-radius: var(--radius);
}

.guarantee-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 70px;
  padding: 26px max(20px, calc((100vw - 1120px) / 2));
  color: var(--ink-2);
  background: var(--paper-2);
}

.guarantee-row span {
  justify-content: center;
  color: var(--muted);
  font-weight: 700;
}

.guarantee-row i {
  color: #168c91;
}

.faq {
  padding: 92px 0 126px;
}

.faq-list {
  display: grid;
  gap: 12px;
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(16, 17, 39, 0.09);
  border-radius: var(--radius);
  background: var(--paper-2);
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 18px;
  padding: 22px 24px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-item i {
  transition: transform 180ms ease;
}

.faq-item button[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.faq-item button[aria-expanded="true"] + .faq-content {
  max-height: 420px;
}

.faq-content p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
}

.sticky-cta {
  position: fixed;
  z-index: 15;
  left: 50%;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 10px 10px 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(8, 7, 25, 0.9);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transform: translate(-50%, calc(100% + 40px));
  transition: transform 220ms ease;
}

.sticky-cta.is-visible {
  transform: translate(-50%, 0);
}

.sticky-cta span {
  white-space: nowrap;
  font-size: 14px;
}

.sticky-cta a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  color: #171028;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 4, 14, 0.72);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #171036, #080719);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.modal-panel-video {
  width: min(860px, 100%);
}

.modal-panel h2 {
  margin-top: 10px;
  color: #fff;
  font-size: 38px;
}

.modal-panel p {
  color: rgba(255, 255, 255, 0.74);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.free-class-video {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #05050d;
}

.free-class-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: grid;
    place-items: center;
    justify-self: end;
  }

  .site-nav.is-open {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(8, 7, 25, 0.96);
  }

  .site-nav.is-open a {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-inner,
  .study-grid,
  .inside-grid,
  .video-proof-inner,
  .specialists,
  .offer-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 132px;
  }

  .hero-inner {
    gap: 42px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .visual-shell img {
    height: 440px;
  }

  .visual-shell-founders {
    min-height: 500px;
  }

  .visual-shell-founders > img {
    height: 500px;
  }

  .hero-study-note {
    right: 18px;
    top: 22px;
  }

  .floating-phone {
    right: 16px;
  }

  .course-preview {
    min-height: 600px;
  }

  .shorts-shell {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: calc(100% - 71px);
    max-width: 390px;
    margin-top: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    display: block;
  }

  .brand picture,
  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 12px;
  }

  .hero {
    min-height: 0;
    padding: 112px 0 58px;
  }

  .hero-bg {
    background:
      linear-gradient(135deg, rgba(8, 7, 25, 0.98) 0%, rgba(17, 10, 44, 0.94) 58%, rgba(8, 44, 51, 0.88) 100%),
      var(--deep);
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-club-badge {
    width: 100%;
    border-radius: 18px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-actions,
  .offer-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: auto;
  }

  .visual-shell img {
    height: 320px;
  }

  .visual-shell-founders {
    min-height: auto;
  }

  .visual-shell-founders > img {
    height: 430px;
    object-position: center 24%;
  }

  .visual-club-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    align-items: flex-start;
    padding: 14px;
  }

  .visual-club-card img {
    width: 50px;
    height: 50px;
  }

  .visual-club-card strong {
    font-size: 18px;
  }

  .hero-study-note {
    display: none;
  }

  .floating-phone {
    display: none;
  }

  .metrics-bar {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 14px;
  }

  .metrics-bar article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .metrics-bar article:nth-child(2n) {
    border-right: 0;
  }

  .metrics-bar article:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .study,
  .inside,
  .video-proof,
  .specialists,
  .offer,
  .faq {
    padding-top: 66px;
  }

  .section-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .section-heading h2,
  .specialists-copy h2,
  .offer-copy h2 {
    font-size: 36px;
  }

  .study-grid,
  .inside-grid,
  .video-proof-inner,
  .specialists,
  .offer-inner {
    gap: 38px;
    width: calc(100% - 32px);
  }

  .timeline-item {
    grid-template-columns: 46px 1fr;
    gap: 16px;
  }

  .timeline::before {
    left: 22px;
  }

  .timeline-item > span {
    width: 46px;
    height: 46px;
  }

  .course-preview {
    min-height: 0;
  }

  .theme-stack {
    min-height: 290px;
    overflow: hidden;
    transform: scale(0.82);
    transform-origin: left top;
  }

  .platform-panel {
    margin-top: -36px;
  }

  .theme-browser {
    padding: 16px;
    border-radius: 14px;
  }

  .theme-list,
  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .resource-row,
  .guarantee-row {
    grid-template-columns: 1fr;
  }

  .video-proof-copy h2 {
    font-size: 36px;
  }

  .shorts-shell {
    justify-self: center;
    width: min(320px, 100%);
  }

  .video-card img {
    min-height: 280px;
  }

  .testimonial-panel {
    padding: 14px;
  }

  .guarantee-row {
    margin-top: 44px;
  }

  .sticky-cta {
    left: 12px;
    right: 12px;
    justify-content: space-between;
    transform: translateY(calc(100% + 40px));
  }

  .sticky-cta.is-visible {
    transform: translateY(0);
  }

  .sticky-cta span {
    white-space: normal;
    font-size: 12px;
  }

  .sticky-cta a {
    flex: 0 0 auto;
  }
}

@media (max-width: 460px) {
  .theme-stack {
    transform: scale(0.62);
    min-height: 230px;
  }

  .price strong {
    font-size: 48px;
  }

  .sticky-cta {
    display: none;
  }
}
