*{margin:0;padding:0}.lm-footer{background:#f3f2fb;border-top:1px solid #e1ddf5;padding:28px 80px 20px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#4a435f;font-size:14px}.lm-footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:10px}.lm-footer-logo{font-size:18px;font-weight:700;color:#2a2440;margin-bottom:6px}.lm-footer-address{line-height:1.6}.lm-footer-right{text-align:right}.lm-footer-small{margin:0 0 4px}.lm-footer-bottom{text-align:center;font-size:13px;color:#766f8b;border-top:1px solid #e8e5f7;padding-top:8px}@media(max-width:768px){.lm-footer{padding:24px 20px 18px}.lm-footer-inner{flex-direction:column;align-items:flex-start}.lm-footer-right{text-align:left}}.hero-left h1{font-size:48px;font-weight:600;line-height:1.2;margin-bottom:25px}.hero-left p{font-size:18px;line-height:1.6;max-width:520px;margin-bottom:40px;color:#f0f0f0}.hero-buttons{display:flex;gap:20px}.primary-btn{background-color:#e6b400;color:#fff;border:none;padding:14px 26px;font-size:15px;font-weight:600;cursor:pointer;border-radius:999px}.primary-btn:hover{background-color:#cc9b00}.secondary-btn{background:transparent;color:#fff;border:1px solid white;padding:14px 26px;font-size:15px;cursor:pointer;border-radius:999px}.secondary-btn:hover{background-color:#fff;color:#111}.hero{position:relative;height:calc(100vh - 125px);width:100%;overflow:hidden;color:#fff}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 80% center,#0000001a,#000000d9),linear-gradient(to right,#0a050ff2,#0a050f66);z-index:1}.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding:0 80px}.hero-left{max-width:50%}.hero-left h1{font-size:clamp(28px,3vw + 10px,48px);font-weight:600;line-height:1.2;margin-bottom:20px}.hero-left p{font-size:clamp(14px,1.1vw + 8px,18px);line-height:1.6;max-width:520px;margin-bottom:32px;color:#f0f0f0}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.primary-btn,.secondary-btn{padding:12px 22px;font-size:14px;border-radius:999px}.hero-snow-right{pointer-events:none;position:absolute;inset:0;z-index:3;background-image:radial-gradient(2px 2px at 70% 10%,rgba(255,255,255,.9),transparent),radial-gradient(2px 2px at 90% 30%,rgba(255,255,255,.8),transparent),radial-gradient(3px 3px at 80% 60%,rgba(255,255,255,.85),transparent),radial-gradient(2px 2px at 75% 40%,rgba(255,255,255,.9),transparent),radial-gradient(2px 2px at 95% 70%,rgba(255,255,255,.8),transparent),radial-gradient(3px 3px at 85% 90%,rgba(255,255,255,.85),transparent);background-size:180px 180px,200px 200px,220px 220px,160px 160px,190px 190px,210px 210px;animation:heroSnowRight 16s linear infinite;opacity:.8}@keyframes heroSnowRight{0%{background-position:0px -200px,0px -300px,0px -250px,0px -180px,0px -260px,0px -220px}to{background-position:0px 600px,0px 800px,0px 700px,0px 650px,0px 850px,0px 750px}}@media(max-width:1024px){.hero{height:calc(100vh - 110px)}.hero-content{padding:0 40px}.hero-left{max-width:60%}.hero-left p{max-width:100%}}@media(max-width:768px){.hero{height:auto;min-height:calc(100vh - 80px)}.hero-content{flex-direction:column;justify-content:center;align-items:flex-start;padding:40px 20px 60px}.hero-left{max-width:100%}.hero-left h1{font-size:26px}.hero-left p{font-size:14px;margin-bottom:24px}.hero-buttons{flex-direction:column;align-items:stretch;width:100%}.primary-btn,.secondary-btn{width:100%;text-align:center;padding:12px 18px}.hero-snow-right{clip-path:inset(0 0 0 50%)}}@media(max-width:480px){.hero-content{padding:30px 16px 50px}.hero-left h1{font-size:22px}.hero-left p{font-size:13px}}@media(max-width:768px){.hero{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center}.hero-content{position:relative;z-index:2;width:100%;max-width:520px;height:auto;display:block;padding:40px 20px}.hero-left{max-width:100%}.hero-left h1{font-size:26px;text-align:left}.hero-left p{font-size:14px;margin-bottom:24px;text-align:left}.hero-buttons{display:flex;flex-direction:column;gap:12px;width:100%}.primary-btn,.secondary-btn{width:100%;text-align:center}.hero-snow-right{clip-path:inset(0 0 0 50%)}}.navbar{height:80px;position:relative;display:flex;justify-content:space-between;align-items:center;padding:0 40px;background-color:#fff;box-shadow:0 2px 8px #00000014}.navbar-logo img{max-height:120px;width:auto;object-fit:contain;transition:max-height .3s ease}.navbar-logo{display:flex;align-items:center;gap:10px}.navbar-menu{display:flex;list-style:none;gap:30px;margin:0;padding:0}.nav-link{position:relative;text-decoration:none;color:#333;font-size:16px;font-weight:500;padding-bottom:0;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#007bff}.nav-link:after{content:"";position:absolute;left:0;bottom:-32px;width:0;height:4px;background-color:#007bff;transition:width .35s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.navbar-hamburger{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:#333;padding:8px}.hamburger-icon{transition:transform .3s ease}@media(max-width:1024px){.navbar{padding:0 20px}.navbar-logo img{max-height:100px}.navbar-menu{gap:20px}}@media(max-width:768px){.navbar-menu{display:none}.navbar-hamburger{display:block}.navbar-logo img{max-height:50px}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1000;display:flex;justify-content:flex-end}.mobile-menu{width:80%;max-width:350px;background:#fff;padding:80px 20px 20px;box-shadow:-5px 0 20px #0000001a;display:flex;flex-direction:column;gap:10px}.mobile-nav-link,.mobile-topnav-link{padding:15px 10px;font-size:16px;color:#333;text-decoration:none;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.mobile-nav-link:hover,.mobile-topnav-link:hover{background-color:#f8f9ff;color:#007bff}.mobile-topnav-items{margin-top:20px;padding-top:20px;border-top:2px solid #e5e5e5}.mobile-topnav-link{font-size:15px;font-weight:500}}@media(max-width:480px){.navbar{padding:0 15px}.navbar-logo img{max-height:45px}.mobile-menu{width:90%}}.mobile-login-link{display:block;padding:15px 20px;font-size:16px;color:#333;text-decoration:none;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease;font-weight:500}.mobile-login-link:hover{background-color:#f8f9ff;color:#007bff}.mobile-user-dropdown{position:relative}.mobile-user-trigger{display:none;align-items:center;gap:10px;padding:15px 20px;font-size:16px;color:#333;background:none;border:none;width:100%;text-align:left;cursor:pointer;border-bottom:1px solid #f0f0f0}.mobile-user-icon{font-size:20px;color:#4b4b6a}.mobile-user-menu{display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-user-dropdown:hover .mobile-user-menu{max-height:200px;padding:10px 0}.mobile-user-menu button{background:none;border:none;padding:12px 20px;text-align:left;font-size:14px;cursor:pointer;color:#333;transition:background-color .2s ease}.mobile-user-menu button:hover{background:#e1ddf5}.mobile-close-btn{position:absolute;top:20px;right:20px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1001}.mobile-close-btn:hover{background:#e9ecef;transform:scale(1.05)}.close-icon{font-size:18px;color:#6c757d}.mobile-close-btn:hover .close-icon{color:#dc3545}.mobile-menu{width:80%;max-width:350px;background:#fff;padding:80px 20px 20px;box-shadow:-5px 0 20px #0000001a;display:flex;flex-direction:column;gap:10px;position:relative}.sv-section{padding:80px 80px 100px;background:#07020f;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.sv-header{text-align:center;margin-bottom:60px}.sv-eyebrow{font-size:13px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:#b76cff;margin-bottom:14px}.sv-title{font-size:28px;line-height:1.5;font-weight:500;color:#fff}.sv-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 32px}.sv-card{background:#12091f;border-radius:32px;padding:32px 32px 30px;border:1px solid #28163f;box-shadow:0 22px 45px #0009}.sv-card-title{font-size:18px;font-weight:600;margin-bottom:14px;color:#fff}.sv-card-desc{font-size:14px;line-height:1.7;color:#c9c5d4;max-width:430px}@media(max-width:1024px){.sv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.sv-section{padding:60px 20px 80px}.sv-grid{grid-template-columns:1fr}.sv-card{padding:26px 22px}}.sp-section{padding:80px 80px 100px;background:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.sp-header{max-width:960px;margin:0 auto 60px}.sp-eyebrow{font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:#7c7c7c;margin-bottom:14px}.sp-title{font-size:26px;line-height:1.5;font-weight:500;color:#222}.sp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;max-width:1150px;margin:0 auto}.sp-card{background:linear-gradient(135deg,#7b5cff,#ff7edb);padding:2px;border-radius:32px;box-shadow:0 18px 40px #543fbc2e}.sp-card-inner{background:#fff;border-radius:30px;padding:40px 40px 34px;height:100%;display:flex;flex-direction:column;align-items:center}.sp-card-number{width:90px;height:90px;border-radius:50%;background:radial-gradient(circle at 30% 20%,#fff,#f2ecff);display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:700;color:#9c63ff;margin-bottom:26px}.sp-card-title{font-size:20px;line-height:1.5;font-weight:600;color:#222;margin-bottom:18px}.sp-card-desc{font-size:14px;line-height:1.7;color:#555;margin-bottom:22px}.sp-card-footer{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#7a7a7a;margin-top:auto;margin-bottom:22px}.sp-card-cta{border:none;background:transparent;color:#8747ff;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.sp-card-cta span{font-size:16px}.sp-card-inner:hover .sp-card-cta{color:#6a30ff}.sp-card-inner:hover{transform:translateY(-4px);transition:transform .18s ease-out}@media(max-width:1024px){.sp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.sp-section{padding:60px 20px 80px}.sp-grid{grid-template-columns:1fr}.sp-card-inner{align-items:flex-start;text-align:left}.sp-card-number{margin-left:0}}body{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.topnav{height:45px;background-color:#f5f5f4;display:flex;justify-content:flex-end;align-items:center;padding:0 50px;border-bottom:1px solid #e5e5e5}.topnav-right{display:flex;align-items:center;gap:22px}.topnav-text-link{text-decoration:none;font-size:14px;color:#111}.demo-btn{background-color:transparent;color:#111;border:1px solid #e1ab08;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer;border-radius:10px;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.demo-btn-active{background-color:#e1ab08;color:#fff;box-shadow:0 3px 8px #e1ab0866}.demo-btn:hover{background-color:#e1ab08;color:#fff}.topnav-user{position:relative;display:flex;align-items:center}.user-trigger{display:flex;align-items:center;gap:6px;border:none;background:transparent;cursor:pointer;padding:0}.user-icon{font-size:20px;color:#4b4b6a}.user-name{font-size:14px;color:#222}.user-menu{position:absolute;top:28px;right:0;background:#fff;border:1px solid #e1ddf5;box-shadow:0 10px 20px #221a4e1a;border-radius:8px;padding:8px 0;min-width:150px;z-index:20;display:flex;flex-direction:column}.user-menu button{background:none;border:none;text-align:left;padding:6px 14px;font-size:13px;cursor:pointer}.user-menu button:hover{background:#f3edff}.admin-badge{margin-left:4px;font-size:12px;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.user-menu button:nth-child(2){border-top:1px solid #e1ddf5}.active-link{background-color:#e1ab08;color:#fff!important;padding:6px 12px;border-radius:8px;font-weight:600}@media(max-width:768px){.topnav{padding:0 15px;height:40px}.topnav-right{gap:8px}.demo-btn,.topnav-text-link{font-size:12px;padding:4px 8px}.user-icon{font-size:18px}.user-name{display:none}}.why-section{padding:80px 80px 100px;background:#f8f7ff;color:#111;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.why-header{text-align:center;margin-bottom:52px}.why-eyebrow{font-size:13px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:#9a63ff;margin-bottom:12px}.why-title{font-size:26px;line-height:1.5;font-weight:500;color:#1f1933}.why-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 30px}.why-card{background:#fff;border-radius:24px;padding:24px 26px 22px;border:1px solid #e1ddf5;box-shadow:0 16px 32px #221a4e14}.why-card-title{font-size:17px;font-weight:600;margin-bottom:10px;color:#201b33}.why-card-desc{font-size:14px;line-height:1.7;color:#5a536f}@media(max-width:900px){.why-section{padding:60px 20px 80px}.why-grid{grid-template-columns:1fr}}.careers{padding:80px 80px 100px;background:#f8f7ff;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f1933}.careers-header{max-width:720px;margin:0 auto 48px;text-align:center}.careers-eyebrow{font-size:13px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:#9a63ff;margin-bottom:10px}.careers-title{font-size:28px;font-weight:600;margin-bottom:12px}.careers-subtitle{font-size:15px;line-height:1.7;color:#5a536f}.careers-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.6fr);gap:40px;max-width:1120px;margin:0 auto}.careers-left-title{font-size:18px;font-weight:600;margin-bottom:16px}.careers-perks{list-style:none;padding:0;margin:0 0 20px}.careers-perks li{font-size:14px;line-height:1.7;color:#4a435f;padding-left:20px;position:relative;margin-bottom:4px}.careers-perks li:before{content:"•";position:absolute;left:4px;color:#9a63ff}.careers-note{font-size:13px;line-height:1.7;color:#6b6580}.careers-note span{font-weight:600;color:#7b46ff}.careers-right{display:flex;flex-direction:column;gap:18px}.career-card{background:#fff;border-radius:18px;padding:18px 20px 16px;border:1px solid #e1ddf5;box-shadow:0 14px 28px #221a4e0f}.career-card-top{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:6px}.career-role{font-size:16px;font-weight:600}.career-type{font-size:12px;font-weight:500;color:#7d7694;text-align:right}.career-location{font-size:13px;font-weight:500;color:#9a63ff;margin-bottom:6px}.career-summary{font-size:13px;line-height:1.6;color:#5a536f;margin-bottom:10px}.career-cta{border:none;background:#f3edff;color:#7b46ff;font-size:13px;font-weight:600;padding:8px 14px;border-radius:999px;cursor:pointer}.career-cta:hover{background:#e4d5ff}@media(max-width:900px){.careers{padding:60px 20px 80px}.careers-layout{grid-template-columns:1fr}}.loading-jobs,.no-jobs{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#6b7280;min-height:300px}.loading-jobs{font-size:16px}.no-jobs h3{color:#374151;margin-bottom:.5rem}.careers-error{background:#fef2f2;border:1px solid #fecaca;padding:.5rem 1rem;border-radius:6px;font-size:13px}.career-meta{display:flex;gap:12px;margin:8px 0}.career-salary{font-size:14px;font-weight:600;color:#059669;background:#ecfdf5;padding:4px 12px;border-radius:20px}.career-experience{font-size:14px;color:#7c3aed;background:#f3e8ff;padding:4px 12px;border-radius:20px}@media(max-width:900px){.career-meta{flex-direction:column;align-items:flex-start;gap:6px}}.job-id-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:16px 24px;border-radius:16px 16px 0 0;margin:-24px -24px 20px;position:relative}.job-id-container{display:flex;align-items:center;gap:8px}.job-id-label{color:#ffffffe6;font-size:14px;font-weight:500;letter-spacing:.5px}.job-id-number{background:#fff3;color:#fff;font-size:24px;font-weight:700;padding:8px 16px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);letter-spacing:1px}.career-card-content{padding:0 24px 24px}.career-card{position:relative;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;transition:all .3s ease;border:1px solid #f1f5f9;overflow:hidden}.career-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.career-meta{display:flex;gap:12px;margin:12px 0}.career-salary{font-size:14px;font-weight:600;color:#059669;background:#ecfdf5;padding:6px 12px;border-radius:20px}.career-experience{font-size:14px;color:#7c3aed;background:#f3e8ff;padding:6px 12px;border-radius:20px}@media(max-width:900px){.job-id-header{margin:-20px -20px 16px;padding:14px 20px}.job-id-number{font-size:20px;padding:6px 12px}.career-card-content{padding:0 20px 20px}}.apply-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.apply-modal{background:#fff;border-radius:20px;max-width:600px;max-height:90vh;width:100%;overflow-y:auto;box-shadow:0 25px 50px #00000040}.modal-header{padding:24px 28px 0;position:relative;border-bottom:1px solid #f1f5f9;margin-bottom:24px}.modal-header h3{margin:0 0 8px;font-size:24px;font-weight:700}.job-id{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:12px}.close-btn{position:absolute;top:24px;right:24px;background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280}.modal-body{padding:0 28px 32px}.success-message{text-align:center;padding:40px 20px}.success-job-title{color:#059669;font-size:18px;font-weight:600;margin:12px 0}.apply-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;font-weight:600;color:#374151;font-size:14px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #f1f5f9;border-radius:12px;font-size:16px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.apply-submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;margin-top:12px}.apply-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px #667eea66}.apply-submit-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){.apply-form .form-row{grid-template-columns:1fr}.apply-modal{margin:10px}}.career-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin:.75rem 0;font-size:.9rem}.career-posted{color:#6b7280;background:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;white-space:nowrap}.career-salary,.career-experience{font-weight:500}@media(max-width:768px){.career-meta{flex-direction:column;gap:.5rem;align-items:flex-start}}.about{padding:80px 80px 90px;background:#fff;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f1933}.about-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:40px;align-items:center}.about-eyebrow{font-size:13px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:#9a63ff;margin-bottom:10px}.about-title{font-size:28px;font-weight:600;line-height:1.4;margin-bottom:18px}.about-text{font-size:15px;line-height:1.7;color:#5a536f;margin-bottom:10px}.about-right{display:grid;grid-template-columns:1fr;gap:16px}.about-stat{background:#f8f7ff;border-radius:18px;padding:14px 18px;border:1px solid #e1ddf5}.about-stat-number{display:block;font-size:22px;font-weight:700;color:#7b46ff;margin-bottom:4px}.about-stat-label{font-size:13px;color:#5a536f}@media(max-width:900px){.about{padding:60px 20px 70px}.about-inner{grid-template-columns:1fr}}.auth-section{min-height:calc(100vh - 125px);background:#f5f4ff;display:flex;justify-content:center;align-items:center;padding:60px 20px}.auth-card{background:#fff;max-width:900px;width:100%;border-radius:24px;padding:32px 36px 28px;box-shadow:0 24px 50px #221a4e24;border:1px solid #e1ddf5}.auth-header h2{font-size:24px;font-weight:600;margin-bottom:6px;color:#1f1933}.auth-header p{font-size:14px;color:#6b6580;line-height:1.6;margin-bottom:18px}.auth-error{background:#ffe5e5;border:1px solid #ffb2b2;color:#b3261e;font-size:13px;padding:8px 12px;border-radius:8px;margin-bottom:16px}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form label{font-size:13px;color:#413a57;display:flex;flex-direction:column;gap:4px}.auth-form input{border-radius:10px;border:1px solid #d8d4f0;padding:8px 10px;font-size:14px;outline:none;background:#faf9ff}.auth-form input:focus{border-color:#9a63ff;box-shadow:0 0 0 1px #9a63ff40}.auth-primary-btn{margin-top:10px;border:none;border-radius:999px;background:#7b46ff;color:#fff;font-size:14px;font-weight:600;padding:10px 18px;cursor:pointer;align-self:flex-start}.auth-primary-btn:disabled{opacity:.7;cursor:default}.auth-primary-btn:hover:not(:disabled){background:#6933f7}.auth-switch{font-size:13px;margin-top:8px;color:#5a536f}.auth-switch button{border:none;background:none;color:#7b46ff;font-weight:600;cursor:pointer;padding:0}.auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px}.auth-grid>div{display:flex;flex-direction:column;gap:12px}@media(max-width:900px){.auth-card{padding:24px 18px 22px}.auth-grid{grid-template-columns:1fr}}.auth-success{background:#e6ffed;border:1px solid #4caf50;color:#2e7d32;font-size:13px;padding:8px 12px;border-radius:8px;margin-bottom:16px}.auth-links{display:flex;flex-direction:column;gap:8px;margin-top:12px}.auth-link-btn{border:none;background:none;color:#7b46ff;font-size:13px;font-weight:600;cursor:pointer;padding:4px 0;text-align:left;text-decoration:underline}.auth-link-btn:hover{color:#6933f7}.auth-form input::placeholder{color:#9b94c5;opacity:1}@media(max-width:900px){.auth-links{flex-direction:column}}.required{color:#e74c3c;font-size:.8em}.auth-register-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem}.work-fields{grid-column:1 / -1;display:flex;flex-direction:column;gap:1rem;padding:1rem 0;border-top:1px solid #eee}.auth-section{display:flex;align-items:center;justify-content:center}.auth-card{max-width:800px;width:100%;padding:2rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-error{background:#fee;color:#c33;padding:.75rem;border-radius:.5rem;border-left:4px solid #e74c3c;margin-bottom:1rem}.profile-section{min-height:calc(100vh - 125px);background:#f8f7ff;display:flex;justify-content:center;align-items:flex-start;padding:60px 20px}.profile-card{background:#fff;max-width:800px;width:100%;border-radius:24px;padding:28px 30px 24px;box-shadow:0 22px 45px #221a4e1f;border:1px solid #e1ddf5}.profile-header h2{font-size:24px}.profile-save-btn{margin-top:10px;border:none;border-radius:999px;background:#7b46ff;color:#fff;font-size:14px;font-weight:600;padding:10px 18px;cursor:pointer}@media(max-width:900px){.profile-grid{grid-template-columns:1fr}}.profile-section{min-height:calc(100vh - 125px);background:#f8f7ff;padding:60px 20px}.profile-container{max-width:1400px;margin:0 auto;display:flex;gap:30px}.profile-sidebar{width:260px;flex-shrink:0}.sidebar-tabs{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 24px #221a4e14;border:1px solid #e8e5f2}.tab-btn{width:100%;border:none;background:transparent;padding:14px 16px;border-radius:12px;font-size:14px;font-weight:600;color:#6b6580;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;margin-bottom:8px}.tab-btn:hover{background:#f8f6ff;color:#5a4bb0}.tab-btn.active{background:linear-gradient(135deg,#7b46ff,#5a37e8);color:#fff;box-shadow:0 4px 12px #7b46ff4d}.application-count{background:#ffffff4d;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.profile-main{flex:1;min-width:0}.applications-content{background:#fff;border-radius:24px;padding:32px;box-shadow:0 22px 45px #221a4e1f;border:1px solid #e1ddf5;height:fit-content}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.content-header h2{font-size:24px;margin:0}.refresh-btn{border:none;background:#f3edff;color:#7b46ff;font-size:13px;font-weight:600;padding:8px 16px;border-radius:999px;cursor:pointer}.loading-state,.empty-state{text-align:center;padding:60px 20px;color:#6b6580}.empty-state h3{color:#413a57;margin-bottom:8px}.applications-list{display:flex;flex-direction:column;gap:16px}.application-card{border-radius:16px;padding:20px;border:1px solid #e8e5f2;background:#faf9ff;transition:all .2s ease}.application-card:hover{box-shadow:0 8px 24px #221a4e1a;border-color:#d8d4f0}.status-pending{border-left:4px solid #f59e0b}.status-inprogress{border-left:4px solid #3b82f6}.status-rejected{border-left:4px solid #ef4444;background:#fef2f2}.app-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.app-header h4{margin:0;font-size:16px;color:#221f2e}.status-badge{padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;text-transform:capitalize}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.inprogress{background:#dbeafe;color:#2563eb}.status-badge.rejected{background:#fecaca;color:#dc2626}.app-details p{margin:4px 0;font-size:14px;color:#6b6580}.profile-content{height:fit-content}.profile-card{background:#fff;border-radius:24px;padding:32px;box-shadow:0 22px 45px #221a4e1f;border:1px solid #e1ddf5}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.profile-header h2{font-size:24px;margin:0}.profile-edit-btn{border:none;background:#f3edff;color:#7b46ff;font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px;cursor:pointer}.profile-subtitle{font-size:14px;color:#6b6580;margin-bottom:20px}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px}.profile-grid label{font-size:13px;color:#413a57;display:block;margin-bottom:4px}.profile-grid input{width:100%;border-radius:10px;border:1px solid #d8d4f0;padding:8px 10px;font-size:14px;background:#faf9ff}.profile-grid input[readonly]{background:#f5f4ff}.profile-save-btn{margin-top:10px;border:none;border-radius:999px;background:#7b46ff;color:#fff;font-size:14px;font-weight:600;padding:10px 18px;cursor:pointer;grid-column:1 / -1}.profile-error{background:#fee;color:#c33;padding:12px;border-radius:8px;margin-bottom:20px;border-left:4px solid #c33}@media(max-width:1200px){.profile-container{flex-direction:column}.profile-sidebar{width:100%;max-width:300px}}@media(max-width:900px){.profile-grid{grid-template-columns:1fr}.profile-section{padding:40px 16px}}.profile-section{background-color:#f4f5f7;display:flex;flex-direction:column;align-items:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.profile-tabs-wrapper{display:flex;gap:16px;margin-bottom:20px}.profile-main-tab{padding:8px 24px;border-radius:999px;border:1px solid #d0d4da;background-color:#fff;color:#333;font-size:14px;cursor:pointer;transition:all .15s ease}.profile-main-tab:hover{border-color:#ff8a3c;color:#ff8a3c}.profile-main-tab.active{background-color:#ff8a3c;border-color:#ff8a3c;color:#fff}.profile-content-wrapper{width:90%;max-width:1120px;background-color:#fff;border-radius:8px;padding:20px 24px 24px;box-shadow:0 2px 8px #0f172a14}.app-inner-tabs{display:flex;align-items:center;gap:12px;border-bottom:1px solid #e2e4ea;padding-bottom:6px;margin-bottom:16px}.app-inner-tab{padding:8px 12px;border:none;background:transparent;font-size:14px;color:#555;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s ease}.app-inner-tab:hover{color:#ff8a3c}.app-inner-tab.active{color:#ff8a3c;font-weight:600;border-bottom-color:#ff8a3c}.refresh-btn{margin-left:auto;padding:6px 14px;font-size:13px;border-radius:4px;border:1px solid #d0d4da;background-color:#fff;cursor:pointer;color:#444;transition:all .15s ease}.refresh-btn:hover:not(:disabled){background-color:#f5f5f5}.refresh-btn:disabled{opacity:.6;cursor:default}.applications-card-wrapper{margin-top:8px}.apps-table{width:100%;border-collapse:collapse;font-size:14px}.apps-table thead{background-color:#f7f7f9}.apps-table th,.apps-table td{padding:10px 8px;text-align:left;border-bottom:1px solid #eef0f5}.apps-table th{font-weight:600;color:#555;font-size:13px}.apps-table tbody tr:hover{background-color:#fafafa}.status-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500}.status-pill.PENDING,.status-pill.pending{background-color:#fff4e6;color:#b96c07}.status-pill.IN_PROGRESS,.status-pill.inprogress{background-color:#e7f2ff;color:#0757b9}.status-pill.REJECTED,.status-pill.rejected{background-color:#ffe6e6;color:#c62828}.loading-state,.empty-state{text-align:center;padding:32px 0;color:#666}.empty-state h3{margin-bottom:4px;font-size:16px;font-weight:600}.empty-state p{font-size:13px;color:#888}.profile-page .profile-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.profile-page h2{font-size:20px;font-weight:600;color:#222}.profile-subtitle{font-size:13px;color:#777;margin-bottom:16px}.profile-edit-btn{padding:6px 14px;font-size:13px;border-radius:4px;border:1px solid #d0d4da;background-color:#fff;cursor:pointer;color:#444;transition:all .15s ease}.profile-edit-btn:hover:not(:disabled){border-color:#ff8a3c;color:#ff8a3c}.profile-error{margin-bottom:10px;padding:8px 10px;border-radius:4px;background-color:#ffe6e6;color:#b71c1c;font-size:13px}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 40px;margin-top:8px}.profile-grid>div{display:flex;flex-direction:column}.profile-grid label{font-size:13px;color:#555;margin-bottom:4px}.profile-grid input{padding:9px 6px;border-radius:4px;border:1px solid #d0d4da;font-size:14px;outline:none;background-color:#fff}.profile-grid input[readonly]{background-color:#f7f7f9}.profile-grid input:focus:not([readonly]){border-color:#ff8a3c;box-shadow:0 0 0 1px #ff8a3c26}.profile-save-btn{grid-column:1 / -1;margin-top:4px;justify-self:flex-start;padding:8px 18px;border-radius:4px;border:none;background-color:#ff8a3c;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease}.profile-save-btn:hover:disabled{cursor:default}.profile-save-btn:hover:not(:disabled){background-color:#f17424}@media(max-width:768px){.profile-content-wrapper{width:95%;padding:16px}.profile-grid{grid-template-columns:1fr}.profile-tabs-wrapper{flex-wrap:wrap;justify-content:center}}.admin-dashboard{display:flex;min-height:100vh;background:#f8fafc}.admin-sidebar{width:280px;background:linear-gradient(180deg,#1e293b,#0f172a);color:#fff;padding:2rem 0;position:fixed;height:100vh;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.sidebar-header{padding:0 2rem 2rem;text-align:center;border-bottom:1px solid #334155}.sidebar-header h3{margin:0 0 .5rem;font-size:1.5rem}.sidebar-header p{margin:0;opacity:.8;font-size:.9rem}.admin-nav{padding:1rem 0}.nav-btn{width:100%;background:none;border:none;padding:1rem 2rem;color:#cbd5e1;font-size:1rem;font-weight:500;cursor:pointer;text-align:left;transition:all .2s;border-left:4px solid transparent}.nav-btn:hover{background:#ffffff1a;color:#fff}.nav-btn.active{background:#3b82f633;color:#60a5fa;border-left-color:#3b82f6}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.logout-btn{margin-top:auto;width:100%;background:#ef4444;border:none;color:#fff;padding:1rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;border-radius:0;transition:background .2s;margin-bottom:40px}.logout-btn:hover{background:#dc2626}.admin-main{flex:1;margin-left:280px;padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h1{margin:0;font-size:2rem;color:#1e293b}.user-count{background:#e2e8f0;padding:.5rem 1rem;border-radius:20px;font-weight:500;color:#475569}.admin-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;min-height:60vh}.placeholder{display:flex;align-items:center;justify-content:center;text-align:center;color:#64748b}.coming-soon h3{font-size:2rem;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.users-table-container{overflow-x:auto}.users-table{width:100%;border-collapse:collapse;font-size:.9rem}.users-table th,.users-table td{padding:1rem .75rem;text-align:left;border-bottom:1px solid #e5e7eb}.users-table th{background:#f8fafc;font-weight:600;color:#374151;position:sticky;top:0;z-index:10}.role-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.role-admin{background:#fef3c7;color:#92400e}.role-user{background:#dbeafe;color:#1e40af}.delete-btn{background:#ef4444;color:#fff;border:none;padding:5px 8px;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500}.edit-btn{background:#ed740b;color:#fff;border:none;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:10px;font-weight:500}.delete-btn:hover:not(:disabled){background:#dc2626}.delete-btn:disabled{opacity:.6;cursor:not-allowed}.loading{text-align:center;padding:4rem;color:#6b7280;font-size:1.1rem}.admin-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:#dc2626;text-align:center;padding:2rem}@media(max-width:768px){.admin-sidebar{transform:translate(-100%);transition:transform .3s}.admin-main{margin-left:0}}.action-buttons{display:flex;gap:.5rem}.view-btn{background:#3b82f6;color:#fff;border:none;padding:5px 8px;border-radius:4px;cursor:pointer;font-size:.75rem;font-weight:500}.view-btn:hover{background:#2563eb}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.user-modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#1e293b;font-size:1.5rem}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%}.close-btn:hover{background:#f3f4f6;color:#374151}.modal-body{padding:2rem}.user-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.user-detail-grid>div{display:flex;flex-direction:column}.user-detail-grid label{font-weight:600;color:#374151;margin-bottom:.25rem;font-size:.9rem}.user-detail-grid span{background:#f8fafc;padding:.75rem;border-radius:6px;border:1px solid #e2e8f0}.modal-footer{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;text-align:right}.close-modal-btn{background:#6b7280;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;cursor:pointer;font-weight:500}.close-modal-btn:hover{background:#4b5563}@media(max-width:768px){.user-detail-grid{grid-template-columns:1fr;gap:1rem}.user-modal{margin:1rem;width:calc(100% - 2rem)}}.job-form-container{max-width:700px;margin:0 auto}.job-form-container h3{color:#1e293b;margin-bottom:.5rem}.job-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:#374151;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:border-color .2s,box-shadow .2s;background:#fafbfc}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.post-job-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1.125rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.post-job-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 10px 25px #10b9814d}.post-job-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media(max-width:768px){.form-row{grid-template-columns:1fr;gap:1rem}}.download-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff!important;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:12px;text-decoration:none;display:inline-block;margin-left:6px;box-shadow:0 2px 4px #3b82f64d;transition:all .2s}.download-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.action-buttons{display:flex;gap:6px;align-items:center}.status-select{padding:.4rem .6rem;border:2px solid #e5e7eb;border-radius:6px;background:#fff;font-size:.85rem;font-weight:500;min-width:120px;cursor:pointer;transition:all .2s}.status-select:hover:not(:disabled){border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.status-select:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:768px){.action-buttons{flex-direction:column;gap:.3rem}.status-select{min-width:100px;width:100%}.applications-table,.users-table,.jobs-table{font-size:.85rem}}.contacts-table-container{margin-top:1rem}.contacts-table{width:100%;border-collapse:collapse;font-size:14px}.contacts-table th,.contacts-table td{padding:10px 8px;border-bottom:1px solid #eef0f5;text-align:left}.contacts-table th{background-color:#f7f7f9;font-weight:600;color:#555}.contact-email-link{color:#2563eb;text-decoration:none}.contact-email-link:hover{text-decoration:underline}.contact-msg-cell{max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jobs-table{width:100%;border-collapse:collapse}.jobs-table th,.jobs-table td{padding:8px}.jobs-table tr{border-bottom:1px solid #ddd}.contact-section{min-height:calc(100vh - 70px);padding:80px 16px 40px;display:flex;justify-content:center;align-items:flex-start;background-color:#f4f5f7;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-card{width:100%;max-width:720px;background-color:#fff;border-radius:8px;padding:24px 24px 28px;box-shadow:0 2px 8px #0f172a14}.contact-card h2{font-size:22px;font-weight:600;margin-bottom:4px;color:#222}.contact-subtitle{font-size:13px;color:#666;margin-bottom:18px}.contact-success,.contact-error{padding:8px 10px;border-radius:4px;font-size:13px;margin-bottom:12px}.contact-success{background-color:#e6f4ea;color:#1b5e20}.contact-error{background-color:#ffe6e6;color:#b71c1c}.contact-form{display:flex;flex-direction:column;gap:12px}.contact-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.contact-field{display:flex;flex-direction:column}.contact-field label{font-size:13px;color:#555;margin-bottom:4px}.contact-field input,.contact-field textarea{padding:8px 10px;border-radius:4px;border:1px solid #d0d4da;font-size:14px;outline:none;resize:vertical;background-color:#fff}.contact-field input:focus,.contact-field textarea:focus{border-color:#ff8a3c;box-shadow:0 0 0 1px #ff8a3c26}.contact-submit-btn{align-self:flex-start;margin-top:6px;padding:8px 18px;border-radius:4px;border:none;background-color:#ff8a3c;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease}.contact-submit-btn:hover:not(:disabled){background-color:#f17424}.contact-submit-btn:disabled{opacity:.7;cursor:default}.contact-extra{margin-top:16px;font-size:13px;color:#777}.contact-extra a{color:#ff8a3c;text-decoration:none}.contact-extra a:hover{text-decoration:underline}@media(max-width:640px){.contact-card{padding:18px}.contact-row{grid-template-columns:1fr}}.support-section{min-height:calc(100vh - 70px);padding:80px 16px 40px;background-color:#f4f5f7;display:flex;justify-content:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.support-container{width:100%;max-width:1120px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:32px}.support-left h1{font-size:28px;font-weight:600;margin-bottom:6px;color:#111827}.support-subtitle{font-size:14px;color:#6b7280;margin-bottom:20px}.support-faq-list{display:grid;gap:12px}.support-faq-card{background-color:#fff;border-radius:8px;padding:14px 16px;box-shadow:0 1px 4px #0f172a0f}.support-faq-card h3{font-size:15px;font-weight:600;margin-bottom:4px;color:#111827}.support-faq-card p{font-size:13px;color:#4b5563}.support-right{background-color:#fff;border-radius:8px;padding:20px 22px 24px;box-shadow:0 2px 8px #0f172a14}.support-right h2{font-size:20px;font-weight:600;margin-bottom:4px}.support-form-subtitle{font-size:13px;color:#6b7280;margin-bottom:12px}.support-success,.support-error{padding:8px 10px;border-radius:4px;font-size:13px;margin-bottom:12px}.support-success{background-color:#e6f4ea;color:#166534}.support-error{background-color:#fee2e2;color:#b91c1c}.support-form{display:flex;flex-direction:column;gap:12px}.support-field{display:flex;flex-direction:column}.support-field label{font-size:13px;color:#4b5563;margin-bottom:4px}.support-field input,.support-field select,.support-field textarea{border-radius:4px;border:1px solid #d1d5db;padding:8px 10px;font-size:14px;outline:none;background-color:#fff}.support-field input:focus,.support-field select:focus,.support-field textarea:focus{border-color:#ff8a3c;box-shadow:0 0 0 1px #ff8a3c29}.support-submit-btn{margin-top:8px;align-self:flex-start;padding:8px 18px;border-radius:4px;border:none;background-color:#ff8a3c;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease}.support-submit-btn:hover:not(:disabled){background-color:#f97316}.support-submit-btn:disabled{opacity:.7;cursor:default}.support-small-note{margin-top:8px;font-size:12px;color:#6b7280}.support-small-note a{color:#2563eb;text-decoration:none}.support-small-note a:hover{text-decoration:underline}@media(max-width:900px){.support-container{grid-template-columns:1fr}.support-right{order:-1}}.demo-center{background-color:#f5f5f7;min-height:calc(100vh - 70px);padding:64px 24px 48px;display:flex;justify-content:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.demo-center-inner{width:100%;max-width:1180px}.demo-center-header{margin-bottom:40px}.demo-center-header h1{font-size:32px;font-weight:600;color:#111827;margin-bottom:8px}.demo-center-header p{font-size:15px;color:#4b5563}.demo-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.demo-card{background:#fff;border-radius:10px;box-shadow:0 10px 25px #0f172a1f;padding:18px 18px 20px;text-align:center;display:flex;flex-direction:column;justify-content:space-between}.demo-card-top{padding-bottom:10px;border-bottom:1px solid #e5e7eb;margin-bottom:12px}.demo-card-icon{font-size:34px;margin-bottom:6px}.demo-card-product h3{font-size:18px;font-weight:600;margin:0;color:#111827}.demo-card-product span{font-size:12px;color:#6b7280}.demo-card-body h4{font-size:17px;font-weight:600;margin-bottom:6px;margin-top:4px}.demo-card-body p{font-size:13px;color:#4b5563;line-height:1.45}.demo-card-btn{margin-top:14px;align-self:center;padding:8px 18px;border-radius:999px;border:none;background-color:#e11d48;color:#fff;font-size:12px;font-weight:600;letter-spacing:.04em;cursor:pointer;text-transform:uppercase;transition:background-color .15s ease,transform .1s ease,box-shadow .15s ease;box-shadow:0 6px 14px #be185d59}.demo-card-btn:hover{background-color:#be123c;transform:translateY(-1px);box-shadow:0 8px 20px #be185d73}@media(max-width:1100px){.demo-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.demo-center{padding:40px 16px 32px}.demo-center-header h1{font-size:26px}.demo-card-grid{grid-template-columns:1fr}}.demo-modal-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:50}.demo-modal{background:#fff;width:100%;max-width:420px;border-radius:10px;padding:18px 20px 20px;box-shadow:0 18px 40px #0f172a59}.demo-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.demo-modal-header h3{font-size:18px;font-weight:600;margin:0}.demo-modal-close{border:none;background:transparent;font-size:20px;line-height:1;cursor:pointer}.demo-modal-subtitle{font-size:13px;color:#6b7280;margin-bottom:12px}.demo-modal-form{display:flex;flex-direction:column;gap:10px}.demo-modal-field{display:flex;flex-direction:column}.demo-modal-field label{font-size:13px;color:#4b5563;margin-bottom:3px}.demo-modal-field input{border-radius:6px;border:1px solid #d1d5db;padding:8px 10px;font-size:14px;outline:none}.demo-modal-field input:focus{border-color:#ff8a3c;box-shadow:0 0 0 1px #ff8a3c2e}.demo-modal-submit{margin-top:4px;align-self:flex-end;padding:8px 18px;border-radius:999px;border:none;background:linear-gradient(135deg,#ff8a3c,#f97316);color:#fff;font-size:14px;font-weight:500;cursor:pointer}.demo-success-message{padding:24px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;color:#fff;text-align:center;animation:slideIn .3s ease-out}.success-icon{font-size:48px;margin-bottom:12px;display:block}.demo-success-message p{margin:0;font-size:16px;font-weight:500}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.schedule-section{padding:60px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#1e293b;display:flex;justify-content:center;align-items:center;min-height:100vh}.schedule-container{width:100%;max-width:880px;background:#fff;border-radius:20px;padding:40px 32px 44px;box-shadow:0 20px 60px #0000001a,0 1px 3px #00000014;border:1px solid rgba(0,0,0,.05);margin:0 auto}.schedule-header h2{font-size:28px;font-weight:700;margin-bottom:12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.schedule-header p{font-size:16px;color:#64748b;line-height:1.6;margin-bottom:32px}.schedule-form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.form-group{display:flex;flex-direction:column;width:100%;min-height:80px}.form-group label{font-size:14px;font-weight:600;margin-bottom:8px;color:#374151}.form-group label span{color:#ef4444}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;border-radius:12px;border:2px solid #e2e8f0;background:#fafbfc;color:#1e293b;font-size:15px;transition:all .2s ease;font-family:inherit;box-sizing:border-box}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a;transform:translateY(-1px)}.radio-group{display:flex;gap:20px;margin-top:8px;font-size:14px}.radio-group label{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s ease;color:#4b5563}.radio-group label:hover{background:#f1f5f9}.radio-group input[type=radio]{width:18px;height:18px;accent-color:#3b82f6}.form-actions{margin-top:8px;display:flex;flex-direction:column;gap:16px}.form-actions button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:600;cursor:pointer;align-self:stretch;transition:all .3s ease;box-shadow:0 4px 14px #3b82f666}.form-actions button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f680}.form-actions button:disabled{opacity:.7;cursor:not-allowed;transform:none}.success-msg{font-size:15px;color:#10b981;background:#ecfdf5;padding:16px;border-radius:12px;border:1px solid #bbf7d0;text-align:center}@media(max-width:768px){.schedule-section{padding:40px 16px;align-items:flex-start}.schedule-container{padding:32px 24px 36px;margin:24px auto}.schedule-header h2{font-size:24px}.schedule-header p{font-size:14px}.form-row{grid-template-columns:1fr;gap:20px}.radio-group{flex-direction:column;gap:12px}.form-actions button{padding:18px 24px}}@media(max-width:480px){.schedule-section{padding:32px 12px}.schedule-container{padding:24px 20px 30px}}.coming-soon-section{padding:80px 20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;display:flex;align-items:center;justify-content:center}.coming-soon-container{width:100%;max-width:600px;text-align:center}.coming-soon-content{background:#fff;padding:60px 40px;border-radius:24px;box-shadow:0 25px 50px -12px #00000026;border:1px solid rgba(0,0,0,.05)}.icon-wrapper{width:120px;height:120px;margin:0 auto 32px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #3b82f64d}.rocket-icon{font-size:48px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.coming-soon-title{font-size:36px;font-weight:800;background:linear-gradient(135deg,#1e293b,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;line-height:1.2}.coming-soon-text{font-size:18px;color:#64748b;line-height:1.7;margin-bottom:40px;max-width:450px;margin-left:auto;margin-right:auto}.features-preview{text-align:left;max-width:400px;margin:0 auto}.features-preview h3{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:20px;text-align:center}.features-preview ul{list-style:none;padding:0;gap:12px;display:flex;flex-direction:column}.features-preview li{background:linear-gradient(90deg,#f1f5f9,#e2e8f0);padding:14px 20px;border-radius:12px;font-size:16px;color:#374151;font-weight:500;border-left:4px solid #3b82f6;transition:all .2s ease}.features-preview li:hover{background:linear-gradient(90deg,#eff6ff,#dbeafe);transform:translate(4px)}@media(max-width:768px){.coming-soon-section{padding:60px 16px}.coming-soon-content{padding:48px 32px}.coming-soon-title{font-size:28px}.coming-soon-text{font-size:16px}.icon-wrapper{width:100px;height:100px}.rocket-icon{font-size:40px}}@media(max-width:480px){.coming-soon-content{padding:40px 24px}}
