.tbn-academy-catalog {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 28px;
font-family: 'Montserrat', sans-serif;
color: #0B0A12; align-items: start;
}
.tbn-academy-card {
background: #F7F2E7;
border: 1px solid rgba(11, 10, 18, .08);
border-radius: 12px;
display: flex;
flex-direction: column;
position: relative; }
.tbn-academy-card__media {
position: relative;
aspect-ratio: 16 / 10;
background: #3B1B5C; } .tbn-academy-card--live {
background: #23103A;
border-color: rgba(228, 199, 126, .18);
color: #F7F2E7;
}
.tbn-academy-card--live .tbn-academy-card__title,
.tbn-academy-card--live .tbn-academy-card__price,
.tbn-academy-card--live .tbn-academy-card__batch-date {
color: #F7F2E7;
}
.tbn-academy-card--live .tbn-academy-card__desc {
color: rgba(247, 242, 231, .68);
}
.tbn-academy-card--live .tbn-academy-card__meta,
.tbn-academy-card--live .tbn-academy-card__seats {
border-color: rgba(247, 242, 231, .12);
color: rgba(247, 242, 231, .65);
}
.tbn-academy-card--live .tbn-academy-card__price span {
color: rgba(247, 242, 231, .55);
}
.tbn-academy-card--live .tbn-academy-btn {
background: #C69E3A;
color: #23103A;
}
.tbn-academy-card--live .tbn-academy-btn:hover {
background: #E4C77E;
color: #23103A;
}
.tbn-academy-card--live .tbn-academy-curriculum,
.tbn-academy-card--live .tbn-academy-curriculum__toggle,
.tbn-academy-card--live .tbn-academy-curriculum__panel {
border-color: rgba(247, 242, 231, .12);
color: #F7F2E7;
}
.tbn-academy-card__live-tag {
position: absolute;
top: 12px;
left: 12px;
background: #E4C77E;
color: #3B1B5C;
font-size: 11px;
font-weight: 700;
letter-spacing: .04em;
text-transform: uppercase;
padding: 5px 10px;
border-radius: 4px;
}
.tbn-academy-card__batch-date {
margin: -4px 0 16px;
font-size: 13px;
font-weight: 600;
color: #3B1B5C;
}
.tbn-academy-card__seats {
margin: -8px 0 16px;
font-size: 12px;
font-weight: 600;
color: rgba(11, 10, 18, .55);
}
.tbn-academy-card__seats--low {
color: #b3261e;
}
.tbn-academy-card--live .tbn-academy-card__seats--low {
color: #ff8a80;
}
.tbn-academy-card__img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 12px 12px 0 0;
}
.tbn-academy-card__img--placeholder {
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
color: #E4C77E;
width: 100%;
height: 100%;
border-radius: 12px 12px 0 0;
}
.tbn-academy-card__badge {
position: absolute;
left: 16px;
bottom: -16px;
width: 40px;
height: 40px;
border-radius: 50%;
background: #E4C77E;
color: #3B1B5C;
font-weight: 700;
font-size: 13px;
display: flex;
align-items: center;
justify-content: center;
border: 3px solid #F7F2E7;
}
.tbn-academy-card__body {
padding: 28px 24px 20px;
flex: 1;
display: flex;
flex-direction: column;
}
.tbn-academy-card__kicker {
margin: 0 0 6px;
font-size: 11px;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: #C69E3A;
}
.tbn-academy-card__title {
margin: 0 0 10px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 30px;
font-weight: 600;
color: #0B0A12;
}
.tbn-academy-card__desc {
margin: 0 0 16px;
font-size: 14px;
line-height: 1.6;
color: rgba(11, 10, 18, .65);
}
.tbn-academy-card__meta {
display: flex;
flex-wrap: wrap;
gap: 16px;
padding-bottom: 16px;
margin-bottom: 16px;
border-bottom: 1px solid rgba(11, 10, 18, .08);
font-size: 13px;
color: rgba(11, 10, 18, .6);
}
.tbn-academy-card__features {
list-style: none;
margin: 0 0 20px;
padding: 0;
font-size: 13px;
line-height: 2;
color: rgba(11, 10, 18, .8);
}
.tbn-academy-card__features li {
display: flex;
gap: 8px;
}
.tbn-academy-card__buy-row {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 12px;
margin-top: auto;
padding-bottom: 18px;
}
.tbn-academy-card__price-label {
margin: 0 0 2px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: .06em;
color: rgba(11, 10, 18, .5);
}
.tbn-academy-card__price {
margin: 0;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 26px;
font-weight: 600;
color: #0B0A12;
}
.tbn-academy-card__price span {
display: block;
font-family: 'Montserrat', sans-serif;
font-size: 11px;
font-weight: 500;
color: rgba(11, 10, 18, .5);
}
.tbn-academy-btn {
display: inline-flex;
align-items: center;
gap: 6px;
white-space: nowrap;
background: #3B1B5C;
color: #fff;
border: none;
border-radius: 6px;
padding: 12px 20px;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 600;
cursor: pointer;
text-decoration: none;
transition: background .15s ease;
}
.tbn-academy-btn:hover {
background: #5C2E8C;
color: #fff;
}
.tbn-academy-btn[disabled] {
opacity: .6;
cursor: not-allowed;
} .tbn-academy-curriculum {
border-top: 1px solid rgba(11, 10, 18, .08);
padding-top: 12px;
}
.tbn-academy-curriculum__toggle {
width: 100%;
display: flex;
align-items: center;
gap: 8px;
background: none;
border: none;
padding: 6px 0;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 600;
color: #0B0A12;
cursor: pointer;
}
.tbn-academy-curriculum__caret {
margin-left: auto;
transition: transform .15s ease;
}
.tbn-academy-curriculum.is-open .tbn-academy-curriculum__caret {
transform: rotate(180deg);
}
.tbn-academy-curriculum__panel {
padding-top: 12px; max-height: 380px;
overflow-y: auto;
} .tbn-academy-curriculum__intro {
font-size: 13px;
line-height: 1.6;
margin-bottom: 12px;
}
.tbn-academy-curriculum__intro p {
margin: 0 0 10px;
}
.tbn-academy-curriculum__intro p:last-child {
margin-bottom: 0;
}
.tbn-academy-curriculum__chapter {
margin: 16px 0 8px;
font-size: 12px;
font-weight: 700;
letter-spacing: .05em;
color: #C69E3A;
}
.tbn-academy-curriculum__chapter:first-child {
margin-top: 0;
}
.tbn-academy-curriculum__sections {
list-style: disc;
margin: 0 0 0 18px;
padding: 0;
font-size: 13px;
line-height: 1.9;
color: rgba(11, 10, 18, .7);
} .tbn-academy-curriculum__panel,
.tbn-academy-modal__box {
scrollbar-width: thin;
scrollbar-color: #C69E3A transparent;
}
.tbn-academy-curriculum__panel::-webkit-scrollbar,
.tbn-academy-modal__box::-webkit-scrollbar {
width: 6px;
}
.tbn-academy-curriculum__panel::-webkit-scrollbar-track,
.tbn-academy-modal__box::-webkit-scrollbar-track {
background: transparent;
}
.tbn-academy-curriculum__panel::-webkit-scrollbar-thumb,
.tbn-academy-modal__box::-webkit-scrollbar-thumb {
background-color: #C69E3A;
border-radius: 3px;
} .tbn-academy-card--live .tbn-academy-curriculum__chapter {
color: #E4C77E;
}
.tbn-academy-card--live .tbn-academy-curriculum__sections {
color: rgba(247, 242, 231, .82);
}
.tbn-academy-card--live .tbn-academy-curriculum__intro {
color: rgba(247, 242, 231, .82);
} .tbn-academy-locked {
max-width: 560px;
margin: 40px auto;
text-align: center;
font-family: 'Montserrat', sans-serif;
color: #0B0A12;
}
.tbn-academy-locked__title {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 34px;
margin: 0 0 16px;
}
.tbn-academy-locked__teaser {
color: rgba(11, 10, 18, .65);
line-height: 1.7;
margin: 0 0 28px;
}
.tbn-academy-locked__box {
background: #F7F2E7;
border: 1px solid rgba(11, 10, 18, .08);
border-radius: 12px;
padding: 32px 24px;
}
.tbn-academy-locked__icon {
font-size: 28px;
margin-bottom: 8px;
}
.tbn-academy-locked__price {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 30px;
font-weight: 600;
margin: 0 0 12px;
}
.tbn-academy-locked__price span {
display: block;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-weight: 500;
color: rgba(11, 10, 18, .5);
}
.tbn-academy-locked__box p {
margin: 0 0 20px;
color: rgba(11, 10, 18, .65);
font-size: 14px;
} .tbn-academy-modal {
position: fixed;
inset: 0;
z-index: 9999;
display: none;
}
.tbn-academy-modal[aria-hidden="false"] {
display: block;
}
.tbn-academy-modal__overlay {
position: absolute;
inset: 0;
background: rgba(11, 10, 18, .6);
}
.tbn-academy-modal__box {
position: relative;
max-width: 420px;
margin: 8vh auto 0;
background: #F7F2E7;
border-radius: 12px;
padding: 32px 28px;
font-family: 'Montserrat', sans-serif; max-height: 84vh;
overflow-y: auto;
}
.tbn-academy-modal__close {
position: absolute;
top: 12px;
right: 16px;
background: none;
border: none;
font-size: 22px;
cursor: pointer;
color: rgba(11, 10, 18, .6);
}
.tbn-academy-modal__kicker {
margin: 0 0 6px;
text-transform: uppercase;
letter-spacing: .12em;
font-size: 11px;
font-weight: 700;
color: #C69E3A;
}
.tbn-academy-modal__title {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 26px;
margin: 0 0 6px;
}
.tbn-academy-modal__selected {
margin: 0 0 4px;
font-size: 13px;
color: rgba(11, 10, 18, .55);
}
.tbn-academy-modal__price {
margin: 0 0 20px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 20px;
font-weight: 700;
color: #0B0A12;
}
.tbn-academy-field {
margin-bottom: 16px;
}
.tbn-academy-field label {
display: block;
font-size: 13px;
font-weight: 600;
margin-bottom: 8px;
}
.tbn-academy-field input[type="text"],
.tbn-academy-field input[type="email"],
.tbn-academy-field input[type="tel"],
.tbn-academy-field textarea {
width: 100%;
padding: 10px 12px;
border: 1px solid rgba(11, 10, 18, .2);
border-radius: 6px;
box-sizing: border-box;
font-family: inherit;
font-size: 14px;
background: #fff;
}
.tbn-academy-field textarea {
resize: vertical;
min-height: 64px;
}
.tbn-academy-radio {
display: flex;
align-items: center;
gap: 8px;
font-weight: 400;
font-size: 14px;
margin-bottom: 8px;
}
.tbn-academy-error {
color: #b3261e;
font-size: 13px;
margin: 12px 0;
}
.tbn-academy-modal__submit {
width: 100%;
justify-content: center;
margin-top: 12px;
} .tbn-academy-my-courses {
font-family: 'Montserrat', sans-serif;
color: #0B0A12;
}
.tbn-academy-my-courses h3 {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 22px;
font-weight: 600;
margin: 32px 0 12px;
}
.tbn-academy-my-courses h3:first-child {
margin-top: 0;
}
.tbn-academy-my-courses__empty {
color: rgba(11, 10, 18, .55);
font-size: 14px;
}
.tbn-academy-my-courses__list {
display: flex;
flex-direction: column;
gap: 12px;
}
.tbn-academy-my-courses__row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
background: #F7F2E7;
border: 1px solid rgba(11, 10, 18, .08);
border-radius: 10px;
padding: 16px 20px;
}
.tbn-academy-my-courses__info strong {
display: block;
font-size: 16px;
margin-bottom: 6px;
}
.tbn-academy-my-courses__meet {
margin: 6px 0 0;
font-size: 13px;
}
.tbn-academy-my-courses__meet a {
color: #3B1B5C;
font-weight: 600;
}
.tbn-academy-my-courses__meet--pending {
color: rgba(11, 10, 18, .5);
}
.tbn-academy-status-pill {
display: inline-block;
font-size: 11px;
font-weight: 700;
letter-spacing: .04em;
text-transform: uppercase;
padding: 4px 10px;
border-radius: 999px;
}
.tbn-academy-status-pill--soon {
background: rgba(198, 158, 58, .15);
color: #8a6a1f;
}
.tbn-academy-status-pill--upcoming {
background: rgba(59, 27, 92, .12);
color: #3B1B5C;
}
.tbn-academy-status-pill--done {
background: rgba(21, 209, 108, .15);
color: #157a44;
}