.program-landing-page {
    --program-ink: #111111;
    --program-soft-ink: #2b2b2b;
    --program-muted: rgba(17, 17, 17, 0.68);
    --program-line: rgba(17, 17, 17, 0.14);
    --program-paper: #fffdf4;
    --program-cream: #fff7cf;
    --program-gold: #ffcb05;
    --program-gold-dark: #d59b00;
    --program-red: #86171b;
    --program-blue: #0f5f7d;
    --program-green: #276749;
    --program-shadow: 0 18px 42px rgba(17, 17, 17, 0.11);
    --program-box-radius: 8px;
    --program-header-sticky-height: 136px;
    --program-anchor-sticky-height: 58px;
    background: var(--program-paper);
    color: var(--program-ink);
    overflow-x: hidden;
}

.program-landing-page .site-header--compass .main-nav a[aria-current="page"] {
    color: #86171b;
}

.program-landing-page .site-header--compass {
    position: sticky;
    top: 0;
    z-index: 200;
}

.program-page {
    overflow: visible;
    background: linear-gradient(180deg, #fffdf4 0%, #ffffff 44%, #fffdf4 100%);
}

.program-section,
.program-mid-cta,
.program-final-cta {
    scroll-margin-top: calc(var(--program-header-sticky-height) + var(--program-anchor-sticky-height) + 24px);
}

.program-kicker {
    margin: 0 0 0.75rem;
    color: var(--program-red);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.program-hero {
    position: relative;
    isolation: isolate;
    min-height: 0;
    padding: 5rem 0 4.25rem;
    background:
        linear-gradient(90deg, rgba(255, 253, 244, 0.97) 0%, rgba(255, 247, 207, 0.94) 48%, rgba(255, 203, 5, 0.88) 100%),
        linear-gradient(180deg, #ffffff 0%, #fff7cf 100%);
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.program-hero__media {
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: visible;
    pointer-events: none;
}

.program-hero__media::before {
    display: none;
}

.program-hero__media::after {
    display: none;
}

.program-hero__media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: none;
    object-fit: contain;
    filter: saturate(1.04) contrast(1.02);
}

.program-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1540px, calc(100% - 2.5rem));
    max-width: 1540px;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(560px, 0.95fr);
    gap: 3rem;
    align-items: center;
}

.program-hero__content {
    min-width: 0;
}

.program-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--program-ink);
    font-size: 3.25rem;
    line-height: 1.08;
    letter-spacing: 0;
}

.program-hero__lead {
    display: grid;
    gap: 1rem;
    max-width: 690px;
    margin: 1.45rem 0 0;
    color: var(--program-soft-ink);
    font-size: 1.08rem;
    line-height: 1.78;
}

.program-hero__lead p,
.program-section p,
.program-mid-cta p,
.program-final-cta p {
    margin: 0;
}

.program-hero__actions,
.program-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.program-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 50px;
    padding: 0.9rem 1.25rem;
    border: 1px solid transparent;
    border-radius: var(--program-box-radius);
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.program-button svg {
    width: 1.15rem;
    height: 1.15rem;
    flex: 0 0 1.15rem;
}

.program-button--primary {
    background: var(--program-red);
    color: #ffffff;
    border-color: var(--program-red);
    box-shadow: 0 14px 28px rgba(134, 23, 27, 0.24);
}

.program-button--primary:hover,
.program-button--primary:focus-visible {
    transform: translateY(-1px);
    background: #6b1216;
    border-color: #6b1216;
    color: #ffffff;
    box-shadow: 0 18px 32px rgba(107, 18, 22, 0.28);
}

