@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");:root {
    --sunrent-gradient: linear-gradient(135deg,#0000ff,#0500FF);
    --sunrent-gradient-hover: linear-gradient(135deg,#1a1aff,#3333ff);
    --sunrent-text-primary: #1a1a1a;
    --sunrent-text-secondary: rgba(26,26,26,0.8);
    --sunrent-text-muted: rgba(26,26,26,0.6)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: Manrope,sans-serif
}

html {
    height: 100%;
    padding: 0;
    scroll-behavior: smooth;
    scroll-padding-top: 96px
}

body,html {
    width: 100%;
    margin: 0;
    background: #ffffff
}

body {
    font-family: Manrope,sans-serif;
    color: var(--sunrent-text-primary);
    position: relative;
    min-height: 100vh;
    padding: 96px 0 0;
    overflow-x: hidden
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

@media (max-width: 768px) {
    .container {
        padding:0 16px
    }
}

@media (max-width: 480px) {
    .container {
        padding:0 12px
    }
}


body>:not(.liquid-ether-container):not(.header):not(.auth-modal-root):not(.wallet-modal-root):not(.token-modal-overlay):not(.loading-modal-overlay):not(.get-card-modal-overlay):not(.get-card-modal-root) {
    /* z-index: 1 */
}

/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports ((-webkit-hyphens: none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        *,::backdrop,:after,:before {
            --tw-rotate-x:initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-border-style: solid;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial
        }
    }
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.static {
    position: static
}

.container {
    width: 100%
}

.block {
    display: block
}

.block\! {
    display: block!important
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.inline-block {
    display: inline-block
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.flex-shrink {
    flex-shrink: 1
}

.flex-grow,.grow {
    flex-grow: 1
}

.transform {
    transform: var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)
}

.resize {
    resize: both
}

.flex-wrap {
    flex-wrap: wrap
}

.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.border {
    border-style: var(--tw-border-style);
    border-width: 1px
}

.capitalize {
    text-transform: capitalize
}

.ring {
    --tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
    box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
}

.outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px
}

.invert {
    --tw-invert: invert(100%)
}

.filter,.invert {
    filter: var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)
}

.filter\! {
    filter: var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)!important
}

.transition {
    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;
    transition-timing-function: var(--tw-ease,ease);
    transition-duration: var(--tw-duration,0s)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px)
}

.header-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 20px;
    border: none;
    border-radius: 0;
    padding: 24px 40px;
    position: relative;
    z-index: 1
}

.header-content,.header-logo {
    display: flex;
    align-items: center
}

.header-logo {
    flex-shrink: 0;
    z-index: 2
}

.header-logo img {
    height: 40px;
    width: auto
}

.header-logo-name {
    margin-left: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: .02em;
    text-transform: none;
    white-space: nowrap;
    font-family: Manrope,sans-serif
}

.header-nav-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none
}

.header-nav-desktop .header-nav-item {
    pointer-events: auto
}

.header-nav-mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0
}

.header-nav-item {
    color: rgba(26,26,26,.7);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color .2s;
    position: relative;
    padding: 8px 0
}

.header-nav-item:hover {
    color: #1a1a1a
}

.header-nav-item.active {
    color: #0500FF;
    background: none;
    box-shadow: none;
    background-image: var(--sunrent-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.header-connect-btn {
    background: #0500FF;
    color: #ffffff;
    border: none;
    padding: 12px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s;
    font-family: Manrope,sans-serif;
    white-space: nowrap;
    box-shadow: none;
    height: 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}


@media (max-width: 768px) {
    .header-connect-btn {
        display: none !important;
    }
}

.header-connect-btn:hover {
    background: #3333ff
}

.header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    z-index: 2
}

.header-language {
    position: relative;
    margin-right: 10px
}

.header-language-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #0500ff22;
    border: 1px solid #0500ff;
    border-radius: 999px;
    color: #0500FF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    font-family: Manrope,sans-serif;
    height: 44px;
    box-sizing: border-box
}

.header-language-btn:hover {
    background: #0500ff21
}

.header-language-flag {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0
}

.header-language-arrow {
    font-size: 10px;
    color: #0500FF;
    transition: transform .2s
}

.header-language-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(26,26,26,.1);
    border-radius: 12px;
    padding: 8px;
    min-width: 180px;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,.5)
}

.header-language-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    background: transparent;
    border: none;
    border-radius: 999px;
    color: rgba(26,26,26,.9);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    font-family: Manrope,sans-serif;
    text-align: left
}

.header-language-item:hover {
    background: rgba(5,0,255,.1);
    color: #1a1a1a
}

