.snap-cohort-presentation {
    --snap-cohort-presentation-badge-ink: color-mix(
        in srgb,
        var(--snap-cohort-link, var(--snap-cohort-accent-dark, #5148d8)) 72%,
        #111827 28%
    );
    background: var(--snap-cohort-surface, #fff);
    border: 1px solid var(--snap-cohort-border, #dce0ea);
    border-radius: 16px;
    box-sizing: border-box;
    color: inherit;
    display: grid;
    gap: 24px;
    padding: clamp(20px, 4vw, 40px);
}

.snap-cohort-presentation--compact {
    gap: 16px;
    padding: clamp(16px, 2.5vw, 28px);
}

.snap-cohort-presentation--compact .snap-cohort-presentation__section,
.snap-cohort-presentation--compact .snap-cohort-presentation__price,
.snap-cohort-presentation--compact .snap-cohort-presentation__program {
    padding-top: 16px;
}

@media (min-width: 800px) {
    .snap-cohort-presentation--split {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .snap-cohort-presentation--split > .snap-cohort-presentation__header,
    .snap-cohort-presentation--split > .snap-cohort-presentation__promise,
    .snap-cohort-presentation--split > .snap-cohort-presentation__summary,
    .snap-cohort-presentation--split > .snap-cohort-presentation__program,
    .snap-cohort-presentation--split > .snap-cohort-presentation__access,
    .snap-cohort-presentation--split > .snap-cohort-empty-state {
        grid-column: 1 / -1;
    }
}

.snap-cohort-presentation :is(h1, h2, h3, h4, h5),
.snap-cohort-presentation p {
    margin-top: 0;
}

.snap-cohort-presentation--typography-balanced > .snap-cohort-presentation__header > :is(h1, h2, h3) {
    font-size: clamp(1.75rem, 4vw, 2.6rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.snap-cohort-presentation--typography-balanced > :is(.snap-cohort-presentation__section, .snap-cohort-presentation__price, .snap-cohort-presentation__program, .snap-cohort-presentation__access) > :is(h2, h3, h4) {
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    line-height: 1.25;
}

.snap-cohort-presentation--typography-editorial > .snap-cohort-presentation__header > :is(h1, h2, h3) {
    font-size: clamp(2.15rem, 5.4vw, 3.8rem);
    line-height: 1.04;
    letter-spacing: -.05em;
    max-width: 18ch;
}

.snap-cohort-presentation--typography-editorial > :is(.snap-cohort-presentation__section, .snap-cohort-presentation__price, .snap-cohort-presentation__program, .snap-cohort-presentation__access) > :is(h2, h3, h4) {
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    line-height: 1.2;
    letter-spacing: -.02em;
}

.snap-cohort-presentation--typography-editorial .snap-cohort-presentation__promise {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 500;
}

.snap-cohort-presentation--typography-compact > .snap-cohort-presentation__header > :is(h1, h2, h3) {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    line-height: 1.2;
}

.snap-cohort-presentation--typography-compact > :is(.snap-cohort-presentation__section, .snap-cohort-presentation__price, .snap-cohort-presentation__program, .snap-cohort-presentation__access) > :is(h2, h3, h4) {
    font-size: 1.05rem;
    line-height: 1.3;
}

.snap-cohort-presentation--typography-compact .snap-cohort-presentation__promise,
.snap-cohort-presentation--typography-compact .snap-cohort-presentation__summary {
    font-size: 1rem;
}

.snap-cohort-presentation--header-center > .snap-cohort-presentation__header,
.snap-cohort-presentation--header-center > .snap-cohort-presentation__promise,
.snap-cohort-presentation--header-center > .snap-cohort-presentation__summary {
    margin-inline: auto;
    text-align: center;
}

.snap-cohort-presentation--header-center > .snap-cohort-presentation__header > :is(h1, h2, h3) {
    margin-inline: auto;
}

.snap-cohort-presentation__header,
.snap-cohort-presentation__section,
.snap-cohort-presentation__price,
.snap-cohort-presentation__program,
.snap-cohort-presentation__access {
    min-width: 0;
}

.snap-cohort-presentation__promise {
    color: var(--snap-cohort-accent-dark, #26369d);
    font-size: clamp(1.1rem, 2.4vw, 1.45rem);
    font-weight: 650;
    line-height: 1.45;
    max-width: 62rem;
}

.snap-cohort-presentation__utilities {
    display: flex;
    gap: .75rem;
    margin-top: 1rem;
}

.snap-cohort-presentation__summary {
    color: var(--snap-cohort-muted, #60697b);
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 68rem;
}

.snap-cohort-presentation__section,
.snap-cohort-presentation__price,
.snap-cohort-presentation__program {
    border-top: 1px solid var(--snap-cohort-border, #dce0ea);
    padding-top: 24px;
}

.snap-cohort-presentation__section ul {
    display: grid;
    gap: 10px;
    margin-bottom: 0;
    padding-inline-start: 1.5rem;
}

.snap-cohort-presentation__price data {
    color: var(--snap-cohort-accent-dark, #26369d);
    display: block;
    font-size: 1.5rem;
    font-weight: 750;
    margin-bottom: 8px;
}

.snap-cohort-presentation__price p,
.snap-cohort-presentation__empty {
    color: var(--snap-cohort-muted, #60697b);
}

.snap-cohort-presentation__program-list,
.snap-cohort-presentation__module > ol {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.snap-cohort-presentation__module {
    border: 1px solid var(--snap-cohort-border, #dce0ea);
    border-radius: 12px;
    padding: 20px;
}

.snap-cohort-presentation__lesson {
    align-items: center;
    border-top: 1px solid var(--snap-cohort-border, #dce0ea);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    min-height: 48px;
    padding: 8px 0;
}

.snap-cohort-presentation__badge {
    background: color-mix(in srgb, var(--snap-cohort-accent, #635bff) 14%, var(--snap-cohort-surface, #fff));
    border-radius: 999px;
    color: var(--snap-cohort-presentation-badge-ink);
    flex: 0 0 auto;
    font-size: .78rem;
    font-weight: 700;
    padding: 4px 9px;
}

body.snap-cohort-theme-dark .snap-cohort-presentation {
    --snap-cohort-presentation-badge-ink: color-mix(
        in srgb,
        var(--snap-cohort-link, var(--snap-cohort-accent-dark, #aab5ff)) 82%,
        #fff 18%
    );
}

.snap-cohort-presentation__badge--locked {
    background: color-mix(in srgb, var(--snap-cohort-muted, #60697b) 16%, var(--snap-cohort-surface, #fff));
    color: inherit;
}

.snap-cohort-presentation__access {
    align-items: center;
    background: color-mix(in srgb, var(--snap-cohort-accent, #635bff) 6%, var(--snap-cohort-surface, #fff));
    border: 1px solid var(--snap-cohort-border, #dce0ea);
    border-radius: 12px;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 20px;
}

.snap-cohort-presentation__access :is(h2, h3, h4) {
    margin-bottom: 6px;
}

.snap-cohort-presentation__access p {
    margin-bottom: 0;
}

.snap-cohort-presentation__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.snap-cohort-presentation__actions--stacked {
    align-items: stretch;
    flex-direction: column;
}

.snap-cohort-presentation__actions--split {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(11rem, 100%), 1fr));
    width: min(28rem, 100%);
}

.snap-cohort-presentation__actions--align-start {
    justify-self: start;
    justify-content: flex-start;
}

.snap-cohort-presentation__actions--align-center {
    justify-self: center;
    justify-content: center;
}

.snap-cohort-presentation__actions--align-end {
    justify-self: end;
    justify-content: flex-end;
}

.snap-cohort-presentation__actions--align-stretch {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: stretch;
    width: 100%;
}

.snap-cohort-presentation__actions--align-stretch .snap-cohort-button,
.snap-cohort-presentation__actions--split .snap-cohort-button {
    width: 100%;
}

.snap-cohort-presentation__actions--size-large .snap-cohort-button {
    font-size: 1.05rem;
    min-height: 52px;
    padding: 12px 20px;
}

.snap-cohort-presentation__access--cta-stacked {
    align-items: stretch;
}

.snap-cohort-presentation__status {
    grid-column: 1 / -1;
}

@media (max-width: 600px) {
    .snap-cohort-presentation__access {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .snap-cohort-presentation__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .snap-cohort-presentation__lesson {
        align-items: flex-start;
        flex-direction: column;
    }
}
