body{background:#f5f8fb;font-family:Arial,sans-serif;margin:0}.header{background:#fff;border-bottom:1px solid #ddd;justify-content:space-between;padding:.75rem 2rem}.header,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.hamburger{cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;width:25px}.hamburger span{background:#333;border-radius:3px;display:block;height:3px;width:100%}.logo{color:#333;font-size:1.4rem;font-weight:700}.header-right{align-items:center;display:flex}.nav-list{display:flex;gap:1.25rem;list-style:none}.nav-list li a{color:#3f3d56;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-list li a:hover{color:#7950f2}.btn-primary{background-color:#5864ff;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:background-color .3s ease}.btn-primary:hover{background-color:#404dcc}.link-button{color:#fff;text-decoration:none}@media screen and (max-width:768px){.nav-list{display:none}.hamburger{display:flex}}.hero{align-items:center;background:#d9eafb;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem}.hero-text{flex:1 1 400px;max-width:600px}.hero-text h1{color:#303245;font-size:2.5rem;margin-bottom:1rem}.hero-text p{color:#707070;line-height:1.6;margin-bottom:1.5rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.btn-secondary{background-color:#f5f9ff;border:2px solid #5864ff;border-radius:.5rem;color:#5864ff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.btn-secondary:hover{background-color:#5864ff;color:#fff}.hero-img{flex:1 1 300px;text-align:center}.hero-img img{border-radius:49px;display:block;margin:0 auto;max-width:450px;width:100%}.features{padding:2rem;text-align:center}.features h2{font-size:1.75rem;margin-bottom:1rem}.features p{color:#707070;margin-bottom:2rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));justify-items:center;margin:0 auto;max-width:1200px}.feature-card{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;max-width:280px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease;width:100%}.feature-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-5px)}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem}.feature-card p{color:#707070;line-height:1.4}.how-it-works{background:#fff;padding:2rem}.how-it-works h2{color:#303245;font-size:1.75rem;margin-bottom:1rem;text-align:center}.how-it-works p{color:#707070;margin-bottom:2rem;text-align:center}.steps-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.step-card{background:#f5f9ff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;flex:1 1 200px;max-width:260px;padding:2rem;text-align:center}.step-card img{margin-bottom:1rem;width:60px}.step-card h4{font-size:1.1rem;margin-bottom:.5rem}.step-card p{color:#707070;font-size:.9rem;line-height:1.4}.footer{background-color:#f5f9ff;border-top:2px solid #e2e2e2;padding:2rem}.footer-wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding-top:1rem}.footer-section{flex:1 1 200px}.footer-section h3{border-bottom:2px solid #5864ff;color:#303245;display:inline-block;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.25rem}.footer-section ul{list-style:none;padding:0}.footer-section li{color:#707070;font-size:.9rem;margin-bottom:.5rem}.footer-section a{color:#707070;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#5864ff}@media screen and (max-width:768px){.footer-wrapper{align-items:center;flex-direction:column;text-align:center}.footer-section{margin-bottom:1.5rem}.header{padding:.75rem 1rem}.hero{flex-direction:column;text-align:center}.hero-img,.hero-text{flex:none;max-width:100%}.footer-wrapper{padding-top:1rem}}body,html{background:#f8f9fd;height:100%;overflow-x:hidden;width:100%}.login-page{align-items:center;background:#dfe8f3;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;position:relative}.background-shape{background:#607eff26;height:22rem;left:10%;top:10%;transform:translate(-50%,-50%);width:22rem}.background-shape-2{background:#3957ff26;bottom:15%;height:18rem;right:5%;transform:translate(50%,50%);width:18rem}.login-container{background:#fff;border-radius:20px;box-shadow:0 5px 20px #0000001a;margin-bottom:2rem;margin-top:4rem;max-width:90%;padding:2rem;position:relative;width:360px;z-index:1}.top-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;padding:0 .5rem}.brand{color:#34495e;font-size:1.2rem}.back-button{background-color:#f1f1f1;border:1px solid #ccc;border-radius:20px;color:#333;cursor:pointer;font-size:.9rem;padding:.3rem .75rem;text-decoration:none;transition:background-color .2s}.back-button:hover{background-color:#e3e3e3}.login-form{margin-top:1rem;text-align:center}.login-form h1{color:#303245;font-size:2rem;margin-bottom:.3rem}.login-form p.subheading{color:#888;font-size:.85rem;margin-bottom:1.5rem}.form-group{text-align:left}.form-group label{color:#666;font-size:.85rem}.form-group input{border:1px solid #ddd;border-radius:25px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#5a78ff}.forgot-password{color:#666;display:flex;font-size:.85rem;justify-content:flex-end;margin-bottom:1rem;margin-top:-.5rem}.forgot-password a{color:#5a78ff;text-decoration:none;transition:color .2s}.forgot-password a:hover{color:#3a58df}.sign-in-button{background:#5a78ff;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:1.5rem;padding:.75rem 1rem;transition:background .2s,transform .2s;width:100%}.sign-in-button:hover{background:#3a58df}.sign-in-button:active{transform:scale(.98)}.social-login{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.social-login img{border-radius:50%;cursor:pointer;height:40px;transition:transform .2s;width:40px}.social-login img:hover{transform:scale(1.05)}.footer-text{color:#777;font-size:.85rem;margin-bottom:1rem}.sign-up-button{background:#fff;border:1px solid #ddd;border-radius:25px;color:#666;display:inline-block;font-size:1rem;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:background .2s,color .2s;width:100%}.sign-up-button:hover{background:#f2f2f2;color:#444}.login-footer{background-color:#2c3e50;color:#ecf0f1;margin-top:auto;padding:1.5rem 1rem;text-align:center;width:100%;z-index:1}.login-footer .footer-content{margin:0 auto;max-width:360px}.login-footer p{font-size:.85rem;margin-bottom:.75rem}.login-footer .footer-links{display:flex;gap:1rem;justify-content:center;list-style:none;margin:0;padding:0}.login-footer .footer-links li a{color:#ecf0f1;font-size:.85rem;text-decoration:none;transition:color .2s}.login-footer .footer-links li a:hover{color:#bdc3c7}@media screen and (max-width:768px){.login-container{margin-bottom:1.5rem;margin-top:3rem;padding:1.5rem;width:90%}.top-bar{flex-direction:column;gap:.5rem}.forgot-password{margin-bottom:1rem;margin-top:-.3rem}.login-footer{font-size:.9rem;padding:1rem .5rem}.login-footer .footer-links{flex-direction:column;gap:.5rem}.background-shape{height:16rem;left:20%;top:15%;width:16rem}.background-shape-2{bottom:10%;height:14rem;right:15%;width:14rem}}@media screen and (max-width:480px){.login-container{margin-bottom:1rem;margin-top:2rem;padding:1rem}.form-group input{font-size:.95rem;padding:.65rem .85rem}.sign-in-button,.sign-up-button{font-size:.95rem;padding:.65rem}.back-button{padding:.25rem .5rem}.back-button,.login-footer{font-size:.8rem}.background-shape{height:12rem;width:12rem}.background-shape-2{height:10rem;width:10rem}}:root{--main-bg:#f5f8fb;--card-bg:#fff;--primary-color:#4c6ef5;--secondary-color:#0c182e;--heading-color:#1e1e1e;--text-color:#676a7a;--border-radius:12px;--font-main:"Poppins",Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f8fb;background-color:var(--main-bg);font-family:Poppins,Arial,sans-serif;font-family:var(--font-main)}.container{background:#fff;background:var(--card-bg);border-radius:12px;border-radius:var(--border-radius);box-shadow:0 0 30px #0000000d;display:flex;flex-wrap:wrap;margin:3rem auto 0;max-width:1200px;overflow:hidden}.form-section{background:#f8faff;flex:1 1 480px;padding:2rem}.image-section{align-items:center;background:#dfe8f3;display:flex;flex:1 1 480px;justify-content:center;padding:2rem;position:relative}.top-nav{display:flex;justify-content:flex-end;margin-bottom:1rem}.top-nav a{background:#e9f0ff;border-radius:12px;border-radius:var(--border-radius);color:#4c6ef5;color:var(--primary-color);font-size:.9rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background .3s ease}.top-nav a:hover{background:#d0e1ff}.brand{color:#4c6ef5;color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem}.brand,h1{font-weight:700}h1{color:#1e1e1e;color:var(--heading-color);font-size:1.8rem;margin-bottom:.4rem}p.form-desc{color:#676a7a;color:var(--text-color);font-size:.9rem;line-height:1.4;margin-bottom:2rem;max-width:300px}.form-group{margin-bottom:1rem}.form-group label{color:#676a7a;color:var(--text-color);display:block;font-weight:500;margin-bottom:.4rem}.form-group input[type=email],.form-group input[type=password],.form-group input[type=text]{border:1px solid #d0d7de;border-radius:12px;border-radius:var(--border-radius);color:#0c182e;color:var(--secondary-color);font-size:.95rem;padding:.6rem;width:100%}.btn-register{background:#4c6ef5;background:var(--primary-color);border:none;border-radius:12px;border-radius:var(--border-radius);color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background .3s ease}.btn-register:hover{background:#1339a7}.disclaimer{color:#676a7a;color:var(--text-color);font-size:.8rem;line-height:1.3;margin-top:1.5rem;max-width:300px}.doctor-illustration{border-radius:12px;border-radius:var(--border-radius);display:block;max-height:826px;width:auto}.register-page{display:block;min-height:100vh;position:relative}.background-shape,.background-shape-2{border-radius:50%;display:none;pointer-events:none;position:absolute;z-index:0}.register-mobile-footer{background-color:#2c3e50;color:#ecf0f1;display:none;padding:1.5rem 1rem;text-align:center}@media screen and (max-width:768px){.register-page{display:flex;flex-direction:column}.background-shape,.background-shape-2{display:block}.background-shape{background:#607eff26;height:16rem;left:15%;top:10%;transform:translate(-50%,-50%);width:16rem}.background-shape-2{background:#3957ff26;height:14rem;right:10%;top:50%;transform:translate(50%,-50%);width:14rem}.image-section{display:none}.container{background:none;box-shadow:none;margin-top:0}.form-section{background:#fff;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 3px 10px #0000000d;margin:2rem 1rem;position:relative;z-index:1}.register-mobile-footer{border-top:1px solid #fff3;display:block;margin-top:auto}.register-mobile-footer .footer-content{margin:0 auto;max-width:360px}.register-mobile-footer .footer-content p{font-size:.9rem;font-weight:500;margin-bottom:.75rem}.register-mobile-footer .footer-links{display:flex;gap:1rem;justify-content:center;list-style:none;margin:0;padding:0}.register-mobile-footer .footer-links li a{color:#ecf0f1;font-size:.9rem;text-decoration:none;transition:color .2s}.register-mobile-footer .footer-links li a:hover{color:#bdc3c7}.top-nav{justify-content:center}.brand{text-align:center}}
/*# sourceMappingURL=main.54051b22.css.map*/