@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("club-11-montserrat-400.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("club-11-montserrat-500.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("club-11-montserrat-600.ttf") format("truetype");
}

@font-face {
  font-family: "Oranienbaum";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("club-11-oranienbaum-400.ttf") format("truetype");
}

:root {
  --ink: #ffffff;
  --line: rgba(214, 235, 255, 0.22);
  --line-soft: rgba(214, 235, 255, 0.14);
  --button-text: #052dcb;
  --button-bg: linear-gradient(70deg, rgba(149, 188, 255, 1), rgba(209, 255, 255, 1));
  --date-accent: #ffd166;
  --field-top-glow-size: clamp(8rem, 36vw, 15rem);
  --field-core-glow-size: clamp(14rem, 42vw, 31rem);
  --page-field:
    radial-gradient(circle at 52% 0%, rgba(198, 224, 255, 0.34), transparent var(--field-top-glow-size)),
    radial-gradient(ellipse at 50% 44%, rgba(65, 103, 238, 0.32), transparent var(--field-core-glow-size)),
    linear-gradient(90deg, #061236 0%, rgba(2, 6, 18, 0.92) 18%, #061a53 51%, rgba(2, 6, 18, 0.92) 82%, #061236 100%);
  --section-glow:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.2), rgba(120, 184, 255, 0.13) 18%, rgba(48, 104, 255, 0.1) 42%, transparent 74%);
  --panel-bg: linear-gradient(145deg, rgba(10, 28, 82, 0.44), rgba(3, 10, 30, 0.3));
  --panel-bg-soft: linear-gradient(180deg, rgba(118, 170, 255, 0.055), rgba(255, 255, 255, 0.01));
  --panel-border: rgba(214, 235, 255, 0.2);
  --panel-radius: 18px;
  --display: "Oranienbaum", Georgia, serif;
  --body: "Montserrat", Arial, sans-serif;
  --text-size: clamp(1.25rem, 1.35vw, 1.38rem);
  --h2-size: clamp(2.2rem, 3vw, 3rem);
  --h1-size: clamp(3rem, 4.8vw, 4.6rem);
  --hero-title-size: clamp(6.6rem, 11vw, 9.6rem);
  --space-section-y: clamp(68px, 8vh, 92px);
  --space-section-gap: clamp(34px, 4.8vw, 58px);
  --space-block: 28px;
  --space-item: 20px;
  --hero-light-blur: clamp(30px, 4vw, 46px);
  --hero-core-blur: clamp(34px, 5vw, 54px);
  --body-weight: 400;
  --heading-weight: 600;
  --strong-weight: 600;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--page-field);
  background-color: #020612;
  background-attachment: fixed;
  font-family: var(--body);
  font-size: var(--text-size);
  font-weight: var(--body-weight);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.92;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 5% 12%, #fff 0 2px, transparent 2.8px),
    radial-gradient(circle at 13% 42%, #fff 0 1.7px, transparent 2.6px),
    radial-gradient(circle at 21% 72%, #fff 0 2.1px, transparent 3px),
    radial-gradient(circle at 30% 20%, #fff 0 1.8px, transparent 2.7px),
    radial-gradient(circle at 38% 58%, #fff 0 2px, transparent 2.9px),
    radial-gradient(circle at 46% 9%, #fff 0 1.7px, transparent 2.6px),
    radial-gradient(circle at 55% 69%, #fff 0 2.1px, transparent 3px),
    radial-gradient(circle at 64% 28%, #fff 0 1.8px, transparent 2.7px),
    radial-gradient(circle at 72% 82%, #fff 0 2px, transparent 2.9px),
    radial-gradient(circle at 80% 18%, #fff 0 1.7px, transparent 2.6px),
    radial-gradient(circle at 88% 54%, #fff 0 2.1px, transparent 3px),
    radial-gradient(circle at 96% 32%, #fff 0 1.8px, transparent 2.7px);
  animation: star-twinkle-a 3.8s ease-in-out infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.62;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 9% 78%, #fff 0 1.6px, transparent 2.5px),
    radial-gradient(circle at 18% 27%, #fff 0 2.1px, transparent 3px),
    radial-gradient(circle at 27% 53%, #fff 0 1.7px, transparent 2.6px),
    radial-gradient(circle at 36% 86%, #fff 0 2px, transparent 2.9px),
    radial-gradient(circle at 44% 33%, #fff 0 1.6px, transparent 2.5px),
    radial-gradient(circle at 58% 15%, #fff 0 2.1px, transparent 3px),
    radial-gradient(circle at 67% 76%, #fff 0 1.7px, transparent 2.6px),
    radial-gradient(circle at 74% 41%, #fff 0 2px, transparent 2.9px),
    radial-gradient(circle at 83% 9%, #fff 0 1.6px, transparent 2.5px),
    radial-gradient(circle at 92% 72%, #fff 0 2.1px, transparent 3px);
  animation: star-twinkle-b 4.6s ease-in-out infinite;
}

main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: none;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

h2 {
  max-width: 13em;
  color: var(--ink);
  font-family: var(--display);
  font-size: var(--h2-size);
  font-weight: var(--heading-weight);
  line-height: 1.14;
  text-shadow: 0 0 18px rgba(190, 226, 255, 0.34);
  text-wrap: balance;
}

p,
li,
summary,
span {
  color: var(--ink);
}

p {
  line-height: 1.58;
  text-wrap: pretty;
}

strong {
  color: var(--ink);
  font-weight: var(--strong-weight);
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.club-11-landing .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 430px);
  min-height: 76px;
  padding: 18px 34px;
  color: var(--button-text);
  background: var(--button-bg);
  border-radius: 999px;
  font-size: var(--text-size);
  font-weight: var(--strong-weight);
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 22px rgba(150, 212, 255, 0.22);
}

.hero-screen {
  position: relative;
  min-height: 607px;
  height: 100vh;
  overflow: hidden;
  background: transparent;
}

.hero-card,
.hero-nav,
.hero-core {
  position: absolute;
  z-index: 5;
}

.hero-card {
  top: 44px;
  left: clamp(72px, 6vw, 118px);
  display: grid;
  grid-template-columns: 104px minmax(220px, 1fr);
  grid-template-areas:
    "mark name"
    "line line";
  align-items: center;
  gap: 18px 22px;
  width: min(430px, 32vw);
  text-decoration: none;
}

.hero-card > div,
.hero-card > span {
  display: contents;
}

.mark {
  grid-area: mark;
  width: 104px;
  height: auto;
  filter: drop-shadow(0 0 16px rgba(181, 226, 255, 0.42));
}

.brand-name {
  grid-area: name;
  font-size: var(--text-size);
  font-weight: var(--strong-weight);
  line-height: 1.15;
}

.brand-line {
  grid-area: line;
  font-size: var(--text-size);
  line-height: 1.46;
}

.brand-line-mobile-row {
  display: inline;
}

.hero-nav {
  top: 50px;
  right: clamp(92px, 8vw, 156px);
  display: flex;
  gap: clamp(32px, 3.5vw, 58px);
  font-size: var(--text-size);
  line-height: 1;
}

.hero-nav a {
  text-decoration: none;
}

.hero-mobile-menu {
  display: none;
}

.hero-mobile-menu summary {
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: var(--ink);
  background: rgba(7, 24, 70, 0.72);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  cursor: pointer;
  font-size: var(--text-size);
  font-weight: var(--strong-weight);
  list-style: none;
  backdrop-filter: blur(10px);
}

.hero-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.hero-mobile-menu nav {
  gap: 8px;
  margin-top: 10px;
  padding: 12px;
  background: rgba(3, 10, 30, 0.86);
  border: 1px solid var(--line-soft);
  border-radius: var(--panel-radius);
  box-shadow: 0 0 26px rgba(80, 137, 255, 0.16);
  text-align: left;
  backdrop-filter: blur(12px);
}

.hero-mobile-menu a {
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  color: var(--ink);
  text-decoration: none;
  border-radius: 999px;
}

.hero-mobile-menu a:hover,
.hero-mobile-menu a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.hero-core {
  top: 22%;
  left: 50%;
  display: grid;
  justify-items: center;
  width: min(900px, 82vw);
  transform: translateX(-50%);
  text-align: center;
}

.hero-format {
  width: min(650px, 82vw);
  font-size: var(--text-size);
  font-weight: var(--heading-weight);
  line-height: 1.36;
  text-transform: uppercase;
}

.hero-date {
  margin-bottom: 48px;
  color: var(--date-accent);
  font-size: clamp(1.3rem, 1.55vw, 1.55rem);
  font-weight: var(--heading-weight);
  line-height: 1.3;
  text-shadow:
    0 0 16px rgba(255, 209, 102, 0.42),
    0 0 34px rgba(255, 138, 76, 0.18);
}

.hero-title-light {
  position: relative;
  display: grid;
  place-items: center;
  width: min(78vw, 980px);
  margin-top: clamp(34px, 4.4vh, 52px);
  isolation: isolate;
}

.hero-title-light::before,
.hero-title-light::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  filter: blur(46px);
}

.hero-title-light::before {
  top: -88%;
  bottom: -76%;
  left: -46%;
  width: 94%;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.98), rgba(205, 241, 255, 0.56) 16%, rgba(101, 172, 255, 0.34) 42%, rgba(53, 90, 238, 0.2) 64%, transparent 84%);
  animation: calm-pulse 6s ease-in-out infinite;
}

.hero-title-light::after {
  top: -78%;
  right: -48%;
  bottom: -70%;
  width: 98%;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.86), rgba(185, 229, 255, 0.48) 18%, rgba(88, 154, 255, 0.3) 44%, rgba(53, 90, 238, 0.18) 66%, transparent 86%);
}

.hero-title-light span::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.94em -1.46em -0.76em;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(255, 255, 255, 0.5), rgba(177, 226, 255, 0.32) 22%, rgba(73, 133, 255, 0.22) 48%, transparent 78%);
  filter: blur(54px);
}

.hero-title-light span {
  position: relative;
  z-index: 3;
  display: inline-block;
  color: var(--ink);
  font-family: var(--display);
  font-size: var(--hero-title-size);
  line-height: 0.9;
  letter-spacing: 0.045em;
  white-space: nowrap;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 1),
    0 0 34px rgba(220, 247, 255, 0.96),
    0 0 86px rgba(134, 205, 255, 0.84),
    0 0 150px rgba(74, 136, 255, 0.62),
    0 0 220px rgba(53, 90, 238, 0.48),
    0 0 320px rgba(53, 90, 238, 0.34);
  transform: scaleX(1.06);
  transform-origin: center;
}

.hero-offer {
  display: grid;
  justify-items: center;
  gap: clamp(50px, 6vh, 68px);
  width: min(650px, 82vw);
  margin-top: clamp(50px, 6vh, 68px);
}

.hero-offer p {
  line-height: 1.46;
}

.section {
  position: relative;
  min-height: auto;
  overflow: visible;
  padding: var(--space-section-y) clamp(24px, 6vw, 82px);
  background: transparent;
  border-top: 0;
}

.section::before {
  content: "";
  position: absolute;
  top: 8%;
  left: -8%;
  width: min(54rem, 92vw);
  height: min(22rem, 46vw);
  border-radius: 999px;
  background: var(--section-glow);
  filter: blur(30px);
  opacity: 0.48;
  transform: rotate(-8deg);
}

.section::after {
  content: none;
}

.section > * {
  position: relative;
  z-index: 1;
}

.metrics-screen,
.pain-screen,
.text-screen,
.audience-reference,
.master-screen,
.proof-screen,
.price-screen,
.faq-screen {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: var(--space-section-gap);
  text-align: center;
}

.metrics-screen::before {
  top: 5%;
  left: auto;
  right: -8%;
  width: min(54rem, 92vw);
  height: min(22rem, 46vw);
  opacity: 0.42;
  transform: rotate(7deg);
}

.metrics-screen {
  background: transparent;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-block);
  width: min(100%, 1180px);
  background: transparent;
}

.metrics-grid article {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: var(--space-item);
  min-height: 260px;
  padding: clamp(34px, 4vw, 58px);
  background: var(--panel-bg-soft);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  text-align: center;
}

.metrics-grid strong {
  font-size: var(--h1-size);
  font-weight: var(--heading-weight);
  line-height: 1.02;
}

.metrics-grid article:nth-child(2) strong {
  white-space: nowrap;
}

.metrics-grid span {
  max-width: 28rem;
  line-height: 1.58;
}

.large-copy {
  display: grid;
  gap: var(--space-block);
  width: min(100%, 1080px);
  margin-inline: auto;
}

.large-copy h2 {
  max-width: 980px;
  margin-inline: auto;
  font-size: var(--h1-size);
  font-weight: var(--heading-weight);
  line-height: 1.08;
  text-transform: uppercase;
}

.large-copy p {
  max-width: 960px;
  margin-inline: auto;
  line-height: 1.34;
}

.practice-screen {
  padding-top: clamp(50px, 6vh, 72px);
  padding-bottom: clamp(50px, 6vh, 72px);
}

.pain-screen {
  background: transparent;
}

.pain-screen::before {
  top: 2%;
  left: -8%;
  width: min(54rem, 92vw);
  height: min(22rem, 46vw);
  opacity: 0.42;
  transform: rotate(-6deg);
}

.pain-copy,
.pain-grid {
  width: min(100%, 1320px);
  margin-inline: auto;
}

.quote-card {
  display: grid;
  gap: var(--space-block);
  min-height: clamp(240px, 25vw, 330px);
  padding: clamp(32px, 5vw, 62px);
  align-content: center;
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
  box-shadow: inset 0 0 42px rgba(130, 191, 255, 0.08);
}

.quote-card p {
  font-size: var(--text-size);
  font-weight: var(--strong-weight);
  line-height: 1.2;
  text-transform: uppercase;
}

.quote-card p:first-child {
  justify-self: start;
  align-self: start;
}

.quote-card p:last-child {
  justify-self: end;
  align-self: end;
}

.quote-card h2 {
  position: relative;
  max-width: 13em;
  font-size: var(--h2-size);
  line-height: 1.04;
  text-transform: uppercase;
  justify-self: center;
  margin-left: 0;
  transform: translateX(-10%);
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.92),
    0 0 28px rgba(220, 247, 255, 0.76),
    0 0 70px rgba(134, 205, 255, 0.54),
    0 0 118px rgba(74, 136, 255, 0.34);
}

.quote-card h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -0.75em -1.25em -0.55em;
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(255, 255, 255, 0.28), rgba(177, 226, 255, 0.2) 22%, rgba(73, 133, 255, 0.13) 48%, transparent 76%);
  filter: blur(34px);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.pain-grid article {
  display: grid;
  grid-template-rows: 96px 1fr;
  align-content: start;
  justify-items: center;
  gap: 22px;
  min-height: 245px;
  padding: 46px clamp(24px, 2.6vw, 42px) 42px;
  background: var(--panel-bg-soft);
  border-right: 1px solid var(--line-soft);
  text-align: center;
}

.pain-grid article:last-child {
  border-right: 0;
}

.pain-grid p {
  max-width: 285px;
  line-height: 1.52;
  text-align: center;
  align-self: start;
}

.pain-thumb {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
  object-position: center;
  align-self: center;
  border-radius: 0;
  filter: drop-shadow(0 0 16px rgba(196, 232, 255, 0.34));
}

.wide-heading {
  justify-self: center;
  text-align: center;
}

.wide-heading h2,
.proof-screen > h2,
.faq-screen > h2 {
  max-width: min(100%, 980px);
  margin-inline: auto;
}

.module-list {
  display: grid;
  width: min(100%, 940px);
  text-align: left;
}

.module-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: var(--space-block);
  padding: var(--space-item) 0;
  border-top: 1px solid var(--line-soft);
}

.module-list article:last-child {
  border-bottom: 1px solid var(--line-soft);
}

.module-list span {
  font-weight: var(--strong-weight);
}

.audience-reference {
  background: transparent;
}

.audience-reference::before,
.master-screen::before,
.proof-screen::before,
.price-screen::before {
  background: var(--section-glow);
}

.text-screen::before {
  top: 4%;
  left: auto;
  right: -8%;
  width: min(54rem, 92vw);
  height: min(22rem, 46vw);
  opacity: 0.42;
  transform: rotate(8deg);
}

.audience-reference::before {
  top: 8%;
  left: -8%;
  width: min(54rem, 92vw);
  height: min(22rem, 46vw);
  opacity: 0.42;
  transform: rotate(-7deg);
}

.master-screen::before {
  top: 7%;
  left: -8%;
  right: auto;
  width: min(54rem, 92vw);
  height: min(22rem, 46vw);
  opacity: 0.42;
  transform: rotate(-9deg);
}

.proof-screen::before {
  top: 10%;
  left: -8%;
  width: min(54rem, 92vw);
  height: min(22rem, 46vw);
  opacity: 0.42;
  transform: rotate(-5deg);
}

.price-screen::before {
  top: 0;
  left: auto;
  right: -8%;
  width: min(54rem, 92vw);
  height: min(22rem, 46vw);
  opacity: 0.42;
  transform: rotate(8deg);
}

.faq-screen::before {
  top: 7%;
  left: -8%;
  width: min(54rem, 92vw);
  height: min(22rem, 46vw);
  opacity: 0.42;
  transform: rotate(-6deg);
}

.audience-reference h2 {
  max-width: 12em;
  font-size: var(--h2-size);
  font-weight: var(--heading-weight);
  line-height: 1.08;
  text-transform: uppercase;
}

.audience-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-block);
  width: min(100%, 1360px);
}

.audience-items article {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: var(--space-block);
}

.audience-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: var(--panel-radius);
  filter: saturate(0.82) brightness(0.84) contrast(1.06);
  box-shadow: 0 0 34px rgba(80, 137, 255, 0.14);
}

.audience-items p {
  display: grid;
  align-content: center;
  min-height: 178px;
  padding: 28px;
  background: var(--panel-bg-soft);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  border-radius: 0;
  font-weight: var(--strong-weight);
  line-height: 1.42;
  text-align: center;
}

.master-content {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: clamp(38px, 6vw, 72px);
  width: min(100%, 1080px);
  text-align: left;
}

.master-photo {
  display: block;
  width: min(100%, 430px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 52% 42%;
  border-radius: var(--panel-radius);
  box-shadow:
    -34px 22px 96px rgba(178, 226, 255, 0.38),
    42px -18px 132px rgba(80, 139, 255, 0.3),
    12px 62px 178px rgba(53, 90, 238, 0.22),
    0 0 34px rgba(255, 255, 255, 0.16);
}

.master-copy {
  display: grid;
  gap: var(--space-block);
  text-align: left;
}

.master-copy h2 {
  max-width: none;
  justify-self: center;
  text-align: center;
}

.master-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.master-list li {
  position: relative;
  padding-left: 42px;
  line-height: 1.38;
}

.master-list li::before {
  content: ">>";
  position: absolute;
  top: 0.03em;
  left: 0;
  color: var(--ink);
  font-weight: var(--strong-weight);
  letter-spacing: -0.08em;
}

.structure-flow {
  position: relative;
  display: grid;
  width: min(100%, 940px);
  padding-left: 52px;
  text-align: left;
}

.structure-flow::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 13px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(214, 235, 255, 0.56) 14%, rgba(214, 235, 255, 0.68) 86%, transparent);
}

.structure-flow p {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid var(--line-soft);
}

.structure-flow p::before {
  content: "";
  position: absolute;
  top: calc(20px + 0.72em);
  left: -46px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow:
    0 0 0 7px rgba(53, 90, 238, 0.18),
    0 0 20px rgba(255, 255, 255, 0.72);
}

.structure-flow p::after {
  content: "";
  position: absolute;
  top: calc(20px + 0.72em + 4px);
  left: -30px;
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.56);
}

.structure-flow p:last-child {
  border-bottom: 1px solid var(--line-soft);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
  width: min(100%, 1120px);
  text-align: left;
}

.proof-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: transparent;
  border-radius: var(--panel-radius);
  box-shadow: 0 0 50px rgba(80, 137, 255, 0.16);
}

