/* #acde03 */

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

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 🔝 Header Styles */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar {
    padding: 1rem;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.nav-logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-logo h2 {
    font-weight: 700;
    font-size: 1.8rem;
    color: #333;
}

.nav-logo .inac {
    color: #01f727;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    height: 100%;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 900;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #01f727;
}

.li-btn {
    list-style-type: none;
}

.li-btn a{
    text-decoration: none;
    color: #333;
}

.nav-menu li {
    position: relative;
    list-style: none;
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-menu li a{
    font-weight: 900;
    color: #333;
    display: flex;
    align-items: center;
    height: 100%;
}

.btn-whatsapp-nav {
    background: #01f727;
    color: white;
    width: 100%;
    text-align: center;
    height: 60px;
    padding: 12px 30px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.btn-whatsapp-nav i {
    font-size: 1.2rem;
}

.btn-whatsapp-nav a {
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.btn-whatsapp-nav:hover {
    background: #20c157;
    transform: translateY(-2px);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
}

.btn-contact {
    background: #01f727;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-contact:hover {
    background: #059669;
    transform: translateY(-2px);
}

.btn-green {
    background: #01f727;
    color: white;
    padding: 15px 35px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
}

.btn-green:hover {
    background: #059669;
    transform: translateY(-2px);
}

/* 🎥 Banner Principal */
.hero {
    margin-top: 80px;
    background: linear-gradient(120deg, rgba(0,0,0,0), rgba(0,0,0,0)), url('assets/HEADER-5-1024x267.png') center/cover;
    color: white;
    padding: 90px 0;
    min-height: 30vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

/* Seções alternadas */
.section {
    padding: 80px 0;
}

.section-intro {
    background: #f8f9fa;
}

.section-benefits {
    background: white;
}

.section-tech {
    background: #f8f9fa;
}

.section-commitment {
    background: white;
}

.section-platform {
    background: #f8f9fa;
}

.section-features {
    background: white;
    padding: 100px 0;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.dropdown{
    border-radius: 16px;
}

.dropdown > li {
    list-style-type: none;
}

/* Dropdown */
ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 999;
}

ul.dropdown li a {
    color: black;
    border-radius: 16px;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

ul.dropdown li a:hover {
    background-color: #f5f5f5;
}

/* Mostrar o dropdown ao passar o mouse */
li:hover > ul.dropdown {
    display: block;
}

.text-content h2 {
    font-size: 2.2rem;
    color: black;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.text-content p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #949494;
    line-height: 1.5;
}

.image-content {
    position: relative;
    margin-bottom: 500px;
}

.image-content-3{
    clip-path: polygon(0% 0%, 93% 0%, 95% 100%, 0% 100%, 0% 43px);
}

.image-content img {
    position: absolute;
    object-fit: scale-down;
    clip-path: polygon(0% 0%, 70% 0%, 70% 100%, 0% 100%, 0% 43px);
}

.topo{
    opacity: 1; /* Transparência opcional */
    z-index: 1;
    top:300px;
    left: 530px;
    scale: 1.3
}
.base-supere{
    object-fit: contain;
    width: 523;
    height:475;
    scale: bottom 2;
}
.image-content-supere {
    position: relative;
    display: inline-block;
}

.image-content-supere img.base-supere {
    object-fit: fill;
    width: 100%;
}

.topo-session-2 {
    position: absolute;
    top: 70%;
    left: 103%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
}


.topo-session-3{
    opacity: 1; /* Transparência opcional */
    z-index: 1;
    top:200px;
    right: 400px;
    scale: 1.3
}
.topo-session-4{
    opacity: 1; /* Transparência opcional */
    z-index: 1;
    top:200px;
    right: 450px;
    scale: 1.3
}

.base-4 {
    scale:1.3;
    left:100px
}

.base-3{
    left: 100px;
}

.base{
    margin-top: 50px;
    scale: 1;
    margin-left: 120px;
}

/* 🖥️ Features Grid */
.features-header {
    text-align: center;
    margin-bottom: 4rem;
}

.features-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 700;
}

.features-header h3 {
    font-size: 1.5rem;
    color: #01f727;
    margin-bottom: 2rem;
    font-weight: 600;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #01f727;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.feature-card .icon {
    font-size: 3rem;
    color: #01f727;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* 🦶 Footer */
.footer {
    background-color: #acde03;
    padding: 50px 0 20px;
    color: #333;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h3, .footer-section h4 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
    color: #666;
}

.footer-section ul li i {
    color: #666;
    margin-right: 10px;
}

.footer-section ul li a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #10B981;
}

.footer-section p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #2a236e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #90ee02;
    transform: translateY(-2px);
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

/* ⚠️ Cookie Bar */
.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a2e;
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1001;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cookie-bar.show {
    transform: translateY(0);
}

.cookie-text {
    flex: 1;
    margin-right: 1rem;
}

.btn-accept {
    background: #10B981;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-accept:hover {
    background: #059669;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .image-content, .image-content-supere {
        margin-bottom: 0;
        text-align: center;
    }

    .image-content img, .image-content-supere img {
        position: relative;
        max-width: 100%;
        height: auto;
        clip-path: none;
    }

    .topo, .topo-session-2, .topo-session-3, .topo-session-4 {
        display: none; /* Removendo imagens de sobreposição em telas menores */
    }

    .base, .base-3, .base-4, .base-supere {
        margin: 0;
        scale: 1;
        left: 0;
    }

    .text-content {
        text-align: center;
    }

    .text-content h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 2rem 0;
        height: calc(100vh - 70px);
        overflow-y: auto;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 1rem 0;
        justify-content: center;
        width: 100%;
    }

    .nav-menu li a {
        justify-content: center;
        width: 100%;
        padding: 0.5rem;
    }

    .nav-menu .li-btn {
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
    }

    .nav-menu .btn-whatsapp-nav {
        margin: 0 auto;
        width: 80%;
        max-width: 300px;
        justify-content: center;
    }

    .nav-menu .btn-whatsapp-nav a {
        color: white;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .nav-toggle {
        display: flex;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .text-content h2 {
        font-size: 0.7rem;
    }

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .feature-card {
        padding: 1.5rem;
    }

    .nav-container {
        padding: 0 15px;
    }

    .btn-whatsapp-nav {
        padding: 8px 15px;
        font-size: 0.9rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .cookie-bar {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .cookie-text {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .text-content h2 {
        font-size: 1.5rem;
    }

    .feature-card {
        padding: 2rem;
    }

    .nav-logo img {
        width: 150px;
    }

    .btn-green {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .footer-section {
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }
}

/* Ajustes para o menu dropdown em dispositivos móveis */
@media (max-width: 768px) {
    ul.dropdown {
        position: static;
        display: none;
        width: 100%;
        background: #f5f5f5;
        box-shadow: none;
        border: none;
    }

    .nav-menu li:hover > ul.dropdown {
        display: none;
    }

    .nav-menu li.active > ul.dropdown {
        display: block;
    }

    ul.dropdown li a {
        padding: 10px;
        text-align: center;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Melhorias para dispositivos touch */
.touch-device .nav-menu li:hover > ul.dropdown {
    display: none;
}

.touch-device .nav-menu li.active > ul.dropdown {
    display: block;
}

/* Ajustes do Toggle Menu */
.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Melhorias na responsividade das imagens */
.image-content img, .image-content-supere img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* Ajustes para telas muito pequenas */
@media (max-width: 360px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

    .text-content h2 {
        font-size: 1.3rem;
    }

    .feature-card {
        padding: 1rem;
    }

    .btn-whatsapp-nav {
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .footer-section h3 {
        font-size: 1.2rem;
    }
}

/* Melhorias na acessibilidade */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Melhorias no contraste */
.feature-card {
    border-left: 4px solid #01f727;
    background: #ffffff;
}

.feature-card:hover {
    background: #f8f9fa;
}

/* Ajuste na navegação mobile */
@media (max-width: 768px) {
    .nav-menu {
        padding-top: 80px;
    }

    .nav-menu li {
        width: 100%;
        padding: 10px 0;
    }

    .btn-whatsapp-nav {
        margin: 10px auto;
        max-width: 250px;
    }
}

/* Estilos para o logo do footer */
.footer-logo {
    width: 200px;
    height: auto;
    max-width: 80%;
    margin-bottom: 1rem;
    object-fit: contain;
}

@media (max-width: 768px) {
    .footer-logo {
        width: 180px;
    }
}

@media (max-width: 480px) {
    .footer-logo {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .nav-menu .btn-whatsapp-nav a {
        justify-content: center;
        gap: 12px;
    }
}