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

        h1 {
            font-family: 'Satoshi', sans-serif;
            font-weight: 700;
        }
        
        p {
            font-family: 'Satoshi', sans-serif;
            font-weight: 400;
        }

        body {
            font-family: 'Satoshi', sans-serif;
            background: #034752;
            color: #FFFFFF;
            overflow-x: hidden;
        }

        .container {
            max-width: 1920px;
            min-height: 945px;
            padding: 172px 52px 72px 52px;
            display: flex;
            flex-direction: column;
            gap: 36px;
            margin: 0 auto;
            position: relative;
        }

        /* Header */
        header {
            width: 100%;
            max-width: 1295px;
            height: 72px;
            background: #FFFFFF;
            border-radius: 100px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 16px 16px 32px;
            position: absolute;
            top: 28px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 100;
        }

        .logo {
            height: 40px;
            display: flex;
            align-items: center;
        }

        .logo svg {
            height: 40px;
            width: auto;
        }

        nav {
            display: flex;
            gap: 32px;
            align-items: center;
        }

        nav a {
            color: #034752;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: opacity 0.3s;
            white-space: nowrap;
        }

        nav a:hover {
            opacity: 0.7;
        }

        /* Button 3 - Header Button (Fale Conosco) */
        .btn-contact {
            width: 179px;
            height: 48px;
            background: #002935;
            color: #FFFFFF;
            border-radius: 100px;
            border: none;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }

        .btn-contact:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 41, 53, 0.3);
        }

       /* Container centralizado com margens iguais */
.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin: 60px auto 0 auto;
    padding: 0 40px;
    max-width: 1400px; /* Mantém centralização perfeita */
    flex-wrap: wrap;
}

/* Conteúdos simétricos */
.content-left,
.content-right {
    flex: 1;
    min-width: 380px; 
    max-width: 750px;
}

/* Right Side - Hero Image */
.content-right {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Símbolo no centro absoluto */
.symbol {
    position: absolute;
    width: 500px;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.8;
}

        /* Button 1 - Badge (Mais Performance) */
        .badge {
            width: 220px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: transparent;
            border: 1px solid #A7AFC4;
            border-radius: 100px;
            padding: 8px 16px;
            font-size: 14px;
            color: #FFFFFF;
            margin-bottom: 24px;
            font-weight: 500;
        }

        .badge svg {
            width: 16px;
            height: 16px;
        }

        h1 {
            font-size: 48px;
            line-height: 1.2;
            margin-bottom: 24px;
            color: #00E5A0;
            font-weight: 700;
        }

        .subtitle {
            font-size: 18px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 40px;
        }

        /* Button 2 - Primary CTA (Otimize seu cartório) */
        .btn-primary {
            width: 273px;
            height: 56px;
            background: #00DB92;
            color: #034752;
            border-radius: 1234px;
            border: 1px solid #00DB92;
            padding: 16px 24px;
            gap: 12px;
            font-size: 17px;
            font-weight: 600;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s, box-shadow 0.3s;
            position: relative;
            overflow: hidden;
        }

        .btn-primary::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(180.26deg, #00DB92 0.22%, rgba(0, 219, 146, 0) 50%);
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 219, 146, 0.4);
        }

        .btn-primary svg {
            width: 20px;
            height: 20px;
            margin-left: 8px;
        }

        /* Right Side - Hero Image */
        .content-right {
            position: relative;
            flex: 1;
            min-width: 500px;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .symbol {
            position: absolute;
            width: 536.73px;
            height: 536.73px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
            opacity: 0.8;
        }

        .hero-image {
            position: relative;
            width: 500px;
            height: 507px;
            object-fit: contain;
            z-index: 2;
            margin-top: 30px;
        }

        /* Feature Tags */
        .feature-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            justify-content: center;
            margin-top: 40px;
            padding: 0 20px;
        }

        .tag {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 229, 160, 0.2);
            border-radius: 50px;
            padding: 12px 24px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #FFFFFF;
            transition: all 0.3s;
            white-space: nowrap;
        }

        .tag:hover {
            background: rgba(0, 229, 160, 0.15);
            border-color: rgba(0, 229, 160, 0.5);
            transform: translateY(-2px);
        }

        .tag svg {
            width: 12px;
            height: 12px;
        }
