:root {
  --bg: #050505;
  --bg-soft: #0a0a0a;
  --panel: #101012;
  --panel-strong: #171719;
  --line: rgba(244, 241, 234, 0.13);
  --line-strong: rgba(232, 197, 71, 0.34);
  --text: #f4f1ea;
  --muted: #b3aca4;
  --muted-2: #80776d;
  --gold: #b8902a;
  --gold-light: #e8c547;
  --silver: #dfe2e8;
  --silver-strong: #f7f7f4;
  --steel: #6f747e;
  --red: #ff5b45;
  --cyan: #72d7ff;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.5);
  --radius: 8px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

#conteudo,
#metodo,
#mentor {
  scroll-margin-top: 32px;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(223, 226, 232, 0.09), transparent 31%),
    linear-gradient(180deg, #030303 0%, #080808 46%, #030303 100%);
  letter-spacing: 0;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 86%);
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 14px;
  color: #080808;
  background: var(--gold-light);
  border-radius: var(--radius);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(223, 226, 232, 0.1);
  background: rgba(3, 3, 3, 0.76);
  backdrop-filter: blur(18px);
}

.header-inner,
.header-actions,
.brand,
.hero-actions,
.hero-proof,
.alert-inner,
.form-badges,
.footer-inner {
  display: flex;
  align-items: center;
}

.header-inner {
  justify-content: space-between;
  min-height: 72px;
  gap: 18px;
}

.brand {
  gap: 10px;
  color: var(--text);
  font-weight: 900;
}

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

.header-actions {
  gap: 22px;
  color: rgba(244, 241, 234, 0.74);
  font-size: 14px;
  font-weight: 700;
}

.header-actions a:hover {
  color: var(--text);
}

.header-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  color: #070707;
  background: linear-gradient(135deg, var(--silver-strong), var(--gold-light) 44%, var(--gold));
  border-radius: var(--radius);
}

.header-cta:hover {
  color: #080808;
  background: #f4d56a;
}

.header-cta svg,
.btn svg,
.eyebrow svg,
.alert-inner svg,
.check-list svg,
.form-badges svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 78px 0 82px;
}

.hero-ambient {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 18%, rgba(223, 226, 232, 0.14), transparent 28%),
    radial-gradient(circle at 18% 48%, rgba(184, 144, 42, 0.12), transparent 26%),
    radial-gradient(circle at 82% 48%, rgba(223, 226, 232, 0.1), transparent 28%),
    linear-gradient(180deg, #030303 0%, #090909 58%, #030303 100%);
}

.hero-ambient::before {
  position: absolute;
  inset: 18% -10% auto -10%;
  height: 220px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(223, 226, 232, 0.38), rgba(232, 197, 71, 0.26), transparent);
  filter: blur(36px);
  transform: rotate(-4deg);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 160px;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.8) 74%, #050505 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 18px;
  max-width: 960px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  overflow-wrap: break-word;
}

h1 {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: none;
}

h2 {
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.08;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.24;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-lead {
  max-width: 720px;
  margin: 0 auto 12px;
  color: rgba(244, 241, 234, 0.84);
  font-size: 16px;
}

.hero-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 6px 0 0;
}

.btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  font-weight: 900;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 999px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #070707;
  background: linear-gradient(135deg, var(--silver-strong), var(--gold-light) 45%, var(--gold));
  box-shadow:
    0 18px 48px rgba(212, 160, 23, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ffffff, #f3d778 48%, #c79d30);
}

.btn-secondary {
  color: var(--text);
  background: rgba(244, 241, 234, 0.06);
  border-color: var(--line);
}

.btn-secondary:hover {
  border-color: rgba(232, 197, 71, 0.45);
}

