/* ─── Legal layout ───────────────────────────────────────── */
.legal-body {
    font-family: 'Mulish', sans-serif;
    background: var(--off-white, #faf9f7);
    color: var(--black, #1a1a1a);
    margin: 0;
    padding: 0;
}

.legal-body--bare {
    background: #ffffff;
}

.legal-header {
    background: var(--coral, #F86258);
    padding: 1rem clamp(1.5rem, 6vw, 8rem);
}

.legal-header__brand img {
    height: 28px;
    width: auto;
}

.legal-main {
    padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 6vw, 8rem);
}

.legal-body--has-site-nav .legal-main {
    padding-top: clamp(7rem, 11vw, 9rem);
}

.legal-body--bare .legal-main {
    padding: 2rem 1.5rem;
}

.legal-main a,
.legal-main a:visited {
    color: var(--coral, #F86258);
}

.legal-main a:hover {
    color: var(--coral, #F86258);
    opacity: 0.8;
}

.legal-footer {
    background: var(--coral, #F86258);
    padding: 1.5rem clamp(1.5rem, 6vw, 8rem);
}

.legal-footer p {
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* ─── Legal article ──────────────────────────────────────── */
.legal {
    max-width: 740px;
    margin-inline: auto;
}

.legal__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 400;
    line-height: 1;
    color: var(--black, #1a1a1a);
    margin-bottom: 0.4rem;
}

.legal-body--bare .legal__title {
    font-size: clamp(1.8rem, 5vw, 3rem);
}

.legal__date {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(26, 26, 26, 0.4);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.legal__section {
    margin-bottom: 2.5rem;
}

.legal__section h2 {
    font-family: 'Mulish', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--coral, #F86258);
    margin-bottom: 0.75rem;
}

.legal__section p {
    font-size: 0.97rem;
    font-weight: 500;
    color: rgba(26, 26, 26, 0.75);
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.legal__section ul {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}

.legal__section li {
    font-size: 0.97rem;
    font-weight: 500;
    color: rgba(26, 26, 26, 0.75);
    line-height: 1.8;
    margin-bottom: 0.4rem;
}

.legal__section strong {
    color: var(--black, #1a1a1a);
    font-weight: 800;
}

.legal__section a {
    color: var(--coral, #F86258);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ─── About Us profile block ─────────────────────────────── */
.about-profile {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2.5rem;
    align-items: start;
}

.about-profile__text {
    min-width: 0;
}

.about-profile__avatar {
    flex-shrink: 0;
}

.about-profile__img {
    cursor: zoom-in;
}

/* ─── Lightbox ───────────────────────────────────────────── */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.lightbox[hidden] {
    display: none;
}

.lightbox__img {
    max-width: 90vw;
    max-height: 88vh;
    border-radius: 6px;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.6);
    object-fit: contain;
}

.lightbox__close {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    transition: color 0.15s;
}

.lightbox__close:hover {
    color: #fff;
}

.about-profile__avatar img {
    width: 300px;
    height: auto;
    border-radius: 8px;
    display: block;
    box-shadow: 0 4px 20px rgba(26, 26, 26, 0.12);
}

.about-profile__caption {
    font-family: 'Mulish', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(26, 26, 26, 0.45);
    text-align: center;
    margin: 0.5rem 0 0;
    font-style: italic;
}

.about-list {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 1.25rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.about-list li {
    font-family: 'Mulish', sans-serif;
    font-size: 1rem;
    color: rgba(26, 26, 26, 0.78);
    line-height: 1.65;
    padding-left: 0.5rem;
}

.about-list li::marker {
    color: var(--coral);
    font-weight: 700;
}

.pull-quote {
    border-left: 4px solid var(--coral);
    padding: 0.75rem 0 0.75rem 1.5rem;
    margin: 1.75rem 0;
    font-family: 'Mulish', sans-serif;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 600;
    color: rgba(26, 26, 26, 0.72);
    line-height: 1.7;
}

.about-signature {
    display: block;
    height: 140px;
    width: auto;
    margin: 0 auto 2rem;
    opacity: 0.75;
}

@media (max-width: 560px) {
    .about-profile {
        grid-template-columns: 1fr;
    }

    .about-profile__avatar {
        order: -1;
    }

    .about-profile__avatar img {
        width: 100%;
    }
}

/* ─── Expression of interest page ───────────────────────── */
.interest-page {
    max-width: 600px;
    margin-inline: auto;
}

.interest-page__headline {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 400;
    line-height: 1;
    color: var(--black, #1a1a1a);
    margin-bottom: 0.25rem;
}

.interest-page__subheadline {
    font-family: 'Mulish', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: rgba(26, 26, 26, 0.45);
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
}

.interest-page__intro {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(26, 26, 26, 0.65);
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.interest-page__info-card {
    background: var(--off-white, #faf9f7);
    border-left: 4px solid var(--coral, #F86258);
    border-radius: 0 6px 6px 0;
    padding: 1.1rem 1.5rem;
    margin: 1.5rem 0 0;
}

.interest-page__info-card p {
    font-family: 'Mulish', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(26, 26, 26, 0.7);
    line-height: 1.6;
    margin: 0;
}

.interest-form {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.interest-form__errors {
    background: #fdecea;
    border: 1px solid #f5c6c3;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #c0392b;
}

.interest-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.interest-form__label {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--black, #1a1a1a);
}

.interest-form__input {
    font-family: 'Mulish', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: var(--black, #1a1a1a);
    background: #fff;
    border: 1.5px solid rgba(26, 26, 26, 0.18);
    border-radius: 6px;
    padding: 0.7rem 0.9rem;
    outline: none;
    transition: border-color 0.2s;
}

.interest-form__input:focus {
    border-color: var(--coral, #F86258);
}

.interest-form__textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.interest-form__error {
    font-size: 0.82rem;
    color: #c0392b;
}

.interest-form__field--checkbox {
    margin-top: 0.5rem;
}

.interest-form__checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(26, 26, 26, 0.75);
    line-height: 1.5;
}

.interest-form__checkbox {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--coral, #F86258);
    cursor: pointer;
}

.interest-form__submit {
    margin-top: 0.5rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    color: #fff;
    background: var(--coral, #F86258);
    border: none;
    border-radius: 6px;
    padding: 0.85rem 2rem;
    cursor: pointer;
    transition: background 0.2s;
    align-self: flex-start;
}

.interest-form__submit:hover {
    background: #e04f46;
}

/* Confirmation */
.interest-page__inner--confirmation {
    text-align: center;
}

.interest-confirmation__icon {
    font-size: 3rem;
    color: var(--coral, #F86258);
    margin-bottom: 1rem;
}

.interest-confirmation__back {
    display: inline-block;
    margin-top: 1.5rem;
    font-family: 'Mulish', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--coral, #F86258);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Pioneer info button */
.interest-form__info-btn {
    display: inline;
    background: none;
    border: none;
    padding: 0;
    margin-left: 2px;
    font-family: 'Mulish', sans-serif;
    font-size: 0.85em;
    font-weight: 700;
    color: var(--coral, #F86258);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    line-height: inherit;
    vertical-align: baseline;
}

.interest-form__info-btn:hover {
    color: #e04f46;
}

/* Pioneer modal */
.pioneer-modal {
    border: none;
    border-radius: 10px;
    padding: 0;
    max-width: 480px;
    width: calc(100% - 2rem);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    margin: 0;
}

.pioneer-modal::backdrop {
    background: rgba(0, 0, 0, 0.45);
}

.pioneer-modal__inner {
    padding: 2rem;
}

.pioneer-modal__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--black, #1a1a1a);
    margin-bottom: 1rem;
}

.pioneer-modal__body {
    font-family: 'Mulish', sans-serif;
    font-size: 0.97rem;
    font-weight: 500;
    color: rgba(26, 26, 26, 0.75);
    line-height: 1.75;
    margin-bottom: 0.75rem;
}

.pioneer-modal__close {
    margin-top: 1rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    color: #fff;
    background: var(--coral, #F86258);
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1.5rem;
    cursor: pointer;
    transition: background 0.2s;
}

.pioneer-modal__close:hover {
    background: #e04f46;
}

/* ── Pricing page ──────────────────────────────────────────────────── */

.pricing-page {
    padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 6vw, 8rem);
}

.pricing-page__inner {
    max-width: 980px;
    margin-inline: auto;
}

.pricing-page__headline {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    font-weight: 400;
    color: var(--black, #1a1a1a);
    letter-spacing: 0.03em;
    margin-bottom: 0.75rem;
}

.pricing-page__intro {
    font-family: 'Mulish', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: rgba(26, 26, 26, 0.65);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.6rem;
    border: 1px solid rgba(26, 26, 26, 0.12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(26, 26, 26, 0.06);
}

.pricing-card--free {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 247, 244, 1) 100%);
}

.pricing-card--growth {
    border-color: rgba(58, 172, 112, 0.22);
    background: linear-gradient(180deg, rgba(244, 251, 247, 1) 0%, rgba(236, 248, 241, 1) 100%);
}

.pricing-card__header {
    margin-bottom: 1.5rem;
}

.pricing-card__header--growth {
    position: relative;
}

.pricing-card__badge {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(58, 172, 112, 0.12);
    font-family: 'Mulish', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2e8e5b;
}

.pricing-card__title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.1rem, 4vw, 2.7rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
    color: var(--black, #1a1a1a);
    margin: 0;
}

.pricing-card__star {
    color: #e0a126;
    font-size: 0.7em;
    vertical-align: 0.08em;
}

.pricing-card__price {
    margin: 0.5rem 0 0;
    font-family: 'Mulish', sans-serif;
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--black, #1a1a1a);
}

.pricing-card--growth .pricing-card__price {
    color: #2e8e5b;
}

.pricing-card__period {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(26, 26, 26, 0.45);
}

.pricing-card__features {
    list-style: none;
    margin: 0 0 1.75rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.pricing-card__feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.pricing-card__feature-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pricing-card__feature-copy {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: 'Mulish', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: rgba(26, 26, 26, 0.78);
}

.pricing-card__check {
    color: rgba(26, 26, 26, 0.4);
    font-size: 1.05rem;
    line-height: 1;
}

.pricing-card__check--growth {
    color: #3aac70;
}

.pricing-card__info-btn {
    display: inline-block;
    flex-shrink: 0;
    border: none;
    background: none;
    padding: 0;
    color: rgba(26, 26, 26, 0.6);
    font-family: 'Mulish', sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s;
}

.pricing-card__info-btn:hover,
.pricing-card__info-btn:focus-visible,
.pricing-card__info-btn--growth:hover,
.pricing-card__info-btn--growth:focus-visible {
    color: #3aac70;
    outline: none;
}

.pricing-card__cta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: auto;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: background 0.2s;
    color: #fff !important;
}

.pricing-card__cta--free,
.pricing-card__cta--free:visited,
.pricing-card__cta--free:hover,
.pricing-card__cta--free:focus,
.pricing-card__cta--free:active {
    background: #5b8bf5;
    color: #fff !important;
}

.pricing-card__cta--growth,
.pricing-card__cta--growth:visited,
.pricing-card__cta--growth:hover,
.pricing-card__cta--growth:focus,
.pricing-card__cta--growth:active {
    background: #5b8bf5;
    color: #fff !important;
}

.pricing-card__cta:hover,
.pricing-card__cta:focus,
.pricing-card__cta:active {
    background: #4676e0;
    color: #fff !important;
}

.pricing-modal .pioneer-modal__body {
    margin-bottom: 0;
}

@media (max-width: 780px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .pricing-page__inner {
        max-width: 560px;
    }
}

/* ── CTA nudge ── */

.pricing-page__cta-nudge {
    font-family: 'Mulish', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(26, 26, 26, 0.55);
    margin-top: 2.5rem;
}

.pricing-page__cta-nudge a,
.pricing-page__cta-nudge a:visited {
    color: var(--coral, #F86258);
    text-decoration: underline;
}

.pricing-page__cta-nudge a:hover {
    opacity: 0.8;
}