@import"https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap";.home-page{--navy: #1c3466;--navy-dark: #152a56;--teal: #2bc4ce;--teal-light: #d6f4f6;--teal-mid: #b0eaee;--gray-light: #f4f7fb;--text-dark: #1c3466;--text-gray: #6b7a99;font-family:Tajawal,sans-serif;color:var(--text-dark)}.home-page section,.home-page footer{font-family:Tajawal,sans-serif}.home-page .hero{background:var(--navy);padding:60px 60px 0;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;min-height:420px;position:relative;overflow:hidden}.home-page .hero-text{flex:1;padding-bottom:60px;max-width:500px}.home-page .hero-text h1{font-size:52px;font-weight:900;color:#fff;line-height:1.2;margin-bottom:20px}.home-page .hero-text p{color:#fffc;font-size:15px;line-height:1.9;max-width:420px}.home-page .hero-img{flex:1;max-width:480px;align-self:flex-end;display:flex;justify-content:center}.home-page .hero-img img{width:100%;max-height:360px;object-fit:cover;object-position:top;border-radius:16px 16px 0 0;display:block}.home-page .services{background:var(--navy-dark);padding:28px 60px}.home-page .services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.home-page .service-card{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:18px 14px;text-align:center;color:#fff;cursor:pointer;transition:background .2s,transform .2s}.home-page .service-card:hover{background:#2bc4ce26;transform:translateY(-2px)}.home-page .service-icon{width:44px;height:44px;background:#2bc4ce33;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.home-page .service-icon svg{width:22px;height:22px;color:var(--teal)}.home-page .service-card h4{font-size:13px;font-weight:700;margin-bottom:4px}.home-page .service-card p{font-size:11px;color:#fff9;line-height:1.5}.home-page .how{background:#f7fbfc;padding:70px 60px;display:flex;align-items:center;justify-content:center;gap:60px}.home-page .how-content{flex:1;max-width:420px}.home-page .how-badge{display:inline-block;background:var(--teal);color:var(--navy);font-size:13px;font-weight:700;padding:7px 20px;border-radius:30px;margin-bottom:16px}.home-page .how-content h2{font-size:36px;font-weight:900;color:var(--navy);margin-bottom:6px}.home-page .how-content>p{font-size:14px;color:var(--text-gray);margin-bottom:32px}.home-page .how-steps{display:flex;flex-direction:column;gap:14px}.home-page .how-step{background:#fff;border-radius:14px;padding:16px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 12px #1c346614}.home-page .how-step.active{background:var(--navy)}.home-page .step-num{width:36px;height:36px;border-radius:50%;background:var(--teal);color:var(--navy);font-weight:900;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-page .step-info h4{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:3px}.home-page .how-step.active .step-info h4{color:#fff}.home-page .step-info p{font-size:12px;color:var(--text-gray);line-height:1.5}.home-page .how-step.active .step-info p{color:#ffffffb3}.home-page .step-icon-right{margin-right:auto;width:34px;height:34px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-page .step-icon-right svg{width:16px;height:16px;color:var(--navy)}.home-page .how-phone{flex:0 0 220px}.home-page .phone-wrap{width:200px;height:400px;background:#0f1f42;border-radius:36px;border:6px solid #2a3a60;position:relative;overflow:hidden;box-shadow:0 20px 60px #1c346666;margin:0 auto}.home-page .phone-notch{position:absolute;top:10px;left:50%;transform:translate(-50%);width:70px;height:22px;background:#0f1f42;border-radius:0 0 14px 14px;z-index:2}.home-page .phone-screen{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#1a3566,#0e1f42);display:flex;flex-direction:column;align-items:center;padding:50px 14px 20px;gap:10px}.home-page .phone-logo{color:var(--teal);font-size:18px;font-weight:900;margin-bottom:6px}.home-page .phone-card{width:100%;background:#2bc4ce26;border-radius:10px;padding:10px 12px;color:#fff;font-size:10px}.home-page .phone-card h5{font-size:11px;color:var(--teal);margin-bottom:4px}.home-page .phone-btn{width:100%;background:var(--teal);color:var(--navy);border:none;padding:9px;border-radius:8px;font-family:Tajawal,sans-serif;font-weight:700;font-size:11px;cursor:pointer}.home-page .audio-sec{background:var(--navy);padding:70px 60px;display:flex;align-items:center;justify-content:center}.home-page .audio-btn{width:100px;height:100px;border-radius:50%;background:#ffffff1f;border:3px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s}.home-page .audio-btn:hover{transform:scale(1.08);background:#2bc4ce33}.home-page .audio-btn svg{width:46px;height:46px;color:#fff}.home-page .trust{background:#fff;padding:70px 60px;display:flex;align-items:center;gap:60px;justify-content:space-between}.home-page .trust-text{flex:1;max-width:400px}.home-page .trust-text h2{font-size:32px;font-weight:900;color:var(--navy);margin-bottom:16px;line-height:1.4}.home-page .trust-text p{font-size:14px;color:var(--text-gray);line-height:1.9;margin-bottom:28px}.home-page .btn-navy{display:inline-block;background:var(--navy);color:#fff;padding:12px 28px;border-radius:10px;font-family:Tajawal,sans-serif;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer;border:none;transition:background .2s}.home-page .btn-navy:hover{background:#243d7a}.home-page .trust-img{flex:1;max-width:460px}.home-page .trust-img img{width:100%;border-radius:16px;object-fit:cover;height:300px}.home-page .join{background:var(--teal-light);padding:70px 60px;display:flex;align-items:center;gap:60px;justify-content:space-between}.home-page .join-text{flex:1;max-width:400px}.home-page .join-text h2{font-size:32px;font-weight:900;color:var(--navy);margin-bottom:16px;line-height:1.4}.home-page .join-text p{font-size:14px;color:var(--text-gray);line-height:1.9;margin-bottom:28px}.home-page .join-img{flex:1;max-width:460px}.home-page .join-img img{width:100%;border-radius:16px;object-fit:cover;height:300px}.home-page .health{background:#f7fbfc;padding:70px 60px}.home-page .health h2{font-size:30px;font-weight:900;color:var(--navy);text-align:center;margin-bottom:36px}.home-page .health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-page .health-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 16px #1c346614;transition:transform .2s}.home-page .health-card:hover{transform:translateY(-4px)}.home-page .health-card img{width:100%;height:180px;object-fit:cover}.home-page .health-card-body{padding:16px 18px 20px}.home-page .health-tag{display:inline-block;background:var(--teal-light);color:var(--navy);font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;margin-bottom:10px}.home-page .health-card-body h4{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:8px;line-height:1.5}.home-page .health-card-body p{font-size:12px;color:var(--text-gray);line-height:1.7}.home-page .read-more{display:inline-block;margin-top:12px;font-size:12px;font-weight:700;color:var(--teal);text-decoration:none}.home-page footer{background:var(--navy);padding:60px 60px 30px;color:#fffc}.home-page .footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;gap:40px}.home-page .footer-brand{max-width:380px}.home-page .footer-brand .tagline{font-size:22px;font-weight:800;color:#fff;margin-bottom:14px;line-height:1.4}.home-page .footer-brand p{font-size:13px;line-height:1.9;color:#ffffffb3}.home-page .footer-stars{display:flex;gap:4px;margin-top:14px}.home-page .footer-stars span{color:#f5c518;font-size:18px}.home-page .footer-links h4{color:#fff;font-size:15px;font-weight:700;margin-bottom:16px}.home-page .footer-links ul{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0;margin:0}.home-page .footer-links ul li a{color:#ffffffb3;text-decoration:none;font-size:13px;transition:color .2s}.home-page .footer-links ul li a:hover{color:var(--teal)}.home-page .footer-divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:0 0 24px}.home-page .footer-bottom{display:flex;align-items:center;justify-content:space-between}.home-page .footer-logo{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:900;color:#fff}.home-page .footer-logo-icon{width:32px;height:32px;background:var(--teal);border-radius:7px;display:flex;align-items:center;justify-content:center}.home-page .footer-social{display:flex;gap:12px}.home-page .footer-social a{width:34px;height:34px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .2s}.home-page .footer-social a:hover{background:var(--teal);color:var(--navy)}.home-page .footer-social svg{width:16px;height:16px}.home-page .footer-copy{font-size:12px;color:#ffffff80;margin-top:16px;text-align:center}.home-page .wave-wrap{display:block;line-height:0;overflow:hidden;margin:0;padding:0}.home-page .wave-wrap svg{display:block;width:100%}@media(max-width:1024px){.home-page .hero,.home-page .services,.home-page .how,.home-page .audio-sec,.home-page .trust,.home-page .join,.home-page .health,.home-page footer{padding-left:32px;padding-right:32px}.home-page .hero-text h1{font-size:42px}.home-page .services-grid{grid-template-columns:repeat(3,1fr)}.home-page .health-grid{grid-template-columns:repeat(2,1fr)}.home-page .how,.home-page .trust,.home-page .join{gap:32px}.home-page .trust-img img,.home-page .join-img img{height:240px}}@media(max-width:768px){.home-page .hero,.home-page .services,.home-page .how,.home-page .audio-sec,.home-page .trust,.home-page .join,.home-page .health,.home-page footer{padding-left:20px;padding-right:20px}.home-page .hero{flex-direction:column;align-items:stretch;padding-top:40px;padding-bottom:0;min-height:auto}.home-page .hero-text{padding-bottom:20px;max-width:100%;text-align:center}.home-page .hero-text h1{font-size:36px}.home-page .hero-text p,.home-page .hero-img{max-width:100%}.home-page .hero-img img{max-height:280px;border-radius:12px 12px 0 0}.home-page .services{padding-top:24px;padding-bottom:24px}.home-page .services-grid{grid-template-columns:repeat(2,1fr);gap:12px}.home-page .how{flex-direction:column;padding-top:50px;padding-bottom:50px;gap:32px}.home-page .how-content{max-width:100%;text-align:center}.home-page .how-content h2{font-size:30px}.home-page .how-step{text-align:right}.home-page .audio-sec{padding-top:50px;padding-bottom:50px}.home-page .audio-btn{width:80px;height:80px}.home-page .audio-btn svg{width:36px;height:36px}.home-page .trust{flex-direction:column-reverse;padding-top:50px;padding-bottom:50px;gap:24px}.home-page .trust-text{max-width:100%;text-align:center}.home-page .trust-text h2{font-size:26px}.home-page .trust-img{max-width:100%}.home-page .join{flex-direction:column-reverse;padding-top:50px;padding-bottom:50px;gap:24px}.home-page .join-text{max-width:100%;text-align:center}.home-page .join-text h2{font-size:26px}.home-page .join-img{max-width:100%}.home-page .health{padding-top:50px;padding-bottom:50px}.home-page .health h2{font-size:24px;margin-bottom:24px}.home-page .health-grid{grid-template-columns:1fr;gap:16px}.home-page footer{padding-top:40px;padding-bottom:24px}.home-page .footer-top{flex-direction:column;gap:28px;margin-bottom:28px}.home-page .footer-brand{max-width:100%}.home-page .footer-bottom{flex-direction:column;gap:16px;align-items:flex-start}}@media(max-width:480px){.home-page .hero-text h1{font-size:30px}.home-page .services-grid{grid-template-columns:1fr}.home-page .how-content h2,.home-page .trust-text h2,.home-page .join-text h2{font-size:22px}.home-page .phone-wrap{width:180px;height:360px}}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Tajawal,sans-serif;direction:rtl;background:#fffcf5}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;box-shadow:0 2px 8px #03045e14;position:sticky;top:0;z-index:1000}.logo-section{flex:0 0 auto;display:flex;align-items:center}.logo{height:40px;width:auto}.nav-links{flex:1;display:flex;justify-content:center;gap:2rem;list-style:none}.nav-link{color:#03045e;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;padding:.5rem 0;border-bottom:2px solid transparent}.nav-link:hover{color:#1d9e75;border-bottom-color:#1d9e75}.auth-button{flex:0 0 auto;border:2px solid #03045E;border-radius:10px;padding:.5rem 1rem;background:transparent;cursor:pointer;transition:all .3s ease}.auth-button:hover{background:#03045e;color:#fff}.auth-text,.auth-link{color:#03045e;text-decoration:none;font-weight:500;font-size:.95rem;display:block;transition:color .3s ease}.auth-button:hover .auth-text,.auth-button:hover .auth-link{color:#fff}.page{min-height:calc(100vh - 100px);background:#fffcf5;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.card{background:#fff;border-radius:20px;width:100%;max-width:540px;overflow:hidden;box-shadow:0 8px 40px #03045e21,0 2px 8px #03045e12}.card-header{background:#03045e;padding:2rem 2rem 1.75rem;text-align:center;position:relative;overflow:hidden}.card-header h1{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.card-header p{color:#ffffffd9;font-size:.95rem;font-weight:400}.card-body{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#03045e;font-weight:500;font-size:.9rem;margin-bottom:.6rem}.form-control{width:100%;padding:.75rem 1rem;border:1.5px solid #e0dcd5;border-radius:10px;font-family:Tajawal,sans-serif;font-size:.95rem;color:#333;transition:all .3s ease}.form-control:focus{outline:none;border-color:#03045e;box-shadow:0 0 0 3px #03045e1a}.form-control.error{border-color:#e24b4a!important;background-color:#e24b4a0d;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.password-group{margin-bottom:1.5rem}.password-container{position:relative;display:flex;align-items:center;gap:0}.password-container input{flex:1;padding-left:40px}.toggle-btn{position:absolute;left:12px;background:none;border:none;cursor:pointer;font-size:1.1rem;padding:.5rem;opacity:.4;transition:opacity .3s ease}.toggle-btn:hover{opacity:.7}.err-msg{display:none;color:#e24b4a;font-size:.8rem;margin-top:.4rem;font-weight:500}.row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.field{margin-bottom:1.5rem}.field.no-mb{margin-bottom:0}.row-between{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#333;font-weight:400}.checkbox-label input{width:18px;height:18px;cursor:pointer;accent-color:#03045E}.forgot-link{color:#03045e;text-decoration:none;font-weight:500;transition:color .3s ease}.forgot-link:hover{color:#03045e}.submit-btn{width:100%;padding:.85rem 1.5rem;background:#03045e;color:#fff;border:1.5px solid #03045E;border-radius:10px;font-family:Tajawal,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.submit-btn:hover:not(:disabled){background:#03045e;border-color:#03045e;box-shadow:0 4px 16px #03045e4d}.submit-btn:disabled{opacity:1;cursor:default}.signup-row,.login-row{text-align:center;font-size:.9rem;color:#666;margin-top:1rem}.signup-link,.login-link{color:#1d9e75;text-decoration:none;font-weight:600;transition:color .3s ease}.signup-link:hover,.login-link:hover{color:#03045e;text-decoration:underline}.success-banner{background:#03045e;color:#fff;padding:1rem;border-radius:10px;text-align:center;margin-bottom:1.5rem;font-weight:600;animation:slideIn .4s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.section-label{color:#03045e;font-size:.9rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0dcd5;text-transform:uppercase;letter-spacing:.5px}.gender-row{display:flex;gap:1rem}.gender-opt{flex:1;padding:.8rem;border:1.5px solid #e0dcd5;border-radius:10px;text-align:center;cursor:pointer;transition:all .3s ease;background:#f9f9f9;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#333;font-weight:500;font-size:.9rem}.gender-opt input{display:none}.gender-opt:hover{border-color:#03045e;background:#f0f9f7}.gender-opt.selected{background:#03045e;color:#fff;border-color:#03045e}.gicon{font-size:1.2rem}.phone-wrap{display:flex;gap:.5rem;align-items:stretch}.country-code{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f9f9f9;border:1.5px solid #e0dcd5;border-radius:10px;white-space:nowrap;color:#333;font-weight:500;font-size:.9rem}.flag{font-size:1rem}.phone-wrap input{flex:1}.pass-wrap{position:relative;display:flex;align-items:center}.pass-wrap input{flex:1;padding-right:1rem;padding-left:40px}.toggle-pass{position:absolute;left:12px;background:none;border:none;cursor:pointer;font-size:1.1rem;padding:.5rem;opacity:.4;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.toggle-pass:hover{opacity:.7}.strength-bar{display:flex;gap:.4rem;margin-top:.6rem;margin-bottom:.4rem}.strength-seg{flex:1;height:4px;border-radius:2px;background:#e8e4d8;transition:background .3s ease}.strength-label{font-size:.8rem;font-weight:500;color:#999;min-height:1.2rem}.terms-row{display:flex;align-items:flex-start;gap:.8rem;margin:1.5rem 0;font-size:.9rem;color:#333;line-height:1.5}.terms-row input{margin-top:.3rem;width:18px;height:18px;cursor:pointer;accent-color:#03045E;flex-shrink:0}.terms-link{color:#03045e;text-decoration:none;font-weight:500;transition:color .3s ease}.terms-link:hover{color:#03045e;text-decoration:underline}@media(max-width:768px){.top-bar{padding:1rem;gap:1rem}.nav-links{gap:1rem;font-size:.85rem}.logo{height:35px}.auth-button{padding:.5rem .8rem;font-size:.85rem}.page{padding:2rem 1rem}.card{max-width:100%}.card-body{padding:1.5rem}.row{grid-template-columns:1fr}.card-header h1{font-size:1.5rem}}@media(max-width:600px){.top-bar{flex-wrap:wrap;justify-content:center;gap:.5rem}.logo-section{width:100%;justify-content:center;margin-bottom:.5rem}.nav-links{width:100%;flex-wrap:wrap;gap:.8rem;justify-content:center;order:3}.auth-button{width:100%;text-align:center;order:2}.nav-link{font-size:.8rem}.page{padding:1.5rem 1rem;min-height:auto}.card-header{padding:1.5rem 1rem}.card-header h1{font-size:1.3rem}.card-header p{font-size:.85rem}.card-body{padding:1rem}.form-group{margin-bottom:1rem}.row-between{flex-direction:column;gap:.8rem;align-items:flex-start}.gender-row{gap:.8rem}.gender-opt{padding:.7rem;font-size:.85rem}.section-label{font-size:.85rem;margin-top:1.5rem}.submit-btn{padding:.75rem;font-size:.95rem}}
