* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #000;
    font-family: 'Roboto Mono', monospace;
    color: #fff;
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1800px;
}

.general {
    font-family: sans-serif !important;
}

.btn a {
    background: linear-gradient(90deg, #FFA723 -200%, #000 100%);
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 25.88px;
    color: #fff;
    font-size: 18px;
}

.nav {
    width: 100%;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.language-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: white;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    transition: all 0.3s ease;
}

.language-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.language-btn .flag {
    font-size: 16px;
}

.language-btn .lang-text {
    font-weight: 500;
}

/* Responsividade para navegação */
@media (max-width: 768px) {
    .nav-right {
        gap: 15px;
    }
    
    .language-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .language-btn .flag {
        font-size: 14px;
    }
    
    .machain-btn {
        font-size: 14px;
        padding: 10px 16px;
    }
}

@media (max-width: 500px) {
    .nav-right {
        gap: 10px;
    }
    
    .language-btn {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 15px;
    }
    
    .language-btn .flag {
        font-size: 12px;
    }
}

.nav-container img {
    width: 190px;
}

.machain-btn {
    display: flex;
    align-items: center;
    background: #684003;
    border-radius: 25.88px;
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    text-decoration: none;
}

.section-1 {
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.section-1-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.section-1-container .title {
    width: 63%;
}

.title {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
}

.title > span {
    font-weight: 200;
}

.title-thin {
    font-weight: 300;
    font-size: 2.3rem;
}

.highline {
    color: #FFA723;
}

.subtitle {
    margin-top: 35px;
}

.subtitle h2 {
    font-weight: 200;
    letter-spacing: 0;
    font-size: 1.5rem;
}

.description {
    width: 70%;
    margin-top: 25px;
    text-align: justify;
}

.description p {
    font-weight: 300;
    letter-spacing: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
}

.section-1 .btn {
    margin-top: 45px;
}

@media (max-width: 500px) {
    .section-1-container {
        padding: 0;
    }
    
    .title {
        font-size: 1.0rem !important;
    }
    
    .subtitle {
        width: 100%;
    }
    
    .description {
        width: 100%;
        margin-top: 20px;
    }
    
    .description p {
        font-size: 0.9rem;
    }
}

.section-2-container {
    display: flex;
}

.section-2-container .left {
    width: 50%;
}

.section-2-container .left .general {
    font-weight: 600;
    font-size: 2.0rem;
    margin-bottom: 30px;
}

.section-2-container .left .subtitle-1 {
    opacity: 0.4;
    font-weight: 400;
    margin-top: 0;
    font-size: 1.3rem;
}

.section-2-container .left .subtitle {
    font-size: 1.0rem;
    margin-top: 30px;
    text-align: justify;
    width: 80%;
}

.section-2-container .right {
    width: 50%;
    display: flex;
}

.section-2-container .card {
    width: 40%;
    position: relative;
    flex-shrink: 0;
}

.section-2-container .card img {
    width: 100%;
    height: auto;
    display: block;
}

.section-2-container .card .desc {
    position: absolute;
    opacity: 0.4;
    font-weight: 200;
    font-size: 0.7rem;
    color: #fff;
    z-index: 2;
    left: 10px;
    padding-right: 10px;
}

.section-2-container .card .value {
    position: absolute;
    font-weight: 600;
    font-size: 1.3rem;
    color: #fff;
    z-index: 2;
    left: 10px;
}

.card-token-brasil {
    margin-right: 40px;
}

.card-token-brasil .desc {
    top: 9%;
}

.card-token-brasil .value {
    top: 22%;
}

.card-token-global .desc {
    top: 60%;
}

.card-token-global .value {
    top: 75%;
}

/* Section 3 - Stack Completo */
.section-3 {
    padding: 200px 0;
    background: #000;
}

.section-3-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 450px;
    background: #26262699;
    border-radius: 30px;
    padding: 10px 50px;
}

.section-3-container .left {
    width: 35%;
}

.phone-mockup {
    position: relative;
    width: 100%;
}

.phone-image {
    width: 110%;
    height: auto;
}

.section-3-container .right {
    width: 75%;
    padding-left: 50px;
    padding-right: 50px;
}

.section-3 .content h2 {
    font-size: 2.3rem;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-right: 40px;
}

.highline-white {
    font-weight: 600 !important;
}

.section-3 .description {
    font-size: 1.0rem;
    line-height: 1.6;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 40px;
    width: 100%;
}

.result-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 24px;
}

