.elementor-2222 .elementor-element.elementor-element-c128959{--display:flex;}/* Start custom CSS */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        }

        /* Header com urgência */
        .urgency-banner {
            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
            color: white;
            padding: 12px 20px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.8; }
        }

        .urgency-banner span {
            display: inline-block;
            margin: 0 5px;
        }

        /* Header principal */
        header {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            color: white;
            padding: 40px 20px;
            text-align: center;
        }

        header h1 {
            font-size: 32px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        header p {
            font-size: 18px;
            opacity: 0.9;
            margin-bottom: 20px;
        }

        .cupom-destaque {
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid #f39c12;
            border-radius: 8px;
            padding: 15px 20px;
            display: inline-block;
            margin-top: 15px;
            font-size: 16px;
            font-weight: bold;
        }

        .cupom-destaque .cupom-code {
            background: #f39c12;
            color: #1a1a2e;
            padding: 8px 15px;
            border-radius: 5px;
            margin: 0 5px;
            font-size: 18px;
            letter-spacing: 2px;
        }

        /* Container principal */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        /* Seção de introdução */
        .intro-section {
            text-align: center;
            margin-bottom: 50px;
        }

        .intro-section h2 {
            font-size: 28px;
            color: #1a1a2e;
            margin-bottom: 15px;
        }

        .intro-section p {
            font-size: 16px;
            color: #555;
            max-width: 700px;
            margin: 0 auto 20px;
            line-height: 1.8;
        }

        .stats {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
            margin: 30px 0;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 28px;
            font-weight: bold;
            color: #e74c3c;
        }

        .stat-label {
            font-size: 14px;
            color: #666;
            margin-top: 5px;
        }

        /* Seção de cursos */
        .courses-section {
            margin: 60px 0;
        }

        .courses-section h2 {
            text-align: center;
            font-size: 28px;
            color: #1a1a2e;
            margin-bottom: 40px;
        }

        .courses-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }

        @media (max-width: 768px) {
            .courses-container {
                grid-template-columns: 1fr;
            }
        }

        .course-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .course-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .course-header {
            padding: 30px 20px;
            text-align: center;
            border-bottom: 3px solid #f0f0f0;
        }

        .course-header.iniciante {
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            color: white;
        }

        .course-header.avancado {
            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
            color: white;
        }

        .course-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .course-header h3 {
            font-size: 22px;
            margin: 10px 0;
            line-height: 1.4;
        }

        .course-subtitle {
            font-size: 14px;
            opacity: 0.9;
            margin-top: 10px;
        }

        .course-body {
            padding: 25px 20px;
        }

        .course-body h4 {
            font-size: 16px;
            color: #1a1a2e;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .course-features {
            list-style: none;
            margin-bottom: 20px;
        }

        .course-features li {
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
            font-size: 14px;
            color: #555;
            display: flex;
            align-items: center;
        }

        .course-features li:before {
            content: "✓";
            color: #27ae60;
            font-weight: bold;
            margin-right: 10px;
            font-size: 16px;
        }

        .course-features li:last-child {
            border-bottom: none;
        }

        .ideal-para {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 4px solid #3498db;
        }

        .ideal-para.avancado {
            border-left-color: #e74c3c;
        }

        .ideal-para h5 {
            font-size: 13px;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .ideal-para p {
            font-size: 14px;
            color: #333;
            line-height: 1.6;
        }

        .course-price {
            text-align: center;
            margin: 25px 0;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
        }

        .price-label {
            font-size: 12px;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .price-value {
            font-size: 36px;
            font-weight: bold;
            color: #1a1a2e;
        }

        .price-installment {
            font-size: 12px;
            color: #999;
            margin-top: 5px;
        }

        .cta-button {
            display: block;
            width: 100%;
            padding: 16px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
            text-align: center;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .cta-button.iniciante {
            background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
            color: white;
        }

        .cta-button.iniciante:hover {
            background: linear-gradient(135deg, #2980b9 0%, #1f618d 100%);
            transform: scale(1.02);
        }

        .cta-button.avancado {
            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
            color: white;
        }

        .cta-button.avancado:hover {
            background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
            transform: scale(1.02);
        }

        /* Seção de comparação */
        .comparison-section {
            background: white;
            padding: 40px 20px;
            border-radius: 10px;
            margin: 50px 0;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .comparison-section h2 {
            text-align: center;
            font-size: 24px;
            color: #1a1a2e;
            margin-bottom: 30px;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
        }

        .comparison-table th {
            background: #1a1a2e;
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: bold;
        }

        .comparison-table td {
            padding: 15px;
            border-bottom: 1px solid #f0f0f0;
        }

        .comparison-table tr:hover {
            background: #f8f9fa;
        }

        .check-mark {
            color: #27ae60;
            font-weight: bold;
            font-size: 18px;
        }

        /* Seção de garantia */
        .guarantee-section {
            background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
            color: white;
            padding: 40px 20px;
            border-radius: 10px;
            text-align: center;
            margin: 50px 0;
        }

        .guarantee-section h2 {
            font-size: 24px;
            margin-bottom: 15px;
        }

        .guarantee-section p {
            font-size: 16px;
            opacity: 0.95;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.8;
        }

        /* Seção de FAQ */
        .faq-section {
            margin: 50px 0;
        }

        .faq-section h2 {
            text-align: center;
            font-size: 24px;
            color: #1a1a2e;
            margin-bottom: 30px;
        }

        .faq-item {
            background: white;
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .faq-question {
            padding: 20px;
            background: #f8f9fa;
            cursor: pointer;
            font-weight: bold;
            color: #1a1a2e;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease;
        }

        .faq-question:hover {
            background: #e8eaed;
        }

        .faq-toggle {
            font-size: 20px;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-toggle {
            transform: rotate(180deg);
        }

        .faq-answer {
            padding: 20px;
            display: none;
            color: #555;
            line-height: 1.8;
            border-top: 1px solid #f0f0f0;
        }

        .faq-item.active .faq-answer {
            display: block;
        }

        /* Footer */
        footer {
            background: #1a1a2e;
            color: white;
            text-align: center;
            padding: 30px 20px;
            margin-top: 50px;
        }

        footer p {
            font-size: 14px;
            opacity: 0.8;
        }

        /* Responsividade */
        @media (max-width: 768px) {
            header h1 {
                font-size: 24px;
            }

            header p {
                font-size: 16px;
            }

            .courses-container {
                grid-template-columns: 1fr;
            }

            .stats {
                gap: 15px;
            }

            .comparison-table {
                font-size: 12px;
            }

            .comparison-table th,
            .comparison-table td {
                padding: 10px;
            }
        }/* End custom CSS */