.page-inner .nav.nav--visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    backdrop-filter: blur(24px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
}

.page-inner .nav__link--active {
    opacity: 1;
    font-weight: 600;
}

.page-inner .nav::before {
    background: linear-gradient(180deg, var(--figma-color-white) 0%, rgba(255, 255, 255, 0) 100%);
    display: none;
}

.page-pricing .nav.nav--dark .nav__logo,
.page-pricing .nav.nav--dark .nav__link {
    color: var(--white);
}


.page-pricing .nav.nav--dark .nav__cta:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.08);
}

.page-pricing .nav.nav--dark .nav__hamburger-line {
    background: var(--white);
}

.page-inner .nav__links {
    gap: var(--figma-nav-gap);
}

.page-inner .nav__cta {
    min-width: var(--figma-nav-cta-width);
    height: var(--figma-nav-cta-height);
    border-radius: var(--figma-nav-cta-radius);
}

body.page-inner {
    outline: none;
    background-color: var(--figma-color-white);
}

/* Contact form submit label (mobile only) */
.gt-form__submit-text--mobile {
    display: none;
}

.submit {
    position: relative;
}

span.wpcf7-not-valid-tip {
    display: none;
}

input.wpcf7-not-valid {
    border-color: var(--figma-color-brand);
}

.submit span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    margin: 0 auto;
    background: #fff;
}

.submit span.wpcf7-spinner::before {
    background: #000;
}

@media (max-width: 768px) {
    .gt-form__submit-text--desktop {
        display: none;
    }

    .gt-form__submit-text--mobile {
        display: inline;
    }
}

.page-dot-grid {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.page-dot-grid__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.4;
}

.page-partnership .page-dot-grid__img {
    opacity: 0.9;
}

body.page-inner .cta {
    background: transparent;
}

.page-features .footer {
    position: relative;
    z-index: 1;
}

.page-pricing .footer {
    position: relative;
    z-index: 1;
}

body.page-pricing {
    scroll-behavior: smooth;
}

.pricing-hero {
    position: relative;
    min-height: 85vh;
    padding: 220px var(--figma-h-padding) 80px;
    background: transparent;
    overflow: hidden;
}

/* Mobile hero image — hidden on desktop */
.pricing-hero__mobile-img {
    display: none;
}

.pricing-hero__blur {
    position: absolute;
    left: 160px;
    top: 0;
    width: 721px;
    opacity: 0.7;
    filter: blur(16px);
    pointer-events: none;
    z-index: 0;
}

.pricing-hero__blur-title,
.pricing-hero__blur-desc {
    margin: 0 0 32px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(28px, 3.77vw, 65px);
    line-height: 0.8em;
    text-transform: uppercase;
    color: var(--figma-color-white);
}

.pricing-hero__intro {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pricing-hero__blur-desc {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
    text-transform: none;
    max-width: 313px;
    color: var(--figma-color-soft);
}

.pricing-hero__pathway {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 43px;
    line-height: 1em;
    color: #000000;
    text-transform: uppercase;
    max-width: 846px;
    margin: 0 auto 16px;
    text-align: center;
}

.pricing-hero__pathway-desc {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 0.56);
    margin: 0 auto;
    text-align: center;
    max-width: 701px;
}

.pricing-hero__card-lead {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--figma-section-title-size);
    line-height: 1.1em;
    text-transform: uppercase;
    color: var(--figma-color-black);
    margin: 0 0 32px;
}

.pricing-hero__card-cta {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--figma-color-black);
    margin: 0;
}

.pricing-plans {
    position: relative;
    min-height: 100vh;
    padding: 120px var(--figma-h-padding) 100px;
    background: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    /* Initial "card" appearance — GSAP animates this to inset(0 0 0 0) as the
     section scrolls up, then holds it there while pinned. Using clip-path
     instead of width/margin means the element is always full-width so GSAP
     pins it at the correct position with no side gaps on first load. */
    clip-path: inset(0% 5% 0% 5% round 32px);
    will-change: clip-path;
}

.pricing-plans__stage {
    position: relative;
    min-height: 100vh;
}

.pricing-plans.is-full-width {
    /* Visual expansion handled entirely by GSAP clip-path animation.
     This class exists only to trigger the content-padding adjustments
     defined in the @media blocks below. */
    clip-path: inset(0 round 0);
}

/* Pin spacer styling is applied only for pricingPlans via JS
   to avoid impacting other pinned sections on the site. */

.pricing-plans__dot-grid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
}

.pricing-plans picture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.pricing-plans__blur,
.pricing-billing__blur,
.pricing-faqs__blur {
    position: absolute;
    left: 160px;
    top: 0;
    width: 721px;
    opacity: 0.7;
    filter: blur(16px);
    pointer-events: none;
    z-index: 0;
}