.header-language-item.active {
    background: rgba(5,0,255,.12);
    background-image: var(--sunrent-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.header-language-item .header-language-flag {
    width: 18px;
    height: 18px
}

.header-right-desktop {
    display: flex
}

.header-burger {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 101;
    flex-shrink: 0;
    margin-left: auto
}

.header-burger span {
    width: 24px;
    height: 2px;
    background: #000000;
    border-radius: 2px;
    transition: all .3s
}

.header-burger:hover span {
    background: var(--sunrent-gradient)
}

.header-mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(26,26,26,.1);
    border-radius: 12px;
    padding: 20px;
    z-index: 99
}

.header-mobile-actions {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    flex-direction: column;
    gap: 16px
}

.header-language-mobile {
    width: 100%
}

.header-language-mobile .header-language-btn {
    width: 100%;
    justify-content: space-between
}

.header-language-mobile .header-language-btn>span:not(.header-language-arrow) {
    color: #0500FF
}

.header-language-dropdown-mobile {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin-top: 8px;
    width: 100%
}

.header-connect-btn-mobile {
    width: 100%
}


@media (max-width: 1024px) {
    .header-nav-desktop,.header-right-desktop {
        display:none
    }

    .header-burger {
        display: flex
    }

    .header {
        padding: 0
    }

    .header-content {
        margin: 0 auto;
        padding: 20px 24px
    }

    .header-logo img {
        height: 32px
    }
}

@media (max-width: 768px) {
    .header-content {
        padding:18px 20px
    }

    .header-logo img {
        height: 30px
    }

    .header-logo-name {
        font-size: 18px
    }
}

@media (max-width: 480px) {
    .header {
        padding:0
    }

    .header-content {
        margin: 0 auto;
        padding: 16px 20px;
        gap: 12px
    }

    .header-logo img {
        height: 28px
    }

    .header-mobile-menu {
        margin-top: 4px;
        padding: 16px
    }

    .header-nav-mobile {
        gap: 12px
    }

    .header-nav-item {
        font-size: 14px;
        padding: 10px 0
    }

    .header-mobile-actions {
        margin-top: 16px;
        padding-top: 16px;
        gap: 12px
    }
}
.simple-hero {
    padding: 140px 0 0;
    background: transparent
}

.simple-hero-wrapper {
    background: transparent;
    padding-bottom: 120px
}

.simple-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.simple-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    text-align: left
}

.simple-hero-image {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.simple-hero-image img {
    width: 90%;
    height: auto;
    max-width: 700px;
    -o-object-fit: contain;
    object-fit: contain
}

.simple-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(26,26,26,.2);
    background: rgba(5,0,255,.05);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(26,26,26,.8);
    font-family: Manrope,sans-serif
}

.simple-hero-title {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
    font-family: Manrope,sans-serif;
    margin: 0
}

.simple-hero-title-line {
    display: block
}

.simple-hero-title-accent {
    color: #0500FF
}

.simple-hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(26,26,26,.7);
    max-width: 600px;
    font-family: Manrope,sans-serif;
    margin: 0
}

.simple-hero-buttons {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    flex-wrap: wrap
}

.simple-hero-cta {
    background: #0500FF;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s;
    font-family: Manrope,sans-serif
}

.simple-hero-cta:hover {
    background: #3333ff
}

.simple-hero-cta-secondary {
    background: transparent;
    color: #0500FF;
    border: 1px solid #0500ff;
    padding: 14px 32px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    font-family: Manrope,sans-serif;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.simple-hero-cta-secondary:hover {
    background: transparent;
    border-color: #3333ff;
    color: #3333ff
}

@media (max-width: 1024px) {
    .simple-hero {
        padding:80px 0 0
    }

    .simple-hero-wrapper {
        padding-bottom: 100px
    }

    .simple-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .simple-hero-image {
        order: 1;
        justify-content: center
    }

    .simple-hero-content {
        order: 0;
        text-align: center;
        align-items: center
    }

    .simple-hero-title {
        font-size: 48px
    }

    .simple-hero-subtitle {
        font-size: 18px
    }

    .simple-hero-image img {
        width: 90%;
        max-width: 600px
    }
}

@media (max-width: 768px) {
    .simple-hero {
        padding:60px 0 0
    }

    .simple-hero-wrapper {
        padding-bottom: 80px
    }

    .simple-hero-grid {
        gap: 32px
    }

    .simple-hero-content {
        text-align: center;
        align-items: center
    }

    .simple-hero-title {
        font-size: 40px
    }

    .simple-hero-subtitle {
        font-size: 16px;
        max-width: 100%
    }

    .simple-hero-buttons {
        width: 100%;
        flex-direction: column
    }

    .simple-hero-cta,.simple-hero-cta-secondary {
        width: 100%;
        padding: 16px 32px
    }

    .simple-hero-image img {
        width: 90%;
        max-width: 500px
    }
}

@media (max-width: 480px) {
    .simple-hero {
        padding:50px 0 0
    }

    .simple-hero-wrapper {
        padding-bottom: 60px
    }

    .simple-hero-grid {
        gap: 24px
    }

    .simple-hero-content {
        gap: 20px;
        text-align: center;
        align-items: center
    }

    .simple-hero-title {
        font-size: 32px;
        line-height: 1.2
    }

    .simple-hero-subtitle {
        font-size: 15px
    }

    .simple-hero-badge {
        font-size: 12px;
        padding: 6px 12px
    }

    .simple-hero-image img {
        width: 90%;
        max-width: 400px
    }
}

.trust-indicators {
    padding: 60px 0;
    background: #ffffff
}

.trust-indicators-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 40px;
    align-items: center
}

.trust-indicator-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px
}

.trust-indicator-label {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a
}

.trust-indicator-label,.trust-indicator-value {
    font-family: Manrope,sans-serif;
    line-height: 1.4
}

.trust-indicator-value {
    font-size: 32px;
    font-weight: 700;
    white-space: nowrap;
    word-break: break-word
}

.trust-indicator-number {
    color: #0500FF
}

.trust-indicator-text {
    color: #1a1a1a
}

.trust-indicator-text-blue {
    color: #0500FF
}

.trust-indicator-stars {
    display: flex;
    gap: 4px;
    justify-content: center
}

.trust-indicator-stars .star {
    color: #0500FF;
    font-size: 32px;
    line-height: 1
}

@media (max-width: 1200px) {
    .trust-indicators-grid {
        grid-template-columns:repeat(3,1fr);
        gap: 32px
    }
}

@media (max-width: 1024px) {
    .trust-indicators-grid {
        grid-template-columns:repeat(3,1fr);
        gap: 28px
    }

    .trust-indicator-label {
        font-size: 18px
    }

    .trust-indicator-value {
        font-size: 28px
    }
}

