@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary-blue: #1e3a8a;--secondary-blue: #1e40af;--accent-yellow: #eab308;--text-primary: #1e293b;--text-secondary: #64748b;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--border-color: #e2e8f0;--font-main: "Outfit", sans-serif;--transition: all .3s ease}[data-theme=dark]{--primary-blue: #3b82f6;--secondary-blue: #2563eb;--accent-yellow: #facc15;--text-primary: #f8fafc;--text-secondary: #94a3b8;--bg-primary: #0f172a;--bg-secondary: #1e293b;--border-color: #334155}[dir=rtl]{font-family:Outfit,Cairo,sans-serif}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;transition:background-color .3s ease,color .3s ease}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:var(--font-main)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--primary-blue)}::-webkit-scrollbar-thumb{background:var(--accent-yellow);border-radius:4px}:root{--primary-blue: #1B4780;--secondary-blue: #2563eb;--dark-blue: #0f172a;--accent-yellow: #FFCC00;--accent-yellow-light: #fef3c7;--white: #ffffff;--black: #000000;--bg-light: #f8fafc;--bg-dark: #0f172a;--text-primary: #1e293b;--text-secondary: #64748b;--text-light: #94a3b8;--text-white: #ffffff;--border-color: #e2e8f0;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--transition: all .3s ease;--container-width: 1200px}[data-theme=dark]{--primary-blue: #3b82f6;--secondary-blue: #60a5fa;--dark-blue: #1e293b;--accent-yellow: #fbbf24;--accent-yellow-light: #78350f;--white: #0f172a;--black: #f8fafc;--bg-light: #1e293b;--bg-dark: #0f172a;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-light: #94a3b8;--text-white: #f8fafc;--border-color: #334155;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-primary);background-color:var(--white);transition:var(--transition)}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.25rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none;cursor:pointer;transition:var(--transition);border:2px solid transparent}.btn-primary{background-color:var(--accent-yellow);color:var(--primary-blue)}.btn-primary:hover{background-color:#f1c40f;transform:translateY(-2px)}.btn-secondary{background-color:transparent;border-color:var(--border-color);color:var(--text-primary)}.btn-secondary:hover{background-color:var(--bg-light)}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.dark-bg{background-color:var(--bg-dark);color:var(--text-white)}.dark-text{color:var(--text-white)}.light-bg{background-color:var(--bg-light);color:var(--text-primary)}[dir=rtl],[dir=rtl] .text-left{text-align:right}[dir=rtl] .text-right{text-align:left}@media print{.no-print{display:none!important}}*{box-sizing:border-box;margin:0;padding:0}.navbar-wrapper{width:100%;background:#1b4780;position:sticky;top:0;z-index:1000;height:18px}.top-bar{background:#1b4780}.top-bar .nav-inner{max-width:1200px;margin:auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;color:#fff}.logo{display:flex;align-items:center;text-decoration:none}.logo:hover{opacity:.9}.navbar-logo-img{height:40px;width:auto;object-fit:contain}.top-actions{display:flex;align-items:center;gap:14px}.phone-number{font-weight:600}.nav-btn{background:transparent;border:1px solid white;color:#fff;padding:6px 12px;border-radius:4px;cursor:pointer;font-weight:600;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:5px}.nav-btn:hover{background:#fff;color:#1b4780}.language-btn{min-width:45px}.theme-btn{padding:6px}.mobile-menu-toggle{display:none;background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:4px;transition:background .2s}.mobile-menu-toggle:hover{background:#ffffff1a}.bottom-bar{width:80%;margin:-12px auto 0;background:#fc0;position:relative;clip-path:polygon(3% 0,100% 0,97% 100%,0% 100%);box-shadow:0 6px 15px #00000026}.bottom-bar .nav-inner{padding:12px 20px;display:flex;justify-content:center}.nav-links{list-style:none;display:flex;gap:30px;align-items:center;margin:0;padding:0}.nav-links li{font-weight:700;color:#1b4780;letter-spacing:.5px;font-size:14px;transition:all .2s}.nav-links li a{color:inherit;text-decoration:none;display:block;padding:5px 0}.nav-links li:hover{opacity:.8}.nav-links .active{background:#fff;padding:6px 18px;border-radius:4px}.nav-links .active a{color:#1b4780}.login-link{margin-left:20px}.login-link a{padding:6px 18px;border-radius:4px;transition:all .2s}.login-link a:hover{color:#1b4780!important;background:#fff}.signup-btn{margin-left:10px}.signup-link{background:#1b4780;color:#fff!important;padding:8px 22px!important;border-radius:4px;font-weight:700;transition:all .2s;display:inline-block}.signup-link:hover{background:#fff;color:#1b4780!important;border:1px solid #1B4780}.user-profile-nav{display:flex;align-items:center;gap:15px;padding-left:10px;border-left:1px solid rgba(255,255,255,.2)}.user-info{display:flex;align-items:center;gap:8px;color:#fff;font-weight:600}.logout-btn{background:transparent;border:1px solid white;color:#fff;padding:6px 12px;border-radius:4px;cursor:pointer;font-weight:600;transition:all .2s}.logout-btn:hover{background:#fff;color:#1b4780}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-container{position:fixed;top:0;right:-100%;width:85%;max-width:320px;height:100%;background:#1b4780;z-index:1001;transition:right .3s ease;display:flex;flex-direction:column;overflow-y:auto}[dir=rtl] .mobile-menu-container{right:auto;left:-100%;transition:left .3s ease}.mobile-menu-container.open{right:0}[dir=rtl] .mobile-menu-container.open{left:0;right:auto}.mobile-menu-header{padding:20px;background:#0a2a5a;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-user-info{color:#fff}.mobile-username{font-weight:600;font-size:1.1rem;margin-bottom:5px}.mobile-email{font-size:.9rem;opacity:.8}.mobile-guest{font-weight:600;font-size:1.1rem}.mobile-close-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:5px;border-radius:4px;transition:background .2s}.mobile-close-btn:hover{background:#ffffff1a}.mobile-nav-links{list-style:none;padding:20px 0;flex:1}.mobile-nav-links li{margin-bottom:1px}.mobile-nav-links li a,.mobile-menu-item{display:block;padding:15px 20px;color:#fff;text-decoration:none;font-weight:600;transition:background .2s}.mobile-nav-links li a:hover,.mobile-nav-links li.active a{background:#ffffff1a}.mobile-nav-links li.active a{border-right:3px solid #FFCC00}[dir=rtl] .mobile-nav-links li.active a{border-right:none;border-left:3px solid #FFCC00}.mobile-login-btn{background:transparent;border:1px solid white;color:#fff;border-radius:4px;margin:10px 20px;text-align:center;transition:all .2s}.mobile-login-btn:hover{background:#fff;color:#1b4780}.mobile-signup-btn{background:#fc0;color:#1b4780!important;border-radius:4px;margin:10px 20px;text-align:center;font-weight:700;transition:all .2s}.mobile-signup-btn:hover{background:#fff}.mobile-logout-btn{background:transparent;border:1px solid white;color:#fff;width:100%;padding:15px 20px;border-radius:4px;cursor:pointer;font-weight:600;text-align:center;transition:all .2s}.mobile-logout-btn:hover{background:#fff;color:#1b4780}.mobile-menu-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:15px}.mobile-theme-btn,.mobile-language-btn{background:#ffffff1a;border:none;color:#fff;padding:10px 15px;border-radius:4px;cursor:pointer;font-weight:600;transition:all .2s;display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.mobile-theme-btn:hover,.mobile-language-btn:hover{background:#fff3}.mobile-language-toggle{flex:1}@media(max-width:992px){.bottom-bar{width:90%}.nav-links{gap:20px}}@media(max-width:768px){.desktop-nav,.desktop-user{display:none}.mobile-menu-toggle{display:block}.top-bar .nav-inner{padding:12px 15px}.bottom-bar{display:none}.top-actions{gap:10px}.phone-number{display:none}}@media(max-width:576px){.mobile-menu-container{width:100%;max-width:none}.nav-btn{padding:5px 10px;font-size:.9rem}.language-btn{min-width:40px}.navbar-logo-img{height:35px}}@media(max-width:375px){.top-bar .nav-inner{padding:10px 12px}.navbar-logo-img{height:30px}.top-actions{gap:8px}.nav-btn{padding:4px 8px;font-size:.8rem}}[data-theme=dark] .navbar-wrapper,[data-theme=dark] .top-bar{background:#0a192f}[data-theme=dark] .nav-btn{border:1px solid #FFCC00;color:#fc0}[data-theme=dark] .nav-btn:hover{background:#fc0;color:#0a192f}[data-theme=dark] .bottom-bar{background:#fc0}[data-theme=dark] .nav-links li{color:#0a192f}[data-theme=dark] .nav-links .active{background:#0a192f;color:#fc0}[data-theme=dark] .nav-links .active a{color:#fc0}[data-theme=dark] .login-link a{border:1px solid #0a192f;color:#0a192f}[data-theme=dark] .login-link a:hover,[data-theme=dark] .signup-link{background:#0a192f;color:#fc0!important}[data-theme=dark] .signup-link:hover{background:#fc0;color:#0a192f!important;border:1px solid #0a192f}[data-theme=dark] .user-info{color:#0a192f}[data-theme=dark] .logout-btn{border:1px solid #0a192f;color:#0a192f}[data-theme=dark] .logout-btn:hover{background:#0a192f;color:#fc0}[data-theme=dark] .mobile-menu-container{background:#0a192f}[data-theme=dark] .mobile-menu-header{background:#051427}[data-theme=dark] .mobile-nav-links li a:hover,[data-theme=dark] .mobile-nav-links li.active a{background:#ffffff0d}[data-theme=dark] .mobile-login-btn{border:1px solid #FFCC00;color:#fc0}[data-theme=dark] .mobile-login-btn:hover{background:#fc0;color:#0a192f}[data-theme=dark] .mobile-signup-btn{background:#fc0;color:#0a192f!important}[data-theme=dark] .mobile-signup-btn:hover{background:#fff}[data-theme=dark] .mobile-logout-btn{border:1px solid #FFCC00;color:#fc0}[data-theme=dark] .mobile-logout-btn:hover{background:#fc0;color:#0a192f}[data-theme=dark] .mobile-theme-btn,[data-theme=dark] .mobile-language-btn{background:#ffffff0d;color:#fc0}[data-theme=dark] .mobile-theme-btn:hover,[data-theme=dark] .mobile-language-btn:hover{background:#ffffff1a}[dir=rtl] .logo,[dir=rtl] .top-actions span,[dir=rtl] .nav-links{font-family:Cairo,sans-serif}[dir=rtl] .login-link{margin-left:0;margin-right:20px}[dir=rtl] .signup-btn{margin-left:0;margin-right:10px}[dir=rtl] .user-profile-nav{padding-left:0;padding-right:10px;border-left:none;border-right:1px solid rgba(255,255,255,.2)}[data-theme=dark][dir=rtl] .user-profile-nav{border-right:1px solid rgba(0,0,0,.2)}[dir=rtl] .bottom-bar{clip-path:polygon(0 0,97% 0,100% 100%,3% 100%)}[dir=rtl] .mobile-nav-links li a,[dir=rtl] .mobile-menu-item{text-align:right}[dir=rtl] .mobile-close-btn{transform:scaleX(-1)}[dir=rtl] .mobile-theme-btn,[dir=rtl] .mobile-language-btn{flex-direction:row-reverse}@media(max-width:768px)and (dir="rtl"){.login-link,.signup-btn{margin-right:0}.user-profile-nav{padding-right:0;border-right:none}}.hero{position:relative;min-height:100vh;background:radial-gradient(circle at right,#0f172a 70%,#2563eb 0%,#0f172a 70%);display:flex;align-items:center;overflow:hidden;padding-top:150px}.hero-gradient{position:absolute;inset:0;background:radial-gradient(circle at 75% 50%,rgba(255,255,255,.04),transparent 60%);z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#1b4780,#18345e99,#0a192f00);z-index:1}[dir=rtl] .hero-overlay{background:linear-gradient(-90deg,#050b18f2,#050b1899 55%,#050b1833)}.hero-content{position:relative;z-index:3;width:100%;height:100%;display:flex;align-items:center}.hero-text{max-width:620px;color:#fff}.hero-badge{display:inline-block;background:#ffc80026;color:#fc0;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:22px}.hero-title{font-size:5rem;font-weight:900;line-height:1.05;letter-spacing:-2px;margin-bottom:24px}.hero-title .highlight{color:#fc0}.hero-desc{font-size:1.15rem;line-height:1.8;opacity:.85;max-width:480px;margin-bottom:36px;text-align:start!important}.hero-buttons{display:flex;gap:16px}.hero-btn-primary{background:#fc0;color:#081226;padding:16px 32px;font-size:1rem;font-weight:700;border-radius:8px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 30px #ffcc0059;transition:.3s ease}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #ffcc0073}.hero-btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.25);color:#fff;padding:16px 32px;font-size:1rem;border-radius:8px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:.3s ease}.hero-btn-secondary:hover{background:#ffffff14}.hero-car-wrapper{position:absolute;right:-2%;bottom:30%;width:72%;z-index:2;pointer-events:none}.hero-car-img{width:100%;height:auto;filter:drop-shadow(0 60px 80px rgba(0,0,0,.55));transform:scale(1.12)}@media(max-width:1200px){.hero-title{font-size:4rem}.hero-car-wrapper{width:65%;right:-5%}}@media(max-width:992px){.hero{padding-top:120px;min-height:90vh}.hero-content{flex-direction:column;text-align:center;justify-content:center;padding-top:2rem}.hero-text{align-items:center;display:flex;flex-direction:column;max-width:90%}.hero-title{font-size:3.2rem;text-align:center}.hero-desc{text-align:center;max-width:90%}.hero-car-wrapper{position:relative;width:100%;right:0;left:0;bottom:0;margin-top:40px;display:flex;justify-content:center}.hero-car-img{width:80%;transform:scale(1)}}@media(max-width:768px){.hero{min-height:85vh;padding-top:100px}.hero-title{font-size:2.8rem;margin-bottom:20px}.hero-desc{font-size:1rem;margin-bottom:30px}.hero-buttons{flex-direction:column;width:100%;max-width:300px;gap:12px}.hero-btn-primary,.hero-btn-secondary{width:100%;justify-content:center;padding:14px 24px}.hero-car-wrapper{margin-top:30px}.hero-car-img{width:90%}}@media(max-width:576px){.hero{min-height:80vh;padding-top:80px}.hero-title{font-size:2.2rem;line-height:1.2}.hero-desc{font-size:.95rem;line-height:1.6}.hero-badge{font-size:11px;padding:5px 12px;margin-bottom:15px}.hero-car-wrapper{margin-top:20px}.hero-car-img{width:100%}}@media(max-width:375px){.hero-title{font-size:1.9rem}.hero-desc{font-size:.9rem}.hero-buttons{max-width:100%}}[data-theme=dark] .hero{background:radial-gradient(circle at right,#0f172a 70%,#1e40af 0%,#0f172a 70%)}[data-theme=dark] .hero-overlay{background:linear-gradient(90deg,#0f172af2,#0f172a99,#0f172a33)}[data-theme=dark] .hero-badge{background:#eab30833;color:#fbbf24}[data-theme=dark] .hero-btn-secondary:hover{background:#ffffff0d}[dir=rtl] .hero-text{text-align:right}[dir=rtl] .hero-buttons{flex-direction:row}@media(max-width:768px)and (dir="rtl"){.hero-buttons{flex-direction:column}}[dir=rtl] .hero-car-wrapper{right:auto;left:-5%}[dir=rtl] .hero-car-img{transform:scaleX(-1) scale(1.12)}.features-section{padding:6rem 0;background-color:var(--bg-white);transition:background-color .3s ease}[data-theme=dark] .features-section{background-color:#0f172a}.features-container{display:grid;grid-template-columns:1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width:992px){.features-container{grid-template-columns:1fr 1fr;align-items:start}}.features-content h2{font-size:2.5rem;color:var(--primary-blue);line-height:1.2;margin-bottom:1.5rem;font-family:Space Grotesk;font-weight:700;transition:color .3s ease}[data-theme=dark] .features-content h2{color:#e2e8f0}.highlight-text{color:var(--primary-blue);transition:color .3s ease}[data-theme=dark] .highlight-text{color:#e2e8f0}.features-desc{font-size:1.1rem;color:var(--text-gray);margin-bottom:3rem;line-height:1.6;transition:color .3s ease}[data-theme=dark] .features-desc{color:#94a3b8}.feature-list{display:flex;flex-direction:column;gap:2rem;direction:ltr}.feature-list-item{display:flex;gap:1rem;transition:transform .3s ease}.feature-list-item:hover{transform:translate(5px)}[dir=rtl] .feature-list-item:hover{transform:translate(-5px)}.list-icon{font-size:1.5rem;color:var(--accent-yellow);min-width:24px;transition:color .3s ease}.feature-list-item h4{color:#3b82f6;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;transition:color .3s ease}[data-theme=dark] .feature-list-item h4{color:#60a5fa}.feature-list-item p{font-size:.95rem;color:var(--text-gray);line-height:1.5;transition:color .3s ease}[data-theme=dark] .feature-list-item p{color:#94a3b8}.features-grid-bento{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.bento-card{border-radius:16px;padding:1.5rem;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column;transition:all .3s ease}.bento-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.card-blue{background-color:var(--primary-blue);color:var(--text-white);text-align:center;align-items:center;justify-content:center;grid-column:span 1}[data-theme=dark] .card-blue{background-color:#1e3a8a}.card-white{background-color:#fff;border:1px solid #e2e8f0;transition:background-color .3s ease,border-color .3s ease}[data-theme=dark] .card-white{background-color:#1e293b;border-color:#334155}.card-wide{grid-column:span 2;background-color:#f8fafc;border:1px solid #e2e8f0;display:flex;flex-direction:row;gap:1rem;align-items:flex-start;transition:background-color .3s ease,border-color .3s ease}[data-theme=dark] .card-wide{background-color:#1e293b;border-color:#334155}.card-icon-lg{font-size:3rem;color:var(--accent-yellow);background:#ffffff1a;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background-color .3s ease}.card-icon-sm{font-size:1.5rem;margin-bottom:1rem}.card-icon-sm.yellow{color:var(--accent-yellow)}.card-blue h3{font-size:2rem;margin-bottom:.2rem}.card-blue p{font-size:.7rem;opacity:.7;letter-spacing:1px}.card-white h4,.card-wide h4{color:var(--primary-blue);font-size:1.1rem;margin-bottom:.5rem;transition:color .3s ease}[data-theme=dark] .card-white h4,[data-theme=dark] .card-wide h4{color:#e2e8f0}.card-white p,.card-wide p{font-size:.9rem;color:var(--text-gray);line-height:1.4;transition:color .3s ease}[data-theme=dark] .card-white p,[data-theme=dark] .card-wide p{color:#94a3b8}.card-label{font-size:.7rem;color:var(--accent-yellow);text-transform:uppercase;font-weight:700;margin-bottom:.5rem;display:block;transition:color .3s ease}[data-theme=dark] .card-label{color:#fbbf24}.card-wide-content{display:flex;justify-content:space-between;width:100%;align-items:center}.flags-placeholder{display:flex;gap:-10px}.circle-flag{width:24px;height:24px;border-radius:50%;border:2px solid white}.circle-flag.green{background:#166534}.circle-flag.red{background:#dc2626;margin-left:-8px}.circle-flag.yellow{background:#facc15;margin-left:-8px}[dir=rtl] .features-content{text-align:right}[dir=rtl] .feature-list-item{text-align:right;direction:rtl}[dir=rtl] .circle-flag.red,[dir=rtl] .circle-flag.yellow{margin-left:0;margin-right:-8px}[dir=rtl] .card-wide,[dir=rtl] .card-white,[dir=rtl] .bento-card{text-align:right}@media(max-width:1200px){.features-container{max-width:95%}}@media(max-width:992px){.features-section{padding:4rem 0}.features-content h2{font-size:2.2rem}.features-desc{font-size:1rem}}@media(max-width:768px){.features-container{gap:3rem}.features-content h2{font-size:2rem}.feature-list{gap:1.5rem}.feature-list-item h4{font-size:1rem}.feature-list-item p{font-size:.9rem}.features-grid-bento{grid-template-columns:1fr;gap:1rem}.card-blue{grid-column:span 1}.card-wide{grid-column:span 1;flex-direction:column}.card-wide-content{flex-direction:column;align-items:flex-start;gap:1rem}.flags-placeholder{align-self:flex-end}[dir=rtl] .card-wide-content{flex-direction:column;align-items:flex-end}[dir=rtl] .flags-placeholder{align-self:flex-start}[dir=rtl] .feature-list-item:hover{transform:translate(-3px)}}@media(max-width:576px){.features-section{padding:3rem 0}.features-content h2{font-size:1.8rem;line-height:1.3}.features-container{padding:0 15px;gap:2.5rem}.bento-card{padding:1.2rem}.card-blue h3{font-size:1.8rem}.card-icon-lg{width:60px;height:60px;font-size:2.2rem}[dir=rtl] .features-content h2,[dir=rtl] .features-desc,[dir=rtl] .feature-list-item{text-align:right}}.features-section *{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.brand-logos-section{background-color:#1b4780;padding:3rem 0;overflow:hidden;position:relative;display:flex;align-items:center;bottom:50px}.logos-container{width:100%;display:flex;overflow:hidden}.logos-track{display:flex;gap:4rem;animation:marquee 30s linear infinite;white-space:nowrap;align-items:center}.brand-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;min-width:120px}.brand-icon{font-size:2.5rem;color:#fff;transition:transform .3s ease}.brand-name{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;opacity:.9}.brand-item:hover .brand-icon{transform:scale(1.1)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(calc(-840px - 28rem))}}.logos-container:hover .logos-track{animation-play-state:paused}@media(max-width:768px){.brand-logos-section{padding:2rem 0}.brand-icon{font-size:2rem}.brand-name{font-size:.7rem}.logos-track{gap:3rem}}.stats-section{background-color:#1b4780;max-width:1200px;margin:4rem auto;padding:5rem 2rem;border-radius:24px;color:#fff;overflow:hidden;position:relative;transition:all .3s ease}[data-theme=dark] .stats-section{background-color:#1e3a8a}.stats-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#FFCC00,transparent);opacity:.6}.stats-container-new{display:flex;align-items:center;justify-content:center;gap:4rem;position:relative}.stats-column{display:flex;flex-direction:column;gap:3rem;flex:1}.stats-column.left{text-align:right;align-items:flex-end}.stats-column.right,[dir=rtl] .stats-column.left{text-align:left;align-items:flex-start}[dir=rtl] .stats-column.right{text-align:right;align-items:flex-end}.stat-item-new{transition:transform .3s ease}.stat-item-new:hover{transform:translateY(-5px)}.stat-item-new h3{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2);color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.stat-item-new p{font-size:1rem;letter-spacing:1px;opacity:.9;font-weight:500;text-transform:uppercase;color:#e2e8f0}[data-theme=dark] .stat-item-new p{color:#cbd5e1}.stats-center-car{width:450px;height:280px;position:relative;display:flex;align-items:center;justify-content:center;z-index:2}.stats-center-car img{width:100%;max-width:500px;position:relative;bottom:-100px;filter:drop-shadow(0 25px 40px rgba(0,0,0,.6));transition:transform .5s ease}.stats-center-car:hover img{transform:translateY(-10px) scale(1.02)}.count-up{position:relative;display:inline-block}.counter{display:inline-block;transition:all .3s ease}@media(max-width:1200px){.stats-section{max-width:95%;padding:4rem 2rem}.stats-container-new{gap:3rem}.stats-center-car{width:400px}}@media(max-width:992px){.stats-section{margin:3rem auto;padding:4rem 1.5rem;border-radius:20px}.stats-container-new{gap:2.5rem}.stats-center-car{width:350px;height:250px}.stat-item-new h3{font-size:3rem}.stat-item-new p{font-size:.9rem}}@media(max-width:900px){.stats-container-new{flex-direction:column;gap:4rem}.stats-column{gap:3rem;text-align:center;align-items:center;width:100%}.stats-column.left,.stats-column.right,[dir=rtl] .stats-column.left,[dir=rtl] .stats-column.right{text-align:center;align-items:center}.stats-center-car{width:320px;height:220px;order:-1;margin-bottom:2rem}.stats-center-car img{bottom:-80px}.stats-column{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2rem}.stat-item-new{flex:0 0 calc(50% - 1rem);text-align:center}}@media(max-width:768px){.stats-section{margin:2rem auto;padding:3rem 1rem;border-radius:16px}.stats-container-new{gap:3rem}.stats-center-car{width:280px;height:200px}.stat-item-new h3{font-size:2.5rem}.stat-item-new p{font-size:.85rem}}@media(max-width:576px){.stats-section{padding:2.5rem 1rem}.stats-container-new{gap:2.5rem}.stats-center-car{width:240px;height:180px}.stats-center-car img{bottom:-60px}.stats-column{gap:1.5rem}.stat-item-new{flex:0 0 100%;margin-bottom:1rem}.stat-item-new h3{font-size:2.2rem}.stat-item-new p{font-size:.8rem;letter-spacing:.5px}}@media(max-width:400px){.stats-center-car{width:200px;height:160px}.stat-item-new h3{font-size:2rem}.stat-item-new p{font-size:.75rem}}@keyframes countUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.counter{animation:countUp .8s ease-out forwards}[data-theme=dark] .stats-section{box-shadow:0 10px 30px #0000004d}.stats-section *{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.stat-item-new h3:empty:after{content:"...";display:inline-block;animation:loadingDots 1.5s infinite}@keyframes loadingDots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.testimonials-section{padding:4rem 1rem;background-color:#f8fafc;overflow:hidden;transition:background-color .3s ease}[dir=rtl] .testimonials-list .list-content p{text-align:start!important}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section-title{color:var(--primary-blue);font-size:1.8rem;margin-bottom:2.5rem;font-weight:800;position:relative;padding-top:1rem;text-transform:uppercase;text-align:center}.section-title:before{content:"";position:absolute;top:0;width:60px;height:4px;background-color:var(--accent-yellow)}[dir=ltr] .section-title:before{left:0}[dir=rtl] .section-title:before{right:0}.testimonials-layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.testimonials-section{padding:5rem 2rem}.section-title{font-size:2.2rem;text-align:left}[dir=rtl] .section-title{text-align:right}}@media(min-width:992px){.testimonials-layout{grid-template-columns:1fr 1fr;gap:3rem}.section-title{font-size:2.5rem}}.testimonial-main-col{display:flex;flex-direction:column;height:100%}.main-quote-card{background:#fff;padding:2rem;box-shadow:0 10px 30px #00000008;margin-bottom:2rem;position:relative;border-radius:8px}.quote-icon{font-size:1.8rem;color:var(--accent-yellow);margin-bottom:1.5rem}.main-quote-text{font-size:1rem;color:var(--text-gray);line-height:1.8;margin-bottom:1.5rem;text-align:justify}.post-date{font-size:.85rem;color:#3b82f6;display:block;margin-top:1rem;font-weight:500}.main-profile-info{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:0 1rem}[dir=ltr] .main-profile-info{padding-left:1rem}[dir=rtl] .main-profile-info{padding-right:1rem}.profile-img-lg{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 10px #0000001a}.profile-details h4{font-size:1.2rem;color:var(--primary-blue);margin-bottom:.3rem;font-weight:700}.profile-details .role-text{font-size:.75rem;letter-spacing:1px;text-transform:uppercase;color:#94a3b8;font-weight:600}.yellow-separator{width:60%;height:2px;background-color:var(--accent-yellow);opacity:.5;margin-bottom:2rem}[dir=ltr] .yellow-separator{margin-left:1rem}[dir=rtl] .yellow-separator{margin-right:1rem}.nav-buttons-container{display:flex;padding:0 2rem}[dir=ltr] .nav-buttons-container{justify-content:flex-end}[dir=rtl] .nav-buttons-container{justify-content:flex-start}.nav-buttons{display:flex;gap:1rem}.nav-buttons button{width:45px;height:45px;background:#fff;color:var(--primary-blue);border:none;border-radius:50%;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s;font-weight:700;cursor:pointer}.nav-buttons button:hover{background:var(--primary-blue);color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.testimonials-list{display:flex;flex-direction:column;gap:1.5rem}.list-card-item{position:relative;height:120px;background-color:#f1f5f9;background-size:cover;background-position:center;display:flex;align-items:center;padding:1.5rem;gap:1.5rem;cursor:pointer;overflow:hidden;box-shadow:0 4px 15px #0000000d;border-radius:8px;transition:transform .3s ease}.list-card-item:hover{transform:translateY(-3px)}.list-card-item:after{content:"";position:absolute;top:0;right:0;width:140px;height:100%;background:linear-gradient(135deg,#5874a1cc,#354c74e6);clip-path:polygon(30% 0,100% 0,100% 100%,0% 100%);z-index:1}[dir=rtl] .list-card-item:after{right:auto;left:0;clip-path:polygon(0 0,70% 0,100% 100%,0% 100%)}.list-card-item:before{content:"";position:absolute;top:0;left:0;width:75%;height:100%;background:#ffffffd9;background:linear-gradient(90deg,#fff 60%,#fff0);z-index:0}[dir=rtl] .list-card-item:before{left:auto;right:0;background:linear-gradient(270deg,#fff 60%,#fff0)}.profile-img-sm{width:50px;height:50px;border-radius:50%;object-fit:cover;position:relative;z-index:2;border:2px solid #fff}.list-content{flex:1;position:relative;z-index:2}[dir=rtl] .list-content{text-align:right}.list-content h5{color:var(--primary-blue);font-size:1rem;font-weight:700;margin-bottom:.2rem}.list-content p{font-size:.65rem;text-transform:uppercase;color:var(--text-gray);letter-spacing:.5px;font-weight:600}.list-quote-circle{position:relative;z-index:2;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:auto}[dir=rtl] .list-quote-circle{margin-left:0;margin-right:auto}.quote-icon-sm{width:36px;height:36px;background:var(--accent-yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem;box-shadow:0 2px 5px #0000001a}@media(max-width:767px){.testimonials-section{padding:3rem 1rem}.section-title{font-size:1.5rem;margin-bottom:2rem}.main-quote-card{padding:1.5rem}.main-quote-text{font-size:.9rem;line-height:1.6}.profile-img-lg{width:60px;height:60px}.profile-details h4{font-size:1rem}.list-card-item{height:100px;padding:1rem;gap:1rem}.profile-img-sm{width:40px;height:40px}.nav-buttons button{width:40px;height:40px;font-size:1rem}}[data-theme=dark] .testimonials-section{background-color:#0f172a}[data-theme=dark] .section-title{color:#e2e8f0}[data-theme=dark] .main-quote-card{background:#1e293b;border:1px solid #334155;box-shadow:0 10px 30px #0003}[data-theme=dark] .main-quote-text{color:#cbd5e1}[data-theme=dark] .post-date{color:#60a5fa}[data-theme=dark] .profile-details h4{color:#e2e8f0}[data-theme=dark] .profile-details .role-text{color:#94a3b8}[data-theme=dark] .nav-buttons button{background:#1e293b;color:#e2e8f0;border:1px solid #334155}[data-theme=dark] .nav-buttons button:hover{background:#3b82f6;color:#fff}[data-theme=dark] .list-card-item{background-color:#1e293b;border:1px solid #334155}[data-theme=dark] .list-card-item:after{background:linear-gradient(135deg,#3b82f666,#1e3a8a80)}[data-theme=dark] .list-card-item:before{background:#1e293be6;background:linear-gradient(90deg,#1e293b 60%,#1e293b00)}[dir=rtl][data-theme=dark] .list-card-item:before{background:linear-gradient(270deg,#1e293b 60%,#1e293b00)}[data-theme=dark] .list-content h5{color:#e2e8f0}[data-theme=dark] .list-content p{color:#94a3b8}[dir=rtl] .main-quote-text{text-align:right}[dir=rtl] .role-text{letter-spacing:0}.how-it-works-section{padding:5rem 0;background-color:#fff;position:relative;overflow:hidden;min-height:800px;transition:background-color .3s ease}[data-theme=dark] .how-it-works-section{background-color:#0f172a}.relative-container{position:relative;height:100%;max-width:1200px;margin:0 auto}.hiw-header{max-width:450px;margin-bottom:4rem;position:relative;z-index:10}.badge{display:inline-flex;align-items:center;background:#fffbeb;color:#d97706;padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:1px;transition:background-color .3s ease,color .3s ease}[data-theme=dark] .badge{background:#422006;color:#fbbf24}.badge-icon{margin-right:.5rem}.hiw-header h2{font-size:3.5rem;color:var(--primary-blue);margin-bottom:1.5rem;line-height:1;font-weight:800;text-transform:uppercase;transition:color .3s ease}[data-theme=dark] .hiw-header h2{color:#e2e8f0}.hiw-desc{font-size:1.1rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.6;transition:color .3s ease}[data-theme=dark] .hiw-desc{color:#94a3b8}.cta-btn-yellow{background-color:var(--accent-yellow);color:var(--primary-blue);padding:1rem 2rem;border-radius:8px;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}.cta-btn-yellow:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fbbf244d}[data-theme=dark] .cta-btn-yellow{background-color:#fbbf24;color:#1e3a8a}.svg-path-container{position:absolute;top:-50px;left:-5%;width:110%;height:calc(63% + 100px);z-index:1;pointer-events:none}.svg-path-container svg{width:100%;height:100%;overflow:visible}.animated-line{animation:drawLine 2s ease-out forwards;stroke-dasharray:1500;stroke-dashoffset:1500}@keyframes drawLine{to{stroke-dashoffset:0}}.steps-visual-layout{position:relative;height:335px;width:100%;z-index:2}.hiw-step{position:absolute;background:none!important;padding:0!important;margin:0!important;border:none!important;box-shadow:none!important;width:auto;height:auto;z-index:999}.step-1{bottom:-275px;left:7%;z-index:999;position:relative}.step-2{top:-302px;left:223px;color:#c3c8d0f5;position:relative;z-index:999}.step-3{top:-71px;right:-91%;position:relative;z-index:999}.step-bg-number{position:absolute;font-size:9rem;font-weight:900;color:#e5e7ebb3;z-index:1;line-height:1;-webkit-user-select:none;user-select:none;transition:color .3s ease}[data-theme=dark] .step-bg-number{color:#1e293bb3}.step-1 .step-bg-number{top:-317px;left:315px;color:#c3c8d0f5}.step-2 .step-bg-number{top:169px;left:589px;color:#c3c8d0f5;position:relative;z-index:3}.step-3 .step-bg-number{top:-558px;left:147px;color:#c3c8d0f5}.step-content-box{position:absolute;width:280px;background:#fff;border-radius:12px;padding:25px;box-shadow:0 10px 30px #00000014;flex-direction:column;align-items:flex-start;transition:all .3s ease;z-index:3}[data-theme=dark] .step-content-box{background:#1e293b;border:1px solid #334155;box-shadow:0 10px 30px #0003}.step-content-box:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}[data-theme=dark] .step-content-box:hover{box-shadow:0 15px 40px #0000004d}.step-content-box h4{font-size:1.5rem;color:var(--primary-blue);margin-bottom:1rem;font-weight:700;transition:color .3s ease}[data-theme=dark] .step-content-box h4{color:#e2e8f0}.step-content-box p{font-size:1rem;color:var(--text-gray);line-height:1.6;transition:color .3s ease}[data-theme=dark] .step-content-box p{color:#94a3b8}.step1-content{top:27px;left:143px;width:27%;text-align:center}.step2-content{top:-99px;left:554px;width:27%;text-align:center}.step3-content{top:-378px;left:968px;width:27%;text-align:center}@media(max-width:1200px){.step1-content,.step2-content,.step3-content{width:300px}.step1-content{left:100px}.step2-content{left:500px}.step3-content{left:900px}}@media(max-width:992px){.hiw-header h2{font-size:2.8rem}.steps-visual-layout{height:300px}.step-content-box{width:250px;padding:20px}.step1-content{left:80px}.step2-content{left:400px;top:-80px}.step3-content{left:720px;top:-350px}}@media(max-width:900px){.hiw-header{max-width:100%;text-align:center;margin-bottom:3rem}.hiw-header h2{font-size:2.5rem}.svg-path-container{display:none}.steps-visual-layout{height:auto;display:flex;flex-direction:column;gap:4rem;align-items:center;padding:2rem 0}.hiw-step{position:relative;width:100%;max-width:400px;inset:auto!important;transform:none!important;text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.step-bg-number{font-size:7rem;position:absolute;top:-50px;left:50%;transform:translate(-50%);color:#e5e7eb80}[data-theme=dark] .step-bg-number{color:#1e293b80}.step-1 .step-bg-number,.step-2 .step-bg-number,.step-3 .step-bg-number{top:-50px;left:50%;transform:translate(-50%)}.step-content-box{position:relative;width:100%;max-width:400px;margin:0 auto;text-align:center;align-items:center;top:auto!important;left:auto!important;right:auto!important;margin-bottom:3rem}.step1-content,.step2-content,.step3-content{position:relative;top:auto;left:auto;right:auto;width:100%;max-width:400px;margin:0 auto 2rem}}@media(max-width:768px){.how-it-works-section{padding:4rem 0;min-height:auto}.hiw-header h2{font-size:2.2rem}.hiw-desc{font-size:1rem}.step-content-box{padding:1.5rem}.step-content-box h4{font-size:1.3rem}.step-content-box p{font-size:.95rem}}@media(max-width:576px){.step-2 .step-bg-number{position:absolute}.hiw-header h2{font-size:1.8rem}.badge{font-size:.7rem;padding:.4rem .8rem}.cta-btn-yellow{padding:.8rem 1.5rem;font-size:.95rem}.step-bg-number{font-size:5rem;top:-40px}.step-content-box{padding:1.2rem;max-width:320px}.step-content-box h4{font-size:1.2rem}}.how-it-works-section *{transition:background-color .3s ease,color .3s ease,border-color .3s ease}[dir=rtl] .step1-content{text-align:center}[dir=rtl] .step2-content{top:-47px;left:554px;text-align:center}[dir=rtl] .step-2 .step-bg-number{color:#c3c8d0f5;position:absolute;z-index:999}[dir=rtl] .step3-content{top:-310px;left:964px;text-align:center}[dir=rtl] .step-3 .step-bg-number{top:-370px;left:116px;color:#c3c8d0f5}@media(max-width:900px){[dir=rtl] .step-3 .step-bg-number{top:auto;left:auto;color:#c3c8d0f5;bottom:-40px}}.cta-section{background-color:var(--primary-blue);padding:4rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.cta-container h2{color:var(--text-white);font-size:2rem;margin-bottom:2rem}.cta-large{padding:1rem 3rem;font-size:1.1rem;border-radius:50px}.footer-outer{background:linear-gradient(to top,#ffd200,#fff 40%);padding:60px 20px}.footer-inner{background-color:#1b4780;max-width:1200px;margin:0 auto;padding:40px 50px;border-radius:10px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}.footer-brand{max-width:400px}.logo{display:flex;align-items:center;gap:12px;margin-bottom:15px}.footer-logo-img{height:45px;width:auto;object-fit:contain;display:block}.footer-desc{color:#e5ecf5;font-size:14px;line-height:1.7}.footer-socials{display:flex;gap:12px}.footer-socials a{width:36px;height:36px;background-color:#fff;color:#1b4780;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:.3s}.footer-socials a:hover{background-color:#ffd200}.footer-cta{background-color:#ffd200;color:#1b4780;text-align:center;padding:14px;margin-top:35px;font-size:14px;font-weight:600}@media(max-width:768px){.footer-top{flex-direction:column;align-items:flex-start}.footer-socials{margin-top:20px}.footer-inner{padding:30px 20px}}[data-theme=dark] .footer-outer{background:linear-gradient(to top,#1e293b,#0f172a 40%)}[data-theme=dark] .footer-inner{background-color:#1e293b;border:1px solid #334155}[data-theme=dark] .footer-desc{color:#cbd5e1}[data-theme=dark] .footer-socials a{background-color:#334155;color:#fbbf24}[data-theme=dark] .footer-socials a:hover{background-color:#fbbf24;color:#1e293b}[data-theme=dark] .footer-cta{background-color:#fbbf24;color:#1e293b;font-weight:700}[dir=rtl] .footer-brand,[dir=rtl] .footer-desc,[dir=rtl] .footer-cta{text-align:right}[dir=rtl] .footer-socials{direction:ltr}@media(max-width:768px){[data-theme=dark] .footer-outer{padding:40px 10px}[data-theme=dark] .footer-inner{padding:25px 15px}}.auth-container{display:flex;min-height:100vh;width:100%}.auth-sidebar{flex:1;background:#1b4780;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem;color:#fff;position:relative;overflow:hidden}.auth-sidebar:before{content:"";position:absolute;top:-20%;left:-20%;width:60%;height:60%;background:radial-gradient(circle,rgba(234,179,8,.15) 0%,transparent 70%);filter:blur(40px)}.auth-content{flex:1.2;background-color:var(--bg-primary);display:flex;flex-direction:column;padding:4rem;overflow-y:auto;transition:var(--transition)}.sidebar-brand{position:absolute;top:3rem;left:3rem}.auth-logo-img{height:60px;width:auto;object-fit:contain}.sidebar-main{text-align:inherit;max-width:500px;z-index:1}.sidebar-main h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.sidebar-main h1 span{color:#eab308}.sidebar-main p{font-size:1.1rem;opacity:.9;margin-bottom:3rem;line-height:1.6}.auth-features{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.feature-item{display:flex;align-items:flex-start;gap:1.2rem}.feature-icon{background:#ffffff1a;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center}.feature-text h3{font-size:1.2rem;margin-bottom:.5rem;font-weight:700}.feature-text p{font-size:.95rem;opacity:.8;margin-bottom:0;line-height:1.5}.sidebar-footer{position:absolute;bottom:3rem;left:3rem;right:3rem;display:flex;align-items:center;gap:1rem;font-size:.95rem}.user-avatars{display:flex;margin-right:.5rem}.user-avatars img{width:32px;height:32px;border-radius:50%;border:2px solid #1e3a8a;margin-right:-8px}.user-avatars img:first-child{margin-right:0}[dir=rtl] h2,[dir=rtl] p{text-align:center}[dir=rtl] .sidebar-brand,[dir=rtl] .sidebar-footer{left:auto;right:3rem}[dir=rtl] .user-avatars{margin-right:0;margin-left:.5rem}[dir=rtl] .user-avatars img{margin-left:0;margin-right:-8px}[dir=rtl] .user-avatars img:first-child{margin-right:0}@media(max-width:1024px){.auth-sidebar{display:none}.auth-content{padding:2rem}}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.social-auth{display:flex;gap:1rem;margin-bottom:2rem}.social-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.8rem;padding:.8rem;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-primary);font-weight:500;color:var(--text-primary);cursor:pointer;transition:all .2s}.social-btn:hover{background:var(--bg-secondary);border-color:var(--primary-blue)}.divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:#94a3b8;font-size:.75rem;font-weight:600;letter-spacing:.5px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border-color)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:var(--text-secondary)}.input-wrapper{position:relative;display:flex;align-items:center}.input-wrapper input{width:100%;padding:1rem 1rem 1rem 3.5rem;border:1px solid var(--border-color);border-radius:12px;font-size:1rem;background:var(--bg-primary);color:var(--text-primary);transition:all .2s}[dir=rtl] .input-wrapper input{padding:1rem 3.5rem 1rem 1rem}.input-wrapper input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 4px #1e3a8a0d}.input-icon{position:absolute;left:1.2rem;color:var(--text-secondary)}[dir=rtl] .input-icon{left:auto;right:1.2rem}.row{display:flex;gap:1rem}.row .form-group{flex:1}.checkbox-group{display:flex;align-items:center;gap:.8rem;font-size:.9rem;color:#64748b}.checkbox-group input{width:18px;height:18px;accent-color:#1e3a8a}.checkbox-group a{color:#1e3a8a;font-weight:600;text-decoration:none}.submit-btn{background:#eab308;color:#1e3a8a;padding:1rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.8rem;cursor:pointer;transition:all .2s;margin-top:1rem}.submit-btn:hover{background:#f1c40f;transform:translateY(-2px);box-shadow:0 10px 15px -3px #eab3084d}.auth-redirect{text-align:center;margin-top:2rem;font-size:.95rem;color:var(--text-secondary)}.auth-redirect a{color:var(--primary-blue);font-weight:700;text-decoration:none}.form-section-title{font-size:1rem;font-weight:700;color:var(--primary-blue);margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.pricing-container{min-height:100vh;background:#fff}.pricing-hero{background:#1b4780;color:#fff;padding:6rem 2rem 10rem;text-align:center;position:relative;overflow:hidden;top:44px}.pricing-hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(234,179,8,.2) 0%,transparent 70%);filter:blur(60px);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}.pricing-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;position:relative;z-index:2;animation:fadeInUp 1s ease-out;margin-top:2rem}.pricing-hero p{font-size:1.2rem;opacity:.8;max-width:800px;margin:0 auto;line-height:1.6;position:relative;z-index:2;animation:fadeInUp 1s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:1600px;margin:-3rem auto 0rem;padding:0 2rem;position:relative;z-index:2}.pricing-card:hover{cursor:pointer}.pricing-card{background:#fff;padding:3rem 2rem;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 10px 15px -3px #0000000d;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;animation:cardAppear .8s ease-out both}.pricing-card:nth-child(1){animation-delay:.1s}.pricing-card:nth-child(2){animation-delay:.2s}.pricing-card:nth-child(3){animation-delay:.3s}@keyframes cardAppear{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,#eab308,transparent);opacity:0;transition:opacity .3s}.pricing-card:hover:before{opacity:1}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #0000001a;border-color:#fc0}.pricing-card.featured{background:#1b4780;border:2px solid #FFCC00;transform:scale(1.05);box-shadow:0 20px 25px -5px #1e3a8a33;position:relative}.pricing-card.featured:hover{transform:scale(1.05) translateY(-10px);box-shadow:0 40px 70px #1e3a8a4d}.featured-badge{position:absolute;top:0;left:50%;transform:translate(-50%);background:#eab308;color:#1e3a8a;padding:.5rem 1.5rem;border-radius:20px;font-weight:800;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;animation:badgePulse 2s infinite}@keyframes badgePulse{0%,to{box-shadow:0 0 10px #eab30880}50%{box-shadow:0 0 20px #eab308cc}}.discount-tag{position:absolute;top:15px;right:15px;background:#10b981;color:#fff;padding:.3rem .8rem;border-radius:8px;font-weight:700;font-size:.75rem;z-index:3;box-shadow:0 4px 6px -1px #0000001a}[dir=rtl] .discount-tag{right:auto;left:15px}.card-header h3{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:#64748b;margin-bottom:1.5rem;font-weight:700}.pricing-card.featured .card-header h3{color:#eab308}.price{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem;display:flex;align-items:baseline;gap:5px;white-space:nowrap;flex-wrap:nowrap}.pricing-card.featured .price{color:#fff}.price span{font-size:1rem;color:#64748b;font-weight:400}.pricing-card.featured .price span{color:#ffffffb3}.plan-description{font-size:.95rem;color:#64748b;line-height:1.5;margin-bottom:2rem}.pricing-card.featured .plan-description{color:#fffc}.features-list{list-style:none;padding:0;margin:2rem 0;display:flex;flex-direction:column;gap:1rem;direction:ltr}.features-list li{display:flex;align-items:center;gap:.8rem;font-size:.95rem;color:#1e293b;transition:transform .3s}.pricing-card.featured .features-list li{color:#fff}.features-list li:hover{transform:translate(5px)}.features-list li svg{flex-shrink:0}.plan-btn{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#1e3a8a;font-weight:700;cursor:pointer;transition:all .3s;margin-top:auto;position:relative;overflow:hidden}.plan-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(234,179,8,.2),transparent);transition:left .5s}.plan-btn:hover:before{left:100%}.plan-btn:hover{background:#f8fafc;border-color:#eab308;transform:translateY(-2px);box-shadow:0 5px 15px #eab30833}.featured .plan-btn{background:#eab308;border:none;color:#1e3a8a;box-shadow:0 4px 6px -1px #eab3084d}.featured .plan-btn:hover{background:#f1c40f;transform:translateY(-2px);box-shadow:0 10px 20px #eab30866}.support-banner{max-width:1200px;margin:4rem auto;padding:0 2rem}.banner-content{background:linear-gradient(90deg,#1b4780,#2a3d56);padding:3rem 4rem;border-radius:24px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:2rem;border:1px solid rgba(234,179,8,.2);position:relative;overflow:hidden;animation:bannerSlide 1s ease-out}@keyframes bannerSlide{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.banner-content:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(234,179,8,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.banner-text h2{font-size:2rem;margin-bottom:1rem;position:relative;z-index:1}.banner-text p{font-size:1.1rem;opacity:.8;max-width:382px;line-height:1.5;margin-bottom:1.5rem}.contact-btn{background:#fc0;color:#1b4780;padding:1rem 2rem;border-radius:12px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:.8rem;white-space:nowrap;position:relative;z-index:1;transition:all .3s;width:fit-content}.contact-btn:hover{background:#f1c40f;transform:translateY(-2px);box-shadow:0 10px 20px #eab3084d}.banner-image{flex:1;display:flex;justify-content:flex-end;position:relative;z-index:1}.banner-image img{max-width:420px;width:100%;border-radius:18px;object-fit:cover;box-shadow:0 20px 40px #00000040;height:287px}.faq-section{max-width:900px;margin:-1rem auto;padding:0 2rem 69px}.faq-section h2{font-family:Space Grotesk;font-size:2.5rem;color:#1e3a8a;text-align:center;margin-bottom:4rem;position:relative}.faq-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:3px;background:#eab308;border-radius:2px}.faq-grid{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#f8fafc;border:1px solid #E2E8F0;border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s;animation:faqAppear .6s ease-out both}.faq-item:nth-child(1){animation-delay:.1s}.faq-item:nth-child(2){animation-delay:.2s}.faq-item:nth-child(3){animation-delay:.3s}.faq-item:nth-child(4){animation-delay:.4s}.faq-item:nth-child(5){animation-delay:.5s}@keyframes faqAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-item:hover{border-color:#eab308;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.faq-question{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#1e3a8a;font-size:1.1rem}.faq-answer{margin-top:1rem;color:#64748b;line-height:1.6;animation:answerReveal .3s ease-out}@keyframes answerReveal{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.faq-item svg{color:#eab308;transition:transform .3s}.faq-item:hover svg{transform:scale(1.1)}@media(max-width:1550px){.pricing-grid{grid-template-columns:repeat(3,1fr);max-width:1200px}}@media(max-width:1024px){.pricing-grid{grid-template-columns:repeat(2,1fr);max-width:800px;margin-top:-4rem}.pricing-card.featured{transform:none;order:unset}.pricing-card.featured:hover{transform:translateY(-10px)}.banner-content{flex-direction:column;text-align:center;padding:2.5rem}.banner-text{text-align:center;display:flex;flex-direction:column;align-items:center}.banner-image{justify-content:center;margin-top:2rem}.banner-image img{max-width:100%}.pricing-hero h1{font-size:2.8rem;top:30px}.pricing-hero p{font-size:1.1rem;top:15px;padding:0 1rem}}@media(max-width:700px){.pricing-grid{grid-template-columns:1fr;max-width:500px}}@media(max-width:768px){.pricing-hero{padding:0rem 1rem 6rem}.pricing-hero h1{font-size:2.2rem;top:20px}.pricing-hero p{font-size:1rem;top:10px}.pricing-grid{padding:0 1rem;margin:-1rem auto 3rem;gap:1.5rem}.pricing-card{padding:2rem 1.5rem}.support-banner{margin:2rem auto;padding:0 1rem}.banner-content{padding:2rem}.contact-btn{margin:0 auto}.faq-section{padding:0 1rem 3rem;margin:0 auto}.faq-section h2{font-size:2rem;margin-bottom:2.5rem}.faq-item{padding:1.2rem}.price{font-size:2.8rem}}@media(max-width:480px){.pricing-hero h1{font-size:1.8rem}.pricing-hero p{font-size:.9rem}.price{font-size:2.5rem}.features-list li{font-size:.9rem}.faq-question{font-size:1rem}.faq-answer{font-size:.9rem}}[data-theme=dark] .pricing-container,[data-theme=dark] .pricing-hero{background:#0f172a}[data-theme=dark] .pricing-hero h1,[data-theme=dark] .pricing-hero p{color:#f8fafc}[data-theme=dark] .pricing-card{background:#1e293b;border-color:#334155}[data-theme=dark] .price{color:#f8fafc}[data-theme=dark] .plan-description{color:#94a3b8}[data-theme=dark] .features-list li{color:#cbd5e1}[data-theme=dark] .plan-btn{background:#334155;color:#f8fafc;border-color:#475569}[data-theme=dark] .plan-btn:hover{background:#475569}[data-theme=dark] .pricing-card.featured{background:#1e3a8a;border-color:#fbbf24}[data-theme=dark] .banner-content{background:linear-gradient(135deg,#1e293b,#334155)}[data-theme=dark] .faq-item{background:#1e293b;border-color:#334155}[data-theme=dark] .faq-question{color:#e2e8f0}[data-theme=dark] .faq-answer{color:#94a3b8}[data-theme=dark] .faq-section h2{color:#e2e8f0}[dir=rtl] .pricing-hero{text-align:right}[dir=rtl] .faq-section h2:after{right:50%;left:auto;transform:translate(50%)}[dir=rtl] .features-list li:hover{transform:translate(-5px)}[dir=rtl] .features-list li span{direction:rtl}[dir=rtl] .banner-text{text-align:right}@media(max-width:1024px)and (dir="rtl"){.banner-content{flex-direction:column;text-align:center}.banner-text{text-align:center}}.rtl-icon{margin-right:0!important;margin-left:.8rem!important}.rtl-arrow{transform:rotate(180deg)}[dir=rtl] .faq-question svg{margin-left:0;margin-right:auto}[dir=rtl] .contact-btn,[dir=rtl] .features-list li{flex-direction:row-reverse}[dir=rtl] .features-list li svg{margin-right:0;margin-left:.8rem}[dir=rtl] .price span{margin-right:5px;margin-left:0}[dir=rtl] .pricing-hero h1,[dir=rtl] .pricing-hero p{text-align:center}[dir=rtl] .features-list li{text-align:left}[dir=rtl] .card-header h3,[dir=rtl] .plan-description,[dir=rtl] .features-list li,[dir=rtl] .banner-text h2,[dir=rtl] .banner-text p,[dir=rtl] .faq-question,[dir=rtl] .faq-answer{text-align:right}[dir=rtl] .price{text-align:right;justify-content:flex-start}@media(max-width:768px){[dir=rtl] .pricing-hero h1,[dir=rtl] .pricing-hero p{text-align:center}}.pricing-container.loading{display:flex;justify-content:center;align-items:center;background:#f8fafc}.loader{font-size:1.5rem;font-weight:700;color:#1b4780;animation:loaderPulse 2s infinite}@keyframes loaderPulse{0%,to{opacity:.5}50%{opacity:1}}.review-confirm-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f0f9ff);padding:5.5rem 1rem 4rem;font-family:Cairo,-apple-system,BlinkMacSystemFont,sans-serif}.review-confirm-container.rtl{direction:rtl;text-align:right}.review-confirm-container.ltr{direction:ltr;text-align:left}.review-header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;margin-top:80px}.review-header h1{font-size:clamp(28px,4vw,36px);font-weight:800;color:#1b4780;margin-bottom:.75rem;position:relative;display:inline-block;word-break:break-word;padding:0 10px}.review-header h1:after{content:"";position:absolute;bottom:-8px;width:80px;height:4px;background:#ffd400;border-radius:2px}.review-confirm-container.rtl .review-header h1:after{right:50%;transform:translate(50%)}.review-confirm-container.ltr .review-header h1:after{left:50%;transform:translate(-50%)}.review-header p{margin-top:1rem;font-size:clamp(14px,2vw,16px);color:#a18e45;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto;padding:0 15px;word-break:break-word}.review-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;grid-template-areas:"package features" "invoice invoice" "payment-buttons payment-buttons"}.card{background:#fff;border-radius:20px;padding:clamp(1.5rem,3vw,2rem);border:1px solid #EAE4CD;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000014}.card-title{font-size:clamp(18px,2.5vw,20px);font-weight:700;color:#1b4780;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9;display:flex}.included{margin:7px 15px}.package-card{grid-area:package;position:relative;border-top:6px solid #ffd400;display:flex;flex-direction:column;min-height:320px}.package-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.package-name{font-size:clamp(20px,3vw,24px);font-weight:800;color:#1e293b;margin:0;flex-grow:1;word-break:break-word}.package-tag{background:#dcfce7;color:#166534;font-size:clamp(11px,1.5vw,12px);font-weight:600;padding:.25rem .75rem;border-radius:20px;white-space:nowrap}.package-description-wrapper{flex-grow:1;margin:1rem 0 1.5rem}.package-dessc{font-size:clamp(14px,2vw,15px);color:#475569;line-height:1.7;display:block;word-break:break-word}.package-footer{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid #e5e7eb;margin-top:auto}.status-badge{background:#f0f9ff;color:#1b4780;border:1.5px solid #bae6fd;border-radius:10px;padding:clamp(.5rem,1.5vw,.75rem) clamp(1rem,2vw,1.25rem);font-size:clamp(13px,1.5vw,14px);font-weight:600;display:inline-flex;gap:.5rem;align-items:center;flex-grow:1;min-width:0;text-align:center;justify-content:center}.status-badge span{background:#0ea5e9;color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.outline-btn{border:2px solid #1e293b;background:transparent;color:#1b4780;padding:clamp(.75rem,1.5vw,.875rem) clamp(1rem,2vw,1.5rem);border-radius:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;font-size:clamp(14px,1.8vw,15px);white-space:nowrap;min-width:min-content;justify-content:center;flex-shrink:0}.outline-btn:hover{background:#1b4780;color:#fff}.features-card{grid-area:features;background:linear-gradient(135deg,#fff,#f8fafc)}.features-listt{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;align-items:flex-start;padding:.5rem 0;gap:1rem}.feature-icon{width:clamp(36px,5vw,40px);height:clamp(36px,5vw,40px);min-width:clamp(36px,5vw,40px);border-radius:10px;background:#fff;color:#fc0;border:1px solid #FFCC00;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-text{flex-grow:1;min-width:0}.feature-item h4{font-size:clamp(15px,2vw,16px);font-weight:700;color:#1b4780;margin-bottom:.25rem;word-break:break-word}.package-header h2{color:#1b4780;font-size:30px}[dir=rtl] h2{text-align:start!important}.feature-item p{font-size:clamp(13px,1.8vw,14px);color:#a18e45;line-height:1.5;margin:0;word-break:break-word}.invoice-card{grid-area:invoice;text-align:center;background:#fff;border:1px solid #EAE4CD;padding:clamp(1.5rem,3vw,2rem);position:relative}.invoice-header{display:flex;justify-content:center;align-items:center;gap:.75rem;color:#1b4780;margin-bottom:1.5rem;flex-wrap:wrap}.invoice-header h3{font-size:clamp(18px,2.5vw,20px);font-weight:700;margin:0;text-align:center;word-break:break-word}.invoice-value{font-size:clamp(32px,6vw,48px);font-weight:800;margin:1rem 0 2rem;color:#1b4780;direction:ltr;display:block;font-family:Roboto,monospace;word-break:break-word;line-height:1.2}.invoice-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:clamp(1rem,2vw,2rem);margin:2rem 0}.invoice-detail-item{background:#fbf6e44d;border:1px solid #EAE4CD;border-radius:12px;padding:clamp(1rem,2vw,1.25rem);display:flex;flex-direction:column;align-items:center;justify-content:center}.detail-row{display:flex;flex-direction:column;gap:.5rem;text-align:center;width:100%}.invoice-detail-label{font-size:clamp(13px,1.8vw,14px);color:#a18e45;font-weight:500;line-height:1.4;word-break:break-word}.invoice-detail-value{font-size:clamp(15px,2vw,16px);font-weight:700;color:#1b4780;line-height:1.4;word-break:break-word}.capacity-note,.tax-note{font-size:clamp(11px,1.5vw,12px);color:#64748b;font-style:italic;margin-top:.25rem;word-break:break-word}.savings-badge{position:absolute;top:20px;background:#dcfce7;color:#166534;font-size:clamp(12px,2vw,14px);font-weight:700;padding:clamp(.4rem,1vw,.5rem) clamp(1rem,2vw,1.25rem);border-radius:20px;box-shadow:0 4px 12px #22c55e33;word-break:break-word;text-align:center}.review-confirm-container.ltr .savings-badge{right:clamp(15px,2vw,20px);left:auto}.review-confirm-container.rtl .savings-badge{left:clamp(15px,2vw,20px);right:auto}.payment-buttons-container{grid-area:payment-buttons;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;width:100%;padding:0 10px}.payment-btn{width:100%;max-width:min(400px,90vw);padding:clamp(.875rem,2vw,1rem) clamp(1.5rem,3vw,2rem);border-radius:12px;font-size:clamp(15px,2vw,16px);font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;transition:all .3s ease;border:none;font-family:inherit;text-align:center;word-break:break-word}.primary-btn{background:linear-gradient(135deg,#fc0,#fbbf24)!important;color:#1b4780!important;box-shadow:0 8px 25px #ffd40066;width:100%!important}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #ffd40080}.secondary-btn{background:#fff;color:#64748b;border:2px solid #e2e8f0!important;box-shadow:0 4px 15px #0000000d}.secondary-btn:hover{background:#f8fafc;border-color:#cbd5e1!important;transform:translateY(-2px)}.payment-btn:active{transform:translateY(0)}@media(max-width:1024px){.review-grid{grid-template-columns:1fr;grid-template-areas:"package" "features" "invoice" "payment-buttons";gap:1.5rem;max-width:600px;padding:0 10px}.package-footer{flex-direction:column;align-items:stretch;gap:1rem}.outline-btn{width:100%;justify-content:center}}@media(max-width:768px){.review-confirm-container{padding:1.5rem .5rem 3rem}.review-header{margin-top:60px;padding:0 10px}.card{padding:1.25rem}.invoice-details{grid-template-columns:1fr}.feature-item{flex-direction:row;align-items:flex-start;text-align:start;gap:.75rem}.review-confirm-container.ltr .feature-item{align-items:flex-start;text-align:left}.review-confirm-container.rtl .feature-item{align-items:flex-end;text-align:right}.savings-badge{position:relative;top:0;margin-bottom:1rem;display:inline-block;left:auto!important;right:auto!important;text-align:center}.package-header{flex-direction:column;align-items:flex-start;gap:.5rem}.review-confirm-container.ltr .package-header{align-items:flex-start}.review-confirm-container.rtl .package-header{align-items:flex-end}}@media(max-width:480px){.review-confirm-container{padding:1rem .5rem 2rem}.review-header{margin-top:50px;margin-bottom:2rem}.review-header h1{font-size:24px}.review-header p{font-size:14px;padding:0 5px}.card{padding:1rem;border-radius:16px}.package-card{min-height:auto}.payment-buttons-container{margin-top:1rem;gap:.75rem}.payment-btn{max-width:100%;padding:.75rem 1rem}.invoice-value{font-size:28px;margin:.5rem 0 1.5rem}.features-listt{gap:1rem}.feature-icon{width:32px;height:32px;min-width:32px}}@media(max-width:360px){.review-header h1{font-size:22px}.review-header p{font-size:13px}.card{padding:.875rem}.package-name{font-size:18px}.invoice-value{font-size:24px}.payment-btn{font-size:14px;padding:.625rem .875rem}.outline-btn{font-size:13px;padding:.625rem 1rem}}@media(max-height:600px)and (orientation:landscape){.review-confirm-container{padding:1rem .5rem 2rem}.review-header{margin-top:108px;margin-bottom:1.5rem}.review-header h1{font-size:24px}.review-header p{font-size:14px;margin-top:.5rem}.review-grid{gap:1rem}.card{padding:1rem}.package-card{min-height:auto}}@media(min-width:1600px){.review-grid{max-width:1400px}.review-header{max-width:1000px}.review-header p{max-width:800px}}.review-confirm-container.rtl .feature-item p{text-align:right!important}.invoice-summary-grid{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;text-align:center}.summary-col{flex:1;position:relative}.summary-col:not(:last-child):after{content:"";position:absolute;right:0;top:15%;height:70%;width:1px;background:#e5e7eb}.ltr .summary-col:not(:last-child):after{right:auto;left:0}.col-label{color:#94a3b8;font-size:.85rem;display:block;margin-bottom:.5rem}.col-main-value{color:#1e3a8a;font-weight:700;font-size:1.1rem}.col-main-value.highlight{font-size:1.6rem}.save-badge{background:#fffbeb;color:#b45309;font-size:.75rem;padding:2px 8px;border-radius:4px;margin-inline-start:8px}.monthly-footer{background:#f8fafc;padding:1rem;border-radius:8px;text-align:center;margin-top:1rem;border:1px dashed #cbd5e1}@media(prefers-reduced-motion:reduce){.card,.payment-btn,.outline-btn{transition:none}.card:hover,.payment-btn:hover,.outline-btn:hover{transform:none}}.invoice-summary-grid{display:flex;flex-direction:row;gap:2rem;padding:1.5rem 0;text-align:center}.summary-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.col-label{color:#94a3b8;font-size:.9rem;margin-bottom:.5rem}.col-main-value{color:#1e3a8a;font-weight:700;font-size:1.2rem;line-height:1.4}.col-main-value.highlight{font-size:1.75rem;color:#1e3a8a}@media(max-width:768px){.invoice-summary-grid{flex-direction:column}.summary-col:not(:last-child):after{content:none!important}}.payment-success-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;flex-direction:column;margin-top:55px}.success-container{max-width:min(800px,90vw);margin:auto;padding:clamp(80px,10vh,120px) clamp(1rem,3vw,1.5rem);width:100%;flex-grow:1;display:flex;align-items:center}.success-card{background:#fff;border-radius:clamp(16px,3vw,20px);padding:clamp(1.5rem,4vw,3rem);box-shadow:0 10px 30px #00000014;text-align:center;width:100%;margin:0 auto}.success-icon{color:#10b981;margin-bottom:clamp(1rem,2vw,1.5rem);animation:bounce 1s ease}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.success-title{font-size:clamp(24px,4vw,32px);font-weight:800;color:#1b4780;margin-bottom:clamp(.75rem,1.5vw,1rem);line-height:1.3;word-break:break-word;padding:0 clamp(.5rem,2vw,1rem)}.success-message{font-size:clamp(16px,2.5vw,18px);color:#475569;line-height:1.6;margin-bottom:clamp(1.5rem,3vw,2.5rem);padding:0 clamp(.5rem,2vw,2rem);word-break:break-word}.details-title{font-size:clamp(18px,3vw,22px);font-weight:700;color:#1b4780;margin-bottom:clamp(1rem,2vw,1.5rem);text-align:center}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:clamp(1rem,2vw,1.5rem);background:#f8fafc;padding:clamp(1rem,2.5vw,2rem);border-radius:clamp(12px,2vw,15px);margin-bottom:clamp(1.5rem,3vw,2.5rem);text-align:center}.detail-item{display:flex;flex-direction:column;align-items:center;padding:clamp(.75rem,1.5vw,1rem);background:#fff;border-radius:clamp(8px,1.5vw,10px);border:1px solid #e2e8f0;gap:.5rem}.detail-label{font-size:clamp(13px,1.8vw,14px);color:#64748b;font-weight:500;text-align:center;word-break:break-word}.detail-value{font-size:clamp(14px,2vw,16px);font-weight:700;color:#1b4780;text-align:center;word-break:break-word}.action-buttons{display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2rem);margin-top:clamp(1.5rem,3vw,3rem);width:100%}.action-row{width:100%}.main-actions{display:flex;flex-direction:column;gap:clamp(1rem,2vw,48px);align-items:center;width:100%}.primary-btn{background:#1b4780;color:#fff;border:none;border-radius:clamp(10px,1.5vw,12px);padding:clamp(.875rem,2vw,1.25rem) clamp(1rem,2.5vw,2rem);font-size:clamp(16px,2.5vw,18px);font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:clamp(.5rem,1.5vw,1rem);transition:all .3s ease;width:100%;max-width:min(400px,100%);margin:0 auto}.primary-btn:hover{background:#15325c;transform:translateY(-3px);box-shadow:0 10px 20px #1b478033}.download-action-btn,.dashboard-btn{width:100%}.support-section{display:flex;flex-direction:column;align-items:center;gap:clamp(1rem,2vw,1.5rem);border:2px solid #1B4780;border-radius:clamp(12px,2vw,15px);padding:clamp(1rem,2vw,1.5rem) clamp(1rem,2.5vw,2rem);margin-top:1rem;text-align:center;width:100%}.support-info{display:flex;flex-direction:column;align-items:center;gap:clamp(.5rem,1.5vw,1rem);text-align:center}.support-info svg{color:#1b4780;font-size:clamp(20px,2.5vw,24px)}.support-title{font-size:clamp(15px,2vw,16px);font-weight:700;color:#1b4780;margin:0;word-break:break-word}.support-subtitle{font-size:clamp(13px,1.8vw,14px);color:#66717f;margin:.25rem 0 0;word-break:break-word}.support-btn{background:#1b4780;color:#fff;border:none;border-radius:clamp(6px,1vw,8px);padding:clamp(.625rem,1.5vw,.75rem) clamp(1rem,2vw,1.5rem);font-size:clamp(13px,1.8vw,14px);font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:200px}.support-btn:hover{background:#15325c;transform:translateY(-2px)}@media(min-width:480px){.detail-item{flex-direction:row;justify-content:space-between;text-align:left}.detail-label{text-align:left}.detail-value{text-align:right}}@media(min-width:640px){.main-actions{flex-direction:row;justify-content:center;gap:clamp(1rem,3vw,48px)}.primary-btn{width:auto;min-width:200px}.support-section{flex-direction:row;justify-content:space-between;text-align:left}.support-info{flex-direction:row;text-align:left;align-items:flex-start}.support-btn{width:auto}}@media(min-width:768px){.details-grid{grid-template-columns:repeat(2,1fr)}.detail-item{flex-direction:row;justify-content:space-between}}@media(max-width:767px){.success-container{padding:60px 1rem 2rem}.success-card{padding:clamp(1.25rem,3vw,1.5rem)}.details-grid{grid-template-columns:1fr}.detail-item{flex-direction:column;align-items:center;text-align:center}.detail-label,.detail-value{text-align:center}}@media(max-width:480px){.success-container{padding:50px .75rem 1.5rem}.success-card{padding:1rem .875rem;border-radius:12px}.success-title{font-size:20px;padding:0}.success-message{font-size:15px;padding:0 .5rem}.primary-btn{padding:.75rem 1rem;font-size:15px}.action-buttons{gap:1.25rem;margin-top:2rem}}@media(max-width:360px){.success-title{font-size:18px}.success-message{font-size:14px}.details-title{font-size:16px}.primary-btn{font-size:14px;padding:.625rem .875rem}.support-section{padding:.875rem 1rem}}@media(max-height:600px)and (orientation:landscape){.success-container{padding:60px 1rem 1rem}.success-card{padding:1.5rem}.success-icon{margin-bottom:.75rem}.success-title{font-size:20px;margin-bottom:.5rem}.success-message{font-size:15px;margin-bottom:1.5rem}.action-buttons{margin-top:1.5rem;gap:1rem}.primary-btn{padding:.75rem 1rem;font-size:15px}}@media(min-width:1200px){.success-container{max-width:900px}.success-card{padding:3.5rem}}@media(prefers-reduced-motion:reduce){.success-icon,.primary-btn,.support-btn{animation:none}.primary-btn:hover,.support-btn:hover{transform:none}}html[dir=rtl] .detail-item,html[dir=rtl] .detail-label{text-align:right}html[dir=rtl] .detail-value{text-align:left}html[dir=rtl] .support-info{align-items:flex-end}html[dir=rtl] .support-info svg{order:2;margin-left:0;margin-right:.5rem}html[dir=rtl] .support-info div{order:1}@media print{body *{visibility:hidden}.printable-invoice,.printable-invoice *{visibility:visible}.printable-invoice{position:absolute;left:0;top:0;width:100%;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important}.action-buttons,.support-section,.download-action-btn{display:none!important}.printable-invoice{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
