@font-face {
    font-family: "Archivo Variablefont Wdth Wght";
    src: url("https://cdn.prod.website-files.com/69af1d886ee490d45ed747eb/69d4d050072008e08a5ec8b5_Archivo-Optimized.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

.tidio-chat-wrapper,
#tidio-chat,
#tidio-chat-code,
#ncaffiliateown-modalOverlay,
#ncaffiliateown-errorModalOverlay,
#ncaffiliateown-loadingModalOverlay,
#ncaffiliateown-modal-styles {
    display: none !important;
}

:root {
    --l8-mobile-gutter: 16px;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

@supports not (overflow-x: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

body.l8-wallet-lock {
    overflow: hidden;
}

.l8-liquid-filter-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.group > .translate-x-\[-101\%\] {
    transform: scaleX(0) !important;
    transform-origin: left center;
}

.group:hover > .translate-x-\[-101\%\] {
    transform: scaleX(1) !important;
}

.l8-floating-header {
    padding-top: max(14px, env(safe-area-inset-top));
    padding-right: max(20px, env(safe-area-inset-right));
    padding-left: max(20px, env(safe-area-inset-left));
    border-bottom: 0;
    background: transparent !important;
    backdrop-filter: none;
    pointer-events: none;
}

.l8-header-shell {
    --l8-header-control-height: 44px;
    position: relative;
    width: min(1180px, 100%);
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 auto;
    padding: 8px 10px 8px 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% -40%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.34) 34%, transparent 58%),
        linear-gradient(118deg, rgba(250, 251, 254, 0.68), rgba(215, 220, 230, 0.4)),
        rgba(226, 230, 238, 0.5);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        inset 0 -1px 0 rgba(64, 70, 88, 0.08),
        inset 1px 0 0 rgba(255, 255, 255, 0.48),
        0 18px 42px rgba(31, 37, 53, 0.16),
        0 2px 8px rgba(31, 37, 53, 0.07);
    -webkit-backdrop-filter: blur(24px) saturate(170%);
    backdrop-filter: blur(24px) saturate(170%);
    box-sizing: border-box;
    pointer-events: auto;
    isolation: isolate;
}

@supports (backdrop-filter: url("#l8-liquid-refraction")) {
    .l8-header-shell {
        backdrop-filter: url("#l8-liquid-refraction") blur(18px) saturate(170%) contrast(104%);
    }
}

.l8-header-shell::before,
.l8-header-shell::after {
    position: absolute;
    z-index: 0;
    content: "";
    pointer-events: none;
}

.l8-header-shell::before {
    top: 0;
    left: 8%;
    width: 62%;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.98), transparent);
    opacity: 0.96;
}

.l8-header-shell::after {
    right: -9%;
    bottom: -110%;
    width: 42%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.38), transparent 68%);
    filter: blur(2px);
}

html[data-theme="dark"] .l8-header-shell {
    border-color: rgba(72, 255, 145, 0.22);
    background:
        radial-gradient(circle at 18% -40%, rgba(255, 255, 255, 0.17) 0, rgba(255, 255, 255, 0.045) 34%, transparent 58%),
        linear-gradient(118deg, rgba(72, 255, 145, 0.12), rgba(10, 16, 14, 0.2) 48%, rgba(0, 148, 255, 0.05)),
        rgba(10, 14, 12, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        inset 0 -1px 0 rgba(72, 255, 145, 0.1),
        inset 1px 0 0 rgba(255, 255, 255, 0.07),
        0 16px 38px rgba(72, 255, 145, 0.1),
        0 20px 46px rgba(0, 0, 0, 0.3);
}

html[data-theme="dark"] .l8-header-shell::before {
    background: linear-gradient(90deg, transparent, rgba(222, 255, 235, 0.54), transparent);
}

html[data-theme="dark"] .l8-header-shell::after {
    background: radial-gradient(circle, rgba(72, 255, 145, 0.22), transparent 68%);
}

.l8-header-logo {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 0;
}

.l8-header-logo img {
    display: block;
    width: auto;
    height: 34px;
}

.l8-header-logo-dark {
    display: none;
    width: auto;
    height: 34px;
    color: rgb(var(--color-primary-blue));
    transition: color 0.22s ease, opacity 0.22s ease;
}

.l8-header-logo-dark-gradient-light {
    display: none;
}

html[data-theme="dark"] .l8-header-logo-light {
    display: none;
}

html[data-theme="dark"] .l8-header-logo-dark {
    display: block;
    color: rgb(var(--color-primary-green));
}

.l8-header-actions {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
}

.l8-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--l8-header-control-height);
    min-height: var(--l8-header-control-height);
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: #0500ff;
    color: #ffffff;
    cursor: pointer;
    font-family: Manrope, Inter, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.l8-header-cta-mobile {
    display: none;
}

.l8-header-cta:hover {
    background: #100dff;
    box-shadow: 0 10px 26px rgba(5, 0, 255, 0.18);
    transform: translateY(-1px);
}

.l8-header-cta:active {
    transform: scale(0.96);
}

.l8-theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--l8-header-control-height);
    height: var(--l8-header-control-height);
    min-width: var(--l8-header-control-height);
    min-height: var(--l8-header-control-height);
    border: 1.5px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #0500ff;
    cursor: pointer;
    box-shadow: none;
    box-sizing: border-box;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.l8-theme-toggle svg {
    width: 16px;
    height: 16px;
}

.l8-theme-toggle:hover,
.l8-theme-toggle[aria-pressed="true"] {
    border-color: transparent;
    background: transparent;
    color: #0500ff;
    box-shadow: none;
    transform: translateY(-1px);
}

.l8-theme-toggle:active {
    transform: translateY(1px);
}

html[data-theme="dark"] .l8-header-cta {
    background: rgb(var(--color-primary-green));
    color: rgb(var(--color-dark-small-text));
}

html[data-theme="dark"] .l8-header-cta:hover {
    background: rgb(var(--color-primary-blue));
    color: #ffffff;
    box-shadow: 0 10px 26px rgba(72, 255, 145, 0.16);
}

