/* CLIENTES CSS - Estilos para Portal, Login e Planos
   Salvar em: public/auth/css/style.css
   ═════════════════════════════════════════════════════════════════════════ */

/* Body Específico para Planos e Portal */
body.planos-body.portal-page {
    position: relative;
    background:
        radial-gradient(800px at 20% 20%, rgba(16, 185, 129, 0.18), transparent 45%),
        radial-gradient(700px at 80% 10%, rgba(59, 130, 246, 0.18), transparent 50%),
        linear-gradient(135deg, #0b1224 0%, #0e1a33 50%, #0b1224 100%),
        /* Ajuste de caminho da imagem para quem está em auth/css */
        url('../../img/imagem1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: screen, screen, overlay, multiply;
    min-height: 100vh;
    padding: 0;
    scroll-behavior: smooth;
}

body.planos-body.portal-page::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(200px at 15% 30%, rgba(16, 185, 129, 0.15), transparent 50%),
        radial-gradient(220px at 85% 20%, rgba(59, 130, 246, 0.15), transparent 55%),
        linear-gradient(180deg, rgba(6, 8, 20, 0.35) 0%, rgba(6, 8, 20, 0.42) 50%, rgba(6, 8, 20, 0.48) 100%);
    z-index: 0;
}

body.planos-body.portal-page::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: transparent !important;
    z-index: -1;
}

/* 1. Portal Container */
.portal-container {
    position: relative;
    z-index: 10;
    max-width: 500px;
    width: 95%;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

/* 2. Portal Card */
.portal-card {
    background: rgba(30, 41, 59, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    width: 100%;
}

/* 3. Portal Header */
.portal-header {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(16, 185, 129, 0.1) 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
    color: white;
    padding: 40px 30px;
    text-align: center;
}

.portal-header .icon-box {
    width: 80px;
    height: 80px;
    background: rgba(16, 185, 129, 0.12);
    border: 2px solid rgba(16, 185, 129, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #10b981;
    margin: 0 auto 20px;
}

.portal-header h1 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 10px;
    text-align: center;
    color: #f1f5f9;
}

.portal-header p {
    font-size: 14px;
    color: #cbd5e1;
    margin: 0;
}

/* 4. Portal Content */
.portal-content {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* 5. Portal Links */
.portal-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    color: white;
    border: none;
    cursor: pointer;
}

.portal-link-login {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.portal-link-login:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.3);
}

.portal-link-cadastro {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.portal-link-cadastro:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(16, 185, 129, 0.3);
}

/* 6. Portal Divider */
.portal-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.portal-divider::before,
.portal-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(148, 163, 184, 0.25);
}

.portal-divider span {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 500;
}

/* 7. Portal Back Link */
.portal-link-back {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #cbd5e1;
    background: rgba(148, 163, 184, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.25);
    margin-top: 10px;
}

.portal-link-back:hover {
    background: rgba(148, 163, 184, 0.15);
    color: #f1f5f9;
    border-color: rgba(148, 163, 184, 0.4);
}

/* ===== INSTRUÇÕES E CONTRATO ===== */

