/* page-certificates */
/* =========================
   Courses & Preparation
   ========================= */

.courses,
.preparation {
    position: relative;
    padding-top: 48px;
    padding-bottom: 96px;
    align-items: center;
}

.courses {
    padding-top: 24px;
}

.courses__decor__img,
.preparation__decor__img {
    position: absolute;
    width: auto;
    height: auto;
    z-index: -1;
}

.courses__decor__img:nth-child(1),
.preparation__decor__img:nth-child(1) {
    top: 10px;
    left: 10px;
}

.courses__decor__img:nth-child(2),
.preparation__decor__img:nth-child(2) {
    top: 50px;
    right: 80px;
}

.courses__decor__img:nth-child(3),
.preparation__decor__img:nth-child(3) {
    bottom: 58px;
    left: -3px;
}

.courses__decor__img:nth-child(4),
.preparation__decor__img:nth-child(4) {
    bottom: 124px;
    right: -20px;
}

.courses__header,
.preparation__header {
    max-width: 940px;
    gap: 16px;
    margin-bottom: 16px;
}

.courses__subtitle,
.preparation__subtitle {
    margin-bottom: 24px;
    text-align: center;
}

.courses__badge,
.preparation__badge {
    border-radius: 8px;
    font-size: 16px;
}

.courses h2,
.preparation h2 {
    max-width: 704px;
}

.courses h2 {
    color: #C6C6C6;
}

.courses__content,
.preparation__content {
    max-width: 1008px;
    width: 100%;
}