.hero-proof {
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.hero-proof span {
  display: grid;
  gap: 3px;
  min-width: 150px;
  min-height: 72px;
  padding: 13px 16px;
  color: var(--muted);
  background: rgba(223, 226, 232, 0.045);
  border: 1px solid rgba(223, 226, 232, 0.14);
  border-radius: var(--radius);
}

.hero-proof strong {
  color: var(--text);
  font-size: 21px;
}

.hero-showcase {
  position: relative;
  width: min(100%, 780px);
  margin-top: 4px;
}

.hero-showcase::before {
  position: absolute;
  inset: -18px;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(223, 226, 232, 0.22), transparent 34%),
    linear-gradient(315deg, rgba(232, 197, 71, 0.24), transparent 42%);
  border-radius: var(--radius);
  filter: blur(18px);
  opacity: 0.72;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 430px;
  background: #060606;
  border: 1px solid rgba(223, 226, 232, 0.4);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.youtube-player,
.youtube-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-player {
  z-index: 1;
  background: #050505;
}

.youtube-player iframe {
  pointer-events: none;
}

.video-cover {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  padding: 0;
  background: #050505;
  border: 0;
  opacity: 1;
  transition: opacity 180ms ease;
}

.video-cover-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.08) 18%, rgba(5, 5, 5, 0.08) 82%, #050505 100%),
    url("https://i.ytimg.com/vi/7zXf_M0ENck/maxresdefault.jpg") center / contain no-repeat,
    #050505;
  filter: saturate(0.96) contrast(1.04);
}

.video-frame.is-playing .video-cover {
  opacity: 0;
  pointer-events: none;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: #070707;
  background: linear-gradient(135deg, var(--silver-strong), var(--gold-light) 48%, var(--gold));
  border-radius: 50%;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.42),
    0 0 40px rgba(232, 197, 71, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  transform: translate(-50%, -50%);
}

.video-play svg {
  width: 34px;
  height: 34px;
  margin-left: 4px;
  fill: currentColor;
}

.video-toggle {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  background: transparent;
  border: 0;
}

.video-progress {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 6;
  height: 5px;
  overflow: hidden;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  opacity: 0;
  transition: opacity 160ms ease;
}

.video-frame.is-playing .video-progress {
  opacity: 1;
}

.video-progress span {
  display: block;
  width: var(--video-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--silver-strong), var(--gold-light), var(--gold));
  border-radius: inherit;
  box-shadow: 0 0 18px rgba(232, 197, 71, 0.45);
}

.watch-note {
  margin: 14px 0 0;
  color: rgba(244, 241, 234, 0.76);
  font-size: 14px;
  text-align: center;
}

.gold-divider {
  position: relative;
  z-index: 2;
  height: 1px;
  padding: 0;
  background: transparent;
}

.gold-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, transparent 0%, rgba(232, 197, 71, 0.02) 6%, rgba(232, 197, 71, 0.42) 48%, rgba(232, 197, 71, 0.42) 52%, rgba(232, 197, 71, 0.02) 94%, transparent 100%);
  box-shadow:
    0 0 6px rgba(232, 197, 71, 0.28),
    0 0 16px rgba(232, 197, 71, 0.12);
  pointer-events: none;
}

.section {
  padding: 104px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: center;
}

.split-flipped {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.section-copy p,
.section-center p,
.mentor-copy p,
.form-copy p {
  max-width: 640px;
}

.risk-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.risk-cards article,
.method-grid article,
.metric-board article {
  min-height: 184px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025) 52%, rgba(232, 197, 71, 0.045)),
    rgba(19, 19, 21, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px) saturate(1.12);
}

.risk-cards svg {
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  color: var(--gold-light);
}

.risk-cards p,
.method-grid p,
.metric-board span {
  margin: 0;
  font-size: 14px;
}

.method-section {
  background:
    linear-gradient(180deg, rgba(223, 226, 232, 0.045), transparent 36%),
    #070707;
  border-top: 1px solid rgba(244, 241, 234, 0.06);
  border-bottom: 1px solid rgba(244, 241, 234, 0.06);
}