.pricing-plans__intro {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 48px;
}

.pricing-plans__intro .pricing-hero__pathway,
.pricing-plans__intro .pricing-hero__pathway-desc {
    margin-left: auto;
    margin-right: auto;
}

.pricing-plans__title {
    position: relative;
    z-index: 1;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--figma-section-title-size);
    line-height: 0.8em;
    text-transform: uppercase;
    color: var(--figma-color-white);
    text-align: center;
    margin: 0 0 56px;
}

.pricing-plans__screen {
    position: relative;
    z-index: 1;
}

.pricing-plans__screen--intro {
    display: grid;
    place-items: center;
    min-height: calc(100dvh - 220px);
}

.pricing-plans__screen--intro .pricing-plans__title {
    margin: 0;
}

.pricing-plans__screen--content {
    opacity: 1;
}

@media (min-width: 769px) {
    .pricing-plans__stage {
        padding: 0;
    }

    .pricing-plans {
        padding: 0;
    }

    .pricing-plans__screen {
        position: absolute;
        inset: 0;
    }

    .pricing-plans__screen--intro {
        min-height: auto;
        pointer-events: none;
    }

    .pricing-plans__screen--content {
        pointer-events: auto;
        padding: 120px var(--figma-h-padding) 100px;
    }

    /* When the section reaches the top (full-width state),
     remove the extra ~80px left/right offset. */
    .pricing-plans.is-full-width .pricing-plans__screen--content {
        padding-left: calc(var(--figma-h-padding) - 80px);
        padding-right: calc(var(--figma-h-padding) - 80px);
    }
}

.pricing-plans__divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 1px;
    background: var(--figma-color-white);
    opacity: 0.2;
    pointer-events: none;
}

.pricing-plans__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 96px;
    max-width: 1576px;
    margin: 0 auto;
    align-items: start;
}

.pricing-plan {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-height: calc(100dvh - 176px);
    justify-content: space-between;
}

.pricing-plan__name {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--figma-section-title-size);
    line-height: 0.8em;
    color: var(--figma-color-white);
    margin: 0;
}

.pricing-plan__desc {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3em;
    color: var(--figma-color-white);
    margin: 0;
    max-width: 358px;
}

.pricing-plan--cta {
    gap: 24px;
}

.pricing-plan__content .pricing-plan__desc {
    max-width: 358px;
}

.pricing-plan__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 0 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
    color: var(--figma-color-black);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
    cursor: pointer;
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition:
        transform 0.28s var(--btn-ease, cubic-bezier(0.22, 1, 0.36, 1)),
        box-shadow 0.28s var(--btn-ease, cubic-bezier(0.22, 1, 0.36, 1)),
        border-color 0.28s ease,
        opacity 0.25s ease;
}

.pricing-plan__btn:hover {
    opacity: 1;
    transform: translateY(-3px) scale(1.01);
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.2),
        0 0 32px rgba(247, 78, 47, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    transition-timing-function: var(--btn-ease-snap, cubic-bezier(0.34, 1.2, 0.64, 1));
}

.pricing-plan__btn:active {
    transform: translateY(-1px) scale(1.005);
    box-shadow:
        0 2px 10px rgba(0, 0, 0, 0.12),
        inset 0 1px 3px rgba(0, 0, 0, 0.06);
    transition-duration: 0.1s;
}

.pricing-plan__btn:focus-visible {
    outline: none;
    box-shadow: var(--btn-focus-ring, 0 0 0 3px rgba(247, 78, 47, 0.5)), 0 4px 16px rgba(0, 0, 0, 0.12);
}

.pricing-plan__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricing-plan__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 24px;
}

.pricing-plan__feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
    color: var(--figma-color-white);
}

.pricing-plan__feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.pricing-plan__feature-text {
    display: block;
}

.pricing-plan__actions {
    margin-top: 24px;
}

.pricing-billing {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 140px var(--figma-h-padding) 100px;
    /* Left 50% = #707AFD, right 50% = #CCDCF6 */
    background: linear-gradient(90deg, #707AFD 0%, #707AFD 50%, #CCDCF6 50%, #CCDCF6 100%);
    overflow: hidden;
}

.pricing-billing__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--figma-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 64px;
    align-items: center;
}

.pricing-billing__content {
    color: var(--figma-color-white);
}

.pricing-billing__mockup {
    width: 326px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-billing__phone {
    width: 100%;
    height: auto;
    display: block;
}

.pricing-billing__title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--figma-section-title-size);
    line-height: 0.8em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 111px;
    max-width: 550px;
}

.pricing-plan__content .pricing-plan__features-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
}

/* Billing list layout */
.pricing-billing__list {
    list-style: none;
    padding: 0;
    margin: 0 0 100px;
    display: grid;
    gap: 36px;
}

