body { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.vsl { flex: none; }
.site-header { width: 100%; background: #fff; }
.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: min(100%, 800px); padding: 40px 20px 0; font-size: 20px; line-height: 1.6; overflow-wrap: anywhere; }
.course-copy > div { padding: 32px 0; }
.course-copy > div:first-child { padding-top: 0; }
.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; }
.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: 28px 20px 0; font-size: 18px; } .course-copy > div { padding: 26px 0; } .payment-intro { font-size: 18px; } }
