@charset "UTF-8";
        .card_custom {
                width: 100%;
            }

            .card_custom_box {

                width: 100%;
            }

            /* BASE: Mobile Portrait (<576px) - Estilos iniciais para telas pequenas */
            .hero-responsive-image {
                width: 93%;
                height: 58%;
                top: 211px;
                left: 0%;
                position: absolute;
                object-fit: cover;
                object-position: left center;
                z-index: 17;
                display: none;
            }

            .hero-content {
                width: 88%;
                margin-left: 0;
                padding: 0.8rem;
                text-align: left;
                align-items: left !important;
                margin-top: 16px;
            }

            .hero-content h1 {
                font-size: clamp(1.2rem, 4vw, 4rem) !important;
                line-height: 1.2;
                font-weight: 700;
            }

            .hero-content p {
                font-size: clamp(0.600rem, 2vw, 1.25rem) !important;
                line-height: 1.4;
            }

            .mobile {
                display: none;
                /* Visível em mobile */
            }

            .hero-responsive-image .mobile {
                display: none;
                /* Específico para imagem */
            }

            /* Outros estilos base (overlays, cards etc.) - mantidos iguais, mas otimizados para mobile */
            .overlay-card {
                position: static !important;
                margin: 10px auto;
                width: 90% !important;
                max-width: 317px;
                border-radius: 20px;
                padding: 3px;
                /* Reduzido para mobile */
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
                border: 1px solid rgba(255, 255, 255, 0.12);
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
                box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
                height: auto;
                z-index: 30;
                display: block;
                float: none;
            }

            .card-inner {
                background: #ffffff;
                border-radius: 6px;
                padding: 8px !important;
                /* Reduzido */
                color: #111;
            }

            .overlay-card>div {
                border-radius: 10px !important;
                padding: 8px !important;
            }

            .card-title,
            .valor,
            .product-info h6 {
                font-size: 0.7rem;
            }

            .percentual {
                color: #00b37e;
                font-size: 0.65rem;
                font-weight: 600;
            }

            .list-item {
                display: flex;
                align-items: center;
                gap: 4px;
                padding: 4px;
                border-radius: 6px;
                color: #333;
                font-size: 0.7rem;
            }

            .list-item.active {
                background: #f5f5f7;
                font-weight: 600;
            }

            .list-item i {
                color: #00b37e;
            }

            .product-row {
                display: flex;
                gap: 12px;
                align-items: center;
            }

            .product-img {
                width: 45px;
                height: 34px;
                object-fit: cover;
                border-radius: 6px;
                background: #eee;
            }

            .product-info {
                width: 146%;
            }

            .product-info h6 {
                margin: 0;
                font-size: 0.55rem;
                font-weight: 700;
                color: #111;
            }

            .product-info small {
                color: #777;
                display: block;
                margin-top: 4px;
            }

            .product-price {
                margin-top: 8px;
                padding: 4px 5px;
                background: #f7f7fa;
                border-radius: 6px;
                display: inline-block;
                font-weight: 700;
                color: #111;
                font-size: 0.7rem;
            }

            .chart-sm {
                width: 100%;
                height: 35px !important;
            }

            .btn-mobile {
                font-size: 0.4rem;
                padding: 6px;
            }

            .btn-mobile a {
                font-size: 0.4rem;
            }

            .fale {
                padding: 0px
            }

            .swiper-slide {
                text-align: center;
            }

            .overlay-top-right,
            .overlay-bottom-right,
            .overlay-left-middle {
                position: absolute !important;
                margin: 20px 0;
                transform: none !important;
            }

            .overlay-top-right {
                right: 51% !important;
            }

            .overlay-card {
                display: none
            }

            .fale {
                padding: 0px;
            }

            /* Mobile Landscape (576px a 768px) */
            @media (min-width: 576px) {
                .hero-responsive-image {
                    height: 79%;
                    top: 105px;
                    left: -14%;
                    width: 89%;
                }

                .hero-content {
                    width: 52%;
                    margin-top: 30px;
                }

                .hero-content h1 {
                    font-size: clamp(1.0rem, 4vw, 4rem) !important;
                }


            }

            /* Tablet Pequeno (769px a 992px) */
            @media (min-width: 769px) {
                .overlay-card {
                    display: block;
                    max-width: 214px;
                }

                .mobile {
                    display: none;
                    /* Esconde mobile elements */
                }

                .hero-responsive-image {
                    height: 73%;
                    top: 202px;
                    left: -17%;
                    width: 80%;
                }

                .hero-content {
                    width: 60%;
                    margin-top: 61px;
                }

                .hero-content h1 {
                    font-size: clamp(1.2rem, 5vw, 4rem);
                    /* Volta ao clamp original */

                }

                .hero-content p {
                    font-size: clamp(1rem, 2.5vw, 1.5rem);
                }

                /* Overlays para tablet */
                .overlay-card {
                    position: absolute;
                    /* Volta a absoluto */
                    width: 280px;
                    padding: 12px;
                    margin: 0;
                }

                .overlay-top-right {
                    top: 64%;
                    left: 71%;
                }

                .overlay-bottom-right {
                    bottom: 24%;
                    right: 31%;
                }

                .overlay-left-middle {
                    display: none;
                    top: 50%;
                    left: 78%;
                    transform: translateY(-50%);
                }

                /* Cards e produtos voltam ao normal */
                .card-inner {
                    padding: 18px;
                }

                .card-title,
                .valor,
                .product-info h6 {
                    font-size: 0.875rem;
                    /* Original */
                }

                .list-item {
                    font-size: 0.65rem;
                    gap: 8px;
                    padding: 8px;
                }

                .product-img {
                    width: 86px;
                    height: 64px;
                }

                .product-price {
                    padding: 8px 10px;
                    font-size: 1rem;
                }

                .chart-sm {
                    height: 70px !important;
                }

                .btn-mobile {
                    margin-top: 15px;
                }

                .btn-mobile a {
                    font-size: 0.55rem;
                    margin-top: 35px;
                }
            }

            /* Tablet Médio/Desktop Pequeno (993px a 1024px) */
            @media (min-width: 993px) {
                .hero-responsive-image {
                    height: 79%;
                    top: 155px;
                    left: -17%;
                    width: 71%;
                }

                .hero-content {
                    width: 48%;
                }

                .hero-content h1 {
                    font-size: 1.8rem !important;
                    margin-top: 0;
                }

                .overlay-bottom-right {
                    width: 273px;
                    height: auto;
                    bottom: 2%;
                    left: 49%;
                }

                .overlay-left-middle {
                    top: 15%;
                    left: 78%;

                }

                .overlay-top-right {
                    top: 39%;
                    left: 61%;
                }

                .overlay-card {
                    max-width: 270px;
                    padding: 10px;
                }

                .btn-mobile a {
                    font-size: 0.8rem;
                    margin-top: 0px;
                }
            }

            /* Desktop Médio (1025px a 1280px) */
            @media (min-width: 1025px) {
                .hero-responsive-image {
                    width: 71%;
                    height: 76%;
                    top: 179px;
                    left: -17%;
                }

                .hero-content {
                    width: 53%;
                }

                .hero-content h1 {
                    font-size: 2rem;
                    margin-top: -22px;
                }

                .overlay-top-right {
                    top: 39%;
                    right: 13%;
                }

                .overlay-bottom-right {
                    bottom: 2%;
                    left: 42%;
                }

                .overlay-left-middle {
                    top: 15%;
                    left: 75%;
                    display: block;
                }
            }

            /* Desktop Grande (1281px a 1400px) */
            @media (min-width: 1281px) {
                .bg-image {
                    background-size: cover;
                }

                .hero-content {
                    width: 50%;
                    margin-left: 0%;
                }

                .hero-responsive-image {
                    width: 67%;
                    height: 100%;
                    top: 0px;
                    left: -17%;
                    display: block;
                }

                .overlay-card {
                    width: 279px;
                }

                .overlay-bottom-right {

                    bottom: 2%;
                    left: 52%;

                }

                .overlay-left-middle {
                    top: 10%;
                    left: 75%;
                }
            }

            /* Telas Muito Grandes (>1400px) */
            @media (min-width: 1401px) {
                .hero-responsive-image {
                    width: 57%;
                    height: 100%;
                    top: 0px;
                    left: -30px;
                }

                .hero-content {
                    width: 60%;
                    margin-left: 8%;
                    margin-top: 8px !important;
                }

                .hero-content h1 {
                    font-size: clamp(2rem, 5vw, 4rem);
                    margin-top: 0px;
                }

                .hero-content p {
                    font-size: clamp(1rem, 2.5vw, 1.5rem);
                }

                .bg-image {
                    background-position: right !important;
                    background-size: contain !important;
                }

                /* Overlays para large */
                .overlay-top-right {
                    top: 35%;
                    /* right: 29%; */
                    left: 57%;
                }

                .overlay-bottom-right {
                    bottom: 2%;
                }

                .overlay-left-middle {
                    top: 50%;
                    left: 78%;
                    transform: translateY(-50%);
                }
            }

            /* --- COMPONENTE BASE --- */
            .ui-card {
                border-radius: 12px;
                background: #fff;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
                padding: 0.75rem;
                width: 100%;
                max-width: 280px;
                margin: 0 auto;
                font-size: 0.5rem;
            }

            .ui-card-box {
                font-size: 17px;
            }

            .ui-card-box i {
                font-size: 15px !important;
            }

            /* --- ÍCONES --- */
            .icon-green {
                background-color: #00C46A;
                border-radius: 50%;
                width: 32px;
                height: 32px;
                min-width: 32px;
                min-height: 32px;
                max-width: 32px;
                max-height: 32px;
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                color: #fff;
                font-size: 0.8rem;
                -webkit-flex-shrink: 0;
                flex-shrink: 0;
                overflow: hidden;
            }

            /* Fix Safari icon image sizing */
            .icon-green img {
                width: 16px !important;
                height: 16px !important;
                max-width: 16px !important;
                max-height: 16px !important;
                min-width: 16px !important;
                min-height: 16px !important;
                object-fit: contain;
            }

            .rounded-circle-custom {
                border-radius: 50% !important;
                border: solid 1px rgba(var(--bs-link-color-rgb));
            }

            /* --- TEXTOS --- */
            .text-small-muted {
                font-size: 0.55rem;
                color: #00C46A;
            }

            .text-fw-semibold-custom {
                font-weight: 600;
            }

            .text-muted-small-custom {
                color: #6c757d !important;
                font-size: 0.55rem;
            }

            .text-payment-label {
                font-weight: 400;
                color: #00C46A;
                font-size: 0.65rem;
            }

            .text-checkout-title {
                font-weight: 600;
                font-size: 0.9rem;
            }

            .text-report-title {
                font-size: 0.8rem;
                color: #666;
                font-weight: 500;
                margin-bottom: 0.25rem;
                text-align: left
            }

            .text-report-value {
                font-size: 0.8rem;
                font-weight: 500;
                color: #666;
                margin-bottom: 0.125rem;
            }

            .text-product-value {
                font-size: 1.2rem;
                font-weight: 600;
                color: #666;
                margin-bottom: 0.125rem;
            }

            .text-report-change {
                font-size: 0.75rem;
                color: #00C46A;
                font-weight: 400;
                margin-bottom: 0.75rem;
                text-align: left;
            }

            /* --- FORM INPUTS --- */
            .form-control-custom {
                border: 2px solid #eee;
                border-radius: 8px;
                padding: 8px 12px;
                font-size: 0.65rem;
                width: 100%;
                transition: border-color 0.2s;
            }

            .form-control-custom:focus {
                border-color: #00C46A;
                box-shadow: none;
            }

            /* --- CHECKBOX PERSONALIZADO --- */
            .form-check-input-custom {
                width: 16px;
                height: 16px;
                cursor: pointer;
                flex-shrink: 0;
                border: 1px solid #dee2e6;
                background-color: #fff;
                appearance: none;
                /* border-radius: 0.375em; */
                transition: all 0.2s;
                position: relative;
                display: inline-block;
            }

            .form-check-input-custom:checked {
                background-color: #00C46A;
                border-color: #00C46A;
            }

            .form-check-input-custom:checked::after {
                content: "✓";
                color: #fff;
                font-size: 10px;
                font-weight: bold;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -55%);

                animation: checkmark 0.3s ease forwards;
            }

            .form-check-input-custom:focus {
                border-color: #00C46A;
                box-shadow: 0 0 0 0.25rem rgba(0, 196, 106, 0.25);
            }

            .product {
                border-radius: 100% !important;
                width: 14% !important;
                height: 36px !important;
            }

            /* animação do check marcando */
            @keyframes checkmark {
                from {
                    transform: translate(-80%, -80%);

                    opacity: 0;
                }

                to {
                    transform: translate(-50%, -55%);

                    opacity: 1;
                }
            }

            /* Efeito pulsante em loop */
            .form-check-input-custom:checked {
                animation: pulse 2s infinite ease-in-out;
            }

            /* loop suave de pulsação */
            @keyframes pulse {

                0%,
                100% {
                    box-shadow: 0 0 0px #00ff88;
                    transform: scale(1);
                }

                50% {
                    box-shadow: 0 0 12px #00ff88;
                    transform: scale(1.05);
                }
            }

            /* --- BOTÃO --- */
            .btn-dark-custom {
                background-color: #222;
                border: none;
                border-radius: 8px;
                font-weight: 500;
                transition: all 0.2s;
                width: 100%;
                padding: 10px 12px;
                font-size: 0.85rem;
                color: white;
            }

            .btn-dark-custom:hover {
                background-color: #111;
            }

            /* --- CHECKOUT --- */
            .payment-select-custom {
                display: flex;
                justify-content: space-between;
                align-items: center;
                border: 2px solid #00C46A;
                border-radius: 8px;
                padding: 8px 12px;
                background-color: #f9fff9;
            }

            /* --- GRÁFICO --- */
            .report-card-custom {
                text-align: center;
            }

            .chart-container-custom {
                height: 40px;
                background: linear-gradient(to bottom, #f0fff4 0%, #e8f5e8 100%);
                border-radius: 6px;
                overflow: hidden;
            }

            #graficoTransferencias_d {
                width: 100% !important;
                height: 100% !important;
            }

            /* --- ANIMAÇÃO DE ENTRADA --- */
            .fade-in {
                animation: fadeIn 0.6s ease-in-out;
            }

            @keyframes fadeIn {
                from {
                    opacity: 0;
                    transform: translateY(10px);
                }

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

            /* --- RESPONSIVO --- */
            @media (min-width: 468px) {
                .ui-card {
                    padding: 1rem;
                    max-width: 320px;
                    margin-bottom: 10px;
                }

                .form-check-input-custom {
                    margin-left: 0.75rem;
                }
            }


            /* --- ANIMAÇÃO DAS ESTRELAS --- */
            .animated-stars .star {
                animation: starGlow 2s ease-in-out infinite;
                display: inline-block;
            }

            .animated-stars .star:nth-child(1) {
                animation-delay: 0s;
            }

            .animated-stars .star:nth-child(2) {
                animation-delay: 0.3s;
            }

            .animated-stars .star:nth-child(3) {
                animation-delay: 0.6s;
            }

            .animated-stars .star:nth-child(4) {
                animation-delay: 0.9s;
            }

            .animated-stars .star:nth-child(5) {
                animation-delay: 1.2s;
            }

            @keyframes starGlow {

                0%,
                100% {
                    transform: scale(1);
                    filter: brightness(1);
                    opacity: 1;
                }

                50% {
                    transform: scale(1.2);
                    filter: brightness(1.8);
                    opacity: 0.9;
                }
            }

            /* Container */
            .notifications {
                position: relative;
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                flex-direction: column;
                gap: 10px;
            }

            /* Safari fix for gap property */
            @supports not (gap: 10px) {
                .notifications .notification {
                    margin-bottom: 10px;
                }
                .notifications .notification:last-child {
                    margin-bottom: 0;
                }
            }

            /* Notificações com animação em loop */
            .notification {
                opacity: 0;
                -webkit-transform: translateY(20px);
                transform: translateY(20px);
                -webkit-animation: fadeInUp 12s infinite;
                animation: fadeInUp 12s infinite;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                will-change: transform, opacity;
            }

            /* cada uma entra em um tempo diferente */
            .notification:nth-child(1) {
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
            }

            .notification:nth-child(2) {
                -webkit-animation-delay: 4s;
                animation-delay: 4s;
            }

            .notification:nth-child(3) {
                -webkit-animation-delay: 8s;
                animation-delay: 8s;
            }

            /* Animação: entra, permanece visível, depois desaparece suavemente */
            @-webkit-keyframes fadeInUp {
                0% {
                    opacity: 0;
                    -webkit-transform: translateY(20px);
                    transform: translateY(20px);
                }

                10% {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                }

                60% {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                }

                80% {
                    opacity: 0;
                    -webkit-transform: translateY(-10px);
                    transform: translateY(-10px);
                }

                100% {
                    opacity: 0;
                    -webkit-transform: translateY(-10px);
                    transform: translateY(-10px);
                }
            }
            @keyframes fadeInUp {
                0% {
                    opacity: 0;
                    transform: translateY(20px);
                }

                10% {
                    opacity: 1;
                    transform: translateY(0);
                }

                60% {
                    opacity: 1;
                    transform: translateY(0);
                }

                80% {
                    opacity: 0;
                    transform: translateY(-10px);
                }

                100% {
                    opacity: 0;
                    transform: translateY(-10px);
                }
            }

            .card-list {
                padding-left: 10px;
                font-size: 0.65rem
            }

/* Safari Mobile Fixes - Button Stacking and Spacing */

/* Fix 1: Stack buttons vertically on mobile for process-wrapper section */
@media (max-width: 991px) {
    .process-wrapper.mt-11 .col-12 a.btn,
    .process-wrapper.mt-15 .col-12 a.btn {
        display: block;
        width: 100%;
        margin: 0 0 1rem 0 !important;
    }
    
    .process-wrapper.mt-11 .col-12 a.btn:last-child,
    .process-wrapper.mt-15 .col-12 a.btn:last-child {
        margin-bottom: 0 !important;
    }
    
    /* Add margin-top to gray section to create spacing from white section above */
.mbfix {
        margin-top: 25px !important;
    }
}

/* Fix 2: Reduce spacing for app section on mobile */
@media (max-width: 767px) {
    section.wrapper .container.py-16 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    section.wrapper .container.py-16 .col-md-10 h2.display-3 {
        padding-top: 1rem !important;
        margin-bottom: 1.5rem !important;
    }
    
    section.wrapper .container.py-16 .col-md-10 p.lead {
        margin-bottom: 1.5rem !important;
    }
}

/* Fix 3: Footer help section spacing improvements */
@media (max-width: 767px) {
    .custom-help-section .container {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .custom-help-section .col-md-4 {
        margin-bottom: 1.5rem;
    }
    
    .custom-help-section .col-md-4:last-child {
        margin-bottom: 0;
    }
    
    .custom-help-section h5 {
        margin-bottom: 0.75rem !important;
    }
    
    .custom-help-section p {
        margin-bottom: 1rem !important;
    }
}

/* Safari-specific flexbox fixes */
@media (max-width: 767px) {
    .d-flex.justify-content-center.justify-content-lg-start {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 0.5rem;
    }
    
    .d-flex.justify-content-center.justify-content-lg-start span {
        margin: 0 !important;
        width: 100%;
        max-width: 200px;
    }
}

.dropdown-explain{
    line-height: 23px;
}
/* fix for menu*/


.sub-title-menu, .dropdown-item{
    font-size: 15px;
    padding-bottom: 0;
}
.sub-title-text, .dropdown-item-explain{
    font-size: 13px;
    line-height: 18px;
}

.main-menu-item-shortly .dropdown-item,
.main-menu-item-shortly .dropdown-item:hover,
.main-menu-item-shortly .dropdown-item:focus{
    color: #AAA;
}
.main-menu-item-shortly .dropdown-item-explain{
    color: #AAA;
}

@media (max-width: 992px) {
    .offcanvas.offcanvas-start{
        width: 17rem !important;
    }
    h6.dropdown-title{
        font-size: 14px;
        color: #00CC58;
    }

    .dropdown-title, .dropdown-explain, .dropdown-item-explain{
        color: #FFF;
    }

    .mega-menu-content .ul-menu-solutions{
        margin-bottom: 16px;
        list-style: none;
        padding-left: 0;
    }

    .ul-menu-solutions li{
        position: relative;
        padding-left: 14px;
    }

    .ul-menu-solutions li a.dropdown-item, .ul-menu-solutions li.main-menu-item-shortly span.dropdown-item{
        padding-left: 0.2rem !important;
        font-size: 13px;
        font-weight: normal;
    }

    .ul-menu-solutions li.main-menu-item-shortly span.dropdown-item{

    }

    .ul-menu-solutions li::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0.5rem;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #FFF;
        opacity: 0.8;
    }

    .offcanvas-body {
        height: calc( 100vh - 0.625rem) !important;
    }
}

/* Desktop: maintain original 50px margin-top for white section */
@media (min-width: 768px) {
    section.wrapper.bg-light {
        margin-top: 50px !important;
    }
}

@media (min-width: 992px) {
    .dropdown-title, .dropdown-explain, .dropdown-item-explain{
        padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    }
}


.bg-gray-nuvende{
    background-color: #666;
}

footer.bg-gray a:not(.btn):not([class*="link-"]){
    color: var(--bs-dark);
}

footer.bg-dark h6{
    color: var(--bs-white);
}
footer.bg-gray h6{
    color: #343f52;
}

footer.bg-dark .footer-copyright{
    fill: var(--bs-white);
}

footer.bg-dark .nuv-ident{
    color: var(--bs-white);
}

footer.bg-gray .footer-copyright{
    fill: var(--bs-dark);
}

footer.bg-gray .nuv-ident{
    color: var(--bs-dark);
}

.text-gray-nuvende{
    color: var(--bs-nuvende-gray);
}

/* --- TRANSFER CARDS REPLICA --- */
.transfer-card-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
}