/* 9. Instrucao Container */
body.instrucao-body {
    position: relative;
    background:
        radial-gradient(800px at 20% 20%, rgba(16, 185, 129, 0.18), transparent 45%),
        radial-gradient(700px at 80% 10%, rgba(59, 130, 246, 0.18), transparent 50%),
        linear-gradient(135deg, #0b1224 0%, #0e1a33 50%, #0b1224 100%),
        url('../../img/imagem1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: screen, screen, overlay, multiply;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

body.instrucao-body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(200px at 15% 30%, rgba(16, 185, 129, 0.15), transparent 50%),
        radial-gradient(220px at 85% 20%, rgba(59, 130, 246, 0.15), transparent 55%),
        linear-gradient(180deg, rgba(6, 8, 20, 0.35) 0%, rgba(6, 8, 20, 0.42) 50%, rgba(6, 8, 20, 0.48) 100%);
    z-index: 0;
}

.instrucao-container {
    max-width: 880px;
    width: 100%;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}

.instrucao-back {
    margin-bottom: 20px;
}

/* 10. Instrucao Card */
.instrucao-card {
    background: rgba(15, 23, 42, 0.9);
    border-radius: 22px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    backdrop-filter: blur(12px);
}

/* 11. Instrucao Header */
.instrucao-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 44px 34px;
    text-align: center;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.instrucao-header i {
    font-size: 48px;
    color: #10b981;
    margin-bottom: 15px;
    display: block;
}

.instrucao-header h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 5px;
    color: #f8fafc;
}

.instrucao-header p {
    color: #94a3b8;
    margin: 5px 0 0;
    font-size: 14px;
}

/* 12. Instrucao Content */
.instrucao-content {
    padding: 34px 30px;
}

.instrucao-section {
    margin-bottom: 24px;
}

.instrucao-section h3 {
    font-size: 16px;
    font-weight: 700;
    color: #f59e0b;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.instrucao-list {
    color: #cbd5e1;
    padding-left: 20px;
    margin: 10px 0 0;
}

.instrucao-list li {
    margin-bottom: 8px;
}

.instrucao-section p {
    color: #cbd5e1;
    margin: 0 0 10px;
    line-height: 1.5;
    font-size: 13px;
}

.instrucao-section ul {
    margin: 0 0 10px;
    padding-left: 20px;
}

.instrucao-section li {
    color: #cbd5e1;
    margin-bottom: 6px;
    line-height: 1.5;
    font-size: 13px;
}

/* 13. PDF Download Section */
.pdf-section {
    background: rgba(10, 15, 30, 0.8);
    border: 2px solid rgba(56, 189, 248, 0.4);
    border-radius: 14px;
    padding: 26px;
    margin: 24px 0;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.pdf-section i {
    font-size: 32px;
    color: #ef4444;
    display: block;
    margin-bottom: 10px;
}

.pdf-title {
    margin: 0 0 12px;
    color: #f8fafc;
    font-size: 15px;
}

.pdf-note {
    display: block;
    margin-top: 10px;
    color: #94a3b8;
    font-size: 12px;
}

.btn-pdf-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-pdf-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(56, 189, 248, 0.3);
}

.pdf-section p {
    color: #cbd5e1;
    margin: 0 0 12px;
    font-size: 13px;
}

.btn-pdf-download {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-pdf-download:hover {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(56, 189, 248, 0.3);
}

/* 14. Gov.br Signature Section */
.govbr-section {
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.4);
    border-radius: 12px;
    padding: 20px;
    margin: 22px 0;
    text-align: left;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.govbr-section i {
    font-size: 28px;
    color: #3b82f6;
    display: block;
    margin-bottom: 10px;
}

.govbr-section h4 {
    margin: 8px 0 6px;
    color: #f1f5f9;
    font-weight: 700;
}

.govbr-section p {
    color: #f1f5f9;
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.instrucao-resumo {
    margin: 10px 0 0;
    padding-left: 20px;
    color: #cbd5e1;
}

.instrucao-resumo li {
    margin-bottom: 8px;
}

.instrucao-next {
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.4);
    padding: 20px;
    border-radius: 12px;
    margin: 24px 0;
    box-shadow: 0 4px 12px rgba(56, 189, 248, 0.15);
}

.instrucao-next h3 {
    color: #10b981;
    font-size: 14px;
    margin: 0 0 8px;
    font-weight: 700;
}

.instrucao-next p {
    margin: 0;
    color: #f1f5f9;
    font-size: 13px;
    line-height: 1.6;
}

/* 15. Aceite Checkbox */
.aceite-container {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 12px;
    background: rgba(56, 189, 248, 0.05);
    border-radius: 8px;
    border: 1px dashed #334155;
    transition: all 0.3s ease;
    margin: 20px 0;
}

.aceite-container:hover {
    border-color: #38bdf8;
    background: rgba(56, 189, 248, 0.08);
}

.aceite-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
    accent-color: #38bdf8;
    margin-top: 0;
}

.aceite-container label {
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    line-height: 1.4;
}

/* 16. Botões de Ação */
.btn-prosseguir {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    opacity: 0.5;
    pointer-events: none;
    margin: 15px 0 10px;
}

.btn-prosseguir.ativo {
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 10px 25px rgba(56, 189, 248, 0.3);
}

.btn-prosseguir.ativo:hover {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    transform: translateY(-2px);
}

.btn-prosseguir i {
    font-size: 16px;
}

.instrucao-voltar {
    display: block;
    text-align: center;
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}

.instrucao-voltar:hover {
    color: #cbd5e1;
}

/* ===== APRESENTAÇÃO DE PLANOS ===== */

/* 17. Planos Body */
body.planos-body {
    position: relative;
    background:
        radial-gradient(800px at 20% 20%, rgba(16, 185, 129, 0.18), transparent 45%),
        radial-gradient(700px at 80% 10%, rgba(59, 130, 246, 0.18), transparent 50%),
        linear-gradient(135deg, #0b1224 0%, #0e1a33 50%, #0b1224 100%),
        url('../../img/imagem1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: screen, screen, overlay, multiply;
    min-height: 100vh;
    padding: 40px 20px;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

body.planos-body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(200px at 15% 30%, rgba(16, 185, 129, 0.15), transparent 50%),
        radial-gradient(220px at 85% 20%, rgba(59, 130, 246, 0.15), transparent 55%),
        linear-gradient(180deg, rgba(6, 8, 20, 0.35) 0%, rgba(6, 8, 20, 0.42) 50%, rgba(6, 8, 20, 0.48) 100%);
    z-index: 0;
}

body.planos-body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: transparent !important;
    z-index: -1;
}

/* 18. Planos Container */
.planos-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.planos-sidenav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 240px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 18px;
    background: rgba(12, 18, 33, 0.92);
    border-right: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 12px 0 35px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    z-index: 10;
}

.sidenav-title {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #94a3b8;
    margin-bottom: 4px;
}

.sidenav-divider {
    height: 1px;
    width: 100%;
    background: rgba(148, 163, 184, 0.2);
    margin: 2px 0 8px;
}

.planos-sidenav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.planos-sidenav a i {
    color: #38bdf8;
}

.planos-sidenav a:hover {
    background: rgba(56, 189, 248, 0.12);
    border-color: rgba(56, 189, 248, 0.4);
    transform: translateX(4px);
}

.sidenav-footer {
    margin-top: auto;
}

.sidenav-back {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 600;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.4);
    transition: all 0.25s ease;
}