.courses__content .level-cards--hero,
.preparation__content .level-cards--hero {
    --lc-col-max: 246px;
    --lc-gap: 8px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.courses .level-card.level-card--orange,
.preparation .level-card.level-card--orange {
    --card-hover-bg: var(--orange);
    --card-radius: 24px;
}

.courses__content .level-cards--hero .level-card__wrapper__link,
.preparation__content .level-cards--hero .level-card__wrapper__link {
    max-width: var(--lc-col-max);
    width: 100%;
    flex-shrink: 0;
}

.courses .level-card__inner,
.preparation .level-card__inner {
    --inner-padding: 24px;
}

.courses__content .level-card__title,
.preparation__content .level-card__title {
    --title-size: 28px;

    display: flex;
    align-items: center;
    gap: 8px;
}

.courses__content .level-card__title::before,
.preparation__content .level-card__title::before {
    content: "";
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: #D5F5E3;
    border-radius: 50%;
    transition: background .4s ease;
}

.courses__content .level-card:hover .level-card__title::before,
.preparation__content .level-card:hover .level-card__title::before {
    background: #27AE60;
}

.courses__content .level-card__subtitle,
.preparation__content .level-card__subtitle {
    --subtitle-size: 14px;
    font-weight: 500;
}

.courses__content .level-card__primary-btn__link,
.preparation__content .level-card__primary-btn__link {
    --btn-height: 48px;
    margin-top: 44px;
    transition: all 0.4s;
    background: var(--bg);
    border: 1px solid #EBEDEF;
    color: var(--orange);
}

@media (hover: hover) and (pointer: fine) {

    .courses__content .level-card__primary-btn__link:hover,
    .preparation__content .level-card__primary-btn__link:hover {
        background: var(--orange);
        border-color: var(--orange);
        color: var(--bg);
    }
}

@media screen and (max-width: 1024px) {

    .courses__decor__img,
    .preparation__decor__img {
        display: none;
    }

    .courses__content .level-cards--hero,
    .preparation__content .level-cards--hero {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .courses__content .level-cards--hero .level-card__wrapper__link,
    .preparation__content .level-cards--hero .level-card__wrapper__link {
        max-width: none;
        width: auto;
        flex-shrink: 1;
    }
}

@media screen and (max-width: 768px) {

    .courses,
    .preparation {
        align-items: flex-start;
    }

    .courses {
        padding-top: 12px;
        padding-bottom: 24px;
    }

    .preparation {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .courses__badge,
    .preparation__badge {
        align-self: flex-start;
        border-radius: 99px;
    }

    .courses h2,
    .preparation h2 {
        text-align: start;
    }

    .courses .level-card__inner,
    .preparation .level-card__inner {
        --inner-padding: 12px;
    }

    .courses .level-card__inner,
    .preparation .level-card__inner {
        --inner-gap: 8px;
    }

    .courses__content .level-card__title,
    .preparation__content .level-card__title {
        --title-size: 18px;
        gap: 6px;
    }

    .courses__content .level-card__title::before,
    .preparation__content .level-card__title::before {
        width: 8px;
        height: 8px;
    }

    .courses__content .level-card__primary-btn__link,
    .preparation__content .level-card__primary-btn__link {
        --btn-height: 36px;
        --btn-font-size: 12px;

        background: var(--orange);
        border: 0;
        color: var(--bg);
    }
}


/* =========================
   Google Ads Banner
   ========================= */

.google-ads-banner {
    position: relative;
    padding: 0;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1246 / 280;
}

.google-ads-banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.google-ads-banner__text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--orange);
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .google-ads-banner {
        aspect-ratio: 1;
    }

    .google-ads-banner__img {
        border-radius: 0;
    }
}

/* ================================
   Online Preparation & About Exam
   ================================ */

.online-preparation__section,
.about-exam__section {
    background: #F8F9FA;
    border-radius: 38px;
}

.online-preparation,
.about-exam {
    padding-top: 48px;
    padding-bottom: 48px;
}

.online-preparation__sticky,
.about-exam__sticky {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}

.online-preparation__left,
.about-exam__left,
.online-preparation__right,
.about-exam__right {
    width: 100%;
}

.online-preparation__left,
.about-exam__left {
    gap: 16px;
}

.online-preparation__badge,
.about-exam__badge {
    align-self: flex-start;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.2;
}

.online-preparation h2,
.about-exam h2 {
    text-align: start;
    color: #C6C6C6;
}

.online-preparation__list,
.about-exam__list {
    gap: 16px;
}

.online-preparation__item,
.about-exam__item {
    align-items: baseline;
    gap: 6px;
}

.online-preparation__item .dot,
.about-exam__item .dot {
    flex-shrink: 0;
    display: inline-block;
    transform: translateY(-2px);
    width: 8px;
    height: 8px;
    background: var(--orange);
    border-radius: 50%;
}

.about-exam .primary-btn {
    --btn-height: 48px;
}

.about-exam .primary-btn.desktop {
    --btn-width: max-content;
}

.about-exam .primary-btn.mobile {
    --btn-width: 100%;
    display: none;
}

.online-preparation__right,
.about-exam__right {
    max-width: 513px;
    height: 513px;
    overflow: hidden;
}

.online-preparation__right__wrapper,
.about-exam__right__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.online-preparation__right img,
.about-exam__right img {
    position: absolute;
    object-fit: cover;
    aspect-ratio: 1;
    max-width: 254px;
    width: 100%;
    height: auto;
    z-index: 1;
}

.online-preparation__right img:nth-child(1),
.about-exam__right img:nth-child(1) {
    top: 0;
    left: 0;
}

.online-preparation__right img:nth-child(2),
.about-exam__right img:nth-child(2) {
    top: 75px;
    right: 0;
}

.online-preparation__right img:nth-child(3),
.about-exam__right img:nth-child(3) {
    left: 46px;
    bottom: 0;
}

@media screen and (max-width: 1024px) {

    .online-preparation__sticky,
    .about-exam__sticky {
        position: sticky;
        top: -50px;
        overflow: hidden;
        height: auto;
        flex-direction: column;
        gap: 24px;
    }

    .online-preparation__right,
    .about-exam__right {
        max-width: none;
        height: 100%;
        overflow: visible;
    }

    .online-preparation__right__wrapper,
    .about-exam__right__wrapper {
        width: 100%;
        height: auto;
        display: flex;
        gap: 12px;
        will-change: transform;
        transform: translate3d(0, 0, 0);
    }

    .online-preparation__right img,
    .about-exam__right img {
        position: static;
        max-width: none;
        width: 49%;
    }

    .about-exam .primary-btn.desktop {
        display: none;
    }

    .about-exam .primary-btn.mobile {
        display: inline-flex;
    }
}

@media screen and (max-width: 768px) {

    .online-preparation,
    .about-exam {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 360px) {
    .courses__content .level-cards--hero,
    .preparation__content .level-cards--hero {
        grid-template-columns: 1fr;
    }
}

/* =========================
   Why Choose
   ========================= */

.why-choose {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 48px;
}

.why-choose__head {
    align-items: center;
    gap: 16px;
}

.why-choose__header {
    max-width: 610px;
    gap: 16px;
}

.why-choose__subtitle {
    max-width: 470px;
    text-align: center;
}

.why-choose__badge {
    border-radius: 999px;
    font-size: 14px;
}

.why-choose__cards {
    display: flex;
    gap: 16px;
}

.universal-card-wrapper.why-choose__card {
    min-height: 204px;
    border-radius: 24px;
    gap: 8px;
    justify-content: space-between;
}

.why-choose__card__icon__container {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--orange);
}

.why-choose__card__icon__container svg,
.why-choose__card__icon__container img {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.why-choose__card__text {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

@media screen and (max-width: 1024px) {
    .why-choose__card__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .why-choose {
        padding-top: 24px;
        padding-bottom: 24px;
        gap: 24px;
    }

    .why-choose__head {
        align-items: flex-start;
    }

    .why-choose__badge {
        align-self: flex-start;
    }

    .why-choose h2 {
        text-align: start;
    }

    .why-choose__subtitle {
        display: none;
    }

    .why-choose__cards {
        flex-direction: column;
    }
}

/* =========================
   Courses Page
   ========================= */
/* =========================
   Exercises
   ========================= */

.exercises--bottom .exercises__decor__img {
    opacity: 1;
}

/* =========================
   Exercises Page
   ========================= */

/* =========================
   Group Games
   ========================= */

.group-games {
    max-width: 646px;
}

.universal-card-wrapper.group-games__card {
    position: relative;
    padding: 10px;
    background: #F7F7F7;
    border-width: 1px;
    border-bottom-width: 3px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.group-games__card__flower {
    position: absolute;
    z-index: 0;
}

.group-games__card__flower.start-pos {
    width: 90px;
    height: 90px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.group-games__card__flower.end-pos {
    width: 105px;
    height: 105px;
    top: -33px;
    right: -40px;
    transform: rotate(45deg);
}

.group-games__card .text {
    font-weight: 600;
    z-index: 1;
}

.group-games__card .group-games__link.primary-btn {
    --btn-height: 44px;
    --btn-max-width: 158px;
    --btn-width: 100%;
    --btn-padding: 0 7px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .universal-card-wrapper.group-games__card {
        padding: 11px 11px 8px;
        border-radius: 24px;
        border-width: 3px;
        border-bottom-width: 6px;
        background: var(--bg);
    }

    .group-games__card__flower {
        display: none;
    }

    .group-games__card .text {
        font-size: 14px;
    }

    .group-games__card .group-games__link.primary-btn {
        --btn-height: 32px;
        --btn-max-width: 133px;
        --btn-font-size: 14px;
    }
}

/* =========================
   Progress
   ========================= */

.progress {
    position: relative;
    padding-top: 12px;
    padding-bottom: 48px;
    align-items: center;
    gap: 16px;
}

.progress.progress--extra-exercises {
    padding-bottom: 32px;
    gap: 0;
}

.progress__decor__img {
    position: absolute;
    width: auto;
    height: auto;
    z-index: -1;
}

.progress__decor__img:nth-child(1) {
    top: 10px;
    left: 10px;
}

.progress__decor__img:nth-child(2) {
    top: 50px;
    right: 80px;
}

.progress__decor__img:nth-child(3) {
    bottom: -58px;
    left: -3px;
}

.progress__decor__img:nth-child(4) {
    bottom: 0px;
    right: 0px;
}

.progress__header {
    max-width: 800px;
    align-items: center;
    gap: 10px;
}

.progress__badges {
    gap: 6px;
}

.universal-card-wrapper.progress__content {
    max-width: 760px;
    border-radius: 24px;
    gap: 12px;
    padding: 18px;
}

.progress__info {
    justify-content: space-between;
    align-items: center;
}

.progress__info__left,
.progress__info__right {
    display: flex;
    align-items: center;
    gap: 4px;
}

.progress__info__text {
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.progress__info__text.muted {
    font-family: var(--font-onest);
    font-weight: 400;
    color: #7C7C7D;
}

.progress-slider-wrapper {
    width: 100%;
    height: 32px;
    position: relative;
    display: flex;
    align-items: center;
}

.progress-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    margin: 0;
    outline: none;
    border-radius: 100px;
    background: var(--orange-disabled);
    cursor: pointer;
}

.progress-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 62px;
    height: 32px;
    cursor: pointer;
    z-index: 4;
    position: relative;
    border-radius: 100px;
    background-color: transparent;
    opacity: 0;
}

.progress-slider::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: transparent;
}

.progress-slider::-moz-range-thumb {
    width: 0;
    height: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.progress-slider::-moz-range-track {
    background: transparent;
}

.progress-selector-value {
    min-width: 62px;
    width: max-content;
    height: 32px;
    position: absolute;
    top: 0;
    transform: translateX(calc(35% + (-64% - 35%) * (var(--left, 0) / 100)));
    background-color: var(--orange);
    border-radius: 100px;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bg);
    z-index: 3;
    margin-left: -22px;
}

.progress-bar {
    width: 0%;
    height: 6px;
    background-color: var(--orange);
    border-radius: 100px;
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .progress__decor__img {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .progress {
        padding-top: 8px;
        padding-bottom: 20px;
    }

    .progress.progress--extra-exercises {
        padding-bottom: 24px;
    }

    .universal-card-wrapper.progress__content {
        padding: 14px;
        gap: 12px;
    }

    .progress__info__left,
    .progress__info__right {
        align-items: end;
        gap: 4px;
    }

    .progress__info__right {
        align-items: flex-end;
    }

    .progress__info__text {
        font-size: 16px;
    }

    .progress__info__text.muted {
        font-size: 12px;
    }

    .progress-slider-wrapper,
    .progress-slider::-webkit-slider-thumb {
        height: 26px;
    }

    .progress-selector-value {
        height: 26px;
        font-size: 12px;
    }
}

/* =========================
   Exercises List
   ========================= */

.exercises__list {
    width: 100%;
    padding: 12px;
    background: var(--border);
    border-radius: 28px;
}

.exercises__list__wrapper {
    width: 100%;
    background: var(--bg);
    border-radius: 16px;
}

.exercises__list__container {
    padding: 20px 10px;
    gap: 24px;
}

.exercises__list__title {
    max-width: 85%;
    align-self: center;
    font-size: 36px;
    line-height: 1.15;
}

.exercises__list__content {
    display: flex;
    gap: 24px;
}

.exercises__list__left,
.exercises__list__right {
    width: 100%;
}

.exercises__list__left {
    gap: 32px;
}

.exercises__list__left__block {
    gap: 12px;
    position: relative;
}

.exercises__list__anchor {
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    scroll-margin-top: 12rem;
    top: 0;
}

.universal-card-wrapper.exercises__list__block__head {
    display: flex;
    justify-content: center;
    border-radius: 24px;
    overflow: hidden;
    padding: 16px;
}

.exercises__list__block__head__flower {
    position: absolute;
    width: auto;
    height: auto;
}

.exercises__list__block__head__flower.start-pos {
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.exercises__list__block__head__flower.end-pos {
    right: 9px;
    top: -40px;
}

.exercises__list__block__head__text {
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    z-index: 1;
}

.exercises__list__block__head__text .orange-text {
    font-family: var(--font-onest);
    font-weight: 500;
    color: var(--orange);
}

.exercises__list__block__content {
    gap: 8px;
}

.exercises__list__item {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #EBEDEF;
    border-radius: 999px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    scroll-margin-top: 7rem;
    color: inherit;
    text-decoration: none;
}

.exercises__list__item__progress {
    flex-shrink: 0;
    position: relative;
    width: 44px;
    height: 44px;
    background: #EBEDEF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exercises__list__item__progress::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    background: conic-gradient(from -90deg,
            var(--orange) calc(var(--p) * 1%),
            #EBEDEF 0);

    -webkit-mask: radial-gradient(farthest-side,
            transparent calc(50% + 8px),
            #000 0);
    mask: radial-gradient(farthest-side,
            transparent calc(50% + 8px),
            #000 0);
}

.exercises__list__item__progress.is-full {
    background: var(--orange);
}

.exercises__list__item__progress.is-full::before {
    display: none;
}

.exercises__list__item__progress span {
    font-family: var(--font-serif);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--orange);
}

.exercises__list__item__progress.is-full span {
    color: var(--bg);
}

.exercises__list__item__content {
    flex-grow: 1;
    gap: 2px;
}

.exercises__list__item__content .sub-info {
    font-family: var(--font-serif);
    font-size: 13px;
    font-weight: 400;
    color: #A7A8A8;
}

.exercises__list__item__content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--text);
}

.exercises__list__item__link {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border: 1px solid #EBEDEF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exercises__list__item__link svg {
    width: 8px;
    height: 14px;
}

.universal-card-wrapper.exercises__list__block__bottom {
    gap: 16px;
    border-radius: 24px;
}

.exercises__list__block__bottom__title {
    font-size: 24px;
    line-height: 1.2;
}

.exercises__list__block__bottom__title .first {
    font-weight: 600;
}

.exercises__list__block__bottom__title .second {
    font-family: var(--font-serif);
    font-weight: 700;
}

.exercises__list__block__bottom__cards {
    gap: 8px;
}

.exercises__list__block__bottom__card__wrapper {
    max-width: 260px;
    width: 100%;
    display: block;
}

.universal-card-wrapper.exercises__list__block__bottom__card {
    border-radius: 24px;
    gap: 8px;
    transition: border-color .4s ease;
    cursor: pointer;
    color: var(--text);
}

@media(hover: hover) and (pointer: fine) {
    .exercises__list__block__bottom__card:hover {
        border-color: var(--border-color);
    }
}

.exercises__list__block__bottom__card .title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.exercises__list__block__bottom__card .title .dot {
    flex-shrink: 0;
    width: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--border-color);
    transition: background .4s ease;
}

@media(hover: hover) and (pointer: fine) {
    .exercises__list__block__bottom__card:hover .title .dot {
        background: var(--dot-color);
    }
}

.exercises__list__block__bottom__card p {
    color: var(--gray);
}

.exercises__list__banner {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 380 / 280;
}

.exercises__list__banner .google-ads-banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.exercises__list__banner .google-ads-banner__text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--orange);
    z-index: 2;
}

.exercises__list__right {
    position: relative;
    max-width: 380px;
}

.exercises__list__right__content {
    position: sticky;
    top: calc(98px + 24px);
    gap: 20px;
}

.universal-card-wrapper.exercises__list__right__card {
    border-radius: 24px;
    gap: 10px;
    padding: 16px;
}

.exercises__list__nav__btn.primary-btn {
    --btn-height: auto;
    --btn-gap: 6px;
    --btn-background: var(--bg);
    --btn-color: var(--text);
    --btn-border: 1px solid #EBEDEF;
    --white-space: normal;
    min-height: 40px;
    justify-content: left;
    text-align: left;
    --btn-font-size: 14px;
}

.exercises__list__nav__btn.primary-btn.active {
    --btn-background: var(--orange);
    --btn-border: 1px solid var(--orange);
    --btn-color: var(--bg);
}

.exercises__list__nav__btn.primary-btn svg {
    width: 24px;
    height: 24px;
}

.exercises__list__nav__btn.primary-btn .exercises__list__nav__icons {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.exercises__list__nav__btn.primary-btn .exercises__list__nav__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    filter: brightness(0) saturate(100%) invert(0);
    transition: filter .25s ease;
}

.exercises__list__nav__btn.primary-btn > span:last-child {
    white-space: normal;
    overflow-wrap: anywhere;
}

.exercises__list__nav__btn.primary-btn .exercises__list__nav__text {
    min-width: 0;
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    overflow: hidden;
}

.exercises__list__nav__btn.primary-btn .exercises__list__nav__label {
    min-width: 0;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.exercises__list__nav__btn.primary-btn .exercises__list__nav__meta {
    flex: 0 0 auto;
    white-space: nowrap;
}

.exercises__list__nav__btn.primary-btn svg path {
    transition: all .25s ease;
}

.exercises__list__nav__btn.primary-btn .value {
    font-family: var(--font-serif);
}

.universal-card-wrapper.exercises__list__block__head.has-video .exercises__list__block__head__text {
    margin: 0 150px;
}

@media (hover: hover) and (pointer: fine) {
    .exercises__list__nav__btn.primary-btn:hover {
        --btn-background: var(--orange);
        --btn-border: 1px solid var(--orange);
        --btn-color: var(--bg);
    }

    .exercises__list__nav__btn.primary-btn:hover svg path {
        fill: var(--bg);
    }

    .exercises__list__nav__btn.primary-btn:hover .exercises__list__nav__icon {
        filter: brightness(0) saturate(100%) invert(1);
    }
}

.exercises__list__nav__btn.primary-btn.active svg path {
    fill: var(--bg);
}

.exercises__list__nav__btn.primary-btn.active .exercises__list__nav__icon {
    filter: brightness(0) saturate(100%) invert(1);
}

.exercises__list__nav__btn.primary-btn:active {
    --btn-background: var(--orange);
    --btn-border: 1px solid var(--orange);
    --btn-color: var(--bg);
}

.exercises__list__nav__btn.primary-btn:active svg path {
    fill: var(--bg);
}

.exercises__list__nav__btn.primary-btn:active .exercises__list__nav__icon {
    filter: brightness(0) saturate(100%) invert(1);
}

@media screen and (max-width: 1140px) {
    .exercises__list__right__content {
        top: calc(61px + 24px);
    }
}

@media screen and (max-width: 1024px) {
    .exercises__list__content {
        flex-direction: column-reverse;
    }

    .exercises__list__right {
        max-width: none;
    }

    .exercises__list__banner {
        display: none;
    }

    .universal-card-wrapper.exercises__list__block__bottom__card {
        border-color: var(--border-color);
    }

    .exercises__list__block__bottom__card .title .dot {
        background: var(--dot-color);
    }

}

@media screen and (max-width: 768px) {
    .exercises__list {
        padding: 5px 5px 10px;
        border-radius: 28px;
    }

    .exercises__list__wrapper {
        border-radius: 28px;
    }

    .exercises__list__container {
        padding-top: 16px;
        padding-bottom: 16px;
        gap: 12px;
    }

    .exercises__list h2 {
        padding: 0 18px;
        font-size: 26px;
    }

    .exercises__list__content {
        gap: 16px;
    }

    .exercises__list__left {
        gap: 12px;
    }

    .exercises__list__block__head__flower {
        display: none;
    }

    .exercises__list__block__head__text {
        font-size: 18px;
    }

    .universal-card-wrapper.exercises__list__block__head.has-video .exercises__list__block__head__text {
        margin: 0 150px 0 0;
    }

    .exercises__list__item {
        padding: 10px;
        gap: 10px;
    }

    .exercises__list__item__progress {
        width: 40px;
        height: 40px;
    }

    .exercises__list__item__content .title {
        font-size: 15px;
        font-weight: 500;
    }

    .exercises__list__item__content .sub-info {
        font-size: 12px;
    }

    .exercises__list__item__link {
        width: 32px;
        height: 32px;
    }

    .universal-card-wrapper.exercises__list__block__bottom {
        padding: 12px;
        gap: 12px;
    }

    .exercises__list__block__bottom__title {
        font-size: 16px;
    }

    .exercises__list__block__bottom__cards {
        gap: 6px;
    }

    .universal-card-wrapper.exercises__list__block__bottom__card {
        padding: 12px;
    }

    .exercises__list__block__bottom__card .title .dot {
        width: 8px;
    }

    .exercises__list__block__bottom__card .title {
        font-size: 18px;
    }

    .exercises__list__block__bottom__card p {
        margin-bottom: 36px;
    }

    .universal-card-wrapper.exercises__list__right__card {
        padding: 12px;
        gap: 8px;
    }

    .exercises__list__nav__btn.primary-btn {
        --btn-font-size: 14px;
    }

    .exercises__list__nav__btn.primary-btn svg {
        width: 16px;
        height: 16px;
    }

    .exercises__list__nav__btn.primary-btn .value {
        font-size: 16px;
    }

    .universal-card-wrapper.exercises__list__block__head {
        justify-content: flex-start;
    }
}

.exercises__list__pagination,
.exercises__list__block__pagination {
    display: flex;
    justify-content: center;
}

.exercises__list__block__page {
    gap: 8px;
}

/* component-card */
.universal-card-wrapper {
    position: relative;
    border-width: 3px;
    border-bottom-width: 6px;
    border-style: solid;
    border-color: var(--border);
    border-radius: 16px;
    background: var(--bg);
    padding: 24px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .universal-card-wrapper {
        padding: 24px 16px;
    }
}

/* component-cards-swiper */
.cards-swiper {
    position: relative;
}

.cards-swiper__wrapper {
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    height: auto;
}

.cards-swiper__navigation {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.cards-swiper__btn {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
    background: #F3F3F3;
    transition: background 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s, scale 0.3s;
    transform-origin: center;
    will-change: background, opacity, transform, scale;
    pointer-events: auto;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .cards-swiper__btn:hover {
        background: #dfdede;
    }
}

.cards-swiper__btn:active {
    background: #b9b9b9;
}

.cards-swiper__btn.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cards-swiper__btn svg {
    width: 20px;
    height: 20px;
}

.cards-swiper__btn svg path {
    transition: all 0.3s;
}

.cards-swiper--no-arrows .cards-swiper__navigation {
    display: none;
}

.cards-swiper .cards-swiper__pagination {
    position: relative;
    z-index: 2;
    margin-top: 12px;
    text-align: center;
}

/* section-exercises */
/* =========================
   Exercises
   ========================= */

.exercises {
    position: relative;
    padding-top: 48px;
    padding-bottom: 96px;
    align-items: center;
}

.exercises--catalog-top {
    padding-top: 24px;
}

.exercises__decor__img {
    position: absolute;
    width: auto;
    height: auto;
    z-index: -1;
    opacity: 0.2;
}

.exercises__decor__img:nth-child(1) {
    top: 10px;
    left: -20px;
}

.exercises__decor__img:nth-child(2) {
    top: 50px;
    right: 30px;
}

.exercises__decor__img:nth-child(3) {
    bottom: 58px;
    left: -40px;
}

.exercises__decor__img:nth-child(4) {
    bottom: 150px;
    right: -20px;
}

.exercises__header {
    max-width: 940px;
    gap: 16px;
    margin-bottom: 24px;
}

.exercises__badge {
    font-size: 16px;
}

.exercises h2 {
    max-width: 1050px;
}

.exercises__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.exercises__content--small {
    max-width: 840px;
}

.exercises__card__link__wrapper {
    display: inline-flex;
    align-items: stretch;
    max-width: 210px;
    min-width: min-content;
    width: 100%;
    box-sizing: content-box;
    padding-right: var(--padding-right, 0);
}

.universal-card-wrapper.exercises__card {
    border-color: var(--orange);
    border-width: 2px;
    border-bottom-width: 2px;
    border-radius: 24px;
    gap: 8px;
    justify-content: space-between;
    transition: all .4s ease;
}

@media screen and (min-width: 769px) {
    .universal-card-wrapper.exercises__card {
        height: 120px;
        padding: 0 24px;
        justify-content: center;
    }

}

@media (hover: hover) and (pointer: fine) {
    .universal-card-wrapper.exercises__card:hover {
        background: var(--light-orange);
    }
}

.exercises__card__header {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.exercises__card__header__icons {
    gap: 8px;
}

.exercises__card__header__icon {
    display: inline-block;
    width: 36px;
    height: 36px;
}

.exercises__card__free {
    padding: 4px 12px;
    min-height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EBEDEF;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--orange);
}

.exercises__card__text {
    font-family: var(--font-serif);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text);
    word-break: break-word;
}

.exercises__card__context {
    margin-right: 2px;
    color: #777c84;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .exercises__decor__img {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .exercises {
        align-items: flex-start;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .exercises--bottom {
        align-items: center;
    }

    .exercises {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .exercises--catalog-top {
        padding-top: 16px;
    }

    .exercises__header {
        margin-bottom: 16px;
    }

    .exercises__badge {
        align-self: flex-start;
        border-radius: 99px;
    }

    .exercises h2 {
        text-align: start;
    }

    .exercises--bottom h2 {
        text-align: center;
    }

    .exercises--bottom .exercises__badge {
        align-self: center;
    }

    .exercises__content {
        gap: 8px;
    }

    .exercises__card__link__wrapper {
        max-width: calc(50% - 8px);
        padding-right: 0;
    }

    .universal-card-wrapper.exercises__card {
        padding: 11px 11px 8px;
    }

    .exercises__card__header img {
        width: 28px;
        height: 28px;
    }

    .exercises__card__free {
        min-height: 22px;
        font-size: 12px;
    }

    .exercises__card__text {
        font-size: 19px;
    }
}

@media screen and (max-width: 350px) {
    .exercises__card__link__wrapper {
        max-width: none;
    }
}

/* section-reviews */
.section-reviews {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 36px;
}

.reviews__header {
    justify-content: space-between;
    align-items: center;
}

.reviews__google-banner {
    padding: 10px 16px;
    align-items: center;
    gap: 13px;
    border-radius: 999px;
    border: 1px solid var(--black);
}

.reviews__google-banner .google-logo {
    width: 77px;
    height: 28px;
    object-fit: contain;
    object-position: bottom;
}

.reviews__google-banner .divider {
    display: inline-flex;
    height: 28px;
    width: 0;
    border-left: 1px solid var(--black);
}

.reviews__google-banner__content {
    align-items: center;
    gap: 8px;
}

.reviews__google-banner__content .rating {
    gap: 4px;
    align-items: center;
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: var(--orange);
}

.reviews__google-banner__content .rating img {
    width: 18px;
    height: 18px;
}

.reviews-count__text {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: var(--black);
}

.reviews__cards {
    position: relative;
    display: block;
}

.reviews__cards__wrapper {
    position: relative;
    overflow: hidden;
}

.reviews__cards__container {
    padding: 5px 0;
    display: flex;
    gap: 14px;
    width: max-content;
    will-change: transform;
    animation: reviews-marquee 20s linear infinite;
}

.reviews__cards__container:hover,
.reviews__cards__container.stop-animation {
    animation-play-state: paused;
}

.reviews__cards__track {
    display: flex;
    gap: 14px;
}

@keyframes reviews-marquee {
    to {
        transform: translateX(calc(-1 * var(--scroll-distance, 1000px)));
    }
}

@media (prefers-reduced-motion: reduce) {
    .reviews__cards__container {
        animation: none !important;
        transform: none !important;
    }
}

.reviews__cards:not(.mobile) .reviews__card__background {
    max-width: 360px;
    width: 100%;
}

.reviews__cards.mobile {
    display: none;
}

.reviews__cards.mobile .cards-swiper__wrapper {
    display: flex;
}

.reviews__cards.mobile .swiper {
    padding: 5px 0;
}

.reviews__cards.mobile .swiper-slide {
    display: flex;
    gap: 14px;
}

.reviews__card__background {
    width: 100%;
    border-radius: 12px;
    background-color: #D5F5E3;
    padding: 5px 5px 10px;
    transition: 0.4s;
    transform: rotateZ(0);
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    .reviews__card__background:hover {
        transform: rotateZ(1.49deg);
    }
}

.reviews__card {
    background-color: var(--bg, #FFFFFF);
    padding: 15px 15px 30px;
    gap: 16px;
    border-radius: 12px;
    height: 100%;
}

.reviews__card__header {
    gap: 12px;
    align-items: center;
}

.reviews__card__img-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}

.reviews__card__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews__card__header__info {
    gap: 4px;
}

.reviews__card__header__info span {
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.reviews__card__content {
    min-height: 200px;
}

.reviews__card__content .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.reviews__btn__more.primary-btn {
    margin-top: auto;
    --btn-height: 44px;
    --btn-max-width: max-content;
}

.modal__dialog.reviews__modal__dialog {
    max-width: 75vw;
    max-width: 480px !important;
}

.reviews__modal__text {
    padding-top: 30px;
    padding-bottom: 16px;
}

.reviews__modal__close.primary-btn {
    width: 100%;
}

@media (max-width: 1024px) {
    .reviews__header {
        flex-direction: column;
    }

     .reviews__cards:not(.mobile) {
        display: none;
    }

    .reviews__cards.mobile {
        display: block;
    }

    .reviews__cards .swiper-slide-active .reviews__card__background {
        transform: rotateZ(1.49deg);
    }

    .reviews__cards .swiper-slide-next .reviews__card__background {
        animation: rotate-next-review 3.5s linear infinite;
        animation-delay: 3s;
    }

    @keyframes rotate-next-review {
        0% {
            transform: rotateZ(0deg);
        }
        7.142% {
            transform: rotateZ(1.49deg);
        }
        14.285% {
            transform: rotateZ(0deg);
        }
        100% {
            transform: rotateZ(0deg);
        }
    }
}

@media (max-width: 768px) {
    .section-reviews {
        padding-top: 32px;
        padding-bottom: 88px;
        gap: 22px;
    }

    .reviews__google-banner {
        border-radius: 14px;
    }

    .reviews__google-banner .google-logo {
        width: 49px;
        height: 18px;
    }

    .reviews__google-banner .divider {
        height: 18px;
    }

    .reviews__google-banner__content .rating {
        font-size: 22px;
    }

    .reviews__google-banner__content .rating img {
        width: 16px;
        height: 16px;
    }

    .reviews-count__text {
        font-size: 16px;
    }

    .reviews__cards.mobile .cards-swiper__navigation {
        width: auto;
        top: auto;
        bottom: -56px;
        left: 50%;
        transform: translate(-50%, 0);
        gap: 8px;
    }

    .reviews__cards.mobile .cards-swiper__btn:active {
        background: var(--orange);
    }

    .reviews__cards.mobile .cards-swiper__btn:active svg path {
        stroke: var(--bg);
    }

    .modal__dialog.reviews__modal__dialog {
        max-width: none !important;
        padding: 24px 16px !important;
    }

    .reviews__modal__text.text {
        font-size: 16px;
    }
}

/* component-stars */
.stars {
    align-items: center;
    gap: 1px;
}

.star {
    width: 12px;
    height: 12px;
}

.star-empty {
    transform: translateY(0.5px);
}

/* section-questions-box */
.questions-box {
    padding-top: 72px;
    padding-bottom: 72px;
    gap: 40px;
}

.questions-box__img {
    aspect-ratio: 362 / 188;
    max-width: 362px;
    width: 100%;
    height: 188px;
    flex: 0 0 362px;
    align-self: flex-start;
    border-radius: 14px;
    object-fit: cover;
}

.questions-box__content_wrapper {
    position: relative;
}

.questions-box__content_wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: calc(100% - 40px);
    height: 48px;
    background: linear-gradient(0deg, #FFFFFF 26.45%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    transition: opacity .4s ease;
    opacity: 1;
}

.questions-box__content_wrapper.is-at-bottom::after {
    opacity: 0;
}

.questions-box__content {
    display: flex;
    flex-direction: column;
    height: 188px;
    overflow-y: auto;
    padding-right: 40px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: auto;
}

.questions-box__content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.questions-box__fake-scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: var(--border);
    border-radius: 999px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.questions-box__content_wrapper.is-scrollable .questions-box__fake-scrollbar {
    opacity: 1;
    pointer-events: auto;
}

.questions-box__fake-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 79px;
    background-color: var(--orange);
    border-radius: 999px;
    transform: translateY(0);
    touch-action: none;
}

.questions-box__content {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--dark-gray);
    line-height: 1.2;
}

.questions-box__content h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 16px 0;
    color: var(--text);
    line-height: 1.2;
}

.questions-box__content h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0;
    color: var(--text);
    line-height: 1.2;
}

