/* ===== RESET & BASE ===== */
        *, *::before, *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background-color: #fff;
            color: #333;
            line-height: 1.6;
            max-width: 480px;
            margin: 0 auto;
            overflow-x: hidden;
        }

        /* ===== SEÇÃO HERO ===== */
        .hero {
            background-color: #2a1a08;
            padding: 55px 25px 45px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .hero-img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            object-position: center 12%;
            display: block;
            box-shadow: 0 0 0 10px #2a1a08, 0 0 0 12px rgba(255,255,255,0.35);
            margin-bottom: 36px;
            flex-shrink: 0;
        }

        .hero-overlay {
            position: static;
            background: none;
            padding: 0;
            text-align: center;
        }

        .hero-nome {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 58px;
            font-style: italic;
            font-weight: 400;
            line-height: 0.9;
            color: white;
        }

        .hero-subtitulo {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 22px;
            font-style: italic;
            color: rgba(255,255,255,0.9);
            margin-top: 14px;
            line-height: 1.55;
        }

        /* ===== SEÇÃO QUEM SOU EU ===== */
        .quem-sou {
            background-color: #f5f0eb;
            padding: 50px 30px;
            text-align: center;
        }

        .quem-sou h2 {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 40px;
            color: #8B6914;
            font-weight: 400;
            margin-bottom: 28px;
        }

        .quem-sou p {
            font-size: 15px;
            color: #444;
            line-height: 1.85;
            margin-bottom: 18px;
            text-align: center;
        }

        /* ===== CITAÇÃO ===== */
        .citacao {
            background-color: #e8e0d8;
            margin: 25px 0 0;
            border-radius: 14px;
            padding: 28px 25px 28px;
            text-align: left;
        }

        .citacao .aspas {
            font-size: 70px;
            color: #8B6914;
            line-height: 0.4;
            font-family: Georgia, serif;
            display: block;
            margin-bottom: 15px;
        }

        .citacao blockquote {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 24px;
            font-style: italic;
            color: #8B6914;
            line-height: 1.35;
        }

        /* ===== LOGOS EMPRESAS ===== */
        .logos-section {
            background-color: #f5f0eb;
            padding: 25px 20px;
            text-align: center;
            border-top: 1px solid #e0d8d0;
        }

        .logos-section img {
            max-width: 100%;
            height: auto;
        }

        /* ===== SEÇÃO BIO ===== */
        .bio-section {
            background-color: #fff;
            padding: 45px 30px;
        }

        .bio-section h2 {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 36px;
            color: #8B6914;
            font-weight: 400;
            margin-bottom: 22px;
            text-align: center;
        }

        .bio-section p {
            font-size: 14px;
            color: #444;
            line-height: 1.85;
            margin-bottom: 14px;
        }

        /* ===== SEÇÃO COMO POSSO AJUDAR ===== */
        .como-ajudar {
            background-color: #9B7B5A;
            padding: 50px 20px;
        }

        .como-ajudar h2 {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 38px;
            color: white;
            text-align: center;
            font-weight: 400;
            margin-bottom: 32px;
            line-height: 1.25;
        }

        .como-ajudar h2 em {
            font-style: italic;
        }

        /* ===== CARDS DE SERVIÇOS ===== */
        .card {
            background-color: rgba(0,0,0,0.15);
            border-radius: 16px;
            margin-bottom: 18px;
            overflow: hidden;
            display: flex;
            flex-direction: row-reverse;
            min-height: 130px;
            position: relative;
            border: 2px solid rgba(255,255,255,0.6);
        }

        .card-img {
            width: 42%;
            object-fit: cover;
            flex-shrink: 0;
            display: block;
        }

        .card-content {
            padding: 30px 16px 16px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .card-content h3 {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 20px;
            font-style: italic;
            color: white;
            margin-bottom: 8px;
            font-weight: 400;
        }

        .card-content p {
            font-size: 12px;
            color: rgba(255,255,255,0.88);
            line-height: 1.55;
        }

        /* ===== CARD ESSENCIAL DA ORATÓRIA (com laptop mockup) ===== */
        .card-link {
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .card-link:hover {
            text-decoration: none;
        }

        .card-laptop {
            background-color: rgba(0,0,0,0.15);
            border-radius: 16px;
            margin-bottom: 18px;
            overflow: hidden;
            display: flex;
            flex-direction: row-reverse;
            min-height: 130px;
            position: relative;
            border: 2px solid rgba(255,255,255,0.6);
        }

        .card-laptop-left {
            width: 45%;
            background-color: rgba(0,0,0,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 15px 10px;
            flex-shrink: 0;
        }

        .card-laptop-left img {
            width: 100%;
            height: auto;
            object-fit: contain;
            border-radius: 4px;
        }

        /* ===== IMAGEM EVENTO ===== */
        .evento-img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            object-position: center 30%;
            display: block;
        }

        /* ===== SEÇÃO PLANO PERFEITO ===== */
        .plano-perfeito {
            background-color: white;
            padding: 55px 30px;
            text-align: center;
        }

        .plano-perfeito h2 {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 44px;
            color: #8B6914;
            font-weight: 400;
            font-style: italic;
            margin-bottom: 8px;
        }

        .plano-perfeito .tag-para-voce {
            display: inline-block;
            border: 1px solid #999;
            padding: 8px 32px;
            font-size: 11px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #666;
            margin-bottom: 28px;
        }

        .plano-perfeito p {
            font-size: 15px;
            color: #444;
            line-height: 1.85;
            margin-bottom: 15px;
        }

        /* ===== SEÇÃO ESCRITÓRIO ===== */
        .escritorio-section {
            background-color: #9B7B5A;
            padding: 45px 20px;
            text-align: center;
        }

        .escritorio-section h2 {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 30px;
            color: white;
            font-weight: 400;
            margin-bottom: 22px;
            line-height: 1.3;
        }

        .escritorio-section img {
            width: 100%;
            border-radius: 14px;
            margin-bottom: 16px;
            display: block;
        }

        .escritorio-section p {
            color: rgba(255,255,255,0.85);
            font-size: 13px;
            font-style: italic;
        }

        /* ===== SEÇÃO CONTATO ===== */
        .contato-section {
            background-color: #f5f0eb;
            padding: 50px 30px;
            text-align: center;
        }

        .contato-section .foto-livia {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            object-fit: cover;
            object-position: center top;
            margin: 0 auto 22px;
            display: block;
            border: 3px solid #d4b896;
        }

        .contato-section h2 {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 32px;
            color: #8B6914;
            font-weight: 400;
            margin-bottom: 14px;
        }

        .contato-section p {
            font-size: 14px;
            color: #555;
            line-height: 1.75;
            margin-bottom: 22px;
        }

        /* ===== LOGO FOOTER ===== */
        .logo-footer {
            background-color: #1a0f05;
            padding: 30px 20px;
            text-align: center;
        }

        .logo-footer img {
            max-width: 180px;
            height: auto;
        }

        /* ===== FOOTER ===== */
        footer {
            background-color: #1a0f05;
            color: rgba(255,255,255,0.55);
            text-align: center;
            padding: 0 20px 25px;
            font-size: 11px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            border-top: 1px solid rgba(255,255,255,0.1);
        }

        /* ===== BOTÕES CTA ===== */
        .btn-cta {
            display: inline-block;
            background-color: transparent;
            border: 1.5px solid #8B6914;
            color: #8B6914;
            padding: 13px 38px;
            font-size: 11px;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            text-decoration: none;
            margin: 8px auto;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-cta:hover {
            background-color: #8B6914;
            color: white;
        }

        .btn-cta-white {
            display: inline-block;
            background-color: transparent;
            border: 1.5px solid rgba(255,255,255,0.8);
            color: white;
            padding: 13px 38px;
            font-size: 11px;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            text-decoration: none;
            margin: 8px auto;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .btn-cta-white:hover {
            background-color: white;
            color: #8B6914;
        }

        /* ===== DIVISOR ===== */
        .divider {
            height: 1px;
            background: linear-gradient(to right, transparent, #d4b896, transparent);
            margin: 0;
        }

        /* ===== CTA DOS CARDS ===== */
        .card-cta {
            display: inline-block;
            margin-top: 12px;
            font-size: 9px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(255,255,255,0.85);
            border: 1px solid rgba(255,255,255,0.45);
            padding: 6px 14px;
            border-radius: 2px;
            transition: background 0.25s ease, border-color 0.25s ease;
        }
        .card-link:hover .card-cta {
            background: rgba(255,255,255,0.12);
            border-color: rgba(255,255,255,0.8);
        }

        /* ===== BADGES DOS CARDS ===== */
        a[href*="alta-lideranca"] .card::before,
        a[href*="combo-cursos"] .card-laptop::before,
        a[href*="mapathespeaker"] .card::before,
        a[href*="1W3288VQ92"] .card-laptop::before,
        a[href*="D0R8JJVJ9Y"] .card-laptop::before {
            position: absolute;
            top: 10px;
            left: 12px;
            font-size: 8px;
            letter-spacing: 2px;
            color: #d4b896;
            text-transform: uppercase;
            background: rgba(0,0,0,0.3);
            padding: 3px 8px;
            border-radius: 2px;
        }
        a[href*="alta-lideranca"] .card::before    { content: 'EXCLUSIVO'; }
        a[href*="combo-cursos"] .card-laptop::before { content: 'COMECE AQUI'; }
        a[href*="mapathespeaker"] .card::before    { content: 'DIAGNÓSTICO'; }
        a[href*="1W3288VQ92"] .card-laptop::before { content: 'E-BOOK'; }
        a[href*="D0R8JJVJ9Y"] .card-laptop::before { content: 'E-BOOK'; }

        /* ===== RESPONSIVO ===== */
        @media (max-width: 480px) {
            body {
                max-width: 100%;
            }
            .hero-nome {
                font-size: 48px;
            }
            .hero-img {
                width: 170px;
                height: 170px;
            }
        }

        /* ===== HERO TAGLINE + CTA ===== */
        .hero-tagline {
            font-size: 11px;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: #d4b896;
            margin-top: 16px;
        }

        .hero-cta-btn {
            display: block;
            margin-top: 24px;
            text-align: center;
        }

        /* ===== PROVA SOCIAL ===== */
        .prova-social {
            background-color: #f5f0eb;
            padding: 45px 25px;
            text-align: left;
        }

        .prova-social-label {
            font-size: 10px;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #8B6914;
            margin-bottom: 18px;
            margin-top: 32px;
            display: block;
        }

        .prova-social-label:first-child {
            margin-top: 0;
        }

        .lideres-grid {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .lider-item {
            border-left: 2px solid #8B6914;
            padding: 5px 0 5px 14px;
        }

        .lider-nome {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 16px;
            color: #333;
            font-style: italic;
        }

        .lider-cargo {
            font-size: 10px;
            letter-spacing: 1px;
            color: #999;
            text-transform: uppercase;
            margin-top: 3px;
        }

        .empresas-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-top: 4px;
        }

        .empresa-logo {
            background: white;
            border-radius: 8px;
            padding: 12px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 54px;
        }

        .empresa-logo img {
            max-width: 100%;
            max-height: 34px;
            object-fit: contain;
            filter: grayscale(100%);
            opacity: 0.6;
            transition: opacity 0.2s;
        }

        .empresa-logo:hover img {
            opacity: 1;
            filter: grayscale(0%);
        }

        .empresa-logo-fallback {
            display: none;
            font-size: 9px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #7a6a5a;
            text-align: center;
            line-height: 1.3;
        }

        .empresa-tag {
            border: 1px solid #c9b8a8;
            color: #7a6a5a;
            font-size: 10px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 5px 12px;
            border-radius: 2px;
        }

        /* ===== ORDEM + DESTAQUE DOS PROGRAMAS ===== */
        .como-ajudar {
            display: flex;
            flex-direction: column;
        }

        .como-ajudar > h2 { order: 0; }
        a[href*="pessoa-juridica"] { order: 1; }
        a[href*="imersao-individual"] { order: 2; }
        a[href*="alta-lideranca"] { order: 3; }
        a[href*="combo-cursos"] { order: 4; }
        a[href*="mapathespeaker"] { order: 5; }
        a[href*="1W3288VQ92"] { order: 6; }
        a[href*="D0R8JJVJ9Y"] { order: 7; }

        a[href*="pessoa-juridica"] .card,
        a[href*="imersao-individual"] .card {
            position: relative;
        }

        a[href*="pessoa-juridica"] .card-content,
        a[href*="imersao-individual"] .card-content {
            padding-top: 30px;
        }

        /* ===== CREDENCIAIS NUMÉRICAS ===== */
        .credenciais {
            background-color: #fff;
            padding: 45px 25px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            border-top: 1px solid #e8e0d8;
            border-bottom: 1px solid #e8e0d8;
        }

        .credencial-item {
            text-align: center;
            flex: 1;
        }

        .credencial-item + .credencial-item {
            border-left: 1px solid #e8e0d8;
        }

        .credencial-numero {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 36px;
            font-style: italic;
            color: #8B6914;
            line-height: 1;
            display: block;
        }

        .credencial-label {
            font-size: 10px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #999;
            margin-top: 6px;
            display: block;
            line-height: 1.4;
        }

        /* ===== FRASE DE FECHAMENTO ===== */
        .fechamento {
            background-color: #1a0f05;
            padding: 50px 30px;
            text-align: center;
        }

        .fechamento p {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 22px;
            font-style: italic;
            color: rgba(255,255,255,0.9);
            line-height: 1.55;
            margin-bottom: 22px;
        }

        .fechamento .assinatura {
            font-size: 11px;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: #8B6914;
        }

        .card-destaque {
            border: 2px solid rgba(255,255,255,0.7) !important;
        }

        a[href*="pessoa-juridica"] .card {
            background: linear-gradient(150deg, rgba(139,105,20,0.35) 0%, rgba(0,0,0,0.28) 100%);
            min-height: 160px;
        }

        a[href*="pessoa-juridica"] .card::before {
            content: 'MAIS PROCURADO';
            position: absolute;
            top: 10px;
            left: 12px;
            font-size: 8px;
            letter-spacing: 2px;
            color: #d4b896;
            text-transform: uppercase;
            background: rgba(0,0,0,0.3);
            padding: 3px 8px;
            border-radius: 2px;
        }

        a[href*="imersao-individual"] .card::before {
            content: 'RESULTADO RÁPIDO';
            position: absolute;
            top: 10px;
            left: 12px;
            font-size: 8px;
            letter-spacing: 2px;
            color: #d4b896;
            text-transform: uppercase;
            background: rgba(0,0,0,0.3);
            padding: 3px 8px;
            border-radius: 2px;
        }
        /* ===== SEÇÃO FAQ ===== */
        .faq-section {
            background-color: #f5f0eb;
            padding: 50px 30px;
        }

        .faq-section h2 {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 36px;
            color: #8B6914;
            font-weight: 400;
            margin-bottom: 32px;
            text-align: center;
        }

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

        .faq-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .faq-item h3 {
            font-family: 'Georgia', 'Times New Roman', serif;
            font-size: 17px;
            color: #333;
            font-weight: 400;
            margin-bottom: 10px;
            font-style: italic;
        }

        .faq-item p {
            font-size: 14px;
            color: #555;
            line-height: 1.85;
        }

        .faq-item a {
            color: #8B6914;
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        /* Normaliza h1.hero-nome — remove defaults do browser */
        h1.hero-nome {
            margin: 0;
            padding: 0;
        }