.sidenav-back i {
    color: #60a5fa;
}

.sidenav-back:hover {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.6);
    transform: translateX(4px);
}

.anchor-target {
    scroll-margin-top: 90px;
}

.planos-header {
    text-align: center;
    margin-bottom: 70px;
}

.planos-header h1 {
    font-size: 36px;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 10px;
}

.planos-header p {
    font-size: 16px;
    color: #cbd5e1;
    margin: 0;
}

.planos-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 0 auto 30px;
}

.integracoes-faixa {
    text-align: center;
    padding: 34px 26px;
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 16px;
    margin: 20px 0 30px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

.integracoes-title {
    margin-bottom: 18px;
    font-weight: 700;
    color: #e2e8f0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.integracoes-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.logo-item {
    font-weight: 700;
    color: #e2e8f0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.logo-item i {
    font-size: 16px;
}

.logo-img {
    width: 160px;
    height: 52px;
    object-fit: contain;
    display: block;
}

.logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 28px;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background: rgba(59, 130, 246, 0.2);
    color: #bfdbfe;
}

.logo-text {
    font-size: 13px;
    font-weight: 700;
}

.logo-acbr {
    border-color: rgba(59, 130, 246, 0.4);
    color: #bfdbfe;
}

.logo-acbr .logo-badge {
    background: rgba(96, 165, 250, 0.2);
    color: #93c5fd;
}

.logo-fortes {
    border-color: rgba(16, 185, 129, 0.4);
    color: #bbf7d0;
}

.logo-fortes .logo-badge {
    background: rgba(16, 185, 129, 0.2);
    color: #a7f3d0;
}

.logo-fastreport {
    border-color: rgba(244, 114, 182, 0.4);
    color: #fbcfe8;
}

.garantia-box {
    background: rgba(250, 204, 21, 0.12);
    border: 1px solid rgba(250, 204, 21, 0.35);
    padding: 18px;
    margin-top: 18px;
    border-radius: 10px;
    color: #fde68a;
}

.garantia-box strong {
    color: #fbbf24;
}

.garantia-text {
    margin: 8px 0 0;
    font-size: 14px;
    color: #fde68a;
    line-height: 1.5;
}

.sobre-jw {
    background: rgba(30, 41, 59, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 18px;
    padding: 32px;
    margin: 0 auto 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.sobre-jw-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 28px;
}

.sobre-jw-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #38bdf8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sobre-jw-header h2 {
    font-size: 26px;
    color: #f8fafc;
    margin: 12px 0 10px;
}

.sobre-jw-header p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.sobre-jw-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.sobre-jw-card {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 14px;
    padding: 20px;
    text-align: left;
}

.sobre-jw-card i {
    color: #38bdf8;
    font-size: 22px;
    margin-bottom: 10px;
}

.sobre-jw-card h3 {
    color: #f8fafc;
    font-size: 15px;
    margin: 0 0 8px;
}

