.sales-page {
    margin: 0;
    overflow-x: hidden;
    background: var(--sales-bg);
    color: var(--sales-text);
    font-size: 17px;
}

.sales-page *,
.sales-page *::before,
.sales-page *::after {
    box-sizing: border-box;
}

.sales-container {
    width: min(calc(100% - 40px), 1160px);
    margin-inline: auto;
}

.sales-header {
    position: sticky;
    z-index: 40;
    top: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--sales-primary) 14%, transparent);
    background: color-mix(in srgb, var(--sales-bg) 93%, transparent);
    backdrop-filter: blur(12px);
}

.sales-header__inner {
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sales-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--sales-text);
    text-decoration: none;
}

.sales-brand > span {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 13px;
    background: color-mix(in srgb, var(--sales-primary) 16%, #fff);
    color: var(--sales-primary);
}

.sales-brand strong {
    font-family: "Lora", Georgia, serif;
    font-size: 1.05rem;
}

.sales-header__cta {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    padding: 9px 18px;
    border-radius: 12px;
    background: var(--sales-primary);
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.sales-hero {
    position: relative;
    display: grid;
    min-height: 720px;
    align-items: center;
    isolation: isolate;
}

.sales-hero__image {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.sales-hero__content {
    padding-block: 86px;
}

.sales-hero__content > * {
    max-width: 650px;
}

.sales-eyebrow,
.sales-center-heading > span {
    display: block;
    margin-bottom: 13px;
    color: var(--sales-primary);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.sales-hero h1 {
    margin: 0 0 20px;
    font-family: "Lora", Georgia, serif;
    font-size: clamp(2.8rem, 5.4vw, 5rem);
    line-height: 1.04;
    letter-spacing: -.035em;
}

.sales-hero__content > p {
    margin: 0 0 24px;
    color: color-mix(in srgb, var(--sales-text) 78%, transparent);
    font-size: clamp(1.05rem, 1.6vw, 1.26rem);
    line-height: 1.75;
}

.sales-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 22px;
}

.sales-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: color-mix(in srgb, var(--sales-text) 80%, transparent);
    font-size: .8rem;
    font-weight: 700;
}

.sales-hero__trust i {
    color: var(--sales-primary);
}

.sales-price {
    display: block;
    margin-bottom: 14px;
    font-family: "Lora", Georgia, serif;
    font-size: 1.3rem;
}

.sales-button {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 13px 24px;
    border-radius: 14px;
    background: var(--sales-primary);
    color: #fff;
    font-size: .96rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 30px color-mix(in srgb, var(--sales-primary) 24%, transparent);
    transition: transform .18s ease, box-shadow .18s ease;
}

.sales-button:hover {
    box-shadow: 0 18px 36px color-mix(in srgb, var(--sales-primary) 32%, transparent);
    transform: translateY(-2px);
}

.sales-hero__content > small {
    display: block;
    margin-top: 13px;
    color: color-mix(in srgb, var(--sales-text) 66%, transparent);
    font-size: .72rem;
}

.sales-section {
    padding-block: 92px;
}

.sales-center-heading {
    max-width: 740px;
    margin-bottom: 42px;
    text-align: center;
}

.sales-center-heading h2,
.sales-copy h2,
.sales-faq h2,
.sales-final h2,
.sales-guarantee h2 {
    margin: 0;
    font-family: "Lora", Georgia, serif;
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    line-height: 1.16;
    letter-spacing: -.025em;
}

.sales-center-heading p {
    margin: 15px auto 0;
    color: color-mix(in srgb, var(--sales-text) 68%, transparent);
    line-height: 1.7;
}

.sales-video-section {
    background: #fff;
}

.sales-video {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 8px solid #fff;
    border-radius: 28px;
    background: #2e2226;
    box-shadow: 0 28px 70px rgba(57, 40, 44, .18);
}

.sales-video iframe,
.sales-video__placeholder {
    width: 100%;
    height: 100%;
    border: 0;
}

.sales-video__placeholder {
    display: grid;
    align-content: center;
    justify-items: center;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.sales-video__placeholder > span {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    margin-bottom: 17px;
    border-radius: 50%;
    background: var(--sales-primary);
    font-size: 1.6rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.sales-video__placeholder strong {
    font-family: "Lora", Georgia, serif;
    font-size: 1.3rem;
}

.sales-video__placeholder small {
    margin-top: 5px;
    color: rgba(255,255,255,.8);
}

.sales-benefits {
    background: color-mix(in srgb, var(--sales-secondary) 10%, var(--sales-bg));
}

.sales-benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.sales-benefit-grid article {
    position: relative;
    min-height: 200px;
    padding: 27px 22px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--sales-primary) 14%, #fff);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(57, 40, 44, .07);
}

.sales-benefit-grid article > span {
    position: absolute;
    top: -18px;
    right: 8px;
    color: color-mix(in srgb, var(--sales-primary) 8%, transparent);
    font-family: "Lora", Georgia, serif;
    font-size: 5.8rem;
    font-weight: 700;
}

.sales-benefit-grid i {
    position: relative;
    color: var(--sales-primary);
    font-size: 1.3rem;
}

.sales-benefit-grid p {
    position: relative;
    margin: 44px 0 0;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.55;
}

.sales-content-section {
    background: #fff;
}

.sales-split {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(40px, 7vw, 90px);
}

.sales-split--reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.sales-image-card {
    overflow: hidden;
    aspect-ratio: 4 / 4.6;
    border-radius: 30px;
    background: color-mix(in srgb, var(--sales-secondary) 16%, #fff);
    box-shadow: 0 24px 55px rgba(57, 40, 44, .15);
}

.sales-image-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales-copy > p {
    margin: 20px 0 24px;
    color: color-mix(in srgb, var(--sales-text) 72%, transparent);
    line-height: 1.8;
}

.sales-copy ul {
    display: grid;
    margin: 0 0 30px;
    padding: 0;
    gap: 12px;
    list-style: none;
}

.sales-copy li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: .9rem;
    font-weight: 700;
}

.sales-copy li i {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--sales-primary) 13%, #fff);
    color: var(--sales-primary);
    font-size: .65rem;
}

.sales-teacher-section {
    background: var(--sales-bg);
}

.sales-image-card--teacher {
    aspect-ratio: 1 / 1;
}

.sales-signature {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 8px;
    color: var(--sales-primary);
}

.sales-signature > i {
    font-size: 1.4rem;
}

.sales-signature span {
    display: flex;
    flex-direction: column;
}

.sales-signature strong {
    font-family: "Lora", Georgia, serif;
    font-size: 1.1rem;
}

.sales-signature small {
    color: color-mix(in srgb, var(--sales-text) 60%, transparent);
    font-size: .68rem;
}

.sales-testimonials {
    background: #fff;
}

.sales-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sales-testimonial-grid article {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    padding: 30px;
    border: 1px solid color-mix(in srgb, var(--sales-primary) 13%, #fff);
    border-radius: 22px;
    background: var(--sales-bg);
}

.sales-testimonial-grid article > div {
    color: #d89b35;
    letter-spacing: .12em;
}

.sales-testimonial-grid p {
    margin: 24px 0;
    flex: 1;
    color: color-mix(in srgb, var(--sales-text) 75%, transparent);
    line-height: 1.7;
}

.sales-testimonial-grid strong {
    color: var(--sales-primary);
}

.sales-testimonial-grid small {
    margin-top: 3px;
    color: color-mix(in srgb, var(--sales-text) 58%, transparent);
    font-size: .68rem;
}

.sales-guarantee {
    padding-block: 62px;
    background: color-mix(in srgb, var(--sales-secondary) 13%, var(--sales-bg));
}

.sales-guarantee__card {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    padding: 38px 44px;
    border: 1px solid color-mix(in srgb, var(--sales-primary) 18%, transparent);
    border-radius: 26px;
    background: #fff;
    gap: 28px;
    box-shadow: 0 16px 40px rgba(57, 40, 44, .08);
}

.sales-guarantee__card > span {
    display: grid;
    width: 84px;
    height: 84px;
    place-items: center;
    border-radius: 22px;
    background: color-mix(in srgb, var(--sales-primary) 12%, #fff);
    color: var(--sales-primary);
    font-size: 2.2rem;
}

.sales-guarantee h2 {
    font-size: 1.65rem;
}

.sales-guarantee p {
    margin: 8px 0 0;
    color: color-mix(in srgb, var(--sales-text) 70%, transparent);
    line-height: 1.7;
}

.sales-faq {
    background: #fff;
}

.sales-faq__layout {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: clamp(40px, 7vw, 90px);
}

.sales-faq__layout > div:first-child > p {
    color: color-mix(in srgb, var(--sales-text) 65%, transparent);
    line-height: 1.7;
}

.sales-faq__items {
    display: grid;
    gap: 12px;
}

.sales-faq details {
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--sales-primary) 13%, #e6ded9);
    border-radius: 16px;
    background: var(--sales-bg);
}

.sales-faq summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 800;
    list-style: none;
}

.sales-faq summary::-webkit-details-marker {
    display: none;
}

.sales-faq details[open] summary i {
    transform: rotate(45deg);
}

.sales-faq summary i {
    color: var(--sales-primary);
    transition: transform .18s ease;
}

.sales-faq details p {
    margin: 0;
    padding: 0 20px 20px;
    color: color-mix(in srgb, var(--sales-text) 70%, transparent);
    line-height: 1.7;
}

.sales-final {
    padding: 100px 0;
    background: var(--sales-primary);
    color: #fff;
    text-align: center;
}

.sales-final .sales-container {
    max-width: 790px;
}

.sales-final .sales-eyebrow {
    color: color-mix(in srgb, var(--sales-secondary) 70%, #fff);
}

.sales-final p {
    margin: 20px auto 22px;
    color: rgba(255,255,255,.82);
    font-size: 1.05rem;
    line-height: 1.7;
}

.sales-final strong {
    display: block;
    margin-bottom: 18px;
    font-family: "Lora", Georgia, serif;
    font-size: 1.3rem;
}

.sales-button--light {
    background: #fff;
    color: var(--sales-primary);
    box-shadow: 0 14px 30px rgba(0,0,0,.14);
}

.sales-footer {
    padding: 40px 0;
    background: #2e2226;
    color: #fff;
}

.sales-footer .sales-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sales-footer .sales-brand {
    color: #fff;
}

.sales-footer p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: .78rem;
}

.sales-footer a {
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
}

@media (max-width: 980px) {
    .sales-hero {
        min-height: 650px;
    }

    .sales-benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sales-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .sales-testimonial-grid article {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .sales-page {
        font-size: 17px;
    }

    .sales-container {
        width: min(calc(100% - 28px), 1160px);
    }

    .sales-header__inner {
        min-height: 68px;
    }

    .sales-brand strong {
        font-size: .95rem;
    }

    .sales-header__cta {
        min-height: 44px;
        padding-inline: 13px;
        font-size: .73rem;
    }

    .sales-hero {
        min-height: auto;
        padding-top: 310px;
    }

    .sales-hero__image {
        height: 350px;
        background-image: linear-gradient(0deg,var(--sales-bg) 0%,rgba(251,247,242,.04) 58%),var(--sales-mobile-image) !important;
        background-position: 65% center;
    }

    .sales-hero__content {
        padding: 44px 0 58px;
    }

    .sales-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.35rem);
    }

    .sales-hero__content > p {
        font-size: 1rem;
        line-height: 1.65;
    }

    .sales-button {
        width: 100%;
        min-height: 60px;
    }

    .sales-section {
        padding-block: 64px;
    }

    .sales-center-heading {
        margin-bottom: 30px;
    }

    .sales-video {
        margin-inline: -4px;
        border-width: 4px;
        border-radius: 18px;
    }

    .sales-video__placeholder > span {
        width: 62px;
        height: 62px;
        font-size: 1.25rem;
    }

    .sales-video__placeholder small {
        display: none;
    }

    .sales-benefit-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .sales-benefit-grid article {
        display: grid;
        min-height: 0;
        grid-template-columns: 30px 1fr;
        align-items: center;
        padding: 20px;
        gap: 13px;
    }

    .sales-benefit-grid article > span {
        display: none;
    }

    .sales-benefit-grid p {
        margin: 0;
    }

    .sales-split,
    .sales-split--reverse,
    .sales-faq__layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .sales-split--reverse .sales-copy {
        order: 2;
    }

    .sales-split--reverse .sales-image-card {
        order: 1;
    }

    .sales-image-card {
        aspect-ratio: 4 / 3.4;
        border-radius: 22px;
    }

    .sales-guarantee__card {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 30px 22px;
        text-align: center;
    }

    .sales-faq__layout {
        gap: 26px;
    }

    .sales-final {
        padding: 72px 0;
    }

    .sales-footer .sales-container {
        flex-direction: column;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sales-button,
    .sales-faq summary i {
        transition: none;
    }
}
