:root{--primary-color: #046BAE;--primary-hover: #035286;--secondary-color: #f47e20;--accent-color: #10b981;--text-dark: #1e293b;--text-muted: #64748b;--bg-light: #f8fafc;--border-color: #e2e8f0}body{font-family:Inter,sans-serif;background-color:#f1f5f9;color:var(--text-dark);margin:0;padding:0}.ramal-header{background:#fff;border-bottom:1px solid var(--border-color);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.ramal-logo{height:48px;object-fit:contain}.hero-banner{background:linear-gradient(135deg,#046bae,#034b7a);color:#fff;padding:3.25rem 1rem;border-radius:0 0 24px 24px;margin-bottom:2rem;position:relative;overflow:hidden}.hero-banner h1,.hero-banner .hero-title{color:#f79400!important;font-weight:800;font-size:2.25rem;letter-spacing:-.5px;text-shadow:0 2px 10px rgba(0,0,0,.35)}.hero-banner p,.hero-banner .lead{color:#f8fafc!important;opacity:.95!important;text-shadow:0 1px 4px rgba(0,0,0,.25)}.hero-banner:after{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#ffffff14,#fff0 70%);border-radius:50%;pointer-events:none}.stepper-wrapper{position:relative;max-width:540px;width:100%;margin:0 auto 2.5rem;padding:0 .75rem}.stepper-track{position:absolute;top:18px;left:calc(.75rem + 32px);right:calc(.75rem + 32px);height:3px;background:#e2e8f0;z-index:1;border-radius:999px}.stepper-track-fill{height:100%;background:var(--accent-color);border-radius:999px;transition:width .4s ease}.stepper-container{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:2;margin-bottom:0;gap:0}.step-item{display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--text-muted);transition:all .3s ease;flex:1;gap:0}.step-item.active{color:var(--primary-color)}.step-item.completed{color:var(--accent-color)}.step-badge{width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;margin-bottom:.4rem;transition:all .3s ease}.step-item.active .step-badge{background:var(--primary-color);border-color:var(--primary-color);color:#fff;box-shadow:0 0 0 4px #046bae33;transform:scale(1.05)}.step-item.completed .step-badge{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.step-label{font-size:.85rem;font-weight:600;line-height:1.2;white-space:nowrap}@media (max-width: 576px){.stepper-wrapper{margin-bottom:1.75rem;padding:0 .25rem}.stepper-track{top:15px;left:calc(.25rem + 25px);right:calc(.25rem + 25px)}.step-badge{width:30px;height:30px;font-size:.8rem;margin-bottom:.3rem}.step-label{font-size:.72rem}.hero-banner{padding:2.25rem 1rem!important;border-radius:0 0 20px 20px!important}.hero-banner h1,.hero-banner .hero-title{font-size:1.45rem!important;line-height:1.3!important}.hero-banner p,.hero-banner .lead{font-size:.9rem!important}.ramal-card{padding:1.5rem 1.15rem!important;border-radius:14px!important}}.ramal-card{background:#fff;border-radius:16px;border:1px solid var(--border-color);box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000008;padding:2.5rem;margin-bottom:2rem;transition:transform .2s ease,box-shadow .2s ease}.phone-input-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;margin-bottom:1rem;transition:all .2s ease;position:relative}.phone-input-card:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 12px #00000008}.phone-input-card.required-card{border-left:4px solid var(--primary-color)}.phone-tag{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:6px}.phone-tag.primary{background:#e0f2fe;color:#0284c7}.phone-tag.backup{background:#f1f5f9;color:#64748b}.receipt-card{background:#fff;border:2px dashed #cbd5e1;border-radius:16px;padding:2rem;position:relative;background:linear-gradient(180deg,#fff,#f8fafc)}.receipt-header{border-bottom:2px solid #e2e8f0;padding-bottom:1rem;margin-bottom:1.5rem}.receipt-phone-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.kpi-card{background:#fff;border-radius:14px;border:1px solid var(--border-color);padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d;display:flex;align-items:center;gap:1.25rem}.kpi-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.kpi-icon.primary{background:#e0f2fe;color:#0284c7}.kpi-icon.success{background:#dcfce7;color:#16a34a}.kpi-icon.warning{background:#fef3c7;color:#d97706}.status-badge{font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:20px;display:inline-flex;align-items:center;gap:4px}.status-badge.cadastrado{background:#dcfce7;color:#15803d}.status-badge.pendente{background:#fef3c7;color:#b45309}.progress-bar-container{background:#e2e8f0;height:10px;border-radius:999px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#046bae,#10b981);height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.form-control{color:var(--text-dark);font-weight:500}.form-control::placeholder,input::placeholder,textarea::placeholder{color:#94a3b8!important;opacity:.55!important;font-weight:400!important}.form-control::-webkit-input-placeholder,input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#94a3b8!important;opacity:.55!important;font-weight:400!important}.form-control::-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder{color:#94a3b8!important;opacity:.55!important;font-weight:400!important}.form-control:-ms-input-placeholder,input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#94a3b8!important;opacity:.55!important;font-weight:400!important}@media print{body{background:#fff!important}.no-print,.ramal-header,.hero-banner,.btn-action-group{display:none!important}.receipt-card,.admin-print-view{border:none!important;box-shadow:none!important;padding:0!important}.print-header{display:block!important}}
