.page-hero {
    padding: 72px 0 42px;
    background: #ebe7f3;
}

.schedule-layout {
    align-items: start;
}

.embed-placeholder {
    display: flex;
    min-height: 320px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.embed-placeholder span {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
}

.legal h2 {
    margin-top: 28px;
    font-size: 28px;
}

.legal h2:first-child {
    margin-top: 0;
}

.legal a {
    color: #41386b;
    font-weight: 800;
    text-decoration: underline;
}

.metanoia-hero {
    padding: 88px 0;
    background:
        radial-gradient(circle at 82% 22%, rgba(231, 202, 120, .22), transparent 22%),
        linear-gradient(135deg, #ebe7f3 0%, #f7f3ec 62%, #fffdf8 100%);
}

.metanoia-hero-grid {
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    gap: 64px;
    align-items: center;
}

.metanoia-hero h1 {
    max-width: 760px;
}

.metanoia-promise {
    border: 1px solid rgba(65, 56, 107, .16);
    border-radius: 8px;
    padding: 36px;
    background: rgba(65, 56, 107, .94);
    color: #fff;
    box-shadow: 0 24px 60px rgba(65, 56, 107, .18);
}

.metanoia-promise > span,
.program-label {
    color: #e7ca78;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.metanoia-promise strong {
    display: block;
    margin: 14px 0 24px;
    color: #ffffff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.05;
}

.metanoia-promise ul,
.program-card ul {
    margin: 0;
    padding-left: 20px;
}

.metanoia-promise li {
    margin: 10px 0;
}

.metanoia-steps {
    display: grid;
    gap: 14px;
}

.metanoia-steps article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    border: 1px solid rgba(65, 56, 107, .15);
    border-radius: 8px;
    padding: 22px;
    background: rgba(235, 231, 243, .46);
}

.metanoia-steps span {
    color: #b08442;
    font-weight: 800;
}

.metanoia-steps h3,
.program-card h3 {
    font-family: "Manrope", Arial, sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.metanoia-steps p {
    margin: 4px 0 0;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.program-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid rgba(65, 56, 107, .16);
    border-radius: 10px;
    padding: 30px;
    background: rgba(255, 253, 248, .78);
}

.program-card-featured {
    border-color: #7a70ba;
    background: #fffdf8;
    box-shadow: 0 24px 60px rgba(65, 56, 107, .14);
    transform: translateY(-10px);
}

.program-card .program-label {
    color: #b08442;
}

.program-duration {
    color: #41386b;
    font-weight: 700;
}

.program-card li {
    margin: 9px 0;
    color: #625d6d;
}

.program-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid rgba(65, 56, 107, .14);
    padding-top: 20px;
    margin: auto 0 20px;
}

.program-price span,
.program-price small {
    color: #625d6d;
    font-size: 13px;
}

.program-price strong {
    color: #312d43;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 34px;
    line-height: 1;
}

.fit-list {
    display: grid;
    gap: 12px;
}

.fit-list p {
    border-left: 3px solid #e7ca78;
    padding: 10px 0 10px 20px;
    margin: 0;
}

@media (max-width: 980px) {
    .metanoia-hero-grid,
    .program-grid {
        grid-template-columns: 1fr;
    }

    .program-card-featured {
        transform: none;
    }
}

@media (max-width: 640px) {
    .metanoia-hero {
        padding: 54px 0;
    }

    .metanoia-hero-grid {
        gap: 34px;
    }

    .metanoia-promise,
    .program-card {
        padding: 24px;
    }

    .metanoia-promise strong {
        font-size: 34px;
    }
}