.transfer-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08); /* Soft shadow like shadow-lg */
    padding: 1.25rem;
    position: relative;
    border: none;
    transition: transform 0.2s ease-in-out;
}

.transfer-card:hover {
    transform: translateY(-3px);
}

.tc-profile-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #00C46A;
    padding: 3px;
    background-color: #fff;
}

.tc-info h6 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
    color: #343f52;
}

.tc-info small {
    font-size: 0.8rem;
    color: #9499a3;
    display: block;
    line-height: 1.4;
}

.tc-checkbox {
    width: 32px;
    height: 32px;
    background-color: #00C46A;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* Calendar Card specific */
.tc-calendar-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    border: 3px solid #00C46A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #00C46A;
    font-size: 1.75rem;
}

.tc-calendar-days {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.tc-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 4px 8px;
    border-radius: 6px;
    min-width: 36px;
}

.tc-day span:first-child {
    font-size: 0.65rem;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600;
}

.tc-day span:last-child {
    font-size: 1.1rem;
    font-weight: 700;
    color: #343f52;
    line-height: 1;
}

.tc-day.active {
    background-color: #00C46A;
}

.tc-day.active span:first-child,
.tc-day.active span:last-child {
    color: white;
}

.tc-chevron {
    color: #00C46A;
    font-size: 1.5rem;
}