.program-button--secondary {
    background: rgba(255, 255, 255, 0.92);
    color: var(--program-ink);
    border-color: rgba(17, 17, 17, 0.22);
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.program-button--secondary:hover,
.program-button--secondary:focus-visible {
    transform: translateY(-1px);
    background: #ffffff;
    color: var(--program-red);
    border-color: rgba(134, 23, 27, 0.42);
    box-shadow: 0 16px 30px rgba(17, 17, 17, 0.12);
}

.program-hero__belief {
    display: grid;
    gap: 0.45rem;
    width: min(100%, 690px);
    margin-top: 2rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(134, 23, 27, 0.24);
    border-left: 5px solid var(--program-red);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 26px rgba(17, 17, 17, 0.08);
}

.program-hero__belief strong {
    color: var(--program-red);
    font-size: 1rem;
}

.program-hero__belief span {
    color: var(--program-muted);
    line-height: 1.65;
}

.program-anchor-nav {
    position: sticky;
    top: var(--program-header-sticky-height);
    z-index: 190;
    background: rgba(255, 253, 244, 0.96);
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
    backdrop-filter: blur(14px);
}

.program-anchor-nav__inner {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    padding: 0.75rem 0;
    scrollbar-width: none;
}

.program-anchor-nav__inner::-webkit-scrollbar {
    display: none;
}

.program-anchor-nav a {
    flex: 0 0 auto;
    padding: 0.65rem 0.95rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: var(--program-box-radius);
    background: #ffffff;
    color: var(--program-ink);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.program-anchor-nav a:hover,
.program-anchor-nav a:focus-visible {
    border-color: rgba(134, 23, 27, 0.4);
    color: var(--program-red);
}

.program-landing-page .program-anchor-nav a.is-active,
.program-landing-page .program-anchor-nav a[aria-current="location"] {
    border-color: var(--program-red);
    background: var(--program-red);
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(134, 23, 27, 0.18);
}

.program-landing-page .program-anchor-nav a.is-active:hover,
.program-landing-page .program-anchor-nav a.is-active:focus-visible,
.program-landing-page .program-anchor-nav a[aria-current="location"]:hover,
.program-landing-page .program-anchor-nav a[aria-current="location"]:focus-visible {
    border-color: var(--program-red);
    color: #ffffff !important;
}

.program-section {
    padding: 4.8rem 0;
}

.program-section--muted {
    background: #fff8dd;
    border-block: 1px solid rgba(17, 17, 17, 0.1);
}

.program-section--gallery {
    background: #f6f9fb;
}

.program-section__heading {
    display: grid;
    gap: 0.9rem;
    max-width: 790px;
    margin-bottom: 2rem;
}

.program-section__heading h2,
.program-section__copy h2,
.program-band__copy h2,
.program-teacher__copy h2,
.program-form-copy h2,
.program-mid-cta h2,
.program-final-cta h2 {
    margin: 0;
    color: var(--program-ink);
    font-size: 2.45rem;
    line-height: 1.16;
    letter-spacing: 0;
}

.program-section__heading p,
.program-section__copy p,
.program-form-copy p,
.program-band__copy p,
.program-teacher__copy p,
.program-mid-cta p,
.program-final-cta p {
    color: var(--program-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.program-split,
.program-rhythm,
.program-recognition {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 2.5rem;
    align-items: start;
}

.program-section__copy {
    display: grid;
    gap: 1rem;
}

.program-stage-list {
    display: grid;
    gap: 0.9rem;
}

.program-stage-card,
.program-goal-card,
.program-level-card,
.program-route-card,
.program-method-card,
.program-rhythm-card,
.program-foundation-card,
.program-academic-card,
.program-photo-card,
.program-faq details {
    border: 1px solid var(--program-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 32px rgba(17, 17, 17, 0.08);
}

.program-stage-card {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
    overflow: hidden;
}

.program-stage-card__media {
    position: relative;
    min-height: 150px;
    background: #f3ead0;
}

.program-stage-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.02), rgba(17, 17, 17, 0.18));
}

.program-stage-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.program-stage-card__body {
    display: grid;
    align-content: center;
    gap: 0.7rem;
    min-height: 150px;
    padding: 1.15rem 1.25rem;
}

.program-stage-card span,
.program-goal-card__head span {
    color: var(--program-red);
    font-size: 0.9rem;
    font-weight: 900;
}

.program-stage-card h3,
.program-goal-card h3,
.program-level-card h3,
.program-route-card h3,
.program-method-card h3,
.program-rhythm-card h3,
.program-foundation-card h3,
.program-academic-card h3 {
    margin: 0;
    color: var(--program-ink);
    font-size: 1.15rem;
    line-height: 1.32;
}

.program-stage-card p,
.program-goal-card p,
.program-level-card p,
.program-route-card p,
.program-method-card p,
.program-rhythm-card p,
.program-foundation-card p,
.program-academic-card p {
    color: var(--program-muted);
    line-height: 1.65;
}

.program-detail-list {
    display: grid;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--program-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.program-detail-list li {
    position: relative;
    padding-left: 1rem;
}

.program-detail-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.45;
}

.program-foundation-grid,
.program-goal-grid,
.program-level-grid,
.program-method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.program-goal-grid,
.program-method-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program-foundation-card {
    overflow: hidden;
}

.program-foundation-card h3,
.program-foundation-card p {
    margin: 0;
    padding-inline: 1.15rem;
}

.program-foundation-card h3 {
    padding-top: 1rem;
}

.program-foundation-card p {
    padding-top: 0.55rem;
    padding-bottom: 1.2rem;
}

.program-foundation-card__media {
    min-height: 180px;
    background-size: cover;
    background-position: center;
}

.program-foundation-card__media--school {
    background-image:
        linear-gradient(180deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.32)),
        url("../img/about/school-curriculum-books.jpg");
}

.program-foundation-card__media--cefr {
    background-image:
        linear-gradient(180deg, rgba(15, 95, 125, 0.08), rgba(15, 95, 125, 0.35)),
        url("../img/about/cefr-cambridge-roadmap.jpg");
}

.program-foundation-card__media--cambridge {
    background-image:
        linear-gradient(180deg, rgba(134, 23, 27, 0.08), rgba(134, 23, 27, 0.3)),
        url("../img/about/cambridge-course-books.jpg");
}

.program-goal-card,
.program-method-card {
    position: relative;
    isolation: isolate;
    min-height: 240px;
    overflow: hidden;
    padding: 1.25rem;
    display: grid;
    align-content: start;
    gap: 0.85rem;
    border-top-width: 4px;
}

.program-method-card::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -46px;
    z-index: -1;
    width: 138px;
    height: 138px;
    border-radius: 999px;
    background: rgba(255, 203, 5, 0.15);
}