/* Results Section */
.results-section {
    min-height: 100vh;
    padding: 80px 20px;
    background: #1A1A1A;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Cabeçalho centralizado */
.results-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

/* Badge */
.results-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 229, 160, 0.1);
    border: 1px solid rgba(0, 229, 160, 0.3);
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 14px;
    color: #00E5A0;
    margin-bottom: 24px;
    font-weight: 500;
}

/* Título */
.results-title {
    font-size: 48px;
    line-height: 1.2;
    color: #00E5A0;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Subtítulo */
.results-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

/* Grid de estatísticas */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Card de estatística */
.stat-card {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

/* Efeitos de hover */
.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #00E5A0, transparent);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
}

.stat-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 229, 160, 0.3), transparent);
    transform: translate(-50%, -50%);
    transition: all 0.6s;
    pointer-events: none;
    z-index: 1;
}

.stat-card:hover {
    border-color: rgba(0, 229, 160, 0.6);
    box-shadow: 
        0 20px 60px rgba(0, 229, 160, 0.3),
        0 0 40px rgba(0, 229, 160, 0.1);
    transform: translateY(-8px) scale(1.02);
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-card:hover::after {
    width: 300px;
    height: 300px;
}

/* Imagem dentro do card */
.stat-card img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
}


        .dashboard-mockup {
            display: flex;
            gap: 20px;
            align-items: center;
            perspective: 1000px;
        }

        .mockup-small {
            background: #000;
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transform: rotateY(-10deg);
        }

        .mockup-text {
            color: #fff;
            font-size: 32px;
            font-weight: 700;
            margin: 10px 0;
        }

        .mockup-label {
            color: #00E5A0;
            font-size: 12px;
        }

        .mockup-large {
            background: #000;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transform: rotateY(10deg);
        }

        .mockup-title {
            color: #fff;
            font-size: 14px;
            margin-bottom: 15px;
            text-align: left;
        }

        .chart-line {
            width: 100%;
            height: auto;
        }

        /* Card 2 - User Avatars */
        .user-avatars {
            display: flex;
            justify-content: center;
            gap: -10px;
            margin-bottom: 20px;
        }

        .avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #00E5A0, #00DB92);
            border: 3px solid #034752;
            margin-left: -10px;
        }

        .avatar:first-child {
            margin-left: 0;
        }

        .reaction-icons {
            display: flex;
            gap: 15px;
            justify-content: center;
        }

        .reaction {
            width: 45px;
            height: 45px;
            background: rgba(0, 229, 160, 0.1);
            border: 1px solid rgba(0, 229, 160, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            transition: all 0.3s;
        }

        .reaction:hover {
            transform: scale(1.1);
            background: rgba(0, 229, 160, 0.2);
        }

        /* Card 3 - Chart */
        .chart-container {
            width: 100%;
        }

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

        .chart-badge {
            background: rgba(0, 229, 160, 0.2);
            color: #00E5A0;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 12px;
        }

        .chart-value {
            color: #fff;
            font-size: 28px;
            font-weight: 700;
        }

        .chart-value small {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
            font-weight: 400;
        }

        .chart-graph {
            width: 100%;
            height: 120px;
        }

        /* Stat Numbers */
        .stat-number {
            font-size: 72px;
            font-weight: 700;
            color: #00E5A0;
            margin: 20px 0;
            line-height: 1;
        }

        .stat-description {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.5;
        }

        /* Responsive for Results Section */
      /* Tablet */
      @media (max-width: 992px) {
        .results-section {
            padding: 60px 20px;
        }

        .results-title {
            font-size: 40px;
        }

        .results-subtitle {
            font-size: 16px;
        }

        .stats-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        /* Último card ocupa duas colunas em tablet */
        .stat-card:last-child {
            grid-column: 1 / -1;
            max-width: 600px;
            margin: 0 auto;
        }
    }

    /* Mobile */
    @media (max-width: 600px) {
        .results-section {
            padding: 40px 15px;
            min-height: auto;
        }

        .results-header {
            margin-bottom: 40px;
        }

        .results-badge {
            font-size: 12px;
            padding: 6px 16px;
        }

        .results-badge svg {
            width: 14px;
            height: 14px;
        }

        .results-title {
            font-size: 32px;
            margin-bottom: 16px;
        }

        .results-subtitle {
            font-size: 15px;
        }

        .stats-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .stat-card:last-child {
            grid-column: 1;
            max-width: 100%;
        }

        .stat-card:hover {
            transform: translateY(-4px) scale(1.01);
        }
    }

    /* Mobile pequeno */
    @media (max-width: 400px) {
        .results-title {
            font-size: 28px;
        }

        .results-subtitle {
            font-size: 14px;
        } }


        @media (max-width: 768px) {
            .results-section {
                padding: 40px 15px;
            }

            .stats-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .stat-card:last-child {
                grid-column: 1;
                max-width: 100%;
            }

            .results-title {
                font-size: 32px;
            }

            .stat-number {
                font-size: 56px;
            }

            .dashboard-mockup {
                flex-direction: column;
                gap: 15px;
            }

            .mockup-small,
            .mockup-large {
                transform: none;
            }

            .avatar {
                width: 50px;
                height: 50px;
            }

            .reaction {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
        }

        @media (max-width: 480px) {
            .results-title {
                font-size: 28px;
            }

            .stat-card {
                padding: 30px 20px;
            }

            .stat-number {
                font-size: 48px;
            }

            .stat-description {
                font-size: 14px;
            }

            .chart-value {
                font-size: 24px;
            }
        }

        /* Benefits Section */
        .benefits-section {
            max-width: 1920px;
            margin: 0 auto;
            padding: 120px 80px;
            background: #1A1A1A;
        }

        .benefits-container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 80px;
        }

        .benefits-left {
            flex: 1;
            color: #FFFFFF;
        }

        .benefits-badge {
            width: 146px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: #034752;
            border-radius: 100px;
            border: 1px solid;
            border-image-source: linear-gradient(125.51deg, rgba(0, 219, 146, 0.5) 18.31%, rgba(0, 219, 146, 0.025) 45.79%, rgba(0, 219, 146, 0) 73.28%);
            padding: 8px 16px 8px 12px;
            font-size: 14px;
            color: #00E5A0;
            margin-bottom: 24px;
            font-weight: 500;
        }

        .benefits-title {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            color: #00E5A0;
            margin-bottom: 24px;
        }

        .benefits-description {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            color: #A7AFC4;
            margin-bottom: 40px;
        }

        .benefits-list {
            list-style: none;
            padding: 0;
            margin: 0 0 40px 0;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .benefits-list li {
            display: flex;
            align-items: center;
            gap: 16px;
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            color: rgba(255, 255, 255, 0.9);
        }

        .benefits-list li svg {
            flex-shrink: 0;
        }

        .btn-optimize {
            background: #00DB92;
            color: #034752;
            padding: 16px 32px;
            border-radius: 100px;
            border: none;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s;
        }

        .btn-optimize:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 219, 146, 0.4);
            background: #00E5A0;
        }

        .btn-optimize svg {
            width: 20px;
            height: 20px;
        }

        .benefits-right {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .benefits-image-container {
            position: relative;
            height: 100%;
            border-radius: 24px;
            overflow: hidden;
        }

        .benefits-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 24px;
        }

        .phone-overlay {
            position: absolute;
            top: 40px;
            left: 40px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            z-index: 10;
        }

        .overlay-badge {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 12px 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .overlay-badge span {
            color: #1A1A1A;
            font-size: 14px;
            font-weight: 500;
        }

        .overlay-info {
            background: rgba(3, 71, 82, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 12px 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }

        .overlay-icon {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .overlay-info span {
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 500;
            flex: 1;
        }

        /* Responsive for Benefits Section */
        @media (max-width: 1200px) {
            .benefits-section {
                padding: 80px 40px;
            }

            .benefits-container {
                flex-direction: column;
                gap: 60px;
            }

            .benefits-image-container {
                width: 500px;
                height: 600px;
            }

            .benefits-title {
                font-size: 40px;
            }
        }

        @media (max-width: 768px) {
            .benefits-section {
                padding: 60px 20px;
            }

            .benefits-container {
                gap: 40px;
            }

            .benefits-title {
                font-size: 32px;
            }

            .benefits-description,
            .benefits-list li {
                font-size: 16px;
            }

            .benefits-image-container {
                width: 100%;
                max-width: 400px;
                height: 500px;
            }

            .phone-overlay {
                top: 20px;
                left: 20px;
            }

            .btn-optimize {
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .benefits-section {
                padding: 40px 15px;
            }

            .benefits-title {
                font-size: 28px;
            }

            .benefits-description,
            .benefits-list li {
                font-size: 15px;
            }

            .benefits-list {
                gap: 16px;
            }

            .benefits-image-container {
                height: 450px;
            }

            .overlay-badge,
            .overlay-info {
                padding: 10px 16px;
            }

            .overlay-badge span,
            .overlay-info span {
                font-size: 13px;
            }
        }

        /* FAQ Section */
        .faq-section {
            max-width: 1920px;
            margin: 120px auto 80px;
            padding: 0 80px;
        }

        .faq-container {
            max-width: 856px;
            margin: 0 auto;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 48px;
        }

        .faq-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #034752;
            border: 1px solid rgba(0, 229, 160, 0.3);
            border-radius: 100px;
            padding: 8px 16px 8px 12px;
            font-size: 14px;
            color: #00E5A0;
            margin-bottom: 24px;
            font-weight: 500;
        }

        .faq-title {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            color: #00E5A0;
            margin-bottom: 20px;
        }

        .faq-description {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.7);
        }

        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-bottom: 40px;
        }

        .faq-item {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.3s;
        }

        .faq-item:hover {
            border-color: rgba(0, 229, 160, 0.3);
            background: rgba(255, 255, 255, 0.05);
        }

        .faq-item.active {
            border-color: #00E5A0;
            background: rgba(0, 229, 160, 0.05);
        }

        .faq-question {
            width: 100%;
            background: none;
            border: none;
            padding: 24px 32px;
            display: flex;
            align-items: center;
            gap: 16px;
            cursor: pointer;
            text-align: left;
            transition: all 0.3s;
        }

        .faq-question:hover {
            background: rgba(255, 255, 255, 0.02);
        }

        .faq-number {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #00E5A0;
            min-width: 30px;
        }

        .faq-text {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: #00E5A0;
            flex: 1;
            line-height: 1.4;
        }

        .faq-icon {
            flex-shrink: 0;
            stroke: #00E5A0;
            transition: transform 0.3s;
        }

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

        .faq-answer p {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.8);
            padding: 0 32px 24px 78px;
        }

        .btn-faq-cta {
            background: #00DB92;
            color: #034752;
            padding: 16px 32px;
            border-radius: 100px;
            border: none;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 0 auto;
            transition: all 0.3s;
        }

        .btn-faq-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 219, 146, 0.4);
            background: #00E5A0;
        }

        .btn-faq-cta svg {
            width: 20px;
            height: 20px;
        }

        /* Responsive for FAQ Section */
        @media (max-width: 1200px) {
            .faq-section {
                padding: 0 40px;
                margin: 80px auto 60px;
            }

            .faq-title {
                font-size: 40px;
            }
        }

        @media (max-width: 768px) {
            .faq-section {
                padding: 0 20px;
                margin: 60px auto 40px;
            }

            .faq-title {
                font-size: 32px;
            }

            .faq-description {
                font-size: 16px;
            }

            .faq-question {
                padding: 20px 20px;
            }

            .faq-number {
                font-size: 16px;
                min-width: 25px;
            }

            .faq-text {
                font-size: 16px;
            }

            .faq-answer p {
                padding: 0 20px 20px 61px;
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            .faq-section {
                margin: 40px auto 30px;
            }

            .faq-title {
                font-size: 28px;
            }

            .faq-question {
                padding: 16px;
                gap: 12px;
            }

            .faq-number {
                font-size: 15px;
                min-width: 22px;
            }

            .faq-text {
                font-size: 15px;
            }

            .faq-answer p {
                padding: 0 16px 16px 50px;
                font-size: 14px;
            }

            .faq-icon {
                width: 20px;
                height: 20px;
            }

            .btn-faq-cta {
                width: 100%;
                justify-content: center;
            }
        }

        /* WhatsApp API Section */
        .whatsapp-section {
            max-width: 1920px;
            margin: 120px auto;
            padding: 0 312px;
        }

        .whatsapp-container {
            max-width: 1295px;
            margin: 0 auto;
            background: linear-gradient(135deg, #023940 0%, #034752 100%);
            border-radius: 24px;
            padding: 72px 36px;
            display: flex;
            flex-direction: column;
            gap: 36px;
        }

        .whatsapp-header {
            text-align: center;
            max-width: 814px;
            margin: 0 auto;
        }

        .whatsapp-badge {
            width: 298px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: transparent;
            border: 1px solid rgba(0, 229, 160, 0.3);
            border-radius: 100px;
            padding: 8px 16px 8px 12px;
            font-size: 14px;
            color: #00E5A0;
            margin-bottom: 24px;
            font-weight: 500;
        }

        .whatsapp-title {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            color: #00E5A0;
            margin-bottom: 24px;
        }

        .whatsapp-subtitle {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 16px;
        }

        .whatsapp-description {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.7);
        }

        .whatsapp-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 24px;
        }

        .wa-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.3s;
        }

        .wa-card:hover {
            transform: translateY(-5px);
            border-color: rgba(0, 229, 160, 0.3);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .wa-card-highlight {
            background: rgba(0, 229, 160, 0.1);
            border: 2px solid #00E5A0;
            position: relative;
        }

        .wa-card-highlight::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(135deg, #00E5A0, #00DB92);
            border-radius: 20px;
            z-index: -1;
            opacity: 0.2;
        }

        .wa-card-highlight:hover {
            border-color: #00E5A0;
            box-shadow: 0 10px 40px rgba(0, 229, 160, 0.4);
        }

        .wa-icon {
            margin-bottom: 24px;
            display: flex;
            justify-content: center;
        }

        .wa-card-title {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 24px;
            font-weight: 700;
            color: #00E5A0;
            margin-bottom: 16px;
        }

        .wa-card-description {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            color: rgba(255, 255, 255, 0.8);
        }

        .btn-whatsapp-demo {
            background: #00DB92;
            color: #034752;
            padding: 16px 32px;
            border-radius: 100px;
            border: none;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin: 24px auto 0;
            transition: all 0.3s;
        }

        .btn-whatsapp-demo:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 219, 146, 0.4);
            background: #00E5A0;
        }

        .btn-whatsapp-demo svg {
            width: 20px;
            height: 20px;
        }

        /* Responsive for WhatsApp Section */
        @media (max-width: 1600px) {
            .whatsapp-section {
                padding: 0 100px;
            }
        }

        @media (max-width: 1200px) {
            .whatsapp-section {
                padding: 0 40px;
                margin: 80px auto;
            }

            .whatsapp-container {
                padding: 60px 30px;
            }

            .whatsapp-cards {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .whatsapp-title {
                font-size: 40px;
            }
        }

        @media (max-width: 768px) {
            .whatsapp-section {
                padding: 0 20px;
                margin: 60px auto;
            }

            .whatsapp-container {
                padding: 40px 20px;
            }

            .whatsapp-badge {
                width: auto;
                max-width: 100%;
            }

            .whatsapp-title {
                font-size: 32px;
            }

            .whatsapp-subtitle {
                font-size: 16px;
            }

            .whatsapp-description {
                font-size: 15px;
            }

            .wa-card {
                padding: 30px 20px;
            }

            .wa-card-title {
                font-size: 20px;
            }

            .wa-card-description {
                font-size: 15px;
            }
        }

        @media (max-width: 480px) {
            .whatsapp-section {
                margin: 40px auto;
            }

            .whatsapp-container {
                padding: 30px 15px;
            }

            .whatsapp-title {
                font-size: 28px;
            }

            .wa-icon svg {
                width: 60px;
                height: 60px;
            }

            .btn-whatsapp-demo {
                width: 100%;
                justify-content: center;
            }
        }

        /* Platform Section */
        .platform-section {
            max-width: 1920px;
            margin: 0 auto;
            padding: 172px 312px 72px;
            background-color: #1A1A1A;
        }

        .platform-container {
            max-width: 1296px;
            margin: 0 auto;
            background: #00DB92;
            border-radius: 24px;
            padding: 72px 36px;
            display: flex;
            align-items: center;
            gap: 72px;
            position: relative;
            overflow: hidden;
        }

        .platform-left {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .platform-shape {
            position: relative;
            width: 500px;
            height: 600px;
        }

        .platform-shape::before {
            content: '';
            position: absolute;
            width: 450px;
            height: 550px;
            background: #034752;
            border-radius: 250px 250px 250px 100px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }

        .platform-image {
            position: relative;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 250px 250px 250px 100px;
            z-index: 2;
        }

        .platform-right {
            flex: 1;
            color: #034752;
        }

        .platform-badge {
            width: 172px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: #034752;
            color: #00DB92;
            border-radius: 100px;
            border: 2px solid #034752;
            padding: 8px 16px 8px 12px;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 24px;
        }

        .platform-title {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            color: #034752;
            margin-bottom: 32px;
        }

        .platform-description {
            font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            color: #034752;
            margin-bottom: 24px;
            opacity: 0.9;
        }

        .btn-demo {
            background: #034752;
            color: #00DB92;
            padding: 16px 32px;
            border-radius: 100px;
            border: none;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-top: 16px;
            transition: all 0.3s;
        }

        .btn-demo:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(3, 71, 82, 0.3);
            background: #023940;
        }

        .btn-demo svg {
            width: 20px;
            height: 20px;
        }

        /* Responsive for Platform Section */
        @media (max-width: 1600px) {
            .platform-section {
                padding: 120px 100px 60px;
            }
        }

        @media (max-width: 1200px) {
            .platform-section {
                padding: 80px 40px 40px;
            }

            .platform-container {
                flex-direction: column-reverse;
                gap: 40px;
                padding: 60px 30px;
            }

            .platform-shape {
                width: 400px;
                height: 500px;
            }

            .platform-shape::before {
                width: 350px;
                height: 450px;
            }

            .platform-title {
                font-size: 40px;
            }

            .platform-right {
                text-align: center;
            }
        }

        @media (max-width: 768px) {
            .platform-section {
                padding: 60px 20px 30px;
            }

            .platform-container {
                padding: 40px 20px;
                gap: 30px;
            }

            .platform-shape {
                width: 300px;
                height: 400px;
            }

            .platform-shape::before {
                width: 280px;
                height: 380px;
            }

            .platform-title {
                font-size: 32px;
            }

            .platform-description {
                font-size: 16px;
            }

            .btn-demo {
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .platform-section {
                padding: 40px 10px 20px;
            }

            .platform-container {
                padding: 30px 15px;
            }

            .platform-shape {
                width: 250px;
                height: 350px;
            }

            .platform-shape::before {
                width: 230px;
                height: 330px;
            }

            .platform-title {
                font-size: 28px;
            }

            .platform-description {
                font-size: 15px;
                line-height: 22px;
            }
        }

        /* Mobile Menu Toggle */
        .menu-toggle {
            display: none;
            background: #002935;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            padding: 8px 12px;
            border-radius: 8px;
        }

        /* Responsive Styles */
        @media (max-width: 1600px) {
            .container {
                padding: 140px 40px 60px 40px;
            }

            .main-content {
                padding: 0 40px;
            }

            h1 {
                font-size: 48px;
            }
        }

        @media (max-width: 1200px) {
            header {
                max-width: 95%;
                padding: 16px;
            }

            nav {
                gap: 20px;
            }

            nav a {
                font-size: 14px;
            }

            .main-content {
                padding: 0 20px;
                gap: 40px;
            }

            .content-left {
                min-width: 300px;
            }

            .content-right {
                min-width: 400px;
                height: 500px;
            }

            .hero-image {
                width: 400px;
                height: 406px;
            }

            .symbol {
                width: 430px;
                height: 430px;
            }

            h1 {
                font-size: 42px;
            }
        }

        @media (max-width: 992px) {
            .container {
                padding: 120px 20px 40px 20px;
            }

            header {
                height: auto;
                padding: 12px 16px;
            }

            .menu-toggle {
                display: block;
            }

            nav {
                display: none;
                position: absolute;
                top: 80px;
                left: 0;
                right: 0;
                background: white;
                flex-direction: column;
                padding: 20px;
                border-radius: 20px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            }

            nav.active {
                display: flex;
            }

            .main-content {
                flex-direction: column;
                text-align: center;
                padding: 0 20px;
            }

            .content-left {
                max-width: 100%;
                min-width: 100%;
            }

            .content-right {
                min-width: 100%;
                max-width: 500px;
                height: 450px;
            }

            .hero-image {
                width: 350px;
                height: 355px;
            }

            .symbol {
                width: 380px;
                height: 380px;
            }

            h1 {
                font-size: 36px;
            }

            .subtitle {
                font-size: 16px;
            }
        }

        @media (max-width: 768px) {
            .container {
                padding: 100px 15px 30px 15px;
                min-height: auto;
            }

            header {
                width: 95%;
                flex-wrap: wrap;
            }

            h1 {
                font-size: 32px;
            }

            .badge {
                width: auto;
                padding: 8px 16px;
            }

            .btn-primary {
                width: 100%;
                max-width: 300px;
            }

            .content-right {
                height: 400px;
            }

            .hero-image {
                width: 300px;
                height: 304px;
            }

            .symbol {
                width: 330px;
                height: 330px;
            }

            .feature-tags {
                margin-top: 30px;
            }

            .tag {
                font-size: 13px;
                padding: 10px 20px;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 90px 10px 20px 10px;
            }

            header {
                padding: 10px;
            }

            .logo {
                height: 30px;
            }

            h1 {
                font-size: 28px;
            }

            .subtitle {
                font-size: 15px;
            }

            .btn-primary {
                width: 100%;
                height: 52px;
                font-size: 16px;
            }

            .btn-contact {
                width: 140px;
                height: 44px;
                font-size: 14px;
            }

            .content-right {
                height: 350px;
            }

            .hero-image {
                width: 250px;
                height: 253px;
            }

            .symbol {
                width: 280px;
                height: 280px;
            }

            .tag {
                font-size: 12px;
                padding: 8px 16px;
            }
        }

         /* Footer */
         .footer {
            background: #023940;
            padding: 60px 80px;
            margin-top: 80px;
            border-top: 1px solid rgba(0, 229, 160, 0.1);
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
        }

        .footer-left {
            flex: 1;
        }

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

        .footer-logo span {
            font-size: 20px;
            font-weight: 700;
            color: #00E5A0;
        }

        .footer-copyright {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
            line-height: 1.5;
            max-width: 350px;
        }

        .footer-center {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 16px;
        }

        .footer-email {
            font-size: 16px;
            color: #00E5A0;
            text-decoration: none;
            transition: opacity 0.3s;
        }

        .footer-email:hover {
            opacity: 0.7;
        }

        .footer-social {
            display: flex;
            gap: 16px;
        }

        .social-link {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 229, 160, 0.1);
            border: 1px solid rgba(0, 229, 160, 0.3);
            border-radius: 8px;
            color: #00E5A0;
            text-decoration: none;
            transition: all 0.3s;
        }

        .social-link:hover {
            background: rgba(0, 229, 160, 0.2);
            border-color: #00E5A0;
            transform: translateY(-2px);
        }


        .footer-right {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            gap: 24px;
        }

        .footer-link {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-link:hover {
            color: #00E5A0;
        }

        /* Responsive for Footer */
        @media (max-width: 1200px) {
            .footer {
                padding: 50px 40px;
            }

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

            .footer-left,
            .footer-center,
            .footer-right {
                width: 100%;
                align-items: center;
            }

            .footer-logo {
                justify-content: center;
            }

            .footer-copyright {
                max-width: 100%;
            }

            .footer-right {
                justify-content: center;
                flex-wrap: wrap;
            }
        }

        @media (max-width: 768px) {
            .footer {
                padding: 40px 20px;
                margin-top: 60px;
            }

            .footer-container {
                gap: 30px;
            }

            .footer-logo span {
                font-size: 18px;
            }

            .footer-copyright {
                font-size: 13px;
            }

            .footer-email {
                font-size: 15px;
            }

            .footer-link {
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .footer {
                padding: 30px 15px;
            }

            .footer-right {
                flex-direction: column;
                gap: 16px;
            }

            .social-link {
                width: 36px;
                height: 36px;
            }

            .social-link svg {
                width: 20px;
                height: 20px;
            }
        }