/* 
==========================================================================
   INDICACV - LUXURY MINIMAL DESIGN SYSTEM
   Aesthetic: Refined, Spacious, High-Craft Editorial
========================================================================== 
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
    /* Typography */
    --font-display: 'Playfair Display', serif;
    --font-body: 'DM Sans', sans-serif;
    
    /* Colors - Warm Luxury Palette */
    --icv-bg: #FCFBF9; /* Warm off-white surface */
    --icv-surface: #FFFFFF;
    --icv-ink: #1A1A1A; /* Soft black for readability */
    --icv-ink-muted: #666666;
    --icv-accent: #6B42D6; /* Refined Bronze/Gold */
    --icv-accent-hover: #4c29a7;
    --icv-border: #EAEAe4;
    
    /* Spacing & Structure */
    --radius-sm: 4px;
    --radius-md: 12px;
    --radius-lg: 24px;
    
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --main-color:  #6B42D6;
    --main-color-hover: #4c29a7;
    --sec-color: #00B389;
    --sec-color-hover: #049472;
}

.card.shadow-sm {
    height: 100%;
}

/* Scroll offset para compensar a navbar sticky em links âncora */
section[id] {
    scroll-margin-top: 80px;
}

.container {
    --bs-gutter-x: 3rem !important;
}

/* Base Overrides */
body {
    background-color: var(--icv-bg);
    color: var(--icv-ink);
    font-family: "Sora", sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    height: auto;
}

h1, h2, h3, h4, h5, h6, .display-font {
    color: var(--icv-ink);
    letter-spacing: -0.02em;
}

.header-btns {
    gap: 26px;
}

.hero {
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 106px 0;
    position: relative;
}

section.home-earn {
    padding: 88px 0 0;
}

section.earn-more {
    padding: 88px 0 0;
}

