/* ================= 1. VARIÁVEIS ================= */
:root { --fundo_corpo: #ffffff; --fundo_superficie: #f8fafc; --fundo_comentarios: #ffffff; --fundo_cartao: #f8fafc; --cor_borda: #c6d5e5; --cor_texto_pri: #2f3267; --cor_texto_sec: #64748b; --text-primary: #111827; --text-secondary: #4b5563; --gradiente_nomad: linear-gradient(90deg, #FF5F1F 0%, #9D4EDD 50%, #3A86FF 100%); --cor_laranja: #FF5F1F; --cor_azul: #3A86FF; --cor_azul_hover: #005BC2; --cor_verde: #25D366; --cor_roxo: #9D4EDD; --btn_padrao_fundo: #3A86FF; --btn_padrao_texto: #ffffff; --btn_padrao_hover_fundo: #005BC2; --btn_padrao_hover_texto: #ffffff; --btn_out_borda: #3A86FF; --btn_out_texto: #3A86FF; --btn_out_hover_fundo: #3A86FF; --btn_out_hover_texto: #ffffff; --nav_fundo: rgba(255, 255, 255, 0.95); --footer_fundo: #f8fafc; --footer_texto_pri: #0f172a; --footer_texto_sec: #64748b; --footer_hover_link: #3A86FF; }

/* ================= 2. RESET E BASE ================= */
body { background-color: var(--fundo_corpo); color: var(--cor_texto_pri); font-family: system-ui, -apple-system, 'Inter', sans-serif; overflow-x: hidden; margin: 0; padding: 0; }
h1, h2, h3, h4, .h1, .h2, .h3, .fonte_titulo, .logo_fonte1, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 { font-family: 'Inter', sans-serif; letter-spacing: -0.02em; color: #2f3267 !important; font-weight: 700; }
.logo_fonte2 { font-family: 'Inter', sans-serif; letter-spacing: -0.02em; color: var(--cor_texto_pri); font-weight: 400; }
a { text-decoration: none !important; }
.luz_ambiente { position: absolute; width: 100%; height: 800px; background: radial-gradient(circle at 50% 0%, rgba(58, 134, 255, 0.04) 0%, transparent 70%); top: 0; left: 0; z-index: -1; pointer-events: none; }
.fundo_grid { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to bottom, black 40%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%); z-index: -2; pointer-events: none; }
.texto_gradiente { background: var(--gradiente_nomad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; }
.fade-in-up { display: inline-block; opacity: 1; }

/* ================= 3. BOTÕES ================= */
.btn_nomad, .nmd-btn1 { background: var(--btn_padrao_fundo); color: var(--btn_padrao_texto); font-weight: 600; padding: 12px 30px; border-radius: 8px; border: none; transition: 0.3s; cursor: pointer; position: relative; z-index: 1; overflow: hidden; }
.btn_nomad:hover, .nmd-btn1:hover { background: var(--btn_padrao_hover_fundo); color: var(--btn_padrao_hover_texto); transform: translateY(-2px); }
.btn_outline, .nmd-btn2 { background: transparent; border: 1px solid var(--btn_out_borda); color: var(--btn_out_texto); font-weight: 600; padding: 12px 30px; border-radius: 8px; transition: 0.3s; cursor: pointer; }
.btn_outline:hover, .nmd-btn2:hover { background: var(--btn_out_hover_fundo); color: var(--btn_out_hover_texto) !important; transform: translateY(-2px); }
.nmd-btn-mobile-outline { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background-color: transparent; border: 1px solid var(--text-primary); color: var(--text-primary); border-radius: 8px; transition: all 0.3s ease; cursor: pointer; padding: 0; }
.nmd-btn-mobile-outline:hover { background-color: #f3f4f6; }
.nmd-btn-mobile-primary { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background-color: var(--cor_azul); color: white; border: none; border-radius: 8px; transition: all 0.3s ease; cursor: pointer; padding: 0; }
.nmd-btn-mobile-primary:hover { filter: brightness(110%); transform: translateY(-1px); }

/* ================= 4. NAVBAR ================= */
.nmd-navbar { position: fixed; top: 0; left: 0; width: 100%; height: 80px; background-color: #ffffff; border-bottom: 1px solid #e5e7eb; z-index: 1000; font-family: 'Inter', sans-serif; transition: all 0.3s ease; }
.nmd-navbar.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.05); height: 70px; }
.nmd-container { max-width: 1300px; height: 100%; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; }
.nmd-brand { text-decoration: none; display: flex; align-items: center; gap: 8px; z-index: 1002; }
.nmd-mobile-toggle { display: none; background: none; border: none; cursor: pointer; color: #111827; z-index: 1002; }

/* ================= 5. HERO ================= */
.secao_hero { padding: 170px 0 70px 0; text-align: center; }
.titulo_hero { font-size: 3.5rem; font-weight: 600; line-height: 1; margin-bottom: 20px; color: var(--cor_texto_pri); }
.desc_hero { font-size: 1.2rem; color: var(--cor_texto_sec); max-width: 750px; margin: 0 auto; line-height: 1.6; }
.hr3-section { padding: 10px 0 70px 0; background-color: var(--fundo_corpo); background-image: radial-gradient(#e2e8f0 1.5px, transparent 1.5px); background-size: 40px 40px; width: 100%; position: relative; }
.hr3-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hr3-subtitle { font-family: 'Inter', sans-serif; font-size: 1.25rem; line-height: 1.8; color: var(--cor_texto_sec); margin-bottom: 0px; max-width: 800px; }

/* ================= 6. STEPS (TIMELINE) ================= */
.step-section { padding: 0px 0px 80px 0px; background-color: #ffffff; width: 100%; font-family: 'Inter', sans-serif; }
.step-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; }
.step-header { margin-bottom: 40px; }
.step-wrapper { display: flex; justify-content: space-between; position: relative; padding: 0 20px; }
.step-wrapper::before { content: ''; position: absolute; top: 40px; left: 50px; right: 50px; height: 2px; background-color: #e5e7eb; z-index: 0; }
.step-item { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 10px; opacity: 0; transform: translateY(40px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.step-item.visible { opacity: 1; transform: translateY(0); }
.step-item:nth-child(1) { transition-delay: 0.1s; }
.step-item:nth-child(2) { transition-delay: 0.3s; }
.step-item:nth-child(3) { transition-delay: 0.5s; }
.step-item:nth-child(4) { transition-delay: 0.7s; }
.step-number { font-family: 'Inter', sans-serif; font-size: 4rem; font-weight: 700; color: #c6c3cb4f; line-height: 1; margin-bottom: -20px; transition: color 0.3s; }
.step-item:hover .step-number { color: #e2e8f0; }
.step-dot { width: 16px; height: 16px; background-color: var(--cor_azul); border: 4px solid #ffffff; border-radius: 50%; margin-bottom: 24px; box-shadow: 0 0 0 2px #e5e7eb; transition: transform 0.3s; }
.step-item:hover .step-dot { transform: scale(1.3); background-color: var(--gradiente_nomad); }
.step-name { font-family: 'Inter', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--cor_texto_pri); margin-bottom: 12px; }
.step-desc { font-size: 0.9rem; color: var(--cor_texto_sec); line-height: 1.5; max-width: 220px; }

/* ================= 7. CATEGORIAS ================= */
.categories-section { background-color: #ffffff; padding: 0px 0 80px 0; width: 100%; font-family: 'Inter', sans-serif; }
.categories-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; width: 100%; }
.cat-card { background-color: #ffffff; border: 1px solid #2f3267; border-radius: 16px; padding: 32px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transition: all 0.3s ease; cursor: pointer; text-decoration: none; min-height: 180px; }
.cat-card:hover { border-color: #2f3267; transform: translateY(-5px); box-shadow: 0 10px 25px -5px rgba(0,0,0,0.08); }
.cat-icon { width: 48px; height: 48px; margin-bottom: 10px; color: #c8c3d0; transition: all 0.3s ease; }
.cat-card:hover .cat-icon { color: #2f3267; }
.cat-card .cat-icon svg { width: 80% !important; height: 80% !important; stroke-width: 1.5; transition: all 0.3s ease; }
.cat-card:hover .cat-icon svg { stroke: #2f3267; }
.cat-title { font-size: 1rem; font-weight: 700; color: #111827; margin-bottom: 6px; }
.cat-subtitle { font-size: 0.85rem; color: #5f6670; font-weight: 500; }

/* ================= 8. PREÇOS ================= */
.card_preco { background: var(--fundo_cartao); border: 1px solid #303267; border-radius: 20px; padding: 40px; height: 100%; display: flex; flex-direction: column; transition: 0.3s; }
.card_preco:hover { border-color: var(--cor_texto_pri); transform: translateY(-5px); }
.wrapper_destaque { background: var(--gradiente_nomad); padding: 2px; border-radius: 22px; position: relative; }
.card_destaque { background: #f9fafc; border-radius: 20px; height: 100%; border: none; }
.badge_plano { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gradiente_nomad); color: white; font-size: 0.7rem; font-weight: 700; padding: 4px 12px; border-radius: 50px; text-transform: uppercase; }
.valor_plano { font-size: 2rem; font-weight: 700; color: var(--cor_texto_pri); }

/* ================= 9. REVIEWS & UTILS ================= */
.card_review { background: #f9fafc; border: 1px solid var(--cor_borda); border-radius: 12px; padding: 30px; height: 100%; }
.tag_blog { border: 1px solid var(--cor_borda); border-radius: 50px; padding: 6px 18px; font-size: 0.85rem; color: var(--cor_texto_sec); display: inline-block; margin-bottom: 20px; background: var(--fundo_superficie); }
.logo-dim { height: 40px; width: auto; margin-right: -5px; }
.txt-primary-var { color: var(--text-primary); }
.icon-sm { width: 18px; height: 18px; margin-right: 6px; vertical-align: text-bottom; }
.fw-700 { font-weight: 700 !important; }
.bg-soft-blue { background: #f0f9ff; color: #0369a1; border: 1px solid #bae6fd; padding: 10px; border-radius: 8px; text-align: center; font-weight: 600; font-size: 0.85rem; margin-bottom: 20px; }
.bg-soft-green { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; padding: 10px; border-radius: 8px; text-align: center; font-weight: 600; font-size: 0.85rem; margin-bottom: 20px; }
.bg-soft-purple { background: #9850de30; color: #9850de; border: 1px solid #9850de; padding: 10px; border-radius: 8px; text-align: center; font-weight: 600; font-size: 0.85rem; margin-bottom: 20px; }
.list-checked li { margin-bottom: 10px; }
.review-bg { background: #2425432b; }
.star-container { color: var(--cor_laranja); margin-bottom: 1rem; }
.star-icon { fill: var(--cor_laranja); width: 18px; height: 18px; }
.icon-send { width: 18px; height: 24px; margin-left: -2px; }
.atendimento-tag { font-size: 0.8rem!important; color: var(--king-gold-text); font-weight: 400; letter-spacing: 1px; }
.atendimento-tag::after { content: ''; display: inline-block; padding-left: 0.5em; animation: show-stars 5s steps(1) infinite; }

/* ================= 10. WIDGET CHAT & BACKDROP ================= */
.wz-backdrop { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #000; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; z-index: 9998; pointer-events: none; }
.wz-backdrop.active { opacity: 0.7; visibility: visible; pointer-events: all; backdrop-filter: blur(2px); }
.wz-widget { position: fixed; bottom: 20px; right: 20px; width: 380px; background-color: #ffffff; border-radius: 18px; box-shadow: 0 5px 40px rgba(0,0,0,0.16); z-index: 9999; display: flex; flex-direction: column; overflow: hidden; font-family: 'Inter', sans-serif; opacity: 0; visibility: hidden; transform: translateY(20px) scale(0.95); transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1); }
.wz-widget.active { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.wz-header { background: #18223e; padding: 20px; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; color: white; }
.wz-profile { display: flex; align-items: center; gap: 12px; }
.wz-info h4 { margin: 0; font-family: 'Sora', sans-serif; font-size: 1rem; font-weight: 700; color: white; }
.wz-status { font-size: 0.8rem; color: rgba(255,255,255,0.9); display: flex; align-items: center; gap: 6px; }
.wz-dot { width: 8px; height: 8px; background-color: #22c55e; border-radius: 50%; border: 1px solid white; }
.wz-close-btn { background: rgba(255,255,255,0.2); border: none; color: white; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.wz-close-btn:hover { background: rgba(255,255,255,0.4); }
.wz-screen { flex: 1; display: none; flex-direction: column; background-color: #f0f2f5; overflow: hidden; }
.wz-screen.active { display: flex; }
.wz-form-content { padding: 30px; display: flex; flex-direction: column; justify-content: center; height: 100%; background: white; }
.wz-form-title { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 300; color: var(--cor_texto_pri); margin-bottom: 30px; text-align: center; }
.wz-input-group { margin-bottom: 15px; }
.wz-input { width: 100%; padding: 14px; border: 1px solid #3A86FF!important; border-radius: 12px; background-color: #f9fafb; font-size: 1rem; outline: none; transition: all 0.3s; }
.wz-input:focus { border-color: #3A86FF; background-color: #fff; box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.1); }
.wz-submit-btn { width: 100%; padding: 16px; background-color: #3A86FF; color: white; border: none; border-radius: 12px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: background 0.3s; margin-top: 10px; }
.wz-submit-btn:hover { background-color: #2563eb; }
.wz-chat-body { flex: 1; padding: 20px; overflow-y: auto; background-image: url('https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png'); background-size: 400px; opacity: 0.9; }
.wz-chat-footer { background: #f0f2f5; padding: 10px; display: flex; align-items: center; gap: 10px; border-top: 1px solid #e5e7eb; }
.wz-chat-input { flex: 1; padding: 12px 16px; border-radius: 24px; border: none; outline: none; font-size: 0.95rem; background: #ffffff; }
.wz-send-btn { width: 40px; height: 40px; border-radius: 50%; background-color: var(--cor_azul); color: white; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.2s; }
.wz-send-btn:hover { transform: scale(1.1); }
.btn_zap_fixo { position: fixed; bottom: 20px; right: 20px; background: var(--cor_verde); color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 9999; transition: 0.3s; }
.btn_zap_fixo:hover { transform: scale(1.1); color: white; }
body.wz-open .btn_zap_fixo { opacity: 0; pointer-events: none; transform: translateY(20px); }

/* ================= 11. FOOTER ================= */
.footer-main { background-color: #2f3267; color: #ccc; padding: 2rem 0; border-top: 1px solid #222; font-size: 0.9rem; }
.footer-logo-gray { filter: grayscale(100%); opacity: 0.5; transition: opacity 0.3s; height: 25px; width: auto; }
.footer-logo-gray:hover { opacity: 1; filter: grayscale(0%); }

/* ================= 12. MEDIA QUERIES ================= */
@media(max-width:991px) {
.nmd-mobile-toggle { display: block; }
.nmd-menu-wrapper { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: #ffffff; flex-direction: column; justify-content: flex-start; padding-top: 100px; transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1); box-shadow: -5px 0 15px rgba(0,0,0,0.05); }
.nmd-menu-wrapper.active { right: 0; }
.nmd-cta-wrapper { display: none; }
.titulo_hero { font-size: 2.5rem; }
.secao_hero { padding: 120px 0 60px; }
.wz-widget { bottom: 0; right: 0; width: 100%; height: 100%; border-radius: 0; transform: translateY(100%); }
.wz-widget.active { transform: translateY(0); }
.step-wrapper { flex-direction: column; align-items: center; gap: 40px; margin-top: 20px; }
.step-wrapper::before { top: 0; bottom: 0; left: 27px; right: auto; width: 2px; height: 100%; }
.step-item { width: 100% !important; margin-bottom: 20px; padding: 0 15px; flex-direction: row; text-align: left; }
.step-dot { display: block; margin: 5px 20px 0 0; flex-shrink: 0; }
.step-number { display: none; }
footer .nmd-container { padding: 0 15px; }
}
@media(max-width:768px) {
.nmd-navbar { height: 70px; }
.titulo_hero { font-size: 2rem; }
.mobile-scroll-container { display: flex; flex-wrap: nowrap !important; overflow-x: auto; padding-bottom: 20px; scroll-snap-type: x mandatory; }
.mobile-scroll-container::-webkit-scrollbar { display: none; }
.mobile-scroll-container .col-md-4 { flex: 0 0 85%; max-width: 85%; scroll-snap-align: start; }
}