body { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.vsl { flex: none; }
.site-header { width: 100%; background: #fff; }
.site-course-title { margin: 0; padding: 10px 20px 24px; text-align: center; font-size: clamp(28px, 3.2vw, 40px); font-weight: 600; line-height: 1.25; color: #000; }
.site-course-intro { background: #f1f1f1; padding: 18px 20px 30px; color: #000; }
.site-course-intro-inner { max-width: 760px; margin: 0 auto; }
.site-course-intro h2 { margin: 0 0 6px; font-size: 22px; font-weight: 600; line-height: 1.5; }
.site-course-intro p { margin: 0; font-size: 22px; line-height: 1.55; }
.site-video-intro { margin: 0; padding: 24px 20px; text-align: center; font-size: 22px; line-height: 1.5; }
.site-header-inner { position: relative; display: flex; align-items: center; justify-content: center; min-height: 80px; max-width: 1200px; margin: 0 auto; padding: 16px 20px; }
.site-logo { display: block; width: 252px; }
.site-logo img { display: block; width: 100%; height: auto; }
.site-header-links { position: absolute; right: 20px; display: flex; align-items: center; gap: 14px; }
.site-header-links a { display: flex; align-items: center; color: #000; font-size: 14px; font-weight: 600; text-decoration: none; }
.site-header-links svg { display: block; width: 30px; height: 30px; }
.site-header a:focus-visible, .site-footer a:focus-visible { outline: 3px solid #176c97; outline-offset: 4px; }
.site-footer { width: 100%; margin-top: 20px; padding: 25px 20px 45px; background: #000; color: #f2f2f2; text-align: center; font-size: 15px; line-height: 1.55; overflow-wrap: anywhere; }
.site-footer-inner { max-width: 560px; margin: 0 auto; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
@media(max-width: 767px) { .site-header { display: none; } }
.course-copy { width: 100%; padding: 60px 0 0; font-size: 20px; line-height: 1.6; overflow-wrap: anywhere; }
.course-copy > div { padding: 32px max(20px, calc((100% - 760px) / 2)); }
.course-copy > .course-format { padding-top: 26px; padding-bottom: 32px; background: #f1f1f1; }
.course-copy > div + div { border-top: 1px solid #e5dfd8; }
.course-copy p { margin: 0; }
.course-copy ul { margin: 0; padding-left: 1.5em; }
.course-copy a { text-underline-offset: 3px; }
.payment-intro { margin: 0 0 24px; text-align: center; font-size: 20px; line-height: 1.6; }
.reviews { width: min(100%, 1000px); padding: 40px 20px 0; }
.reviews h2 { margin: 0 0 32px; text-align: center; font-size: 24px; line-height: 1.4; }
.review-image { margin: 0 auto 36px; max-width: 700px; text-align: center; }
.review-image img { display: block; max-width: 100%; height: auto; margin: 0 auto; }
.review-new { max-width: calc(100% - 40px); }
.review-image a { display: block; cursor: zoom-in; }
.review-image a:focus-visible { outline: 3px solid #176c97; outline-offset: 4px; }
.review-dialog { width: min(900px, calc(100% - 24px)); max-width: none; max-height: calc(100dvh - 24px); padding: 16px; border: 0; border-radius: 12px; background: #fff; }
.review-dialog::backdrop { background: #000b; }
.review-dialog form { position: sticky; top: 0; display: flex; justify-content: flex-end; margin: 0 0 12px; }
.review-dialog button { padding: 10px 16px; border: 0; border-radius: 6px; background: #242424; color: #fff; }
.review-dialog img { display: block; width: 100%; height: auto; }
.review-video { width: min(100%, 300px); margin: 48px auto; }
.review-video-frame { position: relative; aspect-ratio: 9/16; overflow: hidden; border-radius: 16px; background: #242424; }
.review-video-start, .review-video-frame iframe { width: 100%; height: 100%; position: absolute; inset: 0; border: 0; }
.review-video-start { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 20px; background: #242424; color: #fff; font-size: 18px; text-align: center; }
.review-video-start span { font-size: 40px; }
.review-video-start:hover { background: #333; }
.review-video-start:focus-visible { outline: 3px solid #fff; outline-offset: -6px; }
.review-video figcaption { margin-top: 8px; text-align: center; font-size: 15px; line-height: 1.4; }
.review-quote { position: relative; margin: 0 0 64px; padding: 54px 60px 40px; background: #ededed; font-size: 20px; line-height: 1.6; overflow-wrap: anywhere; }
.review-quote::before { content: "“"; position: absolute; top: 0; left: 24px; font-size: 80px; line-height: 1; color: #c4c4c4; }
.review-quote blockquote { margin: 0; }
.review-quote figcaption { margin-top: 24px; }
@media(max-width: 600px) { .reviews { padding: 30px 20px 0; } .review-quote { margin-bottom: 32px; padding: 48px 22px 28px; font-size: 18px; } .review-quote::before { left: 16px; } }
.payment { width: min(100%, 1024px); padding: 24px 20px 28px; }
.payment-options { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.payment-options button { min-height: 60px; padding: 18px 24px; border: 0; border-radius: 6px; background: #ffd600; color: #333; font-size: 18px; font-weight: 650; }
.payment-options button:hover { background: #efc900; }
.payment-options button:focus-visible { outline: 3px solid #176c97; outline-offset: 4px; }
.payment-options button:disabled { opacity: .65; cursor: wait; }
#payment-status { margin: 12px 0 0; text-align: center; font-size: 14px; }
#payment-status:empty { display: none; }
@media(max-width: 600px) { .payment { max-width: 576px; padding: 20px 18px 28px; } .payment-options { flex-direction: column; } .payment-options button { width: 100%; } }
@media(max-width: 600px) { .course-copy { padding: 30px 0 0; font-size: 18px; } .course-copy > div { padding: 26px 20px; } .payment-intro { font-size: 18px; } }

.course-platform { width: min(100%, 800px); padding: 32px 20px 12px; font-size: 22px; line-height: 1.45; }
.course-platform img { display: block; width: 100%; height: auto; margin-top: 15px; }
.lesson-reviews { padding-top: 40px; }
.lesson-reviews .review-image { overflow: hidden; border-radius: 14px; }
@media(max-width: 600px) { .course-platform { padding-top: 24px; font-size: 18px; line-height: 1.6; } .lesson-reviews { padding-top: 30px; } }

/* FAQ spacing and typography match Go, without its Tilda runtime. */
.course-faq { width: 100%; padding: 30px 20px 90px; background: #fff; color: #000; font-size: 20px; font-weight: 300; line-height: 1.55; overflow-wrap: anywhere; }
.course-faq h2 { max-width: 760px; margin: 0 auto 30px; text-align: center; font-size: 24px; font-weight: 700; line-height: 1.5; }
.faq-item { max-width: 760px; margin: 0 auto 20px; padding: 40px; border: 1px solid #eee; border-radius: 9px; }
.faq-item:last-child { margin-bottom: 0; }
.faq-row { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 15px; }
.faq-row + .faq-row { margin-top: 16px; }
.faq-label { color: #757575; font-size: 18px; font-weight: 300; }
.faq-item h3 { margin: 0; font-size: inherit; line-height: inherit; font-weight: 700; }
.faq-item h3 strong { font-weight: inherit; }
@media(max-width: 725px) { .faq-item { padding: 16px 22px; } .faq-label { padding-top: 2px; } .faq-row + .faq-row { margin-top: 9px; } }
@media(max-width: 640px) { .faq-row { grid-template-columns: minmax(0, 1fr); gap: 2px; } .faq-row + .faq-row { margin-top: 13px; } }
@media(max-width: 480px) { .course-faq { line-height: 1.45; } .faq-label { font-size: 14px; } }
