:root {
    --brand-orange: #f9920c;
    --brand-red: #e7214b;
    --brand-coral: #ee783d;
    --brand-yellow: #fff000;
    --brand-white: #ffffff;
    --brand-ink: #12131a;
    --brand-muted: #62677a;
    --surface: #f6f7fb;
    --radius-lg: 20px;
    --radius-md: 14px;
    --shadow-soft: 0 10px 28px rgba(16, 18, 27, 0.09);
    --anchor-offset: 6.5rem;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    color: var(--brand-ink);
    background: radial-gradient(circle at top left, rgba(249, 146, 12, 0.18), transparent 45%),
                radial-gradient(circle at top right, rgba(231, 33, 75, 0.15), transparent 40%),
                var(--surface);
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--anchor-offset);
}

a {
    color: inherit;
}

#sobre,
#aulas,
#testemunhos {
    scroll-margin-top: var(--anchor-offset);
}

.main-shell {
    min-height: calc(100vh - 64px);
}

.brand-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo-img {
    display: block;
    height: 60px !important;
    width: auto !important;
    max-width: 260px !important;
    object-fit: contain;
}

.btn-brand {
    border: none;
    background: linear-gradient(110deg, var(--brand-orange), var(--brand-red));
    color: #fff;
    border-radius: 999px;
    padding: 0.62rem 1.2rem;
    font-weight: 600;
}

.btn-brand:hover,
.btn-brand:focus-visible {
    color: #fff;
    filter: saturate(1.1) brightness(0.95);
}

.site-header,
.landing-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 1010;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-link {
    color: var(--brand-ink);
    font-weight: 500;
}

.nav-link:hover {
    color: var(--brand-red);
}

.student-nav {
    gap: 0.25rem;
}

.student-nav-link,
.admin-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 999px;
    padding: 0.68rem 0.95rem !important;
    font-weight: 600;
    color: #1c2030;
    position: relative;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.student-nav-link i,
.admin-nav-link i {
    font-size: 1.05rem;
    line-height: 1;
}

.admin-nav {
    gap: 0.25rem;
}

.student-nav-link__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}

.student-nav-link__icon-wrap--trophy i {
    color: #facc15;
}

.student-nav-link__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    background: rgba(231, 33, 75, 0.12);
    color: #cf2140;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.student-nav-link--challenge {
    color: #cf2140;
    background: linear-gradient(135deg, rgba(255, 246, 214, 0.92), rgba(255, 233, 238, 0.96));
    box-shadow: inset 0 0 0 1px rgba(231, 33, 75, 0.08);
}

.student-nav-link__challenge-title {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.student-nav-link--challenge:hover,
.student-nav-link--challenge:focus-visible {
    color: #b71d38;
    background: linear-gradient(135deg, rgba(255, 239, 197, 0.96), rgba(255, 223, 232, 0.98));
}

.student-nav-link:hover,
.student-nav-link:focus-visible,
.admin-nav-link:hover,
.admin-nav-link:focus-visible {
    color: var(--brand-red);
    background: rgba(231, 33, 75, 0.06);
    transform: translateY(-1px);
}

.student-logout-link {
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.68rem 0.2rem 0.68rem 0.7rem;
    color: #6a7080;
    font-weight: 600;
    transition: color 0.2s ease;
}

.student-logout-link i {
    font-size: 1.18rem;
    line-height: 1;
}

.student-logout-link:hover,
.student-logout-link:focus-visible {
    color: #c61f3d;
}

.notif-badge {
    position: absolute;
    top: 7px;
    left: 22px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--brand-red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 0 5px;
}

.auth-section,
.student-body .main-shell,
.admin-body .main-shell {
    padding-top: 0.5rem;
}

.auth-shell {
    min-height: calc(100vh - 170px);
}

.auth-visual-card {
    height: 100%;
    border-radius: 28px;
    background: linear-gradient(140deg, rgba(249, 146, 12, 0.2), rgba(231, 33, 75, 0.14), rgba(255, 255, 255, 0.9));
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--shadow-soft);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.auth-visual-image {
    width: 100%;
    max-height: 380px;
    object-fit: contain;
    filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.12));
    animation: authFloat 4.6s ease-in-out infinite;
}

.auth-visual-copy {
    margin-top: 0.75rem;
}

.auth-visual-copy h2 {
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.06;
    margin-bottom: 0.5rem;
}

.auth-visual-copy p {
    margin: 0;
    color: var(--brand-muted);
    font-size: 1.02rem;
}

.glass-card {
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--shadow-soft);
}

.auth-field-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.45rem;
}

.auth-form-link {
    border: 0;
    background: transparent;
    padding: 0;
    color: #adb5bd;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}

.auth-form-link:hover,
.auth-form-link:focus-visible {
    color: #ba1d3a;
}

.auth-modal-dialog {
    max-width: 520px;
}

.auth-modal {
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(249, 146, 12, 0.16), transparent 32%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.99), rgba(255, 247, 240, 0.98) 46%, rgba(255, 239, 244, 0.95) 100%);
    box-shadow: 0 18px 42px rgba(16, 18, 27, 0.16);
}

.auth-modal::after {
    content: "";
    position: absolute;
    inset: auto -58px -78px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 146, 12, 0.14), rgba(231, 33, 75, 0.1) 52%, transparent 72%);
    pointer-events: none;
}

.auth-modal .modal-body {
    padding: 1.3rem;
    position: relative;
    z-index: 1;
}

.auth-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.auth-modal__content {
    width: 100%;
}

.auth-modal__title {
    margin: 0;
    padding-right: 2.25rem;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    line-height: 1;
    color: var(--brand-dark);
}

.auth-modal__intro {
    margin: 0.7rem 0 1rem;
    color: var(--brand-muted);
    line-height: 1.55;
}

.auth-modal .form-control {
    min-height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: rgba(246, 247, 251, 0.95);
    box-shadow: none;
}

.auth-modal .form-control::placeholder {
    color: #666d7f;
}

.auth-modal__submit {
    width: 100%;
    justify-content: center;
}

.terms-consent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
    padding: 0.85rem 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(18, 19, 26, 0.1);
}

.terms-consent__check {
    margin: 0;
    min-height: 1.25rem;
    flex: 1 1 320px;
    padding-left: 2rem;
}

.terms-consent__check .form-check-input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.15rem;
    margin-left: -2rem;
    border-color: rgba(98, 103, 122, 0.45);
    background-color: #fff;
}

.terms-consent__check .form-check-input:checked {
    background-color: var(--brand-orange);
    border-color: var(--brand-orange);
}

.terms-consent__check .form-check-input:focus {
    border-color: var(--brand-orange);
    box-shadow: 0 0 0 0.25rem rgba(249, 146, 12, 0.14);
}

.terms-consent__check .form-check-label {
    color: #1f2534;
    font-weight: 600;
    line-height: 1.5;
}

.terms-consent__link {
    color: #6a7285;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(106, 114, 133, 0.4);
    text-underline-offset: 0.16em;
    white-space: nowrap;
}

.terms-consent__link:hover,
.terms-consent__link:focus-visible {
    color: var(--brand-orange);
    text-decoration: underline;
    text-decoration-color: rgba(249, 146, 12, 0.45);
}

.terms-consent--compact {
    gap: 0.35rem 0.75rem;
    padding: 0.25rem 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.terms-consent--compact .terms-consent__check {
    flex: 0 1 auto;
}

.terms-consent--compact .terms-consent__check .form-check-label {
    font-size: 0.88rem;
    font-weight: 500;
    color: #4f5668;
}

.terms-consent--compact .terms-consent__link {
    font-size: 0.88rem;
}

.terms-page {
    max-width: 980px;
}

.terms-card {
    position: relative;
    overflow: hidden;
    padding: clamp(1.4rem, 2.5vw, 2.4rem);
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(249, 146, 12, 0.16), transparent 32%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.99), rgba(255, 247, 240, 0.98) 46%, rgba(255, 239, 244, 0.95) 100%);
    box-shadow: 0 22px 46px rgba(16, 18, 27, 0.14);
}

.terms-card::after {
    content: "";
    position: absolute;
    inset: auto -64px -84px auto;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 146, 12, 0.16), rgba(231, 33, 75, 0.1) 48%, transparent 72%);
    pointer-events: none;
}

.terms-card > * {
    position: relative;
    z-index: 1;
}

.terms-card__title {
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.02;
    color: var(--brand-dark);
}

.terms-card__note {
    margin: 0.55rem 0 0;
    color: #4f5668;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.55;
    max-width: 68ch;
}

.terms-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-top: 1rem;
    color: #6a7285;
    font-size: 0.95rem;
    font-weight: 600;
}

.terms-card__intro {
    margin: 1.1rem 0 0;
    color: var(--brand-muted);
    line-height: 1.75;
    max-width: 72ch;
}

.terms-card__list {
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.9rem;
}

.terms-card__list li {
    position: relative;
    padding-left: 1.35rem;
    color: #2f3445;
    line-height: 1.7;
}

.terms-card__list li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-orange), var(--brand-red));
    box-shadow: 0 0 0 4px rgba(231, 33, 75, 0.08);
}