.program-goal-card {
    border-top: 4px solid rgba(134, 23, 27, 0.35);
}

.program-goal-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.program-goal-card__icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(134, 23, 27, 0.16);
    border-radius: 8px;
    background: #fff7cf;
    color: var(--program-red);
}

.program-goal-card__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.program-goal-card:nth-child(2) {
    border-top-color: rgba(15, 95, 125, 0.38);
}

.program-goal-card:nth-child(2) .program-goal-card__icon {
    border-color: rgba(15, 95, 125, 0.18);
    background: rgba(15, 95, 125, 0.08);
    color: var(--program-blue);
}

.program-goal-card:nth-child(2)::after {
    background: rgba(15, 95, 125, 0.12);
}

.program-goal-card:nth-child(3) {
    border-top-color: rgba(39, 103, 73, 0.38);
}

.program-goal-card:nth-child(3) .program-goal-card__icon {
    border-color: rgba(39, 103, 73, 0.18);
    background: rgba(39, 103, 73, 0.08);
    color: var(--program-green);
}

.program-goal-card:nth-child(3)::after {
    background: rgba(39, 103, 73, 0.12);
}

.program-goal-card:nth-child(4) {
    border-top-color: rgba(134, 23, 27, 0.38);
}

.program-goal-card:nth-child(4) .program-goal-card__icon {
    border-color: rgba(134, 23, 27, 0.18);
    background: rgba(134, 23, 27, 0.08);
    color: var(--program-red);
}

.program-goal-card:nth-child(4)::after {
    background: rgba(134, 23, 27, 0.12);
}

.program-method-card__icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(134, 23, 27, 0.16);
    border-radius: 8px;
    background: #fff7cf;
    color: var(--program-red);
}

.program-method-card__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.program-level-card {
    display: grid;
    align-content: start;
    gap: 0.85rem;
    padding: 1.25rem;
}

.program-level-card__head {
    display: grid;
    gap: 0.35rem;
}

.program-level-card__head span,
.program-route-card__head span,
.program-rhythm-card span {
    color: var(--program-red);
    font-weight: 900;
}

.program-level-card__head strong {
    color: var(--program-blue);
    font-size: 1.25rem;
}

.program-section--image-band {
    padding-top: 0;
}

.program-band {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: center;
    padding: 3rem 0;
}

.program-band__copy {
    display: grid;
    gap: 1rem;
}

.program-band__image {
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 8px;
    background: #e8edf3;
    aspect-ratio: 16 / 9;
    box-shadow: var(--program-shadow);
}

.program-band__image img,
.program-photo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.program-route-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.program-route-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    align-content: start;
    gap: 0.85rem;
    min-height: 224px;
    padding: 1.15rem;
    border-top: 4px solid rgba(134, 23, 27, 0.35);
}

.program-route-card::after {
    content: "";
    position: absolute;
    right: -46px;
    bottom: -52px;
    z-index: -1;
    width: 148px;
    height: 148px;
    border-radius: 999px;
    background: rgba(255, 203, 5, 0.14);
}

.program-route-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.program-route-card__icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(134, 23, 27, 0.16);
    border-radius: 8px;
    background: #fff7cf;
    color: var(--program-red);
}