.pricing-billing__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4em;
    color: var(--figma-color-white);
}

.pricing-billing__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.pricing-billing__text {
    display: block;
}

.pricing-billing__stores {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricing-billing__stores-label {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

.pricing-billing__stores-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.pricing-billing__store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1), filter 0.22s ease, box-shadow 0.22s ease;
}

.pricing-billing__store-btn:hover {
    transform: translateY(-2px) scale(1.02);
    filter: brightness(1.05);
}

.pricing-billing__store-btn:active {
    transform: translateY(0) scale(0.99);
    transition-duration: 0.1s;
}

.pricing-billing__store-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(247, 78, 47, 0.45);
}

.pricing-billing__store-btn img {
    display: block;
    height: 61px;
    width: auto;
}

.pricing-faq-item__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    position: relative;
    background-color: #F8F8F8;
    border-radius: 8px;
    color: #707AFD;
}

.pricing-faq-item__icon::before,
.pricing-faq-item__icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.pricing-faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.pricing-faq-item.is-open .pricing-faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.pricing-faq-item__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-faq-item.is-open .pricing-faq-item__body {
    max-height: 800px;
}

.pricing-faq-item__body p {
    margin: 16px 0 0;
    font-family: 'Fazer', var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--figma-color-soft);
}

.pricing-faq-item__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.pricing-faq-item__list-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 32px;
    border-radius: 12px;
    background-color: #F8F8F8;
}

.pricing-faq-item__list-icon img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: block;
}

.pricing-faq-item__list-text {
    font-family: 'Fazer', var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--figma-color-black);
}

.pricing-billing .pricing-faq-item__head {
    color: var(--figma-color-black);
}

.pricing-billing .pricing-faq-item__body p {
    color: rgba(0, 0, 0, 0.75);
}

.pricing-faqs {
    position: relative;
    padding: 120px var(--figma-h-padding) 0;
    background: transparent;
    overflow: hidden;
}

.pricing-faqs__inner {
    position: relative;
    z-index: 1;
    max-width: var(--figma-max-width);
    margin: 0 auto;
}

.pricing-faqs__title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--figma-section-title-size);
    line-height: 0.8em;
    text-transform: uppercase;
    color: var(--figma-color-black);
    margin: 0 0 64px;
}

.pricing-faqs__list {
    background: #707AFD;
    border-radius: 32px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricing-faqs__list .pricing-faq-item {
    background-color: #fff;
    padding: 40px;
    border-radius: 24px;
}

.pricing-faqs__list .pricing-faq-item button {
    font-size: 24px;
    font-weight: 500;
    box-shadow: none;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    transition: background-color 0.2s ease, transform 0.18s ease;
}

.pricing-faqs__list .pricing-faq-item button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.pricing-faqs__list .pricing-faq-item button:active {
    transform: scale(0.995);
}

.pricing-faqs__list .pricing-faq-item__head {
    color: var(--figma-color-black);
}

.pricing-faqs__list .pricing-faq-item__body p {
    color: var(--figma-color-black);
}

.pricing-cta {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pricing-cta__card {
    background: var(--figma-color-brand);
}

.page-contact .footer,
.page-partnership .footer {
    position: relative;
    z-index: 1;
}

.get-in-touch {
    position: relative;
    min-height: 100vh;
    padding: 180px var(--figma-h-padding) 80px;
    background: transparent;
    overflow: hidden;
}

.get-in-touch__title {
    position: relative;
    z-index: 1;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--figma-section-title-size);
    line-height: 0.8em;
    text-transform: uppercase;
    color: var(--figma-color-black);
    margin: 0 0 56px;
}

.get-in-outer {
    max-width: 1400px;
    margin: 0 auto;
}

.get-in-touch__row {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
}

.get-in-touch__card {
    flex: 1;
    padding: 20px;
    background: #CCDCF6;
    border-radius: 24px;
}

.get-in-touch__card--form {
    max-width: 925px;
}

.get-in-touch__card--info {
    max-width: 453px;
}

.get-in-touch__form-wrap .get-in-touch-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.get-in-touch__form-wrap {
    background: var(--figma-color-white);
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    min-height: 414px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.get-in-touch__form-intro {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25em;
    color: var(--figma-color-black);
    margin: 0 0 24px;
}

.get-in-touch__form-note {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 1);
    margin: 24px 0 0;
}

.get-in-touch__info {
    background: var(--figma-color-white);
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    min-height: 414px;
}

.gt-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gt-form__row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gt-form__row--half {
    flex: 1;
    min-width: 0;
}

.gt-form__row-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 640px) {
    .gt-form__row-wrap {
        flex-direction: row;
        gap: 20px;
    }
}

.gt-form__agree {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 4px;
}

