:root {
  --ink: #1f1f1f;
  --ink-deep: #121212;
  --paper: #f3f2ef;
  --white: #ffffff;
  --gray: #cccccc;
  --gray-2: #9b9b9b;
  --line: rgba(31, 31, 31, 0.13);
  --line-light: rgba(255,255,255,0.15);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 32px 90px rgba(0,0,0,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body.modal-open-custom { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }

.page-texture {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  z-index: 999;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  opacity: .18;
  background: radial-gradient(circle, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 67%);
  transform: translate(-50%, -50%);
  transition: opacity .3s ease;
}

.page-container { width: min(1200px, calc(100% - 40px)); }
.section-space { padding: 128px 0; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.navbar { min-height: 86px; }
.navbar-toggler { color: var(--white); font-size: 1.6rem; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: 120px;
  height: auto;
  object-fit: contain;
}
.brand-logo-footer { width: 110px; }
.brand-divider { width: 1px; height: 24px; background: rgba(255,255,255,.35); margin-left: 2px; }
.brand-product { font-size: .7rem; letter-spacing: .18em; font-weight: 700; color: var(--gray); }
.nav-link { color: rgba(255,255,255,.66)!important; font-size: .88rem; font-weight: 600; }
.nav-link:hover { color: var(--white)!important; }
.nav-cta { border-radius: 999px; padding: .73rem 1.25rem; font-weight: 700; }

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 150px 0 52px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 30%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(135deg, #111 0%, #202020 52%, #121212 100%);
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .4;
  background-image:
    linear-gradient(115deg, transparent 0 43%, rgba(255,255,255,.02) 44% 45%, transparent 46% 100%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.018 .11' numOctaves='3' seed='7'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 .48 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.hero-pattern { position: absolute; inset: 0; overflow: hidden; pointer-events: none; opacity: .15; }
.hero-pattern span {
  position: absolute;
  width: 580px;
  height: 580px;
  border: 70px solid var(--white);
  transform: rotate(45deg);
}
.hero-pattern span:nth-child(1) { right: -290px; top: -270px; }
.hero-pattern span:nth-child(2) { right: 80px; bottom: -430px; width: 760px; height: 760px; }
.hero-pattern span:nth-child(3) { left: -400px; bottom: -480px; width: 700px; height: 700px; opacity: .45; }

.availability-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: #e8e8e8;
  font-size: .78rem;
  font-weight: 600;
  backdrop-filter: blur(12px);
}
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 0 rgba(255,255,255,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
.hero-kicker, .section-kicker { margin: 30px 0 16px; font-size: .72rem; font-weight: 800; letter-spacing: .22em; color: var(--gray-2); }
.hero-copy h1 {
  max-width: 790px;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.55rem, 7.3vw, 7.35rem);
  line-height: .91;
  letter-spacing: -.07em;
  font-weight: 700;
}
.hero-copy h1 span { color: var(--gray); }
.hero-description { max-width: 690px; margin: 28px 0 0; color: #c9c9c9; font-size: clamp(1rem, 1.7vw, 1.22rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 38px; }
.hero-actions .btn, .experience-panel .btn, .final-cta .btn { border-radius: 999px; padding: .95rem 1.45rem; font-weight: 800; }
.text-link { color: var(--white); font-size: .9rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 4px; }
.hero-footnote { margin-top: 24px; color: #8f8f8f; font-size: .78rem; }

.workshop-poster {
  position: relative;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,.18);
  overflow: hidden;
  transform-style: preserve-3d;
  background:
    linear-gradient(150deg, rgba(255,255,255,.12), transparent 32%),
    #d1d1d1;
  color: var(--ink);
  box-shadow: 0 40px 100px rgba(0,0,0,.44);
}
.workshop-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.025 .12' numOctaves='4' seed='19'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
.poster-top, .poster-bottom, .poster-copy { position: relative; z-index: 2; }
.poster-top { display: flex; justify-content: space-between; font-size: .63rem; letter-spacing: .15em; font-weight: 800; }
.poster-mark { position: absolute; width: 420px; height: 460px; right: -70px; top: 70px; opacity: .13; transform: rotate(-10deg); }
.poster-mark span { position: absolute; left: 0; width: 100%; height: 145px; border-left: 52px solid var(--ink); border-right: 52px solid var(--ink); border-bottom: 52px solid var(--ink); clip-path: polygon(0 0, 50% 70%, 100% 0, 100% 38%, 50% 100%, 0 38%); }
.poster-mark span:nth-child(2) { top: 103px; }.poster-mark span:nth-child(3) { top: 206px; }
.poster-copy p { margin: 0 0 -10px; font-size: .75rem; font-weight: 800; letter-spacing: .28em; }
.poster-copy strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: clamp(8rem, 14vw, 12rem); line-height: .84; letter-spacing: -.11em; }
.poster-copy strong span { font-size: .4em; vertical-align: top; letter-spacing: -.03em; }
.poster-copy h2 { margin: 28px 0 0; font-size: 1.35rem; line-height: 1.08; font-weight: 800; letter-spacing: -.04em; }
.poster-bottom { display: flex; flex-wrap: wrap; gap: 7px; }
.poster-bottom span { border: 1px solid rgba(31,31,31,.38); border-radius: 999px; padding: 7px 9px; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }

.hero-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.hero-stats > div { padding: 27px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-stats > div:last-child { border-right: 0; }
.hero-stats strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 2.2rem; letter-spacing: -.07em; }
.hero-stats span { color: #9f9f9f; font-size: .72rem; }

.section-kicker { margin-top: 0; color: #686868; }
.section-kicker.light { color: #a7a7a7; }
.section-title { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.55rem, 5.3vw, 5.4rem); line-height: .98; letter-spacing: -.065em; }
.section-lead { color: #626262; font-size: 1.04rem; line-height: 1.75; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 58px; }
.section-head > div { max-width: 780px; }
.section-head > p { max-width: 370px; color: #6d6d6d; line-height: 1.7; }

.problem-section { background: #f5f4f1; }
.loss-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.loss-card { position: relative; min-height: 315px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .35s ease, transform .35s ease; }
.loss-card:hover { background: var(--white); transform: translateY(-7px); }
.loss-card > span { position: absolute; top: 23px; right: 23px; color: #aaa; font-size: .68rem; }
.loss-card i { display: inline-grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; font-size: 1.15rem; }
.loss-card h3 { margin: 95px 0 14px; font-size: 1.25rem; font-weight: 800; letter-spacing: -.04em; }
.loss-card p { color: #727272; line-height: 1.65; font-size: .9rem; }

.content-section { background: var(--white); }
.module-list { border-top: 1px solid var(--line); }
.module-item { display: grid; grid-template-columns: 76px minmax(0, 1.3fr) minmax(280px, .7fr); gap: 38px; padding: 36px 4px; border-bottom: 1px solid var(--line); transition: padding .3s ease, background .3s ease; }
.module-item:hover { padding-left: 18px; padding-right: 18px; background: #f7f7f5; }
.module-number { color: #aaa; font-size: .72rem; font-weight: 800; }
.module-main { position: relative; }
.module-time { display: inline-block; margin-bottom: 10px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.module-main h3 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 2.2rem); font-weight: 800; letter-spacing: -.05em; }
.module-main p { max-width: 660px; margin: 12px 0 0; color: #696969; line-height: 1.65; }
.module-result { align-self: center; padding-left: 30px; border-left: 1px solid var(--line); }
.module-result span { font-size: .62rem; letter-spacing: .15em; font-weight: 800; color: #999; }
.module-result p { margin: 10px 0 0; line-height: 1.55; font-size: .86rem; color: #4f4f4f; }

.experience-section { background: var(--paper); }
.experience-panel { position: relative; overflow: hidden; padding: clamp(38px, 6vw, 78px); border-radius: var(--radius-xl); color: var(--white); background: var(--ink-deep); box-shadow: var(--shadow); }
.experience-panel h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(3rem, 5vw, 5rem); line-height: .94; letter-spacing: -.07em; }
.experience-panel > .row > div > p:not(.section-kicker) { margin: 24px 0 32px; color: #a9a9a9; line-height: 1.75; }
.experience-pattern { position: absolute; width: 650px; height: 650px; border: 90px solid rgba(255,255,255,.04); transform: rotate(45deg); left: -400px; top: -80px; }
.bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.bonus-grid article { display: flex; gap: 17px; padding: 22px; border: 1px solid var(--line-light); border-radius: var(--radius-md); background: rgba(255,255,255,.035); }
.bonus-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--ink); }
.bonus-grid span { color: #808080; font-size: .58rem; letter-spacing: .15em; font-weight: 800; }
.bonus-grid h3 { margin: 6px 0 7px; font-size: 1rem; font-weight: 800; }
.bonus-grid p { margin: 0; color: #989898; font-size: .78rem; line-height: 1.55; }

.method-section { background: #e9e8e4; }
.method-steps { border-top: 1px solid var(--line); }
.method-steps article { display: flex; gap: 36px; padding: 28px 4px; border-bottom: 1px solid var(--line); }
.method-steps article > span { color: #9b9b9b; font-size: .68rem; }
.method-steps h3 { margin: 0 0 5px; font-size: 1.25rem; font-weight: 800; letter-spacing: -.04em; }
.method-steps p { margin: 0; color: #666; font-size: .88rem; }

.instructors-section { background: var(--white); }
.instructor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.instructor-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #f7f7f5; }
.instructor-visual { position: relative; min-height: 310px; display: grid; place-items: center; overflow: hidden; background: #d2d2d0; }
.instructor-visual.daiane { background: #232323; color: var(--white); }
.initials { position: relative; z-index: 2; font-family: "Space Grotesk", sans-serif; font-size: clamp(6rem, 12vw, 10rem); line-height: 1; font-weight: 700; letter-spacing: -.13em; transform: translateX(-.08em); }
.visual-lines { position: absolute; width: 450px; height: 450px; border: 60px solid currentColor; opacity: .08; transform: rotate(45deg); }
.instructor-content { padding: 32px; }
.instructor-content > span { font-size: .6rem; letter-spacing: .15em; font-weight: 800; color: #999; }
.instructor-content h3 { margin: 8px 0 14px; font-size: 2rem; font-weight: 800; letter-spacing: -.06em; }
.instructor-content p { color: #666; line-height: 1.7; }
.skill-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.skill-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #555; font-size: .66rem; font-weight: 700; }

.audience-section { background: var(--paper); }
.audience-card { padding: clamp(36px, 6vw, 72px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); }
.audience-card h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1; letter-spacing: -.065em; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list > div { display: flex; gap: 18px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.audience-list i { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); }
.audience-list p { margin: 0; color: #666; line-height: 1.6; }
.audience-list strong { color: var(--ink); }

.faq-section { background: #ecebe7; }
.workshop-accordion .accordion-item { border: 0; border-bottom: 1px solid var(--line); border-radius: 0!important; background: transparent; }
.workshop-accordion .accordion-button { padding: 24px 0; background: transparent; box-shadow: none; color: var(--ink); font-size: 1.05rem; font-weight: 800; }
.workshop-accordion .accordion-button:not(.collapsed) { color: var(--ink); }
.workshop-accordion .accordion-button::after { filter: grayscale(1); }
.workshop-accordion .accordion-body { padding: 0 40px 24px 0; color: #666; line-height: 1.7; }

.final-cta-section { padding: 54px 0; background: var(--ink-deep); color: var(--white); }
.final-cta { position: relative; overflow: hidden; text-align: center; padding: clamp(70px, 10vw, 125px) 24px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-xl); background: linear-gradient(145deg, rgba(255,255,255,.05), transparent); }
.final-cta h2 { position: relative; z-index: 2; max-width: 950px; margin: 0 auto; font-family: "Space Grotesk", sans-serif; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .92; letter-spacing: -.075em; }
.final-cta p { position: relative; z-index: 2; max-width: 610px; margin: 27px auto 30px; color: #aaa; line-height: 1.7; }
.final-cta .btn, .final-cta small { position: relative; z-index: 2; }
.final-cta small { display: block; margin-top: 20px; color: #737373; }

.site-footer { padding: 45px 0 26px; color: var(--white); background: #0d0d0d; border-top: 1px solid rgba(255,255,255,.1); }
.footer-main { display: flex; align-items: center; gap: 40px; }
.footer-main p { margin: 0; color: #797979; font-size: .83rem; }
.footer-link { margin-left: auto; border: 0; background: transparent; color: var(--white); font-weight: 700; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #5f5f5f; font-size: .68rem; }

.waitlist-overlay { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: visibility .35s, opacity .35s ease; }
.waitlist-overlay.open { visibility: visible; opacity: 1; }
.waitlist-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(9px); }
.waitlist-modal { position: relative; z-index: 2; width: min(940px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; display: grid; grid-template-columns: .8fr 1.2fr; border-radius: 28px; background: var(--white); box-shadow: 0 40px 120px rgba(0,0,0,.45); transform: translateY(25px) scale(.98); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.waitlist-overlay.open .waitlist-modal { transform: translateY(0) scale(1); }
.modal-close { position: absolute; z-index: 3; top: 17px; right: 17px; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(31,31,31,.12); border-radius: 50%; background: var(--white); }
.modal-intro { position: relative; overflow: hidden; padding: 54px 40px; color: var(--white); background: var(--ink); }
.modal-intro::after { content: ""; position: absolute; width: 360px; height: 360px; border: 48px solid rgba(255,255,255,.04); transform: rotate(45deg); left: -210px; bottom: -190px; }
.modal-step { font-size: .62rem; letter-spacing: .17em; font-weight: 800; color: #969696; }
.modal-intro h2 { margin: 15px 0; font-family: "Space Grotesk", sans-serif; font-size: 3.3rem; line-height: .94; letter-spacing: -.07em; }
.modal-intro > p { color: #aaa; line-height: 1.65; }
.modal-benefits { display: grid; gap: 9px; margin-top: 50px; color: #d6d6d6; font-size: .8rem; }
.modal-benefits i { margin-right: 7px; }
.waitlist-form { padding: 55px 42px 34px; }
.waitlist-form label { margin-bottom: 7px; color: #606060; font-size: .72rem; font-weight: 700; }
.waitlist-form .form-control, .waitlist-form .form-select { min-height: 49px; border: 1px solid #dedede; border-radius: 12px; background-color: #f9f9f8; font-size: .88rem; box-shadow: none; }
.waitlist-form textarea.form-control { min-height: 88px; resize: vertical; }
.waitlist-form .form-control:focus, .waitlist-form .form-select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(31,31,31,.08); }
.form-check { margin-top: 4px; }
.form-check-label { margin: 0!important; font-weight: 500!important; line-height: 1.5; }
.form-check-input:checked { background-color: var(--ink); border-color: var(--ink); }
.submit-button { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: 25px; padding: .9rem 1.1rem; border-radius: 12px; font-weight: 800; }
.privacy-note { margin: 13px 0 0; color: #999; font-size: .65rem; text-align: center; }
.form-screen { display: none; }
.form-screen.active { display: block; animation: formIn .35s ease both; }
@keyframes formIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.success-screen, .error-screen { min-height: 470px; display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-screen.active, .error-screen.active { display: flex; }
.success-icon, .error-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 1.8rem; }
.error-icon { background: #eee; color: var(--ink); }
.success-screen h3, .error-screen h3 { margin: 10px 0; font-size: 2.4rem; font-weight: 800; letter-spacing: -.06em; }
.success-screen p, .error-screen p { max-width: 430px; color: #777; line-height: 1.65; }
.success-screen .btn, .error-screen .btn { margin-top: 15px; border-radius: 999px; padding: .78rem 1.2rem; }

.reveal, .reveal-card, .reveal-scale { opacity: 0; }
.reveal.is-visible { animation: revealUp .75s cubic-bezier(.2,.8,.2,1) forwards; }
.reveal-card.is-visible { animation: revealUp .65s cubic-bezier(.2,.8,.2,1) forwards; }
.reveal-scale.is-visible { animation: revealScale .8s cubic-bezier(.2,.8,.2,1) forwards; }
@keyframes revealUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes revealScale { from { opacity: 0; transform: translateY(20px) scale(.97); } to { opacity: 1; transform: none; } }

@media (max-width: 991.98px) {
  .section-space { padding: 92px 0; }
  .site-header { position: absolute; }
  .navbar-collapse { margin-top: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(18,18,18,.96); backdrop-filter: blur(20px); }
  .nav-cta { width: 100%; margin-top: 12px; }
  .hero-section { padding-top: 130px; }
  .hero-copy h1 { font-size: clamp(3.6rem, 12vw, 6.5rem); }
  .workshop-poster { min-height: 520px; max-width: 620px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats > div:nth-child(2) { border-right: 0; }
  .hero-stats > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .loss-grid { grid-template-columns: repeat(2, 1fr); }
  .module-item { grid-template-columns: 55px 1fr; }
  .module-result { grid-column: 2; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .section-head { align-items: start; flex-direction: column; gap: 20px; }
  .section-head > p { max-width: 650px; }
  .instructor-grid { grid-template-columns: 1fr; }
  .waitlist-modal { grid-template-columns: 1fr; }
  .modal-intro { padding: 42px 38px; }
  .modal-intro h2 { max-width: 530px; }
  .modal-benefits { display: flex; flex-wrap: wrap; margin-top: 25px; }
}

@media (max-width: 767.98px) {
  .page-container { width: min(100% - 24px, 1200px); }
  .section-space { padding: 74px 0; }
  .navbar { min-height: 74px; }
  .brand-divider, .brand-product { display: none; }
  .hero-section { min-height: auto; padding: 116px 0 35px; }
  .hero-copy h1 { font-size: clamp(3.05rem, 15vw, 5.3rem); }
  .hero-description { font-size: .98rem; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero-actions .btn { width: 100%; }
  .text-link { align-self: center; }
  .workshop-poster { min-height: 480px; margin-top: 12px; padding: 24px; border-radius: 26px; }
  .poster-copy strong { font-size: 8rem; }
  .hero-stats { margin-top: 42px; }
  .hero-stats > div { padding: 20px 16px; }
  .hero-stats strong { font-size: 1.7rem; }
  .hero-stats span { font-size: .64rem; }
  .loss-grid { grid-template-columns: 1fr; }
  .loss-card { min-height: 260px; }
  .loss-card h3 { margin-top: 68px; }
  .module-item { grid-template-columns: 36px 1fr; gap: 15px; padding: 27px 0; }
  .module-item:hover { padding-left: 0; padding-right: 0; }
  .module-result { grid-column: 1 / -1; margin-left: 51px; }
  .bonus-grid { grid-template-columns: 1fr; }
  .experience-panel { border-radius: 25px; }
  .instructor-visual { min-height: 240px; }
  .instructor-content { padding: 25px; }
  .audience-card { border-radius: 24px; }
  .final-cta-section { padding: 24px 0; }
  .final-cta { border-radius: 24px; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-link { margin-left: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .waitlist-overlay { padding: 0; }
  .waitlist-modal { width: 100%; height: 100%; max-height: 100%; border-radius: 0; }
  .modal-intro { padding: 44px 24px 30px; }
  .modal-intro h2 { font-size: 2.65rem; }
  .modal-benefits { display: grid; }
  .waitlist-form { padding: 31px 24px 26px; }
  .modal-close { position: fixed; }
  .cursor-glow { display: none; }
}

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