.questions-box__content .kosten-liste li {
    display: flex;
    gap: 14px;
}

.questions-box__content .kosten-liste li .kosten-icon {
    width: 24px;
}

.questions-box--plain {
    display: block;
}

.questions-box--plain .questions-box__content_wrapper::after,
.questions-box--plain .questions-box__fake-scrollbar {
    display: none;
}

.questions-box--plain .questions-box__content {
    height: auto;
    overflow: visible;
    padding-right: 0;
}

@media (max-width: 768px) {
    .questions-box {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .questions-box__img {
        max-width: none;
        height: auto;
        flex: 0 0 auto;
    }

    .questions-box__content {
        height: 320px;
        padding-right: 8px;
    }

    .questions-box__content_wrapper::after {
        width: calc(100% - 8px);
        height: 91px;
    }

    .questions-box__content {
        font-size: 16px;
    }

    .questions-box__content h2 {
        font-size: 24px;
    }

    .questions-box__content h3 {
        font-size: 20px;
    }
}

/* component-content-html */
﻿.content-html {
    --orange-light: #F5E8E0;
    --orange-mid: #E8956B;
    --navy: #1A365D;
    --navy-mid: #2D5A8E;
    --navy-light: #EBF1F8;
    --white: #FFFFFF;
    --green: #2D7D46;
    --green-light: #E8F5EC;
    --red: #C0392B;
    --red-light: #FDEAEA;
    --shadow-sm: 0 1px 4px rgba(26,54,93,0.08);
    --shadow-md: 0 4px 16px rgba(26,54,93,0.12);
    --shadow-lg: 0 8px 32px rgba(26,54,93,0.14);
  }

  .content-html {
    font-family: var(--font-onest);
    font-size: 18px;
    line-height: 1.75;
    color: var(--main-black);
    background: var(--bg);
  }

  /* ── HEADER ── */
  .content-html .site-header {
    background: var(--main-black);
    padding: 10px 24px;
    text-align: center;
  }
  .content-html .site-header span {
    font-family: var(--font-serif);
    font-size: 15px;
    color: rgba(255,255,255,0.65);
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  /* ── HERO ── */
  .content-html .hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
    padding: 64px 24px 56px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
  }
  .content-html .hero::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(205,75,10,.18) 0%, transparent 70%);
    pointer-events: none;
  }
  .content-html .hero-inner { max-width: 760px; margin: 0 auto; }
  .content-html .exam-label {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 20px;
  }
  .content-html .exam-label a {
    color: #fff;
  }
  .content-html .hero h1 {
    font-family: var(--font-serif);
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 18px;
  }
  .content-html .hero h1 em {
    font-style: normal;
    color: var(--orange-mid);
  }
  .content-html .hero-desc {
    font-size: 18px;
    color: var(--white);
    line-height: 1.5;
  }
  .content-html .hero-desc a {
    color: var(--white);
  }

  /* ── LAYOUT ── */
  .content-html .page-wrap {
	  width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px 80px;
  }
 .content-html .page-wrap p {font-size: 20px; line-height: 1.4; }
 .content-html pre {
    max-width: 820px;
	  width: 100%;
    margin-left: 20px;
	  font-style: italic;
  }
  /* ── TOC ── */
  .content-html .toc {
    background: var(--white);
    border: 1px solid var(--border);
    border-left: 4px solid var(--navy);
    border-radius: 8px;
    padding: 28px 32px;
    margin: 40px 0 48px;
    box-shadow: var(--shadow-sm);
  }
  .content-html .toc-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 14px;
  }
  .content-html .toc ol { padding-left: 18px; }
  .content-html .toc li { margin: 6px 0; }
  .content-html .toc a {
    color: var(--navy-mid);
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: color .2s;
  }
  .content-html .toc a:hover { color: var(--orange); text-decoration: underline; }

  /* ── SECTIONS ── */
  .content-html .article-section { margin-bottom: 56px; }

  .content-html .article-section:last-child { margin-bottom: 0; }

  .content-html .section-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--border);
    margin-bottom: 28px;
  }
  .content-html .section-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    background: var(--orange);
    color: #fff;
    font-family: var(--font-serif);
    font-size: 15px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .content-html .section-header h2 {
    font-family: var(--font-serif);
    font-size: 23px;
    font-weight: 700;
    color: var(--main-black);
  }

  .content-html .cta-link {
    color: var(--orange);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .content-html p { margin-bottom: 16px; }
  .content-html p:last-child { margin-bottom: 0; }

  /* ── GRUNDREGEL BOX ── */
  .content-html .rule-box {
    background: var(--orange-light);
    border-left: 4px solid var(--orange);
    border-radius: 0 8px 8px 0;
    padding: 20px 24px;
    margin: 24px 0;
  }
  .content-html .rule-box .rule-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 8px;
  }
  .content-html .rule-box p { margin: 0; font-weight: 500; }

  .content-html .tip-box {
    background: var(--navy-light);
    border-left: 4px solid var(--navy);
    border-radius: 0 8px 8px 0;
    padding: 18px 24px;
    margin: 20px 0;
  }
  .content-html .tip-box .tip-label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--main-black);
    margin-bottom: 8px;
  }
  .content-html .tip-box p { margin: 0; font-size: 15px; }

  /* ── FALLEN OVERVIEW GRID ── */
  .content-html .fallen-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 14px;
    margin-top: 8px;
  }
  .content-html .fallen-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow .2s, transform .2s;
  }
  .content-html .fallen-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
  .content-html .fallen-card-title {
    font-family: var(--font-serif);
    font-size: 17px;
    font-weight: 700;
    color: var(--orange);
    margin-bottom: 8px;
  }
  .content-html .fallen-card p {
    font-size: 16px;
    color: var(--muted);
    margin-bottom: 10px;
    line-height: 1.55;
  }
  .content-html .fallen-tag {
    display: inline-block;
    background: var(--orange-light);
    color: var(--orange);
    font-size: 16px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 20px;
  }

  /* ── FALLE DETAIL BLOCK ── */
  .content-html .falle-block {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: var(--shadow-sm);
  }
  .content-html .falle-block-header {
    background: var(--main-black);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .content-html .falle-block-header h3 {
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }
  .content-html .falle-badge {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 3px 9px;
    border-radius: 3px;
    margin-left: auto;
    white-space: nowrap;
  }
  .content-html .falle-block-body { padding: 24px; }

  .content-html .example-box {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 16px 20px;
    margin: 16px 0;
  }
  .content-html .example-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 10px;
  }
  .content-html .example-row { margin-bottom: 8px; font-size: 17px; }
  .content-html .example-row:last-child { margin-bottom: 0; }
  .content-html .example-row strong { color: var(--muted); }

  .content-html .text-highlight {
    background: linear-gradient(120deg, rgba(45,90,142,.12) 0%, rgba(45,90,142,.12) 100%);
    border-radius: 3px;
    padding: 1px 4px;
    color: var(--navy-mid);
    font-weight: 600;
  }
  .content-html .wrong {
    color: var(--red);
    text-decoration-color: var(--red);
  }
  .content-html .richtig {
    color: var(--green);
    text-decoration-color: var(--green);
  }

  /* ── SIGNAL WORDS / TABLES ── */
  .content-html .data-table {
    width: 100%;
    max-width:100%;
    border-collapse: collapse;
    font-size: 15px;
    margin: 16px 0;
  }
  .content-html .data-table th {
    background: var(--navy);
    color: #fff;
    font-weight: 600;
    padding: 10px 14px;
    text-align: left;
    font-size: 16px;
    letter-spacing: .04em;
  }
  .content-html .data-table td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
  }
  .content-html .data-table tr:nth-child(even) td { background: var(--bg); }
  .content-html .data-table tr:last-child td { border-bottom: none; }
  .content-html .data-table code {
    background: var(--orange-light);
    color: var(--orange);
    font-family: 'Source Sans 3', monospace;
    font-size: 16px;
    padding: 2px 7px;
    border-radius: 4px;
    white-space: nowrap;
  }
  .content-html .signal-words code {
    background: var(--orange-light);
    color: var(--orange);
    font-family: 'Source Sans 3', monospace;
    font-size: 16px;
    padding: 2px 7px;
    border-radius: 4px;
    white-space: nowrap;
  }
  /* .content-html .data-table td:last-child { color: var(--muted); font-size: 16px; } */

  /* ── STRATEGIES ── */
  .content-html .strategy-list { counter-reset: strat; }
  .content-html .strategy-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid var(--border);
  }
  .content-html .strategy-item:last-child { border-bottom: none; }
  .content-html .strategy-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    background: var(--orange);
    color: #fff;
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .content-html .strategy-content h4 {
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 500;
    color: var(--main-black);
    margin-bottom: 6px;
  }
  .content-html .strategy-content p { margin: 0; font-size: 17px; color: var(--muted); }

  /* ── ALGO TABLE ── */
  .content-html .algo-table { width: 100%; border-collapse: collapse; }
  .content-html .algo-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
  }
  .content-html .algo-table tr:last-child td { border-bottom: none; }
  .content-html .algo-table .step-num {
    width: 36px;
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--orange);
    text-align: center;
  }
  .content-html .algo-table .step-action {
    font-weight: 700;
    color: var(--main-black);
    width: 200px;
    font-size: 15px;
  }
  .content-html .algo-table .step-detail { font-size: 15px; color: var(--muted); }
  .content-html .algo-table tr:nth-child(odd) td { background: var(--bg); }

  /* ── RANKING ── */
  .content-html .rank-list { list-style: none; }
  .content-html .rank-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 15px;
  }
  .content-html .rank-item:last-child { border-bottom: none; }
  .content-html .rank-name { flex: 1; font-weight: 600; }
  .content-html .rank-bar-wrap { flex: 2; background: var(--border); border-radius: 20px; height: 8px; overflow: hidden; }
  .content-html .rank-bar { height: 100%; border-radius: 20px; }
  .content-html .rank-bar.sehr-haeufig { width: 100%; background: var(--orange); }
  .content-html .rank-bar.haeufig { width: 78%; background: var(--orange); opacity: .8; }
  .content-html .rank-bar.regelmaessig { width: 55%; background: var(--navy-mid); }
  .content-html .rank-bar.mittel { width: 38%; background: var(--navy-mid); opacity: .7; }
  .content-html .rank-bar.selten { width: 20%; background: var(--border); filter: brightness(.85); }
  .content-html .rank-label {
    min-width: 90px;
    text-align: right;
    font-size: 15px;
    color: var(--muted);
    font-weight: 600;
  }

  /* ── SUMMARY RULES ── */
  .content-html .summary-rules { list-style: none; counter-reset: rules; }
  .content-html .summary-rule {
    counter-increment: rules;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
  }
  .content-html .summary-rule:last-child { border-bottom: none; }
  .content-html .summary-rule::before {
    content: counter(rules);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; height: 30px;
    background: var(--main-black);
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .content-html .summary-rule p { margin: 0; font-size: 18px; }
  .content-html .summary-rule strong { color: var(--orange); }

  /* ── SIGNAL TABLE ── */
  .content-html .signal-note { font-size: 15px; color: var(--muted); font-style: italic; }

  /* ── FOOTER ── */
  .content-html .article-footer {
    background: var(--main-black);
    color: rgba(255,255,255,.65);
    text-align: center;
    padding: 28px 24px;
    font-size: 16px;
    margin-top: 48px;
  }
  .content-html .article-footer a { color: var(--orange-mid); text-decoration: none; }
  .content-html ul.article-list {
    padding-left: 22px;
    margin: 12px 0 16px 20px;
  }
  .content-html ul.article-list li {
    margin-bottom: 6px;
    font-size: 19px;
    line-height: 1.7;
  }
  .content-html ol.article-list {
    padding-left: 22px;
    margin: 12px 0 16px 20px;
  }
  .content-html ol.article-list li {
    margin-bottom: 6px;
    font-size: 19px;
    line-height: 1.7;
  }
  .content-html h3.article-h3 {
    font-family: var(--font-serif);
    font-size: 21px;
    font-weight: 700;
    color: var(--main-black);
    margin: 32px 0 12px;
  }
  .content-html h4.article-h4 {
    font-family: var(--font-serif);
    font-size: 19px;
    font-weight: 700;
    color: var(--orange);
    margin: 24px 0 10px;
  }
  .content-html .data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    margin: 20px 0;
  }
  .content-html .data-table th {
    background: var(--navy);
    color: #fff;
    font-weight: 600;
    padding: 10px 14px;
    text-align: left;
    font-size: 17px;
  }
  .content-html .data-table td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
    font-size: 18px;
  }
  .content-html .data-table tr:nth-child(even) td { background: var(--bg); }
  .content-html .data-table tr:last-child td { border-bottom: none; }
  .content-html .faq-block {
    padding: 12px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

  .content-html .section-header + .faq-block {
    padding-top: 0;
    border-top: 0;
  }

  .content-html .faq-block:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .content-html .faq-question {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    align-items: center;
    font-family: var(--font-onest);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--main-black);
    cursor: pointer;
    user-select: none;
  }

  .content-html .faq-question::before {
    content: "";
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-color: var(--orange);
    -webkit-mask: url("/assets/img/svg/faq-arrow.svg") center / contain no-repeat;
    mask: url("/assets/img/svg/faq-arrow.svg") center / contain no-repeat;
    transform: rotate(180deg);
    transition: transform 0.4s ease;
  }

  .content-html .faq-block.open .faq-question::before {
    transform: rotate(0deg);
  }

  .content-html .faq-question h3 {
    margin: 0;
    font: inherit;
    color: inherit;
  }

  .content-html .faq-answer {
    display: none;
    padding: 12px 0 0 28px;
    font-family: var(--font-onest);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #5E5E5E;
  }

  .content-html .faq-answer p,
  .content-html .faq-answer ul,
  .content-html .faq-answer ol {
    margin: 0;
  }

  .content-html .faq-answer p + p,
  .content-html .faq-answer p + ul,
  .content-html .faq-answer p + ol,
  .content-html .faq-answer ul + p,
  .content-html .faq-answer ol + p,
  .content-html .faq-answer ul + ul,
  .content-html .faq-answer ol + ol,
  .content-html .faq-answer ul + ol,
  .content-html .faq-answer ol + ul {
    margin-top: 12px;
  }

  .content-html .faq-answer ul,
  .content-html .faq-answer ol {
    padding-left: 20px;
  }

  .content-html .faq-answer a {
    color: inherit;
    text-decoration: underline;
  }

  .content-html .faq-block.open .faq-answer {
    display: block;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 500px) {
    .content-html .fallen-grid { grid-template-columns: 1fr; }
    .content-html .algo-table .step-action { width: auto; }
    .content-html .data-table { font-size: 15px; }
    .content-html .data-table th, .content-html .data-table td { padding: 8px 10px; }
    .content-html .fallen-grid { grid-template-columns: 1fr; }
    .content-html .algo-table .step-action { width: auto; }
    .content-html .data-table { font-size: 15px; }
    .content-html .data-table th, .content-html .data-table td { padding: 4px 5px; font-size: 14px; }
    .content-html .toc { padding: 18px 14px; }
    .content-html .toc ol { padding-left: 14px; }
    .content-html .page-wrap {
      max-width: 490px;
      width:100%;
      margin: 0 auto;
      padding: 0;
    }
    .content-html pre {
      max-width: 490px;
      width:100%;
      margin-left:20px;
      font-style: italic;
    }
  }