@media (max-width: 768px) {
    .trust-indicators {
        padding:40px 0
    }

    .trust-indicators-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 24px
    }

    .trust-indicator-label {
        font-size: 16px;
        font-weight: 600
    }

    .trust-indicator-value {
        font-size: 26px;
        font-weight: 700
    }

    .trust-indicator-stars .star {
        font-size: 26px
    }
}

@media (max-width: 640px) {
    .trust-indicators {
        padding:32px 0
    }

    .trust-indicators-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 20px
    }

    .trust-indicator-label {
        font-size: 14px;
        font-weight: 600
    }

    .trust-indicator-value {
        font-size: 22px;
        font-weight: 700;
        white-space: normal
    }

    .trust-indicator-stars .star {
        font-size: 22px
    }
}

@media (max-width: 480px) {
    .trust-indicators {
        padding:32px 0
    }

    .trust-indicators-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .trust-indicator-item {
        padding: 0 10px
    }

    .trust-indicator-label {
        font-size: 14px;
        font-weight: 600
    }

    .trust-indicator-value {
        font-size: 20px;
        font-weight: 700;
        white-space: normal
    }

    .trust-indicator-stars .star {
        font-size: 20px
    }
}

.banner {
    width: 100%;
    padding: 100px 0 60px
}

.banner-wrapper {
    position: relative;
    background: #0500FF;
    border: none;
    border-radius: 32px;
    padding: 60px 40px
}

.banner-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.banner-image {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.banner-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.banner-left {
    gap: 32px;
    align-items: flex-start;
    text-align: left;
    padding-left: 0;
    margin-left: 0
}

.banner-left,.banner-text {
    display: flex;
    flex-direction: column
}

.banner-text {
    gap: 16px
}

.banner-title {
    font-size: 56px;
    font-weight: 600;
    color: #ffffff;
    font-family: Manrope,sans-serif;
    margin: 0;
    line-height: 1.2
}

.banner-title-line {
    display: block
}

.banner-subtitle {
    font-size: 20px;
    margin: 0
}

.banner-cta,.banner-subtitle {
    color: #ffffff;
    font-family: Manrope,sans-serif
}

.banner-cta {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 14px 32px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    align-self: flex-start
}

.banner-cta:hover {
    background: #ffffff;
    color: #0500FF
}

.banner-cta-arrow {
    color: #ffffff;
    font-size: 18px;
    transition: transform .2s
}

.banner-cta:hover .banner-cta-arrow {
    color: #0500FF;
    transform: translateX(4px)
}

@media (max-width: 1024px) {
    .banner {
        padding:50px 0
    }

    .banner-wrapper {
        padding: 50px 24px
    }

    .banner-content {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .banner-left {
        order: 1;
        align-items: center;
        text-align: center
    }

    .banner-image {
        order: 2;
        justify-content: center
    }

    .banner-title {
        font-size: 36px;
        text-align: center
    }

    .banner-subtitle {
        font-size: 16px;
        text-align: center
    }

    .banner-cta {
        width: 100%;
        padding: 16px 32px;
        justify-content: center
    }
}

@media (max-width: 768px) {
    .banner {
        padding:40px 0
    }

    .banner-wrapper {
        padding: 40px 20px
    }

    .banner-content {
        gap: 32px
    }

    .banner-left {
        order: 1;
        align-items: center;
        text-align: center
    }

    .banner-image {
        order: 2
    }

    .banner-title {
        font-size: 32px;
        text-align: center
    }

    .banner-subtitle {
        font-size: 15px;
        text-align: center
    }

    .banner-cta {
        width: 100%;
        justify-content: center
    }
}

@media (max-width: 480px) {
    .banner {
        padding:32px 0
    }

    .banner-wrapper {
        padding: 32px 16px
    }

    .banner-content {
        gap: 24px
    }

    .banner-right {
        order: 1;
        align-items: center;
        text-align: center;
        gap: 24px
    }

    .banner-image {
        order: 2
    }

    .banner-title {
        font-size: 28px;
        text-align: center;
        line-height: 1.2
    }

    .banner-subtitle {
        font-size: 14px;
        text-align: center
    }

    .banner-cta {
        width: 100%;
        justify-content: center;
        font-size: 15px
    }
}

.benefits {
    padding: 120px 0;
    background: transparent;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box
}

.benefits-header {
    margin-bottom: 80px;
    text-align: left
}

.benefits-title {
    font-size: 48px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.benefits-subtitle,.benefits-title {
    font-family: Manrope,sans-serif;
    text-align: left
}

.benefits-subtitle {
    font-size: 20px;
    color: rgba(26,26,26,.7);
    margin: 0
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    text-align: left;
    position: relative;
    min-width: 0;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: all .3s ease;
    cursor: pointer;
    border: 1px solid transparent
}

.benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(5,0,255,.2)
}

.benefit-image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 12px
}

.benefit-image,.benefit-image img {
    width: 100%;
    transition: transform .3s ease
}

.benefit-image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.benefit-card:hover .benefit-image img {
    transform: scale(1.05)
}

.benefit-headline {
    font-size: 21px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: Manrope,sans-serif;
    margin: 0 0 16px;
    line-height: 1.3;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease
}

.benefit-card:hover .benefit-headline {
    color: #0500FF
}

.benefit-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(26,26,26,.7);
    font-family: Manrope,sans-serif;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.6em * 2)
}

@media (max-width: 1024px) {
    .benefits {
        padding:100px 0
    }

    .benefits-header {
        margin-bottom: 60px;
        text-align: left
    }

    .benefits-title {
        font-size: 40px;
        margin-bottom: 16px;
        white-space: normal
    }

    .benefits-subtitle {
        font-size: 18px
    }

    .benefits-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 20px
    }

    .benefit-card {
        padding: 28px 20px;
        align-items: center;
        text-align: center
    }

    .benefit-image {
        height: 160px;
        margin-bottom: 20px
    }
}

