/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets/css/base.css ***!
  \*******************************************************************************************************************************************************/
/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Sans-serif !important;
}

#__lottie_element_128{
    display: none !important;
}

/* Base Typography */
body {
    font-family: "Helvetica Neue", Sans-serif;
    line-height: 1.5;
    color: #1e1e1e;
    background-color: #ffffff;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.relative-position{
    position: relative;
    z-index: 1;
}
/* Section Titles */
.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
    color: #1e1e1e;
}

.title-highlight {
    color: #4563EA;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 16px 36px;
    border: none;
    border-radius: 150px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    width: fit-content;
}

.btn-primary {
    background-color: #4563EA;
    color: white;
}

.btn-primary:hover {
    background-color: #131b40;
}

.btn-secondary {
    background-color: #4563EA;
    color: white;
}

.btn-secondary:hover {
    background-color: #131B40;
}

.btn-center {
    display: block;
    margin: 40px auto 0;
}

/* Links */
a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }
.mb-5 { margin-bottom: 40px; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mt-5 { margin-top: 40px; }

/* Responsive Images */
img {
    max-width: 100%;
    height: auto;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
} 

@keyframes svgHoverAnimation {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    30% {
        transform: translate(10px, -10px);
        opacity: 0;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.btn-cartoes:hover .svg-arrow-card svg,
.btn-emprestimos:hover .svg-arrow-card svg,
.news-side-title:hover .svg-arrow-card svg,
.expert-card:hover .card-arrow svg {
    animation: svgHoverAnimation 0.6s ease-in-out;
}

.last-text-highlight{
    color: #4563EA;
}

@media (max-width: 480px) {
    #lottie-animation{
        display: none !important;
    }
}

/* contato */

.contato{
    
}

.hero-contato{
    background-color: #f7f7f7;
    height: 43vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-contato .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    position: relative;
}

.hero-contato .hero-contato-content{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-contato .hero-contato-content h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #1e1e1e;
    
}

.hero-contato .hero-contato-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #1e1e1e;
}

.hero-contato .hero-contato-image{
    width: 40%;
    height: 330px;
    object-fit: contain;
}

.contato-box{
    display: flex;
    position: absolute;
    bottom: -20px;
    left: 20px;
    align-items: center;
    max-width: fit-content;
    background-color: #FFE8D8;
    padding: 6px 8px;
    border-radius: 4px;
    gap: 10px;
}

.contato-box .icon-contact{
    width: 24px;
    height: 24px;
}

.contato-box .contact-img-description{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: black;
}

.contato-content{
    background-color: white;
    padding: 60px 0;
}

.contato-content h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #1e1e1e;
    max-width: 500px;
}


.container-support{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f1f1;
    border-radius: 6px;
    padding:  8px;
    margin-bottom: 8px;
    width: 40%;
}

.container-support-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.container-support-right a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 14px;
}

.container-support-right a img{
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

@media(max-width: 768px){

    .hero-contato{
        height: unset;
        padding: 40px 0 0 0;
    }

    .hero-contato .container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        height: unset;
    }

    .hero-contato .hero-contato-content,
    .hero-contato .hero-contato-image{
        width: 100%;
    }

    .hero-contato .hero-contato-content{
        align-items: center;
    }

    .hero-contato .hero-contato-content h1{
        font-size: 26px;
        text-align: center;
    }

    .hero-contato .hero-contato-content p{
        font-size: 14px;
    }

    .contato-box{
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
    }

    
    .contato-content-left h2{
        font-size: 22px;
        text-align: center;
    }

    .contato-content .text-support{
        font-size: 14px;
    }

    .container-support{
        width: 100%;
    }


    
}





/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets/css/header.css ***!
  \*********************************************************************************************************************************************************/
