/* Shared Foreign Cards fintech system. Page composition belongs in family stylesheets. */

/* Inter variable font, self-hosted under SIL OFL 1.1. */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 800;
    src: url('../fonts/inter/inter-cyrillic-ext.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 800;
    src: url('../fonts/inter/inter-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 800;
    src: url('../fonts/inter/inter-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 800;
    src: url('../fonts/inter/inter-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fc-fintech {
    --ft-canvas: #F5F6F8;
    --ft-white: #FFFFFF;
    --ft-black: #050507;
    --ft-black-soft: #111216;
    --ft-ink: #0B0C10;
    --ft-muted: #686B76;
    --ft-muted-on-dark: #B9BBC4;
    --ft-line: #DCDDE4;
    --ft-line-dark: #2A2B31;
    --ft-lime: #D6FF4F;
    --ft-lime-hover: #C8F03F;
    --ft-silver: #ECEFF3;
    --ft-sage: #E8EDE9;
    --ft-lime-wash: #F0FFB9;
    --ft-mint: #C9F4DF;
    --ft-sand: #F4E7C4;
    --fc-card-surface-third: #EBEDDF;
    --ft-error: #A52434;
    --ft-error-surface: #FFF0F1;
    --ft-success: #15734A;
    --ft-success-surface: #E6F8EF;
    --ft-warning: #7A5715;
    --ft-warning-surface: #F8DC92;
    --fc-home-ink: var(--ft-ink);
    --fc-home-muted: var(--ft-muted);
    --fc-home-line: var(--ft-line);
    --fc-home-paper: var(--ft-canvas);
    --fc-home-white: var(--ft-white);
    --fc-home-blue: var(--ft-lime);
    --fc-home-blue-dark: var(--ft-lime-hover);
    --fc-home-cobalt: var(--ft-black);
    --fc-home-mint: var(--ft-mint);
    --fc-home-sand: var(--ft-sand);
    --fc-home-radius: 24px;
    --color-bg-primary: var(--ft-canvas);
    --color-bg-secondary: var(--ft-white);
    --color-bg-tertiary: #F3F4F7;
    --color-surface-card: var(--ft-white);
    --color-card-bg: var(--ft-white);
    --color-border: var(--ft-line);
    --color-border-color: var(--ft-line);
    --color-text-primary: var(--ft-ink);
    --color-text-secondary: var(--ft-muted);
    --color-text-muted: var(--ft-muted);
    --color-brand-primary: var(--ft-lime);
    background: var(--ft-canvas);
    color: var(--ft-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.fc-fintech *,
.fc-fintech *::before,
.fc-fintech *::after { box-sizing: border-box; }
.fc-fintech :where(img) { display: block; max-width: 100%; }
.fc-fintech :where(a) { color: inherit; }
.fc-fintech :where(button, input, select, textarea) { font: inherit; }
.fc-fintech :where(h1, h2, h3, h4, p) { margin: 0; }
.fc-fintech :where(h1, h2, h3) { letter-spacing: -.045em; text-wrap: balance; }
.fc-fintech :where(p, li) { text-wrap: pretty; }
.fc-fintech :where([id]) { scroll-margin-top: 96px; }
.fc-fintech :focus-visible { outline: 3px solid rgba(214, 255, 79, .7); outline-offset: 3px; }

.fc-fintech-container,
.fc-home-container,
.fc-fintech .fc-container,
.fc-fintech .container { margin-inline: auto; max-width: 1320px; padding-inline: 32px; width: 100%; }
.fc-wide-layout :where(.fc-fintech-container, .fc-container, .container) { max-width: 1440px; }
.fc-fintech-header__inner { max-width: 1440px; }
.fc-fintech-section,
.fc-home-section { padding-block: 112px; }
.fc-fintech-content { margin-inline: auto; max-width: 760px; }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) table { min-width: 680px; }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table { border-radius: 18px; margin: 32px 0; overflow-x: auto; overscroll-behavior-inline: contain; }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table table { background: var(--ft-white); border: 1px solid var(--ft-line); border-collapse: collapse; color: var(--ft-ink); margin: 0; min-width: 680px; width: 100%; }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table thead { --color-text-primary: var(--ft-white); background: var(--ft-black); color: var(--ft-white); }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table thead th { color: inherit; font-size: 13px; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table table > tbody:first-child > tr:first-child > :where(th, td) { --color-text-primary: var(--ft-white); --color-text-secondary: var(--ft-white); background: var(--ft-black); color: var(--ft-white); font-weight: 750; }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table :where(th, td) { border-color: var(--ft-line); border-style: solid; border-width: 1px; padding: 14px 16px; text-align: left; vertical-align: top; }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table tbody th { background: var(--ft-sage); color: var(--ft-ink); font-weight: 700; }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table tbody td { color: #272932; }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table tbody tr:nth-child(even) { background: var(--ft-silver); }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table tbody tr { transition: background-color .18s ease; }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table tbody tr:hover { background: var(--ft-sage); }
.fc-fintech :where(.fc-article-content, .fc-use-case-single__prose, .fc-transfer-guide__prose) .wp-block-table figcaption { margin: 10px 16px 0; }
.fc-fintech-main { min-height: 65vh; padding-top: 78px; }
.fc-fintech-scroll-sentinel { height: 1px; left: 0; pointer-events: none; position: absolute; top: 0; width: 1px; }
.fc-fintech:not(.fc-home-redesign) [class*="-hero"] h1 { color: var(--ft-white) !important; }

.fc-fintech-kicker,
.fc-home-kicker,
.fc-home-eyebrow {
    align-items: center;
    color: var(--ft-ink);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    gap: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.fc-fintech-kicker::before,
.fc-home-kicker::before { background: var(--ft-lime); border-radius: 999px; content: ""; height: 3px; width: 16px; }
.fc-home-eyebrow { color: var(--ft-lime); }
.fc-fintech-hero-eyebrow {
    align-items: center;
    color: var(--ft-lime);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    gap: 9px;
    letter-spacing: .15em;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.fc-fintech-hero-eyebrow::before { background: var(--ft-lime); border-radius: 50%; content: ""; flex: 0 0 auto; height: 7px; width: 7px; }
.fc-fintech-hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.fc-fintech-hero-secondary { align-items: center; color: var(--ft-white); display: inline-flex; font-size: 15px; font-weight: 700; gap: 10px; text-decoration: none; }
.fc-fintech-hero-secondary span { color: var(--ft-lime); font-size: 22px; }
.fc-home-skip-link { background: var(--ft-ink); color: var(--ft-white); left: 20px; padding: 12px 18px; position: fixed; top: -100px; z-index: 1000; }
.fc-home-skip-link:focus { top: 20px; }

.fc-fintech-button,
.fc-fintech .fc-btn-primary,
.fc-fintech .fc-home-button {
    align-items: center;
    background: var(--ft-lime);
    border: 1px solid var(--ft-lime);
    border-radius: 14px;
    color: var(--ft-black) !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
    white-space: nowrap;
}
.fc-fintech-button:hover,
.fc-fintech .fc-btn-primary:hover,
.fc-fintech .fc-home-button:hover { background: var(--ft-lime-hover); border-color: var(--ft-lime-hover); transform: translateY(-2px); }
.fc-fintech-button:active,
.fc-fintech .fc-btn-primary:active,
.fc-fintech .fc-home-button:active { transform: translateY(1px); }
.fc-fintech-button--dark,
.fc-home-button--dark { background: var(--ft-black); border-color: var(--ft-black); color: var(--ft-white) !important; }
.fc-fintech-button--dark:hover,
.fc-home-button--dark:hover { background: var(--ft-black-soft); border-color: var(--ft-black-soft); }
.fc-fintech-button--small,
.fc-home-button--small { min-height: 42px; padding-inline: 20px; }
.fc-fintech-text-link,
.fc-home-text-link { align-items: center; display: inline-flex; font-size: 15px; font-weight: 700; gap: 10px; text-decoration: none; }
.fc-fintech-text-link span,
.fc-home-text-link span { align-items: center; background: var(--ft-lime); border-radius: 50%; color: var(--ft-black); display: inline-flex; font-size: 17px; height: 30px; justify-content: center; transition: transform .2s ease; width: 30px; }
.fc-fintech-text-link:hover span,
.fc-home-text-link:hover span { transform: translateX(4px); }

.fc-fintech-field { display: grid; gap: 8px; }
.fc-fintech-field > label { color: #4F5668; font-size: 13px; font-weight: 700; }
.fc-fintech-field :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea),
.fc-fintech .fc-lead-form :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
    background: #F5F6F9;
    border: 1px solid #D0D2DA;
    border-radius: 11px;
    color: var(--ft-ink);
    min-height: 48px;
    padding: 12px 14px;
    width: 100%;
}
.fc-fintech-field :where(input, select, textarea):focus,
.fc-fintech .fc-lead-form :where(input, select, textarea):focus { background: var(--ft-white); border-color: #9DBC26; outline: 3px solid rgba(214, 255, 79, .38); }
.fc-fintech-field-error,
.fc-fintech .fc-field-error { color: var(--ft-error); font-size: 12px; }
.fc-fintech-status { border-radius: 12px; padding: 14px 16px; }
.fc-fintech-status--success { background: var(--ft-success-surface); color: var(--ft-success); }
.fc-fintech-status--error { background: var(--ft-error-surface); color: var(--ft-error); }
.fc-fintech-status--warning { background: var(--ft-warning-surface); color: var(--ft-warning); }

.fc-fintech .fc-lead-form { width: 100%; }
.fc-fintech .fc-lead-form__title { color: var(--ft-ink); font-size: clamp(20px, 3vw, 24px); font-weight: 750; line-height: 1.15; margin: 0 0 24px; text-align: center; }
.fc-fintech .fc-hp-field { left: -9999px; opacity: 0; pointer-events: none; position: absolute; }
.fc-fintech .fc-form-group { margin-bottom: 16px; }
.fc-fintech .fc-form-group--consent { margin-bottom: 24px; }
.fc-fintech .fc-form-label { color: #4F5668; display: block; font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.fc-fintech .fc-form-required { color: var(--ft-error); }
.fc-fintech .fc-form-group .fc-input { width: 100%; }
.fc-fintech .fc-form-group.has-error :where(input:not([type="checkbox"]), select, textarea),
.fc-fintech .fc-form-group :where(input:not([type="checkbox"]), select, textarea)[aria-invalid="true"] { border-color: var(--ft-error); outline: 3px solid rgba(165, 36, 52, .14); }
.fc-fintech .fc-form-group.has-error .fc-form-consent__input { outline: 2px solid var(--ft-error); outline-offset: 2px; }
.fc-fintech .fc-field-error { line-height: 1.4; margin: 5px 0 0; }
.fc-fintech .fc-form-consent { align-items: flex-start; color: #4F5668; cursor: pointer; display: flex; font-size: 13px; gap: 12px; line-height: 1.55; }
.fc-fintech .fc-form-consent__input { accent-color: var(--ft-black); flex: 0 0 auto; height: 18px; margin-top: 2px; width: 18px; }
.fc-fintech .fc-form-consent__copy { min-width: 0; }
.fc-fintech .fc-form-consent__link { color: var(--ft-ink); font-weight: 700; text-decoration: underline; text-decoration-color: #A5C42D; text-underline-offset: 3px; }
.fc-fintech .fc-form-consent__link:focus-visible { outline: 3px solid var(--ft-lime); outline-offset: 3px; }
.fc-fintech .fc-submit-btn { width: 100%; }
.fc-fintech .fc-submit-btn:disabled { cursor: wait; opacity: .7; transform: none; }
.fc-fintech .fc-btn-loading { align-items: center; display: inline-flex; gap: 8px; }
.fc-fintech .fc-lead-form__spinner { animation: fc-lead-spin .8s linear infinite; height: 20px; width: 20px; }
.fc-fintech .fc-lead-form__spinner-track { opacity: .25; }
.fc-fintech .fc-lead-form__spinner-head { opacity: .75; }
.fc-fintech .fc-form-status { border-radius: 12px; margin-top: 16px; padding: 16px; text-align: center; }
.fc-fintech .fc-form-status--success { background: var(--ft-success-surface); color: var(--ft-success); }
.fc-fintech .fc-form-status--error { background: var(--ft-error-surface); color: var(--ft-error); }
.fc-fintech .fc-form-status__icon { display: block; height: 32px; margin: 0 auto 8px; width: 32px; }
.fc-fintech .fc-form-status__title { font-weight: 700; margin: 0; }
.fc-fintech .fc-form-status__message { font-size: 13px; margin: 4px 0 0; }
.fc-fintech .fc-lead-success {
    display: grid;
    width: 100%;
    padding: 28px;
    margin: 0;
    color: var(--ft-ink);
    text-align: center;
    background: var(--ft-silver);
    border-color: var(--ft-line);
    border-style: solid;
    border-width: 1px;
    border-radius: 18px;
    gap: 0;
}
.fc-fintech .fc-lead-success__icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
    color: var(--ft-black);
    background: var(--ft-lime);
    border-radius: 50%;
    place-items: center;
}
.fc-fintech .fc-lead-success__icon svg { height: 24px; width: 24px; }
.fc-fintech .fc-lead-success__title {
    margin: 0;
    color: var(--ft-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.025em;
}
.fc-fintech .fc-lead-success__message {
    max-width: 420px;
    margin: 10px auto 0;
    color: var(--ft-muted);
    font-size: 15px;
    line-height: 1.6;
}
.fc-fintech .fc-lead-success__contact {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--ft-line);
}
.fc-fintech .fc-lead-success__prompt {
    margin: 0;
    color: var(--ft-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}
.fc-fintech .fc-lead-success__actions {
    display: grid;
    margin-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.fc-fintech .fc-lead-success__action {
    display: inline-flex;
    min-width: 0;
    min-height: 48px;
    padding: 10px 16px;
    color: var(--ft-ink);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    background: var(--ft-white);
    border: 1px solid var(--ft-line);
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    transition: background-color .18s ease, border-color .18s ease;
}
.fc-fintech .fc-lead-success__action:only-child { grid-column: 1 / -1; }
.fc-fintech .fc-lead-success__action:hover {
    background: var(--ft-lime);
    border-color: var(--ft-lime);
}
.fc-fintech .fc-lead-success__action:focus-visible {
    outline: 3px solid var(--ft-lime);
    outline-offset: 3px;
}
.fc-fintech .fc-lead-form .is-hidden { display: none; }

@media (max-width: 600px) {
    .fc-fintech .fc-lead-success { padding: 24px 18px; }
    .fc-fintech .fc-lead-success__actions { grid-template-columns: 1fr; }
}

.fc-home-cta { background: var(--ft-canvas); padding-block: 96px; }
.fc-home-cta--tone-muted { background: var(--ft-silver); }
.fc-home-cta--tone-white { background: var(--ft-white); }
.fc-home-cta__panel { background: var(--ft-black); border-radius: 30px; color: var(--ft-white); overflow: hidden; padding: 72px; }
.fc-home-cta__grid { align-items: center; display: grid; gap: 95px; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
.fc-home-cta__copy { min-width: 0; }
.fc-home-cta__title { color: var(--ft-white); font-size: clamp(40px, 4.5vw, 62px); line-height: 1.02; }
.fc-home-cta__description { color: var(--ft-muted-on-dark); font-size: 17px; line-height: 1.65; margin-top: 22px; max-width: 590px; }
.fc-home-cta__channels { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.fc-home-cta__channel { align-items: center; border: 1px solid var(--ft-line-dark); border-radius: 12px; color: var(--ft-white); display: inline-flex; font-size: 14px; font-weight: 700; gap: 10px; min-height: 46px; padding: 0 16px; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, color .18s ease; }
.fc-home-cta__channel:hover { background: var(--ft-lime); border-color: var(--ft-lime); color: var(--ft-black); }
.fc-home-cta__channel svg { height: 19px; width: 19px; }
.fc-home-cta__benefits { display: grid; gap: 14px; list-style: none; margin: 30px 0 0; padding: 0; }
.fc-home-cta__benefit { align-items: start; color: var(--ft-white); display: grid; font-size: 15px; gap: 12px; grid-template-columns: 22px minmax(0, 1fr); line-height: 1.5; }
.fc-home-cta__benefit-mark { align-items: center; background: var(--ft-lime); border-radius: 50%; color: var(--ft-black); display: flex; height: 20px; justify-content: center; margin-top: 1px; width: 20px; }
.fc-home-cta__benefit-mark svg { height: 13px; width: 13px; }
.fc-home-cta__action { margin-top: 32px; }
.fc-home-cta__visual { min-width: 0; }
.fc-home-cta__form-card { background: var(--ft-white); border: 1px solid var(--ft-line); border-radius: 26px; color: var(--ft-ink); padding: 34px; }
.fc-card-inline-cta { margin-block: 96px; }
.fc-card-inline-cta__panel { color: var(--ft-ink); background: var(--ft-white); border: 1px solid var(--ft-line); border-radius: 28px; overflow: hidden; }
.fc-card-inline-cta__header { display: flex; padding: 38px 42px; gap: 40px; align-items: flex-end; justify-content: space-between; }
.fc-card-inline-cta__copy { max-width: 760px; }
.fc-card-inline-cta__title { margin: 0; color: var(--ft-ink); font-size: clamp(32px, 4vw, 52px); line-height: 1.02; letter-spacing: -.04em; }
.fc-card-inline-cta__description { max-width: 680px; margin: 16px 0 0; color: var(--ft-muted); font-size: 17px; line-height: 1.55; }
.fc-card-inline-cta__channels { display: flex; flex: 0 0 auto; gap: 10px; }
.fc-card-inline-cta__channel { display: inline-flex; min-height: 46px; padding: 10px 16px; color: var(--ft-ink); font-size: 14px; font-weight: 800; text-decoration: none; background: var(--ft-silver); border: 1px solid var(--ft-line); border-radius: 12px; gap: 9px; align-items: center; }
.fc-card-inline-cta__channel:hover { background: var(--ft-lime); border-color: var(--ft-lime); }
.fc-card-inline-cta__channel:focus-visible { outline: 3px solid var(--ft-ink); outline-offset: 3px; }
.fc-card-inline-cta__form { border-top: 1px solid var(--ft-line); }
.fc-home-cta__privacy { align-items: center; border-top: 1px solid var(--ft-line); color: var(--ft-muted); display: flex; font-size: 12px; gap: 8px; justify-content: center; margin-top: 18px; padding-top: 18px; }
.fc-home-cta__privacy svg { flex: 0 0 16px; height: 16px; width: 16px; }
.fc-home-cta__cards { min-height: 430px; position: relative; }
.fc-home-cta__card { border: 1px solid rgba(255, 255, 255, .18); border-radius: 20px; height: 176px; padding: 24px; position: absolute; width: 288px; }
.fc-home-cta__card--kazakhstan { background: var(--ft-sage); color: var(--ft-black); left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; }
.fc-home-cta__card--turkey { background: var(--ft-white); color: var(--ft-black); right: 0; top: 26px; transform: rotate(7deg); z-index: 1; }
.fc-home-cta__card--kyrgyzstan { background: var(--ft-lime); bottom: 22px; color: var(--ft-black); left: 0; transform: rotate(-7deg); z-index: 3; }
.fc-home-cta__card-header { align-items: start; display: flex; justify-content: space-between; }
.fc-home-cta__chip { height: 32px; width: 44px; }
.fc-home-cta__payment-logo { height: 28px; object-fit: contain; width: 52px; }
.fc-home-cta__card-number { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 16px; letter-spacing: .08em; margin-top: 27px; white-space: nowrap; }
.fc-home-cta__card-meta { align-items: end; display: flex; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 10px; font-weight: 700; justify-content: space-between; letter-spacing: .08em; margin-top: 12px; }

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

.fc-fintech-product {
    background: var(--ft-silver);
    border-radius: 28px;
    color: var(--ft-ink);
    padding: 12px;
    transition: box-shadow .25s ease, transform .25s ease;
}
.fc-fintech-product:hover { box-shadow: 0 28px 70px rgba(5, 5, 7, .13); transform: translateY(-6px); }
.fc-fintech-product__body { background: var(--ft-white); border-radius: 20px; padding: 28px; }

.fc-service-item { background: var(--ft-silver); border-radius: 24px; box-shadow: none; display: flex; flex-direction: column; min-height: 360px; min-width: 0; overflow: hidden; position: relative; transition: box-shadow .25s ease, transform .25s ease; }
.fc-service-item:hover { box-shadow: 0 24px 55px rgba(5, 5, 7, .12); transform: translateY(-5px); }
.fc-service-item__body { align-items: flex-start; display: flex; flex: 1; flex-direction: column; gap: 16px; min-width: 0; padding: 30px; }
.fc-service-item__icon { align-items: center; background: var(--ft-white); border-radius: 16px; display: flex; flex: 0 0 62px; height: 62px; justify-content: center; margin-bottom: 8px; padding: 12px; width: 62px; }
.fc-service-item__icon-image { height: 100%; object-fit: contain; width: 100%; }
.fc-service-item__icon-fallback { color: var(--ft-black); height: 32px; width: 32px; }
.fc-service-item__title { color: var(--ft-ink); font-size: 26px; font-weight: 700; line-height: 1.05; }
.fc-service-item__link { color: inherit; text-decoration: none; }
.fc-service-item__link:hover { color: var(--ft-ink); }
.fc-service-item__link:focus-visible { outline: 3px solid var(--ft-black); outline-offset: 4px; }
.fc-service-item__link-hit-area { inset: 0; position: absolute; }
.fc-service-item__description { color: var(--ft-muted); display: -webkit-box; font-size: 14px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-height: 1.6; overflow: hidden; }
.fc-service-item__footer { align-items: center; border-top: 1px dashed rgba(11, 12, 16, .16); display: flex; justify-content: space-between; margin-top: auto; padding-top: 16px; width: 100%; }
.fc-service-item__price { color: var(--ft-ink); font-size: 18px; font-weight: 700; }
.fc-service-item__price-prefix { color: var(--ft-muted); font-size: 14px; font-weight: 400; margin-right: 4px; }
.fc-service-item__price-fallback { color: var(--ft-muted); font-size: 16px; }
.fc-service-item__arrow { align-items: center; background: var(--ft-black); border-radius: 50%; color: var(--ft-white); display: flex; flex: 0 0 32px; height: 32px; justify-content: center; width: 32px; }
.fc-service-item__arrow-icon { height: 16px; width: 16px; }

.fc-fintech-benefits { background: var(--ft-silver); border-radius: 28px; margin: 80px 0 20px; }
.fc-fintech-benefits__inner { padding: 52px 56px 36px; }
.fc-fintech-benefits h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.02; max-width: 720px; }
.fc-fintech-benefits h2 span { color: inherit !important; }
.fc-fintech-benefits__grid { display: grid; gap: 0 42px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 44px; }
.fc-fintech-benefit { border-top: 1px solid #C9CBD2; display: grid; gap: 18px; grid-template-columns: 52px minmax(0, 1fr); padding: 26px 0 30px; }
.fc-fintech-benefit__icon { align-items: center; background: var(--ft-black); border-radius: 14px; color: var(--ft-white); display: flex; height: 48px; justify-content: center; position: relative; width: 48px; }
.fc-fintech-benefit__icon::after { background: var(--ft-lime); border: 2px solid var(--ft-black); border-radius: 50%; content: ""; height: 11px; position: absolute; right: -2px; top: -2px; width: 11px; }
.fc-fintech-benefit__icon svg { height: 24px; width: 24px; }
.fc-fintech-benefit h3 { font-size: 19px; line-height: 1.15; }
.fc-fintech-benefit p { color: var(--ft-muted); font-size: 15px; line-height: 1.6; margin-top: 9px; max-width: 520px; }

.fc-product-section-heading { margin-bottom: 52px; max-width: 48rem; }
.fc-product-section-heading h2 { font-size: clamp(34px, 4vw, 52px) !important; line-height: 1.02; }
.fc-product-section-heading__kicker { color: var(--ft-ink); margin: 0; }
.fc-product-section-heading__kicker::before { background: var(--ft-lime); border-radius: 99px; content: ""; display: inline-block; height: 3px; margin-right: 9px; vertical-align: middle; width: 16px; }
.fc-product-section-heading__kicker + h2 { margin-top: 14px; }
.fc-product-section-heading__description { color: var(--ft-muted); font-size: 17px; line-height: 1.65; margin-top: 16px; max-width: 680px; }
.fc-product-section-heading--center { margin-inline: auto; text-align: center; }
.fc-product-section-heading--center .fc-product-section-heading__description { margin-inline: auto; }

.fc-product-icon-tile { align-items: center; background: var(--ft-black); border-radius: 14px; color: var(--ft-white); display: flex; flex: 0 0 48px; height: 48px; justify-content: center; position: relative; width: 48px; }
.fc-product-icon-tile::after { background: var(--ft-lime); border: 2px solid var(--ft-black); border-radius: 50%; content: ""; height: 11px; position: absolute; right: -2px; top: -2px; width: 11px; }
.fc-product-icon-tile :where(svg, img) { height: 24px; width: 24px; }
.fc-product-icon-tile img { filter: brightness(0) invert(1); object-fit: contain; }

.fc-product-faq__inner { margin-inline: auto; max-width: 960px; }
.fc-product-faq__list { display: grid; gap: 10px; }
.fc-product-faq__item { background: var(--ft-white); border: 1px solid transparent; border-radius: 20px; box-shadow: none; overflow: hidden; }
.fc-product-faq__item:nth-child(2n) { background: var(--ft-sage); }
.fc-product-faq__item[open] { border-color: var(--ft-black); }
.fc-product-faq__question { align-items: center; color: var(--ft-ink); cursor: pointer; display: grid; gap: 22px; grid-template-columns: minmax(0, 1fr) auto; list-style: none; padding: 22px 24px; }
.fc-product-faq__question::-webkit-details-marker { display: none; }
.fc-product-faq__question::marker { content: ""; }
.fc-product-faq__question-text { font-size: 18px; font-weight: 750; line-height: 1.35; }
.fc-product-faq__toggle { align-items: center; background: var(--ft-black); border-radius: 50%; color: var(--ft-white); display: flex; flex: 0 0 44px; height: 44px; justify-content: center; position: relative; transition: background-color .18s ease, color .18s ease; width: 44px; }
.fc-product-faq__toggle::before,
.fc-product-faq__toggle::after { background: currentColor; border-radius: 999px; content: ""; position: absolute; transition: opacity .18s ease, transform .18s ease; }
.fc-product-faq__toggle::before { height: 2px; width: 16px; }
.fc-product-faq__toggle::after { height: 16px; width: 2px; }
.fc-product-faq__question:hover .fc-product-faq__toggle,
.fc-product-faq__item[open] .fc-product-faq__toggle { background: var(--ft-lime); color: var(--ft-black); }
.fc-product-faq__item[open] .fc-product-faq__toggle::after { opacity: 0; transform: scaleY(.35); }
.fc-product-faq__question:focus-visible { outline: 3px solid var(--ft-lime); outline-offset: -3px; }
.fc-product-faq__answer { padding: 0 80px 26px 24px; }
.fc-product-faq__answer-inner { border-top: 1px solid var(--ft-line); color: var(--ft-muted); font-size: 15px; line-height: 1.7; padding-top: 18px; }
.fc-product-faq__answer-inner > :first-child { margin-top: 0; }
.fc-product-faq__answer-inner > :last-child { margin-bottom: 0; }
.fc-product-faq__answer-inner :where(p + p, ul, ol) { margin-top: 12px; }
.fc-product-faq__answer-inner :where(ul, ol) { padding-left: 20px; }
.fc-product-faq__answer-inner a { color: var(--ft-ink); text-decoration: underline; text-underline-offset: 3px; }

.fc-card-item--bank { background: var(--ft-silver); border: 0; border-radius: 24px; box-shadow: none; display: flex; flex-direction: column; height: 100%; min-width: 0; overflow: hidden; padding: 10px; position: relative; transition: box-shadow .25s ease, transform .25s ease; }
.fc-card-item--bank:hover { box-shadow: 0 24px 54px rgba(5, 5, 7, .12); transform: translateY(-5px); }
.fc-card-item--bank .fc-card-item__discount { background: var(--ft-error); border-radius: 0 0 0 12px; color: var(--ft-white); font-size: 12px; font-weight: 700; padding: 6px 12px; position: absolute; right: 0; top: 0; z-index: 30; }
.fc-card-item--bank .fc-card-item__header { padding: 18px 18px 10px; }
.fc-card-item--bank .fc-card-item__identity-row { align-items: flex-start; display: flex; gap: 16px; justify-content: space-between; }
.fc-card-item--bank .fc-card-item__identity { align-items: center; display: flex; gap: 12px; min-width: 0; }
.fc-card-item--bank .fc-card-item__country-mark { align-items: center; background: var(--ft-white); border: 1px solid var(--ft-line); border-radius: 50%; display: flex; flex: 0 0 44px; height: 44px; justify-content: center; overflow: hidden; width: 44px; }
.fc-card-item--bank .fc-card-item__country-flag { height: 100%; object-fit: cover; width: 100%; }
.fc-card-item--bank .fc-card-item__country-emoji { font-size: 20px; line-height: 1; }
.fc-card-item--bank .fc-card-item__identity-copy { min-width: 0; }
.fc-card-item--bank .fc-card-item__country { color: var(--ft-muted); font-size: 14px; font-weight: 500; line-height: 1; margin-bottom: 4px; }
.fc-card-item--bank .fc-bank-card__name { color: var(--ft-ink); font-size: 16px; font-weight: 700; letter-spacing: normal; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fc-card-item--bank .fc-card-item__payment-logo { flex: 0 0 auto; height: 32px; max-width: 64px; object-fit: contain; opacity: .8; transition: opacity .18s ease; }
.fc-card-item--bank:hover .fc-card-item__payment-logo { opacity: 1; }
.fc-card-item--bank .fc-card-item__payment-system { border: 1px solid var(--ft-line); border-radius: 4px; color: var(--ft-muted); flex: 0 0 auto; font-size: 12px; font-weight: 700; padding: 4px 8px; text-transform: uppercase; }
.fc-card-item--bank .fc-card-item__price-block { margin-top: 16px; }
.fc-card-item--bank .fc-card-item__price-row { align-items: baseline; display: flex; flex-wrap: wrap; gap: 8px; }
.fc-card-item--bank .fc-price-prefix { color: var(--ft-muted); font-size: 16px; }
.fc-card-item--bank .fc-price-value { color: var(--ft-ink); font-size: 30px; font-weight: 700; line-height: 1.1; }
.fc-card-item--bank .fc-price-old { color: var(--ft-muted); font-size: 16px; text-decoration: line-through; }
.fc-card-item--bank .fc-card-item__price-fallback { color: var(--ft-ink); font-size: 24px; font-weight: 700; line-height: 1.15; }
.fc-card-item--bank .fc-card-item__price-caption { color: var(--ft-muted); font-size: 12px; font-weight: 650; letter-spacing: .12em; margin-top: 4px; text-transform: uppercase; }
.fc-card-item--bank .fc-bank-card__tariffs { align-items: stretch; border-top: 1px dashed var(--ft-line); display: flex; gap: 12px; margin-top: 16px; padding-top: 16px; }
.fc-card-item--bank .fc-bank-card__tariff { flex: 1; min-width: 0; }
.fc-card-item--bank .fc-bank-card__tariff-label { color: var(--ft-muted); font-size: .65rem; font-weight: 650; letter-spacing: .025em; text-transform: uppercase; }
.fc-card-item--bank .fc-bank-card__tariff-value { color: var(--ft-ink); font-size: 14px; font-weight: 700; line-height: 1.25; margin-top: 4px; }
.fc-card-item--bank .fc-bank-card__tariff-divider { background: var(--ft-line); flex: 0 0 1px; width: 1px; }
.fc-card-item--bank .fc-card-item__variations { background: transparent; min-width: 0; padding-block: 12px 8px; position: relative; z-index: 20; }
.fc-card-item--bank .fc-card-item__variations::before,
.fc-card-item--bank .fc-card-item__variations::after { border-top: 1px dashed var(--ft-line); content: ""; left: 18px; position: absolute; right: 18px; }
.fc-card-item--bank .fc-card-item__variations::before { top: 0; }
.fc-card-item--bank .fc-card-item__variations::after { bottom: 0; }
.fc-card-item--bank .fc-variation-pills { display: flex; flex-wrap: nowrap; gap: 6px; min-width: 0; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; padding: 0 18px 4px; scroll-padding-inline: 18px; scrollbar-color: var(--ft-line) transparent; scrollbar-width: thin; }
.fc-card-item--bank .fc-variation-pills::-webkit-scrollbar { height: 4px; }
.fc-card-item--bank .fc-variation-pills::-webkit-scrollbar-track { background: transparent; }
.fc-card-item--bank .fc-variation-pills::-webkit-scrollbar-thumb { background: var(--ft-line); border-radius: 999px; }
.fc-card-item--bank .fc-variation-pill { background: var(--ft-white); border: 1px solid var(--ft-line); border-radius: 8px; color: var(--ft-ink); cursor: pointer; flex: 0 0 auto; font-size: 13px; font-weight: 650; min-height: 32px; padding: 6px 9px; transition: background-color .18s ease, border-color .18s ease, color .18s ease; white-space: nowrap; }
.fc-card-item--bank .fc-variation-pill:hover { border-color: #9DBC26; }
.fc-card-item--bank .fc-variation-pill:focus-visible { outline: 3px solid var(--ft-lime); outline-offset: 1px; }
.fc-card-item--bank .fc-variation-pill.is-active,
.fc-card-item--bank .fc-variation-pill[aria-pressed="true"] { background: var(--ft-lime); border-color: var(--ft-lime); color: var(--ft-black); }
.fc-card-item--bank .fc-variation-pill.is-active:focus-visible,
.fc-card-item--bank .fc-variation-pill[aria-pressed="true"]:focus-visible { outline-color: var(--ft-black); }
.fc-card-item--bank .fc-card-item__body { background: rgba(255, 255, 255, .9); border-radius: 18px; display: flex; flex: 1; flex-direction: column; gap: 16px; margin-top: 16px; min-width: 0; padding: 20px 18px; }
.fc-card-item--bank .fc-card-item__badges { display: flex; flex-wrap: wrap; font-size: 14px; font-weight: 500; gap: 8px; }
.fc-card-item--bank .fc-card-item__badge { background: var(--ft-canvas); border: 1px solid var(--ft-line); border-radius: 8px; color: var(--ft-ink); padding: 6px 12px; }
.fc-card-item--bank .fc-card-item__features { color: var(--ft-muted); display: grid; font-size: 14px; gap: 8px; list-style: none; margin: 0; padding: 0; }
.fc-card-item--bank .fc-card-item__feature { align-items: flex-start; display: flex; gap: 10px; line-height: 1.625; }
.fc-card-item--bank .fc-card-item__feature-icon { color: var(--ft-success); flex: 0 0 20px; height: 20px; margin-top: 2px; width: 20px; }
.fc-card-item--bank .fc-card-item__footer { border-top: 1px dashed var(--ft-line); display: grid; gap: 16px; margin-top: auto; padding-top: 16px; }
.fc-card-item--bank .fc-card-item__pay-services { align-items: center; display: flex; filter: grayscale(1); gap: 12px; opacity: .6; transition: filter .18s ease, opacity .18s ease; }
.fc-card-item--bank:hover .fc-card-item__pay-services { filter: grayscale(0); opacity: 1; }
.fc-card-item--bank .fc-card-item__pay-logo { height: 28px; object-fit: contain; width: auto; }
.fc-card-item--bank .fc-card-item__actions { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); position: relative; z-index: 20; }
.fc-card-item--bank .fc-card-item__action { align-items: center; border: 1px solid transparent; border-radius: 11px; cursor: pointer; display: flex; font-weight: 650; justify-content: center; min-height: 46px; padding: 10px 16px; text-align: center; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, color .18s ease; }
.fc-card-item--bank .fc-card-item__action--apply { background: var(--ft-lime); border-color: var(--ft-lime); color: var(--ft-black); }
.fc-card-item--bank .fc-card-item__action--apply:hover { background: var(--ft-lime-hover); border-color: var(--ft-lime-hover); }
.fc-card-item--bank .fc-card-item__action--details { background: var(--ft-black); border-color: var(--ft-black); color: var(--ft-white); }
.fc-card-item--bank .fc-card-item__action--details:hover { background: var(--ft-black-soft); border-color: var(--ft-black-soft); }
.fc-card-item--bank .fc-card-item__action:focus-visible { outline: 3px solid var(--ft-lime); outline-offset: 2px; }
.fc-card-item--bank .fc-card-item__link-overlay { inset: 0; position: absolute; z-index: 10; }
.fc-card-item--bank .fc-card-item__link-overlay:focus-visible { outline: 3px solid var(--ft-black); outline-offset: -4px; }

.fc-card-currencies { display: flex; flex-wrap: wrap; gap: 8px; }
.fc-card-currency { align-items: center; background: var(--ft-canvas); border: 1px solid var(--ft-line); border-radius: 6px; color: var(--ft-ink); display: inline-flex; font-size: 12px; font-weight: 700; justify-content: center; letter-spacing: .04em; min-width: 36px; padding: 4px 8px; text-transform: uppercase; }
.fc-card-currency--multi { background: var(--ft-lime-wash); border-color: #C6DB68; color: var(--ft-black); min-width: 0; }

.fc-fintech-header,
.fc-home-header {
    background: var(--ft-white);
    border-bottom: 1px solid transparent;
    left: 0;
    position: fixed;
    top: 0;
    transition: background-color .2s ease, border-color .2s ease;
    width: 100%;
    z-index: 100;
}
.fc-fintech-header.is-scrolled,
.fc-home-header.is-scrolled { border-color: rgba(11, 16, 32, .08); }
.fc-fintech-header__inner { align-items: center; display: flex; height: 78px; justify-content: space-between; }
.fc-fintech-brand,
.fc-home-brand { align-items: center; display: inline-flex; gap: 9px; text-decoration: none; }
.fc-fintech-header .fc-fintech-brand,
.fc-home-header .fc-home-brand { background: var(--ft-lime); border-radius: 12px; padding: 9px 13px; transition: background-color .2s ease, transform .2s ease; }
.fc-fintech-header .fc-fintech-brand:hover,
.fc-home-header .fc-home-brand:hover { background: var(--ft-lime-hover); transform: translateY(-1px); }
.fc-fintech-brand__mark,
.fc-home-brand__mark { display: grid; gap: 2px; transform: rotate(-7deg); width: 23px; }
.fc-fintech-brand__mark span,
.fc-home-brand__mark span { background: var(--ft-black); border-radius: 5px; display: block; height: 9px; }
.fc-fintech-brand__mark span:last-child,
.fc-home-brand__mark span:last-child { margin-left: 6px; width: 17px; }
.fc-fintech-brand__name,
.fc-home-brand__name { color: var(--ft-black); font-size: 20px; font-weight: 800; letter-spacing: -.055em; line-height: 1; }
.fc-fintech-brand__name span,
.fc-home-brand__name span { color: inherit; }
.fc-fintech-nav,
.fc-home-nav { align-items: center; display: flex; }
.fc-fintech-nav__list { align-items: center; display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.fc-fintech-nav__list a,
.fc-fintech-nav__lead { color: #373D4D; font-size: 14px; font-weight: 600; position: relative; text-decoration: none; }
.fc-fintech-nav__list a:not([href*="t.me/"])::after { background: var(--ft-lime); bottom: -8px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; width: 100%; }
.fc-fintech-nav__list a:hover::after { transform: scaleX(1); }
.fc-fintech-nav__list a[href*="t.me/"] { background: var(--ft-lime); border-radius: 9px; color: var(--ft-black) !important; padding: 8px 12px; }
.fc-fintech-nav__lead { display: none; }
.fc-fintech .fc-fintech-header__cta { background: var(--ft-black); border-color: var(--ft-black); color: var(--ft-white) !important; }
.fc-fintech .fc-fintech-header__cta:hover { background: var(--ft-black-soft); border-color: var(--ft-black-soft); }
.fc-fintech-menu-toggle,
.fc-home-menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; height: 42px; padding: 10px; width: 42px; }
.fc-fintech-menu-toggle span,
.fc-home-menu-toggle span { background: var(--ft-ink); display: block; height: 2px; margin: 6px 0; transition: transform .2s ease; }
.fc-fintech-menu-toggle[aria-expanded="true"] span:first-child,
.fc-home-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.fc-fintech-menu-toggle[aria-expanded="true"] span:last-child,
.fc-home-menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.fc-transfer-instruction-card { background: var(--ft-white); border: 1px solid var(--ft-line); border-radius: 20px; box-shadow: none; display: flex; flex-direction: column; min-width: 0; padding: 24px; transition: border-color .18s ease, transform .18s ease; }
.fc-transfer-instruction-card:hover { border-color: var(--ft-black); transform: translateY(-2px); }
.fc-transfer-instruction-card__header { align-items: center; display: grid; gap: 16px; grid-template-columns: 52px minmax(0, 1fr); }
.fc-transfer-instruction-card__header h3 { font-size: 19px; line-height: 1.25; margin: 0; }
.fc-transfer-instruction-card__header h3 a { color: var(--ft-ink); text-decoration: none; }
.fc-transfer-instruction-card__header h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.fc-transfer-instruction-card__media { align-items: center; background: var(--ft-white); border: 1px solid var(--ft-line); border-radius: 14px; display: flex; height: 52px; justify-content: center; overflow: hidden; padding: 8px; width: 52px; }
.fc-transfer-instruction-card__media img { height: 100%; object-fit: contain; width: 100%; }
.fc-transfer-instruction-card__media--fallback { background: var(--ft-black); border-color: var(--ft-black); color: var(--ft-white); overflow: visible; padding: 12px; position: relative; }
.fc-transfer-instruction-card__media--fallback::after { background: var(--ft-lime); border: 2px solid var(--ft-black); border-radius: 50%; content: ""; height: 11px; position: absolute; right: -2px; top: -2px; width: 11px; }
.fc-transfer-instruction-card__media svg { height: 26px; width: 26px; }
.fc-transfer-instruction-card__content { display: flex; flex: 1; flex-direction: column; margin-top: 22px; min-width: 0; }
.fc-transfer-instruction-card__speed { align-self: flex-start; background: var(--ft-black); border-radius: 999px; color: var(--ft-white); font-size: 12px; font-weight: 750; line-height: 1.2; margin: 0 0 14px; padding: 7px 10px; }
.fc-transfer-instruction-card__summary { color: var(--ft-muted); font-size: 14px; line-height: 1.55; margin: 0 0 22px; }
.fc-transfer-instruction-card__checked { color: var(--ft-muted); font-size: 12px; line-height: 1.4; margin: auto 0 14px; }
.fc-transfer-instruction-card__link { align-items: center; color: var(--ft-ink); display: inline-flex; font-size: 14px; font-weight: 750; gap: 10px; margin-top: auto; text-decoration: none; width: fit-content; }
.fc-transfer-instruction-card__link > span:last-child { align-items: center; background: var(--ft-black); border-radius: 50%; color: var(--ft-lime); display: flex; height: 30px; justify-content: center; transition: background-color .18s ease, color .18s ease; width: 30px; }
.fc-transfer-instruction-card__link svg { height: 16px; width: 16px; }
.fc-transfer-instruction-card__link:hover > span:last-child { background: var(--ft-lime); color: var(--ft-black); }
.fc-transfer-instruction-card__header h3 a:focus-visible,
.fc-transfer-instruction-card__link:focus-visible { outline: 3px solid var(--ft-lime); outline-offset: 4px; }

.fc-card-selection { background: var(--ft-black); color: var(--ft-white); }
.fc-card-selection__grid { align-items: center; display: grid; gap: 95px; grid-template-columns: .82fr 1.18fr; }
.fc-card-selection__copy .fc-home-kicker { color: var(--ft-lime); }
.fc-card-selection__copy h2 { color: var(--ft-white); font-size: clamp(42px, 4.5vw, 64px); line-height: 1.02; margin: 17px 0 24px; }
.fc-card-selection__copy > p:not(.fc-home-kicker) { color: var(--ft-muted-on-dark); font-size: 17px; }
.fc-card-selection__copy ul { list-style: none; margin: 32px 0 0; padding: 0; }
.fc-card-selection__copy li { align-items: center; display: flex; font-size: 14px; gap: 10px; margin-top: 12px; }
.fc-card-selection__copy li span { align-items: center; background: var(--ft-lime); border-radius: 50%; color: var(--ft-black); display: flex; flex: 0 0 auto; height: 22px; justify-content: center; width: 22px; }
.fc-card-selection__form-card { background: var(--ft-white); border-radius: 26px; color: var(--ft-ink); padding: 34px; }

.fc-review-rating {
    align-items: center;
    color: inherit;
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
    width: fit-content;
}
.fc-review-rating__stars { display: inline-flex; gap: 2px; }
.fc-review-rating__star {
    color: var(--ft-line-dark);
    display: block;
    height: 18px;
    position: relative;
    width: 18px;
}
.fc-review-rating__star svg { display: block; fill: currentColor; height: 100%; width: 100%; }
.fc-review-rating__star-fill {
    color: var(--ft-lime);
    inset: 0 auto 0 0;
    overflow: hidden;
    position: absolute;
}
.fc-review-rating__star-fill svg { height: 18px; max-width: none; width: 18px; }
.fc-review-rating__copy { display: flex; flex-direction: column; font-size: 12px; line-height: 1.25; }
.fc-review-rating__copy strong { color: var(--ft-white); font-size: 13px; }
.fc-review-rating__copy > span { color: #9A9AA1; }
.fc-review-rating:focus-visible { outline: 3px solid var(--ft-lime); outline-offset: 4px; }
.fc-fintech-footer__brand-proof { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; }

.fc-fintech-footer,
.fc-home-footer { background: var(--ft-black); color: var(--ft-white); padding: 75px 0 28px; }
.fc-fintech-footer__top { display: grid; gap: 100px; grid-template-columns: 1fr 1fr; padding-bottom: 65px; }
.fc-fintech-footer .fc-fintech-brand__mark span,
.fc-home-footer .fc-home-brand__mark span { background: var(--ft-lime); }
.fc-fintech-footer .fc-fintech-brand__name,
.fc-home-footer .fc-home-brand__name,
.fc-fintech-footer .fc-fintech-brand__name span,
.fc-home-footer .fc-home-brand__name span { color: var(--ft-white); }
.fc-fintech-footer__summary { color: #A7A7AE; font-size: 14px; margin-top: 22px; max-width: 360px; }
.fc-fintech-footer__nav { display: grid; gap: 60px; grid-template-columns: repeat(2, 1fr); }
.fc-fintech-footer__column { display: flex; flex-direction: column; gap: 12px; }
.fc-fintech-footer__column strong { font-size: 13px; margin-bottom: 6px; }
.fc-fintech-footer__menu,
.fc-fintech-footer__legal-menu { list-style: none; margin: 0; padding: 0; }
.fc-fintech-footer__menu { display: flex; flex-direction: column; gap: 12px; }
.fc-fintech-footer__menu a { color: #9A9AA1; font-size: 13px; text-decoration: none; }
.fc-fintech-footer__menu a:hover { color: var(--ft-white); }
.fc-fintech-footer__disclaimer { border-top: 1px solid rgba(255, 255, 255, .1); color: #85858C; font-size: 11px; line-height: 1.6; padding: 24px 0; }
.fc-fintech-footer__bottom { align-items: center; border-top: 1px solid rgba(255, 255, 255, .1); color: #85858C; display: flex; font-size: 11px; justify-content: space-between; padding-top: 28px; }
.fc-fintech-footer__disclaimer + .fc-fintech-footer__bottom { border-top: 0; }
.fc-fintech-footer__legal-menu { display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: flex-end; }
.fc-fintech-footer__legal-menu a { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1080px) {
    .fc-fintech-nav__list { gap: 18px; }
    .fc-fintech-nav__list a[href*="t.me/"] { display: none; }
}

@media (max-width: 820px) {
    .fc-fintech-container,
    .fc-home-container,
    .fc-fintech .fc-container,
    .fc-fintech .container { padding-inline: 20px; }
    .fc-fintech-section,
    .fc-home-section { padding-block: 80px; }
    .fc-fintech-main { padding-top: 68px; }
    .fc-fintech-header__inner { height: 68px; }
    .fc-fintech-header .fc-fintech-brand,
    .fc-home-header .fc-home-brand { padding: 7px 10px; }
    .fc-fintech .fc-fintech-header__cta { display: none; }
    .fc-fintech-menu-toggle,
    .fc-home-menu-toggle { display: block; }
    .fc-fintech-nav,
    .fc-home-nav { align-items: stretch; background: var(--ft-white); border-bottom: 1px solid var(--ft-line); display: none; flex-direction: column; left: 0; padding: 18px 20px 26px; position: absolute; top: 68px; width: 100%; }
    .fc-fintech-nav.is-open,
    .fc-home-nav.is-open { display: flex; }
    .fc-fintech-nav__list { align-items: stretch; display: flex; flex-direction: column; gap: 0; }
    .fc-fintech-nav__list a { border-bottom: 1px solid #EDF0F4; display: block; font-size: 17px; min-height: 48px; padding: 14px 0; }
    .fc-fintech-nav__list a[href*="t.me/"] { align-self: flex-start; border-bottom: 0; display: block; font-size: 15px; margin-top: 14px; min-height: 42px; padding: 10px 14px; width: fit-content; }
    .fc-fintech-nav .fc-fintech-nav__lead,
    .fc-home-nav .fc-home-nav__lead { align-items: center; background: var(--ft-black); border: 0; border-radius: 14px; color: var(--ft-white) !important; display: flex; font-size: 15px; justify-content: center; margin-top: 12px; min-height: 48px; padding: 14px 18px; width: 100%; }
    .fc-fintech-menu-open { overflow: hidden; }
    .fc-fintech-benefits__inner { padding: 44px 36px 28px; }
    .fc-fintech-benefits__grid { grid-template-columns: 1fr; }
    .fc-home-cta { padding-block: 80px; }
    .fc-home-cta__panel { padding: 48px 36px; }
    .fc-home-cta__grid { gap: 55px; grid-template-columns: 1fr; }
    .fc-home-cta__copy { max-width: 680px; }
    .fc-home-cta__visual { max-width: 680px; width: 100%; }
    .fc-card-inline-cta { margin-block: 80px; }
    .fc-card-inline-cta__header { display: block; padding: 32px 28px; }
    .fc-card-inline-cta__channels { margin-top: 24px; }
    .fc-card-selection__grid { gap: 55px; grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .fc-fintech-container,
    .fc-home-container,
    .fc-fintech .fc-container,
    .fc-fintech .container { padding-inline: 16px; }
    .fc-fintech-section,
    .fc-home-section { padding-block: 76px; }
    .fc-fintech-hero-actions { align-items: stretch; flex-direction: column; }
    .fc-fintech-hero-secondary { justify-content: center; min-height: 48px; }
    .fc-fintech-benefits { border-radius: 22px; margin-top: 56px; }
    .fc-fintech-benefits__inner { padding: 36px 22px 20px; }
    .fc-fintech-benefits__grid { margin-top: 32px; }
    .fc-product-section-heading { margin-bottom: 36px; }
    .fc-product-section-heading__kicker + h2 { margin-top: 12px; }
    .fc-product-section-heading__description { font-size: 16px; margin-top: 14px; }
    .fc-product-faq__item { border-radius: 18px; }
    .fc-product-faq__question { gap: 16px; padding: 18px 20px; }
    .fc-product-faq__question-text { font-size: 17px; }
    .fc-product-faq__toggle { flex-basis: 40px; height: 40px; width: 40px; }
    .fc-product-faq__answer { padding: 0 60px 22px 20px; }
    .fc-service-item { min-height: 320px; }
    .fc-home-cta { padding-block: 64px; }
    .fc-home-cta__panel { border-radius: 22px; padding: 36px 22px; }
    .fc-home-cta__title { font-size: clamp(36px, 11vw, 48px); }
    .fc-home-cta__description { font-size: 16px; }
    .fc-home-cta__channels { align-items: stretch; flex-direction: column; }
    .fc-home-cta__channel { justify-content: center; width: 100%; }
    .fc-home-cta__form-card { padding: 25px 18px; }
    .fc-card-inline-cta { margin-block: 64px; }
    .fc-card-inline-cta__panel { border-radius: 22px; }
    .fc-card-inline-cta__header { padding: 28px 20px; }
    .fc-card-inline-cta__title { font-size: 34px; }
    .fc-card-inline-cta__description { margin-top: 12px; font-size: 15px; }
    .fc-card-inline-cta__channels { align-items: stretch; flex-direction: column; margin-top: 22px; }
    .fc-card-selection__copy h2 { font-size: 42px; }
    .fc-card-selection__form-card { padding: 25px 18px; }
    .fc-card-inline-cta__channel { justify-content: space-between; width: 100%; }
    .fc-home-cta__privacy { align-items: flex-start; text-align: left; }
    .fc-home-cta__cards { min-height: 360px; }
    .fc-home-cta__card { height: 150px; padding: 18px; width: 240px; }
    .fc-home-cta__card--turkey { top: 22px; }
    .fc-home-cta__card--kyrgyzstan { bottom: 18px; }
    .fc-home-cta__card-number { font-size: 13px; margin-top: 19px; }
    .fc-fintech-footer__brand-proof { align-items: flex-start; flex-direction: column; gap: 16px; }
    .fc-fintech-footer__top { gap: 50px; grid-template-columns: 1fr; }
    .fc-fintech-footer__nav { gap: 30px; }
    .fc-fintech-footer__bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
    .fc-fintech-footer__legal-menu { justify-content: flex-start; }
}

/* Shared screenshot-first review components. Archive composition is family-owned. */
.fc-review-card {
    background: transparent;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: visible;
}
.fc-review-card__media {
    aspect-ratio: 4 / 5;
    background: var(--ft-white);
    border: 1px solid var(--ft-line);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(5, 5, 7, .06);
    box-sizing: border-box;
    overflow: hidden;
    padding: 4px;
    position: relative;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.fc-review-card:hover .fc-review-card__media {
    border-color: rgba(5, 5, 7, .28);
    box-shadow: 0 10px 28px rgba(5, 5, 7, .09);
}
.fc-review-card__trigger {
    background: transparent;
    border: 0;
    border-radius: 13px;
    cursor: zoom-in;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.fc-review-card__trigger:focus-visible {
    outline: 3px solid var(--ft-lime);
    outline-offset: 3px;
}
.fc-review-card__image {
    border-radius: 13px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.fc-review-card__count {
    background: var(--ft-black);
    border-radius: 8px;
    bottom: 12px;
    color: var(--ft-white);
    font-size: 12px;
    font-weight: 750;
    padding: 7px 9px;
    position: absolute;
    right: 12px;
}
.fc-review-card__body { display: flex; flex: 1; flex-direction: column; padding: 12px 4px 0; }
.fc-review-card__meta { color: var(--ft-muted); font-size: 12px; line-height: 1.45; }
.fc-review-card__subject { align-items: flex-start; display: flex; flex-direction: column; font-size: 12px; gap: 3px; margin-top: 8px; }
.fc-review-card__subject span { color: var(--ft-muted); }
.fc-review-card__subject a { font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.fc-reviews-carousel { background: var(--ft-canvas); overflow: hidden; padding-block: 96px; }
.fc-reviews-carousel__heading { align-items: flex-end; display: flex; gap: 32px; justify-content: space-between; margin-bottom: 36px; }
.fc-reviews-carousel__heading h2 { font-size: clamp(38px, 4.6vw, 64px); line-height: 1; margin-top: 16px; }
.fc-reviews-carousel__archive-link { align-items: center; display: inline-flex; font-size: 14px; font-weight: 750; gap: 10px; min-height: 44px; text-decoration: none; }
.fc-reviews-carousel__archive-link span { align-items: center; background: var(--ft-lime); border-radius: 50%; display: inline-flex; height: 32px; justify-content: center; width: 32px; }
.fc-reviews-carousel__viewport { position: relative; }
.fc-reviews-carousel__track {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-auto-columns: calc((100% - 48px) / 3);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}
.fc-reviews-carousel .fc-review-card__media { aspect-ratio: auto; }
.fc-reviews-carousel .fc-review-card__trigger { height: auto; }
.fc-reviews-carousel .fc-review-card__image { display: block; height: auto; width: 100%; }
.fc-reviews-carousel__track::-webkit-scrollbar { display: none; }
.fc-reviews-carousel__track > * { scroll-snap-align: start; }
.fc-reviews-carousel__controls { display: flex; gap: 8px; justify-content: flex-end; margin-top: 24px; }
.fc-reviews-carousel__controls button,
.fc-reviews-lightbox__close,
.fc-reviews-lightbox__footer button {
    align-items: center;
    background: var(--ft-white);
    border: 1px solid var(--ft-line);
    border-radius: 50%;
    color: var(--ft-black);
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}
.fc-reviews-carousel__controls button:hover,
.fc-reviews-lightbox__footer button:hover { background: var(--ft-lime); border-color: var(--ft-lime); }
.fc-reviews-carousel__controls button:disabled { cursor: default; opacity: .35; }
.fc-reviews-carousel--static .fc-reviews-carousel__track { grid-auto-columns: minmax(280px, calc((100% - 48px) / 3)); }

.fc-reviews-lightbox {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 1100;
}
.fc-reviews-lightbox[hidden] { display: none; }
.fc-reviews-lightbox__backdrop { background: rgba(5, 5, 7, .88); border: 0; inset: 0; position: absolute; }
.fc-reviews-lightbox__panel {
    background: var(--ft-white);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
    max-width: min(920px, calc(100vw - 48px));
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.fc-reviews-lightbox__header,
.fc-reviews-lightbox__footer { align-items: center; display: flex; padding: 14px 18px; }
.fc-reviews-lightbox__header { border-bottom: 1px solid var(--ft-line); justify-content: space-between; }
.fc-reviews-lightbox__header p { font-size: 15px; font-weight: 750; }
.fc-reviews-lightbox__media { align-items: center; background: var(--ft-canvas); display: flex; flex: 1; justify-content: center; min-height: 0; overflow: auto; padding: 16px; }
.fc-reviews-lightbox__media img { max-height: calc(100vh - 210px); object-fit: contain; width: auto; }
.fc-reviews-lightbox__footer { border-top: 1px solid var(--ft-line); gap: 14px; justify-content: center; }
.fc-reviews-lightbox__footer[hidden],
.fc-reviews-lightbox__footer button[hidden] { display: none; }
.fc-reviews-lightbox__footer span { color: var(--ft-muted); font-size: 13px; min-width: 56px; text-align: center; }
.fc-review-lightbox-open { overflow: hidden; }

@media (max-width: 1080px) {
    .fc-reviews-carousel__track { grid-auto-columns: calc((100% - 24px) / 2); }
}

@media (max-width: 600px) {
    .fc-reviews-carousel { padding-block: 76px; }
    .fc-reviews-carousel__heading { align-items: flex-start; flex-direction: column; gap: 18px; }
    .fc-reviews-carousel__track { grid-auto-columns: calc(100% - 36px); gap: 16px; }
    .fc-reviews-carousel__controls { justify-content: flex-start; }
    .fc-reviews-lightbox { padding: 12px; }
    .fc-reviews-lightbox__panel { border-radius: 20px; max-height: calc(100vh - 24px); max-width: calc(100vw - 24px); }
    .fc-reviews-lightbox__media { padding: 10px; }
    .fc-reviews-lightbox__media img { max-height: calc(100vh - 180px); }
}

@media (prefers-reduced-motion: reduce) {
    .fc-reviews-carousel__track { scroll-behavior: auto; }
    .fc-review-card *,
    .fc-reviews-carousel * { transition-duration: .01ms !important; }
}

@media (min-width: 768px) {
    .fc-service-item__description { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    .fc-fintech *,
    .fc-fintech *::before,
    .fc-fintech *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .fc-card-item--bank:hover,
    .fc-service-item:hover,
    .fc-transfer-instruction-card:hover { transform: none; }
}

/* Compact, non-modal cookie acknowledgement. */
.fc-cookie-notice {
    align-items: center;
    background: var(--ft-black, #050507);
    border: 1px solid var(--ft-line-dark, #2A2B31);
    border-radius: 14px;
    bottom: max(18px, env(safe-area-inset-bottom));
    box-shadow: 0 16px 40px rgba(5, 5, 7, .2);
    color: var(--ft-white, #FFFFFF);
    display: flex;
    gap: 12px;
    left: max(18px, env(safe-area-inset-left));
    max-width: 390px;
    padding: 11px 12px 11px 15px;
    position: fixed;
    width: calc(100% - 36px);
    z-index: 1050;
}

.fc-cookie-notice[hidden] { display: none; }
.fc-cookie-notice__text {
    color: inherit;
    flex: 1;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}
.fc-cookie-notice__link {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--ft-lime, #D6FF4F);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.fc-cookie-notice__button {
    background: var(--ft-lime, #D6FF4F);
    border: 0;
    border-radius: 9px;
    color: var(--ft-black, #050507);
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 750;
    min-height: 34px;
    padding: 7px 11px;
}
.fc-cookie-notice__button:hover { background: var(--ft-lime-hover, #C8F03F); }
.fc-cookie-notice :focus-visible {
    outline: 3px solid rgba(214, 255, 79, .72);
    outline-offset: 3px;
}

@media (max-width: 640px) {
    .fc-cookie-notice {
        bottom: max(12px, env(safe-area-inset-bottom));
        gap: 10px;
        left: max(12px, env(safe-area-inset-left));
        max-width: none;
        padding: 10px 10px 10px 13px;
        right: max(12px, env(safe-area-inset-right));
        width: auto;
    }
    .fc-cookie-notice__text { font-size: 12px; }
    .fc-cookie-notice__button { min-height: 32px; }
}