.proof-copy {
  display: grid;
  gap: var(--space-item);
  justify-items: start;
}

.proof-copy .button {
  margin-top: 18px;
}

.price-panel {
  display: grid;
  justify-items: center;
  gap: var(--space-item);
  width: min(100%, 760px);
  padding: clamp(34px, 6vw, 70px);
  text-align: center;
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
  box-shadow: inset 0 0 54px rgba(130, 191, 255, 0.08), 0 0 62px rgba(53, 90, 238, 0.12);
}

.price-panel p {
  text-transform: uppercase;
}

.price-panel h2 {
  max-width: none;
  font-size: var(--h1-size);
  font-weight: var(--heading-weight);
}

.price-panel .button {
  margin-top: 30px;
}

.faq-list {
  display: grid;
  width: min(100%, 940px);
  text-align: left;
}

.club-details-screen::before {
  top: 5%;
  left: auto;
  right: -8%;
  width: min(54rem, 92vw);
  height: min(22rem, 46vw);
  opacity: 0.42;
  transform: rotate(7deg);
}

.club-details-screen {
  padding-top: clamp(56px, 7vh, 78px);
  padding-bottom: clamp(56px, 7vh, 78px);
}

.club-details {
  width: min(100%, 1320px);
  text-align: left;
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  border-radius: var(--panel-radius);
  box-shadow: inset 0 0 42px rgba(130, 191, 255, 0.08);
}

