@import "https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap";:root{--primary:#005070;--primary-dark:#003d55;--accent:#fa613e;--accent-hover:#e05536;--bg-light:#f8fafc;--bg-section:#e0e7ed;--text-main:#005070;--text-muted:#4b5563;--white:#fff;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background-color:var(--white);-webkit-font-smoothing:antialiased;font-family:Jost,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{cursor:pointer;transition:var(--transition);text-align:center;border:none;border-radius:50px;padding:.75rem 2rem;font-weight:600;display:inline-block}.btn-primary{background-color:var(--accent);color:var(--white)}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #fa613e4d}.btn-outline{border:2px solid var(--accent);color:var(--accent);background:0 0}.btn-outline:hover{background-color:var(--accent);color:var(--white)}.btn-full{width:100%}.btn-sm{padding:.5rem 1.5rem;font-size:.9rem}section{padding:2rem 0}.section-title{text-align:center;margin-bottom:3rem;font-size:3rem}.section-subtitle{color:var(--accent);text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:block}.hero{background:linear-gradient(135deg, var(--primary) 0%, #003d55 100%);height:100vh;min-height:800px;color:var(--white);align-items:center;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.highlight{color:var(--accent)}.hero h1{margin-bottom:2rem;font-size:4rem;line-height:1.1}.hero p{opacity:.9;max-width:600px;margin-bottom:3rem;font-size:1.25rem}.hero-visual{position:relative}.visual-wrapper{background:#ffffff0d;border-radius:40px;justify-content:center;align-items:center;height:500px;display:flex;position:relative}.main-visual{background:linear-gradient(45deg,#005070,#003d55);border-radius:30px;width:80%;height:80%;position:relative;box-shadow:0 30px 60px #0000004d}.floating-tag{background:var(--white);color:var(--primary);white-space:nowrap;z-index:5;border-radius:50px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;position:absolute;box-shadow:0 10px 20px #0000001a}.tag-1{top:20%;right:-20px}.tag-2{bottom:30%;left:-30px}.tag-3{bottom:10%;right:-10px}.process-intro{text-align:center;max-width:600px;color:var(--text-muted);margin:-2rem auto 4rem;font-size:1.1rem}.process-grid-custom{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.process-card-white{background:var(--white);text-align:center;transition:var(--transition);border-radius:20px;padding:3rem 2rem;box-shadow:0 10px 30px #0000000d}.icon-box{width:60px;height:60px;color:var(--accent);background:#fff0ed;border-radius:15px;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.header-text p{color:var(--text-muted);margin-top:.5rem;font-size:1.1rem}.header-text strong{color:var(--primary)}.info-card h3{color:var(--primary);border-bottom:1px solid var(--bg-section);margin-bottom:1.5rem;padding-bottom:.5rem}.info-item{color:var(--text-muted);align-items:center;gap:1rem;margin-bottom:1rem;font-size:.95rem;display:flex}.info-item span{font-weight:500}@media (width<=992px){.hero h1{font-size:3.5rem}.hero-grid{text-align:center;grid-template-columns:1fr}.hero-btns{justify-content:center}.hero-visual{display:none}.process-grid-custom{grid-template-columns:1fr}}@media (width<=768px){.nav-links{display:none}.section-title{font-size:2.2rem}.tab-content{padding:3rem 1.5rem}}.auth-page{background:var(--bg-light);justify-content:center;align-items:center;min-height:calc(100vh - 80px);margin-top:80px;padding:4rem 2rem;display:flex}.auth-card{background:var(--white);border-radius:24px;width:100%;max-width:500px;padding:3rem;box-shadow:0 20px 50px #0000000d}.signup-card{max-width:600px}.auth-card h2{text-align:center;margin-bottom:2rem;font-size:2rem}.step-indicator{justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.indicator{color:#9ca3af;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.indicator.active{background:var(--accent);color:var(--white)}.step-indicator .line{background:#e5e7eb;width:30px;height:2px}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-muted);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group select{width:100%;transition:var(--transition);border:1px solid #e5e7eb;border-radius:12px;padding:.8rem 1rem;font-family:inherit;font-size:1rem}.form-group input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #fa613e1a}.grid-2-small{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.radio-group{gap:1.5rem;margin-top:.5rem;display:flex}.radio-label{cursor:pointer;align-items:center;gap:.5rem;font-weight:500;display:flex}.auth-nav-btns{gap:1rem;margin-top:2.5rem;display:flex}.btn-grow{flex-grow:1}.btn-icon{justify-content:center;align-items:center;gap:.5rem;display:flex}.auth-footer{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.95rem}.auth-footer a{color:var(--accent);font-weight:600}.dashboard-page{background-color:var(--bg-light);min-height:100vh;padding-top:100px;padding-bottom:80px}.dashboard-header{justify-content:space-between;align-items:flex-end;margin-bottom:40px;padding-top:40px;display:flex}.header-text h1{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem}.status-pill .pill{letter-spacing:1px;border-radius:50px;padding:.5rem 1.2rem;font-size:.75rem;font-weight:700}.pill.pending_payment{color:#dc2626;background:#fee2e2}.pill.ready_for_assessment{color:#2563eb;background:#dbeafe}.pill.assessment_completed{color:#d97706;background:#fef3c7}.pill.report_available{color:#059669;background:#d1fae5}.pill.call_scheduled{color:#7c3aed;background:#ede9fe}.workflow-container{grid-template-columns:1fr 340px;gap:40px;display:grid}.workflow-steps{flex-direction:column;gap:20px;display:flex}.step-card{background:var(--white);transition:var(--transition);border:1.5px solid #e5e7eb;border-radius:20px;align-items:center;gap:24px;padding:24px;display:flex}.step-card.active{border-color:var(--accent);box-shadow:0 10px 25px #fa613e1a}.step-card.completed{background-color:#f9fafb}.step-icon{width:56px;height:56px;color:var(--primary);background:#f3f4f6;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.step-card.active .step-icon{color:var(--accent);background:#fff0ed}.step-info{flex-grow:1}.step-info h3{margin-bottom:.25rem;font-size:1.1rem}.step-info p{color:var(--text-muted);font-size:.95rem}.step-action{justify-content:flex-end;min-width:140px;display:flex}.completed-tag{color:#22c55e;font-size:.9rem;font-weight:600}.loading-text{color:var(--accent);font-size:.9rem;font-style:italic;font-weight:500}.sidebar-card{background:var(--white);border-radius:20px;margin-bottom:24px;padding:24px;box-shadow:0 4px 20px #0000000d}.sidebar-card h3{color:var(--primary);margin-bottom:1.5rem;font-size:1.2rem}.sidebar-card.accent{background:#feefec;border:1px solid #ff8568}.sidebar-card p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem}@media (width<=992px){.workflow-container{grid-template-columns:1fr}.dashboard-header{flex-direction:column;align-items:flex-start;gap:20px}}