/* Header Styles */
.header.unum-header {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.19);
}
.header .search-row{
    display: none;
}
.nav.unum-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.nav-left, .nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-left ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.nav-center {
    flex: 1;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-center img{
    max-width: 120px;
}

.nav-link, .nav-left span {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: capitalize;
}

.nav-link:hover, .nav-left span:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #4563ea;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    padding: 10px 40px 10px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 14px;
    width: 200px;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.search-btn {
    position: absolute;
    right: 5px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    font-size: 16px;
}

.search-btn:hover {
    background-color: #f0f0f0;
}

/* Header scroll effect */
.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

/* Mobile Menu Styles */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.mobile-menu-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu-btn svg {
    width: 24px;
    height: 24px;
    stroke: #707070;
}

.mobile-search-btn {
    display: none;
    background: #F5F5F5;
    border: none;
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
}

.mobile-search-btn:hover {
    background-color: #e0e0e0;
}

.mobile-search-btn svg {
    width: 18px;
    height: 18px;
    stroke: #707070;
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mobile-menu-dropdown {
    position: absolute;
    top: 0;
    left: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 4px 4px;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 1002;
    width: 276px;
    max-width: calc(100vw - 48px);
}

.mobile-menu-dropdown.open {
    transform: translateY(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-menu-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.mobile-menu-close:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu-close svg {
    width: 18px;
    height: 18px;
    stroke: #707070;
}

.mobile-menu-content {
    padding: 20px 24px 32px;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-menu-nav .search-row{
    display: none;
}

.mobile-menu-nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-item, .mobile-menu-nav a {
    display: flex;
    align-items: center;
    padding: 8px 0px 8px 5px;
    border-bottom: 0.5px solid #F5F5F5;
    text-decoration: none;
    color: #1E1E1E;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    transition: background-color 0.3s ease;
    text-transform: capitalize;
}

.mobile-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.mobile-menu-item:last-child {
    border-bottom: none;
}

.mobile-search-active {
    display: none;
    background: #F5F5F5;
    border: none;
    border-radius: 50px;
    padding: 12px;
    width: 312px;
    max-width: calc(100vw - 48px);
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.mobile-search-active.active {
    display: flex;
}

.mobile-search-active svg {
    width: 18px;
    height: 18px;
    stroke: #707070;
    flex-shrink: 0;
}

.mobile-search-active input {
    background: none;
    border: none;
    outline: none;
    flex: 1;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #707070;
}

.mobile-search-active input::placeholder {
    color: #707070;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nav {
        padding: 12px 24px;
        gap: 0;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    
    .nav-left, .nav-right {
        display: none;
    }
    
    .nav-center {
        flex: none;
        justify-content: center;
    }
    
    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-search-btn {
        display: flex;
    }
    
    .search-container {
        display: none;
    }
    
    .sobre {
        display: none;
    }
    
    .nav.search-active .mobile-menu-btn,
    .nav.search-active .logo,
    .nav.search-active .mobile-search-btn {
        display: none;
    }
    
    .nav.search-active .mobile-search-active {
        display: flex;
    }
    
    .mobile-menu-overlay.active {
        display: block;
    }
    
    .mobile-menu-dropdown.active {
        display: block;
    }
    
    .logo {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .nav {
        padding: 12px 20px;
    }
    
    .mobile-menu-dropdown {
        left: 20px;
        width: calc(100vw - 40px);
        max-width: none;
    }
    
    .mobile-search-active {
        width: calc(100vw - 40px);
        max-width: none;
    }
} 
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets/css/hero.css ***!
  \*******************************************************************************************************************************************************/


/* Hero Section */
.hero {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
    background-image: url('../../images/bg-hero.webp');
    background-size: 100% 40%;
    background-position: bottom;
    background-repeat: no-repeat; 
    min-height: 591px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.hero-title {
    font-size: 88px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #1e1e1e;
}

.destrave {
    color: #4563ea;
    position: relative;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 80px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 850px;
    width: 100%;
}

.btn-cartoes, .btn-emprestimos {
    color: black;   
    box-shadow: 0px 0px 8px 0px #0000001A;
    border-radius: 4px;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 45%;
    background-color: white;
    border: none;
    cursor: pointer;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.svg-arrow-card-mob{
    display: none;
 }

.svg-arrow-card {
    display: block;
    background-color: #F5F5F5;
    border-radius: 50%;
    padding: 1px 10px;
    
}

 .svg-arrow-card svg {
     transition: all 0.3s ease;
 }

.content-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

 .content-btn svg {
     width: 33px;
 }
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets/css/product-discovery.css ***!
  \********************************************************************************************************************************************************************/
/* Product Discovery Section */
.product-discovery {
    padding: 80px 0;
    background: #1e1e1e;
    color: white;
}

.discovery-header {
    text-align: center;
    margin-bottom: 80px;
}

.product-discovery .section-title {
    font-size: 72px;
    font-weight: 700;
    text-align: left;
    line-height: 1.12;
    color: white;
    margin-bottom: 0;
    font-family: "Helvetica Neue", sans-serif;
}

.discovery-cards {
    display: flex;
    gap: 16px;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
}

.discovery-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 562px;
    height: 520px;
    display: flex;
    flex-direction: column;
}

.discovery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-image {
    height: 210px;
    position: relative;
    overflow: hidden;
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-bg-blue {
    background: #9aaaf4;
}

.card-visual {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 23px 22px 0;
    color: #333;
    flex: 1;
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

.card-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #1e1e1e;
    line-height: 1;
}

.card-description {
    font-size: 18px;
    line-height: 1.48;
    color: #1e1e1e;
    margin-bottom: 25px;
    padding: 0 4px;
    flex: 1;
}

.btn-discovery {
    background: #4563ea;
    color: white;
    border: none;
    border-radius: 100px;
    padding: 16px 36px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    width: fit-content;
    align-self: flex-start;
}

.btn-discovery:hover {
    background: #3451d1;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(69, 99, 234, 0.3);
} 
/*!***************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets/css/social-proof.css ***!
  \***************************************************************************************************************************************************************/
/* Social Proof Section */
.social-proof {
    position: relative;
    padding: 80px 0;
    background: #f8fafc;
    overflow: hidden;
}

.social-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.bg-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 60%;
    object-fit: cover;
    opacity: 0.2;
}

.social-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

/* Avatar styles removed since avatars are no longer in the HTML */

.social-content {
    position: relative;
    text-align: center;
    padding: 60px 20px;
    z-index: 2;
}

.social-text {
    max-width: 600px;
    margin: 0 auto;
}

.social-title {
     
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.social-label {
     
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    margin: 0;
    margin-bottom: 10px;
}

.social-number-desktop {
     display: block;
    font-size: 88px;
    font-weight: 700;
    line-height: 1;
    color: #4563ea;
    margin-bottom: 20px;
}

.social-number-mobile {
    display: none;
}

.social-description {
     
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
}

.desc-text, .desc-final {
    color: #666;
}

.desc-strong {
    font-weight: 700;
    color: #1e1e1e;
}

.strong-line1, .strong-line2 {
    font-weight: 700;
    color: #1e1e1e;
} 

/* Lottie Background Styles */
.lottie-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.lottie-bg svg {
    width: 100%;
    height: 100%;
}

.bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

/* Responsive adjustments for lottie */
@media (max-width: 768px) {
    .lottie-bg {
        opacity: 0.2;
    }
    
    .bg-fallback {
        opacity: 0.2;
    }
    
    .social-proof {
        padding: 80px 0;
    }
}

@media (max-width: 480px) {
    .lottie-bg {
        opacity: 0.15;
    }
    
    .bg-fallback {
        opacity: 0.15;
    }
    
    .social-proof {
        padding: 60px 0;
    }
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets/css/news.css ***!
  \*******************************************************************************************************************************************************/
/* News Section */
.news {
    padding: 80px 0;
    background: #f5f5f5;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 72px;
}

.news-grid {
    display: flex;
    gap: 112px;
    align-items: flex-start;
    margin-bottom: 40px;
}

/* Card principal esquerdo */
.news-main-card {
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
    max-width: 559px;
    height: 510px;
    display: flex;
    flex-direction: column;
}

.news-main-bg {
    height: auto;
    overflow: hidden;
    max-height: 348px;
}

.news-main-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-main-content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-main-title {
    margin: 0 0 16px 0;
}

.news-main-title a {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.43;
    color: #1e1e1e;
    text-decoration: none;
    display: block;
}

.news-main-title a:hover {
    color: #4563ea;
}

/* Coluna direita */
.news-side-column {
    flex: 1;
    max-width: 466px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-side-card {
    background: transparent;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d6d6d6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 4px;
}

.news-side-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 8px;
    margin: -8px;
    border-radius: 4px;
    cursor: pointer;
}

.news-side-content {
    padding: 0;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 466px;
}

.news-side-title {
    margin: 0 0 8px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.news-title-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    color: #1e1e1e;
    flex: 1;
    max-width: 398px;
}

/* Compatibilidade com .news-arrow existente */
.news-arrow {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-top: 4px;
    transition: transform 0.3s ease;
}

.news-side-title:hover .news-arrow {
    transform: translateX(4px);
}

/* Estilos para svg-arrow-card na seção de notícias */
.news-side-title .svg-arrow-card {
    flex-shrink: 0;
    margin-top: 4px;
    background-color: #D6D6D6;
    padding: 1px 7px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.news-side-title .svg-arrow-card svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.news-side-author {
    padding-bottom: 16px;
}

.news-divider {
    height: 1px;
    background-color: #d6d6d6;
    margin-top: 8px;
    width: 100%;
}

.news-side-card:last-child .news-divider {
    display: none;
}

/* Informações do autor (comum) */
.author-info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.author-text {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #1e1e1e;
} 
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets/css/expert-opinions.css ***!
  \******************************************************************************************************************************************************************/
/* Expert Opinions Section */
.expert-opinions {
    position: relative;
    background: #1e1e1e;
    color: white;
    overflow: hidden;
}

.expert-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 130%;
    z-index: 0;
    object-fit: cover;
}

@media (max-width: 768px) {
    .expert-background {
        display: none;
    }
}

.expert-container-bg{
    padding: 40px 0;
}

.expert-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.expert-container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.expert-content {
    display: flex;
    gap: 42px;
    align-items: flex-start;
}

.expert-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    max-width: 50%;
}

.expert-icon {
    width: 84px;
    height: 83px;
}

.expert-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expert-title {
     
    font-size: 72px;
    font-weight: 700;
    line-height: 1.12;
    color: white;
    text-align: left;
    margin: 0;
}

.expert-right {
    width: 578px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.expert-features {
    display: flex;
    flex-direction: column;
}

.feature {
    margin-bottom: 40px;
}

.feature:last-child {
    margin-bottom: 0;
}

.feature-title {
     
    font-size: 28px;
    font-weight: 500;
    line-height: 1.44;
    color: white;
    margin-bottom: 18px;
}

.feature-description {
     
    font-size: 18px;
    font-weight: 400;
    line-height: 1.47;
    color: white;
}

.expert-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 16px;
}

.tab-btn {
     
    background: transparent;
    color: white;
    border: none;
    border-bottom: 4px solid #5b5b5b;
    cursor: pointer;
    transition: all 0.5s ease;
    font-weight: 400;
    text-align: center;
    padding: 4px 11px 6px;
}

.tab-active {
    border-bottom-color: #4563ea;
    border-bottom-width: 4px;
}

.tab-btn:first-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.21;
    padding: 4px 11px 8px;
    width: fit-content;
    white-space: nowrap;
}

.tab-btn:last-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.21;
    width: fit-content;
    white-space: nowrap;
}

.expert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    padding: 16px;
    max-width: 1108px;
    margin: 0 auto;
}

.expert-card {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    transition: transform 0.3s ease;
    cursor: pointer;
    gap: 10px;
    border-bottom: 1px solid #5b5b5b;
}

.expert-card-image {
    width: 30%;
    margin-bottom: 16px;
    border-radius: 2px;
    overflow: hidden;
}

.card-bg-image {
    width: 182px;
    height: 106px;
    border-radius: 2px;
    object-fit: cover;

}

.expert-card-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 70%;
    margin-left: auto;
}

.expert-card-category {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.card-arrow {
    flex-shrink: 0;
    margin-top: 4px;
    background-color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.card-arrow svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    padding-top: 4px;
}

.expert-card-title-author{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.expert-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
}

.author-name {
     
    font-size: 14px;
    font-weight: 400;
    line-height: 1.05;
    color: white;
}

.card-divider {
    height: 1px;
    background-color: #5b5b5b;
    margin-top: 15px;
    width: 100%;
}

.expert-card:nth-child(5) .card-divider,
.expert-card:nth-child(6) .card-divider {
    display: none;
}

/* Tab Content Styles */
.tab-content {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-content-active {
    opacity: 1;
}

/* Ensure expert-grid inherits proper grid properties when used as tab-content */
.tab-content.expert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    column-gap: 80px;
    padding: 16px;
    max-width: 1108px;
    margin: 0 auto;
}

/* Hidden tab content */
.tab-content:not(.tab-content-active) {
    display: none;
}

/* Card animation for tab switching */
.tab-content-active .expert-card {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab-content-active .expert-card.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Expert Card Link Styles */
.expert-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.expert-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.expert-card-link:hover .expert-card {
    transform: translateY(-2px);
}

.expert-card-link:hover .expert-card-title {
    color: #4563ea;
}

.expert-card-link:hover .card-arrow {
    transform: translateX(4px);
}

/* Expert Card Title Styles */
.expert-card-title {
     
    font-size: 21px;
    font-weight: 500;
    line-height: 1.43;
    color: white;
    transition: color 0.3s ease;
    cursor: pointer;
} 

/* Responsividade - Classes de visibilidade */
@media (max-width: 480px) {
    .desktop-only {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }
}

@media (min-width: 481px) {
    .mobile-only {
        display: none !important;
    }
    
    .desktop-only {
        display: block !important;
    }
}

/* Expert Mobile Section */
.expert-mobile-header {
    margin-bottom: 32px;
}

.expert-mobile-title {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0;
}

.expert-mobile-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.expert-mobile-card {
    display: flex;
    flex-direction: column;
}

.expert-mobile-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
}

.expert-mobile-card-image {
    flex-shrink: 0;
    width: 100%;
    height: 42vw;
    border-radius: 1.57px;
    overflow: hidden;
}

.mobile-card-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.expert-mobile-card-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 8px 0;
}

.expert-mobile-card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.expert-mobile-card-title {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0;
}

.expert-mobile-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.mobile-author-name {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
}

.expert-mobile-card-arrow {
    flex-shrink: 0;
}

.mobile-arrow-circle {
    width: 32px;
    height: 32px;
    border-radius: 96px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.expert-mobile-divider {
    height: 1px;
    background-color: #5B5B5B;
    margin: 0;
}

.expert-mobile-btn {
    margin-top: 40px;
    align-self: center;
    background-color: #4563EA;
    color: #FFFFFF;
    border-radius: 96px;
    padding: 16px 36px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.expert-mobile-btn:hover {
    background-color: #3651d4;
}

/* Ajustes específicos para mobile */
@media (max-width: 480px) {
    .expert-container-bg.mobile-only {
        padding: 40px 0;
    }
    
    .expert-mobile-card-link {
        flex-direction: column;
        align-items: stretch;
    }
    
    .expert-mobile-card-content {
        margin-top: 8px;
    }
}

/* Expert Loans Mobile Section - Específico para empréstimos */
.expert-loans-mobile {
    /* Background diferente conforme Figma: #474747 */
    background-color: #474747 !important;
}

.expert-loans-mobile .expert-mobile-title {
    /* Manter o mesmo estilo do título anterior */
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #FFFFFF;
}

.expert-loans-mobile .expert-mobile-btn {
    /* Manter consistência com o botão anterior */
    background-color: #4563EA;
    color: #FFFFFF;
}

.expert-loans-mobile .expert-mobile-btn:hover {
    background-color: #3651d4;
} 
/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets/css/footer.css ***!
  \*********************************************************************************************************************************************************/
/* Footer */

.footer.unum-footer figcaption{
    font-size: 10px;
}

.footer.unum-footer {
    background: var(--footer-background, #f5f5f5);
    color: #605d64;
    padding: 60px 0 0;
}

.footer.unum-footer .footer-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    justify-content: space-between;
}

.footer.unum-footer .footer-left, .footer.unum-footer .footer-right {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer.unum-footer .footer-left{
        flex-direction: column;
    }
}

.footer.unum-footer .footer-right{
    border-top: 1px solid #d6d6d6;
    margin-top: 15px;
    padding-top: 15px;
}

.footer.unum-footer .footer-left .footer_copyright{
    display: none;
}

.footer.unum-footer .footer-left img{
    max-width: 140px;
}

@media (max-width: 768px) {
    .footer.unum-footer .footer-right{
        display: none;
    }

    .footer.unum-footer .footer-left .footer_copyright{
        display: flex;
        justify-content: center;
        color: #605d64;
        font-size: 9px;
        margin-top: 10px;
    }
}

.footer.unum-footer .footer-logo {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.footer.unum-footer .footer-left-content-desktop{
    display: flex;
    flex-direction: column;    
}

.footer.unum-footer .footer-left-content-mobile{
    display: none;
}

.footer.unum-footer .footer-left-content p, .footer.unum-footer .footer-left-content-mobile p{
    font-size: 10px;
}

.footer.unum-footer .footer-left-content-mobile img{
    max-width: 140px;
}

@media (max-width: 768px) {
    .footer.unum-footer .footer-left-content-desktop{
        display: none;
    }

    .footer.unum-footer .footer-left-content-mobile{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer.unum-footer .footer-left-content-mobile .footer-menu-column{
        justify-content: flex-start;
        padding-top: 10px;
    }

    .footer.unum-footer .footer-left-content-mobile .footer-menu-column ul{
        flex-direction: column;
        gap: 20px;
    }

    .footer.unum-footer .footer-left-content-mobile .footer-menu-column li{
        border: none !important;
    }

    .footer.unum-footer .footer-left-content-mobile .footer-menu-column a{
        padding: 0;
        font-size: 12px;
    }

    .footer.unum-footer .footer-left-content-mobile-address{
        border-top: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        padding: 20px 0;
        margin: 20px 0;
    }

    .footer.unum-footer .footer-left-content-mobile-address p{
        text-align: center;
    }
}

.footer.unum-footer .footer-address h2{
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

.footer.unum-footer .footer-address p{
    font-size: 12px;
    font-weight: 500;
}

.footer.unum-footer .footer-left ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer.unum-footer .footer-menu-column{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer.unum-footer .footer-menu-column ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer.unum-footer .footer-menu-column li{
    height: fit-content;
    line-height: 14px;
}

.footer.unum-footer .footer-right .footer-menu-column li:not(:last-child) {
    border-right: 2px solid #e2e8f0;
    padding-right: 8px;
    margin-right: 8px;
}

.footer.unum-footer .footer-menu-column a{
    font-family: "Helvetica Neue", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #605d64;
    padding: 0 10px;
    height: fit-content;
}

.footer.unum-footer .footer-right .footer-menu-column a{
    padding: 0;
}

@media (max-width: 768px) {
    .footer.unum-footer .footer-menu-column{
        justify-content: center;
    }

    .footer.unum-footer .footer-menu-column li:not(:last-child) {
        border-right: 1px solid #605d64;
    }

    .footer.unum-footer .footer-menu-column li{
        line-height: 9px;
    }

    .footer.unum-footer .footer-menu-column a{
        font-size: 9px;
        color: #8f8f8f;
        padding: 0 5px;
    }
}

.footer.unum-footer .footer-link {
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.footer.unum-footer .footer-legal {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.footer.unum-footer .footer-legal .footer-menu-column{
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .footer.unum-footer .footer-legal {
        display: none;
    }
}

.footer.unum-footer .footer-legal a{
    font-size: 12px;
    font-weight: 500;
}

.footer.unum-footer .footer-copyright {
    color: #474747;
    font-size: 0.9rem;
}

.footer.unum-footer .footer-disclaimer {
    font-family: "Helvetica Neue", Sans-serif;
    background-color: var(--footer-background, #e6e0e9 );
        color: var(--footer-text-color, #605d64);
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .3px;
} 

.footer.unum-footer .footer_copyright {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.100.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets/css/responsive.css ***!
  \*************************************************************************************************************************************************************/
/* Responsive Design */
@media (max-width: 1024px) {
    /* Social Proof */
    .social-proof {
        padding: 100px 0;
    }
    
    .social-container {
        padding: 0 40px;
    }
    
    .social-content {
        padding: 40px 20px;
    }
    
    .social-title {
        font-size: 2rem;
    }
    
    .social-number {
        font-size: 3rem;
    }
    
    .social-description {
        font-size: 1rem;
    }
    
    .bg-overlay {
        width: 90%;
        height: 70%;
    }
    
    /* Avatar styles removed since avatars are no longer in the HTML */
    
    /* News */
    .news-grid {
        gap: 60px;
    }
    
    .news-main-card {
        max-width: 100%;
    }
    
    .news-side-column {
        max-width: 100%;
    }
    
    .news-side-content {
        width: 100%;
        padding: 20px;
    }
    
    /* Expert Opinions */
    .expert-content {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        text-align: center;
    }
    
    .expert-left {
        align-items: flex-start;
        max-width: 100%;
    }
    
    .expert-title {
        font-size: 40px;
        line-height: 1.2;
        text-align: left;
    }
    
    .expert-right {
        width: 100%;
        max-width: 600px;
    }
    
    .feature-title {
        font-size: 24px;
    }
    
    .feature-description {
        font-size: 16px;
    }
    
    .expert-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 0;
        gap: 20px;
    }
    
    .expert-card {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 20px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
    }
    
    .expert-card-content {
        width: 100%;
        margin-left: 0;
    }
    
    .expert-card-image {
        width: 100%;
        height: 150px;
        margin-bottom: 16px;
    }
    
    .expert-card-category a {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .card-divider {
        display: none !important;
    }
}

@media (max-width: 768px) {
    /* Header */
    .header{
        padding: 0;
    }

    .nav {
        flex-direction: row;
        gap: 20px;
        padding: 15px 20px;
    }
    
    .nav-left, .nav-right {
        gap: 15px;
    }
    
    .search-input {
        width: 150px;
    }
    .hero-content{
        padding: 60px 15px 80px 15px;
    }
         /* Hero */
     .hero-title {
         font-size: 2.5rem;
     }
     
     .hero-buttons {
         flex-direction: column;
         align-items: center;
         max-width: 100%;
     }
     
     .btn-cartoes, .btn-emprestimos {
         width: 100%;
         max-width: 400px;
         font-size: 20px;
     }
    
    /* Section Titles */
    .section-title {
        font-size: 2rem;
    }
    
    /* Product Discovery */
    .product-discovery .section-title {
        font-size: 48px;
    }
    
    .discovery-cards {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .discovery-card {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
    
    /* Social Proof */
    .social-proof {
        padding: 80px 15px;
    }
    
    .social-container {
        padding: 0 20px;
    }
    
    .social-content {
        padding: 30px 10px;
    }
    
    .social-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .social-label {
        font-size: 1rem;
    }
    
    .social-number {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .social-description {
        font-size: 0.95rem;
    }
    
    /* Avatar styles removed since avatars are no longer in the HTML */
    
    .bg-overlay {
        display: none;
    }
    
    /* News */
    .news-grid {
        flex-direction: column;
        gap: 40px;
    }
    
    .news-main-card {
        max-width: 100%;
        height: auto;
    }
    
    .news-side-column {
        max-width: 100%;
        width: 100%;
    }
    
    .news-side-content {
        width: 100%;
        min-height: auto;
        padding: 20px;
    }
    
    .news-side-title {
        gap: 20px;
    }
    
    .news-main-title a {
        font-size: 24px;
    }
    
    .news-side-title a {
        font-size: 18px;
    }

    .tab-content.expert-grid.tab-content-active {
        display: flex !important;
        flex-direction: column;
        max-width: 100%;
        padding: 0;
        gap: 20px;
    }
    
    /* Footer */
    .footer-content{
        margin-bottom: 20px;
    }
    .footer-links, .footer-legal {
        flex-direction: row;
        gap: 10px;
        font-size: 10px;
    }
    .footer-left{
        flex-direction: column;
    }

    .footer-address{
        display: none;
    }
}

@media (max-width: 480px) {
         /* Hero */

    .hero{
        min-height: unset;
    }
     .hero-content{
        padding: 40px 24px;
     }

     .hero-title {
         font-size: 56px;
     }
     
     .hero-subtitle {
         font-size: 18px;
         font-weight: 500;
         margin-bottom: 40px;
     }

     .hero-buttons{
        gap: 16px;
     }
     
     .btn-cartoes, .btn-emprestimos {
         font-size: 18px;
         padding: 14px;
     }
     .content-btn{
        font-size: 21px;
     }
     .content-btn svg {
         width: 28px;
     }
     
     /* Reduzir intensidade da animação em mobile */
     @keyframes svgHoverAnimationMobile {
         0% {
             transform: translate(0, 0);
             opacity: 1;
         }
         30% {
             transform: translate(5px, -5px);
             opacity: 0.3;
         }
         50% {
             transform: translate(-10px, 10px);
             opacity: 0.3;
         }
         100% {
             transform: translate(0, 0);
             opacity: 1;
         }
     }
     
     .btn-cartoes:hover .content-btn svg,
     .btn-emprestimos:hover .content-btn svg,
     .btn-cartoes:hover .svg-arrow-card svg,
     .btn-emprestimos:hover .svg-arrow-card svg {
         animation: svgHoverAnimationMobile 0.5s ease-in-out;
     }

     .svg-arrow-card{
        display: none;
     }

     .svg-arrow-card-mob{
        display: flex;
        justify-content: center;
        align-items: center;
     }
    
    /* Section Titles */
    .section-title {
        font-size: 40px;
        text-align: left !important;
    }
    
    /* Product Discovery */
    .product-discovery{
        padding: 40px 0;
    }
    .discovery-header {
        padding-top: 0px;
        margin-bottom: 24px;
    }
    
    .card-content {
        padding: 20px;
    }

    .card-title{
        font-size: 24px;
    }
    
    .card-description {
        font-size: 16px;
    }
    
    .btn-discovery {
        font-size: 18px;
        padding: 14px 32px;
    }
    
    /* Expert Opinions */
    .expert-title {
        font-size: 40px;
        line-height: 1.1;
    }
    
    .expert-title br {
        display: none;
    }
    
    .expert-icon {
        width: 60px;
        height: 60px;
    }
    
    .expert-container {
        padding: 0 15px;
    }

    .feature{
        margin-bottom: 32px
    }
    
    .feature-title {
        font-size: 24px;
        margin-bottom: 16px;
        text-align: left;
    }
    
    .feature-description {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }
    
    .tab-btn {
        font-size: 14px !important;
        padding: 8px 16px !important;
        width: auto !important;
    }
    
    .tab-btn:first-child {
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    
    .expert-card {
        display: block;
        max-width: 100%;
        padding: 15px;
    }

    .expert-card-image{
        height: fit-content;
    }
    
    .expert-card-category a {
        font-size: 16px;
        line-height: 1.3;
    }
    
    .card-arrow svg {
        width: 24px;
        height: 24px;
        padding-top: 0px;
    }
    
    .author-name {
        font-size: 12px;
    }
    
    .author-avatar {
        width: 32px;
        height: 32px;
    }
    
    /* Social Proof */
    .social-proof {
        padding: 60px 0;
        background-image: url('../../assets/images/bg-social-mobile.webp');
        background-size: 96%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: white;
    }
    
    .social-container {
        padding: 0 15px;
    }
    
    .social-content {
        padding: 40px 10px;
    }
    
    /* Avatar styles removed since avatars are no longer in the HTML */
    
    .social-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    
    .social-label {
        font-size: 18px;
        color: #1E1E1E;
        font-weight: 500;
    }
    
    .social-number-desktop {
        display: none;
    }

    .social-number-mobile {
        display: block;
        font-size: 72px;
        margin-bottom: 12px;
        line-height: 1;
        color: #4563ea;
        font-weight: 700;
    }
    
    .social-description {
        font-size: 18px;
        line-height: 1.5;
        color: #1E1E1E;
        font-weight: 500;
    }
    
    /* News */
    .news{
        padding: 40px 0;
    }

    .news .section-title{
        line-height: 1.2;
    }

    .news-side-card{
        border-bottom: unset;
    }

    .news-divider{
        display: none;
    }

    .news-side-card-link{
        background-color: #EDEDED;
        margin-bottom: 16px;
        border-radius: 8px;
        
    }

    .news-side-author{
        border-bottom: 1px solid #d6d6d6;
    }

    .news-side-title .svg-arrow-card{
        display: block;
    }

    .news-grid {
        gap: 30px;
    }
    
    .news-side-content {
        padding: 15px;
    }
    
    .news-main-title a {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .news-side-title a {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .news-side-title {
        gap: 15px;
    }
    
    .news-arrow {
        width: 24px;
        height: 24px;
    }
    
    .author-avatar {
        width: 32px;
        height: 32px;
    }
    
    .author-text {
        font-size: 14px;
    }
    .expert-mobile-btn{
        align-self: start;
    }
} 