.gt-form__checkbox {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    flex-shrink: 0;
    accent-color: #707AFD;
    cursor: pointer;
}

.gt-form__agree-label {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4em;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    margin: 0;
}


.gt-form__input {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2em;
    color: var(--figma-color-black);
    background: var(--figma-color-white);
    transition: border-color 0.25s ease;
    box-sizing: border-box;
}

.gt-form__input:focus {
    outline: none;
    border-color: var(--figma-color-brand);
}

.gt-form__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.gt-form__textarea {
    min-height: 140px;
    resize: vertical;
}

.gt-form__submit {
    align-self: flex-start;
    min-width: 170px;
    min-height: 56px;
    padding: 0 10px;
    border-radius: 12px;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: rgba(255 255 255 / 56%);
    transition:
        transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s ease,
        color 0.2s ease;
}

#contactForm .gt-form__submit.gt-form__submit--ready {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    color: var(--white);
}


#partnershipForm .gt-form__submit {
    color: rgba(255, 255, 255, 0.48);
    transition:
        transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.2s ease;
}

.gt-form__submit:hover,
#partnershipForm .gt-form__submit:hover {
    color: var(--white);
}

#partnershipForm .gt-form__submit.gt-form__submit--ready {
    color: var(--white);
}

.get-in-touch__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.contacts-card {
    border: 2px solid #B8D4F0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
}

.contacts-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.contacts-card__title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--figma-color-black);
    margin: 0;
}

.contacts-card__icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.contacts-card__email-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.contacts-card__email {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4em;
    color: var(--figma-color-black);
}

.contacts-card__copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.contacts-card__copy:hover {
    background: rgba(0, 0, 0, 0.06);
}

.contacts-card__copy img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.contacts-card__copy-feedback {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--figma-color-brand);
    vertical-align: middle;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 0.2s ease, max-width 0.28s ease;
}

.contacts-card__copy-feedback.is-visible {
    opacity: 1;
    max-width: 120px;
}

.contacts-card__social {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-top: 8px;
}

.contacts-card__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.contacts-card__social-link:hover {
    background: rgba(0, 0, 0, 0.06);
    opacity: 0.9;
}

.contacts-card__social-link img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.get-in-touch__info-head {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--figma-color-black);
    margin: 0;
}

.get-in-touch__info-text {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--figma-color-black);
    margin: 0;
    flex: 1;
}

.get-in-touch__info-email a {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 18px;
    color: var(--figma-color-brand);
    text-decoration: none;
}

.get-in-touch__info-email a:hover {
    text-decoration: underline;
}

.partnership-enquiry {
    position: relative;
    min-height: 100vh;
    padding: 180px var(--figma-h-padding) 80px;
    background: transparent;
    overflow: hidden;
}

.partnership-enquiry__inner {
    position: relative;
    z-index: 1;
    max-width: 668px;
    margin: 112px auto 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

.partnership-enquiry__title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--figma-section-title-size);
    line-height: 0.8em;
    text-transform: uppercase;
    color: var(--figma-color-black);
    margin: 0 auto 0;
    max-width: 653px;
}

.partnership-enquiry__subtitle {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    color: var(--figma-color-black);
    margin: 0;
    max-width: 612px;
}

.gt-form--single {
    width: 100%;
    max-width: 506px;
    align-items: stretch;
}

.gt-form .gt-form__submit_button {
    display: flex;
    gap: 44px;
    align-items: center;
}

.gt-form .gt-form__submit_button .gt-form__agree {
    align-items: center;
}

.gt-form .gt-form__agree label.gt-form__agree-label {
    text-align: left;
}

body.has-modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.form-success-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(32px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.form-success-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.form-success-overlay[hidden] {
    display: flex;
}

.form-success-overlay[hidden]:not(.is-visible) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.form-success-modal {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 33px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15);
}

.form-success-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease;
}

.form-success-modal__close:hover {
    background: rgba(0, 0, 0, 0.06);
}

.form-success-modal__close::before,
.form-success-modal__close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: var(--figma-color-black);
    transform: translate(-50%, -50%) rotate(45deg);
}

.form-success-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.form-success-modal__title {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3em;
    text-transform: none;
    color: var(--figma-color-black);
    margin: 85px auto 26px;
    max-width: 275px;
}

.form-success-modal__text {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--figma-color-black);
    margin: 0;
}