html[data-theme="dark"] .l8-theme-toggle,
html[data-theme="dark"] .LanguageSelector_trigger__ncDxy {
    border-color: rgb(var(--color-primary-green));
    background: rgb(var(--color-page-background));
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .l8-theme-toggle {
    border-color: transparent;
    background: transparent;
}

html[data-theme="dark"] .LanguageSelector_trigger__ncDxy:hover,
html[data-theme="dark"] .LanguageSelector_selector__ZpUQ0.is-open .LanguageSelector_trigger__ncDxy {
    border-color: rgb(var(--color-primary-green));
    background: rgb(var(--color-primary-green));
    color: rgb(var(--color-dark-small-text));
    box-shadow: 0 10px 22px rgba(72, 255, 145, 0.16);
}

html[data-theme="dark"] .l8-theme-toggle:hover,
html[data-theme="dark"] .l8-theme-toggle[aria-pressed="true"] {
    border-color: transparent;
    background: transparent;
    color: rgb(var(--color-primary-green));
    box-shadow: none;
}

html[data-theme="dark"] .LanguageSelector_dropdown__UPepW {
    border-color: rgba(72, 255, 145, 0.22);
    background: rgba(27, 27, 28, 0.98);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .LanguageSelector_option__9XQn_ {
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .LanguageSelector_option__9XQn_ .l8-language-label {
    color: rgba(244, 244, 245, 0.82);
}

html[data-theme="dark"] .LanguageSelector_option__9XQn_:hover,
html[data-theme="dark"] .LanguageSelector_optionActive__UzMSy {
    background: rgba(72, 255, 145, 0.1);
}

html[data-theme="dark"] .LanguageSelector_option__9XQn_:hover .l8-language-label,
html[data-theme="dark"] .LanguageSelector_optionActive__UzMSy .l8-language-label {
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .l8-text-blue {
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] h1 b {
    color: rgb(var(--color-primary-green));
}

.LanguageSelector_selector__ZpUQ0 {
    position: relative;
}

.LanguageSelector_trigger__ncDxy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: var(--l8-header-control-height);
    min-height: var(--l8-header-control-height);
    min-width: 106px;
    padding: 0 16px;
    border: 1.5px solid #0500ff;
    border-radius: 999px;
    background: #ffffff;
    color: #0500ff;
    cursor: pointer;
    font-family: Manrope, Inter, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
    box-sizing: border-box;
    white-space: nowrap;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.LanguageSelector_trigger__ncDxy:hover,
.LanguageSelector_selector__ZpUQ0.is-open .LanguageSelector_trigger__ncDxy {
    border-color: #0500ff;
    background: #0500ff;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(5, 0, 255, 0.18);
}

.LanguageSelector_trigger__ncDxy:active {
    transform: translateY(1px);
}

.LanguageSelector_globe__local {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.LanguageSelector_globe__local svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.LanguageSelector_flag__0qPVf {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
}

.LanguageSelector_chevron__KulAP {
    flex: 0 0 auto;
    color: currentColor;
    opacity: 0.78;
    font-size: 11px;
    line-height: 1;
}

.LanguageSelector_dropdown__UPepW {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1000001;
    display: none;
    width: max-content;
    min-width: 190px;
    max-width: min(260px, calc(100vw - 32px));
    padding: 6px;
    border: 1px solid rgba(5, 0, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 40px rgba(5, 0, 255, 0.12);
    backdrop-filter: blur(8px);
}

.LanguageSelector_selector__ZpUQ0.is-open .LanguageSelector_dropdown__UPepW {
    display: grid;
    gap: 2px;
}

.LanguageSelector_option__9XQn_ {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #101728;
    cursor: pointer;
    font-family: Manrope, Inter, sans-serif;
    text-align: left;
}

.LanguageSelector_option__9XQn_:hover,
.LanguageSelector_optionActive__UzMSy {
    background: rgba(5, 0, 255, 0.06);
}

.l8-language-label {
    min-width: 0;
    overflow: hidden;
    color: rgba(16, 23, 40, 0.64);
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.LanguageSelector_trigger__ncDxy .l8-language-label {
    color: currentColor;
    font-weight: 800;
}

.l8-card-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000002;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(10, 12, 18, 0.42);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.l8-card-overlay.is-open {
    display: flex;
    animation: l8-card-overlay-in 0.18s ease-out both;
}

.l8-card-panel {
    position: relative;
    width: min(100%, 462px);
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 30px 28px 26px;
    border: 1px solid rgba(5, 0, 255, 0.14);
    border-radius: 28px;
    background: rgba(247, 248, 251, 0.88);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 24px 72px rgba(8, 13, 28, 0.26);
    color: #111827;
    font-family: Manrope, Inter, sans-serif;
    -webkit-backdrop-filter: blur(26px);
    backdrop-filter: blur(26px);
    animation: l8-card-panel-in 0.24s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.l8-card-panel::before,
.l8-card-panel::after {
    display: none;
}

.l8-card-step {
    display: none;
}

.l8-card-step[data-l8-card-step="card"] {
    position: relative;
}

.l8-card-step.is-active {
    display: block;
    animation: l8-card-step-in 0.2s ease-out both;
}

.l8-card-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111827;
    cursor: pointer;
    opacity: 0.72;
    transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.l8-card-close:hover {
    color: #0500ff;
    opacity: 1;
    transform: translateY(-1px);
}

.l8-card-close svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.l8-card-step[data-l8-card-step="card"] .l8-card-close {
    top: 6px;
    right: 4px;
}

.l8-card-title {
    margin: 8px 54px 10px;
    color: #111827;
    font-family: "Wix Madefor Display", Manrope, Inter, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: center;
}

.l8-card-subtitle {
    margin: 0 46px 20px;
    color: rgba(17, 24, 39, 0.62);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.42;
    text-align: center;
}

.l8-card-options {
    display: grid;
    gap: 12px;
    margin: 0 0 18px;
}

.l8-card-option {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 26px;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 92px;
    padding: 12px 14px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 17px;
    background: #f8fafc;
    color: #111827;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.l8-card-option:hover {
    border-color: rgba(5, 0, 255, 0.34);
    background: #ffffff;
    transform: translateY(-1px);
}

.l8-card-option.is-selected {
    border-color: #0500ff;
    background: rgba(5, 0, 255, 0.055);
    box-shadow: inset 0 0 0 1px rgba(5, 0, 255, 0.88);
}

.l8-mini-card {
    position: relative;
    display: flex;
    width: 92px;
    aspect-ratio: 1.586 / 1;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.2);
}

.l8-mini-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 42%, rgba(255, 255, 255, 0.18));
    pointer-events: none;
}

.l8-mini-card.is-white {
    background: linear-gradient(135deg, #ffffff 0%, #edf0ff 44%, #bbbfff 100%);
    color: #0500ff;
}

.l8-mini-card.is-blue {
    background: linear-gradient(135deg, #0439ff 0%, #0500ff 58%, #07166c 100%);
    color: #ffffff;
}

.l8-mini-card.is-metal {
    background: linear-gradient(135deg, #46464d 0%, #1c1c20 54%, #070708 100%);
    color: #ffffff;
}

.l8-mini-card-brand {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.l8-mini-card-brand small {
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.04em;
    opacity: 0.72;
}

.l8-mini-card-chip {
    position: relative;
    z-index: 1;
    display: block;
    width: 16px;
    height: 12px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.48);
}

.l8-mini-card.is-white .l8-mini-card-chip {
    background: rgba(5, 0, 255, 0.2);
}

.l8-mini-card-digits {
    position: relative;
    z-index: 1;
    align-self: flex-end;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0;
}

.l8-card-copy {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.l8-card-copy strong {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #111827;
    font-family: "Wix Madefor Display", Manrope, Inter, sans-serif;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.l8-card-copy mark {
    padding: 0;
    background: transparent;
    color: #0500ff;
    font: inherit;
    font-size: 14px;
}

.l8-card-copy small {
    color: rgba(17, 24, 39, 0.62);
    font-size: 12.5px;
    font-weight: 750;
    line-height: 1.28;
}

.l8-card-radio {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(17, 24, 39, 0.18);
    border-radius: 50%;
    background: #ffffff;
}

.l8-card-option.is-selected .l8-card-radio {
    border-color: #0500ff;
    background: #0500ff;
}

.l8-card-option.is-selected .l8-card-radio::after {
    width: 8px;
    height: 12px;
    margin-top: -2px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    content: "";
    transform: rotate(42deg);
}

.l8-card-continue {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    background: #0500ff;
    color: #ffffff;
    cursor: pointer;
    font-family: Manrope, Inter, sans-serif;
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.l8-card-continue:hover {
    background: #100dff;
    box-shadow: 0 16px 36px rgba(5, 0, 255, 0.24);
    transform: translateY(-1px);
}

.l8-card-continue svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.l8-card-panel .cw-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    margin-bottom: 20px;
    padding: 0 40px;
}

.l8-card-panel .cw-back {
    position: absolute;
    top: 2px;
    left: -2px;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.l8-card-panel .cw-back:hover {
    background: #f5f5f7;
    transform: translateX(-1px);
}

.l8-card-panel .cw-title {
    display: block;
    width: 100%;
    color: #1a1a1a;
    font-family: "Wix Madefor Display", Manrope, Inter, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: center;
}

.l8-card-panel .cw-close {
    position: absolute;
    top: -3px;
    right: -2px;
    z-index: 3;
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111827;
    cursor: pointer;
    opacity: 0.72;
    transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.l8-card-panel .cw-close:hover {
    color: #0500ff;
    opacity: 1;
    transform: translateY(-1px);
}

.l8-card-panel .cw-close svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.l8-card-panel .cw-view {
    display: none;
}

.l8-card-panel .cw-view.visible {
    display: block;
}

.l8-card-panel .cw-networks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.l8-card-panel .cw-network {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 15px;
    min-height: 86px;
    padding: 14px 16px;
    border: 1.5px solid rgba(17, 24, 39, 0.1);
    border-radius: 18px;
    background: #fbfbff;
    color: #1a1a1a;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.l8-card-panel .cw-network:hover,
.l8-card-panel .cw-network:focus-visible {
    border-color: #0500ff;
    background: #f3f3ff;
    box-shadow: inset 0 0 0 1px rgba(5, 0, 255, 0.68), 0 12px 26px rgba(5, 0, 255, 0.08);
    transform: translateY(-1px);
}

.l8-card-panel .cw-network.is-selected {
    border-color: #0500ff;
    background: #f2f3ff;
    box-shadow: inset 0 0 0 1px rgba(5, 0, 255, 0.5);
}

.l8-card-panel .cw-network:focus-visible {
    outline: none;
}

.l8-card-panel .cw-network-icon {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
}

.l8-card-panel .cw-network-icon img,
.l8-card-panel .cw-network-icon svg {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.l8-card-panel .cw-network-info {
    flex: 1 1 auto;
    min-width: 0;
}

.l8-card-panel .cw-network-name {
    display: block;
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
}

.l8-card-panel .cw-network-sub {
    display: block;
    margin-top: 5px;
    color: #9a9aa2;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
}

.l8-card-panel .cw-footer-note {
    margin: 2px 0 0;
    color: #9a9aa2;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.5;
    text-align: center;
}

.l8-card-panel .safe-cw-step {
    position: relative;
    padding-top: 4px;
}

.l8-card-panel .safe-cw-close,
.l8-card-panel .safe-cw-back {
    position: absolute;
    top: 0;
    z-index: 3;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #111827;
    cursor: pointer;
    line-height: 1;
    opacity: 0.72;
    transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.l8-card-panel .safe-cw-close {
    right: 0;
}

.l8-card-panel .safe-cw-close svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.l8-card-panel .safe-cw-back {
    left: 0;
    padding-bottom: 3px;
    font-size: 30px;
}

.l8-card-panel .safe-cw-close:hover,
.l8-card-panel .safe-cw-back:hover {
    color: #0500ff;
    opacity: 1;
    transform: translateY(-1px);
}

.l8-card-panel .safe-cw-title {
    margin: 2px 42px 10px;
    color: #111827;
    font-family: "Archivo Variablefont Wdth Wght", "Wix Madefor Display", Manrope, sans-serif;
    font-variation-settings: "wght" 730, "wdth" 88;
    font-size: 28px;
    font-weight: 730;
    line-height: 1.06;
    letter-spacing: -0.035em;
    text-align: center;
}

.l8-card-panel .safe-cw-subtitle {
    margin: 0 18px 24px;
    color: rgba(17, 24, 39, 0.58);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.42;
    text-align: center;
}

.l8-card-panel .safe-cw-network-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 14px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 14px;
    padding: 10px 12px;
    background: #f7f8ff;
}

.l8-card-panel .safe-cw-network-copy {
    min-width: 0;
}

.l8-card-panel .safe-cw-network-label {
    display: block;
    color: rgba(17, 24, 39, 0.58);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.l8-card-panel .safe-cw-network-name {
    display: block;
    margin-top: 3px;
    color: #111827;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
}

.l8-card-panel .safe-cw-network-note {
    display: block;
    margin-top: 4px;
    color: rgba(17, 24, 39, 0.62);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

.l8-card-panel .safe-cw-network-change {
    flex: 0 0 auto;
    border: 1px solid rgba(5, 0, 255, 0.25);
    border-radius: 999px;
    background: #ffffff;
    color: #0500ff;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.l8-card-panel .safe-cw-network-change:hover {
    background: #0500ff;
    border-color: #0500ff;
    color: #ffffff;
}

.l8-card-panel .safe-cw-network-toolbar {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px;
}

.l8-card-panel .safe-cw-network-primary {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 86px;
    padding: 14px 16px;
    border: 1.5px solid rgba(17, 24, 39, 0.1);
    border-radius: 18px;
    background: #fbfbff;
    color: #111827;
    cursor: pointer;
    text-align: left;
}

.l8-card-panel .safe-cw-network-primary:hover {
    border-color: #0500ff;
    background: #f3f3ff;
    box-shadow: inset 0 0 0 1px rgba(5, 0, 255, 0.68), 0 12px 26px rgba(5, 0, 255, 0.08);
}

.l8-card-panel .safe-cw-network-primary .safe-cw-network-name {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
}

.l8-card-panel .safe-cw-wallet {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;
    min-height: 88px;
    margin-bottom: 12px;
    padding: 16px 18px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.58);
    color: #111827;
    cursor: pointer;
    font: inherit;
    text-align: left;
    box-shadow: 0 8px 24px rgba(18, 28, 61, 0.045);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.l8-card-panel .safe-cw-wallet:hover {
    border-color: rgba(5, 0, 255, 0.32);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 10px 28px rgba(5, 0, 255, 0.07);
    transform: translateY(-1px);
}

.l8-card-panel .safe-cw-wallet:focus-visible {
    outline: 3px solid rgba(5, 0, 255, 0.18);
    outline-offset: 2px;
}

.l8-card-panel .safe-cw-wallet:disabled,
.l8-card-panel .safe-cw-wallet.safe-cw-connecting {
    opacity: 0.62;
    pointer-events: none;
}

.l8-card-panel .safe-cw-icon {
    display: block;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    object-fit: cover;
    border: 0;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
}

.l8-card-panel .safe-cw-info {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.l8-card-panel .safe-cw-name {
    color: #111827;
    font-family: "Archivo Variablefont Wdth Wght", Manrope, sans-serif;
    font-variation-settings: "wght" 680, "wdth" 94;
    font-size: 18px;
    font-weight: 680;
    line-height: 1.25;
}

.l8-card-panel .safe-cw-desc {
    margin-top: 4px;
    color: rgba(17, 24, 39, 0.48);
    font-size: 12.5px;
    font-weight: 640;
    line-height: 1.3;
}

.l8-card-panel .safe-cw-arrow {
    flex: 0 0 auto;
    color: rgba(17, 24, 39, 0.28);
    font-size: 24px;
    line-height: 1;
}

.l8-card-panel .safe-cw-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0 18px;
    color: rgba(17, 24, 39, 0.3);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.l8-card-panel .safe-cw-divider::before,
.l8-card-panel .safe-cw-divider::after {
    height: 1px;
    flex: 1 1 auto;
    background: rgba(17, 24, 39, 0.12);
    content: "";
}

.l8-card-panel .safe-cw-status {
    display: flex;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 14px 0 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
    text-align: center;
}

.l8-card-panel .safe-cw-status:empty {
    display: none;
}

.l8-card-panel .safe-cw-demo-state[hidden],
.l8-card-panel .safe-cw-choice-list[hidden] {
    display: none;
}

.l8-card-panel .safe-cw-connect-step .safe-cw-title {
    margin-bottom: 6px;
    font-size: 28px;
}

.safe-cw-wallet[data-l8-walletconnect-placeholder] {
    cursor: default;
}

.safe-cw-wallet[data-l8-walletconnect-placeholder]:hover {
    border-color: rgba(17, 24, 39, 0.12);
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 8px 24px rgba(18, 28, 61, 0.045);
    transform: none;
}

.l8-card-panel .safe-cw-connect-step .safe-cw-subtitle {
    margin-right: 18px;
    margin-bottom: 24px;
    margin-left: 18px;
    font-size: 14px;
}

.l8-card-panel .safe-cw-connect-step .safe-cw-wallet {
    min-height: 88px;
    margin-bottom: 12px;
    padding: 16px 18px;
    border-radius: 22px;
}

.l8-card-panel .safe-cw-connect-step .safe-cw-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
}

.l8-card-panel .safe-cw-connect-step .safe-cw-name {
    font-size: 18px;
}

.l8-card-panel .safe-cw-connect-step .safe-cw-desc {
    margin-top: 4px;
    font-size: 12.5px;
    line-height: 1.3;
}

.l8-card-panel .safe-cw-connect-step .safe-cw-divider {
    margin: 8px 0 18px;
}

.l8-card-panel .safe-cw-state-card {
    display: grid;
    justify-items: center;
    gap: 16px;
    width: 100%;
    margin: 12px auto 0;
    padding: 12px 12px 0;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.l8-card-panel .safe-cw-state-card::before {
    content: "";
    position: absolute;
    top: -34px;
    left: 50%;
    width: min(360px, 92vw);
    height: 230px;
    transform: translateX(-50%);
    pointer-events: none;
    background: radial-gradient(circle, rgba(5, 0, 255, 0.075), transparent 70%);
    opacity: 0.82;
}

.l8-card-panel .safe-cw-state-card > * {
    position: relative;
    z-index: 1;
}

.l8-card-panel .safe-cw-state-card h3 {
    margin: 0;
    color: #111827;
    font-family: "Wix Madefor Display", Manrope, Inter, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.12;
}

.l8-card-panel .safe-cw-state-card p {
    max-width: 340px;
    margin: 0;
    color: rgba(17, 24, 39, 0.68);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.52;
}

.l8-card-panel .safe-cw-state-card p strong {
    color: #0500ff;
    font-weight: 900;
}

.l8-card-panel .safe-cw-state-copy {
    display: grid;
    justify-items: center;
    gap: 9px;
    width: 100%;
}

.l8-card-panel .safe-cw-state-message {
    max-width: 360px;
}

.l8-card-panel .safe-cw-state-note {
    display: inline-flex;
    max-width: 360px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(5, 0, 255, 0.055);
    color: rgba(17, 24, 39, 0.58);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.42;
}

.l8-card-panel .safe-cw-state-card-error {
    background: transparent;
}

.l8-card-panel .safe-cw-state-card-success {
    background: transparent;
}

.l8-card-panel .safe-cw-state-card-error::before {
    background: radial-gradient(circle, rgba(220, 38, 38, 0.12), transparent 70%);
}

.l8-card-panel .safe-cw-state-card-success::before {
    background: radial-gradient(circle, rgba(22, 163, 74, 0.12), transparent 70%);
}

.l8-card-panel .safe-cw-state-visual {
    display: inline-flex;
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    isolation: isolate;
}

.l8-card-panel .safe-cw-state-visual-loading {
    background: transparent;
    box-shadow: none;
}

.l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-connect-step .safe-cw-title {
    margin-bottom: 8px;
    font-size: 22px;
}

.l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-connect-step .safe-cw-subtitle {
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 6px;
    color: rgba(17, 24, 39, 0.58);
    font-size: 12px;
    line-height: 1.36;
}

.l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-state-card {
    gap: 8px;
    margin-top: 2px;
    padding: 0;
}

.l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-state-card::before {
    display: none;
}

.l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-state-card h3 {
    font-size: 18px;
}

.l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-state-card p {
    max-width: 300px;
    font-size: 12px;
    line-height: 1.42;
}

.l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-state-note {
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 11px;
}

.l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-state-visual {
    width: 92px;
    height: 92px;
}

.l8-card-panel .safe-cw-trust-modal-icon {
    display: block;
    width: 86px;
    height: 86px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0 14px 22px rgba(5, 0, 255, 0.16));
}

.l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-trust-modal-icon {
    width: 86px;
    height: 86px;
    filter: drop-shadow(0 14px 22px rgba(5, 0, 255, 0.14));
}

.l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-status {
    min-height: 22px;
    margin-top: 12px;
    color: #0500ff;
    font-size: 13px;
}

.l8-card-panel .safe-cw-state-visual-error {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    box-shadow: 0 18px 36px rgba(220, 38, 38, 0.24);
}

.l8-card-panel .safe-cw-state-card-connection-error {
    gap: 18px;
}

.l8-card-panel .safe-cw-state-visual-wallet-error {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.18), rgba(185, 28, 28, 0.14));
    box-shadow: 0 18px 36px rgba(220, 38, 38, 0.18);
}

.l8-card-panel .safe-cw-error-wallet-icon {
    width: 58px;
    height: 58px;
    padding: 6px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.08);
    filter: drop-shadow(0 12px 20px rgba(15, 23, 42, 0.18));
}

.l8-card-panel .safe-cw-state-visual-ready,
.l8-card-panel .safe-cw-state-visual-success {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 18px 36px rgba(22, 163, 74, 0.22);
}

.l8-card-panel .safe-cw-state-visual-error::after,
.l8-card-panel .safe-cw-state-visual-ready::after,
.l8-card-panel .safe-cw-state-visual-success::after {
    content: "";
    position: absolute;
    inset: -9px;
    border-radius: inherit;
    border: 1px solid currentColor;
    opacity: 0.18;
}

.l8-card-panel .safe-cw-state-visual-error::after {
    color: #dc2626;
}

.l8-card-panel .safe-cw-state-visual-ready::after,
.l8-card-panel .safe-cw-state-visual-success::after {
    color: #16a34a;
}

.l8-card-panel .safe-cw-state-mark {
    width: 42px;
    height: 42px;
    color: #ffffff;
}

.l8-card-panel .safe-cw-secondary-action,
.l8-card-panel .safe-cw-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 4px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #0500ff;
    color: #ffffff;
    cursor: pointer;
    font-family: Manrope, Inter, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.l8-card-panel .safe-cw-secondary-action {
    background: rgba(5, 0, 255, 0.08);
    color: #0500ff;
    min-width: 184px;
}

.l8-card-panel .safe-cw-form-submit:hover,
.l8-card-panel .safe-cw-secondary-action:hover {
    box-shadow: 0 12px 26px rgba(5, 0, 255, 0.16);
    transform: translateY(-1px);
}

.l8-card-panel .safe-cw-form {
    display: grid;
    gap: 10px;
    width: 100%;
    margin-top: 4px;
}

.l8-card-panel .safe-cw-form label {
    display: grid;
    gap: 6px;
    text-align: left;
}

.l8-card-panel .safe-cw-form label span {
    color: rgba(17, 24, 39, 0.56);
    font-size: 12px;
    font-weight: 850;
}

.l8-card-panel .safe-cw-form input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 14px;
    background: #ffffff;
    color: #111827;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.l8-card-panel .safe-cw-form input:focus {
    border-color: rgba(5, 0, 255, 0.48);
    box-shadow: 0 0 0 3px rgba(5, 0, 255, 0.08);
}

.l8-card-panel .safe-cw-form-submit {
    width: 100%;
    margin-top: 6px;
}

.l8-card-panel .safe-cw-status.is-loading {
    color: #0500ff;
}

.l8-card-panel .safe-cw-status.is-success {
    color: #16a34a;
    font-size: 15px;
    font-weight: 900;
}

.l8-card-panel .safe-cw-status.is-error {
    color: #dc2626;
}

.l8-card-panel .safe-cw-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(5, 0, 255, 0.18);
    border-top-color: #0500ff;
    border-radius: 50%;
    animation: l8-spin 0.78s linear infinite;
}

.l8-card-panel .safe-cw-done {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #16a34a;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
}

html[data-theme="dark"] .l8-card-overlay {
    background: rgba(3, 5, 10, 0.54);
}

html[data-theme="dark"] .l8-card-panel {
    border-color: rgba(72, 255, 145, 0.24);
    background: rgba(24, 26, 29, 0.86);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 28px 86px rgba(0, 0, 0, 0.48);
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .l8-card-close,
html[data-theme="dark"] .cw-close,
html[data-theme="dark"] .cw-back,
html[data-theme="dark"] .safe-cw-close,
html[data-theme="dark"] .safe-cw-back {
    border-color: transparent;
    background: transparent;
    color: rgba(244, 244, 245, 0.74);
}

html[data-theme="dark"] .l8-card-close:hover,
html[data-theme="dark"] .cw-close:hover,
html[data-theme="dark"] .cw-back:hover,
html[data-theme="dark"] .safe-cw-close:hover,
html[data-theme="dark"] .safe-cw-back:hover {
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .l8-card-title,
html[data-theme="dark"] .cw-title,
html[data-theme="dark"] .safe-cw-title {
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .l8-card-subtitle,
html[data-theme="dark"] .safe-cw-subtitle,
html[data-theme="dark"] .l8-card-panel .safe-cw-connect-step .safe-cw-subtitle,
html[data-theme="dark"] .l8-card-overlay[data-l8-connect-mode="direct"] .safe-cw-connect-step .safe-cw-subtitle {
    color: rgba(244, 244, 245, 0.66);
}

html[data-theme="dark"] .l8-card-option,
html[data-theme="dark"] .cw-network,
html[data-theme="dark"] .safe-cw-wallet {
    border-color: rgba(244, 244, 245, 0.14);
    background: rgba(255, 255, 255, 0.035);
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .l8-card-option:hover,
html[data-theme="dark"] .cw-network:hover,
html[data-theme="dark"] .cw-network:focus-visible,
html[data-theme="dark"] .safe-cw-wallet:hover {
    border-color: rgba(72, 255, 145, 0.34);
    background: rgba(72, 255, 145, 0.045);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

html[data-theme="dark"] .l8-card-option.is-selected,
html[data-theme="dark"] .cw-network.is-selected {
    border-color: rgb(var(--color-primary-green));
    background: rgba(72, 255, 145, 0.095);
    box-shadow: inset 0 0 0 1px rgba(72, 255, 145, 0.58);
}

html[data-theme="dark"] .l8-card-copy strong,
html[data-theme="dark"] .cw-network-name,
html[data-theme="dark"] .safe-cw-network-name,
html[data-theme="dark"] .safe-cw-name {
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .l8-card-copy small,
html[data-theme="dark"] .cw-network-sub,
html[data-theme="dark"] .cw-footer-note,
html[data-theme="dark"] .safe-cw-network-note,
html[data-theme="dark"] .safe-cw-desc,
html[data-theme="dark"] .safe-cw-status,
html[data-theme="dark"] .safe-cw-arrow {
    color: rgba(244, 244, 245, 0.58);
}

html[data-theme="dark"] .l8-card-copy mark {
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .l8-card-radio {
    border-color: rgba(244, 244, 245, 0.22);
    background: rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .l8-card-option.is-selected .l8-card-radio {
    border-color: rgb(var(--color-primary-green));
    background: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .l8-card-continue,
html[data-theme="dark"] .safe-cw-form-submit {
    background: rgb(var(--color-primary-green));
    color: #07130d;
}

html[data-theme="dark"] .l8-card-continue:hover,
html[data-theme="dark"] .safe-cw-form-submit:hover {
    background: #0500ff;
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(72, 255, 145, 0.14);
}

html[data-theme="dark"] .safe-cw-network-card {
    border-color: rgba(244, 244, 245, 0.1);
    background: rgba(255, 255, 255, 0.045);
}

html[data-theme="dark"] .safe-cw-network-label {
    color: rgba(244, 244, 245, 0.52);
}

html[data-theme="dark"] .safe-cw-network-change {
    border-color: rgba(72, 255, 145, 0.36);
    background: rgba(72, 255, 145, 0.08);
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .safe-cw-network-change:hover {
    border-color: rgb(var(--color-primary-green));
    background: rgb(var(--color-primary-green));
    color: #07130d;
}

html[data-theme="dark"] .l8-card-panel .cw-network > svg,
html[data-theme="dark"] .l8-card-panel .safe-cw-network-primary > svg {
    stroke: rgba(244, 244, 245, 0.4);
}

html[data-theme="dark"] .safe-cw-icon {
    background: transparent;
}

html[data-theme="dark"] .safe-cw-divider {
    color: rgba(244, 244, 245, 0.34);
}

html[data-theme="dark"] .safe-cw-divider::before,
html[data-theme="dark"] .safe-cw-divider::after {
    background: rgba(244, 244, 245, 0.1);
}

html[data-theme="dark"] .safe-cw-wallet[data-l8-walletconnect-placeholder]:hover {
    border-color: rgba(244, 244, 245, 0.14);
    background: rgba(255, 255, 255, 0.035);
    box-shadow: none;
    transform: none;
}

html[data-theme="dark"] .safe-cw-state-card::before {
    background: radial-gradient(circle, rgba(72, 255, 145, 0.11), transparent 70%);
}

html[data-theme="dark"] .safe-cw-state-card h3 {
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .safe-cw-state-card p {
    color: rgba(244, 244, 245, 0.66);
}

html[data-theme="dark"] .safe-cw-state-card p strong {
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .safe-cw-state-note {
    background: rgba(72, 255, 145, 0.08);
    color: rgba(244, 244, 245, 0.62);
}

html[data-theme="dark"] .safe-cw-trust-modal-icon {
    filter: drop-shadow(0 14px 22px rgba(72, 255, 145, 0.14));
}

html[data-theme="dark"] .safe-cw-secondary-action {
    background: rgba(72, 255, 145, 0.1);
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .safe-cw-secondary-action:hover {
    background: rgb(var(--color-primary-green));
    color: #07130d;
    box-shadow: 0 12px 26px rgba(72, 255, 145, 0.16);
}

html[data-theme="dark"] .safe-cw-form label span {
    color: rgba(244, 244, 245, 0.62);
}

html[data-theme="dark"] .safe-cw-form input {
    border-color: rgba(244, 244, 245, 0.12);
    background: rgba(255, 255, 255, 0.055);
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .safe-cw-form input:focus {
    border-color: rgba(72, 255, 145, 0.52);
    box-shadow: 0 0 0 3px rgba(72, 255, 145, 0.1);
}

html[data-theme="dark"] .safe-cw-status.is-loading {
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .safe-cw-status.is-success {
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .safe-cw-spinner {
    border-color: rgba(72, 255, 145, 0.18);
    border-top-color: rgb(var(--color-primary-green));
}

@keyframes l8-card-overlay-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes l8-card-step-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

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

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

@keyframes l8-card-panel-in {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.97);
    }

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

.l8-hero-image {
    transform: scale(1.04);
    transform-origin: center;
}

.l8-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: calc(100% + 32px);
    margin: 30px -16px 42px;
    padding: 0;
}

.l8-stat-card {
    position: relative;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    column-gap: 8px;
    align-items: center;
    min-height: 130px;
    padding: 14px 16px 14px 14px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.l8-stat-card::before {
    content: "";
    display: none;
    width: 88px;
    height: 88px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.l8-stat-icon {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.l8-stat-card:first-child {
    grid-template-columns: 76px minmax(0, 1fr);
}

.l8-stat-card:first-child .l8-stat-icon {
    width: 78px;
    height: 78px;
}

.l8-stat-card:first-child::before {
    width: 78px;
    height: 78px;
}

.l8-stat-card:first-child .l8-stat-value {
    font-size: 28px;
}

.l8-stat-copy {
    display: grid;
    grid-template-rows: 29px 38px 16px;
    align-content: center;
    justify-items: center;
    row-gap: 7px;
    min-height: 96px;
    min-width: 0;
    color: #111827;
    font-family: Manrope, sans-serif;
    line-height: 1.16;
    text-align: center;
    transform: translateX(0);
}

.l8-stat-title,
.l8-stat-value,
.l8-stat-note {
    margin: 0;
}

.l8-stat-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.06;
    text-align: center;
}

.l8-stat-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    height: 38px;
    color: #0500FF;
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.l8-stat-value span {
    color: #111827;
    font-size: 17px;
    font-weight: 700;
}

.l8-stat-value strong {
    color: inherit;
    font: inherit;
}

.l8-stat-note {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
}

html[data-theme="dark"] .l8-stat-card {
    border-color: rgba(72, 255, 145, 0.16);
    background: linear-gradient(145deg, rgba(37, 40, 45, 0.98), rgba(22, 24, 28, 0.98));
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .l8-stat-card::before {
    display: block;
}

html[data-theme="dark"] .l8-stat-card:nth-child(1)::before {
    background-image: url("../media/stat-wallet-icon-green.webp");
}

html[data-theme="dark"] .l8-stat-card:nth-child(2)::before {
    background-image: url("../media/stat-shield-icon-green.webp");
}

html[data-theme="dark"] .l8-stat-card:nth-child(3)::before {
    background-image: url("../media/stat-card-icon-green.webp");
}

html[data-theme="dark"] .l8-stat-card:nth-child(4)::before {
    background-image: url("../media/stat-commission-shield-icon-green.webp");
}

html[data-theme="dark"] .l8-stat-icon {
    display: none;
}

html[data-theme="dark"] .l8-stat-copy {
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .l8-stat-title {
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .l8-stat-value {
    color: rgb(var(--color-primary-green));
    text-shadow: 0 0 18px rgba(72, 255, 145, 0.16);
}

html[data-theme="dark"] .l8-stat-value span,
html[data-theme="dark"] .l8-stat-note {
    color: rgba(244, 244, 245, 0.82);
}

.shared_container__HLW1U {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.shared_snapSection__WhiUd {
    width: 100%;
}

#daily-life.shared_snapSection__WhiUd {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.shared_richTextBlue__lsrWz span {
    color: #0500ff;
}

html[data-theme="dark"] .shared_richTextBlue__lsrWz span {
    color: rgb(var(--color-primary-green));
}

.l8-text-blue {
    color: #0500ff;
    font-weight: 800;
}

.l8-hero-heading {
    line-height: 1.38 !important;
    letter-spacing: 0;
    text-wrap: balance;
    max-width: 16.5ch;
    margin-inline: auto;
}

.l8-hero-heading [data-i18n-html="hero_title"] {
    display: block;
}

.l8-hero-copy {
    max-width: 620px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.l8-hero-heading b {
    display: inline;
    white-space: nowrap;
    color: #0500ff;
    font-weight: 800;
}

html[data-theme="dark"] .l8-hero-heading b {
    color: rgb(var(--color-primary-green));
    text-shadow: 0 0 22px rgba(72, 255, 145, 0.16);
}

[data-i18n-html="hero_desc"] b {
    color: #0500ff;
    font-weight: 800;
}

.l8-hero-lead {
    max-width: 47ch;
    line-height: 1.58 !important;
    color: rgba(27, 27, 28, 0.78);
}

html[data-theme="dark"] [data-i18n-html="hero_desc"] b {
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .l8-hero-lead {
    color: rgba(244, 244, 245, 0.8);
}

@media (max-width: 480px) {
    .l8-hero-heading {
        font-size: 38px !important;
        line-height: 1.28 !important;
    }

    .l8-hero-lead {
        font-size: 17px !important;
        line-height: 1.52 !important;
    }
}

@media (max-width: 430px) {
    .l8-hero-heading {
        font-size: 35px !important;
        padding-inline: 8px;
        box-sizing: border-box;
    }
}

.l8-hero-enter > * {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(18px) scale(0.985);
    transition:
        opacity 0.58s ease,
        filter 0.58s ease,
        transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--l8-enter-delay, 0ms);
    will-change: opacity, filter, transform;
}

.l8-hero-enter.is-visible > * {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
}

.l8-scroll-reveal {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(28px);
    transition:
        opacity 0.62s ease,
        filter 0.62s ease,
        transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--l8-reveal-delay, 0ms);
    will-change: opacity, filter, transform;
}

.l8-scroll-reveal.l8-reveal-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .l8-hero-enter > *,
    .l8-scroll-reveal {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }
}

.shared_fadeIn__6Izj5,
.shared_scaleIn__p6a76 {
    opacity: 1;
}

.shared_float__VvZoA {
    animation: l8-feature-float 4.5s ease-in-out infinite;
}

.shared_floatDelay1__O6Wby {
    animation-delay: 0.15s;
}

.shared_floatDelay2__2Xo0o {
    animation-delay: 0.45s;
}

.shared_floatDelay3__SvGF3 {
    animation-delay: 0.75s;
}

.shared_floatDelay4__5BbkX {
    animation-delay: 1.05s;
}

.shared_floatDelay5__f_bD6 {
    animation-delay: 1.35s;
}

.FeatureSection_root__iQjn1 {
    width: 100%;
    padding-top: 45px;
    background: #ffffff;
}

.FeatureSection_root__iQjn1 > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.FeatureSection_reverse__wKKqU > div {
    direction: rtl;
}

.FeatureSection_reverse__wKKqU .FeatureSection_content__2a4Zw,
.FeatureSection_reverse__wKKqU .FeatureSection_image__g1OKH {
    direction: ltr;
}

.FeatureSection_title__y62JA {
    margin: 0 0 20px;
    color: #1b1b1c;
    font-family: "Wix Madefor Display", Manrope, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.05;
}

.FeatureSection_description__uLCdx {
    max-width: 400px;
    margin: 0;
    color: #666666;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.FeatureSection_composition__cabv6 {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 520px;
    margin: 0 auto;
}

.FeatureSection_composition__cabv6 img {
    position: absolute;
    object-fit: contain;
}

.FeatureSection_block4__tnvSy .FeatureSection_phone__xQSN3 {
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 220px;
    transform: translate(-50%, -50%);
}

.FeatureSection_block4__tnvSy .FeatureSection_card__BNzRy {
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 220px;
    transform: translate(-50%, -50%);
}

.FeatureSection_block4__tnvSy .FeatureSection_badge__xSqJV {
    z-index: 4;
    width: 70px;
}

.FeatureSection_badgeGpay__O2MB6 {
    top: 25%;
    left: 5%;
}

.FeatureSection_badgeAtm__kq1q2 {
    top: 15%;
    right: 5%;
}

.FeatureSection_badgeApplePay__gc_fm {
    right: 10%;
    bottom: 25%;
}

.FeatureSection_block5__Yn2Fx .FeatureSection_phone__xQSN3 {
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 200px;
    transform: translate(-50%, -50%);
}

.FeatureSection_block5__Yn2Fx .FeatureSection_coin__MLf1A {
    z-index: 3;
    width: 80px;
}

.FeatureSection_coin1__6PX9u {
    top: 35%;
    left: 0;
}

.FeatureSection_coin2__TE_HZ {
    top: 5%;
    right: 15%;
}

.FeatureSection_coin3__9n8k9 {
    top: 40%;
    right: 5%;
}

.FeatureSection_coin4__B1cZW {
    bottom: 10%;
    left: 15%;
}

.FeatureSection_coin5__8HTIH {
    right: 20%;
    bottom: 15%;
}

.FeatureSection_block6__gsK1h {
    max-width: 680px;
    height: 620px;
    overflow: visible;
}

.FeatureSection_block6__gsK1h .FeatureSection_phone__xQSN3 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 260px;
    transform: translate(-50%, -50%);
}

.FeatureSection_transactionsGrid__r25ug {
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 14px;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.FeatureSection_txRow__Ofe70 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.FeatureSection_txRow__Ofe70:first-child {
    transform: translateX(0);
}

.FeatureSection_txRow__Ofe70:nth-child(2) {
    transform: translateX(10%);
}

.FeatureSection_txRow__Ofe70:nth-child(3) {
    transform: translateX(20%);
}

.FeatureSection_transaction__y2j_y {
    position: static !important;
    width: 240px;
    height: auto;
    filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.18));
}

.FeatureSection_transactionWide__Jk9wu {
    width: 240px;
}

.shared_buttonWhiteOutline__D_Y2_ {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border: 1.5px solid #ffffff;
    border-radius: 100px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.shared_buttonWhiteOutline__D_Y2_:hover {
    background: rgba(255, 255, 255, 0.1);
}

.BlueBannerSection_root__L5a6l {
    width: 100%;
    padding: 80px 0;
    background: #0500ff;
}

.BlueBannerSection_root__L5a6l > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.BlueBannerSection_title__6FfGF {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: "Wix Madefor Display", Manrope, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.05;
}

.BlueBannerSection_description___XPnL {
    max-width: 440px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.85);
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.BlueBannerSection_media__CGQ3c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.BlueBannerSection_media__CGQ3c img {
    display: block;
    width: min(100%, 520px);
    height: auto;
}

html[data-theme="dark"] .FeatureSection_root__iQjn1 {
    background: rgb(var(--color-page-background));
}

html[data-theme="dark"] .FeatureSection_title__y62JA {
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .FeatureSection_description__uLCdx {
    color: rgba(244, 244, 245, 0.76);
}

html[data-theme="dark"] .BlueBannerSection_root__L5a6l {
    background: radial-gradient(circle at 82% 18%, rgba(72, 255, 145, 0.12), rgba(72, 255, 145, 0) 34%),
        rgb(var(--color-page-background));
}

html[data-theme="dark"] .BlueBannerSection_title__6FfGF {
    color: rgb(var(--color-text-primary));
}

html[data-theme="dark"] .BlueBannerSection_description___XPnL {
    color: rgba(244, 244, 245, 0.78);
}

html[data-theme="dark"] .shared_buttonWhiteOutline__D_Y2_ {
    border-color: rgb(var(--color-primary-green));
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .shared_buttonWhiteOutline__D_Y2_:hover {
    background: rgba(72, 255, 145, 0.1);
}

@keyframes l8-feature-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 1024px) {
    .FeatureSection_root__iQjn1 > div {
        grid-template-columns: 1fr;
        gap: 0;
        text-align: center;
    }

    .FeatureSection_title__y62JA {
        font-size: 26px;
    }

    .FeatureSection_description__uLCdx {
        max-width: 100%;
        margin: 0 auto;
    }

    .FeatureSection_composition__cabv6 {
        max-width: 350px;
        height: 450px;
    }

    .FeatureSection_block4__tnvSy .FeatureSection_card__BNzRy,
    .FeatureSection_block4__tnvSy .FeatureSection_phone__xQSN3 {
        width: 180px;
    }

    .FeatureSection_block4__tnvSy .FeatureSection_badge__xSqJV {
        width: 80px;
    }

    .FeatureSection_block5__Yn2Fx .FeatureSection_phone__xQSN3 {
        width: 180px;
    }

    .FeatureSection_block5__Yn2Fx .FeatureSection_coin__MLf1A {
        width: 70px;
    }

    .FeatureSection_block6__gsK1h {
        height: 640px;
    }

    .FeatureSection_block6__gsK1h .FeatureSection_phone__xQSN3 {
        top: 45%;
        left: 50%;
        width: 220px;
    }

    .FeatureSection_transactionsGrid__r25ug {
        top: 72%;
        gap: 10px;
    }

    .FeatureSection_txRow__Ofe70 {
        gap: 10px;
    }

    .FeatureSection_transactionWide__Jk9wu,
    .FeatureSection_transaction__y2j_y {
        width: 160px;
        filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.18));
    }

    .BlueBannerSection_root__L5a6l > div {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .BlueBannerSection_title__6FfGF {
        font-size: 26px;
    }

    .BlueBannerSection_description___XPnL {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-banner {
    width: 100%;
    padding: 120px 0;
    background: transparent;
}

.cta-banner-content {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    overflow: hidden;
    border: none;
    border-radius: 32px;
    background: #0500FF;
}

.cta-banner-left,
.cta-banner-text {
    display: flex;
    flex-direction: column;
}

.cta-banner-left {
    gap: 32px;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

.cta-banner-text {
    gap: 16px;
}

.cta-banner-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cta-banner-image img {
    width: 70%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
}

.cta-banner-title {
    margin: 0;
    color: #ffffff;
    font-family: Manrope, sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
}

.cta-banner-subtitle {
    margin: 0;
    color: #ffffff;
    font-family: Manrope, sans-serif;
    font-size: 20px;
}

.cta-banner-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 8px;
    margin: 0;
    padding: 14px 32px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
}

.cta-banner-button:hover {
    background: #ffffff;
    color: #0500FF;
}

.cta-banner-button-arrow {
    color: #ffffff;
    font-size: 18px;
    transition: all 0.2s;
}

.cta-banner-button:hover .cta-banner-button-arrow {
    color: #0500FF;
    transform: translateX(4px);
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.l8-hero-media-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
    overflow: visible;
    isolation: isolate;
}

.l8-hero-media-wrap::before {
    content: "";
    position: absolute;
    inset: -26% -34% -24% -30%;
    z-index: 0;
    background:
        radial-gradient(ellipse at 62% 50%,
            rgba(18, 0, 255, 0.1) 0%,
            rgba(18, 0, 255, 0.05) 30%,
            rgba(18, 0, 255, 0.02) 54%,
            rgba(18, 0, 255, 0) 78%
        );
    filter: blur(22px);
    opacity: 0.62;
    pointer-events: none;
}

html[data-theme="light"] .l8-hero-media-wrap::before {
    background:
        radial-gradient(ellipse at 62% 50%,
            rgba(18, 0, 255, 0.1) 0%,
            rgba(18, 0, 255, 0.05) 30%,
            rgba(18, 0, 255, 0.02) 54%,
            rgba(18, 0, 255, 0) 78%
        );
    opacity: 0.62;
}

html[data-theme="dark"] .l8-hero-media-wrap::before {
    background:
        radial-gradient(ellipse at 62% 50%,
            rgba(18, 0, 255, 0.18) 0%,
            rgba(18, 0, 255, 0.12) 30%,
            rgba(18, 0, 255, 0.06) 54%,
            rgba(18, 0, 255, 0) 78%
        );
    opacity: 0.96;
}

.l8-hero-media-wrap .l8-hero-image {
    position: relative;
    z-index: 1;
    display: block;
    margin-inline: auto;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .l8-hero-media-wrap {
        display: block;
        width: max-content;
        max-width: min(100%, 560px);
        margin-inline: auto;
    }

    .l8-hero-media-wrap .l8-hero-image {
        width: 100%;
        padding: 3% !important;
        margin-inline: auto;
        transform: translateX(0) scale(1.02);
        transform-origin: center center;
    }
}

@media (max-width: 1024px) {
    .l8-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        width: 100%;
        margin: 28px 0 36px;
    }

    .cta-banner {
        padding: 50px 0;
    }

    .cta-banner-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 50px 24px;
    }

    .cta-banner-left {
        order: 1;
    }

    .cta-banner-left,
    .cta-banner-text {
        align-items: center;
        text-align: center;
    }

    .cta-banner-button {
        width: 100%;
        justify-content: center;
        margin: 0 auto;
        padding: 16px 32px;
    }

    .cta-banner-image {
        order: 2;
        justify-content: center;
    }

    .cta-banner-image img {
        width: 100%;
        max-width: 100%;
    }

    .cta-banner-title {
        font-size: 36px;
        text-align: center;
    }

    .cta-banner-subtitle {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    section:has(> h4[data-i18n="stat_supports"]) {
        padding-top: 10px;
    }

    .l8-floating-header {
        padding-top: max(10px, env(safe-area-inset-top));
        padding-right: max(12px, env(safe-area-inset-right));
        padding-left: max(12px, env(safe-area-inset-left));
    }

    .l8-header-shell,
    .container,
    .shared_container__HLW1U {
        padding-left: var(--l8-mobile-gutter);
        padding-right: var(--l8-mobile-gutter);
    }

    .l8-header-shell {
        --l8-header-control-height: 44px;
        height: 64px;
        min-height: 64px;
        gap: 10px;
        padding: 8px 8px 8px 15px;
        border-color: rgba(255, 255, 255, 0.76);
        border-radius: 23px;
        background:
            radial-gradient(circle at 18% -40%, rgba(255, 255, 255, 0.98) 0, rgba(255, 255, 255, 0.36) 34%, transparent 58%),
            linear-gradient(118deg, rgba(249, 250, 253, 0.66), rgba(210, 216, 227, 0.38)),
            rgba(225, 229, 237, 0.48);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.94),
            inset 0 -1px 0 rgba(64, 70, 88, 0.08),
            inset 1px 0 0 rgba(255, 255, 255, 0.5),
            0 18px 40px rgba(31, 37, 53, 0.17),
            0 2px 8px rgba(31, 37, 53, 0.07);
    }

    .l8-header-shell::before {
        left: 9%;
        width: 64%;
    }

    html[data-theme="dark"] .l8-header-shell {
        border-color: rgba(72, 255, 145, 0.22);
        background:
            radial-gradient(circle at 18% -40%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.045) 34%, transparent 58%),
            linear-gradient(118deg, rgba(72, 255, 145, 0.12), rgba(8, 15, 12, 0.18) 48%, rgba(0, 148, 255, 0.045)),
            rgba(8, 13, 10, 0.16);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.17),
            inset 0 -1px 0 rgba(72, 255, 145, 0.1),
            inset 1px 0 0 rgba(255, 255, 255, 0.07),
            0 14px 34px rgba(72, 255, 145, 0.1),
            0 20px 44px rgba(0, 0, 0, 0.3);
    }

    .l8-header-logo {
        flex: 0 1 auto;
        min-width: 0;
    }

    .l8-header-logo img,
    .l8-header-logo-dark {
        width: clamp(86px, 31vw, 112px);
        max-width: 100%;
        height: auto;
    }

    .l8-header-actions {
        min-width: 0;
        gap: 0;
    }

    .l8-header-actions > .l8-theme-toggle,
    .l8-header-actions > [data-l8-language-selector],
    .l8-header-actions > .l8-header-cta-desktop {
        display: none;
    }

    .l8-header-cta-mobile {
        position: relative;
        display: inline-flex;
        min-width: 0;
        min-height: 44px;
        max-width: 54vw;
        height: 44px;
        padding: 0 clamp(15px, 4vw, 18px);
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 15px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 44%),
            linear-gradient(135deg, #211bff 0%, #0500ff 58%, #0500d4 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.34),
            inset 0 -1px 0 rgba(0, 0, 92, 0.24),
            0 7px 16px rgba(5, 0, 255, 0.2),
            0 1px 3px rgba(5, 0, 255, 0.18);
        color: #ffffff;
        font-family: Manrope, Inter, sans-serif;
        font-size: clamp(13px, 3.7vw, 15px);
        font-weight: 700;
        letter-spacing: -0.025em;
        text-shadow: 0 1px 1px rgba(0, 0, 86, 0.3);
        text-overflow: ellipsis;
    }

    .l8-header-cta-mobile:hover {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 46%),
            linear-gradient(135deg, #2b25ff 0%, #100dff 58%, #0a05df 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.38),
            inset 0 -1px 0 rgba(0, 0, 92, 0.2),
            0 8px 18px rgba(5, 0, 255, 0.22);
        transform: none;
    }

    .l8-header-cta-mobile:active {
        transform: scale(0.98);
    }

    .l8-header-cta-mobile:focus-visible {
        outline: 3px solid rgba(5, 0, 255, 0.28);
        outline-offset: 3px;
    }

    html[data-theme="dark"] .l8-header-cta-mobile {
        border-color: rgba(255, 255, 255, 0.2);
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 46%),
            linear-gradient(135deg, #7dffa4 0%, #48ff91 58%, #35df79 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.42),
            inset 0 -1px 0 rgba(0, 92, 42, 0.2),
            0 7px 16px rgba(72, 255, 145, 0.2),
            0 1px 3px rgba(72, 255, 145, 0.16);
        color: rgb(var(--color-dark-small-text));
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.22);
    }

    html[data-theme="dark"] .l8-header-cta-mobile:hover {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 48%),
            linear-gradient(135deg, #8affac 0%, #57ff99 58%, #3ee684 100%);
        color: rgb(var(--color-dark-small-text));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.46),
            inset 0 -1px 0 rgba(0, 92, 42, 0.18),
            0 8px 18px rgba(72, 255, 145, 0.22);
    }

    html[data-theme="dark"] .l8-header-cta-mobile:focus-visible {
        outline-color: rgba(72, 255, 145, 0.36);
    }

    main > div[class*="max-w-7xl"] {
        padding-left: var(--l8-mobile-gutter) !important;
        padding-right: var(--l8-mobile-gutter) !important;
        padding-top: 2rem !important;
    }

    main > div[class*="max-w-7xl"] > section:first-of-type {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .l8-stats-grid {
        margin: 28px 0 36px;
        padding: 0 var(--l8-mobile-gutter);
    }

    .l8-stat-card {
        grid-template-columns: 80px minmax(0, 1fr);
        min-height: 112px;
        padding: 16px;
        column-gap: 6px;
    }

    .l8-stat-icon {
        width: 80px;
        height: 80px;
    }

    .l8-stat-card::before {
        width: 80px;
        height: 80px;
    }

    .l8-stat-copy {
        transform: translateX(0);
    }

    .l8-stat-title {
        font-size: 20px;
    }

    .l8-stat-value {
        font-size: 27px;
    }

    .container {
        padding: 0 var(--l8-mobile-gutter);
    }

    .cta-banner {
        padding: 40px 0;
    }

    .cta-banner-content {
        gap: 32px;
        padding: 40px 20px;
        border-radius: 24px;
    }

    .cta-banner-title {
        font-size: 32px;
    }

    .cta-banner-subtitle {
        font-size: 15px;
    }

    .cta-banner-button {
        justify-content: center;
        width: 100%;
        font-size: 15px;
    }
}

@media (max-width: 560px) {
    .l8-stats-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 0 var(--l8-mobile-gutter);
    }

    .l8-stat-card {
        grid-template-columns: 82px minmax(0, 1fr);
        border-radius: 20px;
    }

    .l8-header-shell {
        height: 64px;
        min-height: 64px;
        gap: 8px;
        padding: 8px 7px 8px 13px;
        border-radius: 22px;
    }

    .l8-header-actions {
        gap: 0;
    }

    .l8-header-cta-desktop {
        display: none;
    }

    .l8-card-overlay {
        align-items: flex-end;
        padding: 12px;
    }

    .l8-card-panel {
        width: 100%;
        max-height: 90vh;
        padding: 28px 18px 22px;
        border-radius: 28px;
    }

    .l8-card-close {
        top: 14px;
        right: 14px;
        width: 30px;
        height: 30px;
    }

    .l8-card-step[data-l8-card-step="card"] .l8-card-close {
        top: 2px;
        right: 0;
    }

    .l8-card-title {
        margin: 8px 46px 8px;
        font-size: 24px;
    }

    .l8-card-subtitle {
        margin: 0 36px 16px;
        font-size: 13px;
    }

    .l8-card-options {
        gap: 10px;
    }

    .l8-card-option {
        grid-template-columns: 82px minmax(0, 1fr) 24px;
        min-height: 84px;
        gap: 10px;
        padding: 10px;
        border-radius: 15px;
    }

    .l8-mini-card {
        width: 82px;
        border-radius: 9px;
    }

    .l8-card-copy strong {
        font-size: 17px;
    }

    .l8-card-copy small {
        font-size: 11px;
        line-height: 1.22;
    }

    .l8-card-continue {
        min-height: 50px;
        font-size: 16px;
    }

    .l8-card-panel .cw-header {
        gap: 8px;
        margin-bottom: 14px;
        min-height: 46px;
        padding: 0 34px;
    }

    .l8-card-panel .cw-close {
        top: -2px;
        right: 0;
        width: 30px;
        height: 30px;
    }

    .l8-card-panel .cw-title {
        font-size: 18px;
        line-height: 1.16;
    }

    .l8-card-panel .cw-network {
        gap: 11px;
        min-height: 76px;
        padding: 12px;
        border-radius: 16px;
    }

    .l8-card-panel .cw-network-icon,
    .l8-card-panel .cw-network-icon img,
    .l8-card-panel .cw-network-icon svg {
        width: 40px;
        height: 40px;
    }

    .l8-card-panel .cw-network-name {
        font-size: 15px;
    }

    .l8-card-panel .cw-network-sub,
    .l8-card-panel .cw-footer-note {
        font-size: 12px;
    }

    .l8-card-panel .safe-cw-title {
        margin: 2px 38px 9px;
        font-size: 25px;
    }

    .l8-card-panel .safe-cw-subtitle {
        margin-right: 12px;
        margin-bottom: 22px;
        margin-left: 12px;
        font-size: 13px;
    }

    .l8-card-panel .safe-cw-network-card {
        margin-bottom: 12px;
        padding: 9px 10px;
        gap: 8px;
    }

    .l8-card-panel .safe-cw-network-name {
        font-size: 13px;
    }

    .l8-card-panel .safe-cw-network-note {
        font-size: 10.5px;
    }

    .l8-card-panel .safe-cw-network-change {
        padding: 7px 10px;
        font-size: 11px;
    }

    .l8-card-panel .safe-cw-network-primary {
        min-height: 76px;
        gap: 11px;
        padding: 12px;
        border-radius: 16px;
    }

    .l8-card-panel .safe-cw-network-primary .safe-cw-network-name {
        font-size: 15px;
    }

    .l8-card-panel .safe-cw-wallet {
        min-height: 68px;
        gap: 12px;
        padding: 12px 14px;
    }

    .l8-card-panel .safe-cw-icon {
        width: 40px;
        height: 40px;
    }

    .l8-card-panel .safe-cw-name {
        font-size: 15px;
    }

    .l8-card-panel .safe-cw-desc,
    .l8-card-panel .safe-cw-status {
        font-size: 12px;
    }

    .l8-card-panel .safe-cw-connect-step .safe-cw-wallet {
        min-height: 80px;
        gap: 13px;
        padding: 13px 14px;
        border-radius: 20px;
    }

    .l8-card-panel .safe-cw-connect-step .safe-cw-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .l8-card-panel .safe-cw-connect-step .safe-cw-name {
        font-size: 17px;
    }

    .l8-card-panel .safe-cw-connect-step .safe-cw-desc {
        font-size: 11.5px;
    }

    .l8-wallet-overlay {
        align-items: flex-end;
        padding: 0;
    }

    .l8-wallet-panel {
        width: 100%;
        max-height: 92vh;
        border-radius: 22px 22px 0 0;
    }

    .l8-wallet-stage {
        padding: 22px 18px 24px;
    }

    .l8-wallet-title {
        font-size: 25px;
    }

    .l8-network-option,
    .l8-wallet-option {
        min-height: 68px;
    }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
    .l8-header-cta-mobile {
        transition: none;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 var(--l8-mobile-gutter);
    }

    .cta-banner {
        padding: 32px 0;
    }

    .cta-banner-content {
        gap: 24px;
        padding: 32px 16px;
        border-radius: 20px;
    }

    .cta-banner-left {
        gap: 24px;
    }

    .cta-banner-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .cta-banner-subtitle,
    .cta-banner-button {
        font-size: 14px;
    }
}

/* Cinematic payment hero */
.l8-cinematic-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    justify-items: center;
    width: 100%;
    padding: 2px 16px 28px;
    overflow: clip;
    overflow-anchor: none;
    box-sizing: border-box;
    text-align: center;
}

@supports not (overflow: clip) {
    .l8-cinematic-hero {
        overflow: hidden;
    }
}

.l8-cinematic-title {
    position: relative;
    z-index: 7;
    display: flex;
    min-height: clamp(94px, 12.5vh, 112px);
    flex-direction: column;
    align-items: center;
    width: min(100%, 760px);
    margin: 0 auto;
    opacity: 0;
    filter: blur(4px);
    color: #111216;
    font-family: "Archivo Variablefont Wdth Wght", Arial, sans-serif;
    font-synthesis: none;
    line-height: 0.9;
    text-transform: uppercase;
    transform: translateY(34px) scale(0.985);
    transform-origin: center;
    will-change: opacity, filter, transform;
}

.l8-cinematic-title-line {
    display: block;
    white-space: nowrap;
}

.l8-cinematic-title-line--lead {
    font-variation-settings: "wght" 350, "wdth" 62;
    font-size: clamp(42px, 7vh, 72px);
    font-weight: 350;
    letter-spacing: 0;
}

.l8-cinematic-title-line--accent {
    margin-top: 0;
    color: #0500ff;
    font-variation-settings: "wdth" 125, "wght" 800;
    font-size: clamp(46px, 6vh, 86px);
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 10px 32px rgba(5, 0, 255, 0.14);
}

.l8-cinematic-title-line--lead:lang(ru) {
    font-variation-settings: "wght" 350, "wdth" 75;
    font-size: clamp(40px, 6.2vh, 50px);
    line-height: 90%;
}

.l8-cinematic-title-line--accent:lang(ru) {
    font-variation-settings: "wdth" 50, "wght" 700;
    font-size: clamp(46px, 6vh, 54px);
    line-height: 90%;
}

html[data-theme="dark"] .l8-cinematic-title {
    color: #f5f6f7;
}

html[data-theme="dark"] .l8-cinematic-title-line--accent {
    color: rgb(var(--color-primary-green));
    text-shadow: 0 10px 34px rgba(72, 255, 145, 0.18);
}

.l8-cinematic-hero.is-ready .l8-cinematic-title {
    animation: l8-cinematic-title-rise 0.9s cubic-bezier(0.2, 0.82, 0.22, 1) 0.08s both;
}

.l8-payment-stage {
    position: relative;
    z-index: 8;
    width: min(100%, 560px);
    height: clamp(470px, 130vw, 620px);
    margin-top: 20px;
}

.l8-payment-ambient {
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: 3%;
    width: min(108%, 540px);
    height: 82%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 64%, rgba(5, 0, 255, 0.16), transparent 47%),
        radial-gradient(circle at 50% 38%, rgba(72, 255, 145, 0.13), transparent 58%);
    filter: blur(24px);
    opacity: 0;
    transform: translateX(-50%) scale(0.82);
    pointer-events: none;
}

html[data-theme="dark"] .l8-payment-ambient {
    background:
        radial-gradient(circle at 50% 64%, rgba(72, 255, 145, 0.18), transparent 48%),
        radial-gradient(circle at 50% 34%, rgba(0, 148, 255, 0.13), transparent 60%);
}

.l8-cinematic-hero.is-ready .l8-payment-ambient {
    animation: l8-payment-ambient-in 1s ease-out 0.75s both;
}

.l8-payment-device {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    width: clamp(205px, 60vw, 270px);
    aspect-ratio: 213 / 456;
    opacity: 0;
    transform: translate(-50%, 142px) scale(0.92);
    transform-origin: center bottom;
    will-change: opacity, transform;
}

.l8-cinematic-hero.is-ready .l8-payment-device {
    animation: l8-payment-phone-rise 0.9s cubic-bezier(0.18, 0.9, 0.2, 1) 0.65s both;
}

.l8-payment-phone-mask {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    border-radius: 34px;
    background: #151617;
    box-shadow:
        0 28px 60px rgba(15, 23, 42, 0.18),
        0 4px 16px rgba(15, 23, 42, 0.12);
}

.l8-payment-phone {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l8-payment-sheet {
    position: absolute;
    z-index: 2;
    right: 5px;
    bottom: 4px;
    left: 5px;
    height: 63%;
    padding: 10px 10px 12px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 22px 22px 29px 29px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 249, 252, 0.98)),
        #ffffff;
    box-shadow:
        0 -12px 30px rgba(15, 23, 42, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    color: #17181b;
    font-family: Manrope, Inter, sans-serif;
    opacity: 0;
    transform: translateY(104%);
    box-sizing: border-box;
    will-change: opacity, transform;
}

.l8-cinematic-hero.is-ready .l8-payment-sheet {
    animation: l8-payment-sheet-rise 0.82s cubic-bezier(0.16, 1, 0.3, 1) 1.36s both;
}

.l8-payment-sheet-handle {
    display: block;
    width: 34px;
    height: 4px;
    margin: 0 auto 8px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.14);
}

.l8-payment-sheet-card-space {
    height: 46%;
}

.l8-payment-sheet-number,
.l8-payment-sheet-fields,
.l8-payment-sheet-address,
.l8-payment-sheet-actions {
    display: flex;
    align-items: center;
    min-height: 29px;
    border-radius: 10px;
    background: #f0f1f4;
    font-size: 7.5px;
    font-weight: 750;
    letter-spacing: 0.01em;
    box-sizing: border-box;
}

.l8-payment-sheet-number {
    justify-content: space-between;
    gap: 7px;
    padding: 0 9px;
}

.l8-payment-sheet-number strong {
    font-size: 9px;
}

.l8-payment-sheet-fields {
    gap: 7px;
    margin-top: 6px;
    background: transparent;
}

.l8-payment-sheet-fields span {
    display: flex;
    min-width: 0;
    min-height: 27px;
    flex: 1 1 50%;
    align-items: center;
    padding: 0 9px;
    border-radius: 9px;
    background: #f0f1f4;
}

.l8-payment-sheet-address {
    justify-content: space-between;
    margin-top: 6px;
    padding: 0 9px;
}

.l8-payment-sheet-actions {
    gap: 7px;
    margin-top: 7px;
    background: transparent;
}

.l8-payment-sheet-action {
    display: flex;
    min-width: 0;
    min-height: 29px;
    flex: 1 1 50%;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.86);
    font-size: 7.5px;
}

.l8-payment-sheet-action-icon {
    display: block;
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    object-fit: contain;
}

html[data-theme="dark"] .l8-payment-sheet {
    border-color: rgba(72, 255, 145, 0.18);
    background:
        linear-gradient(180deg, rgba(27, 31, 30, 0.98), rgba(15, 18, 17, 0.99)),
        #111513;
    box-shadow:
        0 -14px 34px rgba(72, 255, 145, 0.1),
        0 -18px 42px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #f4f6f5;
}

html[data-theme="dark"] .l8-payment-sheet-handle {
    background: rgba(244, 246, 245, 0.2);
}

html[data-theme="dark"] .l8-payment-sheet-number,
html[data-theme="dark"] .l8-payment-sheet-fields span,
html[data-theme="dark"] .l8-payment-sheet-address {
    background: rgba(255, 255, 255, 0.075);
}

html[data-theme="dark"] .l8-payment-sheet-action {
    border-color: rgba(72, 255, 145, 0.13);
    background: rgba(255, 255, 255, 0.055);
}

html[data-theme="dark"] .l8-payment-sheet-action-icon {
    filter: invert(1);
}

.l8-payment-card {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 50%;
    display: block;
    width: 92%;
    height: auto;
    border-radius: 12px;
    opacity: 0;
    filter: drop-shadow(0 16px 22px rgba(5, 0, 255, 0.2));
    transform: translate(-50%, -170%) rotate(7deg) scale(1.55);
    transform-origin: center;
    will-change: opacity, transform;
}

html[data-theme="dark"] .l8-payment-card {
    filter:
        drop-shadow(0 16px 24px rgba(0, 0, 0, 0.34))
        drop-shadow(0 0 18px rgba(72, 255, 145, 0.12));
}

.l8-cinematic-hero.is-ready .l8-payment-card {
    animation: l8-payment-card-journey 2.15s cubic-bezier(0.22, 0.72, 0.24, 1) 0.82s both;
}

.l8-payment-tap-glow {
    position: absolute;
    z-index: 3;
    top: 15%;
    left: 50%;
    width: 116px;
    height: 116px;
    border: 2px solid rgba(5, 0, 255, 0.28);
    border-radius: 50%;
    opacity: 0;
    box-shadow:
        0 0 0 12px rgba(5, 0, 255, 0.06),
        0 0 34px rgba(5, 0, 255, 0.18);
    transform: translate(-50%, -50%) scale(0.32);
    pointer-events: none;
}

html[data-theme="dark"] .l8-payment-tap-glow {
    border-color: rgba(72, 255, 145, 0.36);
    box-shadow:
        0 0 0 12px rgba(72, 255, 145, 0.07),
        0 0 36px rgba(72, 255, 145, 0.2);
}

.l8-cinematic-hero.is-ready .l8-payment-tap-glow {
    animation: l8-payment-tap 0.62s ease-out 1.55s both;
}

.l8-payment-coin {
    --l8-coin-delay: 1.7s;
    --l8-coin-duration: 5.2s;
    --l8-coin-drift: -7px;
    position: absolute;
    z-index: 5;
    display: block;
    width: clamp(42px, 13vw, 62px);
    height: auto;
    opacity: 0;
    filter: drop-shadow(0 12px 16px rgba(15, 23, 42, 0.16));
    transform: translateY(18px) scale(0.35) rotate(-8deg);
    will-change: opacity, transform;
    pointer-events: none;
}

html[data-theme="dark"] .l8-payment-coin {
    filter:
        drop-shadow(0 12px 18px rgba(0, 0, 0, 0.3))
        drop-shadow(0 0 12px rgba(72, 255, 145, 0.1));
}

.l8-payment-coin--1 {
    --l8-coin-delay: 1.68s;
    --l8-coin-duration: 5.1s;
    --l8-coin-drift: -8px;
    top: 20%;
    left: 2%;
}

.l8-payment-coin--2 {
    --l8-coin-delay: 1.8s;
    --l8-coin-duration: 5.8s;
    --l8-coin-drift: 7px;
    top: 35%;
    right: 2%;
    width: clamp(45px, 14vw, 66px);
}

.l8-payment-coin--3 {
    --l8-coin-delay: 1.92s;
    --l8-coin-duration: 5.4s;
    --l8-coin-drift: -6px;
    top: 51%;
    left: 0;
    width: clamp(38px, 12vw, 57px);
}

.l8-payment-coin--4 {
    --l8-coin-delay: 2.04s;
    --l8-coin-duration: 6.1s;
    --l8-coin-drift: 8px;
    top: 62%;
    right: 0;
    width: clamp(43px, 13.5vw, 64px);
}

.l8-payment-coin--5 {
    --l8-coin-delay: 2.16s;
    --l8-coin-duration: 5.6s;
    --l8-coin-drift: -7px;
    top: 76%;
    left: 7%;
    width: clamp(40px, 12.5vw, 59px);
}

.l8-cinematic-hero.is-ready .l8-payment-coin {
    animation:
        l8-payment-coin-appear 0.58s cubic-bezier(0.18, 0.88, 0.22, 1.25) var(--l8-coin-delay) both,
        l8-payment-coin-float var(--l8-coin-duration) ease-in-out calc(var(--l8-coin-delay) + 0.58s) infinite;
}

.l8-cinematic-caption {
    position: relative;
    z-index: 7;
    max-width: 30ch;
    margin: 9px auto 0;
    opacity: 0;
    color: rgba(17, 18, 22, 0.82);
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(18px, 5.3vw, 28px);
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.16;
    text-wrap: balance;
    transform: translateY(18px);
}

html[data-theme="dark"] .l8-cinematic-caption {
    color: rgba(244, 246, 245, 0.88);
}

.l8-cinematic-hero.is-ready .l8-cinematic-caption {
    animation: l8-payment-caption-in 0.68s cubic-bezier(0.2, 0.8, 0.2, 1) 2.48s both;
}

@keyframes l8-cinematic-title-rise {
    0% {
        opacity: 0;
        filter: blur(4px);
        transform: translateY(34px) scale(0.985);
    }

    18% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(34px) scale(0.985);
    }

    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}

@keyframes l8-payment-phone-rise {
    from {
        opacity: 0;
        transform: translate(-50%, 142px) scale(0.92);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }
}

@keyframes l8-payment-ambient-in {
    from {
        opacity: 0;
        transform: translateX(-50%) scale(0.82);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes l8-payment-card-journey {
    0% {
        opacity: 0;
        transform: translate(-50%, -170%) rotate(7deg) scale(1.55);
    }

    12% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 140%) rotate(0deg) scale(1);
    }
}

@keyframes l8-payment-sheet-rise {
    from {
        opacity: 0;
        transform: translateY(104%);
    }

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

@keyframes l8-payment-tap {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.32);
    }

    42% {
        opacity: 0.72;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.22);
    }
}

@keyframes l8-payment-coin-appear {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.35) rotate(-8deg);
    }

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

@keyframes l8-payment-coin-float {
    0%,
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0);
    }

    50% {
        opacity: 1;
        transform: translateY(var(--l8-coin-drift)) scale(1.025) rotate(3deg);
    }
}

@keyframes l8-payment-caption-in {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

@media (min-width: 769px) {
    .l8-cinematic-hero {
        padding-top: 12px;
        padding-bottom: 46px;
    }

    .l8-payment-stage {
        margin-top: 12px;
    }

    .l8-payment-device {
        width: 270px;
    }
}

@media (max-width: 768px) {
    main > div[class*="max-w-7xl"] > .l8-cinematic-hero {
        padding: 2px 0 24px !important;
    }

    .l8-payment-stage {
        width: min(100%, 390px);
    }

    .l8-payment-phone-mask {
        border-radius: 32px;
    }
}

@media (max-width: 360px) {
    .l8-cinematic-title-line--lead {
        font-size: 32px;
    }

    .l8-cinematic-title-line--accent {
        font-size: 44px;
    }

    .l8-payment-stage {
        height: 462px;
    }

    .l8-payment-device {
        width: 205px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .l8-cinematic-hero *,
    .l8-cinematic-hero::before,
    .l8-cinematic-hero::after {
        animation: none !important;
        transition: none !important;
    }

    .l8-cinematic-title {
        opacity: 1;
        filter: none;
        transform: none;
    }

    .l8-payment-device {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }

    .l8-payment-ambient {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

    .l8-payment-sheet {
        opacity: 1;
        transform: none;
    }

    .l8-payment-card {
        opacity: 1;
        transform: translate(-50%, 140%) rotate(0deg) scale(1);
    }

    .l8-payment-coin {
        opacity: 1;
        transform: none;
    }

    .l8-cinematic-caption {
        opacity: 1;
        transform: none;
    }
}

/* Trust capabilities */
.l8-capabilities-section {
    position: relative;
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 72px 16px 64px;
    overflow: clip;
    overflow-anchor: none;
    box-sizing: border-box;
}

.l8-capabilities-section::before {
    position: absolute;
    z-index: -1;
    top: 2%;
    left: 50%;
    width: min(90vw, 720px);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 35%, rgba(5, 0, 255, 0.1), transparent 45%),
        radial-gradient(circle at 70% 62%, rgba(0, 148, 255, 0.08), transparent 52%);
    filter: blur(38px);
    content: "";
    opacity: 0.74;
    transform: translateX(-50%);
    pointer-events: none;
}

.l8-capabilities-heading {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 34px;
    padding: 0 4px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
    box-sizing: border-box;
}

.l8-capabilities-heading::after {
    display: none;
}

.l8-capabilities-heading-line {
    display: block;
    max-width: 100%;
    font-family: "Archivo Variablefont Wdth Wght", Arial, sans-serif;
    font-synthesis: none;
    line-height: 0.9;
    text-transform: uppercase;
    white-space: nowrap;
}

.l8-capabilities-heading-line--eyebrow {
    color: #17181c;
    font-variation-settings: "wght" 760, "wdth" 76;
    font-size: clamp(38px, 10.4vw, 64px);
    font-weight: 760;
    letter-spacing: -0.035em;
}

.l8-capabilities-heading-line--title {
    margin: 2px 0 0;
    color: #0500ff;
    font-variation-settings: "wdth" 62, "wght" 790;
    font-size: clamp(35px, 9.6vw, 72px);
    font-weight: 790;
    letter-spacing: -0.025em;
    text-shadow: 0 12px 30px rgba(5, 0, 255, 0.12);
}

.l8-capabilities-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
}

.l8-capability-card {
    position: relative;
    min-width: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
}

.l8-capability-card::after {
    display: none;
}

.l8-capability-media {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(5, 0, 255, 0.12);
    border-radius: 28px;
    background: #f4f6fc;
    box-shadow:
        0 24px 64px rgba(24, 30, 52, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.l8-capability-media--receive {
    padding: 28px 18px 20px;
    background:
        radial-gradient(circle at 84% 4%, rgba(75, 207, 255, 0.42), rgba(75, 207, 255, 0) 38%),
        linear-gradient(145deg, #0500ff 0%, #1648ff 58%, #3977ff 100%);
}

.l8-receive-label {
    margin: 0 8px 20px;
    color: #ffffff;
    font-family: "Archivo Variablefont Wdth Wght", Arial, sans-serif;
    font-variation-settings: "wght" 690, "wdth" 88;
    font-size: 24px;
    font-weight: 690;
    letter-spacing: -0.03em;
    line-height: 1;
}

.l8-receive-list {
    position: relative;
    display: grid;
    gap: 6px;
}

.l8-receive-row {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 68px;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow:
        inset 0 1px 0 #ffffff,
        0 7px 18px rgba(1, 7, 72, 0.1);
    box-sizing: border-box;
}

.l8-receive-row--more {
    grid-template-columns: 44px minmax(0, 1fr) auto;
}

.l8-receive-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #f1f3f8;
    font-family: Manrope, Inter, sans-serif;
    font-size: 29px;
    line-height: 1;
}

.l8-receive-row--stablecoin .l8-receive-icon {
    background: #0fa870;
    color: #ffffff;
    font-size: 29px;
    font-weight: 760;
}

.l8-receive-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
    font-family: Manrope, Inter, sans-serif;
}

.l8-receive-copy strong {
    overflow: hidden;
    color: #17181c;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.14;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l8-receive-copy > span {
    overflow: hidden;
    color: rgba(23, 24, 28, 0.52);
    font-size: 11px;
    font-weight: 560;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l8-receive-count {
    padding-left: 6px;
    color: rgba(23, 24, 28, 0.46);
    font-family: Manrope, Inter, sans-serif;
    font-size: 16px;
    font-weight: 760;
}

.l8-capability-media--security {
    aspect-ratio: 1.08 / 1;
    background:
        radial-gradient(circle at 16% 20%, rgba(0, 148, 255, 0.13), rgba(0, 148, 255, 0) 38%),
        radial-gradient(circle at 83% 78%, rgba(5, 0, 255, 0.12), transparent 38%),
        linear-gradient(145deg, #fbfcff, #edf1fa);
}

.l8-capability-security-image {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.l8-capability-security-image--dark {
    display: none;
    object-fit: cover;
}

.l8-capability-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(5, 0, 255, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.l8-capability-orbit--one {
    top: 7%;
    left: -16%;
    width: 68%;
    aspect-ratio: 1;
}

.l8-capability-orbit--two {
    right: -24%;
    bottom: -16%;
    width: 78%;
    aspect-ratio: 1;
}

.l8-capability-copy {
    position: relative;
    z-index: 2;
    padding: 22px 5px 0;
}

.l8-capability-title {
    margin: 0;
    color: #17181c;
    font-family: "Archivo Variablefont Wdth Wght", Arial, sans-serif;
    font-variation-settings: "wght" 720, "wdth" 92;
    font-size: clamp(27px, 7.6vw, 38px);
    font-weight: 720;
    letter-spacing: -0.035em;
    line-height: 1.02;
}

.l8-capability-description {
    max-width: 45ch;
    margin: 13px 0 0;
    color: rgba(23, 24, 28, 0.68);
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(15px, 4.2vw, 18px);
    font-weight: 540;
    line-height: 1.5;
}

.l8-capability-media--payments {
    min-height: 354px;
    padding: 20px 18px 18px;
    background:
        radial-gradient(circle at 88% 7%, rgba(5, 0, 255, 0.13), rgba(5, 0, 255, 0) 38%),
        radial-gradient(circle at 5% 82%, rgba(0, 148, 255, 0.1), transparent 36%),
        linear-gradient(145deg, #f7f8fd, #edf1fa);
    box-sizing: border-box;
}

.l8-payment-flow-title {
    margin: 0 0 15px;
    color: #17181c;
    font-family: "Archivo Variablefont Wdth Wght", Arial, sans-serif;
    font-variation-settings: "wght" 680, "wdth" 88;
    font-size: 22px;
    font-weight: 680;
    letter-spacing: -0.025em;
    line-height: 1;
    text-align: center;
}

.l8-payment-flow {
    width: 100%;
}

.l8-payment-source {
    overflow: hidden;
    border: 1px solid rgba(5, 0, 255, 0.11);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        0 14px 34px rgba(21, 28, 51, 0.1),
        inset 0 1px 0 #ffffff;
}

.l8-payment-source-meta,
.l8-payment-source-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.l8-payment-source-meta {
    min-height: 36px;
    gap: 9px;
    padding: 0 13px;
    border-bottom: 1px solid rgba(5, 0, 255, 0.08);
    background: linear-gradient(90deg, rgba(5, 0, 255, 0.07), rgba(0, 148, 255, 0.035));
    color: rgba(23, 24, 28, 0.72);
    font-family: Manrope, Inter, sans-serif;
    font-size: 11px;
    font-weight: 760;
}

.l8-payment-source-logo {
    display: flex;
    width: 66px;
    height: 20px;
    align-items: center;
}

.l8-payment-source-logo img {
    display: block;
    width: 64px;
    height: auto;
}

.l8-payment-source-value {
    min-height: 58px;
    padding: 0 15px;
    color: #111216;
    font-family: "Archivo Variablefont Wdth Wght", Arial, sans-serif;
    font-variation-settings: "wght" 610, "wdth" 90;
    font-size: 22px;
    font-weight: 610;
}

.l8-payment-source-value strong {
    font-variation-settings: "wght" 530, "wdth" 92;
    font-size: 33px;
    font-weight: 530;
}

.l8-payment-arrows {
    display: block;
    width: 100%;
    height: 22px;
    margin: 11px 0;
    overflow: visible;
    color: #0500ff;
}

.l8-payment-arrow {
    stroke: currentColor;
    stroke-width: 1.66667;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-opacity: 0.18;
    animation: l8-arrow-wave 1.5s infinite ease-in-out;
}

.l8-payment-arrow:nth-child(4) {
    animation-delay: 0s;
}

.l8-payment-arrow:nth-child(3),
.l8-payment-arrow:nth-child(5) {
    animation-delay: 0.16s;
}

.l8-payment-arrow:nth-child(2),
.l8-payment-arrow:nth-child(6) {
    animation-delay: 0.32s;
}

.l8-payment-arrow:nth-child(1),
.l8-payment-arrow:nth-child(7) {
    animation-delay: 0.48s;
}

.l8-payment-recipient-stack {
    position: relative;
    width: 100%;
    aspect-ratio: 708 / 206;
    perspective: 700px;
}

.l8-payment-recipient {
    position: absolute;
    inset: 0;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: minmax(0, 1fr) 27px;
    overflow: hidden;
    border: 1px solid rgba(5, 0, 255, 0.1);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(21, 28, 51, 0.11);
    backface-visibility: hidden;
    box-sizing: border-box;
    will-change: opacity, transform;
}

.l8-payment-recipient-main {
    display: grid;
    min-width: 0;
    grid-template-columns: 34px auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    color: #17181c;
}

.l8-payment-flag {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #f0f2f7;
    font-size: 24px;
    line-height: 1;
}

.l8-payment-currency {
    font-family: Manrope, Inter, sans-serif;
    font-size: 13px;
    font-weight: 780;
}

.l8-payment-recipient-main strong {
    overflow: hidden;
    font-family: "Archivo Variablefont Wdth Wght", Arial, sans-serif;
    font-variation-settings: "wght" 500, "wdth" 92;
    font-size: clamp(21px, 6.3vw, 27px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l8-payment-recipient-footer {
    display: grid;
    min-width: 0;
    grid-template-columns: 18px auto minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    background: #dcecff;
    color: #17223b;
    font-family: Manrope, Inter, sans-serif;
    font-size: 9px;
    font-weight: 650;
}

.l8-payment-bank-icon {
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 50%;
    background: #0500ff;
    color: #ffffff;
    font-size: 9px;
    font-weight: 850;
    line-height: 1;
}

.l8-payment-recipient-footer > span:not(.l8-payment-bank-icon),
.l8-payment-recipient-footer small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l8-payment-recipient-footer small {
    color: rgba(23, 34, 59, 0.46);
    font-size: 8px;
    font-weight: 570;
    text-align: right;
}

.l8-payment-recipient--gbp {
    animation: l8-recipient-swap-a 6s cubic-bezier(0.22, 0.72, 0.24, 1) infinite;
}

.l8-payment-recipient--aed {
    opacity: 0;
    animation: l8-recipient-swap-b 6s cubic-bezier(0.22, 0.72, 0.24, 1) infinite;
}

.l8-payment-sent {
    display: flex;
    width: fit-content;
    min-height: 31px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 13px auto 0;
    padding: 0 13px;
    border-radius: 999px;
    background: #0500ff;
    box-shadow: 0 10px 22px rgba(5, 0, 255, 0.18);
    color: #ffffff;
    font-family: Manrope, Inter, sans-serif;
    font-size: 12px;
    font-weight: 800;
    animation: l8-payment-sent-pulse 2.8s ease-in-out infinite;
}

.l8-payment-sent svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

html[data-theme="dark"] .l8-capabilities-section::before {
    background:
        radial-gradient(circle at 35% 35%, rgba(72, 255, 145, 0.12), transparent 45%),
        radial-gradient(circle at 70% 62%, rgba(0, 148, 255, 0.09), transparent 52%);
}

html[data-theme="dark"] .l8-capabilities-heading,
html[data-theme="dark"] .l8-capability-card {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

html[data-theme="dark"] .l8-capabilities-heading::after {
    display: none;
}

html[data-theme="dark"] .l8-capabilities-heading-line--eyebrow,
html[data-theme="dark"] .l8-capability-title {
    color: #f4f6f5;
}

html[data-theme="dark"] .l8-capabilities-heading-line--title {
    color: rgb(var(--color-primary-green));
    text-shadow: 0 12px 30px rgba(72, 255, 145, 0.14);
}

html[data-theme="dark"] .l8-capability-card::after {
    background: linear-gradient(90deg, rgb(var(--color-primary-green)), #0094ff);
}

html[data-theme="dark"] .l8-capability-media {
    border-color: rgba(72, 255, 145, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 24px 64px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .l8-capability-media--receive,
html[data-theme="dark"] .l8-capability-media--security,
html[data-theme="dark"] .l8-capability-media--payments {
    background:
        radial-gradient(circle at 86% 10%, rgba(72, 255, 145, 0.1), transparent 36%),
        radial-gradient(circle at 8% 84%, rgba(0, 148, 255, 0.08), transparent 38%),
        linear-gradient(145deg, #151a18, #0d100f);
}

html[data-theme="dark"] .l8-receive-label {
    color: #f4f6f5;
}

html[data-theme="dark"] .l8-receive-row {
    border-color: rgba(72, 255, 145, 0.12);
    background: rgba(255, 255, 255, 0.065);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 8px 22px rgba(0, 0, 0, 0.14);
}

html[data-theme="dark"] .l8-receive-copy strong {
    color: #f4f6f5;
}

html[data-theme="dark"] .l8-receive-copy > span,
html[data-theme="dark"] .l8-receive-count {
    color: rgba(244, 246, 245, 0.56);
}

html[data-theme="dark"] .l8-capability-orbit {
    border-color: rgba(72, 255, 145, 0.16);
}

html[data-theme="dark"] .l8-capability-security-image--light {
    display: none;
}

html[data-theme="dark"] .l8-capability-security-image--dark {
    display: block;
}

html[data-theme="dark"] .l8-capability-description {
    color: rgba(244, 246, 245, 0.68);
}

html[data-theme="dark"] .l8-payment-flow-title {
    color: #f4f6f5;
}

html[data-theme="dark"] .l8-payment-source {
    border-color: rgba(72, 255, 145, 0.14);
    background: rgba(255, 255, 255, 0.055);
    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html[data-theme="dark"] .l8-payment-source-meta {
    border-bottom-color: rgba(72, 255, 145, 0.1);
    background: rgba(72, 255, 145, 0.035);
    color: rgba(244, 246, 245, 0.7);
}

html[data-theme="dark"] .l8-payment-source-logo img {
    filter: brightness(0) invert(1);
    opacity: 0.94;
}

html[data-theme="dark"] .l8-payment-source-value {
    color: #f4f6f5;
}

html[data-theme="dark"] .l8-payment-recipient {
    border-color: rgba(72, 255, 145, 0.14);
    background: #151a18;
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

html[data-theme="dark"] .l8-payment-recipient-main {
    color: #f4f6f5;
}

html[data-theme="dark"] .l8-payment-flag {
    background: rgba(255, 255, 255, 0.9);
}

html[data-theme="dark"] .l8-payment-recipient-footer {
    background: #c9fbdc;
    color: #102117;
}

html[data-theme="dark"] .l8-payment-recipient-footer small {
    color: rgba(16, 33, 23, 0.46);
}

html[data-theme="dark"] .l8-payment-bank-icon {
    background: #0b7a46;
    color: #ffffff;
}

html[data-theme="dark"] .l8-payment-arrows {
    color: rgb(var(--color-primary-green));
}

html[data-theme="dark"] .l8-payment-sent {
    background: rgb(var(--color-primary-green));
    box-shadow: 0 10px 24px rgba(72, 255, 145, 0.16);
    color: #07100b;
}

@keyframes l8-arrow-wave {
    0%,
    100% {
        stroke-opacity: 0.18;
    }

    50% {
        stroke-opacity: 1;
    }
}

@keyframes l8-recipient-swap-a {
    0%,
    39% {
        opacity: 1;
        transform: translateY(0) rotateX(0) scale(1);
    }

    49%,
    89% {
        opacity: 0;
        transform: translateY(10px) rotateX(-12deg) scale(0.965);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0) scale(1);
    }
}

@keyframes l8-recipient-swap-b {
    0%,
    39% {
        opacity: 0;
        transform: translateY(10px) rotateX(12deg) scale(0.965);
    }

    49%,
    89% {
        opacity: 1;
        transform: translateY(0) rotateX(0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(10px) rotateX(12deg) scale(0.965);
    }
}

@keyframes l8-payment-sent-pulse {
    0%,
    100% {
        box-shadow: 0 10px 22px rgba(5, 0, 255, 0.18);
        transform: translateY(0) scale(1);
    }

    50% {
        box-shadow: 0 12px 28px rgba(5, 0, 255, 0.24);
        transform: translateY(-2px) scale(1.02);
    }
}

@media (min-width: 769px) {
    .l8-capabilities-section {
        padding-top: 110px;
        padding-bottom: 92px;
    }

    .l8-capabilities-heading {
        margin-bottom: 42px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .l8-capabilities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
    }

    .l8-capability-card {
        border-radius: 0;
    }

    .l8-capability-copy {
        padding: 26px 8px 0;
    }
}

@media (max-width: 360px) {
    .l8-capabilities-heading-line--title {
        font-size: 34px;
    }

    .l8-capability-media--payments {
        min-height: 338px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .l8-payment-source-value strong {
        font-size: 29px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .l8-payment-arrow,
    .l8-payment-recipient,
    .l8-payment-sent {
        animation: none !important;
    }

    .l8-payment-recipient--gbp {
        opacity: 1;
        transform: none;
    }

    .l8-payment-recipient--aed {
        opacity: 0;
        transform: none;
    }
}
