/* === GERAL & RESET === */
:root { --psuc-laranja-destaque: #FF8C00; --psuc-laranja-hover: #E67E22; --psuc-fundo-escuro: #181B1F; --psuc-fundo-card: #23272E; --psuc-texto-principal: #F0F4F8; --psuc-texto-secundario: #A0A8B4; --psuc-borda-sutil: #3A3F4B; --psuc-fonte-principal: 'Poppins', sans-serif; }
html { scroll-behavior: smooth; }
body.psuc-body { margin: 0; font-family: var(--psuc-fonte-principal); background-color: var(--psuc-fundo-escuro); color: var(--psuc-texto-principal); line-height: 1.7; overflow-x: hidden; padding-top: 70px; }
body.psuc-modal-open { overflow: hidden !important; }
.psuc-container { width: 90%; max-width: 1100px; margin: 0 auto; padding: 0 15px; }
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
ul { list-style: none; padding: 0; margin: 0; }
img { max-width: 100%; display: block; }

/* === NAVEGAÇÃO === */
.psuc-main-nav { background-color: rgba(24, 27, 31, 0.85); backdrop-filter: blur(10px); padding: 0 15px; position: fixed; width: 100%; top: 0; left: 0; z-index: 1000; box-shadow: 0 3px 15px rgba(0,0,0,0.2); border-bottom: 1px solid var(--psuc-borda-sutil); height: 70px; }
.psuc-nav-container { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.psuc-logo-text { font-size: 1.6em; font-weight: 700; color: var(--psuc-texto-principal); }
.psuc-logo-text .psuc-highlight { color: var(--psuc-laranja-destaque); }
.psuc-nav-links-wrapper { display: flex; align-items: center; }
.psuc-nav-links { display: flex; gap: 28px; }
.psuc-nav-links a { color: var(--psuc-texto-secundario); font-weight: 500; font-size: 0.95em; padding-bottom: 5px; position: relative; }
.psuc-nav-links a:hover { color: var(--psuc-laranja-destaque); }
.psuc-nav-links a::after { content: ''; position: absolute; width: 0; height: 2px; bottom: 0; left: 0; background-color: var(--psuc-laranja-destaque); transition: width 0.3s ease; }
.psuc-nav-links a:hover::after { width: 100%; }
.psuc-cta-button { display: inline-flex; align-items: center; justify-content: center; padding: 9px 20px; background-color: var(--psuc-laranja-destaque); color: #FFF !important; border-radius: 6px; font-weight: 600; text-transform: uppercase; font-size: 0.9em; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(255, 140, 0, 0.2); border: none; cursor: pointer; }
.psuc-cta-button:hover { background-color: var(--psuc-laranja-hover); box-shadow: 0 6px 15px rgba(255, 140, 0, 0.3); transform: translateY(-2px); }
.psuc-nav-cta { margin-left: 25px; }
.psuc-nav-toggle { display: none; background: transparent; border: none; cursor: pointer; z-index: 1005; width: 30px; height: 22px; position: relative; }
.psuc-hamburger-icon { display: block; width: 100%; height: 3px; background-color: var(--psuc-texto-principal); border-radius: 3px; position: absolute; left: 0; transition: all 0.3s ease-in-out; }
.psuc-hamburger-icon { top: 50%; transform: translateY(-50%); }
.psuc-hamburger-icon::before, .psuc-hamburger-icon::after { content:''; display: block; width: 100%; height: 3px; background-color: var(--psuc-texto-principal); border-radius: 3px; position: absolute; left: 0; transition: all 0.3s ease-in-out; }
.psuc-hamburger-icon::before { top: -8px; }
.psuc-hamburger-icon::after { bottom: -8px; }
.psuc-nav-toggle.active .psuc-hamburger-icon { background-color: transparent; }
.psuc-nav-toggle.active .psuc-hamburger-icon::before { top: 0; transform: rotate(45deg); }
.psuc-nav-toggle.active .psuc-hamburger-icon::after { bottom: 0; transform: rotate(-45deg); }

/* SEÇÕES GERAIS */
.psuc-section { padding: 80px 0; position: relative; overflow: hidden; }
.psuc-particles-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.psuc-section > .psuc-container { position: relative; z-index: 1; }
.psuc-section-title { font-size: 2.8em; font-weight: 700; margin-bottom: 20px; line-height: 1.3; color: var(--psuc-texto-principal); }
.psuc-section-title .psuc-highlight { color: var(--psuc-laranja-destaque); }
.psuc-section-subtitle { font-size: 1.2em; color: var(--psuc-texto-secundario); max-width: 700px; margin: 0 auto 50px auto; }
.psuc-text-center { text-align: center; }
.psuc-large-cta { padding: 16px 35px; font-size: 1.15em; }
.psuc-large-cta i { margin-right: 12px; }

/* HERO */
.psuc-hero-section { min-height: 85vh; display: flex; align-items: center; text-align: center; padding-top: 100px; padding-bottom: 100px; }
.psuc-hero-section .hero-content { max-width: 850px; }
.psuc-hero-headline { font-size: 3.2em; font-weight: 800; line-height: 1.25; margin-bottom: 25px; }
.psuc-hero-subheadline { font-size: 1.3em; margin-bottom: 40px; }

/* PROVA SOCIAL */
.psuc-proof-section { background-color: var(--psuc-fundo-card); padding: 60px 0; }
.psuc-proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; text-align: center; }
.psuc-proof-item i { font-size: 2.5em; color: var(--psuc-laranja-destaque); margin-bottom: 15px; }
.psuc-proof-item h3 { font-size: 2em; margin: 0 0 5px 0; color: var(--psuc-texto-principal); }
.psuc-proof-item p { font-size: 0.9em; color: var(--psuc-texto-secundario); text-transform: uppercase; letter-spacing: 0.5px; margin: 0; }

/* SEÇÕES DE CONTEÚDO SPLIT */
.psuc-section-content-split { display: flex; align-items: center; gap: 50px; }
.psuc-section-content-split.reverse { flex-direction: row-reverse; }
.psuc-text-content { flex: 1.1; }
.psuc-image-content { flex: 0.9; }
.psuc-image-content img { border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.psuc-text-content p { font-size: 1.1em; margin-bottom: 20px; }

/* SEÇÃO MENTALIDADE */
.psuc-mindset-section { background-color: var(--psuc-fundo-card); }
.psuc-mindset-section .psuc-section-title { font-size: 2.5em; margin-bottom: 30px; border-left: 4px solid var(--psuc-laranja-destaque); padding-left: 20px; }
.psuc-manifesto-text { font-size: 1.15em; line-height: 1.8; color: var(--psuc-texto-secundario); margin-bottom: 25px !important; }
.psuc-manifesto-text strong { color: var(--psuc-texto-principal); font-weight: 600; }

/* STEPS */
.psuc-steps-section { background-color: var(--psuc-fundo-escuro); }
.psuc-steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.psuc-step-item { text-align: center; padding: 25px; }
.psuc-step-number { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background-color: var(--psuc-fundo-card); color: var(--psuc-laranja-destaque); font-size: 1.5em; font-weight: 700; margin: 0 auto 20px auto; border: 2px solid var(--psuc-borda-sutil); }
.psuc-step-item i { font-size: 2.8em; color: var(--psuc-laranja-destaque); margin-bottom: 20px; }
.psuc-step-item h3 { font-size: 1.3em; margin-bottom: 10px; }
.psuc-step-item p { font-size: 1em; color: var(--psuc-texto-secundario); margin: 0; }

/* DEPOIMENTOS */
.psuc-testimonials-section { background-color: var(--psuc-fundo-card); }
.psuc-testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.psuc-testimonial-card { background-color: var(--psuc-fundo-escuro); padding: 30px; border-radius: 10px; border: 1px solid var(--psuc-borda-sutil); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.psuc-testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(255, 140, 0, 0.15); border-color: var(--psuc-laranja-destaque); }
.psuc-testimonial-header { display: flex; align-items: center; margin-bottom: 15px; }
.psuc-testimonial-avatar { width: 55px; height: 55px; border-radius: 8px; object-fit: cover; margin-right: 15px; border: 2px solid var(--psuc-laranja-destaque); }
.psuc-testimonial-author { font-weight: 600; font-size: 1.1em; }
.psuc-testimonial-text { font-style: italic; color: var(--psuc-texto-secundario); margin: 0; font-size: 0.95em; }

/* FAQ */
.psuc-faq-section { background-color: var(--psuc-fundo-escuro); }
.psuc-faq-accordion { max-width: 800px; margin: 40px auto 0 auto; }
.psuc-faq-item { background-color: var(--psuc-fundo-card); margin-bottom: 10px; border-radius: 8px; overflow: hidden; border: 1px solid var(--psuc-borda-sutil); transition: border-color 0.3s ease; }
.psuc-faq-item.active { border-color: var(--psuc-laranja-destaque); }
.psuc-faq-question { font-size: 1.1em; font-weight: 600; padding: 20px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.psuc-faq-question span { flex-grow: 1; margin-right: 15px; }
.psuc-faq-icon { font-size: 1em; color: var(--psuc-laranja-destaque); transition: transform 0.3s ease-in-out; }
.psuc-faq-item.active .psuc-faq-icon { transform: rotate(180deg); }
.psuc-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out, padding-top 0.4s ease-out, padding-bottom 0.4s ease-out; }
.psuc-faq-answer p { padding: 0 25px; margin: 0; font-size: 1em; color: var(--psuc-texto-secundario); }
.psuc-faq-item.active .psuc-faq-answer { border-top: 1px solid var(--psuc-borda-sutil); padding-top: 20px; padding-bottom: 25px; }

/* CTA FINAL / FORMULÁRIO MAUTIC */
.psuc-cta-final-section { background-color: var(--psuc-fundo-card); }
.psuc-cta-content { max-width: 600px; margin: 0 auto; }
.psuc-cta-final-headline { font-size: 2.6em; }
.psuc-cta-final-subheadline { font-size: 1.25em; margin-bottom: 30px; }
.psuc-timer { text-align: center; font-size: 1.1em; color: #e74c3c; margin-top: 20px; font-weight: 700; }
.psuc-mautic-form-wrapper { max-width: 500px; margin: 0 auto; position: relative; z-index: 2; }
.mauticform-row { margin-bottom: 18px !important; text-align: left; }
.mauticform-label { display: block; font-weight: 500; margin-bottom: 8px !important; color: var(--psuc-texto-secundario); font-size: 0.9em; }
.psuc-mautic-form-wrapper .mauticform-input, .psuc-mautic-form-wrapper input[type="text"], .psuc-mautic-form-wrapper input[type="email"], .psuc-mautic-form-wrapper input[type="tel"] { width: 100% !important; padding: 15px 18px !important; border-radius: 8px !important; border: 1px solid var(--psuc-borda-sutil) !important; background-color: var(--psuc-fundo-escuro) !important; color: var(--psuc-texto-principal) !important; font-size: 1em !important; font-family: var(--psuc-fonte-principal) !important; transition: all 0.3s ease; box-sizing: border-box; }
.psuc-mautic-form-wrapper input:focus { border-color: var(--psuc-laranja-destaque) !important; outline: none !important; box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.25) !important; }
.mauticform-button-wrapper { margin-top: 25px !important; }
.psuc-mautic-form-wrapper .mauticform-button { width: 100% !important; padding: 16px !important; background-color: var(--psuc-laranja-destaque) !important; color: #FFF !important; border: none !important; border-radius: 8px !important; font-size: 1.15em !important; font-weight: 700 !important; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease !important; box-shadow: 0 6px 15px rgba(255, 140, 0, 0.25); font-family: var(--psuc-fonte-principal) !important; }
.psuc-mautic-form-wrapper .mauticform-button:hover { background-color: var(--psuc-laranja-hover) !important; transform: translateY(-3px); box-shadow: 0 8px 20px rgba(255, 140, 0, 0.35); }
.mauticform-message { margin-top: 15px; padding: 12px; border-radius: 6px; font-size: 1em; text-align: center; }
.mauticform-errormsg { background-color: rgba(231, 76, 60, 0.1); border: 1px solid #e74c3c; color: #e74c3c; }
.mauticform-notice { background-color: rgba(39, 174, 96, 0.1); border: 1px solid #27ae60; color: #27ae60; }

/* FOOTER */
.psuc-main-footer { background-color: var(--psuc-fundo-card); color: var(--psuc-texto-secundario); padding: 35px 0; text-align: center; border-top: 1px solid var(--psuc-borda-sutil); font-size: 0.9em; }
.psuc-main-footer .psuc-container { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.psuc-logo-text-footer { font-size: 1.5em; font-weight: 600; color: var(--psuc-texto-principal); }
.psuc-logo-text-footer .psuc-highlight { color: var(--psuc-laranja-destaque); }
.psuc-footer-links { display: flex; align-items: center; gap: 10px 15px; flex-wrap: wrap; justify-content: center;}
.psuc-footer-links a:hover { color: var(--psuc-laranja-destaque); }
.psuc-separator { color: var(--psuc-borda-sutil); }
.psuc-footer-brand { font-size: 0.9em; color: var(--psuc-texto-secundario); opacity: 0.8; margin-top: 5px; }
.psuc-disclaimer-footer { font-size: 0.85em; opacity: 0.7; max-width: 600px; margin-top: 10px;}

/* MODAIS */
.psuc-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(24, 27, 31, 0.9); backdrop-filter: blur(8px); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0s 0.3s; }
.psuc-modal-overlay.psuc-modal-active { opacity: 1; visibility: visible; transition-delay: 0s; }
.psuc-modal-content { background-color: var(--psuc-fundo-card); padding: 30px 35px; border-radius: 10px; max-width: 700px; width: 100%; box-shadow: 0 10px 30px rgba(0,0,0,0.3); max-height: 85vh; overflow-y: auto; border-top: 4px solid var(--psuc-laranja-destaque); transform: scale(0.95); opacity: 0; transition: transform 0.3s ease, opacity 0.3s ease; }
.psuc-modal-overlay.psuc-modal-active .psuc-modal-content { transform: scale(1); opacity: 1; }
.psuc-modal-content h2 { color: var(--psuc-laranja-destaque); font-size: 1.6em; margin: 0 0 20px 0; padding-bottom: 10px; border-bottom: 1px solid var(--psuc-borda-sutil); }
.psuc-modal-content p { font-size: 0.95em; }
.psuc-modal-close { position: absolute; top: 15px; right: 18px; background: none; border: none; font-size: 2em; color: var(--psuc-texto-secundario); cursor: pointer; transition: all 0.3s ease; }
.psuc-modal-close:hover { color: var(--psuc-laranja-destaque); transform: rotate(90deg); }

/* PÁGINA 404 */
.psuc-body-404 { padding-top: 0; display: flex; align-items: center; justify-content: center; min-height: 100vh; text-align: center; }
.psuc-404-container { max-width: 600px; position: relative; z-index: 1; padding: 20px; }
.psuc-404-title { font-size: 6em; font-weight: 800; color: var(--psuc-laranja-destaque); line-height: 1; margin:0; }
.psuc-404-subtitle { font-size: 1.8em; font-weight: 600; margin: 10px 0 20px 0; color: var(--psuc-texto-principal); }
.psuc-404-text { color: var(--psuc-texto-secundario); margin-bottom: 30px; }
.psuc-404-container .psuc-cta-button { padding: 12px 28px; }

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    body.psuc-body { padding-top: 60px; }
    .psuc-main-nav { height: 60px; }
    .psuc-logo-text { font-size: 1.5em; }
    .psuc-nav-toggle { display: flex; }
    .psuc-nav-links-wrapper { display: none; position: absolute; top: 60px; left: 0; width: 100%; background-color: var(--psuc-fundo-card); flex-direction: column; padding: 10px 0; border-top: 1px solid var(--psuc-borda-sutil); }
    .psuc-nav-links-wrapper.active { display: flex; }
    .psuc-nav-links { flex-direction: column; gap: 0; width: 100%;}
    .psuc-nav-links li { width: 100%; }
    .psuc-nav-links a { text-align: center; padding: 15px; width: 100%; border-bottom: 1px solid var(--psuc-borda-sutil); }
    .psuc-nav-links li:last-child a { border-bottom: none; }
    .psuc-nav-links a::after { display: none; }
    .psuc-nav-cta { display: none; }
    .psuc-nav-links-wrapper .psuc-nav-cta { display: block; margin: 15px 20px; }
    .psuc-section-content-split, .psuc-section-content-split.reverse { flex-direction: column; }
    .psuc-image-content { order: -1; margin-bottom: 30px; }
}