:root {
  --navy-950: #020914;
  --navy-900: #06111f;
  --navy-800: #0a1a2b;
  --navy-700: #10283f;
  --gold-500: #d49a2f;
  --gold-400: #e7b958;
  --gold-300: #f4d187;
  --ink: #101b27;
  --muted: #65717d;
  --line: #dce1e5;
  --paper: #f6f7f8;
  --white: #fff;
  --radius: 8px;
  --shadow: 0 24px 60px rgba(5, 17, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
}
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.1;
  letter-spacing: 0;
}
h1 { font-size: clamp(2.65rem, 5vw, 5rem); }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.5vw, 3.7rem); }
h3 { font-size: 1.15rem; }
p { color: var(--muted); }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.light-section { padding: 110px 0; background: var(--paper); }
.dark-section { padding: 110px 0; color: var(--white); background: var(--navy-900); }
.dark-section p { color: #b8c2cc; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.section-kicker, .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold-500);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading p { max-width: 650px; margin-right: auto; margin-bottom: 0; margin-left: auto; font-size: 1.07rem; }
.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--gold-400);
  border-radius: 5px;
  color: #07111c;
  background: var(--gold-400);
  box-shadow: 0 12px 32px rgba(212, 154, 47, .24);
  font-weight: 800;
  text-align: center;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--gold-300); }
.button-small { min-height: 42px; padding: 9px 18px; font-size: .86rem; }
.button-wide { width: 100%; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}
.brand img { width: 250px; max-height: 68px; object-fit: contain; object-position: left center; }
.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media {
  left: auto;
  width: 62%;
}
.hero-media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  opacity: .96;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 9, 20, .98) 0%, rgba(2, 9, 20, .9) 39%, rgba(2, 9, 20, .22) 69%, rgba(2, 9, 20, .55) 100%),
    linear-gradient(0deg, rgba(2, 9, 20, .84), transparent 40%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 760px;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
}
.hero-content h1 { max-width: 830px; margin-bottom: 25px; }
.hero-content h1 span { color: var(--gold-400); }
.hero-content > p { max-width: 650px; color: #d4dbe1; font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 18px; }
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}
.text-button svg { color: var(--gold-400); }
.trust-row { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 44px; color: #c8d0d8; font-size: .88rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row svg { width: 18px; color: var(--gold-400); }
.video-followup {
  padding: 34px 0;
  border-top: 1px solid rgba(231, 185, 88, .38);
  color: var(--white);
  background: var(--navy-800);
}
.video-followup .container { display: flex; max-width: 960px; align-items: center; justify-content: center; gap: 20px; }
.video-followup svg { width: 31px; height: 31px; flex: 0 0 auto; color: var(--gold-400); }
.video-followup p { margin: 0; color: #e0e6eb; font-size: 1.03rem; font-weight: 600; line-height: 1.65; text-align: center; }

.opportunity h2 { margin-bottom: 0; }
.reading p { font-size: 1.05rem; }
.monetization-callout { background: var(--white); }
.monetization-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 74px; align-items: center; }
.monetization-copy h2 { max-width: 650px; font-size: clamp(2rem, 3.1vw, 3.2rem); }
.monetization-copy p { max-width: 640px; margin-bottom: 28px; font-size: 1.08rem; }
.monetization-panel {
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.monetization-panel p { font-size: 1.02rem; }
.monetization-list { display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }
.monetization-list li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; color: var(--ink); font-weight: 700; }
.monetization-list svg { width: 21px; height: 21px; color: var(--gold-500); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #24384d; border-left: 1px solid #24384d; }
.benefit-grid article { min-height: 300px; padding: 38px 30px; border-right: 1px solid #24384d; border-bottom: 1px solid #24384d; }
.benefit-grid svg { width: 34px; height: 34px; margin-bottom: 42px; color: var(--gold-400); }
.benefit-grid h3 { margin-bottom: 14px; }
.benefit-grid p { margin-bottom: 0; font-size: .93rem; }
.method-origin { background: var(--navy-950); }
.method-story { display: grid; grid-template-columns: .85fr 1.15fr; gap: 78px; align-items: start; }
.method-story-intro { position: sticky; top: 36px; }
.method-story-intro h2 { font-size: clamp(2rem, 3.1vw, 3.35rem); text-transform: uppercase; }
.method-story-intro p { font-size: 1.08rem; }
.method-story-copy {
  padding: 44px;
  border: 1px solid #26394d;
  border-radius: var(--radius);
  background: var(--navy-800);
}
.method-story-copy h3 { margin-bottom: 22px; color: var(--gold-400); font-size: 1.35rem; text-transform: uppercase; }
.method-story-copy p { margin-bottom: 18px; font-size: .98rem; line-height: 1.82; }
.method-story-copy p:last-child { margin-bottom: 0; }
.phase-section .section-heading { max-width: 860px; }
.phase-section .section-heading h2 { text-transform: uppercase; }
.phase-visual {
  width: min(760px, 100%);
  margin: -16px auto 46px;
  overflow: hidden;
  border: 1px solid rgba(231, 185, 88, .36);
  border-radius: var(--radius);
  background: var(--navy-950);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .32);
}
.phase-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.phase-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.phase-grid article {
  grid-column: span 2;
  min-height: 100%;
  padding: 32px;
  border: 1px solid #26394d;
  border-radius: var(--radius);
  background: var(--navy-800);
}
.phase-grid article:nth-child(4), .phase-grid article:nth-child(5) { grid-column: span 3; }
.phase-grid span { display: inline-block; margin-bottom: 16px; color: var(--gold-400); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.phase-grid h3 { margin-bottom: 14px; color: var(--white); font-size: 1.26rem; text-transform: uppercase; }
.phase-grid p { margin-bottom: 14px; font-size: .95rem; line-height: 1.78; }
.phase-grid p:last-child { margin-bottom: 0; }
.phase-objective { color: #d9e0e6; font-weight: 800; }
.phase-action { display: flex; justify-content: center; margin-top: 42px; }

.method-steps { display: grid; grid-template-columns: repeat(5, 1fr); }
.method-visual-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: -18px 0 56px;
}
.method-visual-grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 154, 47, .24);
  border-radius: var(--radius);
  background: var(--navy-950);
  box-shadow: 0 18px 42px rgba(5, 17, 31, .13);
}
.method-visual-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}
.method-visual-grid figure:hover img { transform: scale(1.025); }
.method-steps article { position: relative; padding: 32px 28px 0 0; border-top: 2px solid var(--line); }
.method-steps article::before { position: absolute; top: -6px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--gold-500); content: ""; }
.method-steps span { color: var(--gold-500); font-weight: 800; }
.method-steps h3 { margin: 16px 0 10px; font-size: 1.45rem; }
.method-steps p { margin-bottom: 0; font-size: .93rem; }