.form-success-modal__btn {
    display: block;
    width: 100%;
    margin: 70px auto 0;
    min-height: 56px;
    padding: 0 10px;
    border-radius: 12px;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background: linear-gradient(180deg, #161616 0%, #090909 100%);
    color: #ffffff;
    box-shadow: var(--btn-shadow-sm, 0 2px 8px rgba(9, 9, 9, 0.12));
    transition:
        transform 0.28s var(--btn-ease, cubic-bezier(0.22, 1, 0.36, 1)),
        box-shadow 0.28s var(--btn-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.form-success-modal__btn:hover {
    transform: translateY(-3px) scale(1.015);
    box-shadow: var(--btn-shadow-lift-glow, 0 20px 50px rgba(9, 9, 9, 0.3));
    transition-timing-function: var(--btn-ease-snap, cubic-bezier(0.34, 1.2, 0.64, 1));
}

.form-success-modal__btn:active {
    transform: translateY(-1px) scale(1.01);
    box-shadow: var(--btn-shadow-press, 0 2px 8px rgba(9, 9, 9, 0.2));
    transition-duration: 0.1s;
}

.form-success-modal__btn:focus-visible {
    outline: none;
    box-shadow: var(--btn-focus-ring, 0 0 0 3px rgba(247, 78, 47, 0.5)), var(--btn-shadow-sm, 0 2px 8px rgba(9, 9, 9, 0.12));
}

.banner {
    position: relative;
    min-height: 100vh;
    padding-top: 220px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    background: transparent;
    max-width: 100%;
}

.banner__collage {
    position: absolute;
    top: 29%;
    left: 0;
    width: 42%;
    max-width: 520px;
    height: 72%;
    max-height: 500px;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.banner__collage-item {
    position: absolute;
    overflow: hidden;
}

.banner__collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__collage-item--1 {
    width: 44%;
    height: 34%;
    top: 0;
    left: -14%;
    z-index: 1;
}

.banner__collage-item--2 {
    width: 46%;
    height: 38%;
    top: 6%;
    left: 21%;
}

.banner__collage-item--3 {
    width: 40%;
    height: 43%;
    top: 17%;
    right: 4%;
    left: auto;
}

.banner__collage-item--4 {
    width: 44%;
    height: 36%;
    bottom: 17.8%;
    right: -2%;
    left: auto;
}

.banner__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 721px;
    text-align: center;
    margin: 0 auto 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.banner__title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(32px, 4.07vw, var(--figma-hero-title-size));
    line-height: 1em;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--figma-color-black);
    margin: 0 0 32px;
    text-align: center;
}

.banner__subheading {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: var(--figma-hero-body-size);
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--figma-color-black);
    margin: 0 0 32px;
    max-width: 423px;
    margin-left: auto;
    margin-right: auto;
}

.banner__cta {
    min-width: 291px;
    height: var(--figma-nav-cta-height);
    padding: 16px 32px;
    border-radius: var(--figma-nav-cta-radius);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: var(--figma-hero-body-size);
    line-height: 1.2;
    background: var(--figma-color-black);
    color: var(--figma-color-white);
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.banner__cta:hover {
    opacity: 0.85;
}

.features-not {
    position: relative;
    padding: 148px 0 64px;
    overflow: visible;
}

.features-not--has-pin .features-not__pills {
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
}

.features-not__inner {
    position: relative;
    z-index: 1;
    max-width: var(--figma-max-width);
    padding: 0 var(--figma-h-padding) 0;
    margin: 0 auto;
}

.features-not__title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--figma-section-title-size);
    line-height: 0.8;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--figma-color-black);
    margin: 0 0 148px;
    text-align: center;
    display: flex;
    column-gap: 12px;
    justify-content: center;
}

.features-not__title img {
    max-width: 277px;
}

.features-not__pills {
    background: #F8F8F8;
    position: relative;
    padding: 12px var(--figma-h-padding);
    overflow: hidden;
}

.features-not__track {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px var(--figma-pill-gap-between);
    align-items: center;
    width: max-content;
    box-sizing: content-box;
    padding-right: 0;
}

.features-not__pill {
    display: inline-flex;
    align-items: center;
    gap: var(--figma-pill-gap);
    padding: 16px 0;
}

.features-not__pill-icon {
    width: var(--figma-pill-icon-size);
    height: var(--figma-pill-icon-size);
    border-radius: 50%;
    background: var(--figma-color-white);
    flex-shrink: 0;
    position: relative;
}

.features-not__pill-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: var(--figma-color-brand);
    transform: translate(-50%, -50%) rotate(45deg);
}

.features-not__pill-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: var(--figma-color-brand);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.features-not__pill-text {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: var(--figma-pill-text-size);
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--figma-color-black);
}

.features-cta-banner {
    position: relative;
    background: var(--figma-color-brand);
    padding: 80px var(--figma-h-padding) 100px;
    border-radius: 0 0 20px 20px;
}

.features-cta-banner__inner {
    max-width: var(--figma-max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.features-cta-banner__text-wrap {
    flex: 1;
}

.features-cta-banner__title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--figma-section-title-size);
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--figma-color-white);
    margin: 0;
    max-width: 520px;
}