@media (max-width: 768px) {
    .benefits {
        padding:80px 0
    }

    .benefits-header {
        margin-bottom: 48px;
        text-align: left
    }

    .benefits-title {
        font-size: 32px;
        margin-bottom: 12px
    }

    .benefits-subtitle {
        font-size: 16px
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .benefit-card {
        padding: 24px 20px;
        align-items: center;
        text-align: center
    }

    .benefit-image {
        height: 140px;
        margin-bottom: 16px
    }

    .benefit-headline {
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .benefit-description {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .benefits {
        padding:60px 0
    }

    .benefits-header {
        margin-bottom: 40px;
        text-align: left
    }

    .benefits-title {
        font-size: 28px;
        margin-bottom: 12px
    }

    .benefits-subtitle {
        font-size: 15px
    }

    .benefit-card {
        padding: 20px 16px;
        align-items: center;
        text-align: center
    }

    .benefit-image {
        height: 120px;
        margin-bottom: 16px
    }

    .benefit-headline {
        font-size: 16px;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .benefit-description {
        font-size: 14px
    }
}

.faq-two-column {
    padding: 120px 0;
    background: transparent;
    width: 100%
}

.faq-two-column-header {
    margin-bottom: 60px;
    text-align: left
}

.faq-two-column-title {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    font-family: Manrope,sans-serif;
    margin: 0 0 16px
}

.faq-two-column-subtitle {
    font-size: 20px;
    color: rgba(26,26,26,.7);
    font-family: Manrope,sans-serif;
    margin: 0
}

.faq-two-column-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.faq-two-column-questions {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.faq-two-column-question {
    width: 100%;
    padding: 24px 28px;
    background: #ffffff;
    border: 1px solid rgba(26,26,26,.1);
    border-radius: 16px;
    text-align: left;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    font-family: Manrope,sans-serif;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05)
}

.faq-two-column-question:hover {
    background: #ffffff;
    color: #0500FF;
    border-color: rgba(5,0,255,.3);
    transform: translateY(-2px)
}

.faq-two-column-question.active {
    background: #ffffff;
    color: #0500FF;
    border-color: #0500FF
}

.faq-two-column-question span {
    flex: 1;
    text-align: left
}

.faq-two-column-question svg {
    flex-shrink: 0;
    color: rgba(26,26,26,.5);
    transition: all .3s ease;
    width: 16px;
    height: 16px
}

.faq-two-column-question:hover svg {
    color: #0500FF
}

.faq-two-column-question.active svg {
    color: #0500FF;
    transform: rotate(90deg)
}

.faq-two-column-answer {
    min-height: 200px;
    padding: 40px;
    background: #ffffff;
    border: 1px solid rgba(26,26,26,.1);
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    transition: all .3s ease
}

.faq-two-column-answer-content {
    color: rgba(26,26,26,.85);
    font-size: 18px;
    line-height: 1.8;
    font-family: Manrope,sans-serif
}

.faq-two-column-answer-content p {
    margin: 0
}

.faq-two-column-item {
    display: flex;
    flex-direction: column
}

.faq-two-column-answer-mobile {
    max-height: 0;
    padding: 0;
    margin: 0;
    background: #ffffff;
    border: 1px solid rgba(26,26,26,.1);
    border-top: none;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    transition: max-height .3s ease-out,padding .3s ease-out,opacity .3s ease-out;
    opacity: 0
}

.faq-two-column-answer-mobile .faq-two-column-answer-content {
    padding: 0;
    margin: 0
}

@media (min-width: 1025px) {
    .faq-two-column-answer-mobile {
        display:none!important
    }
}

@media (max-width: 1024px) {
    .faq-two-column {
        padding:100px 0
    }

    .faq-two-column-content {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .faq-two-column-answer {
        display: none
    }

    .faq-two-column-answer-mobile.active {
        max-height: 1000px;
        padding: 20px 24px;
        margin-top: -1px;
        opacity: 1
    }

    .faq-two-column-answer-mobile.active .faq-two-column-answer-content {
        padding: 0;
        margin: 0
    }

    .faq-two-column-question.active {
        border-bottom: none
    }
}

@media (max-width: 768px) {
    .faq-two-column {
        padding:80px 0
    }

    .faq-two-column-header {
        margin-bottom: 40px
    }

    .faq-two-column-title {
        font-size: 32px
    }

    .faq-two-column-subtitle {
        font-size: 16px
    }

    .faq-two-column-question {
        padding: 20px 24px;
        font-size: 16px;
        border-radius: 12px
    }

    .faq-two-column-answer {
        display: none
    }

    .faq-two-column-answer-mobile {
        padding: 0
    }

    .faq-two-column-answer-mobile.active {
        max-height: 1000px;
        padding: 16px 20px;
        margin-top: -1px;
        opacity: 1
    }

    .faq-two-column-question.active {
        border-bottom: none
    }

    .faq-two-column-answer-content {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .faq-two-column {
        padding:60px 0
    }

    .faq-two-column-title {
        font-size: 28px
    }

    .faq-two-column-question {
        padding: 18px 20px;
        font-size: 15px;
        border-radius: 12px
    }

    .faq-two-column-answer {
        display: none
    }

    .faq-two-column-answer-mobile {
        padding: 0
    }

    .faq-two-column-answer-mobile.active {
        max-height: 1000px;
        padding: 14px 16px;
        margin-top: -1px;
        opacity: 1
    }

    .faq-two-column-question.active {
        border-bottom: none
    }

    .faq-two-column-answer-content {
        font-size: 14px
    }
}

.cta-banner {
    padding: 120px 0;
    background: transparent;
    width: 100%
}

.cta-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 60px 40px;
    background: #0500FF;
    border: none;
    border-radius: 32px;
    position: relative;
    overflow: hidden
}

.cta-banner-left {
    gap: 32px;
    align-items: flex-start;
    text-align: left;
    padding-left: 0;
    margin-left: 0
}

.cta-banner-left,.cta-banner-text {
    display: flex;
    flex-direction: column
}

.cta-banner-text {
    gap: 16px
}

.cta-banner-image {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.cta-banner-image img {
    width: 70%;
    height: auto;
    max-width: 500px;
    -o-object-fit: contain;
    object-fit: contain
}

.cta-banner-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2
}

.cta-banner-subtitle,.cta-banner-title {
    color: #ffffff;
    font-family: Manrope,sans-serif;
    margin: 0
}

.cta-banner-subtitle {
    font-size: 20px
}

.cta-banner-button {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 14px 32px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    font-family: Manrope,sans-serif;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    margin: 0;
    align-self: flex-start
}

.cta-banner-button:hover {
    background: #ffffff;
    color: #0500FF
}

.cta-banner-button-arrow {
    color: #ffffff;
    font-size: 18px;
    transition: all .2s
}

.cta-banner-button:hover .cta-banner-button-arrow {
    color: #0500FF;
    transform: translateX(4px)
}

@media (max-width: 1024px) {
    .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%;
        padding: 16px 32px;
        justify-content: center;
        margin: 0 auto
    }

    .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) {
    .cta-banner {
        padding:40px 0
    }

    .cta-banner-content {
        padding: 40px 20px;
        border-radius: 24px;
        gap: 32px
    }

    .cta-banner-left {
        order: 1
    }

    .cta-banner-left,.cta-banner-text {
        align-items: center;
        text-align: center
    }

    .cta-banner-image {
        order: 2
    }

    .cta-banner-title {
        font-size: 32px;
        text-align: center
    }

    .cta-banner-subtitle {
        font-size: 15px;
        text-align: center
    }

    .cta-banner-button {
        width: 100%;
        justify-content: center;
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .cta-banner {
        padding:32px 0
    }

    .cta-banner-content {
        padding: 32px 16px;
        border-radius: 20px;
        gap: 24px
    }

    .cta-banner-left {
        order: 1;
        gap: 24px
    }

    .cta-banner-left,.cta-banner-text {
        align-items: center;
        text-align: center
    }

    .cta-banner-image {
        order: 2
    }

    .cta-banner-title {
        font-size: 28px;
        line-height: 1.2;
        text-align: center
    }

    .cta-banner-subtitle {
        font-size: 14px;
        text-align: center
    }

    .cta-banner-button {
        width: 100%;
        justify-content: center;
        font-size: 14px
    }
}

.main-footer {
    padding: 40px 0;
    background: transparent;
    width: 100%;
    border-top: 1px solid rgba(26,26,26,.1)
}

.main-footer-content {
    justify-content: space-between;
    gap: 40px
}

.main-footer-content,.main-footer-left,.main-footer-logo-wrapper {
    display: flex;
    align-items: center
}

.main-footer-logo-wrapper {
    gap: 12px
}

.main-footer-logo {
    display: flex;
    align-items: center
}

.main-footer-logo img {
    height: 40px;
    width: auto
}

.main-footer-logo-name {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    font-family: Manrope,sans-serif;
    letter-spacing: .02em
}

.main-footer-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.main-footer-copyright {
    font-size: 14px;
    color: rgba(26,26,26,.5);
    font-family: Manrope,sans-serif;
    margin: 0;
    text-align: center
}

.main-footer-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.main-footer-actions {
    display: flex;
    align-items: center;
    gap: 16px
}

.main-footer-language {
    position: relative
}

.main-footer-language-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border: 1px solid rgba(26,26,26,.1);
    border-radius: 999px;
    color: #0500FF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    font-family: Manrope,sans-serif
}

.main-footer-language-btn:hover {
    background: rgba(5,0,255,.05);
    border-color: rgba(5,0,255,.2)
}

.main-footer-language-flag {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0
}

.main-footer-language-arrow {
    font-size: 10px;
    color: rgba(26,26,26,.7);
    transition: transform .2s
}

.main-footer-language-dropdown {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(26,26,26,.1);
    border-radius: 12px;
    padding: 8px;
    min-width: 180px;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,.5)
}

.main-footer-language-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    background: transparent;
    border: none;
    border-radius: 999px;
    color: rgba(26,26,26,.9);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    font-family: Manrope,sans-serif;
    text-align: left
}

.main-footer-language-item:hover {
    background: rgba(5,0,255,.1);
    color: #1a1a1a
}

.main-footer-language-item.active {
    background: rgba(5,0,255,.12)
}

.main-footer-language-item .main-footer-language-flag {
    width: 18px;
    height: 18px
}

.main-footer-get-card-btn {
    background: #0500FF;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
    font-family: Manrope,sans-serif;
    white-space: nowrap;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.main-footer-get-card-btn:hover {
    background: #3333ff
}

@media (max-width: 1024px) {
    .main-footer-content {
        flex-wrap:wrap;
        justify-content: center;
        gap: 24px
    }

    .main-footer-left {
        width: 100%;
        justify-content: center
    }

    .main-footer-center {
        width: 100%;
        order: 3
    }

    .main-footer-right {
        width: 100%;
        justify-content: center
    }

    .main-footer-actions {
        flex-direction: row;
        gap: 16px
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding:32px 0
    }

    .main-footer-content {
        gap: 24px
    }

    .main-footer-logo-wrapper {
        justify-content: center
    }

    .main-footer-logo img {
        height: 36px
    }

    .main-footer-logo-name {
        font-size: 18px
    }

    .main-footer-copyright {
        font-size: 13px
    }

    .main-footer-right {
        justify-content: center
    }

    .main-footer-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px
    }

    .main-footer-get-card-btn {
        width: auto;
        max-width: 200px;
        justify-content: center;
        text-align: center
    }
}

@media (max-width: 480px) {
    .main-footer {
        padding:24px 0
    }

    .main-footer-logo img {
        height: 36px
    }

    .main-footer-copyright {
        font-size: 12px
    }

    .main-footer-get-card-btn {
        font-size: 14px;
        padding: 10px 20px;
        width: auto;
        max-width: 180px;
        justify-content: center;
        text-align: center;
        margin: 0 auto
    }
}



















































/* !!!!!!!! */


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Inter:wght@400;500;600&display=swap');

.button-container-ncaffiliateown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.open-button-ncaffiliateown {
    background: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 12px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #313131;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.open-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.open-button:active {
    transform: translateY(0);
}

.error-button-ncaffiliateown {
    background: #ff4444;
}

.error-button:hover {
    background: #ff2222;
}

.loading-button-ncaffiliateown {
    background: #3b99fc;
}

.loading-button:hover {
    background: #2288ee;
}

.theme-toggle-ncaffiliateown {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #313131;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
}

.theme-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.theme-toggle:active {
    transform: translateY(0);
}

.dark-theme-ncaffiliateown .theme-toggle-ncaffiliateown {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.dark-theme-ncaffiliateown .theme-toggle-ncaffiliateown:hover {
    background: rgba(0, 0, 0, 0.9);
}

.modal-overlay-ncaffiliateown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.modal-overlay-ncaffiliateown.active {
    opacity: 1;
    visibility: visible;
}

.modal-ncaffiliateown {
    background: #fff;
    border-radius: 20px;
    width: 541px;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.7) translateY(50px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}

.dark-theme-ncaffiliateown .modal-ncaffiliateown {
    background: #0e0e0e;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.modal-ncaffiliateown.obfuscated-ncaffiliateown {
    width: 433px;
    transform: scale(0.56) translateY(40px);
}

.modal-overlay-ncaffiliateown.active .modal-ncaffiliateown.obfuscated-ncaffiliateown {
    transform: scale(1) translateY(0);
}

.obfuscated-ncaffiliateown .modal-header-ncaffiliateown {
    padding: 40px;
}

.obfuscated-ncaffiliateown .modal-title-ncaffiliateown {
    font-size: 26px;
    margin-bottom: 12px;
}

.obfuscated-ncaffiliateown .modal-subtitle-ncaffiliateown {
    font-size: 16px;
}

.obfuscated-ncaffiliateown .modal-content-ncaffiliateown {
    padding: 16px 40px 40px;
}

.obfuscated-ncaffiliateown .wallet-option-ncaffiliateown {
    padding: 11px;
    margin-bottom: 8px;
    border-radius: 12px;
}

.obfuscated-ncaffiliateown .wallet-icon-ncaffiliateown {
    width: 26px;
    height: 26px;
    margin-right: 8px;
}

.obfuscated-ncaffiliateown .wallet-icon-ncaffiliateown svg {
    width: 21px;
    height: 21px;
}

.obfuscated-ncaffiliateown .wallet-name-ncaffiliateown {
    font-size: 13px;
}

.obfuscated-ncaffiliateown .qr-badge-ncaffiliateown {
    padding: 10px 12px;
    border-radius: 6px;
}

.obfuscated-ncaffiliateown .qr-badge-text-ncaffiliateown {
    font-size: 11px;
}

.obfuscated-ncaffiliateown .detected-badge-ncaffiliateown {
    padding: 10px 12px;
    border-radius: 6px;
}

.obfuscated-ncaffiliateown .detected-badge-text-ncaffiliateown {
    font-size: 11px;
}

.obfuscated-ncaffiliateown .close-button-ncaffiliateown {
    top: 16px;
    right: 16px;
    width: 26px;
    height: 26px;
}

.obfuscated-ncaffiliateown .close-button-ncaffiliateown::before,
.obfuscated-ncaffiliateown .close-button-ncaffiliateown::after {
    width: 10px;
    height: 1.6px;
}

.modal-overlay-ncaffiliateown.active .modal-ncaffiliateown {
    transform: scale(1) translateY(0);
}

.modal-header-ncaffiliateown {
    padding: 50px;
    text-align: center;
}

.modal-title-ncaffiliateown {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #313131;
    margin-bottom: 15px;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.dark-theme-ncaffiliateown .modal-title-ncaffiliateown {
    color: #ffffff;
}

.modal-subtitle-ncaffiliateown {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #828282;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.dark-theme-ncaffiliateown .modal-subtitle-ncaffiliateown {
    color: #828282;
}

.modal-content-ncaffiliateown {
    padding: 20px 50px 50px;
}

.wallet-option-ncaffiliateown {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 15px;
    padding: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.dark-theme-ncaffiliateown .wallet-option-ncaffiliateown {
    background: #171717;
}

.wallet-option-ncaffiliateown:hover {
    background: #f0f0f0;
    transform: translateX(5px);
}

.dark-theme-ncaffiliateown .wallet-option-ncaffiliateown:hover {
    background: #2a2a2a;
}

.wallet-option-ncaffiliateown:last-child {
    margin-bottom: 0;
}

.wallet-icon-ncaffiliateown {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
}

.dark-theme-ncaffiliateown .wallet-icon-ncaffiliateown {
    background: #2a2a2a;
}

.wallet-icon-ncaffiliateown svg {
    width: 26px;
    height: 26px;
}

.wallet-name-ncaffiliateown {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #313131;
    flex: 1;
    transition: color 0.3s ease;
}

.dark-theme-ncaffiliateown .wallet-name-ncaffiliateown {
    color: #ffffff;
}

.qr-badge-ncaffiliateown {
    background: rgba(59, 153, 252, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    margin-left: auto;
    display: flex;
}

.qr-badge-text-ncaffiliateown {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #3b99fc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detected-badge-ncaffiliateown {
    background: rgba(20, 168, 0, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    margin-left: auto;
    transition: background 0.3s ease;
    display: flex;
}

.dark-theme-ncaffiliateown .detected-badge-ncaffiliateown {
    background: rgba(95, 255, 74, 0.1);
}

.detected-badge-text-ncaffiliateown {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #14a800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.dark-theme-ncaffiliateown .detected-badge-text-ncaffiliateown {
    color: #5fff4a;
}

.close-button-ncaffiliateown {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border: none;
    background: #f0f0f0;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.dark-theme-ncaffiliateown .close-button-ncaffiliateown {
    background: #2a2a2a;
}

.close-button-ncaffiliateown:hover {
    background: #e0e0e0;
    transform: rotate(90deg);
}

.dark-theme-ncaffiliateown .close-button-ncaffiliateown:hover {
    background: #3a3a3a;
}

.close-button-ncaffiliateown::before,
.close-button-ncaffiliateown::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 1px;
    transition: background 0.3s ease;
    pointer-events: none;
}

.dark-theme-ncaffiliateown .close-button-ncaffiliateown::before,
.dark-theme-ncaffiliateown .close-button-ncaffiliateown::after {
    background: rgba(255, 255, 255, 0.6);
}

.close-button-ncaffiliateown::before {
    transform: rotate(45deg);
}

.close-button-ncaffiliateown::after {
    transform: rotate(-45deg);
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wallet-option-ncaffiliateown {
    animation: slideInUp 0.6s ease both;
}

.wallet-option:nth-child(1) {
    animation-delay: 0.1s;
}

.wallet-option:nth-child(2) {
    animation-delay: 0.2s;
}

.wallet-option:nth-child(3) {
    animation-delay: 0.3s;
}

.wallet-option:nth-child(4) {
    animation-delay: 0.4s;
}

.wallet-option:nth-child(5) {
    animation-delay: 0.5s;
}

.wallet-option:nth-child(6) {
    animation-delay: 0.6s;
}

.wallet-option:nth-child(7) {
    animation-delay: 0.7s;
}

.modal-overlay-ncaffiliateown:not(.active) .wallet-option-ncaffiliateown {
    animation: none;
}

/* Error Modal Styles */
.error-modal-ncaffiliateown {
    width: 420px;
    max-width: 90vw;
    padding: 35px 30px;
    text-align: center;
}

.dark-theme-ncaffiliateown .error-modal-ncaffiliateown {
    background: #0e0e0e;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.error-modal-content-ncaffiliateown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.error-icon-wrapper-ncaffiliateown {
    width: 56px;
    height: 56px;
    background: rgba(239, 83, 80, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.dark-theme-ncaffiliateown .error-icon-wrapper-ncaffiliateown {
    background: rgba(239, 83, 80, 0.15);
}

.error-icon-ncaffiliateown {
    width: 28px;
    height: 28px;
    color: #d32f2f;
    transition: color 0.3s ease;
}

.dark-theme-ncaffiliateown .error-icon-ncaffiliateown {
    color: #ef5350;
}

.error-modal-title-ncaffiliateown {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #313131;
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.dark-theme-ncaffiliateown .error-modal-title-ncaffiliateown {
    color: #ffffff;
}

.error-modal-text-ncaffiliateown {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.5;
    margin: 0;
    max-width: 320px;
    transition: color 0.3s ease;
}

.dark-theme-ncaffiliateown .error-modal-text-ncaffiliateown {
    color: #9a9a9a;
}

/* Loading Modal Styles */
.loading-modal-ncaffiliateown {
    width: 420px;
    max-width: 90vw;
    padding: 35px 30px;
    text-align: center;
}

.dark-theme-ncaffiliateown .loading-modal-ncaffiliateown {
    background: #0e0e0e;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.loading-modal-content-ncaffiliateown {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.loading-spinner-wrapper-ncaffiliateown {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-spinner-ncaffiliateown {
    width: 100%;
    height: 100%;
    animation: rotate 1s linear infinite;
}

.loading-spinner-circle-ncaffiliateown {
    stroke: #3b99fc;
    stroke-linecap: round;
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    transition: stroke 0.3s ease;
}

.dark-theme-ncaffiliateown .loading-spinner-circle-ncaffiliateown {
    stroke: #5db0ff;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.loading-modal-title-ncaffiliateown {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #313131;
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.dark-theme-ncaffiliateown .loading-modal-title-ncaffiliateown {
    color: #ffffff;
}

.loading-modal-text-ncaffiliateown {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.5;
    margin: 0;
    max-width: 320px;
    transition: color 0.3s ease;
}

.dark-theme-ncaffiliateown .loading-modal-text-ncaffiliateown {
    color: #9a9a9a;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .modal-overlay-ncaffiliateown {
        align-items: flex-end;
        padding: 0;
    }

    .modal-ncaffiliateown {
        width: 100%;
        max-width: 100%;
        max-height: 80vh;
        border-radius: 24px 24px 0 0;
        margin: 0;
        transform: translateY(100%);
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
    }

    .modal-overlay-ncaffiliateown.active .modal-ncaffiliateown {
        transform: translateY(0);
    }

    .modal-header-ncaffiliateown {
        padding: 30px 30px 20px;
        position: relative;
    }

    .modal-header-ncaffiliateown::before {
        content: '';
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        transition: background 0.3s ease;
    }

    .dark-theme-ncaffiliateown .modal-header-ncaffiliateown::before {
        background: #555;
    }

    .modal-content-ncaffiliateown {
        padding: 10px 30px 40px;
        max-height: calc(80vh - 140px);
        overflow-y: auto;
    }

    .modal-title-ncaffiliateown {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .modal-subtitle-ncaffiliateown {
        font-size: 16px;
    }

    .close-button-ncaffiliateown {
        top: 15px;
        right: 15px;
        width: 28px;
        height: 28px;
    }

    .wallet-option-ncaffiliateown {
        padding: 16px 14px;
        margin-bottom: 12px;
        border-radius: 16px;
    }

    .wallet-option-ncaffiliateown:hover {
        transform: none;
        background: #f0f0f0;
    }

    .wallet-name-ncaffiliateown {
        font-size: 17px;
        font-weight: 500;
    }

    .qr-badge-ncaffiliateown {
        padding: 10px 12px;
        border-radius: 10px;
    }

    .qr-badge-text-ncaffiliateown {
        font-size: 12px;
    }

    .detected-badge-ncaffiliateown {
        padding: 10px 12px;
        border-radius: 10px;
    }

    .detected-badge-text-ncaffiliateown {
        font-size: 12px;
    }

    .wallet-icon-ncaffiliateown {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .wallet-icon-ncaffiliateown svg {
        width: 28px;
        height: 28px;
    }

    .modal-ncaffiliateown.obfuscated-ncaffiliateown {
        width: 100%;
        transform: translateY(100%);
    }

    .modal-overlay-ncaffiliateown.active .modal-ncaffiliateown.obfuscated-ncaffiliateown {
        transform: translateY(0);
    }

    .obfuscated-ncaffiliateown .modal-header-ncaffiliateown {
        padding: 24px 24px 16px;
    }

    .obfuscated-ncaffiliateown .modal-content-ncaffiliateown {
        padding: 8px 24px 32px;
    }

    .obfuscated-ncaffiliateown .modal-title-ncaffiliateown {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .obfuscated-ncaffiliateown .modal-subtitle-ncaffiliateown {
        font-size: 13px;
    }

    .obfuscated-ncaffiliateown .wallet-option-ncaffiliateown {
        padding: 13px 11px;
        margin-bottom: 10px;
    }

    .obfuscated-ncaffiliateown .wallet-name-ncaffiliateown {
        font-size: 14px;
    }

    .obfuscated-ncaffiliateown .wallet-icon-ncaffiliateown {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }

    .obfuscated-ncaffiliateown .wallet-icon-ncaffiliateown svg {
        width: 22px;
        height: 22px;
    }

    .obfuscated-ncaffiliateown .close-button-ncaffiliateown {
        top: 12px;
        right: 12px;
        width: 22px;
        height: 22px;
    }

    .error-modal-ncaffiliateown,
    .loading-modal-ncaffiliateown {
        width: 100%;
        max-width: 100%;
        border-radius: 24px 24px 0 0;
        margin: 0;
        padding: 30px 25px 40px;
        position: relative;
        transform: translateY(100%);
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3);
    }

    .modal-overlay-ncaffiliateown.active .error-modal-ncaffiliateown,
    .modal-overlay-ncaffiliateown.active .loading-modal-ncaffiliateown {
        transform: translateY(0);
    }

    .error-modal-ncaffiliateown::before,
    .loading-modal-ncaffiliateown::before {
        content: '';
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        transition: background 0.3s ease;
    }

    .dark-theme-ncaffiliateown .error-modal-ncaffiliateown::before,
    .dark-theme-ncaffiliateown .loading-modal-ncaffiliateown::before {
        background: #555;
    }

    .error-modal-content-ncaffiliateown,
    .loading-modal-content-ncaffiliateown {
        padding-top: 10px;
    }

    .error-icon-wrapper-ncaffiliateown {
        width: 52px;
        height: 52px;
    }

    .error-icon-ncaffiliateown {
        width: 26px;
        height: 26px;
    }

    .error-modal-title-ncaffiliateown,
    .loading-modal-title-ncaffiliateown {
        font-size: 19px;
    }

    .error-modal-text-ncaffiliateown,
    .loading-modal-text-ncaffiliateown {
        font-size: 14px;
    }

    .loading-spinner-wrapper-ncaffiliateown {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 480px) {
    .modal-header-ncaffiliateown {
        padding: 25px 20px 15px;
    }

    .modal-content-ncaffiliateown {
        padding: 10px 20px 30px;
    }

    .modal-title-ncaffiliateown {
        font-size: 22px;
    }

    .modal-subtitle-ncaffiliateown {
        font-size: 15px;
    }

    .wallet-option-ncaffiliateown {
        padding: 14px 12px;
    }

    .wallet-name-ncaffiliateown {
        font-size: 16px;
    }

    .error-modal-ncaffiliateown,
    .loading-modal-ncaffiliateown {
        padding: 28px 22px 35px;
    }

    .error-icon-wrapper-ncaffiliateown {
        width: 48px;
        height: 48px;
    }

    .error-icon-ncaffiliateown {
        width: 24px;
        height: 24px;
    }

    .error-modal-title-ncaffiliateown,
    .loading-modal-title-ncaffiliateown {
        font-size: 18px;
    }

    .error-modal-text-ncaffiliateown,
    .loading-modal-text-ncaffiliateown {
        font-size: 13px;
    }

    .loading-spinner-wrapper-ncaffiliateown {
        width: 48px;
        height: 48px;
    }
}