.program-route-card__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.program-route-card:nth-child(2) {
    border-top-color: rgba(15, 95, 125, 0.38);
}

.program-route-card:nth-child(2) .program-route-card__icon {
    border-color: rgba(15, 95, 125, 0.18);
    background: rgba(15, 95, 125, 0.08);
    color: var(--program-blue);
}

.program-route-card:nth-child(2)::after {
    background: rgba(15, 95, 125, 0.12);
}

.program-route-card:nth-child(3) {
    border-top-color: rgba(39, 103, 73, 0.38);
}

.program-route-card:nth-child(3) .program-route-card__icon {
    border-color: rgba(39, 103, 73, 0.18);
    background: rgba(39, 103, 73, 0.08);
    color: var(--program-green);
}

.program-route-card:nth-child(3)::after {
    background: rgba(39, 103, 73, 0.12);
}

.program-route-card:nth-child(4) {
    border-top-color: rgba(134, 23, 27, 0.38);
}

.program-route-card:nth-child(4) .program-route-card__icon {
    border-color: rgba(134, 23, 27, 0.18);
    background: rgba(134, 23, 27, 0.08);
    color: var(--program-red);
}

.program-route-card:nth-child(4)::after {
    background: rgba(134, 23, 27, 0.12);
}

.program-ielts-note,
.program-source-note {
    display: grid;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(134, 23, 27, 0.24);
    border-left: 5px solid var(--program-red);
    border-radius: 8px;
    background: #fffdf4;
}

.program-source-note {
    border-color: rgba(15, 95, 125, 0.22);
    border-left-color: var(--program-blue);
    background: #f8fcff;
}

.program-ielts-note strong,
.program-source-note strong {
    color: var(--program-red);
    font-size: 1.1rem;
}

.program-source-note strong {
    color: var(--program-blue);
}

.program-ielts-note p,
.program-source-note p {
    color: var(--program-muted);
    line-height: 1.7;
}

.program-method-card {
    background: #ffffff;
}

.program-method-card:nth-child(2) {
    border-top-color: rgba(15, 95, 125, 0.42);
}

.program-method-card:nth-child(2) .program-method-card__icon {
    border-color: rgba(15, 95, 125, 0.18);
    background: rgba(15, 95, 125, 0.08);
    color: var(--program-blue);
}

.program-method-card:nth-child(2)::after {
    background: rgba(15, 95, 125, 0.12);
}

.program-method-card:nth-child(3) {
    border-top-color: rgba(39, 103, 73, 0.42);
}

.program-method-card:nth-child(3) .program-method-card__icon {
    border-color: rgba(39, 103, 73, 0.18);
    background: rgba(39, 103, 73, 0.08);
    color: var(--program-green);
}

.program-method-card:nth-child(3)::after {
    background: rgba(39, 103, 73, 0.12);
}

.program-method-card:nth-child(4) {
    border-top-color: rgba(134, 23, 27, 0.42);
}

.program-method-card:nth-child(4) .program-method-card__icon {
    border-color: rgba(134, 23, 27, 0.18);
    background: rgba(134, 23, 27, 0.08);
    color: var(--program-red);
}

.program-method-card:nth-child(4)::after {
    background: rgba(134, 23, 27, 0.12);
}

.program-rhythm {
    align-items: center;
}

.program-rhythm__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.program-rhythm-card {
    min-height: 200px;
    padding: 1.1rem;
    display: grid;
    align-content: start;
    gap: 0.7rem;
}

.program-teacher {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 2.5rem;
    align-items: center;
}

.program-teacher__image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.program-teacher__image img {
    width: min(78vw, 360px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.12);
}

.program-teacher__copy {
    display: grid;
    gap: 1rem;
}

.program-academic-card {
    display: grid;
    gap: 0.65rem;
    padding: 1.2rem;
    border-left: 5px solid var(--program-red);
    box-shadow: 0 12px 26px rgba(17, 17, 17, 0.08);
}

.program-photo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    grid-template-rows: repeat(2, 220px);
    gap: 1rem;
}

.program-photo-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #dfe7ef;
}

.program-photo-card--large {
    grid-row: span 2;
}

.program-photo-card figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.74));
    color: #ffffff;
    font-weight: 800;
    line-height: 1.35;
}

.program-recognition {
    align-items: center;
}

.program-recognition__showcase {
    display: grid;
    gap: 1rem;
}