.result-box .label {
    font-size: 0.7rem;
    color: #fff;
    font-weight: 600;
}

.result-box .text {
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.4;
}

/* Section 4 - Tokenização Imobiliária */
.section-4 {
    background: #000;
}

.section-4-container {
    display: flex;
    align-items: center;
}

.section-4 .left {
    width: 50%;
}

.section-4 .content h2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

.title-light {
    font-weight: 100 !important;
    color: #ffffff;
    font-size: 2.0rem;
}

.section-4 .subtitle {
    width: 85%;
    font-size: 1.0rem;
    line-height: 1.4;
    color: #ffffff;
    margin: 25px 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.3;
}

.section-4 .description {
    width: 80%;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 300;
}

.section-4 .btn {
    margin-top: 30px;
}

.section-4 .right {
    width: 50%;
}

.building-images {
    width: 90%;
    margin-left: auto;
}

.building-main {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
}

/* Section 5 - Como Executamos na Prática */
.section-5 {
    padding: 100px 0;
    background: #000;
}

.section-5-container {
    text-align: center;
}

.section-5 .title {
    font-size: 2.0rem;
    margin-bottom: 60px;
}

.title-bold {
    font-weight: 600;
    color: #ffffff;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.process-card {
    height: 205px;
    background: #000 url('images/bloco-execuc.png') no-repeat center center;
    background-size: contain;
    border-radius: 15px;
    padding: 30px 25px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.process-card h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 1.3;
    text-align: left;
}

.process-card p {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.4;
    text-align: left;
    opacity: 0.9;
}

/* Section 6 - Dashboard Preview */
.section-6 {
    padding: 100px 0;
    background: #000;
}

.section-6-container {
    display: flex;
    align-items: center;
}

.section-6 .left {
    width: 40%;
}

.section-6 .title {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #ffffff;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-card {
    background: #000 url('images/rectangle-1.png') no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    padding: 20px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.benefit-card h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.benefit-card p {
    font-size: 0.8rem;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.4;
}

.section-6 .right {
    width: 60%;
}

.dashboard-preview {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 100;
    padding-left: 30px;
}

.expand-dashboard {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFA723;
    border: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    top: 30px;
    left: -20px;
}

.expand-dashboard:hover {
    background: #ff8c00;
    transform: scale(1.1);
}

.expand-dashboard span {
    border: 3px solid #000;
    border-radius: 50%;
    padding: 1.5px 8px;
}

.section-6-cta {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
}