.club-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 24px clamp(22px, 4vw, 38px);
  cursor: pointer;
  list-style: none;
}

.club-details summary::-webkit-details-marker {
  display: none;
}

.club-details summary:focus-visible,
.hero-mobile-menu summary:focus-visible {
  outline: 2px solid rgba(190, 226, 255, 0.72);
  outline-offset: 3px;
}

.club-details summary::after {
  content: "";
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-left: 22px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
}

.club-details[open] summary::after {
  transform: rotate(225deg);
}

.club-details-content {
  display: grid;
  gap: 1rem;
  padding: 0 clamp(22px, 4vw, 38px) clamp(26px, 4vw, 42px);
}

.club-details-content > * {
  max-width: 980px;
}

.club-details-content h2,
.club-details-content h3 {
  max-width: 100%;
  margin-top: 1rem;
  font-family: var(--display);
}

.club-details-content p,
.club-details-content li {
  line-height: 1.62;
}

.club-details-content ul,
.club-details-content ol {
  display: grid;
  gap: 0.6rem;
  margin: 0;
  padding-left: 1.2em;
}

.message-collapse-button {
  justify-self: start;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: var(--text-size);
  font-weight: 600;
  cursor: pointer;
}

.club-details-collapse {
  color: rgba(239, 246, 255, 0.78);
}