.features-cta-banner__phone {
    flex-shrink: 0;
}

.features-cta-banner__phone img {
    width: 320px;
    height: auto;
    max-width: 90vw;
    border-radius: 40px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.banner__mobile {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.banner__mobile img {
    width: 320px;
    height: auto;
    max-width: 90vw;
    border-radius: 40px;
    /*   box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12); */
}

.features-how {
    position: relative;
    height: 300vh;
    background: transparent;
    padding: 0;
    overflow: visible;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.features-how.is-full-width {
    width: 100% !important;
    max-width: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.features-how__header {
    text-align: center;
    margin-bottom: 48px;
    max-width: 589px;
    margin-left: auto;
    margin-right: auto;
}

.features-how__title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: var(--figma-section-title-size);
    line-height: 0.8;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--figma-color-black);
    margin: 0 0 24px;
}

.features-how__intro {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    max-width: 423px;
    margin-left: auto;
    margin-right: auto;
}

.features-how__image-wrap {
    width: 100%;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
    margin-bottom: 0;
}

.features-how__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.features-how__slider {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.features-how.is-full-width .features-how__slider {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.features-how__track {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.features-how__slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #5a5a5a;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.features-how__slide--1 {
    background-image: url('../images/works-slide1.webp');
}

.features-how__slide--2 {
    background-image: url('../images/works-slide2.webp');
}

.features-how__slide--3 {
    background-image: url('../images/works-slide3.webp');
}

.features-how__slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.features-how__slide.is-prev {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

.features-how__slide.is-next {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

.features-how__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.features-how__slide-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 var(--figma-h-padding);
    min-height: 100%;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    box-sizing: border-box;
}

.features-how__slide-left {
    padding-top: 24vh;
    padding-bottom: 120px;
}

.features-how__slide-title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    max-width: 536px;
}

.features-how__slide-line {
    width: 1px;
    align-self: stretch;
    background: #FFFFFF;
    opacity: 0.2;
}

.features-how__slide-right {
    padding-top: 42vh;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: 572px;
    margin-left: auto;
}

.features-how__slide-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.features-how__slide-text {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.features-how__slide-text--small {
    font-size: 16px;
    line-height: 1.5;
}

.features-how__slide-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.features-how__arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
    background-color: #FFFFFF;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.2s ease;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.features-how__arrow:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}

.features-how__arrow:active {
    transform: scale(0.96);
    transition-duration: 0.1s;
}

.features-how__arrow:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(247, 78, 47, 0.45), 0 2px 8px rgba(0, 0, 0, 0.08);
}

.features-how__arrow--prev::after,
.features-how__arrow--next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
}

.features-how__arrow--prev::after {
    background: url('../images/arrow-left.png') no-repeat center center;
    background-size: 100%;
}

.features-how__arrow--next::after {
    background: url('../images/arrow-right.png') no-repeat center center;
    background-size: 100%;
}

.features-how__dots {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
    align-items: center;
}

.features-how__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.features-how__dot:hover {
    border-color: #FFFFFF;
}

.features-how__dot--active {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.features-core {
    position: relative;
    width: 100%;
    z-index: 5;
}

.features-core__pin {
    position: relative;
    width: 100%;
}

.features-core__panel--orange::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000000;
    opacity: 0.10;
    pointer-events: none;
    z-index: 10;
}

.features-core__strip {
    display: block;
    width: 100%;
}

.features-core__horizontal {
    min-height: 500vh;
    position: relative;
    width: 100%;
    z-index: 2;
}

.features-core__horizontal-strip {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}

.features-core__panel {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.features-core__panel--h {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
}

.features-core__panel--4 {
    background-image: url('../images/core-bg-with.webp');
}

.features-core__panel--5 {
    background-image: url('../images/core-bg-with.webp');
}

.features-core__panel--6 {
    background-image: url('../images/core-bg-without-6e509b.webp');
}

.features-core__panel--orange {
    background-color: var(--figma-color-brand);
    min-height: 300vh;
    position: relative;
}

/* Mobile stack: hidden on desktop */
.features-core__mobile-stack {
    display: none;
}

@media (min-width: 769px) {
    .features-core__orange-mobile-stage {
        display: none !important;
    }
}

.features-core__orange-view {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.features-core__orange-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0 var(--figma-h-padding);
    padding-right: calc(var(--figma-h-padding) + 304px + 80px);
    box-sizing: border-box;
}

#orangeSlide1 {
    display: flex;
    align-items: center;
    z-index: 1;
}

#orangeSlide2 {
    display: flex;
    flex-direction: column;
    padding-top: 180px;
    padding-bottom: 80px;
    z-index: 2;
    justify-content: space-between;
}

.features-core__list--orange {
    margin-bottom: 48px;
}

.features-core__list-item--orange {
    opacity: 0.4;
    transition: opacity 0.35s ease;
}

.features-core__list-item--orange.is-active {
    opacity: 1;
    font-weight: 600;
}

.features-core__desc--orange {
    margin-top: auto;
    opacity: 1;
}

.features-core__desc-wrap {
    display: grid;
}

.features-core__desc-wrap .features-core__desc--orange {
    grid-area: 1 / 1;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    pointer-events: none;
}

.features-core__desc-wrap .features-core__desc--orange.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.features-core__panel-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--figma-max-width);
    margin: 0 auto;
    padding: 0 var(--figma-h-padding);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    min-height: 60vh;
}