.visible {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.dashboard-container {
    background: #1a1a1a;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 167, 35, 0.3);
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.visible .dashboard-container {
    overflow-y: scroll;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.dashboard-header h2 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 300;
}

.dashboard-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.new-emission-btn {
    background: #2a2a2a;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.new-emission-btn:hover {
    background: #3a3a3a;
}

.close-dashboard {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-dashboard:hover {
    background: rgba(255, 255, 255, 0.1);
}

.dashboard-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.dashboard-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    flex: 1;
    min-width: 250px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.chart-card {
    min-width: 300px;
}

.card-header {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 10px;
    opacity: 0.7;
}

.card-value {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-subtitle {
    color: #ffffff;
    font-size: 0.8rem;
    opacity: 0.6;
}

.dashboard-row-bottom {
    gap: 10px;
}

.chart-container {
    margin-top: 15px;
}

.chart-card-image {
    min-width: none !important;
}

.chart-image {
    width: 100%;
    object-fit: contain;
}

.access-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    flex: 1;
    min-width: 250px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.quick-access {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.access-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.access-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.access-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.access-item span {
    color: #ffffff;
    font-size: 0.9rem;
}

/* Section 7 - Para quem é a tokenização */
.section-7 {
    position: relative;
    z-index: 1;
}

.section-7-header {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-7-header .title {
    width: 50%;
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.section-7-header .subtitle {
    width: 50%;
    font-size: 1.0rem;
    color: #ffffff;
    opacity: 0.5 !important;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

.target-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    margin: 0 auto;
}

.audience-card {
    height: 280px;
    border-radius: 15px;
    position: relative;
    perspective: 1000px;
    cursor: pointer;
    scale: 90%;
    /* iOS compatibility improvements */
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* iOS compatibility improvements */
    -webkit-transition: -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

/* Desktop and modern browsers */
.audience-card:hover .card-inner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

/* iOS/Touch devices - using touch/tap events */
@media (hover: none) and (pointer: coarse) {
    .audience-card {
        -webkit-tap-highlight-color: transparent;
    }
    
    .audience-card.flipped .card-inner {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* iOS performance optimization */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.card-front {
    z-index: 2;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.card-back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    justify-content: flex-start;
    text-align: left;
    padding: 30px 25px;
}

.card-back h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #f4a261;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-back p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.card-back .saiba-mais {
    font-size: 0.9rem;
    color: #f4a261;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    align-self: flex-start;
}

.audience-card.construtoras .card-front {
    background-image: url('images/imoveis-card.png');
}

.audience-card.incorporadoras .card-front {
    background-image: url('images/incorporadoras-card.png');
}

.audience-card.gestoras .card-front {
    background-image: url('images/gestoras-card.png');
}

.audience-card.proprietarios-imoveis .card-front {
    background-image: url('images/donos-de-imoveis-card.png');
}

.audience-card.family-offices .card-front {
    background-image: url('images/family-card.png');
}

.audience-card.proprietarios-ativos .card-front {
    background-image: url('images/proprietarios-card.png');
}

/* iOS/Touch specific improvements for card flip */
@supports (-webkit-touch-callout: none) {
    .audience-card {
        -webkit-transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        -webkit-backface-visibility: hidden;
        transform: translate3d(0, 0, 0); /* Force hardware acceleration */
        -webkit-transform: translate3d(0, 0, 0);
    }
    
    .card-inner {
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    
    .card-front,
    .card-back {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    
    .card-front {
        -webkit-transform: rotateY(0deg) translate3d(0, 0, 0);
        transform: rotateY(0deg) translate3d(0, 0, 0);
    }
    
    .card-back {
        -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
        transform: rotateY(180deg) translate3d(0, 0, 0);
    }
}

/* Active state for touch devices */
.audience-card:active {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transition: transform 0.1s ease;
    -webkit-transition: -webkit-transform 0.1s ease;
}

.card-front .card-icon {
    position: absolute;
    top: 20px;
    left: 20px;
}

.icon-circle {
    display: block;
    width: 12px;
    height: 12px;
    background: #FFA723;
    border-radius: 50%;
}

.card-front h3 {
    font-size: 1.4rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    text-align: left;
    line-height: 1.3;
    z-index: 2;
    position: relative;
}

/* Overlay para melhor legibilidade do texto na frente */
.card-front::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Removido - hover agora é o flip effect */

.section-7-cta {
    text-align: center;
    margin-top: 30px;
    padding-top: 40px;
}

/* Section 8 - Governança & Compliance */
.section-8 {
    padding: 600px 0;
    background: url('images/ellipse-fundo.png') no-repeat right center;
    background-size: contain;
    position: relative;
    top: -500px;
}

.section-8-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
}

.section-8 .left {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-8 .title {
    font-size: 2.0rem;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 40px;
}

.title-bold {
    font-weight: bold !important;
}

.section-8-container .title-light {
    font-size: 1.8rem;
    font-weight: 100 !important;
}

.section-8 .description {
    font-size: 1.0rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 50px;
    width: 60%;
}

.section-8 .right {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.governance-list {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.governance-item {
    background: url('images/rectangle-2.png') no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    padding: 25px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.governance-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.governance-item h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.governance-item p {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.4;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.governance-item:hover {
    transform: translateY(-3px);
    transition: all 0.3s ease;
}

.governance-item:hover::before {
    background: rgba(0, 0, 0, 0.2);
}

/* Section 9 - Parceiro Oficial */
.section-9 {
    position: relative;
    top: -950px;
}

.section-9-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

.section-9 .left {
    width: 50%;
}

.partnership-images {
    width: 100%;
}

.psg-group-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
}

.section-9 .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.psg-logo-img {
    width: 90%;
}

.partnership-title {
    font-size: 2.0rem;
    font-weight: 600;
    font-family: sans-serif;
    color: #ffffff;
    margin: 30px 0;
}

.partnership-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    margin: 0;
}

/* Section 10: Call to Action */
.section-10 {
    position: relative;
    top: -850px;
}

.section-10 .cta-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}

.section-10 .left {
    width: 50%;
}

.section-10 .right {
    width: 50%;
}

.section-10 .cta-title {
    font-family: sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.section-10 .cta-subtitle {
    font-size: 1.0rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.section-10 .cta-description {
    font-size: 0.9rem;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.6;
    margin: 0;
    line-height: 1.6;
}

.section-10 .next-title {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.section-10 .cta-buttons .btn {
    margin-bottom: 40px;
    font-size: 1.0rem;
}

.section-10 .company-logos {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.section-10 .logos-image {
    width: 45%;
}

/* Footer */
.footer {
    background-color: #000000;
    padding: 60px 0 30px 0;
    color: #ffffff;
    margin-top: -800px;
}

.footer-content {
    margin-bottom: 50px;
}

.footer-links {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column h4 {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.8rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-column ul.legal-links {
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.footer-column li {
    margin: 0;
}

.footer-column a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 300;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #f4a261;
}

.footer-column .legal-links span {
    color: #ffffff;
    font-size: 0.9rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #333333;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-flame {
    width: 70%;
}

.footer-brand {
    font-family: 'Roboto Mono', monospace;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer-copyright {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 300;
}

/* ========================================
   ANIMAÇÕES DE SCROLL - MACHAIN
   ======================================== */

/* Configurações base para animações */
.section-animate {
    opacity: 1;
    transform: none;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-animate.animate-in {
    opacity: 1;
    transform: none;
}

/* Fade-in simples para seções 1-6 */
.section-1-fade,
.section-2-fade,
.section-3-fade,
.section-4-fade,
.section-5-fade,
.section-6-fade {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.section-1-fade.fade-in-simple,
.section-2-fade.fade-in-simple,
.section-3-fade.fade-in-simple,
.section-4-fade.fade-in-simple,
.section-5-fade.fade-in-simple,
.section-6-fade.fade-in-simple {
    opacity: 1;
}

/* Elementos das seções 1-6 com fade-in básico */
.sections-1-6-element {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.sections-1-6-element.simple-fade-in {
    opacity: 1;
}

.element-animate {
    opacity: 1;
    transform: none;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.element-animate.fade-in {
    opacity: 1;
    transform: none;
}

/* Animações apenas para seções 7-10 */
.section-7 .element-animate,
.section-8 .element-animate,
.section-9 .element-animate,
.section-10 .element-animate {
    opacity: 0;
    transform: translateY(30px);
}

.section-7 .element-animate.fade-in,
.section-8 .element-animate.fade-in,
.section-9 .element-animate.fade-in,
.section-10 .element-animate.fade-in {
    opacity: 1;
    transform: translateY(0);
}

/* Cards das seções 1-6 com fade-in simples */
.section-1 .process-card,
.section-1 .card,
.section-1 .benefit-card,
.section-2 .process-card,
.section-2 .card,
.section-2 .benefit-card,
.section-3 .process-card,
.section-3 .card,
.section-3 .benefit-card,
.section-4 .process-card,
.section-4 .card,
.section-4 .benefit-card,
.section-5 .process-card,
.section-5 .card,
.section-5 .benefit-card,
.section-6 .process-card,
.section-6 .card,
.section-6 .benefit-card {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.section-1 .process-card.simple-fade-in,
.section-1 .card.simple-fade-in,
.section-1 .benefit-card.simple-fade-in,
.section-2 .process-card.simple-fade-in,
.section-2 .card.simple-fade-in,
.section-2 .benefit-card.simple-fade-in,
.section-3 .process-card.simple-fade-in,
.section-3 .card.simple-fade-in,
.section-3 .benefit-card.simple-fade-in,
.section-4 .process-card.simple-fade-in,
.section-4 .card.simple-fade-in,
.section-4 .benefit-card.simple-fade-in,
.section-5 .process-card.simple-fade-in,
.section-5 .card.simple-fade-in,
.section-5 .benefit-card.simple-fade-in,
.section-6 .process-card.simple-fade-in,
.section-6 .card.simple-fade-in,
.section-6 .benefit-card.simple-fade-in {
    opacity: 1;
}

/* Animações específicas para cards - apenas seções 7-10 */
.section-7 .process-card,
.section-7 .audience-card,
.section-7 .benefit-card,
.section-8 .process-card,
.section-8 .audience-card,
.section-8 .benefit-card,
.section-9 .process-card,
.section-9 .audience-card,
.section-9 .benefit-card,
.section-10 .process-card,
.section-10 .audience-card,
.section-10 .benefit-card {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.section-7 .process-card.slide-up,
.section-7 .audience-card.slide-up,
.section-7 .benefit-card.slide-up,
.section-8 .process-card.slide-up,
.section-8 .audience-card.slide-up,
.section-8 .benefit-card.slide-up,
.section-9 .process-card.slide-up,
.section-9 .audience-card.slide-up,
.section-9 .benefit-card.slide-up,
.section-10 .process-card.slide-up,
.section-10 .audience-card.slide-up,
.section-10 .benefit-card.slide-up {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Cards das seções 1-6 permanecem normais */
.section-1 .process-card,
.section-1 .audience-card,
.section-1 .benefit-card,
.section-2 .process-card,
.section-2 .audience-card,
.section-2 .benefit-card,
.section-3 .process-card,
.section-3 .audience-card,
.section-3 .benefit-card,
.section-4 .process-card,
.section-4 .audience-card,
.section-4 .benefit-card,
.section-5 .process-card,
.section-5 .audience-card,
.section-5 .benefit-card,
.section-6 .process-card,
.section-6 .audience-card,
.section-6 .benefit-card {
    opacity: 1;
    transform: none;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Dashboard cards permanecem com animação */
.dashboard-card {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dashboard-card.slide-up {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Efeito hover melhorado para cards */
.process-card.card-hover,
.audience-card.card-hover,
.benefit-card.card-hover,
.dashboard-card.card-hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 40px rgba(255, 167, 35, 0.15);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Animação para gráficos e elementos do dashboard */
.chart-animate {
    opacity: 0;
    transform: translateX(-50px) rotateY(20deg);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.chart-animate.fade-in {
    opacity: 1;
    transform: translateX(0) rotateY(0);
}

/* Animação pulsante para o botão do dashboard */
.pulse-animate {
    animation: pulse 2s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

.pulse-animate.fade-in {
    animation: pulse 2s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 167, 35, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(255, 167, 35, 0);
    }
}

/* Animação para números/valores */
.number-animate {
    animation: numberGlow 0.5s ease-in-out;
}

@keyframes numberGlow {
    0%, 100% { color: inherit; }
    50% { 
        color: #FFA723;
        text-shadow: 0 0 20px rgba(255, 167, 35, 0.5);
    }
}

/* Efeito ripple para botões */
.btn a {
    position: relative;
    overflow: hidden;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: ripple 0.6s linear;
}

@keyframes ripple {
    to {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

/* Animação de entrada suave para títulos - apenas seções 7-10 */
.section-7 .title.element-animate,
.section-8 .title.element-animate,
.section-9 .title.element-animate,
.section-10 .title.element-animate {
    transform: translateY(40px);
    transition-delay: 0.1s;
}

.section-7 .subtitle.element-animate,
.section-8 .subtitle.element-animate,
.section-9 .subtitle.element-animate,
.section-10 .subtitle.element-animate {
    transform: translateY(30px);
    transition-delay: 0.2s;
}

.section-7 .description.element-animate,
.section-8 .description.element-animate,
.section-9 .description.element-animate,
.section-10 .description.element-animate {
    transform: translateY(20px);
    transition-delay: 0.3s;
}

/* Títulos das seções 1-6 permanecem normais */
.section-1 .title.element-animate,
.section-1 .subtitle.element-animate,
.section-1 .description.element-animate,
.section-2 .title.element-animate,
.section-2 .subtitle.element-animate,
.section-2 .description.element-animate,
.section-3 .title.element-animate,
.section-3 .subtitle.element-animate,
.section-3 .description.element-animate,
.section-4 .title.element-animate,
.section-4 .subtitle.element-animate,
.section-4 .description.element-animate,
.section-5 .title.element-animate,
.section-5 .subtitle.element-animate,
.section-5 .description.element-animate,
.section-6 .title.element-animate,
.section-6 .subtitle.element-animate,
.section-6 .description.element-animate {
    transform: none;
    transition-delay: 0s;
    opacity: 1;
}

/* Otimização de performance - pausar animações quando não visível */
.animations-paused * {
    animation-play-state: paused !important;
}

/* Responsive para flip cards */
@media (max-width: 768px) {
    .target-audience-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .audience-card {
        height: 250px;
    }
    
    .card-back {
        padding: 25px 20px;
    }
    
    .card-back h4 {
        font-size: 0.9rem;
    }
    
    .card-back p {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    .card-front h3 {
        font-size: 1.3rem;
    }
}

/* Animações responsivas */
@media (max-width: 768px) {
    .section-animate {
        transform: translateY(30px);
    }
    
    .element-animate {
        transform: translateY(20px);
    }
    
    .process-card,
    .audience-card,
    .benefit-card {
        transform: translateY(25px) scale(0.98);
    }
    
    .chart-animate {
        transform: translateX(-30px);
    }
}

/* Suporte para usuários que preferem movimento reduzido */
@media (prefers-reduced-motion: reduce) {
    .section-animate,
    .element-animate,
    .process-card,
    .audience-card,
    .benefit-card,
    .dashboard-card,
    .chart-animate {
        transition: opacity 0.3s ease-in-out;
        transform: none;
    }
    
    .pulse-animate {
        animation: none;
    }
    
    .ripple-effect {
        animation: none;
    }
}

/* Animação suave para mudanças de texto na tradução */
[data-lang] {
    transition: opacity 0.3s ease;
}

.language-switching [data-lang] {
    opacity: 0.7;
}

/* Melhoria na transição de hover para elementos interativos */
.btn a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 167, 35, 0.3);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Animação suave para mudanças de estado */
* {
    transition-property: transform, opacity, box-shadow;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Wrapper para eliminar buraco abaixo do footer */
.main-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* @media (max-width: ) */

@media (max-width: 768px) {
    /* Navegação mobile */
    .nav-container {
        padding: 20px 0;
    }
    
    .nav-container img {
        width: 150px;
    }
    
    .machain-btn {
        font-size: 12px;
        padding: 8px 16px;
        border-radius: 20px;
    }
    
    /* Section 1 mobile */
    .section-1 {
        height: 100vh;
    }
    
    .section-1-container {
        text-align: center;
        max-width: 100%;
    }

    .section-1-container .title {
        width: 80%;
    }
    
    .title {
        font-size: 1.3rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .title-thin {
        font-weight: 300;
        font-size: 2.0rem;
        line-height: 1.3;
    }
    
    .highline {
        color: #FFA723;
    }
    
    .subtitle {
        margin-top: 25px;
        padding: 0 10px;
    }
    
    .subtitle h2 {
        font-weight: 200;
        letter-spacing: 0;
        font-size: 1.1rem;
        line-height: 1.5;
        opacity: 0.9;
    }

    .section-1 .description {
        width: 90%;
        text-align: center;
    }
    
    .section-1 .btn {
        margin-top: 30px;
    }
    
    .btn a {
        font-size: 14px;
        padding: 14px 20px;
        border-radius: 25px;
        display: inline-block;
        text-align: center;
        min-width: 280px;
    }
    
    .container {
        width: 95%;
    }

    .section-2-container {
        flex-wrap: wrap;
    }

    .section-2-container .left {
        width: 100%;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section-2-container .right {
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }

    .section-2-container .subtitle {
        padding: 0;
        margin-bottom: 30px;
    }

    .section-2-container .card {
        width: 40%;
    }

    .section-2-container .card .desc {
        font-size: 0.9rem;
    }

    .section-2-container .card .value {
        font-size: 1.3rem;
    }

    .section-3-container {
        height: 350px;
    }

    .section-3-container {
        padding-right: 20px;
    }

    .phone-image {
        width: 135%;
        position: relative;
        left: -25%;
    }

    .section-3-container .right {
        width: 80%;
        padding-right: 20px;
    }

    .section-3 .content h2 {
        font-size: 1.6rem;
        margin-bottom: 20px;
        padding-right: 21px;
    }

    .section-3 .description {
        font-size: 0.7rem;
        margin-bottom: 20px;
    }

    .section-3 .result-box {
        padding: 10px 12px;
        font-size: 0.6rem;
    }

    .section-4 .content h2 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .section-4 .content h2 .title-light {
        font-size: 1.3rem;
    }

    .section-4 .subtitle {
        width: 90%;
        padding: 0;
        margin: 0px;
    }

    .section-4 .content .description {
        width: 90%;
        font-size: 0.8rem;
        margin: 20px 0px 0px 0px;
    }

    .section-4 .building-images {
        width: 100%;
    }

    .section-4 .btn a {
        font-size: 0.8rem;
    }

    .section-5 .title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .section-5 .title-light {
        font-size: 1.5rem;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-card h3 {
        font-size: 0.8;
    }

    .process-card p {
        font-size: 0.7rem;
    }

    .section-6 {
        padding: 0px;
    }

    .section-6-container {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .section-6-container .left {
        width: 100%;
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-6-container .title {
        font-size: 1.7rem;
        text-align: center;
    }

    .section-6 .right {
        width: 100%;
    }

    .dashboard-header {
        margin-bottom: 0px;
    }

    .card-header {
        font-size: 0.8rem;
    }

    .card-value {
        font-size: 1.2rem;
    }

    .card-subtitle {
        font-size: 0.7rem;
    }

    .visible .dashboard-row-bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .visible .chart-card-image {
        width: 100%;
        height: auto;
    }

    .section-6-cta {
        margin-top: 0px;
    }

    .section-8-container {
        flex-wrap: wrap;
        gap: 0px;
    }

    .section-8-container .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .section-8-container .right {
        width: 100%;
    }

    .section-8 .description {
        width: 80%;
    }

    .governance-list {
        width: 100%;
    }

    .section-10 .cta-content {
        align-items: flex-end;
    }

    .cta-content .left .cta-title {
        font-size: 1.5rem;
    }

    .cta-content .left .cta-subtitle {
        font-size: 0.9rem;
    }

    .cta-content .next-title {
        margin-bottom: 20px;
    }

    .section-10 .cta-buttons .btn {
        margin-bottom: 10px;
    }

    .cta-buttons .btn a {
        font-size: 0.7rem;
    }

    .section-10 .company-logos {
        margin-top: 50px;
    }

    .section-10 .logos-image {
        width: 70%;
    }
}

/* Para dispositivos muito pequenos */
@media (max-width: 500px) {
    .nav-container {
        padding: 20px 10px;
    }

    .section-1 img {
        width: 110%;
        left: -30px;
    }

    .title {
        font-size: 0.8rem !important;
        margin-bottom: 0;
    }

    .title-thin {
        font-size: 1.3rem;
    }

    .subtitle {
        width: 100%;
    }

    .subtitle h2 {
        font-size: 0.8rem;
    }

    .section-1 .btn {
        margin-top: 20px;
    }

    .section-2-container .left .general {
        font-size: 1.5rem !important;
    }

    .section-2-container .left .subtitle-1 {
        font-size: 1.2rem;
    }

    .section-2-container .left .subtitle {
        width: 90%;
        font-size: 0.8rem;
    }

    .section-2-container .right {
        margin-top: 30px;
    }

    .section-2-container .card {
        width: 47%;
    }

    .section-2-container .card .desc {
        font-size: 0.6rem;
    }

    .section-2-container .card .value {
        font-size: 1.0rem;
    }

    .card-token-brasil {
        margin-right: 10px;
    }

    .section-3 {
        padding-top: 100px;
    }

    .section-3-container {
        padding-left: 30px;
        flex-direction: column-reverse;
        height: 550px;
    }

    .section-3-container .left {
        width: 100%;
        position: relative;
        top: 30%;
    }

    .section-3-container .right {
        width: 100%;
        padding: 0;
        position: relative;
        top: 30%;
    }

    .section-3 .content h2 {
        font-size: 1.1rem !important;
        padding: 0;
    }

    .phone-mockup {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .phone-image {
        width: 60%;
        left: -5%;
    }

    .section-4-container {
        flex-wrap: wrap;
    }

    .section-4 .left {
        width: 100%;
    }

    .section-4 .content h2 {
        font-size: 1.6rem !important;
        margin-bottom: 10px;
    }

    .section-4 .content h2 .title-light {
        font-size: 1.5rem;
    }

    .section-4 .content .description {
        margin-bottom: 20px;
    }

    .section-4 .content .btn {
        margin-top: 0px;
    }

    .section-4 .right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-4 .building-images {
        width: 80%;
        margin: 30px 0;
    }

    .section-5 {
        padding-bottom: 40px;
    }

    .section-5 .title {
        font-size: 1.5rem !important;
    }

    .section-6-container .left {
        margin: 30px 0px 0px;
    }

    .cards-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .process-card {
        padding: 30px 70px;
    }

    .process-card h3 {
        font-size: 0.9rem;
    }

    .process-card p {
        font-size: 0.8rem;
    }

    .expand-dashboard {
        width: 30px;
        height: 30px;
        top: 20px;
        left: -10px;
    }

    .expand-dashboard span {
        padding: 1px 10px;
        border: 1px solid #000;
    }

    .dashboard-container {
        padding: 20px;
    }

    .dashboard-header h2 {
        font-size: 1.3rem;
    }

    .dashboard-row {
        gap: 10px;
    }

    .dashboard-card {
        padding: 15px;
        min-width: 150px;
    }

    .card-header {
        margin-bottom: 5px;
    }

    .chart-card-image {
        width: 20%;
    }

    .pipeline-chart {
        width: 180%;
    }

    .visible .dashboard-row-bottom {
        grid-template-columns: repeat(1, 1fr);
    }

    .visible .pipeline-chart {
        width: 100%;
    }

    .section-6-container .title {
        font-size: 1.4rem !important;
    }

    .section-7-header {
        flex-wrap: wrap;
        text-align: center;
    }

    .section-7-header .title {
        width: 100%;
        font-size: 1.4rem !important;
    }

    .section-7-header .subtitle {
        width: 100%;
    }

    .target-audience-grid {
        gap: 0;
    }

    .card-back p {
        font-size: 0.7rem;
    }

    .section-7-cta {
        margin-top: 0px;
    }

    .section-8 {
        padding: 540px 0;
    }

    .section-8 .title {
        font-size: 1.7rem !important;
    }

    .section-8 .title-light {
        font-size: 1.6rem;
    }

    .section-8 .description {
        font-size: 0.9rem;
        width: 87%;
    }

    .section-9-container {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .section-9 .right {
        width: 100%;
    }

    .partnership-images {
        width: 80%;
        display: flex;
        justify-content: center;
        margin: 0px auto;
    }

    .psg-logo-img {
        width: 100%;
    }

    .psg-group-image {
        width: 100%;
        margin: 0px auto;
    }

    .partnership-title {
        font-size: 1.7rem;
        margin: 20px 0;
    }

    .section-9 .left {
        width: 100%;
    }

    .section-10 .cta-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .cta-content .left {
        width: 100%;
    }

    .cta-content .right {
        text-align: center;
        width: 100%;
    }

    .section-10 .logos-image {
        width: 90%;
    }

    .footer {
        padding: 0 0 30px 0;
    }

    .footer-copyright {
        font-size: 0.7rem;
    }
}

@media (max-width: 430px) {
    .machain-btn {
        font-size: 0.7rem;
    }

    .title {
        font-size: 0.7rem !important;
    }

    .title-thin {
        font-size: 1.2rem;
    }

    .subtitle h2 {
        font-size: 0.7rem;
    }

    .btn a {
        font-size: 0.7rem;
    }

    .section-2-container .left .subtitle-1 {
        font-size: 1rem;
    }

    .section-2-container .left .subtitle {
        font-size: 0.7rem;
    }

    .card-token-global .value {
        top: 77%;
    }

    .section-3 {
        padding-bottom: 250px;
    }

    .section-3-container .right {
        top: 55%;
    }

    .section-3 .content h2 {
        font-size: 1rem !important;
    }

    .section-3-container .left {
        top: 55%;
    }

    .phone-image {
        width: 80%;
    }

    .section-4 {
        margin-top: 50px;
    }

    .target-audience-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-8 .title {
        font-size: 1.5rem !important;
    }

    .footer-links {
        gap: 40px;
    }
}

/* Otimização específica para telas de 430px e menores */
@media (max-width: 430px) {
    .nav-container {
        padding: 12px 15px;
        align-items: center;
        min-height: 50px;
    }
    
    .nav-container img {
        width: 120px;
        height: auto;
    }
    
    .nav-right {
        gap: 8px;
        flex-shrink: 0;
        align-items: center;
    }
    
    .language-btn {
        padding: 6px 10px;
        font-size: 10px;
        border-radius: 12px;
        min-width: 45px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .language-btn .flag {
        font-size: 11px;
    }
    
    .machain-btn {
        padding: 8px 14px;
        font-size: 10px;
        border-radius: 18px;
        white-space: nowrap;
        height: 32px;
        display: flex;
        align-items: center;
    }
    
    /* Header fixo para melhor usabilidade */
    .nav {
        position: absolute;
        z-index: 1000;
    }
    
    .section-1 {
        padding-top: 70px; /* Compensar header fixo */
    }
    
    .main-wrapper {
        padding-top: 0;
    }
}

/* Para telas muito pequenas (360px e menores) */
@media (max-width: 360px) {
    .nav-container {
        padding: 10px 12px;
    }
    
    .nav-container img {
        width: 100px;
    }
    
    .nav-right {
        gap: 6px;
    }
    
    .language-btn {
        padding: 5px 8px;
        font-size: 9px;
        min-width: 40px;
        height: 28px;
    }
    
    .machain-btn {
        padding: 6px 10px;
        font-size: 9px;
        height: 28px;
    }

    .section-1-container .title {
        width: 90%;
    }

    .card-token-brasil .value {
        top: 28%;
    }

    .card-token-global .desc {
        top: 55%;
    }

    .section-3-container .right {
        top: 40%;
    }

    .section-3 .content h2 {
        font-size: 0.8rem !important;
    }

    .process-card p {
        font-size: 0.7rem;
    }

    .section-6-container .title {
        font-size: 1.2rem !important;
    }

    .section-8 .description {
        width: 90% !important;
        text-align: left;
    }
}