/* =============================================
   NEXUS — Folha de estilos v2 (com backend)
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', 'Segoe UI', system-ui, sans-serif; background: #0d1b2e; color: #f0ece0; line-height: 1.6; }
textarea { font-family: inherit; resize: vertical; }
select { font-family: inherit; }

/* NAV */
.nx-nav { display: flex; align-items: center; justify-content: space-between; padding: 0 2.5rem; height: 90px; border-bottom: 0.5px solid rgba(200,170,90,0.25); background: #0a1626; position: sticky; top: 0; z-index: 100; }
.nx-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nx-logo-name { font-size: 19px; font-weight: 600; letter-spacing: 3px; color: #f0ece0; display: block; line-height: 1.2; }
.nx-logo-sub { font-size: 10px; letter-spacing: 2px; color: #c8aa5a; text-transform: uppercase; display: block; line-height: 1.7; }
.nx-logo-sub2 { font-size: 10px; letter-spacing: 2px; color: rgba(200,170,90,0.6); text-transform: uppercase; display: block; line-height: 1.7; }
.nx-nav-links { display: flex; gap: 2rem; }
.nx-nav-links a { font-size: 13px; color: rgba(240,236,224,0.7); text-decoration: none; display: flex; align-items: center; gap: 5px; transition: color .2s; }
.nx-nav-links a:hover { color: #c8aa5a; }

/* BOTÕES */
.nx-btn-gold { background: #c8aa5a; color: #0a1626; border: none; padding: 9px 20px; border-radius: 4px; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: background .2s; }
.nx-btn-gold:hover { background: #dbbf6e; }
.nx-btn-outline-gold { background: transparent; border: 0.5px solid rgba(200,170,90,0.4); color: #c8aa5a; padding: 9px 20px; border-radius: 4px; font-size: 13px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; justify-content: center; transition: all .2s; }
.nx-btn-outline-gold:hover { border-color: #c8aa5a; background: rgba(200,170,90,0.08); }
.nx-btn-primary { background: #c8aa5a; color: #0a1626; border: none; padding: 12px 24px; border-radius: 4px; font-size: 14px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .2s; }
.nx-btn-primary:hover { background: #dbbf6e; }
.nx-btn-sec { background: transparent; border: 0.5px solid rgba(240,236,224,0.25); color: rgba(240,236,224,0.75); padding: 12px 22px; border-radius: 4px; font-size: 14px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; }
.nx-btn-sec:hover { border-color: rgba(200,170,90,0.4); color: #c8aa5a; }

/* HERO */
.nx-hero { padding: 5rem 2.5rem 4rem; text-align: center; border-bottom: 0.5px solid rgba(200,170,90,0.12); background: radial-gradient(ellipse at 50% 0%, rgba(200,170,90,0.06) 0%, transparent 65%); }
.nx-tag { display: inline-block; border: 0.5px solid rgba(200,170,90,0.4); color: #c8aa5a; font-size: 11px; letter-spacing: 2px; padding: 5px 16px; border-radius: 20px; margin-bottom: 1.5rem; text-transform: uppercase; }
.nx-hero h1 { font-size: 42px; font-weight: 500; line-height: 1.2; max-width: 680px; margin: 0 auto 1.25rem; color: #f0ece0; letter-spacing: -0.5px; }
.nx-hero h1 em { font-style: normal; color: #c8aa5a; }
.nx-hero p { font-size: 16px; color: rgba(240,236,224,0.6); max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.7; }
.nx-hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.nx-stats { display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; margin-top: 3.5rem; padding-top: 2.5rem; border-top: 0.5px solid rgba(200,170,90,0.1); }
.nx-stat strong { display: block; font-size: 28px; font-weight: 500; color: #c8aa5a; }
.nx-stat span { font-size: 12px; color: rgba(240,236,224,0.45); }

/* ICMS */
.nx-icms { padding: 4rem 2.5rem; background: rgba(200,170,90,0.05); border-top: 1px solid rgba(200,170,90,0.35); border-bottom: 1px solid rgba(200,170,90,0.35); position: relative; overflow: hidden; }
.nx-icms::before { display: none; }
.nx-icms-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; max-width: 960px; margin: 0 auto; }
.nx-icms-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(200,170,90,0.15); border: 0.5px solid #c8aa5a; border-radius: 4px; padding: 5px 14px; font-size: 11px; color: #c8aa5a; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 1.25rem; }
.nx-icms h2 { font-size: 26px; font-weight: 500; color: #f0ece0; line-height: 1.3; margin-bottom: 1rem; }
.nx-icms h2 em { font-style: normal; color: #c8aa5a; }
.nx-icms-desc { font-size: 14px; color: rgba(240,236,224,0.6); line-height: 1.7; margin-bottom: 1.5rem; }
.nx-icms-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 2rem; }
.nx-icms-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(240,236,224,0.75); }
.nx-icms-list li i { color: #c8aa5a; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
.nx-icms-right { display: flex; flex-direction: column; gap: 12px; }
.nx-icms-card { background: rgba(200,170,90,0.06); border: 0.5px solid rgba(200,170,90,0.25); border-radius: 8px; padding: 1.1rem 1.25rem; }
.nx-icms-card-tag { font-size: 10px; letter-spacing: 1.5px; color: #c8aa5a; text-transform: uppercase; margin-bottom: 0.35rem; }
.nx-icms-card h4 { font-size: 14px; font-weight: 500; color: #f0ece0; margin-bottom: 0.3rem; }
.nx-icms-card p { font-size: 12px; color: rgba(240,236,224,0.5); line-height: 1.5; }
.nx-icms-alert { display: flex; align-items: flex-start; gap: 10px; background: rgba(200,170,90,0.08); border-left: 2px solid #c8aa5a; padding: 12px 14px; }
.nx-icms-alert i { color: #c8aa5a; font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.nx-icms-alert p { font-size: 12px; color: rgba(240,236,224,0.65); line-height: 1.6; }
.nx-icms-alert strong { color: #c8aa5a; }

/* SEÇÕES */
.nx-section { padding: 4rem 2.5rem; }
.nx-section-header { text-align: center; margin-bottom: 2.5rem; }
.nx-section-tag { font-size: 11px; letter-spacing: 2px; color: #c8aa5a; text-transform: uppercase; margin-bottom: 0.6rem; }
.nx-section-header h2 { font-size: 28px; font-weight: 500; color: #f0ece0; }
.nx-section-header p { font-size: 14px; color: rgba(240,236,224,0.5); margin-top: 0.4rem; }
.nx-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.nx-card { background: rgba(255,255,255,0.04); border: 0.5px solid rgba(200,170,90,0.18); border-radius: 8px; padding: 1.5rem; }
.nx-card-icon { width: 40px; height: 40px; border-radius: 8px; background: rgba(200,170,90,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.nx-card-icon i { font-size: 20px; color: #c8aa5a; }
.nx-card h3 { font-size: 14px; font-weight: 500; color: #f0ece0; margin-bottom: 0.4rem; }
.nx-card p { font-size: 13px; color: rgba(240,236,224,0.48); line-height: 1.6; }

/* COMO FUNCIONA */
.nx-steps-bg { background: rgba(200,170,90,0.03); border-top: 0.5px solid rgba(200,170,90,0.1); border-bottom: 0.5px solid rgba(200,170,90,0.1); padding: 4rem 2.5rem; text-align: center; }
.nx-steps { display: grid; grid-template-columns: repeat(5, 1fr); max-width: 900px; margin: 2rem auto 0; }
.nx-step { padding: 1.5rem 1rem; text-align: center; position: relative; }
.nx-step:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 2.5rem; width: 0.5px; height: 40px; background: rgba(200,170,90,0.2); }
.nx-step-highlight { background: rgba(200,170,90,0.07); border-radius: 8px; }
.nx-step-highlight .nx-step-num { background: rgba(200,170,90,0.15); }
.nx-step-num { width: 36px; height: 36px; border-radius: 50%; border: 0.5px solid #c8aa5a; color: #c8aa5a; font-size: 13px; font-weight: 500; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.nx-step h4 { font-size: 13px; font-weight: 500; color: #f0ece0; margin-bottom: 0.4rem; }
.nx-step p { font-size: 12px; color: rgba(240,236,224,0.45); line-height: 1.5; }

/* DIFERENCIAIS */
.nx-diff { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.nx-diff-item { display: flex; gap: 14px; padding: 1.25rem; background: rgba(255,255,255,0.03); border: 0.5px solid rgba(200,170,90,0.13); border-radius: 8px; }
.nx-diff-item > i { font-size: 20px; color: #c8aa5a; flex-shrink: 0; margin-top: 2px; }
.nx-diff-item h4 { font-size: 14px; font-weight: 500; color: #f0ece0; margin-bottom: 4px; }
.nx-diff-item p { font-size: 13px; color: rgba(240,236,224,0.48); line-height: 1.5; }

/* FORM CTA */
.nx-cta { background: rgba(200,170,90,0.05); border-top: 0.5px solid rgba(200,170,90,0.2); border-bottom: 0.5px solid rgba(200,170,90,0.2); padding: 4rem 2.5rem; text-align: center; }
.nx-cta h2 { font-size: 26px; font-weight: 500; color: #f0ece0; margin-bottom: 0.5rem; }
.nx-cta > p { color: rgba(240,236,224,0.5); font-size: 15px; margin-bottom: 2rem; }
.nx-form { max-width: 480px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.nx-form input, .nx-form select { background: rgba(255,255,255,0.06); border: 0.5px solid rgba(200,170,90,0.28); border-radius: 4px; padding: 12px 16px; color: #f0ece0; font-size: 14px; width: 100%; outline: none; transition: border-color .2s; }
.nx-form input::placeholder { color: rgba(240,236,224,0.3); }
.nx-form input:focus { border-color: #c8aa5a; }
.nx-form select option { background: #0d1b2e; color: #f0ece0; }
.nx-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* PORTAL */
.nx-portal { background: #08111e; border-top: 0.5px solid rgba(200,170,90,0.2); padding: 4rem 2.5rem; }
.nx-portal-header { text-align: center; margin-bottom: 2rem; }
.nx-portal-title { font-size: 26px; font-weight: 500; color: #f0ece0; }
.nx-portal-sub { font-size: 14px; color: rgba(240,236,224,0.45); margin-top: 0.4rem; }
.nx-portal-tabs { display: flex; border: 0.5px solid rgba(200,170,90,0.25); border-radius: 6px; overflow: hidden; max-width: 280px; margin: 0 auto 2.5rem; }
.nx-tab { flex: 1; padding: 10px 8px; text-align: center; font-size: 13px; cursor: pointer; background: transparent; border: none; color: rgba(240,236,224,0.45); transition: all .2s; }
.nx-tab.active { background: rgba(200,170,90,0.12); color: #c8aa5a; font-weight: 500; }
.nx-portal-panels { max-width: 720px; margin: 0 auto; }
.nx-panel { display: none; }
.nx-panel.active { display: block; }

/* AUTH */
.nx-auth { max-width: 400px; margin: 0 auto; background: rgba(255,255,255,0.03); border: 0.5px solid rgba(200,170,90,0.2); border-radius: 10px; padding: 2rem; }
.nx-auth h3 { font-size: 18px; font-weight: 500; color: #f0ece0; margin-bottom: 0.4rem; }
.nx-auth > p { font-size: 13px; color: rgba(240,236,224,0.45); margin-bottom: 1.5rem; }
.nx-forgot { font-size: 12px; color: rgba(240,236,224,0.35); text-align: center; margin-top: 12px; cursor: pointer; }
.nx-forgot:hover { color: #c8aa5a; }
.nx-field { margin-bottom: 14px; }
.nx-field label { display: block; font-size: 12px; color: rgba(240,236,224,0.5); margin-bottom: 5px; }
.nx-field input, .nx-field select, .nx-field textarea {
  background: rgba(255,255,255,0.06);
  border: 0.5px solid rgba(200,170,90,0.25);
  border-radius: 4px;
  padding: 11px 14px;
  color: #f0ece0;
  font-size: 14px;
  width: 100%;
  outline: none;
  transition: border-color .2s;
}
.nx-field input::placeholder, .nx-field textarea::placeholder { color: rgba(240,236,224,0.25); }
.nx-field input:focus, .nx-field select:focus, .nx-field textarea:focus { border-color: rgba(200,170,90,0.6); }
.nx-field select option { background: #0d1b2e; color: #f0ece0; }

/* DASHBOARD */
.nx-dash-top { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 1.5rem; }
.nx-dash-card { background: rgba(255,255,255,0.04); border: 0.5px solid rgba(200,170,90,0.15); border-radius: 8px; padding: 1rem; text-align: center; }
.nx-dash-card strong { display: block; font-size: 24px; font-weight: 500; color: #c8aa5a; }
.nx-dash-card span { font-size: 11px; color: rgba(240,236,224,0.4); }

/* DEMANDAS */
.nx-demanda { background: rgba(255,255,255,0.03); border: 0.5px solid rgba(200,170,90,0.15); border-radius: 8px; padding: 1.25rem; margin-bottom: 12px; }
.nx-demanda-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1rem; gap: 12px; }
.nx-demanda-info h4 { font-size: 13px; font-weight: 500; color: #f0ece0; margin-bottom: 3px; }
.nx-demanda-info span { font-size: 11px; color: rgba(240,236,224,0.4); }

/* BADGES */
.nx-badge { font-size: 11px; padding: 4px 12px; border-radius: 20px; font-weight: 500; white-space: nowrap; display: inline-flex; align-items: center; gap: 4px; }
.nx-badge.em-calculo { background: rgba(200,170,90,0.15); color: #c8aa5a; border: 0.5px solid rgba(200,170,90,0.35); }
.nx-badge.concluido { background: rgba(34,197,94,0.1); color: #4ade80; border: 0.5px solid rgba(34,197,94,0.3); }
.nx-badge.aguardando { background: rgba(148,163,184,0.1); color: rgba(240,236,224,0.5); border: 0.5px solid rgba(148,163,184,0.25); }
.nx-badge.revisao { background: rgba(59,130,246,0.1); color: #93c5fd; border: 0.5px solid rgba(59,130,246,0.25); }
.nx-badge.orcamento { background: rgba(168,85,247,0.12); color: #c084fc; border: 0.5px solid rgba(168,85,247,0.3); }

/* FLUXOGRAMA */
.nx-flow { display: flex; align-items: center; margin-top: 4px; }
.nx-flow-step { display: flex; flex-direction: column; align-items: center; gap: 5px; flex: 1; }
.nx-flow-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(200,170,90,0.15); border: 1px solid rgba(200,170,90,0.25); }
.nx-flow-dot.done { background: #c8aa5a; border-color: #c8aa5a; }
.nx-flow-dot.active { background: transparent; border: 2px solid #c8aa5a; box-shadow: 0 0 0 3px rgba(200,170,90,0.15); }
.nx-flow-label { font-size: 9px; color: rgba(240,236,224,0.35); text-align: center; line-height: 1.3; }
.nx-flow-label.active { color: #c8aa5a; }
.nx-flow-line { flex: 1; height: 1px; background: rgba(200,170,90,0.18); margin-bottom: 15px; }
.nx-flow-line.done { background: #c8aa5a; }

/* BOX ORÇAMENTO / LAUDO */
.nx-orcamento-box { margin-top: 12px; background: rgba(168,85,247,0.07); border: 0.5px solid rgba(168,85,247,0.25); border-radius: 6px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.nx-orcamento-valor { font-size: 13px; color: #c084fc; font-weight: 500; }
.nx-orcamento-sub { font-size: 11px; color: rgba(240,236,224,0.4); margin-top: 2px; }

/* UPLOAD */
.nx-upload-area { border: 0.5px dashed rgba(200,170,90,0.4); border-radius: 8px; padding: 2rem 1rem; text-align: center; cursor: pointer; transition: border-color .2s; display: flex; flex-direction: column; align-items: center; }
.nx-upload-area:hover { border-color: #c8aa5a; background: rgba(200,170,90,0.04); }
.nx-file-item { display: flex; align-items: center; gap: 10px; padding: 8px 12px; background: rgba(255,255,255,0.04); border: 0.5px solid rgba(200,170,90,0.15); border-radius: 6px; }

/* MODAIS */
.nx-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 500; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.nx-modal { background: #0d1b2e; border: 0.5px solid rgba(200,170,90,0.3); border-radius: 12px; padding: 2rem; width: 100%; max-width: 520px; max-height: 90vh; overflow-y: auto; }
.nx-modal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.nx-modal-header h3 { font-size: 17px; font-weight: 500; color: #f0ece0; }
.nx-modal-close { background: none; border: none; color: rgba(240,236,224,0.4); cursor: pointer; font-size: 20px; padding: 4px; }
.nx-modal-close:hover { color: #f0ece0; }

/* MENSAGENS */
.nx-msg-error { font-size: 13px; color: #f87171; background: rgba(239,68,68,0.1); border: 0.5px solid rgba(239,68,68,0.3); border-radius: 4px; padding: 10px 14px; margin-top: 8px; }
.nx-msg-success { font-size: 13px; color: #4ade80; background: rgba(34,197,94,0.1); border: 0.5px solid rgba(34,197,94,0.3); border-radius: 4px; padding: 10px 14px; margin-top: 8px; }

/* LOADING */
.nx-loading { text-align: center; padding: 3rem; font-size: 14px; color: rgba(240,236,224,0.4); display: flex; align-items: center; justify-content: center; gap: 10px; }
.nx-spin { animation: spin 1s linear infinite; display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ADMIN */
.nx-admin-page { padding: 2.5rem; }
.nx-admin-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 2rem; }
.nx-admin-stat { background: rgba(255,255,255,0.04); border: 0.5px solid rgba(200,170,90,0.15); border-radius: 8px; padding: 1.1rem 1.25rem; display: flex; align-items: center; gap: 14px; }
.nx-admin-stat-icon { width: 38px; height: 38px; border-radius: 8px; background: rgba(200,170,90,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nx-admin-stat-icon i { font-size: 18px; color: #c8aa5a; }
.nx-admin-stat strong { display: block; font-size: 22px; font-weight: 500; color: #c8aa5a; }
.nx-admin-stat span { font-size: 11px; color: rgba(240,236,224,0.4); }
.nx-admin-table-wrap { background: rgba(255,255,255,0.03); border: 0.5px solid rgba(200,170,90,0.15); border-radius: 8px; overflow: hidden; }
.nx-admin-table-header { padding: 14px 18px; border-bottom: 0.5px solid rgba(200,170,90,0.12); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.nx-admin-table-title { font-size: 14px; font-weight: 500; color: #f0ece0; }
.nx-admin-search { background: rgba(255,255,255,0.05); border: 0.5px solid rgba(200,170,90,0.2); border-radius: 4px; padding: 8px 12px; color: #f0ece0; font-size: 13px; outline: none; width: 220px; }
.nx-admin-search::placeholder { color: rgba(240,236,224,0.3); }
.nx-admin-table { width: 100%; border-collapse: collapse; }
.nx-admin-table th { font-size: 11px; color: rgba(240,236,224,0.4); letter-spacing: 0.5px; text-align: left; padding: 10px 16px; border-bottom: 0.5px solid rgba(200,170,90,0.12); text-transform: uppercase; }
.nx-admin-table td { font-size: 13px; color: rgba(240,236,224,0.7); padding: 14px 16px; border-bottom: 0.5px solid rgba(200,170,90,0.07); vertical-align: middle; }
.nx-admin-table tr:last-child td { border-bottom: none; }
.nx-admin-table tr:hover td { background: rgba(200,170,90,0.04); }
.nx-id { color: #c8aa5a !important; font-weight: 500; }
.nx-admin-actions { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.nx-action-btn { background: transparent; border: 0.5px solid rgba(200,170,90,0.25); color: rgba(240,236,224,0.6); padding: 5px 12px; border-radius: 4px; font-size: 12px; cursor: pointer; display: inline-flex; align-items: center; gap: 5px; transition: all .2s; white-space: nowrap; }
.nx-action-btn:hover { border-color: #c8aa5a; color: #c8aa5a; }
.nx-action-btn.primary { background: rgba(200,170,90,0.12); color: #c8aa5a; border-color: rgba(200,170,90,0.35); }
.nx-action-btn.primary:hover { background: rgba(200,170,90,0.2); }
.nx-select-status { background: rgba(255,255,255,0.05); border: 0.5px solid rgba(200,170,90,0.25); border-radius: 4px; padding: 5px 10px; color: #f0ece0; font-size: 12px; cursor: pointer; outline: none; }
.nx-select-status option { background: #0d1b2e; color: #f0ece0; }

/* WHATSAPP */
.nx-wa { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.nx-wa-tooltip { background: #0a1626; border: 0.5px solid rgba(200,170,90,0.35); color: #f0ece0; font-size: 12px; padding: 6px 14px; border-radius: 6px; white-space: nowrap; opacity: 0; transition: opacity .2s; pointer-events: none; }
.nx-wa:hover .nx-wa-tooltip { opacity: 1; }
.nx-wa-btn { width: 54px; height: 54px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.35); transition: transform .2s; text-decoration: none; }
.nx-wa-btn:hover { transform: scale(1.05); }
.nx-wa-btn svg { width: 28px; height: 28px; }

/* FOOTER */
.nx-footer { padding: 2rem 2.5rem; border-top: 0.5px solid rgba(200,170,90,0.12); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.nx-footer p { font-size: 12px; color: rgba(240,236,224,0.3); }
.nx-footer-links { display: flex; gap: 1.5rem; }
.nx-footer-links a { font-size: 12px; color: rgba(240,236,224,0.3); text-decoration: none; }
.nx-footer-links a:hover { color: #c8aa5a; }

/* RESPONSIVO */
@media (max-width: 900px) {
  .nx-nav-links { display: none; }
  .nx-hero h1 { font-size: 30px; }
  .nx-icms-inner { grid-template-columns: 1fr; gap: 2rem; }
  .nx-steps { grid-template-columns: 1fr 1fr; }
  .nx-dash-top, .nx-admin-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .nx-nav { padding: 0 1.25rem; }
  .nx-hero, .nx-section, .nx-steps-bg, .nx-cta, .nx-portal, .nx-admin-page { padding-left: 1.25rem; padding-right: 1.25rem; }
  .nx-icms { padding: 2.5rem 1.25rem; }
  .nx-steps { grid-template-columns: 1fr; }
  .nx-step:not(:last-child)::after { display: none; }
  .nx-form-row { grid-template-columns: 1fr; }
  .nx-orcamento-box { flex-direction: column; align-items: flex-start; }
  .nx-dash-top { grid-template-columns: repeat(2, 1fr); }
}

/* FAIXA ESPECIALIDADES */
.nx-faixa { background: rgba(10,22,38,0.97); border-bottom: 0.5px solid rgba(200,170,90,0.25); padding: 7px 2.5rem; display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; position: sticky; top: 90px; z-index: 99; backdrop-filter: blur(8px); }
.nx-faixa-label { font-size: 10px; color: rgba(200,170,90,0.5); letter-spacing: 2px; text-transform: uppercase; margin-right: 1.25rem; padding-right: 1.25rem; border-right: 0.5px solid rgba(200,170,90,0.2); white-space: nowrap; }
.nx-faixa-item { font-size: 10px; color: rgba(240,236,224,0.55); letter-spacing: 1.5px; text-transform: uppercase; padding: 0 1rem; white-space: nowrap; }
.nx-faixa-item.gold { color: #c8aa5a; font-weight: 500; }
.nx-faixa-sep { width: 0.5px; height: 12px; background: rgba(200,170,90,0.3); flex-shrink: 0; }