.terms-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.landing-hero {
    padding-top: 1.8rem;
}

.landing-hero h1 {
    font-size: clamp(2rem, 3.7vw, 3.6rem);
    line-height: 1.03;
    margin-bottom: 0.8rem;
    max-width: 13ch;
}

.eyebrow {
    display: inline-flex;
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    background: rgba(255, 240, 0, 0.3);
    margin-bottom: 0.8rem;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.hero-media {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 3px solid rgba(255, 255, 255, 0.8);
}

.hero-media img {
    display: block;
    width: 100%;
    height: clamp(280px, 42vw, 480px);
    object-fit: cover;
}

.challenge-page {
    position: relative;
}

.challenge-hero {
    position: relative;
    padding: clamp(1.3rem, 2.8vw, 2rem);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(249, 146, 12, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(231, 33, 75, 0.15), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 239, 0.96) 42%, rgba(255, 238, 243, 0.94) 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.challenge-hero--empty {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1.4rem;
    background:
        radial-gradient(circle at top left, rgba(249, 146, 12, 0.14), transparent 34%),
        radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.12), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 255, 0.96) 48%, rgba(238, 244, 255, 0.95) 100%);
}

.challenge-hero__content,
.challenge-hero__visual {
    position: relative;
    z-index: 1;
}

.challenge-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.challenge-hero__header {
    display: block;
}

.challenge-hero__title-group {
    min-width: 0;
    width: 100%;
    padding-right: clamp(0rem, 9vw, 7rem);
}

.challenge-hero__title-group h1,
.challenge-hero__content h1 {
    font-size: clamp(2.2rem, 3.5vw, 3.6rem);
    line-height: 0.95;
    margin: 0.55rem 0 0;
    max-width: none;
}

.challenge-copy {
    margin-top: 1rem;
    color: #404759;
    font-size: 1.03rem;
    line-height: 1.7;
    max-width: 56ch;
}

.challenge-price {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.45rem 0.65rem;
    align-self: flex-start;
    border-radius: 999px;
    padding: 0.7rem 1rem;
    background: rgba(255, 240, 0, 0.26);
    border: 1px solid rgba(255, 205, 41, 0.42);
}

.challenge-price__value {
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1;
}

.challenge-price__label {
    font-size: 0.94rem;
    color: #4d5364;
}

.challenge-cta-btn {
    min-height: 50px;
    padding-inline: 1.7rem;
    font-size: 1rem;
}

.challenge-scroll-link {
    position: absolute;
    top: clamp(1.3rem, 2.4vw, 2rem);
    right: clamp(1.3rem, 2.4vw, 2rem);
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.78rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--brand-dark);
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(16, 18, 27, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.challenge-scroll-link i {
    font-size: 1.1rem;
}

.challenge-scroll-link:hover {
    color: var(--brand-dark);
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(16, 18, 27, 0.1);
}

.challenge-hero__visual {
    display: flex;
    align-items: stretch;
}

.challenge-hero__visual-card {
    width: 100%;
    border-radius: 26px;
    background:
        radial-gradient(circle at top center, rgba(255, 240, 0, 0.2), transparent 28%),
        linear-gradient(145deg, rgba(18, 19, 26, 0.92), rgba(238, 120, 61, 0.88) 45%, rgba(231, 33, 75, 0.8) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1.2rem 1.2rem 0;
    overflow: hidden;
    min-height: 100%;
}

.challenge-hero__visual-card--soft {
    background:
        radial-gradient(circle at top center, rgba(255, 240, 0, 0.18), transparent 28%),
        linear-gradient(145deg, rgba(33, 35, 46, 0.92), rgba(37, 99, 235, 0.72) 50%, rgba(14, 165, 233, 0.62) 100%);
}

.challenge-hero__image {
    width: min(100%, 360px);
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.22));
}

.challenge-summary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 1.25rem;
    margin-top: 1.4rem;
}

.challenge-summary-card {
    border-radius: 26px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--shadow-soft);
    padding: 1.3rem;
    background: rgba(255, 255, 255, 0.9);
}

.challenge-summary-card--description {
    background:
        radial-gradient(circle at top left, rgba(249, 146, 12, 0.12), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 239, 0.94) 56%, rgba(255, 242, 246, 0.92) 100%);
}

.challenge-summary-card--goals {
    background: rgba(255, 255, 255, 0.95);
}

.challenge-summary-card__kicker {
    display: inline-flex;
    border-radius: 999px;
    padding: 0.34rem 0.74rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(18, 19, 26, 0.06);
    color: #4f5668;
}

.challenge-summary-card h2 {
    margin: 0.9rem 0 0;
    font-size: 1.45rem;
    line-height: 1.05;
}

.challenge-showcase {
    margin-top: 1.4rem;
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
    gap: 1.35rem;
    align-items: stretch;
    padding: 1.3rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(249, 146, 12, 0.12), transparent 24%),
        linear-gradient(135deg, rgba(14, 15, 22, 0.98), rgba(32, 33, 42, 0.96) 38%, rgba(56, 27, 43, 0.95) 100%);
    color: #fff;
    box-shadow: 0 24px 50px rgba(16, 18, 27, 0.16);
}

.challenge-showcase__media {
    min-width: 0;
    display: flex;
}

.challenge-showcase__side-copy {
    position: absolute;
    inset: 1.2rem 1.2rem auto 1.2rem;
    z-index: 2;
    max-width: 34ch;
}

.challenge-showcase__side-copy h2 {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.04;
}

.challenge-showcase__side-copy p {
    margin: 0.85rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.62;
}

.challenge-showcase__photo-wrap {
    flex: 1 1 auto;
    position: relative;
    min-height: 100%;
    border-radius: 24px;
    overflow: hidden;
    padding: 1rem 1rem 0.8rem;
    background:
        radial-gradient(circle at center, rgba(255, 240, 0, 0.18), transparent 26%),
        linear-gradient(155deg, rgba(249, 146, 12, 0.26), rgba(231, 33, 75, 0.16) 60%, rgba(255, 255, 255, 0.04) 100%);
}

.challenge-showcase__cta-wrap {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 3;
}

.challenge-showcase__cta {
    margin-top: 0;
}

.challenge-showcase__image {
    position: absolute;
    left: 0.35rem;
    bottom: 0;
    width: min(88%, 360px);
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.28));
    margin: 0;
}

.challenge-showcase__video-block {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.challenge-video-frame {
    border-radius: 22px;
    padding: 0.8rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.challenge-video-frame .ratio {
    border-radius: 18px;
    overflow: hidden;
}

.challenge-video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.challenge-video-frame--placeholder {
    display: grid;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.85);
}

.challenge-goals-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.challenge-goals-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.challenge-goals-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: 0.33rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(110deg, var(--brand-orange), var(--brand-red));
    box-shadow: 0 0 0 4px rgba(249, 146, 12, 0.12);
}

.challenge-modal-dialog {
    max-width: 760px;
}

.challenge-modal {
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(249, 146, 12, 0.16), transparent 30%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.99), rgba(255, 247, 240, 0.97) 44%, rgba(255, 239, 244, 0.95) 100%);
    box-shadow: 0 20px 44px rgba(16, 18, 27, 0.14);
}

.challenge-modal::after {
    content: "";
    position: absolute;
    inset: auto -60px -80px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 146, 12, 0.16), rgba(231, 33, 75, 0.1) 48%, transparent 72%);
    pointer-events: none;
}

.challenge-modal .modal-body {
    padding: 1.2rem;
    position: relative;
    z-index: 1;
}

.challenge-modal__content {
    max-width: none;
    width: 100%;
}

.challenge-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.challenge-modal__title {
    margin: 0;
    padding-right: 2.5rem;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(1.95rem, 3.4vw, 2.65rem);
    line-height: 1;
    color: var(--brand-dark);
}

.challenge-modal__intro {
    margin: 0.65rem 0 1rem;
    color: var(--brand-muted);
    font-size: 0.98rem;
    line-height: 1.5;
    max-width: 68ch;
}

.challenge-modal .form-label {
    margin-bottom: 0.45rem;
    color: var(--brand-dark);
    font-weight: 700;
    font-size: 0.98rem;
}

.challenge-modal .form-control,
.challenge-modal .input-group-text {
    min-height: 54px;
    border-radius: 18px;
    border-color: rgba(0, 0, 0, 0.14);
}

.challenge-modal__submit {
    min-width: 0;
    width: 100%;
    justify-content: center;
}

.challenge-modal .form-control {
    background: rgba(246, 247, 251, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.14);
    box-shadow: none;
}

.challenge-modal .form-control::placeholder {
    color: #666d7f;
}

.challenge-modal .input-group-text {
    background: rgba(246, 247, 251, 0.95);
}

