:root{--ink:#17211d;--muted:#5d6963;--paper:#fbfaf4;--white:#fff;--green:#147a4d;--green-dark:#0d4f36;--marigold:#f3b33d;--tomato:#d9533f;--line:#d9ded4;--shadow:0 18px 50px #17211d29}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{z-index:20;color:var(--white);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b151075;justify-content:space-between;align-items:center;gap:24px;padding:18px clamp(18px,4vw,56px);display:flex;position:fixed;top:0;left:0;right:0}.brand,.site-nav,.nav-action{align-items:center;display:flex}.brand{gap:10px;font-size:1.05rem;font-weight:800}.brand-mark{width:34px;height:34px;color:var(--green-dark);background:var(--marigold);border-radius:50%;place-items:center;display:inline-grid}.site-nav{color:#ffffffdb;gap:clamp(14px,3vw,34px);font-size:.95rem}.site-nav a:hover,.nav-action:hover{color:var(--white)}.nav-action{border:1px solid #ffffff8c;border-radius:999px;min-height:42px;padding:0 18px;font-weight:700}.hero{min-height:92vh;color:var(--white);align-items:end;padding:150px clamp(18px,5vw,72px) 86px;display:grid;position:relative;overflow:hidden}.hero-image,.hero-shade{width:100%;height:100%;position:absolute;inset:0}.hero-image{object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,#07120ddb 0%,#07120d9e 46%,#07120d1f 100%),linear-gradient(#07120d00 58%,#07120dc7 100%)}.hero-content{z-index:1;width:min(720px,100%);position:relative}.eyebrow{color:var(--marigold);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:800}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:18px;font-size:clamp(4rem,11vw,9rem);line-height:.86}h2{letter-spacing:0;margin-bottom:18px;font-size:clamp(2rem,4vw,4.3rem);line-height:.98}h3{margin-bottom:8px;font-size:1.1rem}.hero-copy{color:#ffffffe6;max-width:620px;margin-bottom:30px;font-size:clamp(1.08rem,2vw,1.38rem)}.pincode-search,.join-form{gap:10px;width:min(520px,100%);display:grid}.pincode-search label,.join-form label{font-weight:800}.search-row{grid-template-columns:1fr auto;gap:10px;width:100%;display:grid}input{min-width:0;min-height:54px;color:var(--ink);background:#fffffff0;border:1px solid #ffffff70;border-radius:8px;outline:none;padding:0 18px}input:focus{border-color:var(--marigold);box-shadow:0 0 0 4px #f3b33d38}button{min-height:54px;color:var(--green-dark);background:var(--marigold);cursor:pointer;border:0;border-radius:8px;padding:0 22px;font-weight:900}button:hover{background:#ffc653}.stats-band{background:var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.stats-band div{background:var(--white);align-content:center;gap:3px;min-height:126px;padding:28px clamp(18px,3vw,42px);display:grid}.stats-band strong{font-size:clamp(1.35rem,2.2vw,2rem);line-height:1}.stats-band span,.section p,.slot-table{color:var(--muted)}.section{padding:clamp(64px,9vw,116px) clamp(18px,5vw,72px)}.split{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:clamp(34px,6vw,90px);display:grid}.section-copy{max-width:650px}.section-copy p:not(.eyebrow),.panel p{font-size:1.08rem}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.feature-card{border:1px solid var(--line);background:var(--white);border-radius:8px;min-height:250px;padding:26px;box-shadow:0 10px 28px #17211d14}.icon{width:44px;height:44px;color:var(--white);background:var(--green);border-radius:50%;place-items:center;margin-bottom:32px;font-size:1.3rem;display:grid}.shop-section{color:var(--white);background:#1f372d}.shop-section .section-copy p:not(.eyebrow),.shop-section .workflow p{color:#ffffffbd}.workflow{background:#ffffff2e;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:34px;display:grid}.workflow div{background:#ffffff14;min-height:220px;padding:28px}.workflow span{color:var(--marigold);margin-bottom:40px;font-weight:900;display:block}.payment-section{background:#f3efe3;grid-template-columns:minmax(0,.95fr) minmax(320px,.75fr);align-items:center;gap:clamp(28px,6vw,86px);display:grid}.panel{max-width:730px}.slot-table{background:var(--white);box-shadow:var(--shadow);border:1px solid #cfc7b5;border-radius:8px;overflow:hidden}.slot-table>div{border-top:1px solid var(--line);grid-template-columns:.8fr 1.1fr 1fr;gap:12px;padding:18px 20px;display:grid}.slot-table>div:first-child{border-top:0}.slot-table .slot-head{color:var(--white);background:var(--tomato);font-weight:900}.cta-section{color:var(--white);background:var(--green-dark);justify-content:space-between;align-items:center;gap:32px;display:flex}.cta-section h2{max-width:780px;margin-bottom:0}.join-form{flex:0 500px}.site-footer{color:#ffffffb8;background:#101713;justify-content:space-between;gap:20px;padding:28px clamp(18px,5vw,72px);display:flex}.site-footer span:first-child{color:var(--white);font-weight:900}@media (width<=900px){.site-nav{display:none}.stats-band,.split,.feature-grid,.workflow,.payment-section{grid-template-columns:1fr}.feature-card,.workflow div{min-height:auto}.cta-section{display:block}.site-footer{align-items:flex-start}}@media (width<=560px){.site-header{gap:14px}.nav-action{min-height:38px;padding:0 12px;font-size:.85rem}.hero{min-height:88vh;padding-top:118px;padding-bottom:56px}h1{font-size:clamp(3.5rem,18vw,6rem)}.search-row,.slot-table>div{grid-template-columns:1fr}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.login-page{background:#fff;width:100%;height:100%;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}.login-box{background:#fff;width:100%;height:100%;display:flex}.login-left{color:#fff;background:#2874f0;flex-direction:column;justify-content:space-between;width:40%;padding:40px 34px;display:flex;overflow:hidden}.login-left h1{margin:0 0 18px;font-size:26px;font-weight:600}.login-left p{color:#e8efff;margin:0;font-size:17px;line-height:1.5}.login-illustration{height:190px;margin-top:25px;position:relative}.sun{background:#ffd600;border-radius:50%;width:24px;height:24px;position:absolute;top:10px;left:145px}.cloud{color:#1764c0;z-index:2;font-size:42px;position:absolute;top:13px;left:158px}.shopping-bag{z-index:2;background:#ff3d4a;justify-content:center;align-items:center;width:50px;height:48px;font-size:20px;display:flex;position:absolute;bottom:20px;left:38px}.laptop{z-index:5;width:105px;position:absolute;bottom:18px;left:82px}.screen{background:#eee;border:5px solid #444;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;width:105px;height:78px;display:flex}.user-head{background:#aaa;border-radius:50%;width:13px;height:13px;margin-bottom:3px}.user-body{background:#aaa;border-radius:20px 20px 5px 5px;width:30px;height:15px}.keyboard{background:#fff;border-radius:0 0 8px 8px;width:125px;height:8px;margin-left:-10px}.yellow-box{z-index:2;background:#ffd600;justify-content:center;align-items:center;width:55px;height:45px;display:flex;position:absolute;bottom:18px;right:38px}.yellow-box span{color:#2874f0;font-size:28px;font-weight:700}.ground{background:#1764c0;border-radius:5px;width:215px;height:6px;position:absolute;bottom:10px;left:30px}.login-right{background:#fff;flex-direction:column;justify-content:space-between;width:60%;padding:70px 32px 25px;display:flex}.input-container{border-bottom:1px solid #d5d5d5;width:100%;margin-bottom:32px}.input-container input{color:#333;background:0 0;border:none;outline:none;width:100%;padding:10px 0;font-size:16px}.input-container input::placeholder{color:#878787}.terms{color:#777;margin:0 0 18px;font-size:11px;line-height:1.5}.terms a{color:#2874f0;text-decoration:none}.terms a:hover{text-decoration:underline}.otp-button{color:#fff;cursor:pointer;background:#fb641b;border:none;border-radius:2px;width:100%;height:48px;font-size:14px;font-weight:600;transition:background .2s,transform .1s;box-shadow:0 2px 4px #00000026}.otp-button:hover{background:#e85b17}.otp-button:active{transform:translateY(1px)}.create-account{text-align:center;padding-top:40px}.create-account a{color:#2874f0;font-size:14px;font-weight:600;text-decoration:none}.create-account a:hover{text-decoration:underline}@media (width<=700px){.login-page{height:auto}.login-box{flex-direction:column;height:auto}.login-left{width:100%;min-height:220px;padding:25px}.login-left h1{font-size:24px}.login-left p{font-size:15px}.login-illustration{transform-origin:bottom;height:120px;transform:scale(.7)}.login-right{width:100%;min-height:330px;padding:35px 25px 25px}.create-account{padding-top:35px}}.site-header{z-index:100;background:#fff;border-bottom:1px solid #eee;align-items:center;width:100%;height:72px;padding:0 48px;display:flex;position:relative}.brand{color:#222;align-items:center;gap:10px;font-size:20px;font-weight:700;text-decoration:none;display:flex}.brand-mark{color:#fff;background:#2874f0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex}.brand-name{letter-spacing:-.3px}.site-nav{align-items:center;gap:32px;margin-left:auto;margin-right:35px;display:flex}.site-nav a{color:#444;font-size:14px;text-decoration:none;transition:color .2s}.site-nav a:hover{color:#2874f0}.nav-action{color:#fff;cursor:pointer;background:#2874f0;border:none;border-radius:4px;padding:11px 20px;font-size:14px;font-weight:600;transition:background .2s}.nav-action:hover{background:#1769d2}.login-overlay{z-index:9999;background:#000000b8;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;inset:0}.login-modal{background:#fff;border-radius:4px;width:850px;max-width:95vw;height:530px;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000059}.login-close{cursor:pointer;z-index:100;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:10px;right:10px}.login-close span{background:#555;border-radius:2px;width:18px;height:2px;position:absolute}.login-close span:first-child{transform:rotate(45deg)}.login-close span:last-child{transform:rotate(-45deg)}.login-close:hover span{background:#000}@media (width<=700px){.site-header{height:64px;padding:0 20px}.site-nav{display:none}.nav-action{margin-left:auto;padding:9px 14px;font-size:13px}.login-overlay{padding:10px}.login-modal{width:100%;height:auto;max-height:95vh;overflow-y:auto}}
