/* Shared visual palette for the homepage and the new public landing pages. */
.tm-online-page {
    --red: #e63770;
    --red-dark: #c92e62;
    --ink: #353f4f;
    --muted: #667085;
    --line: rgba(53, 63, 79, 0.14);
    --soft: #f7f8fa;
}

.tm-online-page .tmo-hero {
    background:
        radial-gradient(circle at 86% 12%, rgba(247, 71, 128, 0.13), transparent 28%),
        radial-gradient(circle at 10% 8%, rgba(53, 63, 79, 0.07), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
}

.tm-online-page .tmo-btn-primary,
.tm-online-page .tmo-final .tmo-btn {
    border-color: transparent;
    background: linear-gradient(135deg, #ff2041, #e63770);
    box-shadow: 0 16px 38px rgba(230, 55, 112, 0.24);
    color: #ffffff;
}

.tm-online-page .tmo-btn-primary:hover,
.tm-online-page .tmo-final .tmo-btn:hover {
    box-shadow: 0 20px 44px rgba(230, 55, 112, 0.32);
}

.tm-online-page .tmo-hero-card,
.tm-online-page .tmo-choice,
.tm-online-page .tmo-path article {
    border-color: rgba(53, 63, 79, 0.1);
    box-shadow: 0 18px 48px rgba(53, 63, 79, 0.09);
}

.tm-online-page .tmo-path article.is-highlighted {
    border-color: transparent;
    background: linear-gradient(145deg, #f74780 0%, #e63770 100%);
    box-shadow: 0 20px 50px rgba(230, 55, 112, 0.22);
}

.tm-online-page .tmo-path article.is-highlighted p,
.tm-online-page .tmo-path article.is-highlighted li {
    color: #ffffff;
}

.tm-online-page .tmo-trust,
.tm-online-page .tmo-dark {
    background: linear-gradient(145deg, #353f4f 0%, #202733 100%);
}

.tm-online-page .tmo-three article {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(89, 98, 115, 0.34);
}

.tm-online-page .tmo-split blockquote,
.tm-online-page .tmo-choice.is-child {
    background: linear-gradient(145deg, #ffffff 0%, #f8f4f6 100%);
}

.tm-online-page .tmo-final {
    background:
        radial-gradient(circle at 82% 18%, rgba(247, 71, 128, 0.12), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    color: #353f4f;
}

.tm-online-page .tmo-final h2 {
    color: #4a4641;
}

.tm-online-page .tmo-final p {
    color: #7c746c;
}

.tm-online-page .tmo-final .tmo-eyebrow {
    color: #f74780;
}

.tm-catalog-page {
    --tcp-red: #e63770;
    --tcp-red-dark: #c92e62;
    --tcp-ink: #353f4f;
    --tcp-muted: #667085;
    --tcp-line: rgba(53, 63, 79, 0.14);
    --tcp-soft: #f7f8fa;
}

.tm-catalog-page .tcp-hero,
.tm-catalog-page .tcp-events-hero {
    background:
        radial-gradient(circle at 86% 16%, rgba(247, 71, 128, 0.12), transparent 27%),
        radial-gradient(circle at 10% 8%, rgba(53, 63, 79, 0.06), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
}

.tm-catalog-page .tcp-kicker,
.tm-catalog-page .tcp-badge {
    background: rgba(247, 71, 128, 0.11);
    color: #e63770;
}

.tm-catalog-page .tcp-label,
.tm-catalog-page .tcp-option-card > span {
    color: #f74780;
}

.tm-catalog-page .tcp-btn-primary {
    border-color: transparent;
    background: linear-gradient(135deg, #ff2041, #e63770);
    box-shadow: 0 16px 38px rgba(230, 55, 112, 0.24);
    color: #ffffff;
}

.tm-catalog-page .tcp-btn-primary:hover {
    box-shadow: 0 20px 44px rgba(230, 55, 112, 0.32);
}

.tm-catalog-page .tcp-category-nav a:hover {
    background: rgba(247, 71, 128, 0.11);
    color: #e63770;
}

.tm-catalog-page .tcp-option-card,
.tm-catalog-page .tcp-price-card,
.tm-catalog-page .tcp-event-placeholder,
.tm-catalog-page .tcp-cta-box {
    border-color: rgba(53, 63, 79, 0.1);
    box-shadow: 0 18px 48px rgba(53, 63, 79, 0.08);
}

.tm-catalog-page .tcp-price-card.is-featured {
    border-color: #f74780;
    box-shadow: 0 20px 52px rgba(230, 55, 112, 0.13);
}

.tm-catalog-page .tcp-price-summary {
    background:
        radial-gradient(circle at 88% 10%, rgba(247, 71, 128, 0.15), transparent 24%),
        linear-gradient(145deg, #353f4f 0%, #202733 100%);
}

.tm-catalog-page .tcp-price-summary .tcp-label {
    color: #ffb3cb;
}

.tm-catalog-page .tcp-summary-list > div {
    border-color: rgba(255, 255, 255, 0.14);
}

.tm-catalog-page .tcp-event-date {
    background: linear-gradient(145deg, #353f4f 0%, #596273 100%);
    box-shadow: 0 12px 28px rgba(53, 63, 79, 0.2);
}

.tm-catalog-page .tcp-cta-box {
    background:
        radial-gradient(circle at 88% 10%, rgba(247, 71, 128, 0.09), transparent 30%),
        linear-gradient(145deg, #ffffff 0%, #f8f4f6 100%);
}

.tcp-structured-price-grid {
    display: grid;
    gap: 22px;
}

.tcp-structured-price-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tcp-structured-price-grid-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tcp-structured-price-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 30px;
    border: 1px solid rgba(53, 63, 79, 0.1);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(53, 63, 79, 0.08);
}

.tcp-section:not(.tcp-section-soft) .tcp-structured-price-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
}

.tcp-structured-price-card.is-featured {
    border: 2px solid #f74780;
    box-shadow: 0 20px 52px rgba(230, 55, 112, 0.13);
}

.tcp-structured-price-card .tcp-badge {
    align-self: flex-start;
    margin-bottom: 18px;
}

.tcp-structured-price-card h3 {
    min-height: 2.8em;
    margin: 0 0 12px;
}

.tcp-structured-intro {
    min-height: 4.8em;
    margin-bottom: 22px !important;
}

.tcp-package-options {
    display: grid;
    gap: 12px;
    margin-top: auto;
}

.tcp-package-option {
    display: grid;
    gap: 12px;
    padding: 17px;
    border: 1px solid rgba(53, 63, 79, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
}

.tcp-package-option > div strong,
.tcp-package-option > div del,
.tcp-package-option > span {
    display: block;
}

.tcp-package-option > div strong {
    color: #353f4f;
    line-height: 1.4;
}

.tcp-package-option > div del {
    margin-top: 3px;
    color: #9299a5;
    font-size: 0.82rem;
}

.tcp-package-option > span {
    color: #353f4f;
    font-size: 1.45rem;
    font-weight: 850;
}

.tcp-package-option > a {
    color: #e63770;
    font-weight: 800;
}

.tcp-package-empty {
    min-height: 62px;
    margin-top: auto;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(247, 71, 128, 0.07);
    color: #667085;
    font-size: 0.9rem;
}

.tcp-structured-price-card > .tcp-btn {
    width: 100%;
    margin-top: 18px;
}

.tcp-package-card .tcp-package-price {
    display: flex;
    min-height: 58px;
    margin-top: auto;
    flex-direction: column;
    justify-content: flex-end;
}

.tcp-package-card .tcp-package-price del {
    color: #9299a5;
    font-size: 0.88rem;
}

.tcp-package-card .tcp-package-price strong {
    color: #353f4f;
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
    font-weight: 850;
}

.tcp-package-description p,
.tcp-package-description ol,
.tcp-package-description ul {
    margin: 0 0 12px;
}

.tcp-package-description ol,
.tcp-package-description ul {
    padding-left: 22px;
}

.tcp-package-description li {
    margin-bottom: 7px;
}

.tcp-package-description .ql-ui {
    display: none;
}

.tcp-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.tm-home-events {
    --tcp-red: #e63770;
    --tcp-ink: #353f4f;
    --tcp-muted: #667085;
    --tcp-line: rgba(53, 63, 79, 0.1);
    background: linear-gradient(180deg, #f8f4f6 0%, #ffffff 100%);
}

.tm-home-events .tcp-section-head h2 {
    margin: 14px 0;
    color: var(--tcp-ink);
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    letter-spacing: -0.045em;
    line-height: 1.03;
}

.tm-home-events .tcp-section-head p {
    color: var(--tcp-muted);
}

.tm-home-events .tcp-event-date {
    background: var(--tcp-red);
    color: #ffffff;
}

.tm-home-events .tcp-event-card h3 {
    color: var(--tcp-ink);
}

.tm-home-events .tcp-btn-primary {
    background: var(--tcp-red);
    color: #ffffff;
}

.tm-home-events-all {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.tcp-event-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 28px;
    border: 1px solid rgba(53, 63, 79, 0.1);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(53, 63, 79, 0.08);
}

.tcp-event-card-image {
    width: calc(100% + 60px);
    height: 220px;
    margin: -30px -30px 24px;
    border-radius: 28px 28px 0 0;
    object-fit: cover;
}

.tcp-events-empty {
    grid-column: 1 / -1;
    padding: 34px;
    border: 1px solid rgba(53, 63, 79, 0.1);
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
}

.tcp-event-card .tcp-event-date {
    width: 100%;
    min-height: 92px;
    margin-bottom: 22px;
}

.tcp-event-card .tcp-label {
    align-self: flex-start;
}

.tcp-event-card h3 {
    min-height: 3.1em;
    margin: 14px 0 12px;
}

.tcp-event-card > p {
    flex: 1;
}

.tcp-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.tcp-event-meta span {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f7f8fa;
    color: #667085;
    font-size: 0.78rem;
    font-weight: 700;
}

.tcp-event-card > .tcp-btn {
    width: 100%;
}

.tcp-event-detail-hero {
    padding: 155px 0 84px;
    background:
        radial-gradient(circle at 86% 16%, rgba(247, 71, 128, 0.12), transparent 27%),
        linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
}

.tcp-event-detail-hero .tcp-container {
    max-width: 1000px;
}

.tcp-back-link {
    display: block;
    margin-bottom: 30px;
    color: #667085;
    font-weight: 750;
}

.tcp-event-detail-hero h1 {
    max-width: 920px;
    margin: 20px 0;
    font-size: clamp(3rem, 6vw, 5.7rem);
}

.tcp-event-detail-hero > .tcp-container > p {
    max-width: 760px;
    font-size: 1.08rem;
}

.tcp-event-detail-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.tcp-event-detail-meta > div {
    padding: 18px 20px;
    border: 1px solid rgba(53, 63, 79, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
}

.tcp-event-detail-meta small,
.tcp-event-detail-meta strong {
    display: block;
}

.tcp-event-detail-meta small {
    margin-bottom: 4px;
    color: #e63770;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcp-event-detail-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: start;
}

.tcp-event-copy h2,
.tcp-event-program h2 {
    margin: 14px 0 22px;
    font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.tcp-event-copy p + p {
    margin-top: 16px;
}

.tcp-event-detail-image {
    width: 100%;
    max-height: 460px;
    margin-bottom: 30px;
    border-radius: 28px;
    object-fit: cover;
}

.tcp-event-richtext p,
.tcp-event-richtext ul,
.tcp-event-richtext ol {
    margin: 0 0 16px;
}

.tcp-event-richtext ul,
.tcp-event-richtext ol {
    padding-left: 24px;
}

.tcp-event-info-list {
    display: grid;
    gap: 18px;
    margin: 0;
}

.tcp-event-info-list div {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(53, 63, 79, 0.1);
}

.tcp-event-info-list dt {
    color: #9299a5;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcp-event-info-list dd {
    margin: 5px 0 0;
    color: #353f4f;
    font-weight: 750;
}

.tcp-event-program {
    padding: 30px;
    border: 1px solid rgba(53, 63, 79, 0.1);
    border-radius: 28px;
    background: linear-gradient(145deg, #ffffff 0%, #f8f4f6 100%);
    box-shadow: 0 18px 48px rgba(53, 63, 79, 0.08);
}

.tcp-event-program ul {
    display: grid;
    gap: 12px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.tcp-event-program li {
    position: relative;
    padding-left: 24px;
    color: #667085;
}

.tcp-event-program li::before {
    position: absolute;
    left: 0;
    color: #e63770;
    content: "✓";
    font-weight: 900;
}

@media (max-width: 900px) {
    .tcp-structured-price-grid-3,
    .tcp-event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tcp-event-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .tcp-structured-price-grid-3,
    .tcp-structured-price-grid-2,
    .tcp-event-grid,
    .tcp-event-detail-meta {
        grid-template-columns: 1fr;
    }

    .tcp-structured-price-card h3,
    .tcp-structured-intro,
    .tcp-event-card h3 {
        min-height: 0;
    }

    .tcp-event-detail-hero {
        padding: 125px 0 64px;
    }
}

/* Premium regeneration choices */
.tm-nav-regeneration > a {
    font-weight: 800 !important;
}

.tm-nav-regeneration-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 5px 12px 12px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list .tm-nav-regeneration-options a {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
    padding: 11px 12px;
    border: 1px solid rgba(53, 63, 79, 0.12);
    border-radius: 12px;
    background: #f7f8fa;
    line-height: 1.25;
}

.tm-nav-regeneration-options strong {
    color: #353f4f;
    font-size: 0.78rem;
}

.tm-nav-regeneration-options small {
    color: #e63770;
    font-size: 0.68rem;
    font-weight: 750;
}

.tm-premium-regeneration {
    padding: 90px 0;
    scroll-margin-top: 130px;
    background: linear-gradient(180deg, #f8f4f6 0%, #ffffff 100%);
}

.tm-premium-regeneration-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.tm-premium-regeneration-heading > span {
    color: #e63770;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.tm-premium-regeneration-heading h2 {
    margin: 12px 0;
    color: #353f4f;
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    letter-spacing: -0.045em;
}

.tm-premium-regeneration-heading p {
    color: #667085;
}

.tm-premium-regeneration-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 900px;
    margin: auto;
}

.tm-regeneration-card {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    padding: 32px;
    border: 1px solid rgba(53, 63, 79, 0.12);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(53, 63, 79, 0.08);
    transition: transform 0.25s, border-color 0.25s;
}

.tm-regeneration-card:hover {
    border-color: #e63770;
    transform: translateY(-4px);
}

.tm-regeneration-card small {
    color: #e63770;
    font-weight: 850;
}

.tm-regeneration-card h3 {
    margin: 18px 0 12px;
    color: #353f4f;
    font-size: 1.7rem;
}

.tm-regeneration-card p {
    flex: 1;
    color: #667085;
}

.tm-regeneration-card strong {
    margin-top: 24px;
    color: #e63770;
}

@media (max-width: 767px) {
    .tm-nav-regeneration-options,
    .tm-premium-regeneration-grid {
        grid-template-columns: 1fr;
    }
}