.program { padding: 110px 0; color: var(--white); background: var(--navy-950); }
.program p { color: #acbac7; }
.program-intro { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin: 48px 0; border: 1px solid #26394d; }
.stat-strip div { display: flex; min-height: 118px; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid #26394d; }
.stat-strip div:last-child { border-right: 0; }
.stat-strip strong { color: var(--gold-400); font-family: "Montserrat", Arial, sans-serif; font-size: 2rem; line-height: 1; }
.stat-strip span { margin-top: 8px; color: #b5c0ca; font-size: .83rem; text-transform: uppercase; }
.module-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.module-card { position: relative; overflow: hidden; border: 1px solid #26394d; border-radius: var(--radius); background: var(--navy-800); }
.image-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: var(--navy-950);
  transition: transform .35s ease;
}
.image-card:hover img { transform: scale(1.012); }
.image-card > div {
  min-height: 94px;
  padding: 18px 22px 20px;
  border-top: 1px solid #26394d;
  background: var(--navy-800);
}
.module-card span { color: var(--gold-400); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.module-card h3 { margin: 8px 0 0; font-size: 1.18rem; }

.proven-plan { background: var(--white); }
.proven-plan .section-heading { max-width: 880px; }
.plan-visual {
  width: min(980px, 100%);
  margin: -10px auto 38px;
  overflow: hidden;
  border: 1px solid rgba(212, 154, 47, .38);
  border-radius: var(--radius);
  background: var(--navy-950);
  box-shadow: 0 28px 70px rgba(5, 17, 31, .2);
}
.plan-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
}
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.comparison-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.particulado-card { border-color: rgba(212, 154, 47, .7); background: #fffaf0; }
.comparison-header { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.particulado-card .comparison-header { border-bottom-color: rgba(212, 154, 47, .34); }
.comparison-header span, .comparison-block h4 {
  color: var(--gold-500);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.comparison-header h3 { margin: 10px 0 0; font-size: 1.45rem; }
.comparison-block h4 { margin: 0 0 14px; }
.comparison-block ol { display: grid; gap: 12px; margin: 0; padding-left: 22px; }
.comparison-block li { color: var(--muted); line-height: 1.65; }
.particulado-card .comparison-block li { color: #4f5d68; }
.plan-quote {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 34px;
  padding: 34px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--navy-900);
}
.plan-quote p { margin: 0; color: #eef3f7; font-family: "Montserrat", Arial, sans-serif; font-size: clamp(1.25rem, 2.1vw, 2rem); font-weight: 800; line-height: 1.35; text-transform: uppercase; }

.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.video-card { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; padding: 0; border: 0; border-radius: var(--radius); background: var(--navy-900); cursor: pointer; box-shadow: var(--shadow); }
.video-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.video-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2, 9, 20, .94), transparent 58%); content: ""; }
.video-card:hover img { transform: scale(1.035); }
.play { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--gold-400); transform: translate(-50%, -50%); }
.play svg { width: 25px; fill: currentColor; }
.video-caption { position: absolute; z-index: 2; right: 24px; bottom: 20px; left: 24px; display: flex; align-items: center; justify-content: space-between; color: #d6dde3; }
.video-caption strong { color: var(--white); font-size: 1.1rem; }
.testimonial-description { padding: 20px 4px 6px; }
.testimonial-description h3 { margin-bottom: 7px; color: var(--navy-900); font-size: 1.1rem; }
.testimonial-description > span { display: block; margin-bottom: 13px; color: var(--gold-500); font-size: .78rem; font-weight: 800; line-height: 1.5; text-transform: uppercase; }
.testimonial-description p { margin-bottom: 0; font-size: .92rem; line-height: 1.75; }

.practical-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.practical-intro { position: sticky; top: 36px; }
.practical-intro h2 { font-size: clamp(2rem, 3.2vw, 3.45rem); }
.practical-intro p { margin-bottom: 30px; font-size: 1.06rem; }
.practical-grid { display: grid; gap: 18px; }
.practical-grid article {
  padding: 32px;
  border: 1px solid #26394d;
  border-radius: var(--radius);
  background: var(--navy-800);
}
.practical-grid span { display: inline-block; margin-bottom: 16px; color: var(--gold-400); font-weight: 800; letter-spacing: .12em; }
.practical-grid h3 { margin-bottom: 14px; color: var(--white); font-size: 1.25rem; text-transform: uppercase; }
.practical-grid p { margin-bottom: 0; font-size: .96rem; line-height: 1.78; }

.audience-layout { align-items: center; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.audience-card {
  padding: 34px;
  border: 1px solid #26394d;
  border-radius: var(--radius);
  background: var(--navy-800);
}
.audience-card h3 { margin-bottom: 22px; color: var(--white); font-size: 1.28rem; text-transform: uppercase; }
.audience-positive { border-color: rgba(231, 185, 88, .42); }
.audience-negative { background: #071525; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; padding: 15px 0; border-bottom: 1px solid #26394d; color: #d2dae1; }
.check-list li:first-child { padding-top: 0; }
.check-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.check-list svg { width: 21px; color: var(--gold-400); }
.audience-negative .check-list svg { color: #d98948; }
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.bonus-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.bonus-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: var(--navy-950); }
.bonus-grid article > div { padding: 30px; }
.bonus-grid span { color: var(--gold-500); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.bonus-grid h3 { margin: 8px 0 12px; font-size: 1.45rem; }
.bonus-grid p { margin-bottom: 0; }

.myths .section-heading { max-width: 860px; }
.myth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.myth-card {
  min-height: 100%;
  padding: 36px;
  border: 1px solid #26394d;
  border-radius: var(--radius);
  background: var(--navy-800);
}
.myth-card span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin-bottom: 22px;
  padding: 6px 12px;
  border: 1px solid rgba(231, 185, 88, .42);
  border-radius: 999px;
  color: var(--gold-400);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.myth-card h3 { margin-bottom: 24px; color: var(--white); font-size: 1.35rem; line-height: 1.35; text-transform: uppercase; }
.myth-card p { margin-bottom: 16px; font-size: .98rem; line-height: 1.8; }
.myth-card p:last-child { margin-bottom: 0; }

.teacher { padding: 0; background: var(--white); }
.teacher-layout { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 880px; }
.teacher-photo { position: relative; min-height: 100%; margin-left: calc((100vw - min(1180px, calc(100vw - 48px))) / -2); overflow: hidden; background: #d3caca; }
.teacher-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.teacher-copy { align-self: center; padding: 90px 0 90px 78px; }
.teacher-copy p { margin-bottom: 16px; }
.teacher-numbers { display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.teacher-numbers div { padding: 20px 12px 20px 0; }
.teacher-numbers strong { display: block; color: var(--gold-500); font-family: "Montserrat"; font-size: 1.35rem; }
.teacher-numbers span { font-size: .76rem; text-transform: uppercase; }
blockquote { margin: 28px 0 14px; padding-left: 24px; border-left: 3px solid var(--gold-500); color: var(--navy-800); font-size: 1.05rem; font-weight: 600; }
.teacher-copy small { color: #89929a; }

.offer { padding: 110px 0; color: var(--white); background: var(--navy-900); }
.offer p { color: #bac4cd; }
.offer-layout { display: grid; grid-template-columns: 1fr 450px; gap: 100px; align-items: center; }
.offer-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 30px; margin: 38px 0 0; padding: 0; list-style: none; }
.offer-list li { display: flex; gap: 10px; align-items: center; color: #d8dfe5; }
.offer-list svg { width: 20px; flex: 0 0 auto; color: var(--gold-400); }
.price-box { padding: 42px; border: 1px solid var(--gold-500); border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: 0 30px 80px rgba(0, 0, 0, .32); text-align: center; }
.price-box img.checkout-cover {
  width: min(290px, 100%);
  aspect-ratio: 1;
  margin: 0 auto 28px;
  border: 1px solid rgba(212, 154, 47, .55);
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(5, 17, 31, .18);
}
.price-label { display: block; color: var(--gold-500); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.old-price { display: block; margin-top: 14px; color: #8d969e; text-decoration: line-through; }
.installments { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin: 8px 0 0; }
.installments strong { color: var(--navy-900); font-family: "Montserrat"; font-size: 3.2rem; line-height: 1; }
.installments span { font-weight: 800; }
.price-box p { color: var(--muted); }
.price-box p strong { color: var(--ink); }
.secure { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 18px 0 4px; color: #727c85; font-size: .8rem; }
.secure svg { width: 16px; }
.price-box small { color: #8d969e; font-size: .7rem; }

.guarantee { padding: 78px 0; background: #e9edf0; }
.guarantee-layout { display: grid; grid-template-columns: 220px 1fr; gap: 68px; align-items: center; max-width: 930px; }
.seal { display: grid; width: 190px; aspect-ratio: 1; place-content: center; border: 2px solid var(--gold-500); border-radius: 50%; color: var(--navy-900); text-align: center; }
.seal svg { width: 35px; height: 35px; margin: 0 auto 4px; color: var(--gold-500); }
.seal strong { font-family: "Montserrat"; font-size: 3rem; line-height: 1; }
.seal span { font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.guarantee h2, .guarantee p { margin-bottom: 12px; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.accordion { border-top: 1px solid #cbd2d8; }
.accordion article { border-bottom: 1px solid #cbd2d8; }
.accordion button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 22px 0; border: 0; background: transparent; cursor: pointer; font-weight: 800; text-align: left; }
.accordion button svg { width: 20px; transition: transform .25s ease; }
.accordion article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion article > div p { min-height: 0; margin: 0; overflow: hidden; }
.accordion article.is-open > div { grid-template-rows: 1fr; }
.accordion article.is-open > div p { padding-bottom: 22px; }
.accordion article.is-open button svg { transform: rotate(45deg); }

footer { display: flex; min-height: 220px; flex-direction: column; align-items: center; justify-content: center; padding: 46px 24px; color: #aeb9c3; background: var(--navy-950); text-align: center; }
footer img { width: 265px; margin-bottom: 18px; }
footer p { margin-bottom: 5px; color: #d2dae1; }
footer small { color: #7f8d9a; }
.mobile-buy { display: none; }

.video-modal { width: min(1000px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; border-radius: var(--radius); overflow: visible; background: #000; }
.video-modal::backdrop { background: rgba(0, 0, 0, .86); backdrop-filter: blur(5px); }
.video-modal > button { position: absolute; top: -44px; right: 0; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #5b6570; border-radius: 50%; color: var(--white); background: var(--navy-900); cursor: pointer; }
.video-frame { aspect-ratio: 16 / 9; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 980px) {
  .split, .monetization-layout, .practical-layout, .method-story, .program-intro, .teacher-layout, .offer-layout, .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .practical-intro { position: static; }
  .method-story-intro { position: static; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .method-steps { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .method-visual-grid {
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
  }
  .method-visual-grid figure { scroll-snap-align: start; }
  .phase-grid { grid-template-columns: repeat(2, 1fr); }
  .phase-grid article, .phase-grid article:nth-child(4), .phase-grid article:nth-child(5) { grid-column: auto; }
  .comparison-grid, .plan-quote, .audience-grid, .myth-grid { grid-template-columns: 1fr; }
  .plan-quote { align-items: start; }
  .teacher-photo { min-height: 680px; margin: 0; }
  .teacher-copy { padding: 0 0 90px; }
  .offer-layout { max-width: 720px; }
  .price-box { width: min(450px, 100%); margin: 0 auto; }
}

@media (max-width: 700px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 32px, 1180px); }
  .light-section, .dark-section, .program, .offer { padding: 76px 0; }
  .site-header { width: calc(100% - 32px); height: 76px; }
  .site-header .button { display: none; }
  .brand img { width: 205px; }
  .hero, .hero-content { min-height: 720px; }
  .hero-media { width: 100%; }
  .hero-media img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 27%;
    opacity: .62;
  }
  .hero-shade { background: linear-gradient(0deg, rgba(2, 9, 20, .99) 5%, rgba(2, 9, 20, .78) 70%, rgba(2, 9, 20, .5)); }
  .hero-content { justify-content: flex-end; padding: 110px 0 58px; }
  .hero-content h1 { font-size: 2.55rem; }
  .hero-content > p { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .text-button { justify-content: center; }
  .trust-row { gap: 10px 20px; margin-top: 28px; }
  .video-followup { padding: 30px 0; }
  .video-followup .container { align-items: flex-start; }
  .video-followup p { font-size: .95rem; text-align: left; }
  .benefit-grid, .method-steps, .module-grid, .video-grid, .bonus-grid, .stat-strip, .offer-list, .teacher-numbers { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: auto; }
  .method-steps { gap: 28px; }
  .method-visual-grid {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 42px;
  }
  .stat-strip div { min-height: 92px; border-right: 0; border-bottom: 1px solid #26394d; }
  .stat-strip div:last-child { border-bottom: 0; }
  .image-card > div { min-height: auto; }
  .video-caption { align-items: flex-start; flex-direction: column; }
  .teacher-photo { min-height: 560px; margin: 0 -16px; }
  .teacher-copy { padding-bottom: 76px; }
  .teacher-numbers div { border-bottom: 1px solid var(--line); }
  .teacher-numbers div:last-child { border-bottom: 0; }
  .monetization-panel { padding: 30px 22px; }
  .monetization-panel .button { width: 100%; }
  .practical-intro .button { width: 100%; }
  .practical-grid article { padding: 26px 22px; }
  .method-story-copy { padding: 30px 22px; }
  .phase-grid { grid-template-columns: 1fr; }
  .phase-grid article { padding: 26px 22px; }
  .phase-action .button { width: 100%; }
  .comparison-card, .plan-quote { padding: 26px 22px; }
  .plan-quote .button { width: 100%; }
  .audience-card { padding: 26px 22px; }
  .myth-card { padding: 26px 22px; }
  .price-box { padding: 30px 22px; }
  .installments strong { font-size: 2.7rem; }
  .guarantee-layout { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .seal { width: 170px; margin: 0 auto; }
  .mobile-buy { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: flex; min-height: 68px; align-items: center; justify-content: center; color: var(--navy-950); background: var(--gold-400); font-weight: 800; box-shadow: 0 -8px 24px rgba(2, 9, 20, .24); }
}