.challenge-modal .input-group .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.challenge-modal__locked-note {
    border-radius: 16px;
    background: rgba(18, 19, 26, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.8rem 0.9rem;
    color: #4e5566;
    line-height: 1.55;
}

.challenge-form-readonly,
.challenge-form-readonly:focus {
    background: rgba(0, 0, 0, 0.04);
    color: #495061;
}

.landing-main {
    position: relative;
}

.content-card,
.lead-card,
.program-card,
.testimonial-card,
.live-highlight,
.card,
.metric-card,
.quick-link-card,
.video-card,
.program-panel,
.content-toolbar {
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: var(--shadow-soft);
}

.content-card {
    padding: 1.3rem;
}

.content-card h2,
.lead-card h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.85rem;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.about-story {
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    gap: 1.4rem;
    align-items: center;
}

.about-story__media {
    align-self: stretch;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(249, 146, 12, 0.16), transparent 36%),
        linear-gradient(160deg, rgba(255, 248, 240, 0.98), rgba(255, 236, 242, 0.9));
    min-height: 100%;
}

.about-story__image {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
}

.about-story__content h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.97;
    margin-bottom: 1rem;
}

.about-story__content p {
    color: #474e60;
    font-size: 1.03rem;
    line-height: 1.75;
    margin-bottom: 0.95rem;
    max-width: 60ch;
}

.about-story__eyebrow {
    margin-bottom: 0.95rem;
}

.about-story__emphasis {
    font-weight: 700;
    color: var(--brand-dark) !important;
}

.about-story__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.cv-modal {
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 24px 52px rgba(17, 18, 28, 0.18);
    background:
        radial-gradient(circle at top left, rgba(249, 146, 12, 0.12), transparent 32%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.99), rgba(255, 245, 248, 0.96));
}

.cv-modal .modal-title {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
}

.program-card {
    padding: 1rem;
    min-height: 130px;
    background: linear-gradient(170deg, rgba(249, 146, 12, 0.1), rgba(255, 255, 255, 0.94));
}

.program-card h3 {
    font-size: 1.1rem;
    margin: 0 0 0.4rem;
}

.class-offers__intro {
    text-align: center;
    margin-bottom: 1.55rem;
}

.class-offers__intro h2 {
    font-size: clamp(2rem, 3.8vw, 3.3rem);
    line-height: 1.03;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
}

.class-offer-card,
.class-offer-modal {
    --offer-bg: linear-gradient(135deg, #f6a126 0%, #f47a2f 54%, #e85646 112%);
    --offer-glow-x: 24%;
    --offer-glow-y: 32%;
    --offer-spark-x: 26%;
    --offer-spark-y: 22%;
    --offer-figure-width: 252px;
    --offer-figure-left: -0.6rem;
    --offer-figure-bottom: -0.2rem;
    --offer-figure-mobile-width: 6.3rem;
    --offer-figure-mobile-left: 0.1rem;
    --offer-figure-mobile-bottom: 0;
    --offer-details-offset: 6rem;
    --offer-modal-figure-width: 292px;
    --offer-modal-figure-left: -0.7rem;
    --offer-modal-figure-width-mobile: 11.25rem;
    --offer-modal-figure-mobile-left: -0.2rem;
}

.class-offer-card--mexe,
.class-offer-modal--mexe {
    --offer-bg: linear-gradient(135deg, #f7a321 0%, #f68023 52%, #eb5e42 112%);
    --offer-glow-x: 28%;
    --offer-glow-y: 36%;
    --offer-spark-x: 29%;
    --offer-spark-y: 42%;
    --offer-figure-width: 258px;
    --offer-figure-left: -0.7rem;
    --offer-figure-mobile-width: 6.45rem;
    --offer-figure-mobile-left: 0.05rem;
    --offer-details-offset: 6.15rem;
    --offer-modal-figure-width: 300px;
    --offer-modal-figure-left: -0.7rem;
    --offer-modal-figure-width-mobile: 11.4rem;
}

.class-offer-card--pilates,
.class-offer-modal--pilates {
    --offer-bg: linear-gradient(135deg, #f4a52f 0%, #f58649 54%, #eb6659 115%);
    --offer-glow-x: 16%;
    --offer-glow-y: 27%;
    --offer-spark-x: 8%;
    --offer-spark-y: 18%;
    --offer-figure-width: 222px;
    --offer-figure-left: 0.15rem;
    --offer-figure-mobile-width: 5.25rem;
    --offer-figure-mobile-left: 0.45rem;
    --offer-details-offset: 5.2rem;
    --offer-modal-figure-width: 252px;
    --offer-modal-figure-left: 0;
    --offer-modal-figure-width-mobile: 10.25rem;
}

.class-offer-card--danca,
.class-offer-modal--danca {
    --offer-bg: linear-gradient(135deg, #f2a11d 0%, #f2772e 48%, #e24e3f 118%);
    --offer-glow-x: 27%;
    --offer-glow-y: 26%;
    --offer-spark-x: 26%;
    --offer-spark-y: 18%;
    --offer-figure-width: 240px;
    --offer-figure-left: -0.2rem;
    --offer-figure-mobile-width: 5.95rem;
    --offer-figure-mobile-left: 0.2rem;
    --offer-details-offset: 5.75rem;
    --offer-modal-figure-width: 272px;
    --offer-modal-figure-left: -0.2rem;
    --offer-modal-figure-width-mobile: 10.8rem;
}

.class-offer-card--pt,
.class-offer-modal--pt {
    --offer-bg: linear-gradient(135deg, #f3a62b 0%, #f07c37 52%, #dd5747 118%);
    --offer-glow-x: 22%;
    --offer-glow-y: 24%;
    --offer-spark-x: 18%;
    --offer-spark-y: 19%;
    --offer-figure-width: 330px;
    --offer-figure-left: -2.8rem;
    --offer-figure-bottom: -0.1rem;
    --offer-figure-mobile-width: 7.9rem;
    --offer-figure-mobile-left: -1.55rem;
    --offer-figure-mobile-bottom: 0.15rem;
    --offer-details-offset: 4.85rem;
    --offer-modal-figure-width: 372px;
    --offer-modal-figure-left: -2.55rem;
    --offer-modal-figure-width-mobile: 12.85rem;
    --offer-modal-figure-mobile-left: -1.75rem;
}

.class-offer-card {
    position: relative;
    width: 100%;
    min-height: 0;
    border: 0;
    border-radius: 32px;
    padding: 1.45rem 1.55rem 1.35rem;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "content";
    align-items: start;
    gap: 0;
    background: var(--offer-bg);
    color: var(--brand-white);
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
    transition: transform 0.22s ease;
}

.class-offer-card:hover,
.class-offer-card:focus-visible {
    transform: translateY(-2px);
    box-shadow: none;
}

.class-offer-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--offer-glow-x) var(--offer-glow-y), rgba(255, 240, 0, 0.22), transparent 20%),
        radial-gradient(circle at 88% 86%, rgba(255, 255, 255, 0.08), transparent 22%),
        linear-gradient(110deg, rgba(255, 255, 255, 0.08), transparent 34%);
    z-index: 0;
}

.class-offer-card::after {
    display: none;
}

.class-offer-card:focus-visible {
    outline: 3px solid rgba(255, 240, 0, 0.55);
    outline-offset: 4px;
}

.class-offer-card__content {
    grid-area: content;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    min-width: 0;
    width: 100%;
    max-width: none;
    padding: 0.2rem 0 0.15rem;
}

.class-offer-card__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 40px;
    max-width: min(100%, 19rem);
    padding: 0.44rem 1.05rem;
    border-radius: 18px;
    background: var(--brand-yellow);
    color: #24262f;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 0.85rem;
    box-shadow: 0 14px 24px rgba(16, 18, 27, 0.12);
    white-space: normal;
}

.class-offer-card h3 {
    margin: 0;
    color: var(--brand-white);
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2rem, 2.85vw, 3.35rem);
    line-height: 0.93;
    max-width: none;
    width: 100%;
    letter-spacing: -0.01em;
    text-shadow: 0 8px 18px rgba(18, 19, 26, 0.18);
    text-wrap: wrap;
}

.class-offer-card__details {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
    max-width: none;
    width: 100%;
}

.class-offer-card__meta,
.class-offer-card__text {
    margin: 0;
}

.class-offer-card__meta {
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.02;
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.14em;
    text-wrap: wrap;
}

.class-offer-card__text {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.98rem;
    line-height: 1.46;
    font-weight: 600;
    max-width: none;
    text-wrap: wrap;
}

.class-offer-card__accent {
    color: var(--brand-yellow);
    text-shadow: 0 8px 18px rgba(18, 19, 26, 0.18);
}

.class-offer-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 48px;
    padding: 0.8rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(115deg, #ff9b4b, #ff7f4d 55%, #ff6d67 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.1;
    box-shadow: 0 16px 26px rgba(16, 18, 27, 0.16);
}

.class-offer-card__media {
    display: none;
}

.class-offer-card__media img {
    display: none;
}

.class-offer-modal-dialog {
    max-width: 980px;
}

.class-offer-modal {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: var(--offer-bg);
    color: #fff;
    box-shadow: 0 24px 52px rgba(17, 18, 28, 0.22);
}

.class-offer-modal::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--offer-glow-x) var(--offer-glow-y), rgba(255, 240, 0, 0.24), transparent 22%),
        radial-gradient(circle at 88% 86%, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(110deg, rgba(255, 255, 255, 0.08), transparent 42%);
    z-index: 0;
}

.class-offer-modal::after {
    display: none;
}

