@font-face {
    font-family: Circular;
    src: url('circular-regular.otf') format('opentype');
    font-display: swap;
}
:root { color-scheme: light; --ink: #172c32; --muted: #52656a; --teal: #206d71; --line: #dce5e3; }
* { box-sizing: border-box; }
body { margin: 0; font-family: Circular, Arial, sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary { cursor: pointer; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #23777d; outline-offset: 4px; }
.page-width { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; padding: 12px; background: white; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid #edf0ef; }
.logo { display: block; width: 134px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 23px; font-size: 14px; }
.desktop-nav a, .site-footer a { padding-block: 8px; }
nav a:hover { color: var(--teal); text-decoration: underline; text-underline-offset: 5px; }
nav a[aria-current="page"] { color: var(--teal); font-weight: bold; }
.mobile-menu { display: none; }
.intro { max-width: 710px; padding: 70px 0 42px; }
.eyebrow { color: var(--teal); font-size: 14px; font-weight: bold; margin: 0 0 18px; }
h1, h2, p { margin-top: 0; }
h1 { font-size: clamp(38px, 4.4vw, 56px); font-weight: 600; line-height: 1.12; margin-bottom: 22px; }
h1 span { color: var(--teal); }
.intro-copy { max-width: 620px; font-size: 18px; line-height: 1.65; color: var(--muted); margin-bottom: 0; }
.options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.option { padding: 34px; border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; }
.course-option { background: #eff8f6; border-color: #d4e7e2; }
.option-label { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.option-number { border: 1px solid #c5d4d0; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; }
.option h2 { font-size: 29px; line-height: 1.2; font-weight: 600; margin-bottom: 12px; }
.option-description { color: var(--muted); margin-bottom: 24px; min-height: 50px; }
.coach, .course-format { display: flex; align-items: center; gap: 13px; min-height: 52px; margin-bottom: 26px; }
.coach img { border-radius: 50%; object-fit: cover; object-position: center 25%; }
.coach strong, .course-format strong { display: block; font-size: 14px; }
.coach span, .course-format div span { display: block; font-size: 13px; color: var(--muted); }
.course-format > span { width: 52px; height: 52px; border: 1px solid #b6d9d0; border-radius: 12px; display: grid; place-items: center; font-size: 31px; color: var(--teal); }
.offer-price { border-top: 1px solid var(--line); padding-top: 24px; margin-bottom: 22px; }
.offer-price > strong { display: block; font-weight: 600; font-size: 38px; line-height: 1.3; }
.offer-price > strong.price-pending { font-size: 28px; }
.offer-price > span { color: var(--muted); font-size: 13px; }
.session-details { margin: 7px 0 0; color: var(--teal); font-weight: bold; }
.benefits { list-style: none; padding: 0; margin: 0 0 26px; font-size: 14px; }
.benefits li { display: flex; align-items: baseline; gap: 10px; margin: 10px 0; }
.benefits li::before { content: '✓'; color: var(--teal); font-weight: bold; }
.option-action { margin-top: auto; }
.button { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; min-height: 50px; border: 0; border-radius: 8px; padding: 13px 18px; text-align: center; font-size: 14px; font-weight: bold; transition: background-color 150ms ease; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: #29474e; }
.button-teal { background: #226c66; color: white; }
.button-teal:hover { background: #185850; }
.option-action > p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 12px 0 0; }
.promo-box { padding: 14px; border: 1px dashed #92bdb3; border-radius: 8px; margin-bottom: 18px; }
.promo-box label { font-size: 12px; color: var(--muted); }
.promo-row { display: flex; align-items: center; gap: 12px; margin-top: 6px; }
.promo-row input { min-width: 0; width: 100%; border: 0; background: transparent; color: var(--ink); font-weight: bold; padding: 4px 0; }
.copy-button { flex-shrink: 0; border: 1px solid #a8cbc1; border-radius: 5px; background: #fff; color: var(--teal); font-size: 12px; padding: 6px 9px; }
#copy-status { font-size: 12px; margin: 0; color: var(--teal); }
.review-note { display: flex; gap: 18px; align-items: start; padding: 26px 0 0; max-width: 870px; }
.review-icon { color: var(--teal); font-size: 32px; line-height: 1; }
.review-note h2 { font-size: 15px; margin-bottom: 6px; }
.review-note p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; }
.inquiry { border-top: 1px solid var(--line); margin-top: 70px; padding: 62px 0 76px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; scroll-margin-top: 24px; }
.inquiry-intro h2 { font-size: 34px; font-weight: 600; line-height: 1.2; margin-bottom: 18px; }
.inquiry-intro > p:last-child { color: var(--muted); font-size: 15px; }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; margin-bottom: 7px; }
.field label span { color: var(--muted); }
.field input, .field textarea { display: block; width: 100%; min-width: 0; border: 1px solid #becdc9; border-radius: 6px; padding: 10px 12px; background: white; color: var(--ink); }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--teal); }
.field input::placeholder, .field textarea::placeholder { color: #667976; }
.pin-field input { max-width: 100px; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-content { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 25px; }
.footer-content p { margin: 0; }
.footer-content nav { display: flex; gap: 25px; }
@media (max-width: 1020px) {
    .desktop-nav { gap: 14px; font-size: 12px; }
    .logo { width: 112px; }
    .option { padding: 28px; }
    .inquiry { gap: 45px; }
}
@media (max-width: 760px) {
    .page-width { width: calc(100% - 40px); }
    .site-header { min-height: 86px; position: relative; }
    .desktop-nav { display: none; }
    .mobile-menu { display: block; }
    .mobile-menu summary { display: flex; gap: 14px; align-items: center; padding: 12px 0 12px 12px; font-size: 14px; }
    .mobile-menu summary::-webkit-details-marker { display: none; }
    .mobile-menu nav { position: absolute; z-index: 3; right: 0; top: 76px; width: min(300px, 100%); padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 12px 24px #172c3210; }
    .mobile-menu nav a { display: block; padding: 10px; font-size: 14px; }
    .intro { padding: 44px 0 30px; }
    .intro-copy { font-size: 16px; }
    .eyebrow { font-size: 12px; }
    .options { grid-template-columns: 1fr; gap: 18px; }
    .option { padding: 25px; }
    .option h2 { font-size: 27px; }
    .option-description { min-height: 0; }
    .option-label { margin-bottom: 18px; }
    .review-note { gap: 12px; padding-top: 24px; }
    .inquiry { margin-top: 40px; padding: 36px 0 42px; grid-template-columns: 1fr; gap: 20px; }
    .inquiry-intro h2 { font-size: 30px; }
    .footer-content { flex-direction: column; align-items: flex-start; gap: 8px; }
}
@media (max-width: 380px) {
    .option { padding: 21px; }
    .form-pair { grid-template-columns: 1fr; gap: 0; }
    .button { padding-inline: 10px; }
}
@media (prefers-reduced-motion: reduce) { .button { transition: none; } }