.features-core__mobile-wrap--fixed {
    position: absolute;
    right: var(--figma-h-padding);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.features-core__panel--h .features-core__mobile-wrap--fixed {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
}

.features-core__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.features-core__list-item {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #FFFFFF;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.features-core__list-item--active {
    opacity: 1;
    font-weight: 600;
}

.features-core__heading {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 45px;
    line-height: 0.8;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    color: var(--figma-color-white);
    margin: 0;
    max-width: 455px;
}

.features-core__heading--dark {
    color: #000000;
}

.features-core__panel--6 .features-core__heading {
    color: #FFFFFF;
}

.features-core__panel--5 .features-core__heading {
    color: #000000;
}

.features-core__mobile-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.features-core__mobile {
    width: 304px;
    height: auto;
    max-width: 90%;
    display: block;
}

.features-core__desc {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 31px;
    line-height: 1.2;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    max-width: 603px;
    align-self: start;
    padding-bottom: 0;
}


.features-core__panel--4 .features-core__panel-inner,
.features-core__panel--6 .features-core__panel-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    text-align: center;
}

.features-core__panel--4 .features-core__heading,
.features-core__panel--6 .features-core__heading {
    margin-bottom: 40px;
    text-align: center;
    max-width: none;
}

.features-core__panel--4 .features-core__heading {
    text-align: center;
    max-width: none;
}

.features-core__panel--6 .features-core__heading {
    text-align: center;
    max-width: none;
}

.features-core__panel--6 .features-core__overlay {
    background: rgba(0, 0, 0, 0.35);
}

.features-core__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    z-index: 0;
}

.features-core__panel--4 .features-core__overlay,
.features-core__panel--5 .features-core__overlay {
    background: rgba(0, 0, 0, 0.1);
}

.features-core__surround-layout {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto auto;
    gap: 80px 0;
    align-items: center;
    justify-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.features-core__surround-layout--with {
    gap: 80px 0;
    max-width: 1400px;
}

.features-core__surround-layout--with .features-core__heading {
    margin: 8px 0;
}

.features-core__surround-layout .features-core__heading {
    grid-column: 2;
    grid-row: 2;
    margin-bottom: 0;
    justify-self: left;
    display: flex;
    gap: 11px;
}

.features-core__surround-layout .features-core__heading img {
    min-width: 217px;
}

.features-core__surround-layout--without .features-core__box:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: end;
}

.features-core__surround-layout--without .features-core__box:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    align-self: end;
}

.features-core__surround-layout--without .features-core__box:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
    align-self: start;
}

.features-core__surround-layout--without .features-core__box:nth-child(5) {
    grid-column: 3;
    grid-row: 3;
    justify-self: end;
    align-self: start;
}

.features-core__surround-layout--with .features-core__box:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: end;
}

.features-core__surround-layout--with .features-core__box:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: end;
}

.features-core__surround-layout--with .features-core__box:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
    align-self: start;
}

.features-core__surround-layout--with .features-core__box:nth-child(5) {
    grid-column: 3;
    grid-row: 3;
    justify-self: start;
    align-self: start;
}

.features-core__surround-layout--with .features-core__box:nth-child(6) {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: end;
    transform: translateX(calc(50% + var(--figma-h-padding)));
}

.features-core__boxes {
    display: grid;
    gap: 24px 32px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    justify-items: stretch;
}