.content-html .modeltest-premium {
  background: linear-gradient(180deg, #f7f7f7 0%, #efefef 100%);
  padding: 32px 20px;
  border-radius: 24px;
}

.content-html .modeltest-premium-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.content-html .premium-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.content-html .premium-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  border-radius: 22px;
  padding: 28px 26px;
  border: 1px solid rgba(217, 92, 2, 0.12);
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.07);
}

.content-html .premium-icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ff7a1a 0%, #d95c02 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(217, 92, 2, 0.28);
}

.content-html .premium-content {
  flex: 1;
}

.content-html .premium-title {
  margin: 2px 0 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #d95c02;
  font-weight: 700;
}

.content-html .premium-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #12284a;
}

/* Tablet */
@media (max-width: 1100px) {
  .content-html .premium-title {
    font-size: 22px;
  }

  .content-html .premium-content p {
    font-size: 18px;
  }
}

/* Mobile grid */
@media (max-width: 820px) {
  .content-html .premium-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .content-html .premium-card {
    padding: 22px 18px;
    border-radius: 18px;
    gap: 14px;
  }

  .content-html .premium-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    font-size: 25px;
    border-radius: 14px;
  }

  .content-html .premium-title {
    font-size: 18px;
  }

  .content-html .premium-content p {
    font-size: 15px;
  }
}
/*NEW*/
  .content-html .aufgabe-list { list-style: none; padding: 0; margin: 12px 0; }
  .content-html .aufgabe-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 18px;
    line-height: 1.7;
  }
  .content-html .aufgabe-list li:last-child { border-bottom: none; }
  .content-html .aufgabe-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--orange);
    color: #fff;
    font-family: var(--font-serif);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .content-html .aufgabe-time {
    color: var(--muted);
    font-style: italic;
    font-size: 16px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .content-html .aufgabe-text { flex: 1; }

/* component-target-ui-language */
[data-language-switcher] [data-site-ui-locale] {
    color: inherit;
    cursor: pointer;
    font: inherit;
}

[data-language-switcher] [data-language-switcher-toggle] {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
}

[data-language-switcher] .dropdown-item > button[data-site-ui-locale] {
    background: transparent;
    border: 0;
    text-align: inherit;
    width: 100%;
}

[data-language-switcher] .language-switcher-option.is-active {
    font-weight: 700;
}

[data-language-switcher] .language-switcher-option.is-active .check-icon {
    display: inline-flex;
    opacity: 1;
}

[data-language-switcher] [data-language-switcher-toggle]:focus-visible,
[data-language-switcher] .language-switcher-option:focus-visible {
    outline: 2px solid var(--orange, #f85628);
    outline-offset: -2px;
}

[data-language-switcher] .language-option-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[data-language-switcher] .language-code {
    color: var(--orange, #f85628);
    flex: 0 0 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
}

.site-footer [data-language-switcher] .language-option {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    min-width: 0;
}

.site-footer [data-language-switcher] .language-code {
    color: inherit;
}

.site-footer [data-language-switcher] .language-option-label {
    flex: 0 0 auto;
    overflow: visible;
    text-overflow: clip;
}