.line-row:after {
    content: '';
    width: 90%;
    height: 4px;
    background: rgba(128, 128, 128, 0.35);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.navbar.sticky {
    padding: 12px 0;
    box-shadow: 0 2px 9.2px 0 rgba(0, 0, 0, 0.10);
}

.navbar {
    transition: 300ms all ease-in-out;
    padding: 24px 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
}

.navbar-collapse {
    display: flex;
    align-items: center;
    gap: 64px;
    justify-content: flex-end;
}

.navbar-nav a:hover {
    color:var(--sec-color);
}
.navbar-nav a {
    transition: 300ms all ease-in-out;
    color: #3C3F39;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar.interna .navbar-nav {
    gap: 0px;
}

.navbar-nav {
    gap: 24px;
}

a.login-btn:hover {
    color: var(--main-color-hover);
}

section.home-numeros {
    padding: 80px 0 0;
}

section.home-logos {
    padding: 64px 0 0;
}

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

section.earn-cta {
    padding: 160px 0 0;
}

.bl-numero-text {
    text-align: center;
    font-family: Sora;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background: linear-gradient(90deg, #7866FF -4.11%, #6A5BF7 31.34%, #726AEE 58.5%, #3A29D7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bl-numero-title {
    color: #181A27;
    text-align: center;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.bl-numero {
    border-radius: 25px;
    background: linear-gradient(253deg, rgba(246, 244, 254, 0.45) 2.34%, rgba(163, 151, 255, 0.09) 55.07%, rgba(120, 200, 255, 0.11) 107.79%);
    box-shadow: 2px 2px 9.2px 0 rgba(0, 0, 0, 0.15);
    padding: 42px;
}

h1.hero-title span {
    color: var(--main-color);
    font-weight: 800;
}

.bl-cat-list-text {
    color: #181A27;
    text-align: center;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bl-cat-list-text {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.bl-segmento {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 9.2px 0 rgba(0, 0, 0, 0.10);
}

section.home-segmentos {
    padding: 140px 0 0;
}

img.img-segmento {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    height: auto;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.bl-segmento-text {
    padding: 32px;
}

img.img-segmento {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}

a.bl-seg-indicar {
    color: #624DFF;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    gap: 5px;
}


ul.bl-cat-list img {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    background: rgba(0, 179, 137, 0.14);
    padding: 14px;
}

.bl-seg-subtitle.mt-2 {
    color: #757575;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.bl-seg-title {
    color: #181A27;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.swiper-button-prev:after {
    content: none;
}
.swiper-button-next:after {
    content: none;
}

.swiper-depo {
    width: calc(100% - 80px);
}

.swiper-button-prev {
    border-radius: 16px 2px 2px 2px;
    background: #00B389;
    color: white;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transform: translateY(-80%);
}

section.home-depo {
    padding: 140px 0 0;
}

.bl-depo:hover .bl-depo-img {
    transform: scale(1.05);
}

.swiper-button-next {
    border-radius: 2px 16px 2px 2px;
    background: #00B389;
    color: white;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transform: translateY(-80%);
}

.depo-desc {
    color: #624DFF;
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.bl-depo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.depo-title {
    color: #624DFF;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.popup-video.show {
    opacity: 1;
    visibility: visible;
}

.popup-video {
    opacity: 0;
    visibility: hidden;
    transition: 300ms all ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
}

.popup-video-container {
    padding: 20px;
    width: 100%;
    max-width: 640px;
    height: auto;
    aspect-ratio: 16 / 9;
}

.popup-video iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.home-faq {
    padding: 140px 0 0;
}

.bl-faq-plus, .bl-faq-minus {
    border-radius: 8px;
    background: linear-gradient(193deg, #624DFF 5.92%, #5644FF 47.56%);
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    width: 30px;
    min-width: 30px;
    height: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 100%;
}

.bl-faq .bl-faq-plus {
    display: inline-flex;
}

.bl-faq .bl-faq-minus {
    display: none;
}

.bl-faq.active .bl-faq-plus {
    display: none;
}

.bl-faq.active .bl-faq-minus {
    display: inline-flex;
}

.bl-faq.active .bl-faq-head {
    margin-bottom: 20px;
}

.bl-faq.active .bl-faq-content {
    opacity: 1;
    max-height: 5000px;
}

.bl-faq-content {
    opacity: 0;
    max-height: 0;
    transition: 300ms all ease-in-out;
    color: #757575;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Sora;
    font-size: var(--Typography-Font-Size-Paragraph-Default, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
}

.card-body {
    border: 1px solid #ddd;
    border-radius: 15px;
}

.card-body .form-control {
    border: 1px solid #eee !important;
}

.bl-faq-title {
    color: #624DFF;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.footer-bottom {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
}

.footer-bottom-partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.footer-bottom-partners {
    color: #757575;
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom-text {
    color: #757575;
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom-text span {
    color: var(--sec-color);
    font-weight: 600;
}

footer {
    padding: 88px 0 0;
}

ul.footer-menu a:hover {
    color: var(--sec-color);
}

ul.footer-menu a {
    color: #757575;
}

ul.footer-menu {
    color: #757575;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
    letter-spacing: 0.96px;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.footer-title {
    color: #088273;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.navbar.interna {
    border-bottom: 1px solid #ccc;
}

.rs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.rs a:hover {
    background: var(--sec-color-hover);
    color: white;
}

.footer-desc.mt-4 {
    color: #757575;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.rs a {
    transition: 300ms all ease-in-out;
    border-radius: 12px 2px;
    background: #E3FFF9;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #00B389;
}

img.cta-footer-img {
    position: absolute;
    top: 50%;
    left: 0;
    animation: cta-footer-img 5s ease-in-out infinite;
    transform: translateX(-30%);
}

@keyframes cta-footer-img {
    0% {
        transform: translate(-30%, -20%);
    }
    50% {
        transform: translate(-30%, -0%);
    }
    100% {
        transform: translate(-30%, -20%);
    }
}

.cta-footer-img-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

p.cta-headline {
    font-family: Sora;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    line-height: 160%;
    color: #757575;
    vertical-align: middle;
}

.bl-faq-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    transition: 300ms all ease-in-out;
}

.bl-faq-title-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bl-faq {
    margin-bottom: 15px;
    border-radius: 16px;
    border: 1px solid var(--Colors-Neutrals-Neutral-300, #F1F2F9);
    background: linear-gradient(243deg, #F1F0FB 33.93%, var(--Colors-Primary-HUE-Purple-200, #EAE8FF) 85.45%);
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.bl-depo-img {
    transition: 300ms all ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bl-depo:hover .bl-depo-img-container svg {
    transform: scale(1.4);
}

.bl-depo-img-container svg {
    position: relative;
    transition: 300ms all ease-in-out;
}

.bl-depo-img-container {
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    max-width: 280px;
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
}

section.home-cats {
    padding: 140px 0 0;
}

.bl-cat.alt li svg {
    border-radius: 5px;
    background: rgba(98, 77, 255, 0.14);
}

.bl-cat.alt li {
    border-radius: 10px;
    border: 1px solid rgba(163, 151, 255, 0.40);
    background: #EDEEF7;
}

.bl-cat.alt {
    border-top: 8px solid #624DFF;
}

.bl-cat {
    border-radius: 0 0 50px 0;
    background: #FFF;
    box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.12);
    padding: 32px;
    border-top: 8px solid #00B389;
}

.bl-cat-list-title {
    color: #757575;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

ul.bl-cat-list li {
    border-radius: 10px;
    border: 1px solid rgba(158, 243, 198, 0.40);
    background: rgba(219, 243, 230, 0.40);
    width: 100%;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 14px;
}

.bl-cat img {
    width: 200px;
}

ul.bl-cat-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.bl-cat-subtitle {
    color: #757575;
    text-align: center;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-wrap-style: balance;
}

.bl-cat-title {
    color: #181A27;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-arrow:hover:after {
    transform: rotate(28deg);
}

.btn-default.btn-arrow {
    padding: 16px 40px;
}

.btn-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-arrow:after {
    transition: 300ms all ease-in-out;
    content: ' ';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljk4MzMgMy40MzQ0N0wxNS4yMDc4IDIuNzE4ODVMMTUuOTIzNCAyLjk0MzMyTDE1LjY5ODkgMy42NTg5NEwxNC45ODMzIDMuNDM0NDdaTTEuMDk3NDQgMTEuNTM1M0MwLjczMDMxIDExLjcyNzEgMC4yNzcyMDQgMTEuNTg1IDAuMDg1Mzk3NiAxMS4yMTc5Qy0wLjEwNjQwOCAxMC44NTA3IDAuMDM1NzE5IDEwLjM5NzYgMC40MDI4NDcgMTAuMjA1OEwwLjc1MDE0MyAxMC44NzA2TDEuMDk3NDQgMTEuNTM1M1pNNi4zMTU1OSAwLjcxNTY0OUw2LjU0MDA2IDIuODIwMjhlLTA1TDE1LjIwNzggMi43MTg4NUwxNC45ODMzIDMuNDM0NDdMMTQuNzU4OCA0LjE1MDA5TDYuMDkxMTIgMS40MzEyN0w2LjMxNTU5IDAuNzE1NjQ5Wk0xNC45ODMzIDMuNDM0NDdMMTUuNjk4OSAzLjY1ODk0TDEyLjk4MDEgMTIuMzI2NkwxMi4yNjQ1IDEyLjEwMjJMMTEuNTQ4OCAxMS44Nzc3TDE0LjI2NzcgMy4yMUwxNC45ODMzIDMuNDM0NDdaTTE0Ljk4MzMgMy40MzQ0N0wxNS4zMzA2IDQuMDk5MjFMMS4wOTc0NCAxMS41MzUzTDAuNzUwMTQzIDEwLjg3MDZMMC40MDI4NDcgMTAuMjA1OEwxNC42MzYgMi43Njk3MkwxNC45ODMzIDMuNDM0NDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    width: 16px;
    height: 12px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

p.hero-subtitle {
    color: #3C3F39;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-wrap-style: balance;
}

@keyframes scroll-bounce {
    0%, 100% { transform: translate(-50%, 60%); }
    50% { transform: translate(-50%, 40%); }
}

.form-group label {
    color: #2F2F33;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-control:focus, .form-select:focus {
    outline: none;
    box-shadow: 0 0 0 1px var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.form-group input {
    border-radius: 12px;
    border: 2px solid #E2E4E9;
    background-color: white;
}

.hr-aviso {
    color: #757575;
    font-family: Sora;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bl-earn-title {
    color: #2F2F33;
    text-align: center;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.swiper-logos .swiper-slide img {
    width: 60%;
}

.bl-earn-subtitle {
    color: #757575;
    text-align: center;
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
}

.bl-earn {
    z-index: 1;
    position: relative;
    border-radius: 25px;
    background: #FFF;
    box-shadow: 2px 2px 9.2px 0 rgba(0, 0, 0, 0.15);
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bl-earn-range {
    border-radius: 25px 0 0 25px;
    background: #FFF;
    box-shadow: 2px 2px 9.2px 0 rgba(0, 0, 0, 0.15);
    padding: 25px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.bl-earn-range-value {
    color: #757575;
    text-align: right;
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bl-earn-rang-title {
    color: #181A27;
    font-family: Sora;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bl-earn-rang-subtitle {
    color: #757575;
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
}

.bl-earn-text {
    padding: 25px 35px;
    border-radius: 0px 25px 25px 0;
    background: linear-gradient(253deg, rgba(246, 244, 254, 0.45) 2.34%, rgba(163, 151, 255, 0.09) 55.07%, rgba(120, 200, 255, 0.11) 107.79%);
    box-shadow: 2px 2px 9.2px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2.bl-earn-text-subtitle {
    color: #181A27;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bl-earn-text-title {
    /* text-align: center; */
    font-family: Sora;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: var(--main-color);
}

p.bl-earn-text-text {
    color: #757575;
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background:  #00B389;
  border-radius: 5px;
  outline: none;
}

/* trilho - Chrome / Edge / Safari */
input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background:  #00B389;
  border-radius: 5px;
}

/* bolinha - Chrome / Edge / Safari */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background:  #00B389;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px; /* centraliza no trilho */
}

/* trilho - Firefox */
input[type="range"]::-moz-range-track {
  height: 6px;
  background:  #00B389;
  border-radius: 5px;
}

/* bolinha - Firefox */
input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background:  #00B389;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.bl-earn-icon {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px rgba(157, 162, 185, 0.24);
}

.site-badge {
    color: #006B5C;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 50px;
    background: rgba(158, 243, 198, 0.50);
    display: inline-flex;
    padding: 6px 14px;
    border-radius: 50px;
}

.scroll-btn {
    animation: scroll-bounce 2s infinite ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: var(--sec-color);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 56px;
    padding-top: 5px;
}

.hr-subtitle {
    color: #757575;
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
}

.hr-title {
    color: #181A27;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.home-reg-container {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 40px;
}

h1.hero-title {
    color: #181A27;
    font-family: Manrope;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-wrap-style: balance;
}

.login-btn {
    transition: 300ms all ease-in-out;
    color: var(--main-color);
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn-purple:hover {
    background: var(--main-color-hover);
}

.btn-purple {
    background: var(--main-color);
}

.btn-green {
    background: var(--sec-color);
}

.btn-green:hover {
    background: var(--sec-color-hover);
}

h4 {
    font-size: 22px;
}

#indicacoesTable {
    padding-bottom: 20px;
}

#indicacoesTable_wrapper > .row {
    padding-bottom: 30px;
}

.btn-default {
    transition: 300ms all ease-in-out;
    border-radius: 24px 4px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    font-family: Sora;
    font-weight: 400;
    padding: 16px 48px;
    line-height: 100%;
}

p.home-register-subtitle {
    color: #F1F1F1;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
}

h2.home-register-title {
    text-wrap-style: balance;
    color: #F1F1F1;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

section.cta-footer {
    padding: 20px 0 0;
}

section.home-register {
    background: linear-gradient(180deg, #6B42D6 0%, #5232A3 50%, #382370 100%);
    padding: 84px 0;
}

/* Forms & Inputs */
.form-control, .form-select {
    background-color: var(--icv-bg);
    border: 1px solid var(--icv-border);
    border-radius: var(--radius-sm);
    padding: 0.8rem 1rem;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--icv-ink);
    transition: var(--transition-smooth);
    box-shadow: none !important;
}

.form-control:focus, .form-select:focus {
    background-color: var(--icv-surface);
    border-color: var(--icv-accent);
    outline: none;
    box-shadow: 0 0 0 1px var(--icv-accent) !important;
}

button.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

label.form-label {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: var(--icv-ink-muted);
    margin-bottom: 0.4rem;
}

/* Buttons */
.btn-dark {
    background-color: var(--icv-accent);
    border: 1px solid var(--icv-accent);
    color: #fff;
    padding: 0.6rem 1.5rem;
    font-family: var(--font-body);
    font-weight: 500;
    transition: var(--transition-smooth);
}

.btn-dark:hover {
    background-color: black;
    border-color: black;
}

.btn-outline-dark {
    color: var(--icv-accent);
    border: 1px solid var(--icv-accent);
    background: transparent;
    padding: 0.6rem 1.5rem;
    transition: var(--transition-smooth);
}

.btn-outline-dark:hover {
    background: black;
    border-color: black;
    color: white;
}

/* Cards & Surfaces */
.card {
    background-color: var(--icv-surface);
    border: 1px solid var(--icv-border);
    transition: var(--transition-smooth);
}

.card.shadow-sm {
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
}

/* Tables */
.table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--icv-ink);
    --bs-table-border-color: var(--icv-border);
    font-size: 0.95rem;
}

.table thead th {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    color: var(--icv-ink-muted);
    border-bottom: 1px solid var(--icv-border);
    padding-bottom: 1rem;
}

.table tbody td {
    padding: 1rem 0.5rem;
    vertical-align: middle;
}

/* Dashboard Specific Layout */
.icv-stat-card {
    padding: 2rem;
    border-radius: var(--radius-md);
    background: var(--icv-surface);
    border: 1px solid var(--icv-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.icv-stat-number {
    
    font-size: 3rem;
    line-height: 1;
    color: var(--icv-accent);
    margin-bottom: 0.5rem;
}

.icv-stat-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--icv-ink-muted);
}

/* Utilities */
.text-accent {
    color: var(--icv-accent) !important;
}

.bg-surface {
    background-color: var(--icv-surface) !important;
}

img.earn-more-img.img-fluid {
    border-radius: 56px 12px;
    background: #D5D5D5;
}
h2.site-title span {
    font-weight: 800;
    color: var(--main-color);
}

h2.site-title {
    color: #181A27;
    font-family: Sora;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal /* 64px */
}

p.site-subtitle {
    color: #757575;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
}

ul.earn-more-list li {
    color: #757575;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

p.earnmore-text {
    color: #757575;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.bl-diff {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 2px 2px 9.2px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    align-items: flex-start;
}

.bl-diff-subtitle {
    color: #757575;
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 158%;
}

.bl-diff-title {
    color: #2F2F33;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bl-diff-icon {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px rgba(157, 162, 185, 0.24);
}


.text-balance {
    text-wrap-style: balance;
}

ul.earn-more-list svg {
    margin-right: 10px;
}

ul.earn-more-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 15px;
}

@media (max-width: 1400px) {
    .navbar-collapse {
        gap: 32px;
    }
    a.navbar-brand img {
        width: 200px;
    }
    .header-btns {
        gap: 22px;
    }
    .navbar-collapse {
        gap: 26px;
    }
    .bl-earn-text-title {
        font-size: 62px;
    }
    .cta-footer-img-container {
        justify-content: flex-end;
    }

    .cta-footer-img {
        height: 150px;
    }

    @keyframes cta-footer-img {
    0% {
        transform: translate(-10%, -20%);
    }
    50% {
        transform: translate(-10%, -0%);
    }
    100% {
        transform: translate(-10%, -20%);
    }
}
}
@media (max-width: 1200px) {
    .navbar-collapse {
        flex-direction: column;
        text-align: center;
        display: block;
        padding-top: 30px;
    }
    .header-btns {
        margin-top: 30px;
        flex-direction: column;
    }
    .bl-earn-text-title {
        font-size: 48px;
    }
    img.cta-footer-img {
        height: 130px;
    }
    @keyframes cta-footer-img {
        0% {
            transform: translate(-20%, -20%);
        }
        50% {
            transform: translate(-20%, -0%);
        }
        100% {
            transform: translate(-20%, -20%);
        }
    }
}
@media (max-width: 992px) {
    .footer-bottom {
        align-items: center;
        justify-content: center;
    }
    .bl-earn-text {
        border-radius: 25px 25px 0 0;
    }
    .bl-earn-range {
        border-radius: 0 0 25px 25px;
    }
        section.cta-footer {
        padding: 112px 0 0;
    }
}
@media (max-width: 768px) {
    .btn-cta {
        width: 100%;
    }
    .btn-indicar-earn-range {
        width: 100%;
    }
    h1.hero-title {
        font-size: 48px;
        font-weight: 120%;
    }
    p.hero-subtitle {
        font-size: 16px;
        line-height: 32px;
    }
    h2.home-register-title {
        font-size: 40px;
        line-height: 120%;
    }
    h2.site-title {
        font-size: 32px;
        line-height: 140%;
    }
    .bl-earn-title {
        font-size: 18px;
    }
    .bl-earn-rang-title {
        font-size: 24px;
    }
    p.site-subtitle {
        font-size: 16px;
    }
    ul.earn-more-list li {
        font-size: 15px;
    }
    .bl-diff-title {
        font-size: 18px;
    }
    section.home-earn {
        padding: 56px 0 0;
    }
    section.earn-cta {
        padding: 100px 0 0;
    }
    section.home-cats {
        padding: 112px 0 0;
    }
    section.home-segmentos {
        padding: 112px 0 0;
    }
    section.home-depo {
        padding: 112px 0 0;
    }
    footer {
        padding: 44px 0 0;
    }
}