/* Notification Card specific */
.tc-notification-text strong {
    color: #343f52;
}

.tc-notification-meta {
    font-size: 0.8rem;
    color: #9499a3;
    display: flex;
    align-items: center;
    margin-top: 4px;
}


.tc-bell-icon {
    width: 20px;
    height: 20px;
    background-color: #00C46A;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    margin-right: 6px;
    animation: bellRing 4s ease-in-out infinite;
    transform-origin: top center;
}

/* --- ANIMATIONS --- */

.transfer-card:nth-child(1) {
    animation: floatY 5s ease-in-out infinite;
    animation-delay: 0s;
}

.transfer-card:nth-child(2) {
    animation: floatY 6s ease-in-out infinite;
    animation-delay: 1s;
}

.transfer-card:nth-child(3) {
    animation: floatY 5.5s ease-in-out infinite;
    animation-delay: 0.5s;
}

.tc-day.active {
    background-color: #00C46A;
    animation: pulseGreen 2s infinite;
}

@keyframes floatY {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

@keyframes bellRing {
    0%, 90%, 100% { transform: rotate(0deg); }
    91% { transform: rotate(15deg); }
    92% { transform: rotate(-15deg); }
    93% { transform: rotate(10deg); }
    94% { transform: rotate(-10deg); }
    95% { transform: rotate(5deg); }
    96% { transform: rotate(-5deg); }
    97% { transform: rotate(0deg); }
}

@keyframes pulseGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 196, 106, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(0, 196, 106, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 196, 106, 0);
    }
}