.club-details-collapse:hover,
.club-details-collapse:focus-visible {
  color: var(--ink);
}

.club-details-collapse:focus-visible {
  outline: 2px solid rgba(190, 226, 255, 0.72);
  outline-offset: 4px;
}

.faq-list details {
  border-top: 1px solid var(--line-soft);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line-soft);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  min-height: 78px;
  padding: 24px 0;
  cursor: pointer;
  font-size: var(--text-size);
  font-weight: var(--strong-weight);
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
}

.faq-list details[open] summary::after {
  transform: rotate(225deg);
}

.faq-list details p {
  padding: 0 0 22px;
}

.club-footer {
  display: grid;
  gap: 12px;
  padding: 34px clamp(20px, 6vw, 82px) 42px;
  color: var(--ink);
  background: transparent;
  border-top: 0;
  font-size: var(--text-size);
  line-height: 1.55;
  text-align: center;
}

.club-footer p,
.club-footer a {
  color: var(--ink);
}

.club-footer a {
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 0.22em;
}

@keyframes calm-pulse {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes star-breathe {
  0%,
  100% {
    opacity: 0.55;
  }

  50% {
    opacity: 1;
  }
}

@keyframes star-twinkle-a {
  0%,
  100% {
    opacity: 0.22;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.12));
  }

  44% {
    opacity: 1;
    filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.82));
  }
}