.program-recognition__media {
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 8px;
    background: #fffdf4;
    aspect-ratio: 16 / 9;
    box-shadow: var(--program-shadow);
}

.program-recognition__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.program-recognition__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.program-recognition__list span {
    min-height: 72px;
    display: flex;
    align-items: center;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-left: 5px solid var(--program-gold);
    border-radius: 8px;
    background: #ffffff;
    color: var(--program-ink);
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.07);
}

.program-mid-cta,
.program-final-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 4rem 0;
    background: #981116;
    color: #ffffff;
}

.program-final-cta::before,
.program-final-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.program-final-cta::before {
    z-index: -1;
    background:
        radial-gradient(circle at 14px 14px, rgba(255, 220, 87, 0.34) 0 2px, transparent 2.5px),
        radial-gradient(circle at 44px 44px, rgba(255, 255, 255, 0.16) 0 1.4px, transparent 2px);
    background-size: 58px 58px;
    opacity: 1;
}

.program-final-cta::after {
    z-index: -2;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 220, 87, 0.18), transparent 44%),
        linear-gradient(90deg, rgba(111, 12, 17, 0.96), rgba(152, 17, 22, 0.92));
}

.program-mid-cta .program-kicker,
.program-final-cta .program-kicker {
    color: #ffdc57;
}

.program-mid-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}

.program-mid-cta h2,
.program-final-cta h2,
.program-mid-cta p,
.program-final-cta p {
    color: #ffffff;
}

.program-mid-cta p {
    max-width: 760px;
}

.program-section--form {
    background: #ffffff;
}

.program-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 2rem;
    align-items: start;
}

.program-form-copy {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 5rem;
}

.program-form-notes {
    display: grid;
    gap: 0.6rem;
    padding: 0;
    margin: 0.5rem 0 0;
    list-style: none;
}

.program-form-notes li {
    position: relative;
    padding-left: 1.4rem;
    color: var(--program-muted);
    line-height: 1.55;
}

.program-form-notes li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.64rem;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--program-red);
}

.program-consultation-form {
    padding: 1.25rem;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 8px;
    background: #fffdf4;
    box-shadow: var(--program-shadow);
}

.program-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.program-field {
    display: grid;
    gap: 0.45rem;
    min-width: 0;
}

.program-field--wide {
    grid-column: 1 / -1;
}

.program-field span {
    color: var(--program-ink);
    font-size: 0.9rem;
    font-weight: 800;
}

.program-field input,
.program-field select,
.program-field textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: var(--program-box-radius);
    background: #ffffff;
    color: var(--program-ink);
    font: inherit;
    line-height: 1.35;
    padding: 0.82rem 0.9rem;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.program-field textarea {
    resize: vertical;
    min-height: 118px;
}

.program-field input:focus,
.program-field select:focus,
.program-field textarea:focus {
    border-color: rgba(134, 23, 27, 0.5);
    box-shadow: 0 0 0 3px rgba(134, 23, 27, 0.12);
}

.program-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.program-form-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.15rem;
}

.program-form-feedback {
    min-height: 1.4rem;
    margin: 0;
    color: var(--program-muted);
    font-weight: 700;
    line-height: 1.45;
}

.program-form-feedback[data-tone="success"] {
    color: var(--program-green);
}

.program-form-feedback[data-tone="error"] {
    color: var(--program-red);
}

.program-faq {
    max-width: 920px;
}

.program-faq__list {
    display: grid;
    gap: 0.8rem;
}

.program-faq details {
    padding: 0;
    overflow: hidden;
}

.program-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 62px;
    padding: 1rem 1.1rem;
    color: var(--program-ink);
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
}

.program-faq summary::after {
    content: "+";
    width: 1.6rem;
    height: 1.6rem;
    flex: 0 0 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--program-gold);
    color: var(--program-ink);
    font-weight: 900;
}

.program-faq details[open] summary::after {
    content: "-";
}

.program-faq details p {
    padding: 0 1.1rem 1.1rem;
    color: var(--program-muted);
    line-height: 1.7;
}

.program-final-cta {
    text-align: center;
}

.program-final-cta__inner {
    display: grid;
    justify-items: center;
    gap: 1rem;
    max-width: 840px;
}

.program-final-cta strong {
    color: #ffdc57;
    font-size: 1.05rem;
}

.program-final-cta__actions {
    justify-content: center;
}

.program-final-cta .program-button {
    min-height: 64px;
    min-width: min(100%, 360px);
    padding: 1.12rem 2rem;
    background: #ffdc57;
    border-color: #ffdc57;
    color: #3d0608;
    font-size: 1.05rem;
    box-shadow: 0 18px 34px rgba(61, 6, 8, 0.24);
}

