.landing-root *{box-sizing:border-box;margin:0;padding:0}.App{background:radial-gradient(circle at 85% -10%,#3b82f61a,#0000 35%),radial-gradient(circle at 0 20%,#10b98114,#0000 30%),#fff;width:100%;overflow-x:hidden}.landing-root{scroll-behavior:smooth}.landing-root .container{max-width:1200px;margin:0 auto;padding:0 16px}.header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#ffffffe0;border-bottom:1px solid #94a3b840;padding:1rem 0;position:sticky;top:0;box-shadow:0 8px 24px #0f172a14}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo{color:#2563eb;font-size:1.5rem;font-weight:700}.logo-text{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.nav-menu{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.nav-link{color:#334155;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:hover{color:#2563eb}.nav-link:after{content:"";background:#2563eb;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-link:hover:after{width:100%}.header-buttons{align-items:center;gap:1rem;display:flex}.btn-login-link,.btn-signup-link{text-decoration:none}.logo{cursor:pointer;text-decoration:none}.btn-login{color:#2563eb;cursor:pointer;background:0 0;border:2px solid #2563eb;border-radius:6px;padding:.5rem 1.5rem;font-weight:600;transition:all .3s}.btn-login:hover{color:#fff;background:#2563eb}.btn-signup{color:#fff;cursor:pointer;background:#2563eb;border:2px solid #2563eb;border-radius:6px;padding:.5rem 1.5rem;font-weight:600;transition:all .3s}.btn-signup:hover{background:#1e40af;border-color:#1e40af;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.hero{background:radial-gradient(circle at 12% 20%,#3b82f638,#0000 36%),radial-gradient(circle at 95% 0,#14b8a633,#0000 28%),linear-gradient(#eef7ff 0%,#fff 100%);padding:4rem 0 6rem;position:relative;overflow:hidden}.hero:before{content:"";opacity:.3;z-index:0;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><rect width=\"100\" height=\"100\" fill=\"%23dbeafe\" opacity=\"0.3\"/></svg>");width:300px;height:300px;position:absolute;bottom:0;right:0}.hero:after{content:"";z-index:0;background:radial-gradient(circle,#0ea5e933 0%,#0ea5e900 70%);width:260px;height:260px;position:absolute;top:10%;left:-120px}.hero-wrapper{z-index:1;grid-template-columns:1fr 1.1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-content{flex-direction:column;justify-content:center;gap:1.5rem;padding-right:2rem;display:flex}.hero-headline{color:#0f172a;text-align:left;letter-spacing:-.02em;text-wrap:balance;overflow-wrap:anywhere;margin:0;font-size:2.75rem;font-weight:700;line-height:1.2}.hero-subheadline{color:#475569;text-align:left;max-width:52ch;margin:0;font-size:1.25rem;line-height:1.6}.hero-cta{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.btn-secondary{color:#2563eb;cursor:pointer;background:#fff;border:2px solid #2563eb;border-radius:8px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:#f8fafc;transform:translateY(-2px)}.hero-features{flex-wrap:wrap;gap:1.5rem;margin-top:1rem;display:flex}.feature-item{color:#475569;align-items:center;gap:.5rem;font-size:.938rem;display:flex}.feature-icon{color:#10b981;font-size:1.1rem;font-weight:700}.hero-laptop{justify-content:center;align-items:center;width:100%;min-width:0;padding:2rem 0;display:flex}.laptop-container{filter:drop-shadow(0 24px 68px #0f172a47);width:100%;max-width:650px;animation:6s ease-in-out infinite floatLaptop;position:relative;transform:none}.laptop-screen{background:linear-gradient(#f1f5f9 0%,#fff 2% 98%,#f1f5f9 100%);border:12px solid #64748b;border-bottom:none;border-radius:12px 12px 0 0;width:100%;max-width:650px;height:410px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 0 2px #475569,inset 0 0 0 1px #ffffff1a,0 25px 70px #0000004d,inset 0 -15px 30px #00000014}.laptop-screen:before{content:"";z-index:10;background:linear-gradient(90deg,#0000 0%,#64748b99 15%,#64748bcc 50%,#64748b99 85%,#0000 100%);height:4px;position:absolute;top:0;left:0;right:0;box-shadow:0 2px 4px #0000001a}.laptop-screen:after{content:"";z-index:9;background:linear-gradient(#4755694d 0%,#0000 100%);height:8px;position:absolute;bottom:-2px;left:0;right:0}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex;box-shadow:0 2px 4px #0000000d}.dashboard-logo{color:#2563eb;font-size:1rem;font-weight:700}.dashboard-icons{gap:.75rem;display:flex}.dashboard-icons .icon{cursor:pointer;opacity:.7;font-size:1.125rem;transition:opacity .2s}.dashboard-icons .icon:hover{opacity:1}.dashboard-content-wrapper{background:#f8fafc;flex-direction:column;gap:1rem;height:calc(100% - 60px);padding:1.25rem;display:flex;overflow-y:auto}.dashboard-content-wrapper::-webkit-scrollbar{width:6px}.dashboard-content-wrapper::-webkit-scrollbar-track{background:#f1f5f9}.dashboard-content-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dashboard-content-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dashboard-top-row,.dashboard-bottom-row{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.dashboard-card{border-radius:10px;padding:1.125rem;font-size:.75rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.blue-card{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%)}.white-card{color:#1e293b;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.card-title{margin-bottom:.5rem;font-size:.875rem;font-weight:600}.card-amount{margin:.5rem 0;font-size:1.5rem;font-weight:700}.card-subtitle{opacity:.8;font-size:.75rem}.card-icons{gap:.5rem;margin-top:.5rem;font-size:.875rem;display:flex}.deduction-chart{background:#fff3;border-radius:4px;width:100%;height:60px;margin-top:.5rem;position:relative;overflow:hidden}.deduction-chart:before,.deduction-chart:after{content:"";background:#fff6;border-radius:2px 2px 0 0;width:30%;position:absolute;bottom:0}.deduction-chart:before{height:70%;left:10%}.deduction-chart:after{height:50%;right:10%}.deduction-list{margin-top:.5rem}.deduction-item{color:#475569;padding:.25rem 0;font-size:.75rem}.chart-card{grid-column:span 1}.chart-container{height:120px;margin-top:.5rem}.chart-bars{align-items:flex-end;gap:.5rem;height:100%;display:flex}.bar-group{flex-direction:column;flex:1;gap:2px;height:100%;display:flex}.bar{border-radius:2px 2px 0 0;width:100%;min-height:10px}.blue-bar{background:#2563eb}.green-bar{background:#10b981}.employee-list{margin-top:.5rem}.employee-item{color:#475569;border-bottom:1px solid #f1f5f9;padding:.25rem 0;font-size:.7rem}.dashboard-side-cards{flex-direction:column;gap:.5rem;display:flex}.side-card{text-align:center;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;min-height:70px;padding:.75rem;display:flex}.green-card{color:#065f46;background:#d1fae5}.red-card{color:#991b1b;background:#fee2e2}.blue-card-small{color:#1e40af;background:#dbeafe}.side-icon{margin-bottom:.25rem;font-size:1.25rem}.side-text{margin-bottom:.25rem;font-size:.7rem;font-weight:600}.side-percentage{font-size:1.25rem;font-weight:700}.compliance-list{margin-top:.25rem;font-size:.65rem}.laptop-base{background:linear-gradient(#e2e8f0 0%,#cbd5e1 15%,#94a3b8 40%,#64748b 60%,#475569 85%,#334155 100%);border:1px solid #334155;border-radius:0 0 26px 26px;width:100%;max-width:720px;height:26px;margin:-2px auto 0;position:relative;box-shadow:0 18px 45px #0000004d,inset 0 3px 6px #ffffff40,inset 0 -3px 6px #0000004d,0 0 0 1px #0000001a}.laptop-base:before{content:"";background:linear-gradient(90deg,#0000 0%,#1e293b 10%,#0f172a 50%,#1e293b 90%,#0000 100%);border-radius:4px;width:140px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 2px 4px #0006,0 1px 2px #ffffff1a}.laptop-base:after{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 25%,#ffffff80 50%,#fff6 75%,#0000 100%);border-radius:28px 28px 0 0;height:3px;position:absolute;top:0;left:0;right:0;box-shadow:0 1px 2px #fff3}.laptop-container:before{content:"";z-index:1;background:linear-gradient(90deg,#0000 0%,#1e293b 20%,#0f172a 50%,#1e293b 80%,#0000 100%);border-radius:2px;width:180px;height:4px;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:inset 0 1px 2px #00000080,0 2px 4px #0003}.landing-root section{padding:4rem 0}.section-heading{text-align:center;color:#1e293b;overflow-wrap:anywhere;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.about{background:#f8fafc}.about-intro{color:#475569;text-align:center;max-width:900px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.5}.about-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem;margin-bottom:4rem;display:grid}.about-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f172a14}.about-card:hover{border-color:#bfdbfe;transform:translateY(-5px);box-shadow:0 16px 34px #0f172a21}.about-card-content{grid-template-columns:1fr 1.5fr;align-items:center;gap:2rem;display:grid}.about-card-text{flex-direction:column;display:flex}.card-title{color:#2563eb;margin-top:0;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.about-card p{color:#64748b;margin:0;line-height:1.7}.mission-illustration,.vision-illustration{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:220px;display:flex;position:relative;overflow:hidden}.illustration-mission{background:#000;width:100%;height:100%;position:relative}.mission-target{z-index:5;width:90px;height:90px;position:absolute;top:15%;left:50%;transform:translate(-50%)}.target-ring{border:4px solid #fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring-1{border-color:#dc2626;width:80px;height:80px}.ring-2{border-color:#fff;width:60px;height:60px}.ring-3{border-color:#dc2626;width:40px;height:40px}.target-center{z-index:2;background:#dc2626;border:2px solid #fff;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.target-arrow{z-index:4;background:#1e293b;width:4px;height:30px;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.target-arrow:before{content:"";border-bottom:12px solid #fbbf24;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.mission-people{width:100%;height:100%;position:absolute}.person{z-index:2;background:#fff;border:2px solid #1e293b;border-radius:4px;width:28px;height:40px;position:absolute}.person:before{content:"";background:#fff;border:2px solid #1e293b;border-radius:50%;width:14px;height:14px;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.person-1{background:#fff;bottom:20%;left:8%}.person-2{z-index:4;background:#60a5fa;bottom:15%;left:18%}.person-3{background:#60a5fa;bottom:25%;right:12%}.person-4{background:#60a5fa;bottom:18%;left:32%}.person-5{background:#60a5fa;bottom:22%;right:28%}.mission-graph{z-index:2;position:absolute;bottom:15%;right:10%}.graph-bars{align-items:flex-end;gap:4px;height:40px;display:flex}.graph-bar{background:#2563eb;border:1px solid #1e293b;border-radius:2px 2px 0 0;width:8px}.graph-bar:first-child{height:60%}.graph-bar:nth-child(2){height:80%}.graph-bar:nth-child(3){height:100%}.graph-bar:nth-child(4){height:70%}.graph-arrow{color:#2563eb;font-size:1.5rem;font-weight:700;position:absolute;top:-20px;right:-5px}.mission-lightbulb{filter:drop-shadow(0 0 8px #fbbf24);z-index:4;font-size:2rem;animation:2s ease-in-out infinite glow;position:absolute;top:15%;right:25%}@keyframes glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.mission-laptops{z-index:3;gap:.4rem;display:flex;position:absolute;bottom:12%;left:12%}.laptop-icon{opacity:.95;background:#ffffff1a;border-radius:4px;padding:.2rem;font-size:1.1rem}.illustration-vision{background:linear-gradient(#0f172a 0%,#1e293b 100%);width:100%;height:100%;position:relative;overflow:hidden}.vision-cloud-top{z-index:2;background:#60a5fa;border-radius:50px;justify-content:space-around;align-items:center;width:80%;height:25%;padding:.5rem;display:flex;position:absolute;top:5%;left:50%;transform:translate(-50%)}.cloud-device{background:#fff3;border-radius:8px;padding:.5rem;font-size:1.5rem}.vision-india-map{z-index:3;width:60%;height:40%;position:absolute;top:30%;left:50%;transform:translate(-50%)}.india-outline{clip-path:polygon(30% 0%,70% 0%,85% 20%,90% 40%,85% 60%,70% 80%,50% 100%,30% 80%,15% 60%,10% 40%,15% 20%);background:#60a5fa1a;border:3px solid #60a5fa;border-radius:20% 20% 30% 30%;width:100%;height:100%;position:relative;box-shadow:0 0 20px #60a5fa80}.map-particles{width:100%;height:100%;position:absolute;top:0;left:0}.particle{background:#60a5fa;border-radius:50%;width:4px;height:4px;position:absolute;box-shadow:0 0 6px #60a5fa}.particle:first-child{top:20%;left:30%}.particle:nth-child(2){top:40%;left:50%}.particle:nth-child(3){top:60%;left:40%}.particle:nth-child(4){top:50%;left:70%}.particle:nth-child(5){top:30%;left:60%}.vision-icons{z-index:4;width:100%;height:100%;position:absolute}.vision-icon{color:#60a5fa;background:#60a5fa4d;border:2px solid #60a5fa;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;display:flex;position:absolute;box-shadow:0 0 10px #60a5fa80}.icon-check{top:25%;left:15%}.icon-shield{top:25%;right:15%}.icon-user{bottom:30%;left:15%}.icon-health{bottom:30%;right:15%}.vision-building{z-index:3;background:#60a5fa66;border:2px solid #60a5fa;border-radius:4px;width:40px;height:30px;position:absolute;bottom:10%;left:50%;transform:translate(-50%)}.vision-building:before{content:"";border-bottom:8px solid #60a5fa;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.vision-building:after{content:"";background:#60a5fa;border-radius:2px;width:8px;height:8px;position:absolute;top:5px;left:8px;box-shadow:16px 0 #60a5fa,0 10px #60a5fa,16px 10px #60a5fa}.vision-clouds{z-index:1;width:100%;height:100%;position:absolute}.vision-cloud{background:#ffffff4d;border:1px solid #ffffff80;border-radius:50px;width:30px;height:15px;position:absolute}.vision-cloud:first-child{bottom:15%;left:10%}.vision-cloud:nth-child(2){bottom:20%;right:15%}.vision-cloud:nth-child(3){bottom:25%;left:50%}.vision-connections{z-index:2;width:100%;height:100%;position:absolute}.connection-line{opacity:.6;background:linear-gradient(90deg,#0000,#60a5fa,#0000);height:2px;position:absolute}.connection-line:first-child{width:30%;top:35%;left:20%;transform:rotate(15deg)}.connection-line:nth-child(2){width:25%;top:45%;left:50%;transform:rotate(-10deg)}.connection-line:nth-child(3){width:30%;bottom:35%;right:20%;transform:rotate(20deg)}.illustration-telescope{width:100%;height:100%;position:relative}.telescope-person{z-index:3;position:absolute;bottom:20%;left:30%}.person-head{background:#fff;border:3px solid #1e293b;border-radius:50%;width:35px;height:35px;margin:0 auto;position:relative}.person-head:before{content:"";background:#1e293b;border-radius:50%;width:4px;height:4px;position:absolute;top:8px;left:8px;box-shadow:12px 0 #1e293b}.person-head:after{content:"";border:2px solid #1e293b;border-top:none;border-radius:0 0 12px 12px;width:12px;height:4px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.person-body{background:#1e40af;border:3px solid #1e293b;border-radius:8px 8px 0 0;width:50px;height:60px;margin:-5px auto 0;position:relative}.person-body:before{content:"";background:#fff;border:2px solid #1e293b;border-radius:4px;width:15px;height:20px;position:absolute;top:10px;left:5px}.person-body:after{content:"";background:#dc2626;border:2px solid #1e293b;border-radius:2px;width:8px;height:8px;position:absolute;top:10px;right:5px}.person-legs{background:#1e40af;border:3px solid #1e293b;border-top:none;border-radius:0 0 8px 8px;width:50px;height:40px;margin:0 auto;position:relative}.person-legs:before,.person-legs:after{content:"";background:#1e40af;border:3px solid #1e293b;border-radius:0 0 6px 6px;width:12px;height:15px;position:absolute;bottom:-15px}.person-legs:before{left:8px}.person-legs:after{right:8px}.telescope-tool{z-index:4;background:#9333ea;border:2px solid #1e293b;border-radius:4px;width:80px;height:8px;position:absolute;bottom:35%;right:25%;transform:rotate(-15deg)}.telescope-tool:before{content:"";background:#9333ea;border:2px solid #1e293b;border-radius:50%;width:20px;height:14px;position:absolute;top:-3px;right:-15px}.telescope-tool:after{content:"✨";font-size:1.5rem;animation:2s ease-in-out infinite sparkle;position:absolute;top:-8px;right:-30px}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.future-sign,.past-sign{color:#fff;z-index:2;background:#dc2626;border:3px solid #1e293b;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;position:absolute}.future-sign{clip-path:polygon(0 0,100% 0,85% 100%,0 100%);top:15%;right:15%}.past-sign{clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);bottom:10%;left:10%}.past-sign:before,.future-sign:before{content:"";border-style:solid;width:0;height:0;position:absolute}.future-sign:before{border-width:8px 0 8px 15px;border-color:#0000 #0000 #0000 #1e293b;top:50%;right:-15px;transform:translateY(-50%)}.past-sign:before{border-width:8px 15px 8px 0;border-color:#0000 #1e293b #0000 #0000;top:50%;left:-15px;transform:translateY(-50%)}.paper-plane{z-index:3;font-size:1.5rem;animation:3s ease-in-out infinite fly;position:absolute;top:20%;right:20%}@keyframes fly{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(20px,-15px)rotate(15deg)}}.cloud,.cloud-mountain{opacity:.8;background:#fff;border:2px solid #1e293b;border-radius:50px;position:absolute}.cloud:before,.cloud:after,.cloud-mountain:before,.cloud-mountain:after{content:"";background:#fff;border:2px solid #1e293b;border-radius:50px;position:absolute}.cloud-1{width:40px;height:20px;top:10%;left:5%}.cloud-1:before{width:25px;height:25px;top:-10px;left:-10px}.cloud-1:after{width:30px;height:20px;top:-5px;right:-10px}.cloud-2{width:35px;height:18px;top:25%;right:10%}.cloud-2:before{width:20px;height:20px;top:-8px;left:-8px}.cloud-2:after{width:25px;height:18px;top:-4px;right:-8px}.illustration-mountain{width:100%;height:100%;position:relative}.mountain-person{z-index:4;position:absolute;bottom:25%;left:50%;transform:translate(-50%)}.person-head-mountain{background:#fff;border:3px solid #1e293b;border-radius:50%;width:32px;height:32px;margin:0 auto;position:relative}.person-head-mountain:before{content:"";background:#1e293b;border-radius:50%;width:3px;height:3px;position:absolute;top:7px;left:7px;box-shadow:10px 0 #1e293b}.person-head-mountain:after{content:"";border:2px solid #1e293b;border-top:none;border-radius:0 0 10px 10px;width:10px;height:3px;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.person-body-mountain{background:#60a5fa;border:3px solid #1e293b;border-radius:8px 8px 0 0;width:45px;height:55px;margin:-4px auto 0;position:relative}.person-legs-mountain{background:#1e293b;border:3px solid #1e293b;border-top:none;border-radius:0 0 8px 8px;width:45px;height:35px;margin:0 auto;position:relative}.person-legs-mountain:before,.person-legs-mountain:after{content:"";background:#60a5fa;border:3px solid #1e293b;border-radius:0 0 5px 5px;width:10px;height:12px;position:absolute;bottom:-12px}.person-legs-mountain:before{left:6px}.person-legs-mountain:after{right:6px}.flag-pole{z-index:5;background:#1e293b;border-radius:2px;width:4px;height:50px;position:absolute;top:10px;right:-25px}.flag-yellow{clip-path:polygon(0 0,100% 0,85% 50%,100% 100%,0 100%);z-index:5;background:#fbbf24;border:2px solid #1e293b;width:30px;height:20px;position:absolute;top:12px;right:-20px}.mountain-peak{z-index:2;border-bottom:60px solid #1e293b;border-left:40px solid #0000;border-right:40px solid #0000;width:0;height:0;position:absolute;bottom:20%;left:50%;transform:translate(-50%)}.mountain-peak:before{content:"";border-bottom:50px solid #334155;border-left:35px solid #0000;border-right:35px solid #0000;width:0;height:0;position:absolute;bottom:-60px;left:-35px}.mountain-base{z-index:1;background:#1e293b;height:20%;position:absolute;bottom:0;left:0;right:0}.mountain-base:before{content:"";border-bottom:40px solid #334155;border-left:30px solid #0000;border-right:30px solid #0000;width:0;height:0;position:absolute;bottom:0;left:20%}.mountain-base:after{content:"";border-bottom:35px solid #475569;border-left:25px solid #0000;border-right:25px solid #0000;width:0;height:0;position:absolute;bottom:0;right:20%}.foliage{z-index:3;position:absolute;bottom:0}.foliage-left{clip-path:polygon(20% 0%,80% 0%,100% 50%,80% 100%,20% 100%,0% 50%);background:#10b981;border:2px solid #1e293b;border-radius:50%/60% 60% 40% 40%;width:40px;height:30px;left:10%}.foliage-left:before,.foliage-left:after{content:"";background:#10b981;border:2px solid #1e293b;border-radius:50%;position:absolute}.foliage-left:before{width:25px;height:25px;top:5px;left:-10px}.foliage-left:after{width:20px;height:20px;top:8px;right:-8px}.foliage-right{clip-path:polygon(20% 0%,80% 0%,100% 50%,80% 100%,20% 100%,0% 50%);background:#10b981;border:2px solid #1e293b;border-radius:50%/60% 60% 40% 40%;width:35px;height:28px;right:10%}.foliage-right:before,.foliage-right:after{content:"";background:#10b981;border:2px solid #1e293b;border-radius:50%;position:absolute}.foliage-right:before{width:22px;height:22px;top:4px;left:-8px}.foliage-right:after{width:18px;height:18px;top:6px;right:-6px}.cloud-mountain{background:#fff;border:2px solid #1e293b}.cloud-m1{width:30px;height:15px;top:8%;left:8%}.cloud-m1:before{background:#fff;border:2px solid #1e293b;border-radius:50%;width:18px;height:18px;top:-6px;left:-6px}.cloud-m1:after{background:#fff;border:2px solid #1e293b;border-radius:50%;width:20px;height:15px;top:-3px;right:-6px}.cloud-m2{width:28px;height:14px;top:15%;right:12%}.cloud-m2:before{background:#fff;border:2px solid #1e293b;border-radius:50%;width:16px;height:16px;top:-5px;left:-5px}.cloud-m2:after{background:#fff;border:2px solid #1e293b;border-radius:50%;width:18px;height:14px;top:-2px;right:-5px}.how-we-help,.why-choose{background:#fff;border-radius:12px;margin-top:2rem;padding:2.5rem;box-shadow:0 4px 6px #00000012}.subsection-heading{color:#1e293b;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.subsection-intro{color:#64748b;margin-bottom:1rem;font-size:1rem;line-height:1.7}.help-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:1rem;margin-top:1.5rem;display:grid}.help-item{background:#f1f5f9;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.help-icon{color:#10b981;flex-shrink:0;font-size:1.2rem;font-weight:700}.choose-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:1rem;margin-top:1.5rem;display:grid}.choose-item{background:#f1f5f9;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.choose-icon{color:#2563eb;flex-shrink:0;font-size:1.2rem;font-weight:700}.choose-note{color:#1e40af;background:#eff6ff;border-left:4px solid #2563eb;border-radius:6px;margin-top:1.5rem;padding:1rem;font-style:italic}.values{background:#fff}.values-intro{color:#475569;text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.8}.values-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:2rem;margin-top:2rem;display:grid}.value-card{text-align:center;background:#f8fafc;border:2px solid #0000;border-radius:12px;padding:2rem;transition:all .3s}.value-card:hover{background:#fff;border-color:#2563eb;transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.value-icon{margin-bottom:1rem;font-size:3rem;display:block}.value-title{color:#1e293b;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.value-description{color:#64748b;margin:0;font-size:1rem;line-height:1.7}.services{background:#fff}.services-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:2rem;display:grid}.service-card{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s,filter .3s;box-shadow:0 10px 24px #47556933}.service-card:nth-child(2){background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.service-card:nth-child(3){background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.service-card:nth-child(4){background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.service-card:nth-child(5){background:linear-gradient(135deg,#fa709a 0%,#fee140 100%)}.service-card:hover{filter:saturate(1.08);transform:translateY(-8px);box-shadow:0 16px 34px #1e293b47}.service-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.service-list{list-style:none}.service-list li{border-bottom:1px solid #fff3;padding:.5rem 0}.service-list li:last-child{border-bottom:none}.service-list li:before{content:"✓ ";margin-right:.5rem;font-weight:700}.packages{background:#f8fafc}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem;margin-top:2rem;display:grid}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 10px 24px #0f172a17}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px #0f172a24}.pricing-card.featured{border-color:#2563eb;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05)translateY(-5px)}.featured-badge{color:#fff;background:#2563eb;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:-12px;right:20px}.pricing-title{color:#1e293b;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.pricing-subtitle{color:#64748b;margin-bottom:1.5rem}.pricing-price{border-bottom:2px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1.5rem}.price-amount{color:#2563eb;font-size:2.5rem;font-weight:700}.price-period{color:#64748b;margin-left:.5rem;font-size:1rem}.pricing-features{margin-bottom:2rem;list-style:none}.pricing-features li{color:#475569;border-bottom:1px solid #f1f5f9;padding:.75rem 0}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓ ";color:#10b981;margin-right:.5rem;font-weight:700}.btn-pricing{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-pricing:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.pricing-card.featured .btn-pricing{background:#10b981}.pricing-card.featured .btn-pricing:hover{background:#059669}.why-payflow{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.why-payflow .section-heading{color:#fff}.why-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:1.5rem;display:grid}.why-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:transform .3s;display:flex}.why-item:hover{background:#fff3;transform:translateY(-5px)}.why-icon{flex-shrink:0;font-size:2rem}.contact{background:#f8fafc}.contact-form{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0;border-radius:12px;max-width:800px;margin:0 auto;padding:3rem;box-shadow:0 16px 38px #0f172a1a}.form-row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#334155;margin-bottom:.5rem;font-weight:600}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;outline:none}.form-group textarea{resize:vertical}.btn-submit{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-submit:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.footer{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 55%,#0b1324 100%);padding:3rem 0 1rem}@keyframes floatLaptop{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.footer-content{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-column{flex-direction:column;display:flex}.footer-title{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-social{text-align:center;border-top:1px solid #334155;border-bottom:1px solid #334155;margin:2rem 0;padding:2rem 0}.social-link{color:#cbd5e1;margin:0 .5rem;text-decoration:none;transition:color .3s}.social-link:hover{color:#fff}.social-separator{color:#475569;margin:0 .5rem}.footer-bottom{text-align:center;color:#94a3b8;padding-top:1rem}@media (max-width:1024px){.hero-wrapper{grid-template-columns:1fr;gap:3rem}.laptop-screen{width:100%;max-width:500px;height:320px}.laptop-base{width:100%;max-width:580px}.dashboard-top-row,.dashboard-bottom-row{grid-template-columns:1fr;gap:.5rem}.dashboard-side-cards{flex-direction:row;grid-column:span 3}}@media (max-width:768px){.hero{padding:3rem 0 4rem}.hero-wrapper{grid-template-columns:1fr}.hero-headline{text-align:center;font-size:2rem}.hero-subheadline{text-align:center;font-size:1rem}.hero-content{align-items:center}.section-heading{font-size:2rem}.nav-menu{display:none}.header-content{justify-content:space-between}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:translateY(-5px)}.form-row{grid-template-columns:1fr}.about-card-content{grid-template-columns:1fr;gap:1.5rem}.mission-illustration,.vision-illustration{order:1;height:200px}.about-card-text{order:2}.mission-target{width:70px;height:70px}.person{width:22px;height:32px}.vision-cloud-top{width:90%;height:22%}.vision-india-map{width:70%;height:35%}.hero-cta{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}.laptop-container{filter:drop-shadow(0 15px 40px #0003);transform:none}.hero-content{padding-right:0}.laptop-screen{border-width:10px;width:100%;max-width:450px;height:300px}.laptop-base{width:100%;max-width:500px;height:22px}}@media (max-width:480px){.landing-root .container{padding:0 12px}.landing-root section{padding:2.75rem 0}.header{padding:.75rem 0}.header-content{gap:.75rem}.logo{font-size:1.35rem}.hero{padding:2rem 0 3rem}.hero-headline{font-size:1.75rem}.hero-subheadline{font-size:.938rem}.hero-features{gap:.75rem}.feature-item{width:100%;font-size:.9rem}.laptop-container{filter:drop-shadow(0 10px 30px #0003);transform:none}.hero-content{padding-right:0}.laptop-screen{border-width:8px;width:100%;max-width:380px;height:260px}.laptop-base{width:100%;max-width:420px;height:18px}.laptop-container:before{width:100px;height:3px;bottom:16px}.dashboard-content-wrapper{gap:.5rem;padding:.5rem}.dashboard-card{padding:.75rem;font-size:.65rem}.card-amount{font-size:1.25rem}.section-heading{font-size:1.75rem}.subsection-heading,.value-title,.pricing-title{overflow-wrap:anywhere}.contact-form{padding:1.5rem 1rem}.about-card-content{grid-template-columns:1fr;gap:1rem}.mission-illustration,.vision-illustration{order:1;height:180px}.about-card-text{order:2}.mission-target{width:60px;height:60px}.person{width:18px;height:28px}.person:before{width:10px;height:10px;top:-8px}.mission-graph{bottom:12%;right:8%}.graph-bars{height:30px}.graph-bar{width:6px}.mission-lightbulb{font-size:1.5rem;top:12%;right:20%}.vision-cloud-top{width:95%;height:20%}.vision-india-map{width:80%;height:30%}.vision-icon{width:24px;height:24px;font-size:.875rem}.header-buttons{flex-direction:row;gap:.5rem;width:100%}.btn-login,.btn-signup{text-align:center;flex:1;width:auto;padding:.5rem .75rem}.pricing-card,.value-card,.service-card,.about-card,.how-we-help,.why-choose,.why-item{padding:1.25rem}}
.landing-root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.landing-root code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
.auth-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem 1rem;display:flex}.auth-card{background:#fff;border-radius:12px;width:100%;max-width:450px;padding:2rem;animation:.4s ease-out slideUp;box-shadow:0 10px 40px #00000026}.signup-card{max-width:600px;padding:2.25rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-logo{margin-bottom:.75rem;text-decoration:none;display:inline-block}.auth-logo .logo-text{background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.auth-header h2{color:#1e293b;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;line-height:1.3}.auth-header p{color:#64748b;margin:0;font-size:.875rem}.error-message{color:#dc2626;background:#fee2e2;border-left:3px solid #dc2626;border-radius:6px;margin-bottom:1.25rem;padding:.625rem .875rem;font-size:.875rem;line-height:1.4}.auth-form{margin-top:1.5rem}.auth-form .form-group{margin-bottom:1.125rem}.auth-form .form-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.875rem;margin-bottom:1.125rem;display:grid}.auth-form label{color:#334155;margin-bottom:.375rem;font-size:.813rem;font-weight:600;line-height:1.4;display:block}.auth-form input[type=text],.auth-form input[type=email],.auth-form input[type=tel],.auth-form input[type=password],.auth-form select{background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;width:100%;padding:.625rem .75rem;font-family:inherit;font-size:.938rem;transition:all .2s}.auth-form input:focus,.auth-form select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb14}.auth-form input::placeholder{color:#94a3b8;font-size:.875rem}.form-options{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.checkbox-label{cursor:pointer;color:#475569;align-items:center;gap:.5rem;margin-bottom:0;font-size:.813rem;font-weight:400;line-height:1.4;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#2563eb;width:auto;margin:0}.forgot-link{color:#2563eb;font-size:.813rem;font-weight:500;text-decoration:none;transition:color .2s}.forgot-link:hover{color:#1e40af;text-decoration:underline}.terms-link{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s}.terms-link:hover{color:#1e40af;text-decoration:underline}.auth-button{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);border:none;border-radius:6px;width:100%;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.938rem;font-weight:600;transition:all .2s}.auth-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.auth-footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.auth-footer p{color:#64748b;margin:0;font-size:.875rem}.auth-link{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s}.auth-link:hover{color:#1e40af;text-decoration:underline}@media (max-width:768px){.auth-container{padding:1rem .75rem}.auth-card,.signup-card{max-width:100%;padding:1.75rem 1.5rem}.auth-header h2{font-size:1.375rem}.auth-form .form-row{grid-template-columns:1fr;gap:.75rem}.form-options{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width:480px){.auth-container{padding:1rem .5rem}.auth-card{border-radius:10px;padding:1.5rem 1.25rem}.signup-card{padding:1.5rem 1.25rem}.auth-header{margin-bottom:1.25rem}.auth-header h2{font-size:1.25rem}.auth-logo .logo-text{font-size:1.375rem}.auth-form{margin-top:1.25rem}.auth-form .form-group{margin-bottom:1rem}.auth-button{padding:.688rem 1.25rem;font-size:.875rem}}
.legal-container{background:linear-gradient(#f8fafc 0%,#fff 100%);min-height:calc(100vh - 80px);padding:4rem 1rem}.legal-content{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:950px;margin:0 auto;padding:4rem 4.5rem;box-shadow:0 10px 40px #00000014}.legal-title{color:#1e293b;text-align:center;letter-spacing:-.5px;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.75rem;font-weight:800}.legal-updated{text-align:center;color:#64748b;border-bottom:2px solid #e2e8f0;margin-bottom:3rem;padding-bottom:1.5rem;font-size:.938rem;font-style:italic}.legal-intro{color:#475569;background:#f8fafc;border-left:4px solid #2563eb;border-radius:8px;margin-bottom:1.25rem;padding:1.5rem;font-size:1.125rem;font-weight:400;line-height:1.85}.legal-section{border-bottom:1px solid #e2e8f0;margin-bottom:3rem;padding-bottom:2.5rem;position:relative}.legal-section:last-of-type{border-bottom:none;margin-bottom:2rem;padding-bottom:2rem}.legal-heading{color:#1e293b;letter-spacing:-.3px;border-bottom:2px solid #e2e8f0;margin-top:0;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.625rem;font-weight:700;position:relative}.legal-heading:before{content:"";background:linear-gradient(90deg,#2563eb 0%,#1e40af 100%);width:60px;height:2px;position:absolute;bottom:-2px;left:0}.legal-subheading{color:#334155;border-left:3px solid #2563eb;margin-top:2rem;margin-bottom:1rem;padding-left:.75rem;font-size:1.188rem;font-weight:600}.legal-section p{color:#475569;text-align:justify;margin-bottom:1.25rem;font-size:1.063rem;line-height:1.8}.legal-list{margin:1.5rem 0;padding-left:0;list-style:none}.legal-list li{color:#475569;text-align:justify;margin-bottom:1rem;padding-left:1.75rem;font-size:1.063rem;line-height:1.85;position:relative}.legal-list li:before{content:"▸";color:#2563eb;font-size:1.2rem;font-weight:700;position:absolute;left:0}.legal-link{color:#2563eb;border-bottom:1px solid #0000;font-weight:600;text-decoration:none;transition:all .2s}.legal-link:hover{color:#1e40af;border-bottom-color:#1e40af}.legal-footer{text-align:center;border-top:2px solid #e2e8f0;margin-top:4rem;padding-top:2.5rem}.legal-back-link{color:#2563eb;background:#fff;border:2px solid #2563eb;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #2563eb1a}.legal-back-link:hover{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);border-color:#0000;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb4d}@media print{.legal-container{background:#fff;padding:0}.legal-content{box-shadow:none;border:none;padding:2rem}.legal-back-link{display:none}}@media (max-width:1024px){.legal-content{padding:3rem}}@media (max-width:768px){.legal-container{padding:2.5rem 1rem}.legal-content{border-radius:12px;padding:2.5rem 2rem}.legal-title{font-size:2.25rem}.legal-heading{font-size:1.5rem}.legal-section{margin-bottom:2.5rem;padding-bottom:2rem}.legal-intro{padding:1.25rem;font-size:1.063rem}.legal-section p,.legal-list li{text-align:left}}@media (max-width:480px){.legal-container{padding:1.5rem .75rem}.legal-content{border-radius:10px;padding:2rem 1.5rem}.legal-title{letter-spacing:-.3px;font-size:1.875rem}.legal-heading{font-size:1.375rem}.legal-subheading{font-size:1.063rem}.legal-intro{padding:1rem;font-size:1rem}.legal-section p{font-size:1rem}.legal-list{margin:1.25rem 0}.legal-list li{padding-left:1.5rem;font-size:1rem}.legal-back-link{padding:.75rem 1.5rem;font-size:.938rem}}