@keyframes star-twinkle-b {
  0%,
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.76));
  }

  58% {
    opacity: 0.18;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.1));
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  :root {
    --text-size: clamp(1.15rem, 1.8vw, 1.3rem);
    --h2-size: clamp(1.9rem, 3.5vw, 2.7rem);
    --h1-size: clamp(2.7rem, 5.6vw, 4rem);
    --hero-title-size: clamp(5.4rem, 10vw, 8rem);
  }

  .hero-card {
    left: 38px;
    width: 350px;
  }

  .hero-nav {
    right: 38px;
  }

  .hero-core {
    width: min(700px, 66vw);
  }
}

@media (max-width: 900px) {
  .hero-nav {
    display: none;
  }

  .hero-mobile-menu {
    position: absolute;
    top: 50px;
    right: 38px;
    z-index: 6;
    display: block;
    width: min(190px, calc(100vw - 76px));
    text-align: right;
  }

  .hero-mobile-menu summary {
    display: inline-flex;
  }

  .hero-mobile-menu nav {
    display: grid;
  }

  .hero-mobile-menu a {
    display: flex;
  }
}

@media (max-width: 760px) {
  :root {
    --text-size: clamp(1.2rem, 5.15vw, 1.34rem);
    --h2-size: clamp(2rem, 8.4vw, 2.55rem);
    --h1-size: clamp(2.45rem, 10vw, 3.15rem);
    --hero-title-size: clamp(4.1rem, 18vw, 5.4rem);
  }

  .hero-screen {
    display: grid;
    align-items: start;
    min-height: 0;
    height: auto;
    padding: 184px 18px 56px;
  }

  .hero-card {
    top: 18px;
    left: 18px;
    grid-template-columns: 48px 1fr;
    width: calc(100vw - 86px);
    gap: 8px 12px;
  }

  .mark {
    width: 48px;
  }

  .brand-line {
    line-height: 1.28;
  }

  .brand-line br {
    display: none;
  }

  .brand-line-mobile-row {
    display: block;
  }

  .hero-mobile-menu {
    top: 20px;
    right: 18px;
    width: min(190px, calc(100vw - 36px));
  }

  .hero-core {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100vw - 36px);
    margin-inline: auto;
    transform: none;
  }

  .hero-title-light {
    width: min(92vw, 390px);
    margin-top: 22px;
  }

  .hero-date {
    margin-bottom: 36px;
    font-size: clamp(1.14rem, 4.8vw, 1.28rem);
  }

  .hero-format {
    margin-top: 22px;
  }

  .hero-offer {
    width: min(330px, calc(100vw - 36px));
    gap: 28px;
    margin-top: 30px;
  }

  .hero-offer .button {
    width: 100%;
    min-height: 72px;
  }

  .section {
    padding: 68px 20px;
  }

  .practice-screen {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .club-details-screen {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .club-details summary {
    min-height: 68px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .metrics-grid,
  .pain-grid,
  .audience-items,
  .master-content,
  .proof-layout {
    grid-template-columns: 1fr;
  }

  .metrics-grid {
    min-height: 0;
    background: transparent;
  }

  .metrics-grid article {
    min-height: auto;
    padding: 30px 22px;
  }

  .metrics-grid article:nth-child(2) strong {
    white-space: normal;
  }

  .pain-grid {
    border-top: 0;
  }

  .pain-grid article {
    min-height: auto;
    grid-template-rows: 86px auto;
    padding: 30px 0;
    border-top: 1px solid var(--line-soft);
    border-right: 0;
  }

  .pain-grid p {
    max-width: none;
  }

  .audience-items {
    width: min(100%, 420px);
  }

  .audience-items article {
    gap: 18px;
  }

  .audience-items p {
    min-height: auto;
    padding: 22px 0 30px;
  }

  .quote-card {
    min-height: auto;
    padding: 30px 22px;
  }

  .master-content,
  .proof-layout {
    gap: 34px;
    text-align: center;
  }

  .master-copy,
  .proof-copy {
    justify-items: center;
    text-align: left;
  }

  .master-photo {
    width: min(100%, 280px);
    justify-self: center;
  }

  .structure-flow {
    padding-left: 38px;
    text-align: left;
  }

  .structure-flow::before {
    left: 8px;
  }

  .structure-flow p::before {
    left: -35px;
  }

  .structure-flow p::after {
    left: -21px;
    width: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
