/* General Styles */
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    background-color: #ffffff;
    color: #050D17;
}

/* Header */
header {
    background-color: #ffffff;
    padding: 20px 50px;
    border-bottom: 1px solid #EAEAEA;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .logo img {
    height: 30px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

nav ul li a {
    text-decoration: none;
    color: #050D17;
    font-weight: 500;
}

nav .actions a {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
}

nav .actions .login {
    color: #050D17;
}

nav .actions .register {
    background-color: #00C660;
    color: #ffffff;
}

/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 50px;
    background-color: #f7f9fc;
}

.hero-content {
    max-width: 50%;
    text-align: left;
}

.hero-image img {
    max-width: 500px;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero h1 span {
    color: #00C660;
}

.hero p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.hero .cta {
    background-color: #00C660;
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}

/* Vantagens Section */
#vantagens {
    padding: 80px 20px;
    text-align: center;
}

#vantagens h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

#vantagens > p {
    color: #555;
    margin-bottom: 50px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card {
    background-color: #00C660;
    color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    text-align: left;
}

.feature-card img {
    width: 48px; /* Adjust size as needed */
    height: 48px; /* Adjust size as needed */
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 16px;
    opacity: 0.9;
}

/* Ecossistema Section */
#ecossistema {
    background-color: #050D17;
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
}

#ecossistema h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

#ecossistema h2 span {
    color: #00C660;
}

#ecossistema > p {
    color: #aaa;
    margin-bottom: 50px;
}

.ecosystem-features {
    max-width: 1000px;
    margin: 0 auto;
}

.ecosystem-feature {
    display: flex;
    align-items: center;
    gap: 50px;
    text-align: left;
    margin-bottom: 50px;
}

.ecosystem-feature img {
    max-width: 400px;
    border-radius: 10px;
}

.ecosystem-feature:nth-child(even) {
    flex-direction: row-reverse;
}

.ecosystem-feature h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.ecosystem-feature p {
    color: #aaa;
}



/* Taxas Section */
#taxas {
    padding: 80px 20px;
    background-color: #f7f9fc;
}

#taxas h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

.rates-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.rates-info {
    background-color: #e6f9f0;
    padding: 40px;
    border-radius: 10px;
}

.rates-info h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.rates-info p {
    margin-bottom: 20px;
}

.payment-methods {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.payment-methods img {
    height: 40px; /* Adjust size as needed */
}

.rates-info .cta {
    background-color: #050D17;
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

#taxas .rates-content > img {
    max-width: 450px; /* Adjust size as needed */
}

/* Premiações Section */
#premiacoes {
    background-color: #050D17;
    color: #ffffff;
    padding: 80px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.premiacoes-content {
    max-width: 50%;
    text-align: left;
}

#premiacoes img {
    max-width: 450px;
}

#premiacoes h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

#premiacoes p {
    max-width: 700px;
    margin: 0 auto 40px;
    color: #aaa;
}



/* App Section */
#app {
    padding: 80px 50px;
    background-color: #e6f9f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.app-content {
    max-width: 50%;
    text-align: left;
}

.app-image img {
    max-width: 400px;
}

#app h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

#app p {
    margin-bottom: 30px;
}

.app-stores {
    display: flex;
    gap: 20px;
}

.app-stores img {
    height: 50px;
}



/* Dúvidas Frequentes Section */
#duvidas {
    padding: 80px 20px;
    max-width: 800px;
    margin: 0 auto;
}

#duvidas h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

.faq-item {
    border-bottom: 1px solid #EAEAEA;
    padding: 20px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question::after {
    content: '+';
    font-size: 24px;
    color: #00C660;
}

.faq-item.active .faq-question::after {
    content: '−';
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-answer p {
    margin: 15px 0 0;
    color: #555;
}

/* Footer */
footer {
    background-color: #050D17;
    color: #ffffff;
    padding: 50px 20px 20px;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #050D17;
    transition: 0.4s;
}

.mobile-nav {
    display: none;
    background-color: #ffffff;
    position: absolute;
    top: 70px; /* Adjust based on header height */
    left: 0;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #EAEAEA;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-nav ul li {
    padding: 15px 0;
}

.mobile-nav ul li a {
    text-decoration: none;
    color: #050D17;
    font-weight: 500;
}

/* Media Queries */
@media (max-width: 768px) {
    nav ul, nav .actions {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .hero, #premiacoes, #app {
        flex-direction: column;
        text-align: center;
        padding: 50px 20px;
    }

    .hero-content, .premiacoes-content, .app-content {
        max-width: 100%;
    }

    .hero-image img, #premiacoes img, .app-image img {
        margin-top: 30px;
        max-width: 80%;
    }

    .ecosystem-feature, .ecosystem-feature:nth-child(even) {
        flex-direction: column;
    }

    .rates-content {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-links a {
        margin: 10px 0;
    }
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-logo img {
    height: 30px;
}

.footer-contact a {
    color: #00C660;
    text-decoration: none;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #2c3e50;
    padding-top: 20px;
    font-size: 14px;
    color: #aaa;
}