.class-offer-modal .modal-body {
    position: relative;
    z-index: 2;
    padding: 1.3rem;
}

.class-offer-modal__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.class-offer-modal__visual {
    position: relative;
    min-height: 340px;
    border-radius: 26px;
    overflow: hidden;
    padding: 1rem 1rem 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.class-offer-modal__eyebrow {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.42rem 0.95rem;
    border-radius: 16px;
    background: var(--brand-yellow);
    color: #24262f;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.1;
    box-shadow: 0 14px 24px rgba(16, 18, 27, 0.12);
}

.class-offer-modal__image {
    position: absolute;
    left: var(--offer-modal-figure-left);
    bottom: 0;
    display: block;
    width: var(--offer-modal-figure-width);
    max-width: none;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.25));
}

.class-offer-modal__video-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.82);
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
    aspect-ratio: 16 / 9;
}

.class-offer-modal__video-frame[hidden] {
    display: none;
}

.class-offer-modal__video {
    width: 100%;
    height: 100%;
    border: 0;
}

.class-offer-modal__image[hidden] {
    display: none;
}

.class-offer-modal__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 0.1rem 0.2rem 0;
}

.class-offer-modal__title {
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2.15rem, 4.2vw, 3.55rem);
    line-height: 0.93;
    max-width: 100ch;
    letter-spacing: -0.01em;
    text-shadow: 0 10px 18px rgba(18, 19, 26, 0.18);
}

.class-offer-modal__intro {
    margin: 0.95rem 0 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.02rem;
    line-height: 1.46;
    font-weight: 700;
}

.class-offer-modal__text {
    margin: 0.85rem 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.98rem;
    line-height: 1.6;
    font-weight: 500;
    max-width: 100ch;
}

.class-offer-modal__schedule-wrap {
    margin-top: 1rem;
}

.class-offer-modal__schedule-label {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.class-offer-modal__schedule-table-wrap {
    margin-top: 0.58rem;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.class-offer-modal__schedule-table {
    width: 100%;
    border-collapse: collapse;
}

.class-offer-modal__schedule-table th,
.class-offer-modal__schedule-table td {
    padding: 0.82rem 0.92rem;
    text-align: left;
    vertical-align: top;
}

.class-offer-modal__schedule-table tr + tr th,
.class-offer-modal__schedule-table tr + tr td {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.class-offer-modal__schedule-table th {
    width: 34%;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.class-offer-modal__schedule-table td {
    color: #fff;
    font-size: 0.96rem;
    line-height: 1.45;
    font-weight: 600;
}

.class-offer-modal__schedule-table--grid thead th {
    width: 33.333%;
    padding: 0.88rem 0.7rem;
    border: 1px solid rgba(36, 38, 47, 0.28);
    background: var(--brand-yellow);
    color: #24262f;
    font-size: 0.98rem;
    text-align: center;
    letter-spacing: 0.04em;
}

.class-offer-modal__schedule-table--grid tbody td {
    width: 33.333%;
    min-width: 0;
    padding: 1rem 0.85rem;
    border: 1px solid rgba(36, 38, 47, 0.28);
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
    vertical-align: middle;
}

.class-offer-modal__schedule-table--grid tr + tr td {
    border-top: 0;
}

.class-offer-modal__schedule-line {
    display: block;
    font-size: 0.95rem;
    line-height: 1.25;
    font-weight: 700;
}

.class-offer-modal__schedule-line + .class-offer-modal__schedule-line {
    margin-top: 0.18rem;
}

.class-offer-modal__schedule-line--strong {
    font-size: 1.04rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.class-offer-modal__schedule-note {
    margin: 0.85rem 0 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 500;
}

.class-offer-modal__schedule-note[hidden] {
    display: none;
}

.class-offer-modal__actions {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.class-offer-modal__cta {
    align-self: flex-start;
    margin-top: 0;
    min-height: 52px;
    border-radius: 18px;
    padding-inline: 1.35rem;
    box-shadow: 0 16px 28px rgba(16, 18, 27, 0.18);
}

.class-offer-modal__secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.78rem 1.25rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.class-offer-modal__secondary-cta:hover,
.class-offer-modal__secondary-cta:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.26);
    color: #fff;
}

.class-offer-modal__secondary-cta[hidden] {
    display: none;
}

.class-offer-modal--has-video .class-offer-modal__visual {
    min-height: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.class-offer-modal--has-video .class-offer-modal__image {
    display: none;
}

.class-offer-modal--no-media .class-offer-modal__visual,
.class-offer-modal--no-schedule .class-offer-modal__schedule-wrap {
    display: none;
}

.class-offer-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 4;
    filter: invert(1);
    opacity: 0.92;
}

.class-offer-modal__close:hover,
.class-offer-modal__close:focus-visible {
    opacity: 1;
}

.testimonials-section {
    padding: clamp(1.35rem, 2vw, 1.85rem);
    background:
        radial-gradient(circle at top right, rgba(249, 146, 12, 0.1), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 250, 0.96));
}

.testimonials-section__intro {
    margin-bottom: 1.45rem;
    max-width: 62ch;
}

.testimonials-section__eyebrow {
    margin-bottom: 0.65rem;
}

.testimonials-section__intro p {
    margin: 0;
    color: #565d6f;
    line-height: 1.78;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 360px));
    gap: 1.15rem;
    justify-content: center;
    align-items: stretch;
}

.testimonial-card {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: clamp(1.1rem, 2vw, 1.4rem);
    min-height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(231, 33, 75, 0.09);
    background:
        radial-gradient(circle at top right, rgba(249, 146, 12, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 249, 251, 0.95));
    box-shadow: 0 18px 34px rgba(16, 18, 27, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(249, 146, 12, 0.26), rgba(231, 33, 75, 0.24), transparent 82%);
}

.testimonial-card:hover,
.testimonial-card:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 24px 42px rgba(16, 18, 27, 0.12);
    border-color: rgba(231, 33, 75, 0.16);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 72px;
}

.testimonial-avatar {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    padding: 3px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(249, 146, 12, 0.42), rgba(231, 33, 75, 0.28));
    box-shadow: 0 10px 22px rgba(231, 33, 75, 0.12);
}

.testimonial-avatar--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-avatar__image,
.testimonial-avatar__fallback {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial-avatar__image {
    object-fit: cover;
    background: #f1f4f8;
}

.testimonial-avatar__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #fff6f2, #fdebf0);
    color: #af3658;
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: 0.08em;
}

.testimonial-author {
    margin: 0;
    color: #1b2030;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(1.35rem, 2vw, 1.55rem);
    line-height: 1;
    letter-spacing: 0.02em;
}

.testimonial-text {
    margin: 0;
    position: relative;
    flex: 1;
    padding-top: 0.75rem;
}

.testimonial-text::before {
    content: "“";
    position: absolute;
    top: -0.15rem;
    left: 0;
    color: rgba(231, 33, 75, 0.18);
    font-family: "Barlow Condensed", sans-serif;
    font-size: 3rem;
    line-height: 1;
}

.testimonial-text p {
    margin: 0;
    color: #454c5f;
    font-size: 0.98rem;
    line-height: 1.82;
    text-wrap: pretty;
    overflow-wrap: break-word;
}

.testimonial-text__body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.testimonial-card.is-expanded .testimonial-text__body {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.testimonial-toggle {
    align-self: flex-start;
    margin-top: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b23b5a;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.testimonial-toggle:hover,
.testimonial-toggle:focus-visible {
    color: var(--brand-red);
    opacity: 1;
}

.testimonial-toggle:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(231, 33, 75, 0.16);
    border-radius: 999px;
    padding-inline: 0.2rem;
}

.before-after-ribbon {
    position: relative;
    padding: clamp(2.2rem, 4vw, 3.3rem) 0 clamp(2.5rem, 4vw, 3.7rem);
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(249, 146, 12, 0.14), transparent 28%),
        radial-gradient(circle at bottom right, rgba(231, 33, 75, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 247, 250, 0.86));
}

.before-after-ribbon__intro {
    max-width: 46rem;
    margin: 0 auto 1.4rem;
    text-align: center;
}

.before-after-ribbon__eyebrow {
    margin-bottom: 0.7rem;
}

.before-after-ribbon__intro h2 {
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(2.15rem, 4vw, 3.2rem);
    line-height: 0.98;
}

.before-after-ribbon__intro p {
    margin: 0.9rem auto 0;
    max-width: 40rem;
    color: #565d6f;
    line-height: 1.72;
}

.before-after-ribbon__marquee {
    --marquee-gap: 0rem;
    position: relative;
    overflow: hidden;
    padding-inline: 0;
}

.before-after-ribbon__marquee::before,
.before-after-ribbon__marquee::after {
    display: none;
}

.before-after-ribbon__track-wrap {
    display: flex;
    align-items: stretch;
    gap: var(--marquee-gap);
    width: max-content;
    will-change: transform;
}

.before-after-ribbon.is-ready .before-after-ribbon__track-wrap {
    animation: beforeAfterRibbonScroll var(--before-after-duration, 28s) linear infinite;
}

.before-after-ribbon__track {
    display: flex;
    align-items: stretch;
    gap: var(--marquee-gap);
    min-width: max-content;
    flex-shrink: 0;
}