.sobre-jw-card p {
    color: #cbd5e1;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.highlight-item {
    background: rgba(30, 41, 59, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 14px;
    padding: 18px 20px;
    text-align: center;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.highlight-value {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #38bdf8;
}

.highlight-label {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* 19. Benefícios Section */
.beneficios-section {
    margin-bottom: 80px;
    margin-top: 100px;
}

.beneficios-title {
    font-size: 28px;
    font-weight: 800;
    color: #f8fafc;
    margin-bottom: 30px;
    text-align: center;
}

.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}

.beneficio-card {
    background: rgba(30, 41, 59, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease-out;
}

.beneficio-card:hover {
    background: rgba(30, 41, 59, 0.95);
    border-color: #38bdf8;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(56, 189, 248, 0.2);
}

.beneficio-icon {
    font-size: 40px;
    color: #38bdf8;
    margin-bottom: 15px;
    display: block;
}

.beneficio-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #f8fafc;
    margin: 0 0 10px;
}

.beneficio-card p {
    color: #cbd5e1;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

/* 20. Regulamentação Tributária */
.tributaria-banner {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.2) 0%, rgba(59, 130, 246, 0.2) 100%);
    border: 2px solid #38bdf8;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.tributaria-icon {
    font-size: 48px;
    color: #38bdf8;
    min-width: 60px;
}

.tributaria-content h2 {
    font-size: 22px;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 10px;
}

.tributaria-content p {
    color: #cbd5e1;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

/* 21. Planos Title */
.planos-title {
    font-size: 28px;
    font-weight: 800;
    color: #f8fafc;
    margin-bottom: 40px;
    margin-top: 100px;
    text-align: center;
}

/* 22. Plano Simples (sem card) */
.plano-simples {
    background: rgba(30, 41, 59, 0.9);
    backdrop-filter: blur(10px);
    border: 2px solid #10b981;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto 50px;
}

.plano-simples:hover {
    border-color: #10b981;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
}

.plano-simples::before {
    content: 'PLANO ÚNICO';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.plano-nome {
    font-size: 20px;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 5px;
}

.plano-preco {
    font-size: 32px;
    font-weight: 800;
    color: #10b981;
    margin: 0 0 5px;
}

.plano-preco span {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 400;
}

.plano-desc {
    color: #cbd5e1;
    font-size: 13px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.plano-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.plano-features li {
    color: #cbd5e1;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.plano-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

/* 23. CTA Section */
.cta-section {
    text-align: center;
    padding: 40px;
    background: rgba(30, 41, 59, 0.8);
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    margin-bottom: 60px;
    margin-top: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section h2 {
    font-size: 24px;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 15px;
}

.cta-section p {
    color: #cbd5e1;
    font-size: 14px;
    margin: 0 0 25px;
    line-height: 1.6;
}

.cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-actions .btn-voltar-pagina {
    margin-bottom: 0;
}

.cta-actions .btn-voltar-pagina,
.cta-actions .btn-começar {
    box-sizing: border-box;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    height: 48px !important;
    justify-content: center;
    text-align: center;
}

.btn-começar {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: 1px solid transparent;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    min-width: 180px;
    justify-content: center;
}

.btn-começar:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.3);
}

@media (max-width: 768px) {
    .tributaria-banner {
        flex-direction: column;
        text-align: center;
    }

    .planos-header h1 {
        font-size: 28px;
    }

    .plano-inline-top {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .plano-inline-price-block {
        text-align: left;
        min-width: 0;
        width: 100%;
    }

    .plano-inline-heading {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .plano-inline-top {
        justify-content: flex-start;
    }
}

@media (min-width: 1025px) {
    .planos-container {
        padding-left: 260px;
        padding-right: 40px;
    }
}

@media (max-width: 1024px) {
    .planos-sidenav {
        display: none;
    }
}

/* 24. Botão Voltar */
.btn-voltar-pagina {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #cbd5e1;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.3);
    margin-bottom: 30px;
    min-height: 48px;
    min-width: 180px;
    justify-content: center;
}

.btn-voltar-pagina:hover {
    background: rgba(30, 41, 59, 0.8);
    color: #f8fafc;
    border-color: #64748b;
}

/* 25. Plano em Linha */
.plano-inline {
    position: relative;
    background: rgba(56, 189, 248, 0.25);
    border: 1px solid rgba(56, 189, 248, 0.4);
    border-radius: 16px;
    padding: 26px;
    margin: 0 auto 70px;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.plano-inline::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    opacity: 0.7;
    pointer-events: none;
}

.plano-inline-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
    flex-wrap: wrap;
}

.plano-inline-heading {
    flex: 1 1 380px;
    position: relative;
    z-index: 1;
}

.plano-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
    color: white;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.plano-inline-nome {
    font-size: 22px;
    font-weight: 800;
    color: #f8fafc;
    margin: 12px 0 6px;
}

.plano-inline-subtitle {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 12px;
}

.plano-inline-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.plano-inline-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(148, 163, 184, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 999px;
    color: #e2e8f0;
    font-size: 12px;
    font-weight: 600;
}

.meta-prioritario {
    background: rgba(59, 130, 246, 0.18);
    border-color: rgba(59, 130, 246, 0.5);
    color: #bfdbfe;
}

.meta-prioritario i {
    color: #60a5fa;
}

.meta-atualizacoes {
    background: rgba(16, 185, 129, 0.18);
    border-color: rgba(16, 185, 129, 0.5);
    color: #bbf7d0;
}

.meta-atualizacoes i {
    color: #34d399;
}

.faq-section {
    margin: 70px 0;
    margin-top: 100px;
    background: rgba(30, 41, 59, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 18px;
    padding: 36px 28px;
}

.faq-title {
    text-align: center;
    margin-bottom: 30px;
    color: #f8fafc;
    font-size: 24px;
}

.faq-container {
    max-width: 880px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(15, 23, 42, 0.85);
    margin-bottom: 14px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.faq-item summary {
    padding: 18px 20px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f8fafc;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #10b981;
}

.faq-item[open] summary::after {
    content: '\2d';
}

.faq-item p {
    padding: 0 20px 18px;
    color: #e2e8f0;
    line-height: 1.6;
}

.plano-inline-meta i {
    color: #10b981;
}

.plano-inline-price-block {
    text-align: right;
    min-width: 230px;
    position: relative;
    z-index: 1;
}

.plano-inline-preco {
    font-size: 32px;
    font-weight: 800;
    color: #10b981;
    margin: 0;
}

.plano-inline-preco span {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 500;
}

.plano-inline-desc {
    color: #cbd5e1;
    font-size: 14px;
    margin: 8px 0 10px;
}

.plano-inline-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #38bdf8;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plano-inline-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px 18px;
    position: relative;
    z-index: 1;
}

.plano-inline-features li {
    color: #e2e8f0;
    font-size: 13px;
    padding-left: 22px;
    position: relative;
}

.plano-inline-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .plano-inline {
        padding: 22px;
    }

    .plano-inline-price-block {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .plano-inline {
        gap: 18px;
    }

    .plano-inline-top {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

    .plano-inline-price-block {
        text-align: left;
        min-width: 0;
        width: 100%;
    }
}

/* ═════════════════════════════════════════════════════════════════════════
   FORMULÁRIO DE CADASTRO - Clientes
   ═════════════════════════════════════════════════════════════════════════ */

/* Background do body para página de cadastro */
body.login-body {
    background: #143b63 !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.card-cadastro {
    max-width: 1000px;
    width: 95%;
    margin: 10px auto;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.card-header-modern {
    background: #f8fafc;
    padding: 20px 30px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}

.card-header-modern h2 {
    color: #1e293b;
    font-size: 24px;
    margin: 0 0 5px 0;
    font-weight: 800;
}

.card-header-modern p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.icon-box-circle {
    width: 70px;
    height: 70px;
    background: #1e293b;
    color: #38bdf8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 15px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.card-content {
    padding: 30px 40px;
}

.form-group-modern {
    margin-bottom: 12px;
}

.form-group-modern label {
    display: block;
    margin-bottom: 8px;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
}

.form-group-modern label i {
    margin-right: 8px;
    color: #38bdf8;
    width: 20px;
    text-align: center;
}

.form-group-modern input,
.form-group-modern select,
.form-group-modern textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: border-color 0.3s;
}

.form-group-modern input:focus,
.form-group-modern select:focus,
.form-group-modern textarea:focus {
    border-color: #4CAF50;
    outline: none;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.1);
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}

.form-row .form-group-modern {
    flex: 1;
}

.col-small {
    flex: 0 0 90px !important;
}

.form-divider {
    margin: 15px 0 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #f1f5f9;
    color: #1e293b;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-divider i {
    color: #38bdf8;
}

.form-row input {
    margin-top: 4px;
}

#endereco, #bairro, #cidade, #estado {
    background-color: #f9fafb;
}

.form-actions {
    margin-top: 20px;
    text-align: center;
}

.form-actions .btn-modern-login {
    margin-top: 0;
}

.btn-voltar-link {
    display: inline-block;
    margin-top: 20px;
    color: #94a3b8;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s;
}

.btn-voltar-link:hover {
    color: #1e293b;
}

.btn-voltar-link i {
    margin-right: 6px;
}