.program-final-cta .program-button:hover,
.program-final-cta .program-button:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: #86171b;
    box-shadow: 0 22px 42px rgba(61, 6, 8, 0.3);
}

.program-final-cta .program-button svg {
    width: 1.3rem;
    height: 1.3rem;
    flex-basis: 1.3rem;
}

.program-flipbook {
    background: #fffaf0;
}

.program-flipbook__frame {
    overflow: hidden;
    width: 100%;
    min-height: 560px;
    border: 1px solid rgba(134, 23, 27, 0.18);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: var(--program-shadow);
}

.program-flipbook__frame iframe {
    display: block;
    width: 100%;
    height: clamp(560px, 72vh, 760px);
    border: 0;
}

@media (max-width: 1180px) {
    .program-hero {
        padding-top: 4.25rem;
    }

    .program-hero__inner {
        width: min(100% - 2rem, 1120px);
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
        gap: 2rem;
    }

    .program-hero h1 {
        max-width: 620px;
        font-size: 2.78rem;
    }

    .program-hero__lead {
        max-width: 620px;
    }

    .program-goal-grid,
    .program-method-grid,
    .program-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .program-section {
        padding: 3.5rem 0;
    }

    .program-hero__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .program-hero__media {
        width: min(100%, 760px);
        justify-self: center;
    }

    .program-split,
    .program-rhythm,
    .program-recognition,
    .program-band,
    .program-teacher,
    .program-form-layout,
    .program-mid-cta__inner {
        grid-template-columns: 1fr;
    }

    .program-form-copy {
        position: static;
    }

    .program-foundation-grid,
    .program-level-grid {
        grid-template-columns: 1fr;
    }

    .program-rhythm__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .program-photo-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .program-photo-card,
    .program-photo-card--large {
        min-height: 260px;
        grid-row: auto;
    }
}

@media (max-width: 760px) {
    body.program-landing-page .back-to-top {
        display: none;
    }

    .program-landing-page {
        --program-header-sticky-height: 74px;
        --program-anchor-sticky-height: 54px;
    }

    .program-hero {
        padding: 3.2rem 0 2.75rem;
    }

    .program-hero__media {
        width: 100%;
    }

    .program-hero__media::before {
        inset: -8px;
    }

    .program-hero__media::after {
        right: 14px;
        bottom: -8px;
        left: 14px;
        height: 6px;
    }

    .program-hero__media img {
        width: 100%;
        border-width: 6px;
    }

    .program-hero h1 {
        font-size: 2.52rem;
        line-height: 1.08;
    }

    .program-hero__lead {
        font-size: 1rem;
        line-height: 1.68;
    }

    .program-hero__actions,
    .program-final-cta__actions,
    .program-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .program-button {
        width: 100%;
    }

    .program-section__heading h2,
    .program-section__copy h2,
    .program-band__copy h2,
    .program-teacher__copy h2,
    .program-form-copy h2,
    .program-mid-cta h2,
    .program-final-cta h2 {
        font-size: 2rem;
    }

    .program-stage-list,
    .program-goal-grid,
    .program-method-grid,
    .program-rhythm__cards,
    .program-route-grid,
    .program-form-grid,
    .program-recognition__list {
        grid-template-columns: 1fr;
    }

    .program-stage-card,
    .program-goal-card,
    .program-method-card,
    .program-route-card,
    .program-rhythm-card {
        min-height: auto;
    }

    .program-stage-card {
        grid-template-columns: 1fr;
    }

    .program-stage-card__media {
        min-height: 168px;
    }

    .program-stage-card__body {
        min-height: 0;
    }

    .program-teacher__image {
        min-height: 0;
    }

    .program-teacher__image img {
        width: min(78vw, 320px);
    }

    .program-consultation-form {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .program-hero h1 {
        font-size: 2.2rem;
    }

    .program-hero__belief {
        padding: 0.9rem;
    }

    .program-section__heading h2,
    .program-section__copy h2,
    .program-band__copy h2,
    .program-teacher__copy h2,
    .program-form-copy h2,
    .program-mid-cta h2,
    .program-final-cta h2 {
        font-size: 1.82rem;
    }

    .program-photo-card,
    .program-photo-card--large {
        min-height: 220px;
    }

    .program-flipbook__frame {
        min-height: 520px;
    }

    .program-flipbook__frame iframe {
        height: 520px;
    }
}