.before-after-ribbon__item {
    margin: 0;
    flex: 0 0 clamp(250px, 28vw, 360px);
    aspect-ratio: 6 / 5;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 34px rgba(16, 18, 27, 0.12);
    scroll-snap-align: start;
}

.before-after-ribbon__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.sticky-box {
    position: sticky;
    top: 100px;
}

.scroll-reveal-card {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.scroll-reveal-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.lead-card {
    padding: 1.1rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.lead-card--focus {
    transform: translateY(-2px);
    box-shadow: 0 0 0 4px rgba(255, 240, 0, 0.2), 0 18px 34px rgba(16, 18, 27, 0.14);
}

.lead-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -60px auto;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(249, 146, 12, 0.2), transparent 62%);
    pointer-events: none;
}

.challenge-slider {
    display: grid;
}

.challenge-card {
    display: none;
}

.challenge-card.active {
    display: block;
}

.slider-controls .btn {
    border-radius: 999px;
}

.landing-footer {
    margin-top: 1.4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.live-highlight {
    padding: clamp(1rem, 2vw, 1.35rem);
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(249, 146, 12, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 239, 0.96) 42%, rgba(255, 238, 243, 0.94) 100%);
}

.live-highlight::before {
    content: "";
    position: absolute;
    inset: auto -40px -48px auto;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 146, 12, 0.18), rgba(231, 33, 75, 0.1) 42%, transparent 72%);
    pointer-events: none;
}

.live-highlight--ended {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.16), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(242, 248, 255, 0.96) 45%, rgba(233, 245, 255, 0.95) 100%);
}

.live-highlight--ended::before {
    background: radial-gradient(circle, rgba(37, 99, 235, 0.18), rgba(14, 165, 233, 0.12) 42%, transparent 72%);
}

.live-highlight__header,
.live-highlight__body {
    position: relative;
    z-index: 1;
}

.live-highlight__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.live-highlight__title-wrap {
    min-width: 0;
}

.live-highlight__title {
    margin: 0;
    font-size: clamp(1.5rem, 2.2vw, 2.2rem);
    line-height: 1.04;
}

.live-highlight__subtitle {
    margin: 0.3rem 0 0;
    color: var(--brand-muted);
    font-size: 1rem;
    font-weight: 500;
}

.live-highlight__body {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
    gap: 1rem;
    align-items: stretch;
}

.live-highlight__media {
    min-width: 0;
}

.live-highlight__media-frame {
    border-radius: 28px;
    padding: 0.9rem;
    background: linear-gradient(135deg, rgba(20, 20, 30, 0.92), rgba(249, 146, 12, 0.68) 52%, rgba(231, 33, 75, 0.58) 100%);
    box-shadow: 0 22px 42px rgba(17, 18, 28, 0.16);
}

.live-highlight--ended .live-highlight__media-frame {
    background: linear-gradient(135deg, rgba(18, 24, 39, 0.92), rgba(37, 99, 235, 0.64) 50%, rgba(14, 165, 233, 0.5) 100%);
}

.live-highlight__media-frame .ratio {
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.live-highlight__media-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.live-highlight__aside {
    display: flex;
}

.live-highlight__aside-card {
    width: 100%;
    min-height: 100%;
    border-radius: 24px;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 18px 30px rgba(17, 18, 28, 0.08);
    backdrop-filter: blur(16px);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.live-highlight__aside-card::after {
    content: "";
    position: absolute;
    inset: auto -22px -34px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 146, 12, 0.18), transparent 68%);
    pointer-events: none;
}

.live-highlight--ended .live-highlight__aside-card::after {
    background: radial-gradient(circle, rgba(14, 165, 233, 0.2), transparent 68%);
}

.live-highlight__aside-kicker {
    display: inline-flex;
    align-self: flex-start;
    border-radius: 999px;
    padding: 0.34rem 0.72rem;
    background: rgba(18, 19, 26, 0.06);
    color: #555d71;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}

.live-highlight__aside-title {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.08;
}

.live-highlight__aside-copy {
    margin: 0.8rem 0 0;
    color: var(--brand-muted);
    font-size: 1rem;
    line-height: 1.62;
    max-width: 34ch;
}

.live-highlight__zoom-btn {
    align-self: flex-start;
    margin-top: 1rem;
    padding-inline: 1.35rem;
}

.live-highlight__aside-note {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #3d4455;
    font-size: 0.92rem;
    line-height: 1.55;
}

.live-pill {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    background: var(--brand-red);
    color: #fff;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 0;
    flex-shrink: 0;
    align-self: flex-start;
}

.live-pill--ended {
    background: linear-gradient(110deg, #2563eb, #0ea5e9);
}

.table-pill.live-history-status--published {
    color: #0b63c9;
    background: rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.35);
}

.content-toolbar {
    padding: 1rem;
}

.content-toolbar__compact {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid rgba(17, 19, 26, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    padding: 0.85rem 0.95rem;
    text-align: left;
    color: var(--brand-dark);
    box-shadow: 0 10px 22px rgba(16, 18, 27, 0.06);
}

.content-toolbar__panel[hidden] {
    display: none !important;
}

.content-toolbar:not(.is-open) .content-toolbar__panel {
    display: none;
}

.content-toolbar .btn-outline-dark,
.content-toolbar .btn-brand,
.program-tabs .btn-outline-dark {
    border-radius: 999px;
    padding-inline: 1.2rem;
}

.content-toolbar__compact-icon,
.content-toolbar__compact-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(249, 146, 12, 0.1);
    color: var(--brand-orange);
}

.content-toolbar__compact-chevron {
    width: 34px;
    height: 34px;
    margin-left: auto;
    background: rgba(17, 19, 26, 0.05);
    color: #5d6476;
    transition: transform 0.2s ease;
}

.content-toolbar__compact-copy {
    display: grid;
    min-width: 0;
    gap: 0.1rem;
    flex: 1;
}

.content-toolbar__compact-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
}

.content-toolbar__compact-summary {
    font-size: 0.88rem;
    line-height: 1.35;
    color: #5d6476;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-toolbar.has-active-search .content-toolbar__compact {
    border-color: rgba(231, 33, 75, 0.18);
    box-shadow: 0 12px 22px rgba(231, 33, 75, 0.08);
}

.content-toolbar.is-open .content-toolbar__compact-chevron {
    transform: rotate(180deg);
}

.content-toolbar__panel {
    margin-top: 0.75rem;
}

.content-toolbar__controls {
    display: grid;
    grid-template-columns: minmax(260px, 2fr) minmax(180px, 1.1fr) auto auto 50px auto;
    gap: 0.75rem;
    align-items: center;
}

.content-toolbar__field {
    min-width: 0;
}

.content-toolbar__clear {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(17, 19, 26, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #5d6476;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.content-toolbar__clear:hover,
.content-toolbar__clear:focus-visible {
    color: #ba1d3a;
    border-color: rgba(231, 33, 75, 0.24);
    box-shadow: 0 8px 18px rgba(18, 19, 26, 0.08);
    transform: translateY(-1px);
}

.content-toolbar__submit {
    min-width: 160px;
}

.program-tabs__track {
    width: 100%;
}

.program-toggle-btn {
    border: 1px solid rgba(17, 19, 26, 0.18);
    background: rgba(255, 255, 255, 0.92);
    color: #1c2030;
    border-radius: 999px;
    padding: 0.72rem 1.2rem;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.program-toggle-btn:hover,
.program-toggle-btn:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(231, 33, 75, 0.24);
    box-shadow: 0 8px 18px rgba(18, 19, 26, 0.08);
}

.program-toggle-btn.is-active {
    border-color: transparent;
    background: linear-gradient(110deg, var(--brand-orange), var(--brand-red));
    color: #fff;
    box-shadow: 0 10px 24px rgba(231, 33, 75, 0.18);
}

.program-toggle-btn__label {
    display: inline-flex;
    align-items: center;
}

.program-toggle-btn__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0.2rem 0.72rem;
    border-radius: 999px;
    background: rgba(231, 33, 75, 0.1);
    color: #cf2140;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.program-toggle-btn.is-active .program-toggle-btn__count {
    background: rgba(255, 255, 255, 0.92);
    color: #b71d38;
}

.program-toggle-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
}

.program-toggle-btn__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 0 0 1px rgba(231, 33, 75, 0.08);
    flex: 0 0 auto;
}

.program-toggle-btn__icon-wrap--trophy .program-toggle-btn__icon--trophy i {
    color: #facc15;
}

.program-toggle-btn--challenge {
    border-color: rgba(231, 33, 75, 0.1);
    background: linear-gradient(135deg, rgba(255, 246, 214, 0.95), rgba(255, 233, 238, 0.98));
    color: #cf2140;
    box-shadow: inset 0 0 0 1px rgba(231, 33, 75, 0.06);
    flex-wrap: nowrap;
    min-width: 0;
}

.program-toggle-btn--challenge .program-toggle-btn__label {
    color: #cf2140;
}

.program-toggle-btn--challenge .program-toggle-btn__icon-wrap {
    width: 20px;
    height: 20px;
    background: transparent;
    box-shadow: none;
}