.features-core__panel--6 .features-core__boxes,
.features-core__boxes--without {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.features-core__boxes--with {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    max-width: 1040px;
}

.features-core__boxes--with .features-core__box:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.features-core__boxes--with .features-core__box:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.features-core__boxes--with .features-core__box:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.features-core__boxes--with .features-core__box:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.features-core__boxes--with .features-core__box:nth-child(5) {
    grid-column: 3;
    grid-row: 1;
}

.features-core__box {
    background: #FFFFFF;
    border-radius: 20px;
    min-height: 120px;
    padding: 12px;
    display: flex;
    align-items: start;
    gap: 20px;
    box-sizing: border-box;
    max-width: 347px;
}


.features-core__box-img {
    width: 124px;
    min-width: 124px;
    height: 124px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
    overflow: hidden;
}

.features-core__box-text {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.35;
    color: #000000;
    text-align: left;
}

.features-core__panel-inner--what {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.features-core__panel-inner--what .features-core__heading {
    grid-column: 1;
    margin-bottom: 0;
    align-self: start;
    display: flex;
    gap: 11px;
}

.features-core__panel-inner--what .features-core__heading img {
    max-width: 217px;
}

.features-core__center-mobile {
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-core__mobile--center {
    width: 288px;
}

.features-core__options {
    grid-column: 3;
    display: flex;
    flex-direction: column;
    gap: 74px;
    max-width: 379px;
    align-self: self-end;
    margin-left: auto;
}

.features-core__option {
    display: flex;
    align-items: center;
    gap: 32px;
    border-radius: 40px;
    min-height: 80px;
    box-sizing: border-box;
    opacity: 0.4;
    transition: opacity 0.5s ease, transform 0.4s ease;
}

.features-core__option--active {
    opacity: 1;
}

.features-core__option-icon {
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.features-core__option-text {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #000000;
}

.how-it-works {
    position: relative;
    background: transparent;
    padding: 80px var(--figma-h-padding) 0;
    overflow: hidden;
}

.footer__copyright,
.footer__legal {
    text-transform: capitalize;
}

.store-btn {
    background-color: transparent;
    border: none;
    border-radius: 0;
    gap: 0;
    padding: 0;
    display: inline-block;
}

.btn {
    border: none;
}

.btn.btn--secondary {
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.cta__content .btn {
    font-size: 18px;
}

.cta__buttons {
    margin-top: 142px;
}

@media (max-width: 768px) {
    @keyframes features-how-in-up {
        from {
            opacity: 0;
            transform: translateY(22px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (prefers-reduced-motion: no-preference) {
        .page-features .features-how__slide.is-active .features-how__slide-title {
            animation: features-how-in-up 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

        .page-features .features-how__slide.is-active .features-how__slide-content {
            animation: features-how-in-up 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
        }

        .page-features .features-how__slide.is-active .features-how__slide-nav {
            animation: features-how-in-up 0.52s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
        }
    }

    .page-features .features-core__panel--5.is-mobile-what-pinned .features-core__panel-inner--what {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 28px;
        min-height: min(72vh, 520px);
    }

    .page-features .features-core__panel--5.is-mobile-what-pinned .features-core__center-mobile {
        margin-bottom: 8px;
    }

    .page-features .features-core__panel--5.is-mobile-what-pinned .features-core__option {
        opacity: 0.32;
        transform: translateY(10px) scale(0.98);
        transition:
            opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .page-features .features-core__panel--5.is-mobile-what-pinned .features-core__option--active {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    @media (prefers-reduced-motion: reduce) {
        .page-features .features-core__panel--5.is-mobile-what-pinned .features-core__option {
            opacity: 1;
            transform: none;
            transition: none;
        }
    }
}

.legal-page {
    position: relative;
    background: var(--white);
    color: var(--black-100);
}

.legal-page__hero {
    padding: 180px var(--figma-h-padding) 40px;
}

.legal-page__title {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(38px, 4vw, 64px);
    line-height: 0.95em;
    text-transform: uppercase;
    max-width: 900px;
}

.legal-page__content-wrap {
    padding: 0 var(--figma-h-padding) 100px;
}

.legal-page__content {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.65em;
    color: var(--black-100);
}

.legal-page__content h2,
.legal-page__content h3,
.legal-page__content h4 {
    font-family: var(--font-heading);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.05em;
    margin: 40px 0 16px;
}

.legal-page__content h2 {
    font-size: clamp(26px, 2.2vw, 36px);
}

.legal-page__content h3 {
    font-size: clamp(22px, 1.8vw, 30px);
}

.legal-page__content h4 {
    font-size: clamp(18px, 1.4vw, 24px);
}

.legal-page__content p,
.legal-page__content ul,
.legal-page__content ol {
    margin: 0 0 16px;
}

.legal-page__content ul,
.legal-page__content ol {
    padding-left: 22px;
}

.legal-page__content a {
    color: var(--black-100);
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 1440px) {
    .legal-page__hero {
        padding: 160px 80px 32px;
    }

    .legal-page__content-wrap {
        padding: 0 80px 80px;
    }
}

@media (max-width: 768px) {
    .legal-page__hero {
        padding: 120px 16px 20px;
    }

    .legal-page__title {
        font-size: 32px;
        line-height: 0.9em;
    }

    .legal-page__content-wrap {
        padding: 0 16px 56px;
    }

    .legal-page__content {
        font-size: 16px;
        line-height: 1.55em;
    }

    .legal-page__content h2 {
        font-size: 24px;
    }

    .legal-page__content h3 {
        font-size: 21px;
    }
}