.section-center {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-center .eyebrow {
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.section-center h2,
.section-center p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-center p {
  max-width: 620px;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.center-actions {
  text-align: center;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.method-grid article {
  position: relative;
  overflow: hidden;
}

.method-grid article::after {
  position: absolute;
  right: -32px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  content: "";
  background: radial-gradient(circle, rgba(232, 197, 71, 0.22), transparent 68%);
}

.method-grid span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 900;
}

.offer-band {
  padding: 58px 0;
  background:
    linear-gradient(115deg, rgba(223, 226, 232, 0.92), rgba(232, 197, 71, 0.92) 48%, rgba(184, 144, 42, 0.92)),
    #d4a017;
}

.offer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 34px;
  align-items: center;
  color: #071008;
}

.offer-inner .eyebrow,
.offer-inner p {
  color: rgba(7, 16, 8, 0.78);
}

.offer-inner h2 {
  max-width: 650px;
  color: #071008;
}

.price-box {
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03) 54%, rgba(232, 197, 71, 0.08)),
    rgba(5, 5, 5, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(1.12);
}

.price-box span {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-box p {
  margin: 10px 0 22px;
  color: var(--text);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.price-box small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 15px;
  text-decoration: line-through;
}

.deliver-section {
  background:
    radial-gradient(circle at 82% 26%, rgba(114, 215, 255, 0.08), transparent 30%),
    var(--bg);
}

.deliver-panel {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(244, 241, 234, 0.9);
  font-weight: 700;
  line-height: 1.4;
}

.check-list svg {
  flex: 0 0 auto;
  color: var(--gold-light);
}

.metric-board {
  display: grid;
  gap: 14px;
}

.metric-board article {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  min-height: 118px;
}

.metric-board strong {
  color: var(--gold-light);
  font-size: 32px;
  line-height: 1;
  white-space: nowrap;
}

.deliver-actions {
  margin-top: 28px;
}

.deliver-actions-desktop {
  justify-content: flex-start;
}

.deliver-actions-mobile {
  display: none;
}

.mentor-section {
  background:
    linear-gradient(180deg, rgba(244, 241, 234, 0.035), transparent 42%),
    #070707;
}

.mentor-grid {
  display: grid;
  grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}

.mentor-photo {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(18, 18, 20, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    var(--shadow);
  backdrop-filter: blur(18px) saturate(1.12);
}

.mentor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.mentor-copy p:last-child {
  margin-bottom: 0;
}

.form-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(232, 197, 71, 0.09), transparent 26%),
    radial-gradient(circle at 86% 70%, rgba(223, 226, 232, 0.08), transparent 32%),
    var(--bg);
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 520px);
  gap: 52px;
  align-items: start;
}