.program-toggle-btn__challenge-title {
    display: inline-block;
    min-width: 0;
    flex: 1 1 auto;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.program-toggle-btn--challenge .program-toggle-btn__count {
    background: rgba(255, 255, 255, 0.78);
    color: #cf2140;
}

.program-toggle-btn--challenge.is-active {
    border-color: rgba(231, 33, 75, 0.18);
    background: linear-gradient(135deg, rgba(255, 239, 197, 0.99), rgba(255, 223, 232, 0.99));
    color: #ba1f3b;
    box-shadow: 0 10px 24px rgba(231, 33, 75, 0.14), inset 0 0 0 1px rgba(231, 33, 75, 0.07);
}

.program-toggle-btn--challenge.is-active .program-toggle-btn__icon--trophy i {
    color: #f8c62e;
}

.program-toggle-btn--challenge.is-active .program-toggle-btn__icon-wrap {
    background: transparent;
    box-shadow: none;
}

.program-toggle-btn--challenge.is-active .program-toggle-btn__badge {
    background: rgba(231, 33, 75, 0.16);
    color: #b71d38;
}

.program-toggle-btn--challenge.is-active .program-toggle-btn__count {
    background: rgba(255, 255, 255, 0.94);
    color: #ba1f3b;
}

.content-toolbar [data-search-clear],
.content-toolbar [data-search-submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    line-height: 1.5;
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

.quick-filter-btn {
    border-radius: 999px;
    min-height: 50px;
    padding-inline: 1.2rem;
    font-weight: 600;
    white-space: nowrap;
}

.program-panel {
    padding: 1rem;
}

.program-panel--challenge {
    background:
        radial-gradient(circle at top left, rgba(255, 240, 0, 0.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(231, 33, 75, 0.12), transparent 34%),
        linear-gradient(135deg, rgba(255, 250, 228, 0.92), rgba(255, 243, 223, 0.9) 34%, rgba(255, 232, 237, 0.92) 100%);
    border-color: rgba(231, 33, 75, 0.12);
}

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

.video-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.video-thumb-link {
    display: block;
    text-decoration: none;
}

.video-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.video-meta {
    padding: 0.7rem 0.8rem 0.4rem;
}

.video-title-link {
    display: block;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.video-actions {
    padding: 0.5rem 0.8rem 0.8rem;
    display: flex;
    gap: 0.6rem;
}

.btn-icon {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 999px;
    background: #fff;
    padding: 0.4rem 0.7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--brand-ink);
    transition: all 0.22s ease;
}

.btn-icon.active {
    color: var(--brand-red);
    border-color: rgba(231, 33, 75, 0.45);
    background: rgba(231, 33, 75, 0.08);
}

.btn-icon.favorite-toggle.active {
    color: var(--brand-red);
    border-color: rgba(231, 33, 75, 0.45);
    background: rgba(231, 33, 75, 0.08);
}

.btn-icon.done-toggle.active {
    color: #1fbf75;
    border-color: rgba(31, 191, 117, 0.45);
    background: rgba(31, 191, 117, 0.1);
}

.btn-icon:hover {
    transform: translateY(-1px);
}

.video-detail .btn-icon,
[data-video-detail] .btn-icon {
    flex: 1;
    justify-content: center;
}

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

.difficulty-face {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 14px;
    background: #fff;
    color: #98a0af;
    min-height: 82px;
    display: grid;
    place-items: center;
    gap: 0.2rem;
    padding: 0.55rem 0.45rem;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.difficulty-face i {
    font-size: 1.5rem;
    line-height: 1;
}

.difficulty-face span {
    font-size: 0.82rem;
    font-weight: 600;
}

.difficulty-face:hover {
    transform: translateY(-1px);
}

.difficulty-face.difficulty-easy.active {
    color: #1fbf75;
    border-color: rgba(31, 191, 117, 0.45);
    background: rgba(31, 191, 117, 0.11);
}

.difficulty-face.difficulty-normal.active {
    color: #cc9a00;
    border-color: rgba(255, 205, 41, 0.7);
    background: rgba(255, 240, 0, 0.22);
}

.difficulty-face.difficulty-hard.active {
    color: #e7214b;
    border-color: rgba(231, 33, 75, 0.46);
    background: rgba(231, 33, 75, 0.11);
}

.metric-card {
    padding: 1rem;
    display: grid;
    gap: 0.4rem;
}

.metric-card small {
    font-size: 0.75rem;
    color: var(--brand-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.metric-card strong {
    font-size: 1.6rem;
    line-height: 1;
}

.quick-link-card {
    display: block;
    min-height: 144px;
    padding: 1.1rem 1.15rem;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, rgba(20, 20, 30, 0.92), rgba(33, 33, 48, 0.92));
    position: relative;
    overflow: hidden;
}

.quick-link-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    right: -44px;
    bottom: -62px;
    background: rgba(255, 255, 255, 0.2);
}

.quick-link-card h2 {
    margin: 0 0 0.45rem;
    font-size: 1.27rem;
    line-height: 1.12;
}

.quick-link-card p {
    margin: 0;
    opacity: 0.95;
    font-size: 0.93rem;
    max-width: 34ch;
}

.quick-link-card:hover {
    color: #fff;
    transform: translateY(-2px);
}

.quick-link-card--users {
    background: linear-gradient(135deg, #ee783d, #f9920c 55%, #e84f4f);
}

.quick-link-card--notifications {
    background: linear-gradient(135deg, #e7214b, #f05f79 56%, #f9920c);
}

.quick-link-card--programs {
    background: linear-gradient(135deg, #0ea5e9, #2563eb 52%, #4338ca);
}

.quick-link-card--videos {
    background: linear-gradient(135deg, #0f766e, #14b8a6 52%, #2dd4bf);
}

.quick-link-card--live {
    background: linear-gradient(135deg, #7c3aed, #9333ea 50%, #ec4899);
}

.quick-link-card--challenges {
    background: linear-gradient(135deg, #ef4444, #f97316 52%, #facc15);
}

.backoffice-total-pill {
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(249, 146, 12, 0.18), rgba(231, 33, 75, 0.14));
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.45rem 0.95rem;
    font-size: 0.93rem;
}

.kpi-card {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: var(--shadow-soft);
    padding: 0.85rem 0.9rem;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 0.8rem;
    align-items: center;
    transition: opacity 0.34s ease, transform 0.34s ease;
}

.kpi-card.kpi-card--pre {
    opacity: 0;
    transform: translateY(8px);
}

.kpi-card.kpi-card--pre.kpi-card--in {
    opacity: 1;
    transform: translateY(0);
}

.kpi-donut {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: conic-gradient(var(--accent) calc(var(--pct) * 1%), rgba(0, 0, 0, 0.09) 0);
    position: relative;
    display: grid;
    place-items: center;
}

.kpi-donut::before {
    content: "";
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.kpi-donut span {
    position: absolute;
    font-weight: 700;
    font-size: 0.86rem;
}

.kpi-content small {
    font-size: 0.78rem;
    color: var(--brand-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.kpi-content strong {
    display: block;
    margin-top: 0.05rem;
    font-size: 1.7rem;
    line-height: 1;
}

.kpi-content p {
    margin: 0.35rem 0 0;
    color: var(--brand-muted);
    font-size: 0.86rem;
}

.kpi-card--distribution {
    grid-template-columns: 88px 1fr;
    gap: 0.95rem;
    align-items: start;
}

.kpi-distribution-donut {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background:
        conic-gradient(
            #f9920c 0 calc(var(--mobile-pct-current, var(--mobile-pct)) * 1%),
            #3b82f6 calc(var(--mobile-pct-current, var(--mobile-pct)) * 1%) calc((var(--mobile-pct-current, var(--mobile-pct)) + var(--desktop-pct-current, var(--desktop-pct))) * 1%),
            #d1d5db calc((var(--mobile-pct-current, var(--mobile-pct)) + var(--desktop-pct-current, var(--desktop-pct))) * 1%) 100%
        );
    position: relative;
    display: grid;
    place-items: center;
}

.kpi-distribution-donut::before {
    content: "";
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.kpi-distribution-donut__inner {
    position: absolute;
    display: grid;
    place-items: center;
    text-align: center;
}

.kpi-distribution-donut__inner strong {
    font-size: 1.2rem;
    line-height: 1;
    color: #171923;
}

.kpi-distribution-donut__inner small {
    margin-top: 0.12rem;
    font-size: 0.68rem;
    color: var(--brand-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.kpi-distribution-content small {
    display: block;
    font-size: 0.78rem;
    color: var(--brand-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.kpi-distribution-content strong {
    display: block;
    margin-top: 0.12rem;
    margin-bottom: 0.6rem;
    font-size: 1.45rem;
    line-height: 1.1;
    color: #161821;
}

.kpi-distribution-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.4rem;
}

.kpi-distribution-legend li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.88rem;
    color: #363c4c;
}

.kpi-distribution-legend__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.kpi-distribution-legend__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.kpi-distribution-legend__dot--mobile {
    background: #f9920c;
}

.kpi-distribution-legend__dot--desktop {
    background: #3b82f6;
}

.kpi-distribution-legend__dot--unknown {
    background: #9ca3af;
}

.kpi-distribution-legend__value {
    font-weight: 700;
    color: #171923;
}

.kpi-distribution-legend__pct {
    color: var(--brand-muted);
    font-weight: 600;
}

.table {
    font-size: 0.92rem;
}

.badge.text-bg-light {
    color: #23263a;
}

.table-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 0.3rem 0.78rem;
    font-size: 0.83rem;
    line-height: 1;
    font-weight: 600;
}

.table-pill-status,
.table-pill-payment {
    min-width: 104px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.table-pill.status-active {
    color: #0f8f53;
    background: rgba(31, 191, 117, 0.15);
    border-color: rgba(31, 191, 117, 0.45);
}

.table-pill.status-blocked {
    color: #c61f3d;
    background: rgba(231, 33, 75, 0.14);
    border-color: rgba(231, 33, 75, 0.42);
}

.table-pill.status-pending {
    color: #9b7000;
    background: rgba(255, 240, 0, 0.3);
    border-color: rgba(255, 205, 41, 0.62);
}

.table-pill.status-lead {
    color: #cb6200;
    background: rgba(249, 146, 12, 0.18);
    border-color: rgba(249, 146, 12, 0.46);
}

.table-pill.status-default {
    color: #3f4656;
    background: rgba(0, 0, 0, 0.05);
}

.table-pill.payment-paid {
    color: #0f8f53;
    background: rgba(31, 191, 117, 0.15);
    border-color: rgba(31, 191, 117, 0.45);
}

.table-pill.payment-unpaid {
    color: #c61f3d;
    background: rgba(231, 33, 75, 0.14);
    border-color: rgba(231, 33, 75, 0.42);
}

.table-pill.payment-default {
    color: #3f4656;
    background: rgba(0, 0, 0, 0.05);
}

.table-pill-tag {
    color: #2f3545;
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.16);
    min-height: 26px;
}

.program-kind-pill {
    gap: 0.4rem;
}

.program-kind-pill--challenge {
    color: #c61f3d;
    background: linear-gradient(135deg, rgba(255, 246, 214, 0.95), rgba(255, 233, 238, 0.98));
    border-color: rgba(231, 33, 75, 0.18);
}

.program-kind-pill--challenge i {
    color: #facc15;
}

.program-check {
    padding: 0.85rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.table-pill-tag-button {
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
    text-decoration: none;
    padding-right: 0.62rem;
}

.table-pill-tag-button i {
    font-size: 0.72rem;
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-orange);
    box-shadow: 0 0 0 0.2rem rgba(249, 146, 12, 0.18);
}

.richtext-wrap {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.richtext-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0.55rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.02);
}

.richtext-editor {
    min-height: 168px;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0.8rem 0.9rem;
    overflow-y: auto;
    line-height: 1.45;
}

.richtext-editor p,
.richtext-editor div {
    margin: 0;
}

.admin-users-filters-grid {
    display: grid;
    gap: 0.75rem;
}

.admin-users-filter {
    min-width: 0;
}

.admin-users-filter .form-control,
.admin-users-filter .form-select {
    width: 100%;
}

.admin-users-filter--actions {
    display: flex;
    gap: 0.75rem;
}

.admin-users-filter--actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(1.5em + 0.75rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-inline: 1.35rem;
    border-radius: 999px;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .admin-users-filters-grid {
        grid-template-columns:
            minmax(250px, 1.6fr)
            minmax(140px, 1fr)
            minmax(150px, 1fr)
            minmax(150px, 1fr)
            minmax(110px, 0.8fr)
            minmax(140px, 1fr)
            auto;
        align-items: center;
    }
}

.richtext-editor ul,
.richtext-editor ol {
    margin: 0.2rem 0 0.2rem 1.15rem;
    padding: 0;
}

.richtext-editor li {
    margin: 0.1rem 0;
}

.richtext-editor:empty::before {
    content: "Escreve aqui a mensagem...";
    color: #8c93a4;
}

.notification-richtext p:last-child,
.notification-richtext ul:last-child,
.notification-richtext ol:last-child {
    margin-bottom: 0;
}

.phone-prefix-fixed {
    border-radius: 12px 0 0 12px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: rgba(0, 0, 0, 0.03);
    font-weight: 400;
    min-width: 88px;
    justify-content: center;
}

.navbar-toggler {
    border-radius: 12px;
}

@media (min-width: 992px) {
    .videos-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    :root {
        --anchor-offset: 5.75rem;
    }

    .student-nav {
        padding-top: 0.5rem;
    }

    .student-nav .nav-item:first-child .student-nav-link--challenge {
        margin-top: 0.35rem;
    }

    .sticky-box {
        position: relative;
        top: auto;
        opacity: 1;
        transform: none;
    }

    .landing-hero {
        padding-top: 1rem;
    }

    .brand-logo-img {
        height: 30px !important;
        max-width: 190px !important;
    }

    .student-nav-link,
    .admin-nav-link,
    .student-logout-link {
        width: 100%;
        justify-content: flex-start;
    }

    .student-logout-link {
        padding-left: 0.95rem;
    }

    .auth-shell {
        min-height: auto;
    }

    .auth-visual-card {
        min-height: 280px;
    }

    .auth-visual-image {
        max-height: 220px;
    }

    .challenge-hero--empty,
    .challenge-summary-grid,
    .challenge-showcase {
        grid-template-columns: 1fr;
    }

    .challenge-hero__content h1 {
        max-width: none;
    }

    .challenge-hero__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .challenge-hero__visual-card {
        min-height: 320px;
    }

    .challenge-hero__title-group {
        padding-right: 0;
    }

    .challenge-scroll-link {
        position: static;
        margin-top: 0.5rem;
    }

    .live-highlight__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .live-highlight__body {
        grid-template-columns: 1fr;
    }

    .live-highlight__aside-copy {
        max-width: none;
    }

    .content-toolbar {
        padding: 0.8rem;
    }

    .content-toolbar__controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content-toolbar__field--search,
    .content-toolbar__field--tags {
        grid-column: 1 / -1;
    }

    .content-toolbar__submit,
    .quick-filter-btn {
        min-height: 44px;
    }

    .program-tabs {
        margin-bottom: 1rem !important;
    }

    .program-tabs__track {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0.65rem !important;
        margin: 0 -0.1rem;
        padding: 0.05rem 0.1rem 0.4rem;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    .program-tabs__track::-webkit-scrollbar {
        display: none;
    }

    .program-toggle-btn {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        padding: 0.66rem 1rem;
        gap: 0.5rem;
        scroll-snap-align: start;
    }

    .program-toggle-btn__count {
        min-height: 24px;
        padding: 0.18rem 0.62rem;
        font-size: 0.76rem;
    }

    .class-offers__intro {
        text-align: left;
        margin-bottom: 1.05rem;
    }

    .class-offers__intro h2 {
        font-size: clamp(1.9rem, 7vw, 2.8rem);
        line-height: 1.02;
    }

    .class-offer-card {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 0;
        padding: 1.08rem 1.08rem 1rem;
        box-shadow: none;
    }

    .class-offer-card::after {
        width: 102px;
        height: 128px;
    }

    .class-offer-card__eyebrow {
        min-height: 34px;
        font-size: 0.82rem;
        margin-bottom: 0.72rem;
        max-width: 100%;
    }

    .class-offer-card h3 {
        font-size: clamp(1.95rem, 7.3vw, 2.8rem);
        max-width: none;
    }

    .class-offer-card__details {
        margin-top: 0.85rem;
        gap: 0.78rem;
    }

    .class-offer-card__meta {
        font-size: 0.9rem;
    }

    .class-offer-card__text {
        font-size: 0.9rem;
        max-width: none;
    }

    .class-offer-card__cta {
        min-height: 44px;
        padding: 0.74rem 1rem;
        font-size: 0.88rem;
    }

    .class-offer-modal .modal-body {
        padding: 1rem;
    }

    .class-offer-modal__layout {
        gap: 0.92rem;
    }

    .class-offer-modal__visual {
        min-height: 300px;
    }

    .class-offer-modal__title {
        font-size: clamp(2rem, 6vw, 3rem);
        max-width: none;
    }

    .class-offer-modal__intro {
        font-size: 0.98rem;
    }

}

@media (max-width: 575.98px) {
    .testimonials-section {
        padding: 1.15rem;
    }

    .before-after-ribbon {
        padding: 2rem 0 2.5rem;
    }

    .before-after-ribbon__intro {
        margin-bottom: 1.1rem;
    }

    .before-after-ribbon__intro p {
        font-size: 0.92rem;
        line-height: 1.58;
    }

    .before-after-ribbon__item {
        flex-basis: clamp(220px, 72vw, 280px);
        border-radius: 22px;
    }

    .testimonials-section__intro {
        margin-bottom: 1.15rem;
    }

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

    .testimonial-card {
        gap: 0.85rem;
        padding: 0.9rem;
    }

    .testimonial-header {
        gap: 0.7rem;
        min-height: 58px;
    }

    .testimonial-avatar {
        width: 52px;
        height: 52px;
    }

    .testimonial-text {
        padding-top: 0.45rem;
    }

    .testimonial-text::before {
        font-size: 2.2rem;
    }

    .testimonial-author {
        font-size: 1.05rem;
        line-height: 1.02;
    }

    .testimonial-toggle {
        font-size: 0.82rem;
    }

    .testimonial-text p,
    .testimonials-section__intro p {
        font-size: 0.86rem;
        line-height: 1.6;
    }

    .testimonial-text__body {
        -webkit-line-clamp: 9;
    }

    .testimonials-section h2 {
        font-size: 2.1rem;
    }

    .class-offer-card {
        display: block;
        min-height: 0;
        padding: 1rem 0.95rem 0.9rem;
    }

    .class-offer-card__eyebrow {
        min-height: 32px;
        padding: 0.42rem 0.82rem;
        font-size: 0.76rem;
        margin-bottom: 0.65rem;
        max-width: min(100%, 16.8rem);
    }

    .class-offer-card h3 {
        font-size: clamp(1.95rem, 12vw, 2.82rem);
        line-height: 0.91;
        max-width: none;
    }

    .class-offer-card__details {
        margin-top: 0.85rem;
        padding-left: 0;
        max-width: none;
        gap: 0.72rem;
    }

    .class-offer-card__meta {
        font-size: 0.82rem;
        max-width: none;
    }

    .class-offer-card__text {
        font-size: 0.84rem;
        line-height: 1.42;
        max-width: none;
    }

    .class-offer-card__cta {
        width: 100%;
        justify-content: center;
        min-height: 42px;
        padding: 0.68rem 0.8rem;
        font-size: 0.84rem;
        border-radius: 16px;
        box-shadow: none;
    }

    .class-offer-modal {
        border-radius: 24px;
    }

    .class-offer-modal::after {
        width: 96px;
        height: 120px;
    }

    .class-offer-modal .modal-body {
        padding: 0.95rem;
    }

    .class-offer-modal__layout {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .class-offer-modal__visual {
        min-height: 220px;
        padding: 0.85rem 0.85rem 0;
    }

    .class-offer-modal__eyebrow {
        min-height: 32px;
        font-size: 0.74rem;
        padding: 0.38rem 0.8rem;
    }

    .class-offer-modal__image {
        left: var(--offer-modal-figure-mobile-left);
        width: var(--offer-modal-figure-width-mobile);
    }

    .class-offer-modal__content {
        padding: 0;
    }

    .class-offer-modal__title {
        font-size: clamp(1.95rem, 10.5vw, 2.7rem);
        max-width: none;
    }

    .class-offer-modal__intro {
        margin-top: 0.8rem;
        font-size: 0.94rem;
    }

    .class-offer-modal__text {
        margin-top: 0.74rem;
        font-size: 0.92rem;
    }

    .class-offer-modal__schedule-table th,
    .class-offer-modal__schedule-table td {
        padding: 0.7rem 0.75rem;
    }

    .class-offer-modal__schedule-table th {
        width: 38%;
        font-size: 0.72rem;
    }

    .class-offer-modal__schedule-table td {
        font-size: 0.88rem;
    }

    .class-offer-modal__schedule-table--grid thead th,
    .class-offer-modal__schedule-table--grid tbody td {
        padding: 0.72rem 0.45rem;
    }

    .class-offer-modal__schedule-line {
        font-size: 0.79rem;
    }

    .class-offer-modal__schedule-line--strong {
        font-size: 0.88rem;
    }

    .class-offer-modal__schedule-note {
        font-size: 0.88rem;
        line-height: 1.42;
    }

    .class-offer-modal__actions {
        width: 100%;
    }

    .class-offer-modal__cta {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        box-shadow: none;
    }

    .class-offer-modal__secondary-cta {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        box-shadow: none;
    }

    .content-toolbar {
        padding: 0.75rem;
    }

    .content-toolbar__compact {
        padding: 0.8rem 0.85rem;
        border-radius: 22px;
    }

    .content-toolbar__compact-title {
        font-size: 0.98rem;
    }

    .content-toolbar__compact-summary {
        font-size: 0.84rem;
    }

    .content-toolbar__panel {
        margin-top: 0.65rem;
    }

    .content-toolbar__controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
    }

    .quick-filter-btn,
    .content-toolbar__submit {
        min-height: 42px;
        font-size: 0.92rem;
        padding-inline: 0.95rem;
    }

    .content-toolbar__clear {
        width: 42px;
        height: 42px;
    }

    .program-toggle-btn {
        padding: 0.62rem 0.95rem;
        font-size: 0.95rem;
    }

    .program-toggle-btn__count {
        padding: 0.16rem 0.56rem;
        font-size: 0.73rem;
    }

    .program-panel {
        padding: 0.8rem;
    }

    .content-card h2,
    .lead-card h3 {
        font-size: 1.6rem;
    }

    .about-story {
        grid-template-columns: 1fr;
    }

    .about-story__media {
        min-height: 0;
    }

    .about-story__image {
        max-width: 260px;
    }

    .about-story__content h2 {
        font-size: clamp(1.9rem, 7vw, 2.6rem);
    }

    .about-story__content p {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .videos-grid {
        gap: 0.7rem;
    }

    .video-actions {
        padding-top: 0.2rem;
    }

    .auth-visual-copy h2 {
        font-size: 1.35rem;
    }

    .auth-visual-copy p {
        font-size: 0.95rem;
    }

    .kpi-card {
        grid-template-columns: 66px 1fr;
        gap: 0.65rem;
    }

    .kpi-donut {
        width: 66px;
        height: 66px;
    }

    .kpi-donut::before {
        width: 48px;
        height: 48px;
    }

    .kpi-card--distribution {
        grid-template-columns: 72px 1fr;
    }

    .kpi-distribution-donut {
        width: 72px;
        height: 72px;
    }

    .kpi-distribution-donut::before {
        width: 52px;
        height: 52px;
    }

    .kpi-distribution-donut__inner strong {
        font-size: 1rem;
    }

    .kpi-distribution-content strong {
        font-size: 1.2rem;
    }

    .kpi-distribution-legend li {
        font-size: 0.82rem;
        gap: 0.4rem;
    }

    .quick-link-card {
        min-height: 128px;
    }

    .challenge-hero,
    .challenge-summary-card,
    .challenge-showcase,
    .challenge-modal {
        border-radius: 22px;
    }

    .challenge-hero {
        padding: 1rem;
    }

    .challenge-hero__title-group h1,
    .challenge-hero__content h1 {
        font-size: 1.95rem;
    }

    .challenge-price {
        width: 100%;
        border-radius: 18px;
    }

    .challenge-summary-card,
    .challenge-showcase {
        padding: 1rem;
    }

    .challenge-summary-card h2,
    .challenge-showcase__side-copy h2 {
        font-size: 1.25rem;
    }

    .challenge-scroll-link {
        width: 100%;
        justify-content: center;
    }

    .challenge-showcase__photo-wrap {
        min-height: 430px;
        padding: 1rem 0 0 0.35rem;
    }

    .challenge-showcase__side-copy {
        position: absolute;
        inset: 1rem 1rem auto 1rem;
        max-width: none;
        width: calc(100% - 2rem);
        margin: 0;
    }

    .challenge-showcase__cta-wrap {
        position: absolute;
        right: 0.85rem;
        bottom: 0.85rem;
        margin: 0;
    }

    .challenge-showcase__image {
        width: min(86%, 265px);
        position: absolute;
        left: -0.6rem;
        bottom: 0;
        margin: 0;
    }

    .challenge-showcase__cta {
        min-height: 46px;
        padding-inline: 1.3rem;
    }

    .challenge-modal .modal-body {
        padding: 1rem;
    }

    .auth-field-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }

    .auth-modal .modal-body {
        padding: 1rem;
    }

    .auth-modal__title {
        font-size: 1.8rem;
    }

    .auth-modal__intro {
        margin-bottom: 0.85rem;
    }

    .challenge-modal__title {
        font-size: 2rem;
    }

    .challenge-modal__intro {
        margin-bottom: 0.85rem;
    }

    .challenge-modal .form-control,
    .challenge-modal .input-group-text {
        min-height: 52px;
    }

    .challenge-modal__submit {
        width: 100%;
        min-width: 0;
    }

    .live-highlight {
        padding: 0.9rem;
    }

    .live-highlight__title {
        font-size: 1.35rem;
    }

    .live-highlight__media-frame,
    .live-highlight__aside-card {
        border-radius: 20px;
    }

    .live-highlight__media-frame {
        padding: 0.7rem;
    }

    .live-highlight__aside-card {
        padding: 1rem;
    }

    .live-highlight__aside-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 389.98px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .before-after-ribbon__marquee {
        overflow-x: auto;
        padding-bottom: 0.35rem;
        scrollbar-width: thin;
        scroll-snap-type: x proximity;
    }

    .before-after-ribbon__marquee::before,
    .before-after-ribbon__marquee::after {
        display: none;
    }

    .before-after-ribbon__track-wrap {
        animation: none;
    }

    .before-after-ribbon__track--duplicate {
        display: none;
    }
}

@keyframes authFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes beforeAfterRibbonScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-1 * var(--before-after-track-width, 0px)));
    }
}
