.fc-order-lead-dialog {
    width: min(100% - 32px, 620px);
    max-height: calc(100dvh - 32px);
    padding: 0;
    color: var(--ft-black, #0b0c10);
    background: transparent;
    border: 0;
    overflow: hidden;
}

.fc-order-lead-dialog.is-card-mode {
    width: min(100% - 40px, 1180px);
}

.fc-order-lead-dialog:focus {
    outline: none;
}

.fc-order-lead-dialog::backdrop {
    background: rgba(11, 12, 16, .7);
}

.fc-order-lead-dialog__surface {
    position: relative;
    max-height: calc(100dvh - 32px);
    padding: 36px;
    background: var(--ft-white, #fff);
    border-radius: 28px;
    box-shadow: 0 24px 64px rgba(11, 12, 16, .2);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.fc-order-lead-dialog.is-card-mode .fc-order-lead-dialog__surface {
    padding: 0;
    overflow: hidden auto;
}

.fc-order-lead-dialog__close {
    position: absolute;
    z-index: 20;
    top: 16px;
    right: 18px;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    color: var(--ft-black, #0b0c10);
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    place-items: center;
}

.fc-order-lead-dialog__close:hover {
    background: #eceef1;
}

.fc-order-lead-dialog__close:focus-visible {
    outline: 3px solid var(--ft-lime, #d6ff4f);
    outline-offset: 2px;
}

.fc-order-lead-form__layout {
    display: block;
}

.fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-form__layout {
    display: grid;
    grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr);
    min-height: min(760px, calc(100dvh - 32px));
}

.fc-order-lead-form__content {
    min-width: 0;
}

.fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-form__content {
    padding: 54px 50px 42px;
}

.fc-order-lead-form__header {
    margin-bottom: 26px;
}

.fc-order-form-instance .fc-lead-form__title {
    margin: 0 44px 10px;
    color: var(--ft-black, #0b0c10);
    font-size: clamp(27px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.035em;
    text-align: center;
}

.fc-order-lead-form[data-fc-mode="card"] .fc-lead-form__title {
    margin-inline: 0 48px;
    text-align: left;
}

.fc-order-lead-dialog__intro {
    max-width: 560px;
    margin: 0 auto;
    color: var(--ft-text-muted, #686b76);
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-dialog__intro {
    margin-inline: 0;
    text-align: left;
}

.fc-order-form-instance .fc-form-group {
    min-width: 0;
    margin: 0 0 18px;
}

.fc-order-form-instance .fc-form-label {
    display: block;
    margin-bottom: 8px;
    color: #343849;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.fc-order-form-instance .fc-input {
    width: 100%;
    min-height: 52px;
    padding: 12px 15px;
    color: var(--ft-black, #0b0c10);
    background: #f5f6f8;
    border: 1px solid #dcdde4;
    border-radius: 12px;
    box-shadow: none;
}

.fc-order-form-instance .fc-input:hover {
    border-color: #b8bbc4;
}

.fc-order-form-instance .fc-input:focus {
    background: #fff;
    border-color: #9fbe2f;
    box-shadow: 0 0 0 3px rgba(214, 255, 79, .34);
    outline: none;
}

.fc-order-form-instance .fc-submit-btn {
    width: 100%;
    min-height: 54px;
    color: #0b0c10;
    font-weight: 800;
    background: var(--ft-lime, #d6ff4f);
    border: 1px solid var(--ft-lime, #d6ff4f);
    border-radius: 12px;
    justify-content: center;
}

.fc-order-form-instance .fc-submit-btn:hover:not(:disabled) {
    background: #c9f041;
    border-color: #c9f041;
}

.fc-order-form-instance .fc-submit-btn:focus-visible {
    outline: 3px solid #0b0c10;
    outline-offset: 3px;
}

.fc-order-form-instance .fc-submit-btn:disabled {
    color: #7e818b;
    background: #e7e8ec;
    border-color: #e7e8ec;
    cursor: not-allowed;
}

.fc-order-form-instance .fc-form-status:not(.fc-lead-success) {
    margin-top: 14px;
}

.fc-order-form-instance .fc-form-status--error:empty {
    display: none;
}

.fc-order-form-instance .is-hidden {
    display: none;
}

.fc-screen-reader-text,
.fc-card-variation-picker__native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fc-card-checkout {
    display: flex;
    min-width: 0;
    padding: 52px 44px 42px;
    background: #f0f1f3;
    flex-direction: column;
}

.fc-card-checkout__heading {
    margin-bottom: 28px;
}

.fc-card-checkout__eyebrow {
    margin: 0 0 7px;
    color: var(--ft-text-muted, #686b76);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

.fc-card-checkout__title {
    margin: 0;
    color: var(--ft-black, #0b0c10);
    font-size: clamp(25px, 2.4vw, 34px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.fc-card-checkout__variation {
    margin: 7px 0 0;
    color: var(--ft-text-muted, #686b76);
    font-size: 15px;
    font-weight: 650;
}

.fc-card-checkout__media {
    display: grid;
    width: min(100%, 420px);
    aspect-ratio: 1.586;
    margin: 0 auto 34px;
    place-items: center;
}

.fc-card-checkout__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fc-card-checkout__image-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    padding: 24px;
    color: #8a8d96;
    font-size: 14px;
    text-align: center;
    border: 1px dashed #c7c9d0;
    border-radius: 18px;
    place-items: center;
}

.fc-card-checkout__tariffs {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px dashed #c9cbd2;
}

.fc-card-checkout__tariff-label {
    margin: 0 0 6px;
    color: var(--ft-text-muted, #686b76);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

.fc-card-checkout__service-values {
    display: flex;
    gap: 10px;
    align-items: baseline;
    flex-wrap: wrap;
}

.fc-card-checkout__service-values strong {
    font-size: clamp(29px, 3vw, 40px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.04em;
}

.fc-card-checkout__service-values s {
    color: #8a8d96;
    font-size: 16px;
}

.fc-card-checkout__tariff-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px dashed #c9cbd2;
}

.fc-card-checkout__tariff-pair > div + div {
    padding-left: 22px;
    border-left: 1px solid #d7d9df;
}

.fc-card-checkout__tariff-pair strong {
    display: block;
    font-size: 15px;
    line-height: 1.35;
}

.fc-card-checkout__delivery,
.fc-card-checkout__manual {
    margin: 20px 0 0;
    color: var(--ft-text-muted, #686b76);
    font-size: 13px;
    line-height: 1.5;
}

.fc-card-checkout__manual {
    color: #343849;
    font-weight: 650;
}

.fc-card-variation-picker {
    margin-bottom: 26px;
}

.fc-card-variation-picker__title {
    margin: 0 0 14px;
    color: var(--ft-black, #0b0c10);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.fc-card-context-loading {
    display: grid;
    min-height: 126px;
    padding: 18px;
    background: #f5f6f8;
    border-radius: 14px;
    gap: 16px;
    align-content: center;
}

.fc-card-context-unavailable {
    margin: 0;
    padding: 18px;
    color: #4f5668;
    font-size: 14px;
    line-height: 1.5;
    background: #f5f6f8;
    border: 1px solid #dcdde4;
    border-radius: 14px;
}

.fc-card-context-loading__message {
    display: flex;
    color: #4f5668;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    gap: 10px;
    align-items: center;
}

.fc-card-context-loading__icon {
    width: 22px;
    height: 22px;
    border: 2px solid #d4d7de;
    border-top-color: #343849;
    border-radius: 50%;
    animation: fc-card-loading-spin .8s linear infinite;
    flex: 0 0 22px;
}

.fc-card-context-loading__skeleton {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.fc-card-context-loading__skeleton > span {
    min-height: 52px;
    background: #e3e5e9;
    border-radius: 9px;
}

.is-card-context-loading [data-card-loading-content] {
    display: none;
}

.is-card-context-loading .fc-card-checkout__eyebrow,
.is-card-context-loading .fc-card-checkout__title,
.is-card-context-loading .fc-card-checkout__variation {
    color: transparent;
    background: #dfe1e5;
    border-radius: 6px;
}

.is-card-context-loading .fc-card-checkout__eyebrow {
    display: block;
    width: 104px;
    min-height: 12px;
}

.is-card-context-loading .fc-card-checkout__title {
    width: min(82%, 290px);
    min-height: 34px;
}

.is-card-context-loading .fc-card-checkout__variation {
    width: 138px;
    min-height: 16px;
}

.is-card-context-loading .fc-card-checkout__image-placeholder {
    color: transparent;
    background: #dfe1e5;
    border-color: transparent;
}

.is-card-context-loading .fc-card-checkout__service-values strong,
.is-card-context-loading .fc-card-checkout__tariff-pair strong {
    position: relative;
    min-width: 96px;
    min-height: 18px;
    color: transparent;
}

.is-card-context-loading .fc-card-checkout__service-values strong {
    min-width: 170px;
    min-height: 36px;
}

.is-card-context-loading .fc-card-checkout__service-values strong::after,
.is-card-context-loading .fc-card-checkout__tariff-pair strong::after {
    position: absolute;
    inset: 0;
    background: #dfe1e5;
    border-radius: 6px;
    content: "";
}

@keyframes fc-card-loading-spin {
    to {
        transform: rotate(360deg);
    }
}

.fc-card-variation-picker__choices {
    display: grid;
    grid-auto-columns: minmax(144px, 1fr);
    grid-auto-flow: column;
    gap: 10px;
    padding: 2px 2px 8px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
}

.fc-card-variation-choice {
    display: flex;
    min-width: 144px;
    min-height: 118px;
    padding: 10px;
    color: var(--ft-black, #0b0c10);
    text-align: left;
    background: #fff;
    border: 1px solid #dcdde4;
    border-radius: 14px;
    cursor: pointer;
    flex-direction: column;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.fc-card-variation-choice:hover {
    border-color: #aeb1ba;
}

.fc-card-variation-choice.is-selected {
    border-color: #9fbe2f;
    box-shadow: 0 0 0 2px var(--ft-lime, #d6ff4f);
}

.fc-card-variation-choice:focus-visible {
    outline: 3px solid var(--ft-lime, #d6ff4f);
    outline-offset: 2px;
}

.fc-card-variation-choice__thumb {
    display: grid;
    width: 100%;
    aspect-ratio: 1.586;
    color: #6f727b;
    font-size: 22px;
    font-weight: 800;
    background: #f0f1f3;
    border-radius: 9px;
    overflow: hidden;
    place-items: center;
}

.fc-card-variation-choice__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fc-card-variation-choice__copy {
    display: grid;
    gap: 2px;
    margin-top: 9px;
}

.fc-card-variation-choice__copy strong {
    font-size: 13px;
    line-height: 1.25;
}

.fc-card-variation-choice__copy span {
    color: var(--ft-text-muted, #686b76);
    font-size: 12px;
    font-weight: 650;
}

@media (min-width: 821px) {
    .fc-card-variation-picker__choices {
        grid-auto-columns: 145px;
    }

    .fc-card-variation-choice {
        box-sizing: border-box;
        height: 165px;
        min-height: 165px;
        max-height: 165px;
        padding: 8px;
        overflow: hidden;
    }

    .fc-card-variation-choice__thumb {
        height: 88px;
        min-height: 88px;
        max-height: 88px;
        aspect-ratio: auto;
        flex: 0 0 88px;
    }

    .fc-card-variation-choice__thumb img {
        object-fit: contain;
    }

    .fc-card-variation-choice__copy {
        min-height: 0;
        margin-top: 6px;
        overflow: hidden;
    }

    .fc-card-variation-choice__copy strong {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .fc-card-variation-choice__copy span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.fc-card-variation-select,
.fc-card-variation-picker__mobile-summary {
    display: none;
}

.fc-order-lead-form__fields {
    display: block;
}

.fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
}

.fc-order-lead-form[data-fc-mode="card"] .fc-form-group--full-name {
    grid-column: 1 / -1;
}

.fc-order-lead-dialog__messenger {
    padding: 0;
    border: 0;
}

.fc-order-lead-dialog__messenger-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #dcdde4;
    border-radius: 12px;
    overflow: hidden;
}

.fc-order-lead-dialog__messenger-options label {
    position: relative;
    cursor: pointer;
}

.fc-order-lead-dialog__messenger-options label + label {
    border-left: 1px solid #dcdde4;
}

.fc-order-lead-dialog__messenger-options input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.fc-order-lead-dialog__messenger-options span {
    display: grid;
    min-height: 48px;
    padding: 10px 14px;
    color: var(--ft-black, #0b0c10);
    font-size: 15px;
    font-weight: 700;
    background: #f5f6f8;
    transition: background-color .16s ease;
    place-items: center;
}

.fc-order-lead-dialog__messenger-options input:checked + span {
    background: var(--ft-lime, #d6ff4f);
}

.fc-order-lead-dialog__messenger-options input:focus-visible + span {
    outline: 3px solid #0b0c10;
    outline-offset: -3px;
}

.fc-order-form-instance .fc-form-group--consent {
    padding-top: 18px;
    border-top: 1px solid #eceef1;
}

.fc-order-form-instance .fc-form-consent {
    display: flex;
    color: #4f5668;
    font-size: 13px;
    line-height: 1.55;
    cursor: pointer;
    gap: 10px;
    align-items: flex-start;
}

.fc-order-form-instance .fc-form-consent__input {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border: 1.5px solid #aeb1ba;
    border-radius: 4px;
    cursor: pointer;
    flex: 0 0 18px;
}

.fc-order-form-instance .fc-form-consent__input:hover {
    border-color: #6f727b;
}

.fc-order-form-instance .fc-form-consent__input:checked {
    background-color: #0b0c10;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.2 8.1 3 3.1 6.6-7' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    border-color: #0b0c10;
}

.fc-order-form-instance .fc-form-consent__input:focus-visible {
    outline: 3px solid var(--ft-lime, #d6ff4f);
    outline-offset: 2px;
}

.fc-order-form-instance .fc-form-consent__copy {
    min-width: 0;
}

.fc-order-form-instance .fc-form-consent__link {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.fc-order-form-instance .fc-form-consent__link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fc-order-form-instance .fc-form-consent__link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.fc-order-lead-dialog__next-step {
    max-width: 470px;
    margin: 12px auto 0;
    color: var(--ft-text-muted, #686b76);
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
}

.fc-order-form-instance--inline {
    color: var(--ft-black, #0b0c10);
}

.fc-order-form-instance--inline .fc-lead-form__title {
    margin-inline: 0;
    text-align: left;
}

.fc-order-form-instance--inline .fc-order-lead-dialog__intro {
    margin-inline: 0;
    text-align: left;
}

.fc-order-form-instance--inline .fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-form__layout {
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
    min-height: 0;
}

.fc-order-form-instance--inline .fc-card-checkout {
    padding: 34px 28px;
}

.fc-order-form-instance--inline .fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-form__content {
    padding: 36px 30px 32px;
}

@media (max-width: 960px) and (min-width: 821px) {
    .fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-form__layout {
        grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    }

    .fc-card-checkout {
        padding-inline: 30px;
    }

    .fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-form__content {
        padding-inline: 36px;
    }
}

@media (max-width: 820px) {
    .fc-order-lead-dialog,
    .fc-order-lead-dialog.is-card-mode {
        width: calc(100% - 16px);
        max-height: calc(100dvh - 16px);
    }

    .fc-order-lead-dialog__surface,
    .fc-order-lead-dialog.is-card-mode .fc-order-lead-dialog__surface {
        max-height: calc(100dvh - 16px);
        padding: 30px 20px 24px;
        border-radius: 22px;
        overflow-y: auto;
    }

    .fc-order-lead-dialog__close {
        top: 10px;
        right: 10px;
    }

    .fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-form__layout {
        display: block;
        min-height: 0;
    }

    .fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-form__content {
        padding: 0;
    }

    .fc-order-lead-form__header {
        margin-bottom: 22px;
    }

    .fc-order-form-instance .fc-lead-form__title,
    .fc-order-lead-form[data-fc-mode="card"] .fc-lead-form__title {
        margin: 0 42px 9px 0;
        font-size: 27px;
        text-align: left;
    }

    .fc-order-lead-dialog__intro,
    .fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-dialog__intro {
        margin: 0;
        font-size: 14px;
        text-align: left;
    }

    .fc-order-lead-form[data-fc-mode="card"] .fc-card-checkout {
        display: none;
    }

    .fc-card-variation-picker {
        margin-bottom: 24px;
    }

    .fc-card-variation-picker__title {
        font-size: 16px;
    }

    .fc-card-context-loading {
        min-height: 150px;
        padding: 16px;
    }

    .fc-card-context-loading__skeleton {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fc-card-context-loading__skeleton > span:first-child {
        min-height: 58px;
        grid-column: 1 / -1;
    }

    .fc-card-context-loading__skeleton > span:not(:first-child) {
        min-height: 30px;
    }

    .fc-card-variation-picker__choices {
        display: none;
    }

    .fc-card-variation-select {
        position: relative;
        display: block;
    }

    .fc-card-variation-select__trigger {
        display: grid;
        width: 100%;
        min-height: 64px;
        padding: 8px 42px 8px 9px;
        color: var(--ft-black, #0b0c10);
        text-align: left;
        background: #fff;
        border: 1px solid #dcdde4;
        border-radius: 12px;
        cursor: pointer;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .fc-card-variation-select__trigger:hover {
        border-color: #b8bbc4;
    }

    .fc-card-variation-select__trigger:focus-visible {
        border-color: #9fbe2f;
        box-shadow: 0 0 0 3px rgba(214, 255, 79, .34);
        outline: none;
    }

    .fc-card-variation-select__trigger > svg {
        position: absolute;
        top: 50%;
        right: 14px;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        transition: transform .16s ease;
    }

    .fc-card-variation-select.is-open .fc-card-variation-select__trigger > svg {
        transform: translateY(-50%) rotate(180deg);
    }

    .fc-card-variation-select__thumb {
        display: grid;
        width: 62px;
        aspect-ratio: 1.586;
        color: #777a83;
        background: #f0f1f3;
        border-radius: 7px;
        overflow: hidden;
        place-items: center;
    }

    .fc-card-variation-select__thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .fc-card-variation-select__copy,
    .fc-card-variation-select__option-copy {
        display: grid;
        min-width: 0;
        gap: 2px;
    }

    .fc-card-variation-select__copy strong,
    .fc-card-variation-select__option-copy strong {
        overflow: hidden;
        font-size: 14px;
        line-height: 1.3;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fc-card-variation-select__copy span,
    .fc-card-variation-select__option-copy span {
        color: var(--ft-text-muted, #686b76);
        font-size: 12px;
        font-weight: 650;
    }

    .fc-card-variation-select__panel {
        position: absolute;
        z-index: 30;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        max-height: min(320px, 48vh);
        padding: 6px;
        background: #fff;
        border: 1px solid #dcdde4;
        border-radius: 12px;
        box-shadow: 0 18px 40px rgba(11, 12, 16, .16);
        overflow-y: auto;
    }

    .fc-card-variation-select__option {
        display: grid;
        width: 100%;
        min-height: 60px;
        padding: 8px;
        color: var(--ft-black, #0b0c10);
        text-align: left;
        background: transparent;
        border: 0;
        border-radius: 9px;
        cursor: pointer;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .fc-card-variation-select__option:hover,
    .fc-card-variation-select__option.is-selected {
        background: #f2f4e9;
    }

    .fc-card-variation-select__option:focus-visible {
        outline: 3px solid var(--ft-lime, #d6ff4f);
        outline-offset: -2px;
    }

    .fc-card-variation-picker__mobile-summary {
        display: block;
        margin-top: 18px;
        padding-top: 18px;
        border-top: 1px dashed #d0d2d8;
    }

    .fc-card-variation-picker__mobile-service {
        display: flex;
        gap: 16px;
        align-items: baseline;
        justify-content: space-between;
    }

    .fc-card-variation-picker__mobile-service span,
    .fc-card-variation-picker__mobile-tariffs span {
        color: var(--ft-text-muted, #686b76);
        font-size: 11px;
        font-weight: 750;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .fc-card-variation-picker__mobile-service strong {
        font-size: 22px;
        line-height: 1;
    }

    .fc-card-variation-picker__mobile-tariffs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-top: 15px;
    }

    .fc-card-variation-picker__mobile-tariffs p {
        display: grid;
        gap: 3px;
        margin: 0;
    }

    .fc-card-variation-picker__mobile-tariffs p + p {
        padding-left: 18px;
        border-left: 1px solid #dcdde4;
    }

    .fc-card-variation-picker__mobile-tariffs strong {
        font-size: 14px;
        line-height: 1.35;
    }

    .fc-card-variation-picker__mobile-delivery {
        margin: 14px 0 0;
        color: var(--ft-text-muted, #686b76);
        font-size: 12px;
        line-height: 1.45;
    }

    .fc-order-lead-form[data-fc-mode="card"] .fc-order-lead-form__fields {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fc-card-context-loading__icon {
        animation: none;
    }
}

@media (max-width: 420px) {
    .fc-order-lead-dialog,
    .fc-order-lead-dialog.is-card-mode {
        width: calc(100% - 10px);
        max-height: calc(100dvh - 10px);
    }

    .fc-order-lead-dialog__surface,
    .fc-order-lead-dialog.is-card-mode .fc-order-lead-dialog__surface {
        max-height: calc(100dvh - 10px);
        padding-inline: 16px;
        border-radius: 18px;
    }

    .fc-order-form-instance .fc-lead-form__title,
    .fc-order-lead-form[data-fc-mode="card"] .fc-lead-form__title {
        font-size: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fc-card-variation-choice,
    .fc-card-variation-select__trigger > svg,
    .fc-order-lead-dialog__messenger-options span {
        transition: none;
    }
}

/* Customer account */
.fc-customer-surface {
    background: #f5f6f8;
}

.fc-customer-surface .fc-fintech-header__cta,
.fc-customer-surface .fc-fintech-nav__lead {
    display: none;
}

.fc-customer-cabinet {
    --fc-account-ink: #050507;
    --fc-account-muted: #686b76;
    --fc-account-line: #dcdde4;
    --fc-account-canvas: #f5f6f8;
    --fc-account-white: #fff;
    --fc-account-lime: #d6ff4f;
    background: var(--fc-account-canvas);
}

.fc-customer-cabinet__container {
    width: min(100% - 64px, 1320px);
    margin: 0 auto;
    padding: 72px 0 112px;
}

.fc-customer-cabinet__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: 42px;
    border-bottom: 1px solid var(--fc-account-line);
}

.fc-customer-cabinet__heading {
    max-width: 760px;
}

.fc-customer-cabinet__eyebrow {
    margin: 0 0 14px;
    color: #777c85;
    font-size: 12px;
    font-weight: 760;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.fc-customer-cabinet__header h1 {
    margin: 0;
    color: var(--fc-account-ink);
    font-size: clamp(46px, 6vw, 76px);
    font-weight: 710;
    letter-spacing: -.06em;
    line-height: .98;
}

.fc-customer-cabinet__intro {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--fc-account-muted);
    font-size: 16px;
    line-height: 1.65;
}

.fc-customer-cabinet__logout {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #4e535b;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.fc-customer-cabinet__logout:hover {
    color: var(--fc-account-ink);
}

.fc-customer-cabinet__logout:focus-visible,
.fc-customer-cabinet a:focus-visible {
    outline: 3px solid var(--fc-account-lime);
    outline-offset: 3px;
}

.fc-customer-cabinet__groups {
    display: grid;
    gap: 72px;
    margin-top: 58px;
}

.fc-customer-order-group__header {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.fc-customer-order-group__header h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--fc-account-ink);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 690;
    letter-spacing: -.04em;
    line-height: 1.1;
}

.fc-customer-order-group__header h2 span {
    min-width: 27px;
    height: 27px;
    padding: 0 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c9ccd2;
    border-radius: 50%;
    color: #686d75;
    font-size: 11px;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
}

.fc-customer-order-group--action .fc-customer-order-group__header h2 span {
    border-color: var(--fc-account-lime);
    color: var(--fc-account-ink);
    background: var(--fc-account-lime);
}

.fc-customer-order-group__header p {
    margin: 8px 0 0;
    color: var(--fc-account-muted);
    font-size: 14px;
    line-height: 1.55;
}

.fc-customer-order-group__list {
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    border-top: 1px solid var(--fc-account-line);
}

.fc-customer-order-row {
    position: relative;
    min-width: 0;
    padding: 28px 0;
    display: grid;
    grid-template-columns: minmax(280px, 1.08fr) minmax(390px, .92fr) minmax(170px, auto);
    gap: clamp(30px, 4vw, 64px);
    align-items: center;
    border-bottom: 1px solid var(--fc-account-line);
    transition: background-color 160ms ease;
}

.fc-customer-order-row::before {
    position: absolute;
    inset: 0 -20px;
    z-index: 0;
    border-radius: 12px;
    background: transparent;
    content: "";
    pointer-events: none;
    transition: background-color 160ms ease;
}

.fc-customer-order-row > * {
    position: relative;
    z-index: 1;
}

.fc-customer-order-row:hover::before,
.fc-customer-order-row:focus-within::before {
    background: var(--fc-account-white);
}

.fc-customer-order-row__status {
    margin: 0 0 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #41464e;
    font-size: 12px;
    font-weight: 720;
    letter-spacing: .025em;
}

.fc-customer-order-row__status > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #89909a;
    flex: 0 0 8px;
}

.fc-customer-order-row--action .fc-customer-order-row__status > span {
    background: #9fbd32;
    box-shadow: 0 0 0 3px #eafaaf;
}

.fc-customer-order-row--completed .fc-customer-order-row__status > span {
    background: #55772d;
}

.fc-customer-order-row--negative .fc-customer-order-row__status > span {
    background: #9a4d45;
}

.fc-customer-order-row__identity h3 {
    margin: 0;
    color: var(--fc-account-ink);
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 680;
    letter-spacing: -.035em;
    line-height: 1.22;
}

.fc-customer-order-row__meta {
    margin: 12px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7a7f87;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    line-height: 1.4;
}

.fc-customer-order-row__money {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 38px);
}

.fc-customer-order-row__money div {
    min-width: 0;
}

.fc-customer-order-row__money dt {
    margin: 0 0 7px;
    color: #81868f;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.fc-customer-order-row__money dd {
    margin: 0;
    color: #23262b;
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 670;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.025em;
    line-height: 1.2;
    white-space: nowrap;
}

.fc-customer-order-row__money .is-emphasis dd {
    color: var(--fc-account-ink);
    font-size: clamp(17px, 1.7vw, 21px);
    font-weight: 760;
}

.fc-customer-order-row__action {
    min-width: 170px;
    display: grid;
    justify-items: end;
    gap: 10px;
}

.fc-customer-order-row__action p {
    margin: 0;
    color: #777c85;
    font-size: 11px;
    font-weight: 610;
    line-height: 1.3;
}

.fc-customer-order-row__action a {
    min-width: 170px;
    min-height: 48px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--fc-account-ink);
    border-radius: 10px;
    color: var(--fc-account-white);
    background: var(--fc-account-ink);
    font-size: 13px;
    font-weight: 690;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease;
}

.fc-customer-order-row__action a:hover {
    color: var(--fc-account-ink);
    background: var(--fc-account-lime);
    border-color: var(--fc-account-lime);
}

.fc-customer-order-row--action .fc-customer-order-row__action a {
    color: var(--fc-account-ink);
    background: var(--fc-account-lime);
    border-color: var(--fc-account-lime);
}

.fc-customer-order-row--action .fc-customer-order-row__action a:hover {
    background: #c8f03f;
    border-color: #c8f03f;
}

.fc-customer-cabinet__empty {
    min-height: 360px;
    margin-top: 52px;
    padding: clamp(32px, 5vw, 64px);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(28px, 5vw, 72px);
    border: 1px solid var(--fc-account-line);
    border-radius: 16px;
    background: var(--fc-account-white);
}

.fc-customer-cabinet__empty-index {
    margin: 0;
    color: #b8bdc4;
    font-size: clamp(46px, 7vw, 84px);
    font-weight: 620;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.07em;
    line-height: 1;
}

.fc-customer-cabinet__empty h2 {
    margin: 0;
    color: var(--fc-account-ink);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 690;
    letter-spacing: -.045em;
    line-height: 1.1;
}

.fc-customer-cabinet__empty div > p {
    max-width: 620px;
    margin: 14px 0 0;
    color: var(--fc-account-muted);
    font-size: 15px;
    line-height: 1.65;
}

.fc-customer-cabinet__empty > a {
    min-width: 190px;
    min-height: 50px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--fc-account-ink);
    border-radius: 10px;
    color: var(--fc-account-white);
    background: var(--fc-account-ink);
    font-size: 13px;
    font-weight: 680;
    text-decoration: none;
}

@media (max-width: 1080px) {
    .fc-customer-cabinet__container {
        width: min(100% - 40px, 960px);
    }

    .fc-customer-order-row {
        grid-template-columns: minmax(260px, 1fr) minmax(340px, 1fr);
        gap: 28px 44px;
    }

    .fc-customer-order-row__action {
        grid-column: 1 / -1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 700px) {
    .fc-customer-cabinet__container {
        width: calc(100% - 32px);
        padding: 48px 0 80px;
    }

    .fc-customer-cabinet__header {
        align-items: flex-start;
        gap: 24px;
        padding-bottom: 30px;
    }

    .fc-customer-cabinet__header h1 {
        font-size: clamp(43px, 13vw, 62px);
    }

    .fc-customer-cabinet__intro {
        font-size: 14px;
    }

    .fc-customer-cabinet__logout {
        flex: 0 0 auto;
    }

    .fc-customer-cabinet__groups {
        gap: 54px;
        margin-top: 42px;
    }

    .fc-customer-order-group__header {
        margin-bottom: 14px;
    }

    .fc-customer-order-group__header h2 {
        font-size: 28px;
    }

    .fc-customer-order-group__header p {
        font-size: 13px;
    }

    .fc-customer-order-row {
        padding: 26px 0 28px;
        display: block;
    }

    .fc-customer-order-row::before {
        inset: 10px -10px;
    }

    .fc-customer-order-row__identity h3 {
        font-size: 23px;
    }

    .fc-customer-order-row__money {
        margin-top: 24px;
        gap: 14px;
    }

    .fc-customer-order-row__money dd {
        font-size: 15px;
    }

    .fc-customer-order-row__money .is-emphasis dd {
        font-size: 18px;
    }

    .fc-customer-order-row__action {
        min-width: 0;
        margin-top: 23px;
        display: grid;
        justify-items: stretch;
    }

    .fc-customer-order-row__action p {
        order: 2;
        text-align: center;
    }

    .fc-customer-order-row__action a {
        width: 100%;
        min-height: 52px;
    }

    .fc-customer-cabinet__empty {
        min-height: 0;
        margin-top: 36px;
        padding: 30px 24px;
        display: block;
    }

    .fc-customer-cabinet__empty-index {
        margin-bottom: 28px;
        font-size: 54px;
    }

    .fc-customer-cabinet__empty > a {
        width: 100%;
        margin-top: 28px;
    }
}

@media (max-width: 460px) {
    .fc-customer-cabinet__header {
        display: block;
    }

    .fc-customer-cabinet__logout {
        margin-top: 18px;
    }

    .fc-customer-order-row__money {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fc-customer-order-row__money .is-emphasis {
        grid-column: 1 / -1;
        padding-top: 14px;
        border-top: 1px solid var(--fc-account-line);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fc-customer-order-row,
    .fc-customer-order-row::before,
    .fc-customer-order-row__action a {
        transition: none;
    }
}

/* Customer order detail */
.fc-customer-order {
    --fc-order-ink: #050507;
    --fc-order-muted: #686b76;
    --fc-order-line: #dcdde4;
    --fc-order-canvas: #f5f6f8;
    --fc-order-white: #fff;
    --fc-order-lime: #d6ff4f;
    background: var(--fc-order-canvas);
}

.fc-customer-order__container {
    width: min(100% - 64px, 1320px);
    margin: 0 auto;
    padding: 44px 0 112px;
}

.fc-customer-order__topbar {
    min-height: 48px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #727780;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
}

.fc-customer-order__topbar a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #41464e;
    font-weight: 660;
    text-decoration: none;
}

.fc-customer-order a:focus-visible {
    outline: 3px solid var(--fc-order-lime);
    outline-offset: 3px;
}

.fc-customer-order__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
    overflow: hidden;
    border-radius: 18px;
    background: var(--fc-order-ink);
}

.fc-customer-order__status {
    min-height: 450px;
    padding: clamp(46px, 6vw, 84px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--fc-order-white);
}

.fc-customer-order__status-label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #b8bdc5;
    font-size: 12px;
    font-weight: 710;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.fc-customer-order__status-label > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--fc-order-lime);
    box-shadow: 0 0 0 4px #353a2b;
}

.fc-customer-order__hero--negative .fc-customer-order__status-label > span {
    background: #d58479;
    box-shadow: 0 0 0 4px #422b2b;
}

.fc-customer-order__hero--complete .fc-customer-order__status-label > span {
    background: #a6c878;
    box-shadow: 0 0 0 4px #31402d;
}

.fc-customer-order__status h1 {
    max-width: 820px;
    margin: 24px 0 0;
    color: var(--fc-order-white);
    font-size: clamp(48px, 6.5vw, 84px);
    font-weight: 680;
    letter-spacing: -.065em;
    line-height: .96;
    text-wrap: balance;
}

.fc-customer-order__status-copy {
    max-width: 700px;
    margin: 28px 0 0;
    color: #c0c4cb;
    font-size: 16px;
    line-height: 1.65;
}

.fc-customer-order__status-meta {
    margin: auto 0 0;
    padding-top: 44px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8f949c;
    font-size: 12px;
    line-height: 1.4;
}

.fc-customer-order__status-meta span:first-child {
    color: #e6e8eb;
    font-weight: 620;
}

.fc-customer-order__next-action {
    min-width: 0;
    padding: clamp(38px, 5vw, 62px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #292b30;
    color: var(--fc-order-white);
    background: #17181b;
}

.fc-customer-order__hero--action .fc-customer-order__next-action {
    border-left-color: var(--fc-order-lime);
    color: var(--fc-order-ink);
    background: var(--fc-order-lime);
}

.fc-customer-order__next-action > p {
    margin: 0;
    color: #9499a2;
    font-size: 11px;
    font-weight: 720;
    letter-spacing: .1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.fc-customer-order__hero--action .fc-customer-order__next-action > p {
    color: #58651f;
}

.fc-customer-order__next-action > strong {
    margin-top: 13px;
    color: inherit;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 720;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.fc-customer-order__next-action > small {
    margin-top: 17px;
    color: #90959e;
    font-size: 12px;
    line-height: 1.55;
}

.fc-customer-order__hero--action .fc-customer-order__next-action > small {
    color: #53601d;
}

.fc-customer-order__primary-action {
    width: 100%;
    min-height: 54px;
    margin-top: 28px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--fc-order-white);
    border-radius: 10px;
    color: var(--fc-order-ink);
    background: var(--fc-order-white);
    font-size: 14px;
    font-weight: 720;
    text-decoration: none;
}

.fc-customer-order__hero--action .fc-customer-order__primary-action {
    border-color: var(--fc-order-ink);
    color: var(--fc-order-white);
    background: var(--fc-order-ink);
}

.fc-customer-order__primary-action:hover {
    color: var(--fc-order-ink);
    background: var(--fc-order-lime);
    border-color: var(--fc-order-lime);
}

.fc-customer-order__hero--action .fc-customer-order__primary-action:hover {
    color: var(--fc-order-ink);
    background: var(--fc-order-white);
    border-color: var(--fc-order-white);
}

.fc-customer-order__payment-summary {
    margin-top: 24px;
    padding: 38px 42px;
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
    gap: 44px;
    align-items: end;
    border: 1px solid var(--fc-order-line);
    border-radius: 16px;
    background: var(--fc-order-white);
}

.fc-customer-order__section-heading > p,
.fc-customer-order__manager > p,
.fc-customer-order__timeline > p {
    margin: 0 0 9px;
    color: #858a93;
    font-size: 10px;
    font-weight: 740;
    letter-spacing: .13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.fc-customer-order__section-heading h2,
.fc-customer-order__manager h2,
.fc-customer-order__timeline h2 {
    margin: 0;
    color: var(--fc-order-ink);
    font-size: clamp(25px, 2.8vw, 35px);
    font-weight: 680;
    letter-spacing: -.045em;
    line-height: 1.1;
}

.fc-customer-order__payment-summary dl {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 58px);
}

.fc-customer-order__payment-summary dt {
    color: #858a93;
    font-size: 11px;
    line-height: 1.3;
}

.fc-customer-order__payment-summary dd {
    margin: 8px 0 0;
    color: #24272c;
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 690;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.04em;
    line-height: 1;
    white-space: nowrap;
}

.fc-customer-order__payment-summary .is-emphasis dd {
    color: var(--fc-order-ink);
    font-size: clamp(24px, 2.7vw, 37px);
    font-weight: 760;
}

.fc-customer-order__body {
    margin-top: 78px;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .45fr);
    gap: clamp(52px, 7vw, 104px);
    align-items: start;
}

.fc-customer-order__main {
    min-width: 0;
}

.fc-customer-order__section {
    padding: 0 0 58px;
    border-bottom: 1px solid var(--fc-order-line);
}

.fc-customer-order__section + .fc-customer-order__section {
    padding-top: 58px;
}

.fc-customer-order__product-copy {
    margin-top: 32px;
}

.fc-customer-order__product-copy > strong {
    display: block;
    color: var(--fc-order-ink);
    font-size: clamp(23px, 2.7vw, 34px);
    font-weight: 660;
    letter-spacing: -.04em;
    line-height: 1.2;
}

.fc-customer-order__product-copy p {
    max-width: 760px;
    margin: 16px 0 0;
    color: #5d626b;
    font-size: 15px;
    line-height: 1.7;
}

.fc-customer-order__product-copy .is-preserved {
    white-space: pre-line;
}

.fc-customer-order__section-empty {
    max-width: 690px;
    margin: 28px 0 0;
    color: var(--fc-order-muted);
    font-size: 15px;
    line-height: 1.65;
}

.fc-customer-order__payment-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--fc-order-line);
}

.fc-customer-order__payment-list li {
    min-height: 104px;
    padding: 20px 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid var(--fc-order-line);
}

.fc-customer-order__payment-index {
    color: #9da2aa;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

.fc-customer-order__payment-list strong {
    color: var(--fc-order-ink);
    font-size: 20px;
    font-weight: 690;
    font-variant-numeric: tabular-nums;
}

.fc-customer-order__payment-list p,
.fc-customer-order__payment-list small {
    margin: 7px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #747982;
    font-size: 12px;
    line-height: 1.4;
}

.fc-customer-order__payment-list small {
    color: #90959d;
}

.fc-customer-order__payment-list li > a {
    min-width: 134px;
    min-height: 46px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 9px;
    color: var(--fc-order-ink);
    background: var(--fc-order-lime);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.fc-customer-order__delivery-list {
    margin: 28px 0 0;
    padding: 0;
    display: grid;
    list-style: none;
    border-top: 1px solid var(--fc-order-line);
}

.fc-customer-order__delivery-list li {
    min-height: 52px;
    padding: 14px 0;
    display: flex;
    align-items: center;
    color: #4f545d;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid var(--fc-order-line);
}

.fc-customer-order__tracking {
    margin-top: 28px;
    padding: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 24px;
    align-items: center;
    border: 1px solid #cfd2d8;
    border-radius: 12px;
    background: var(--fc-order-white);
}

.fc-customer-order__tracking p {
    margin: 0;
    color: #7c818a;
    font-size: 11px;
}

.fc-customer-order__tracking strong {
    color: var(--fc-order-ink);
    font-size: 20px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.fc-customer-order__tracking a {
    min-height: 44px;
    padding: 0 14px;
    grid-column: 2;
    grid-row: 1 / 3;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--fc-order-ink);
    border-radius: 9px;
    color: var(--fc-order-ink);
    font-size: 13px;
    font-weight: 660;
    text-decoration: none;
}

.fc-customer-order__aside {
    display: grid;
    gap: 42px;
}

.fc-customer-order__manager {
    padding: 30px;
    border-radius: 14px;
    color: var(--fc-order-white);
    background: var(--fc-order-ink);
}

.fc-customer-order__manager > p {
    color: var(--fc-order-lime);
}

.fc-customer-order__manager h2 {
    color: var(--fc-order-white);
    font-size: 27px;
}

.fc-customer-order__manager > span {
    margin-top: 16px;
    display: block;
    color: #aeb3bb;
    font-size: 13px;
    line-height: 1.6;
}

.fc-customer-order__manager > div {
    margin-top: 24px;
    display: grid;
    gap: 9px;
}

.fc-customer-order__manager a {
    min-height: 48px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #3a3c42;
    border-radius: 9px;
    color: var(--fc-order-white);
    background: #17181b;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
}

.fc-customer-order__manager a:hover {
    border-color: var(--fc-order-lime);
    color: var(--fc-order-ink);
    background: var(--fc-order-lime);
}

.fc-customer-order__timeline {
    padding: 4px 0 0;
}

.fc-customer-order__timeline h2 {
    font-size: 27px;
}

.fc-customer-order__timeline ol {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.fc-customer-order__timeline li {
    position: relative;
    min-height: 68px;
    padding: 0 0 22px 30px;
    display: grid;
    grid-template-columns: 1fr;
}

.fc-customer-order__timeline li::before {
    position: absolute;
    top: 11px;
    bottom: -4px;
    left: 6px;
    width: 1px;
    background: #cfd2d8;
    content: "";
}

.fc-customer-order__timeline li:last-child::before {
    display: none;
}

.fc-customer-order__timeline li > span {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 2px solid #b5bac2;
    border-radius: 50%;
    background: var(--fc-order-canvas);
}

.fc-customer-order__timeline li.is-complete > span {
    border-color: #74855e;
    background: #74855e;
}

.fc-customer-order__timeline li.is-current > span {
    border-color: var(--fc-order-ink);
    background: var(--fc-order-lime);
    box-shadow: 0 0 0 4px #e9f7b8;
}

.fc-customer-order__timeline small {
    display: block;
    color: #959aa2;
    font-size: 9px;
    font-weight: 720;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

.fc-customer-order__timeline strong {
    margin-top: 5px;
    display: block;
    color: #6c7179;
    font-size: 13px;
    font-weight: 570;
    line-height: 1.4;
}

.fc-customer-order__timeline li.is-current strong {
    color: var(--fc-order-ink);
    font-weight: 720;
}

.fc-customer-order__unavailable {
    min-height: 360px;
    padding: clamp(36px, 6vw, 72px);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 52px;
    align-items: center;
    border: 1px solid var(--fc-order-line);
    border-radius: 16px;
    background: var(--fc-order-white);
}

.fc-customer-order__unavailable > p {
    margin: 0;
    color: #c2c6cc;
    font-size: clamp(56px, 8vw, 94px);
    font-weight: 650;
    letter-spacing: -.07em;
}

.fc-customer-order__unavailable h1 {
    margin: 0;
    color: var(--fc-order-ink);
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 690;
    letter-spacing: -.055em;
}

.fc-customer-order__unavailable div p {
    margin: 16px 0 0;
    color: var(--fc-order-muted);
}

/* Safe payment handoff */
.fc-payment-handoff {
    min-height: 70svh;
    display: grid;
    align-items: center;
    background: #f5f6f8;
}

.fc-payment-handoff__container {
    width: min(100% - 64px, 1040px);
    margin: 72px auto 96px;
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
}

.fc-payment-handoff__signal {
    min-height: 510px;
    display: grid;
    color: #050507;
    background: #d6ff4f;
    place-items: center;
}

.fc-payment-handoff__signal--error {
    color: #fff;
    background: #2c2020;
}

.fc-payment-handoff__signal span {
    width: 132px;
    height: 132px;
    display: grid;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 64px;
    font-weight: 480;
    line-height: 1;
    place-items: center;
}

.fc-payment-handoff__content {
    padding: clamp(48px, 7vw, 82px);
    align-self: center;
}

.fc-payment-handoff__eyebrow {
    margin: 0;
    color: #777c84;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fc-payment-handoff__content h1 {
    margin: 17px 0 0;
    color: #050507;
    font-size: clamp(42px, 5.5vw, 68px);
    font-weight: 690;
    letter-spacing: -.06em;
    line-height: .98;
}

.fc-payment-handoff__message {
    max-width: 590px;
    margin: 24px 0 0;
    color: #626770;
    font-size: 15px;
    line-height: 1.65;
}

.fc-payment-handoff__actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.fc-payment-handoff__primary,
.fc-payment-handoff__secondary {
    min-height: 52px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    gap: 28px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 690;
    text-decoration: none;
}

.fc-payment-handoff__primary {
    justify-content: space-between;
    color: #fff;
    background: #050507;
}

.fc-payment-handoff__secondary {
    color: #31343a;
    border: 1px solid #cfd2d8;
}

.fc-payment-handoff__security {
    margin: 30px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #7b8089;
    font-size: 11px;
    line-height: 1.55;
}

.fc-payment-handoff__security span {
    color: #597b2a;
    font-weight: 800;
}

.fc-payment-handoff a:focus-visible {
    outline: 3px solid #d6ff4f;
    outline-offset: 3px;
}

@media (max-width: 1000px) {
    .fc-customer-order__container {
        width: min(100% - 40px, 920px);
    }

    .fc-customer-order__hero {
        grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    }

    .fc-customer-order__status {
        min-height: 420px;
        padding: 52px;
    }

    .fc-customer-order__next-action {
        padding: 42px 34px;
    }

    .fc-customer-order__payment-summary {
        grid-template-columns: 1fr;
    }

    .fc-customer-order__body {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 54px;
    }
}

@media (max-width: 760px) {
    .fc-customer-order__container,
    .fc-payment-handoff__container {
        width: calc(100% - 32px);
    }

    .fc-customer-order__container {
        padding: 28px 0 80px;
    }

    .fc-customer-order__topbar {
        margin-bottom: 18px;
    }

    .fc-customer-order__hero {
        display: block;
        border-radius: 14px;
    }

    .fc-customer-order__status {
        min-height: 0;
        padding: 42px 28px 36px;
    }

    .fc-customer-order__status h1 {
        margin-top: 19px;
        font-size: clamp(43px, 13vw, 62px);
    }

    .fc-customer-order__status-copy {
        margin-top: 21px;
        font-size: 14px;
    }

    .fc-customer-order__status-meta {
        margin-top: 34px;
        padding-top: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .fc-customer-order__status-meta span[aria-hidden] {
        display: none;
    }

    .fc-customer-order__next-action {
        padding: 32px 28px 36px;
        border-top: 1px solid #292b30;
        border-left: 0;
    }

    .fc-customer-order__hero--action .fc-customer-order__next-action {
        border-top-color: var(--fc-order-lime);
    }

    .fc-customer-order__payment-summary {
        margin-top: 16px;
        padding: 28px 24px;
        gap: 28px;
    }

    .fc-customer-order__payment-summary dl {
        gap: 15px;
    }

    .fc-customer-order__payment-summary dd {
        font-size: 18px;
    }

    .fc-customer-order__payment-summary .is-emphasis dd {
        font-size: 22px;
    }

    .fc-customer-order__body {
        margin-top: 58px;
        display: flex;
        flex-direction: column;
        gap: 52px;
    }

    .fc-customer-order__main,
    .fc-customer-order__aside {
        width: 100%;
    }

    .fc-customer-order__aside {
        order: -1;
    }

    .fc-customer-order__section {
        padding-bottom: 46px;
    }

    .fc-customer-order__section + .fc-customer-order__section {
        padding-top: 46px;
    }

    .fc-customer-order__payment-list li {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .fc-customer-order__payment-list li > a {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 50px;
    }

    .fc-customer-order__tracking {
        grid-template-columns: 1fr;
    }

    .fc-customer-order__tracking a {
        margin-top: 12px;
        grid-column: 1;
        grid-row: auto;
        justify-content: space-between;
    }

    .fc-customer-order__unavailable {
        padding: 34px 26px;
        display: block;
    }

    .fc-customer-order__unavailable > p {
        margin-bottom: 28px;
        font-size: 58px;
    }

    .fc-payment-handoff {
        min-height: 0;
    }

    .fc-payment-handoff__container {
        margin: 40px auto 72px;
        display: block;
        border-radius: 14px;
    }

    .fc-payment-handoff__signal {
        min-height: 210px;
    }

    .fc-payment-handoff__signal span {
        width: 94px;
        height: 94px;
        font-size: 46px;
    }

    .fc-payment-handoff__content {
        padding: 38px 26px 42px;
    }

    .fc-payment-handoff__content h1 {
        font-size: clamp(40px, 12vw, 56px);
    }
}

@media (max-width: 480px) {
    .fc-customer-order__payment-summary dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fc-customer-order__payment-summary dl .is-emphasis {
        grid-column: 1 / -1;
        padding-top: 14px;
        border-top: 1px solid var(--fc-order-line);
    }

    .fc-payment-handoff__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .fc-payment-handoff__primary,
    .fc-payment-handoff__secondary {
        width: 100%;
        justify-content: space-between;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fc-customer-order a,
    .fc-payment-handoff a {
        transition: none;
    }
}