/* --- CYCLING CALENDAR SELECTION --- */
.tc-calendar-days .tc-day {
    animation: cycleBg 5s infinite;
}
.tc-calendar-days .tc-day span:first-child {
    animation: cycleText1 5s infinite;
}
.tc-calendar-days .tc-day span:last-child {
    animation: cycleText2 5s infinite;
}

.tc-calendar-days .tc-day:nth-child(1), .tc-calendar-days .tc-day:nth-child(1) span { animation-delay: 0s; }
.tc-calendar-days .tc-day:nth-child(2), .tc-calendar-days .tc-day:nth-child(2) span { animation-delay: 1s; }
.tc-calendar-days .tc-day:nth-child(3), .tc-calendar-days .tc-day:nth-child(3) span { animation-delay: 2s; }
.tc-calendar-days .tc-day:nth-child(4), .tc-calendar-days .tc-day:nth-child(4) span { animation-delay: 3s; }
.tc-calendar-days .tc-day:nth-child(5), .tc-calendar-days .tc-day:nth-child(5) span { animation-delay: 4s; }

@keyframes cycleBg {
    0%, 18% { background-color: #00C46A; }
    20%, 100% { background-color: transparent; }
}

@keyframes cycleText1 {
    0%, 18% { color: #fff; }
    20%, 100% { color: #999; }
}

@keyframes cycleText2 {
    0%, 18% { color: #fff; }
    20%, 100% { color: #343f52; }
}

/* --- PRICING CHECKS ANIMATION --- */
.icon-list.bullet-soft-primary li i {
    animation: checkPop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.icon-list.bullet-soft-primary li:nth-child(1) i { animation-delay: 0.2s; }
.icon-list.bullet-soft-primary li:nth-child(2) i { animation-delay: 0.4s; }
.icon-list.bullet-soft-primary li:nth-child(3) i { animation-delay: 0.6s; }
.icon-list.bullet-soft-primary li:nth-child(4) i { animation-delay: 0.8s; }
.icon-list.bullet-soft-primary li:nth-child(5) i { animation-delay: 1.0s; }
.icon-list.bullet-soft-primary li:nth-child(6) i { animation-delay: 1.2s; }
.icon-list.bullet-soft-primary li:nth-child(7) i { animation-delay: 1.4s; }
.icon-list.bullet-soft-primary li:nth-child(8) i { animation-delay: 1.6s; }

@keyframes checkPop {
    0% { opacity: 0; transform: scale(0); }
    100% { opacity: 1; transform: scale(1); }
}

.checkPop {
    opacity: 0;
    animation: checkPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* --- PRICING CARDS GLOW BORDER --- */
.card-glow-border {
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0, 203, 88, 0.2) !important;
    animation: glowLoop 3s ease-in-out infinite;
}

.card-glow-border:hover {
    border-color: #00cb58 !important;
    box-shadow: 0 0 20px rgba(0, 203, 88, 0.6) !important;
    transform: translateY(-5px);
    animation-play-state: paused; /* Optional: pause pulse on hover for steadiness */
}

@keyframes glowLoop {
    0% {
        border-color: rgba(0, 203, 88, 0.2) !important;
        box-shadow: 0 0 5px rgba(0, 203, 88, 0.1);
    }
    50% {
        border-color: rgba(0, 203, 88, 0.6) !important;
        box-shadow: 0 0 15px rgba(0, 203, 88, 0.3);
    }
    100% {
        border-color: rgba(0, 203, 88, 0.2) !important;
        box-shadow: 0 0 5px rgba(0, 203, 88, 0.1);
    }
}

/* --- CARD LIFT HOVER EFFECT --- */
.card-lift {
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease-in-out !important;
}

.card-lift:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 35px rgba(30, 34, 40, 0.1) !important;
}
