.mindmatters-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f7f4ef;
    overflow: hidden;
}

.mindmatters-hero__row {
    min-height: 70vh;
}

.mindmatters-hero__content {
    max-width: 560px;
}

.mindmatters-eyebrow {
    letter-spacing: 0.12em;
    font-size: 0.85rem;
    color: #6f6f6f;
    opacity: 0.9;
}

.mindmatters-hero__title {
    font-size: clamp(2.8rem, 6vw, 4.75rem);
    line-height: 0.98;
    font-weight: 700;
    color: #111111;
}

.mindmatters-hero__lead {
    font-size: 1.75rem;
    font-weight: 600;
    color: #111111;
}

.mindmatters-hero__sub {
    font-size: 1.1rem;
    color: #555555;
    max-width: 520px;
}

.mindmatters-hero__pricing {
    max-width: 480px;
    font-size: 1rem;
    color: #444444;
}

.mindmatters-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.mindmatters-visual {
    position: relative;
    min-height: 620px;
}

.mindmatters-visual__back {
    position: absolute;
    top: 1.5rem;
    right: 0;
    width: 78%;
    height: 82%;
    background-color: #111111;
    border-radius: 0;
}

.mindmatters-visual__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 78%;
    background-color: #ffffff;
    padding: 0.9rem;
    box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.14);
}

.mindmatters-visual__image {
    display: block;
    width: 100%;
    height: auto;
}

.mindmatters-visual__card {
    position: absolute;
    right: 0;
    bottom: 2rem;
    width: 52%;
    background-color: #111111;
    color: #ffffff;
    padding: 2rem;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.18);
}

.mindmatters-visual__label {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b08a48;
}

.mindmatters-visual__headline {
    font-size: 1.7rem;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
}

.mindmatters-visual__text {
    font-size: 0.98rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
}

.mindmatters-heading-dark {
    color: #111111;
}

.mindmatters-heading-gold {
    color: #b08a48;
}

.mindmatters-btn-primary {
    background-color: #b08a48;
    color: #ffffff;
    border: 1px solid #b08a48;
    border-radius: 0;
}

.mindmatters-btn-primary:hover,
.mindmatters-btn-primary:focus {
    background-color: #9a773c;
    color: #ffffff;
    border-color: #9a773c;
}

.mindmatters-btn-secondary {
    border-radius: 0;
}

.mindmatters-card {
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.mindmatters-checklist {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.mindmatters-checklist p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #555555;
}

.mindmatters-pricing-card {
    padding: 3rem;
    text-align: center;
    height: 100%;
}

.mindmatters-pricing-card--base {
    background-color: #ffffff;
    border: 2px solid #b08a48;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06);
}

.mindmatters-pricing-card--upgrade {
    background-color: #111111;
    color: #ffffff;
    border: 2px solid #b08a48;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}

.mindmatters-upgrade-copy {
    opacity: 0.82;
}

.mindmatters-upgrade-list {
    opacity: 0.82;
}

.mindmatters-footer {
    background-color: #111111;
}

@media (max-width: 991.98px) {
    .mindmatters-pricing-card {
        padding: 2.25rem;
    }
}

@media (max-width: 991.98px) {
    .mindmatters-hero {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .mindmatters-hero__row {
        min-height: auto;
    }

    .mindmatters-visual {
        min-height: 560px;
        margin-top: 1rem;
    }

    .mindmatters-visual__frame {
        width: 82%;
    }

    .mindmatters-visual__back {
        width: 82%;
    }

    .mindmatters-visual__card {
        width: 56%;
    }

    .mindmatters-pricing-card {
        padding: 2.25rem;
    }
}

@media (max-width: 767.98px) {
    .mindmatters-hero {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .mindmatters-hero__lead {
        font-size: 1.35rem;
    }

    .mindmatters-hero__sub,
    .mindmatters-hero__pricing {
        font-size: 1rem;
    }

    .mindmatters-visual {
        min-height: auto;
    }

    .mindmatters-visual__back {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 14rem;
        margin-top: 1rem;
    }

    .mindmatters-visual__frame {
        position: relative;
        width: 100%;
        padding: 0.75rem;
        margin-top: -12rem;
    }

    .mindmatters-visual__card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 1rem;
        padding: 1.5rem;
    }

    .mindmatters-card {
        padding: 1.5rem;
    }

    .mindmatters-pricing-card {
        padding: 2rem;
    }
}