.form-badges {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.form-badges span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  color: rgba(244, 241, 234, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(18, 18, 20, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px) saturate(1.1);
}

.form-badges svg {
  color: var(--gold-light);
}

.lead-form {
  display: grid;
  gap: 15px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03) 54%, rgba(232, 197, 71, 0.06)),
    rgba(18, 18, 20, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    var(--shadow);
  backdrop-filter: blur(18px) saturate(1.12);
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span {
  color: rgba(244, 241, 234, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.lead-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  color: var(--text);
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid rgba(244, 241, 234, 0.14);
  border-radius: var(--radius);
  outline: 0;
}

.lead-form input:focus {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(232, 197, 71, 0.12);
}

.lead-form input[aria-invalid="true"] {
  border-color: var(--red);
}

.lead-form small {
  min-height: 17px;
  color: #ff998c;
  font-size: 12px;
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-submit.is-loading {
  opacity: 0.76;
  pointer-events: none;
}

.form-status {
  min-height: 22px;
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.form-status[data-state="success"] {
  color: var(--gold-light);
}

.form-status[data-state="error"] {
  color: #ff998c;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.lead-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(232, 197, 71, 0.14), transparent 34%),
    rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.lead-modal__dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(340px, 1fr);
  gap: 28px;
  width: min(100%, 980px);
  max-height: min(88vh, 860px);
  overflow: auto;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035) 48%, rgba(232, 197, 71, 0.06)),
    rgba(14, 14, 16, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 30px 110px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(22px) saturate(1.14);
}

.lead-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.lead-modal__close svg {
  width: 18px;
  height: 18px;
}

.modal-copy {
  align-self: center;
  padding-right: 8px;
}

.lead-modal .lead-form {
  box-shadow: none;
}

.faq-section {
  background: #050505;
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr);
  column-gap: 54px;
  row-gap: 18px;
}

.faq-section h2 {
  max-width: 360px;
  margin-bottom: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.18;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: none;
  backdrop-filter: none;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  color: var(--gold-light);
  font-size: 22px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 18px 18px;
  margin: 0;
  font-size: 14px;
}

.site-footer {
  padding: 30px 0;
  color: var(--muted);
  background: #050505;
  border-top: 0;
}

.footer-inner {
  justify-content: center;
  gap: 0;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1060px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-grid,
  .split,
  .split-flipped,
  .offer-inner,
  .mentor-grid,
  .form-grid,
  .lead-modal__dialog,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-showcase {
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100vw - 28px), var(--container));
  }

  .site-header {
    position: absolute;
  }

  .header-inner {
    min-height: 66px;
  }

  .brand span,
  .header-actions a:not(.header-cta) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 46px 0 66px;
  }

  .hero-grid {
    width: 100%;
    max-width: 440px;
    gap: 22px;
  }

  .hero-grid > * {
    min-width: 0;
    max-width: 100%;
  }

  h1 {
    width: 100%;
    max-width: 340px;
    font-size: 28px;
    line-height: 1.12;
  }

  h2 {
    font-size: 32px;
  }

  .hero-lead {
    width: 100%;
    max-width: 340px;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-actions {
    width: 100%;
    max-width: 340px;
  }

  .btn {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof span,
  .video-frame {
    min-width: 0;
  }

  .video-frame {
    aspect-ratio: 16 / 9;
    width: 100%;
    min-height: 0;
    margin: 0 auto;
  }

  .hero-showcase {
    width: 100%;
    max-width: 340px;
  }

  .hero-showcase::before {
    inset: -10px;
  }

  .section {
    padding: 72px 0;
  }

  .section-copy,
  .section-center,
  .hero-grid,
  .offer-inner > div:first-child,
  .deliver-panel,
  .mentor-copy,
  .faq-grid > div:first-child,
  .modal-copy {
    text-align: center;
  }

  .section-copy .eyebrow,
  .section-center .eyebrow,
  .offer-inner .eyebrow,
  .mentor-copy .eyebrow,
  .faq-grid .eyebrow,
  .modal-copy .eyebrow {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }

  .section-copy p,
  .section-center p,
  .offer-inner p,
  .deliver-panel p,
  .mentor-copy p,
  .faq-grid h2,
  .modal-copy p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .risk-cards,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .risk-cards,
  .risk-cards article,
  .check-list,
  .check-list li,
  .method-grid,
  .method-grid article,
  .metric-board,
  .metric-board article,
  .faq-list,
  .lead-form {
    text-align: left;
  }

  .price-box,
  .price-box p,
  .price-box span {
    text-align: center;
  }

  .price-box .btn {
    width: 100%;
  }

  .mentor-copy {
    order: 1;
  }

  .mentor-photo {
    order: 2;
    width: min(100%, 320px);
    margin: 4px auto 0;
  }

  .lead-form {
    padding: 22px;
  }

  .lead-modal {
    padding: 14px;
  }

  .lead-modal__dialog {
    max-height: 92vh;
    padding: 22px;
  }

  .modal-copy {
    padding-right: 0;
  }

  .metric-board article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .deliver-actions-desktop {
    display: none;
  }

  .deliver-actions-mobile {
    display: flex;
  }

  .deliver-actions {
    grid-column: 1;
    justify-content: center;
    margin-top: 6px;
  }

  .footer-inner {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  h1 {
    max-width: 310px;
    font-size: 26px;
  }

  .hero-lead,
  .hero-actions,
  .hero-showcase {
    max-width: 330px;
  }

  h2 {
    font-size: 29px;
  }

  .header-cta {
    padding: 0 10px;
    font-size: 13px;
  }

}

/* ── Cookie Banner ── */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.875rem 1.5rem;
  background: var(--panel-strong);
  border-top: 1px solid var(--line-strong);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-banner.is-visible {
  transform: translateY(0);
}

.cookie-banner p {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 0.4rem 1rem;
  border-radius: var(--radius);
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: opacity 0.2s;
}

.cookie-btn:hover {
  opacity: 0.8;
}

.cookie-decline {
  background: transparent;
  border-color: var(--line);
  color: var(--muted);
}

.cookie-accept {
  background: var(--gold-light);
  color: #000;
}

@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
