@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";:root{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%}body{margin:0;overflow-x:hidden}a{text-decoration:inherit;color:inherit}button{border:none;background:none;cursor:pointer;font:inherit}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #CAE85D;--secondary: #43ADC3;--accent: #FF4F9A;--text-primary: #2B1C3F;--text-secondary: #6F5E86;--text-muted: #9C9C9C;--cyan-accent: #00D4D4;--nav-offset: 92px}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);line-height:1.6;overflow-x:hidden;padding-top:var(--nav-offset)}img,svg,video{max-width:100%}nav{position:fixed;top:0;left:0;right:0;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;z-index:2000;border-bottom:1px solid rgba(43,28,63,.06);box-shadow:0 2px 10px #00000005}.logo{display:inline-flex;align-items:center;text-decoration:none}.logo-image{display:block;height:58px;width:auto;object-fit:contain}.nav-links{display:flex;gap:2rem;align-items:center;list-style:none;min-width:0}.nav-links a{color:var(--text-primary);text-decoration:none;font-size:.95rem;font-weight:600;transition:none}.nav-links a:not(.nav-cta):hover{color:var(--text-primary)}.nav-cta{background:var(--primary);color:var(--text-primary);padding:.7rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem;transition:none;box-shadow:0 6px 20px #cae85d66;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.nav-links a.nav-cta:hover{background:var(--primary)!important;color:var(--text-primary)!important;transform:none!important;box-shadow:0 6px 20px #cae85d66!important;text-decoration:none!important}section{padding:3.5rem 2rem;max-width:1400px;margin:0 auto;scroll-margin-top:6rem}.hero{min-height:85vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:3rem;align-items:center;padding-top:2rem;background:linear-gradient(135deg,#cae85d14,#43adc30d);overflow:hidden}.hero-content{animation:fadeInUp .8s ease-out .2s both;min-width:0;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes floatingAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes pulseGlow{0%,to{box-shadow:0 4px 15px #00d4d44d;transform:scale(1)}50%{box-shadow:0 6px 25px #00d4d499;transform:scale(1.02)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes phoneNotification{0%,to{opacity:0;transform:translate(-50%,-20px)}10%,90%{opacity:1;transform:translate(-50%)}}@keyframes phoneVibrate{0%,to{transform:translate(0) rotate(0)}10%{transform:translate(-3px) rotate(-.5deg)}20%{transform:translate(3px) rotate(.5deg)}30%{transform:translate(-2px) rotate(-.3deg)}40%{transform:translate(2px) rotate(.3deg)}50%{transform:translate(-1px) rotate(-.2deg)}60%{transform:translate(1px) rotate(.2deg)}70%{transform:translate(0) rotate(0)}}@keyframes messageBubble{0%{opacity:0;transform:scale(.3)}50%{opacity:1}to{opacity:0;transform:translateY(-30px) scale(.8)}}@keyframes screenGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.1)}}h1{font-size:clamp(2.8rem,5vw,3.5rem);font-weight:900;margin-bottom:1rem;letter-spacing:-.04em;line-height:1.05;color:var(--text-primary);max-width:15ch}.hero-subtext{font-size:1.15rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6;font-weight:500;max-width:34rem}.who-for{display:flex;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap;max-width:34rem}.who-for-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:var(--text-secondary);font-weight:600;animation:slideInUp .8s ease-out backwards}.who-for-item:nth-child(1){animation-delay:.2s}.who-for-item:nth-child(2){animation-delay:.4s}.who-for-item:nth-child(3){animation-delay:.6s}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cta-button{background:var(--text-primary);color:#fff;padding:1.2rem 3rem;border-radius:32px;text-decoration:none;font-weight:800;font-size:1.05rem;display:inline-block;transition:all .4s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;box-shadow:0 8px 25px #2b1c3f40;animation:fadeInUp .8s ease-out .3s both,bounce 2s ease-in-out 1.2s infinite}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #2b1c3f59;background:linear-gradient(135deg,var(--text-primary),#1a1228);animation:none}.hero-illustration{position:relative;width:100%;min-height:560px;max-width:520px;justify-self:center;align-self:stretch}.hero-visual-shell{position:relative;width:100%;min-height:560px;display:flex;align-items:center;justify-content:center;animation:scaleIn .9s ease-out .2s both}.hero-phone{position:relative;z-index:2;width:min(100%,430px);padding:1.2rem;border-radius:32px;background:linear-gradient(160deg,#fffffff5,#f0f9f9eb);border:1px solid rgba(67,173,195,.18);box-shadow:0 28px 60px #2b1c3f1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-phone-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.hero-brand{display:flex;align-items:center;gap:.8rem}.hero-brand-mark{width:52px;height:52px;object-fit:contain;border-radius:16px;background:#cae85d38;padding:.35rem}.hero-brand-name,.hero-brand-tag,.activity-label,.floating-kicker{display:block}.hero-brand-name{font-size:1rem;font-weight:800;color:var(--text-primary);line-height:1.1}.hero-brand-tag{font-size:.75rem;color:var(--text-secondary);margin-top:.25rem}.hero-status-pill{padding:.5rem .85rem;border-radius:999px;background:#00d4d41f;color:#0e8b8b;font-size:.72rem;font-weight:800;white-space:nowrap}.hero-map-card{position:relative;overflow:hidden;height:260px;border-radius:28px;margin-bottom:1rem;background:radial-gradient(circle at 20% 25%,rgba(202,232,93,.7),transparent 24%),radial-gradient(circle at 80% 18%,rgba(67,173,195,.3),transparent 18%),linear-gradient(180deg,#f8fff0,#e7f9fb);border:1px solid rgba(67,173,195,.12)}.hero-map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(67,173,195,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(67,173,195,.08) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(180deg,#000000e6,#0006);mask-image:linear-gradient(180deg,#000000e6,#0006)}.map-pin{position:absolute;width:32px;height:32px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 10px 18px #2b1c3f1f}.map-pin:after{content:"";position:absolute;inset:7px;border-radius:50%;background:#ffffffe6}.map-pin-main{top:68px;left:185px;width:78px;height:78px;background:var(--primary);animation:floatingAnimation 4s ease-in-out infinite}.map-pin-main:after{inset:18px}.map-pin-small{width:34px;height:34px}.map-pin-a{top:58px;left:105px;background:var(--secondary)}.map-pin-b{top:160px;left:95px;background:var(--accent)}.map-pin-c{top:140px;right:92px;background:var(--cyan-accent)}.hero-route{position:absolute;border:3px dashed rgba(43,28,63,.22);border-radius:999px}.hero-route-one{top:90px;left:124px;width:185px;height:92px;border-left:none;border-bottom:none;transform:rotate(8deg)}.hero-route-two{top:126px;left:112px;width:210px;height:82px;border-right:none;border-top:none;transform:rotate(-6deg)}.hero-activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.hero-activity-card,.hero-floating-card{background:#ffffffeb;border:1px solid rgba(43,28,63,.08);box-shadow:0 18px 30px #2b1c3f14}.hero-activity-card{padding:1rem;border-radius:22px}.hero-activity-card strong,.hero-floating-card strong{display:block;color:var(--text-primary);font-size:1rem;line-height:1.2}.hero-activity-card small,.hero-floating-card small{display:block;margin-top:.3rem;color:var(--text-secondary);font-size:.78rem}.activity-label,.floating-kicker{font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.35rem;color:var(--secondary)}.hero-activity-card.accent .activity-label{color:var(--accent)}.hero-floating-card{position:absolute;z-index:3;width:210px;padding:.95rem 1rem;border-radius:20px;animation:floatingAnimation 4.5s ease-in-out infinite}.hero-floating-community{top:48px;right:-24px}.hero-floating-business{bottom:54px;left:-26px;animation-delay:.8s}.hero-orb{position:absolute;border-radius:50%;filter:blur(4px)}.hero-orb-left{top:30px;left:14px;width:150px;height:150px;background:radial-gradient(circle,#cae85d7a,#cae85d00)}.hero-orb-right{right:12px;bottom:42px;width:170px;height:170px;background:radial-gradient(circle,#43adc347,#43adc300)}.what-is{background:#fff;padding:3rem 2rem}h2{font-size:2.5rem;font-weight:900;margin-bottom:1rem;letter-spacing:-.03em;color:var(--text-primary);text-align:center}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);margin-bottom:3rem;max-width:850px;margin-left:auto;margin-right:auto;line-height:1.7;text-align:center;font-weight:500}.what-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem;margin-top:3rem;max-width:1240px;margin-left:auto;margin-right:auto}.what-card{flex:0 0 calc(33.333% - .67rem);background:linear-gradient(135deg,#cae85d0d,#43adc30d);padding:0;border-radius:16px;border:2px solid rgba(0,212,212,.1);transition:all .3s ease;animation:scaleIn .6s ease-out backwards;box-shadow:0 10px 22px #2b1c3f14,inset 0 2px 8px #ffffffb3;min-width:0;overflow:hidden}.what-card:nth-child(1){animation-delay:.1s}.what-card:nth-child(2){animation-delay:.2s}.what-card:nth-child(3){animation-delay:.3s}.what-card:nth-child(4){animation-delay:.4s}.what-card:nth-child(5){animation-delay:.5s}.what-card:nth-child(6){animation-delay:.6s}.what-card:hover,.what-card.is-open{transform:translateY(-5px);border-color:var(--cyan-accent);box-shadow:0 18px 36px #2b1c3f1f,inset 0 2px 10px #ffffffd9}.what-card-trigger{width:100%;padding:1.5rem;background:transparent;border:0;display:flex;align-items:center;gap:1rem;text-align:left;cursor:pointer;font:inherit;color:inherit;outline:none;box-shadow:none}.what-card-trigger:focus,.what-card-trigger:focus-visible,.what-card-trigger:active{outline:none;box-shadow:none}.what-icon{width:46px;height:46px;margin:0;border-radius:14px;background:radial-gradient(circle at 30% 20%,#fff,#ffffffd9 35%,#00d4d433);display:flex;align-items:center;justify-content:center;color:var(--text-primary);box-shadow:0 12px 25px #2b1c3f1f,inset 0 2px 8px #fffc}.what-icon svg{width:24px;height:24px;filter:drop-shadow(0 6px 10px rgba(43,28,63,.2))}.what-card-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex:1;min-width:0}.what-card h3{font-size:1.2rem;font-weight:800;margin:0;color:var(--text-primary)}.what-card-chevron{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#00d4d41f;color:var(--text-primary);display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:600;line-height:1;transition:transform .3s ease,background .3s ease}.what-card.is-open .what-card-chevron{transform:rotate(45deg);background:#00d4d438}.what-card-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.what-card-panel p{overflow:hidden;padding:0 1.5rem;margin:0}.what-card.is-open .what-card-panel{grid-template-rows:1fr}.what-card.is-open .what-card-panel p{padding:0 1.5rem 1.5rem}.what-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.6;font-weight:500}.mission-vision{background:var(--primary);padding:3rem 2rem}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.mv-card{background:linear-gradient(145deg,#fff,#f7fbff);padding:2.5rem;border-radius:20px;box-shadow:0 14px 28px #2b1c3f1f;position:relative;overflow:hidden;border:1px solid rgba(43,28,63,.08);transition:transform .3s ease,box-shadow .3s ease;min-width:0}.mv-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.35),transparent 60%);pointer-events:none}.mv-card:hover{transform:translateY(-6px);box-shadow:0 24px 45px #2b1c3f2e}.mv-card h3{font-size:1.8rem;font-weight:900;margin-bottom:1rem;color:var(--text-primary)}.mv-card p{font-size:1.05rem;line-height:1.7;color:var(--text-secondary);font-weight:500}.mv-icon{width:72px;height:72px;border-radius:22px;background:radial-gradient(circle at 30% 20%,#fff,#ffffffe6 35%,#43adc338);box-shadow:0 12px 24px #2b1c3f1f,inset 0 2px 8px #ffffffd9;display:flex;align-items:center;justify-content:center;color:var(--text-primary);margin-bottom:1.2rem}.mv-icon svg{width:40px;height:40px;filter:drop-shadow(0 6px 10px rgba(43,28,63,.2))}.why-pinmate{background:#fff;padding:3rem 2rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.feature-card{background:#fafafa;padding:2.5rem 2rem;border-radius:20px;border:2px solid rgba(43,28,63,.04);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;gap:1.5rem;align-items:flex-start;position:relative;animation:slideInUp .7s ease-out backwards;min-width:0}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:before{content:none}.feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #2b1c3f1a;background:#fff;border-color:#00d4d44d}.feature-card:hover:before{transform:none}.feature-illustration{flex-shrink:0;width:110px;height:110px;border-radius:26px;background:radial-gradient(circle at 30% 20%,#fff,#ffffffd9 35%,#43adc340);box-shadow:0 12px 25px #2b1c3f1f,inset 0 2px 6px #fffc;display:flex;align-items:center;justify-content:center}.feature-illustration svg{width:70px;height:70px;filter:drop-shadow(0 6px 10px rgba(43,28,63,.2))}.feature-content h3{font-size:1.3rem;font-weight:800;margin-bottom:.6rem;color:var(--text-primary)}.feature-content p{color:var(--text-secondary);font-size:.95rem;line-height:1.6;font-weight:500}.usp-section{background:linear-gradient(135deg,#43adc314,#cae85d14);padding:3rem 2rem}.usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.usp-card{background:#fff;padding:2rem 1.5rem;border-radius:16px;border-left:4px solid var(--cyan-accent);transition:all .3s ease;display:flex;flex-direction:column;gap:.8rem;min-width:0}.usp-card:hover{transform:translate(5px);box-shadow:0 10px 25px #00000014}.usp-card h4{font-size:1.1rem;font-weight:800;margin-bottom:.5rem;color:var(--text-primary)}.usp-icon{width:64px;height:64px;border-radius:18px;background:radial-gradient(circle at 30% 20%,#fff,#ffffffe6 35%,#43adc338);box-shadow:0 12px 24px #2b1c3f1f,inset 0 2px 8px #ffffffd9;display:flex;align-items:center;justify-content:center;color:var(--text-primary)}.usp-icon svg{width:34px;height:34px;filter:drop-shadow(0 6px 10px rgba(43,28,63,.2))}.usp-card p{font-size:.9rem;color:var(--text-secondary);line-height:1.5;font-weight:500}.blog{background:var(--text-primary);color:#fff;padding:3rem 2rem}.blog h2{color:#fff}.blog .section-subtitle{color:#ffffffbf}.blog-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.blog-card{background:#ffffff0d;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid rgba(255,255,255,.08);animation:slideInUp .7s ease-out backwards;min-width:0}.blog-card:nth-child(1){animation-delay:.1s}.blog-card:nth-child(2){animation-delay:.2s}.blog-card:nth-child(3){animation-delay:.3s}.blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000004d;background:#ffffff14;border-color:var(--cyan-accent)}.blog-cover{width:100%;height:200px;background:linear-gradient(135deg,var(--cyan-accent),var(--secondary));display:flex;align-items:center;justify-content:center}.blog-cover-image{display:block;object-fit:cover;background:#d9d9d9}.blog-card:nth-child(1) .blog-cover:not(.blog-cover-image){background:linear-gradient(135deg,#00d4d4,#43adc3)}.blog-card:nth-child(2) .blog-cover:not(.blog-cover-image){background:linear-gradient(135deg,#43adc3,#ff4f9a)}.blog-card:nth-child(3) .blog-cover:not(.blog-cover-image){background:linear-gradient(135deg,#ff4f9a,#cae85d)}.blog-content{padding:1.5rem}.blog-category{display:inline-block;padding:.35rem .8rem;background:#ffffff26;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.02em;margin-bottom:.75rem}.blog-card h3{font-size:1.2rem;font-weight:800;color:#fff;line-height:1.4}.blog-cta{display:flex;justify-content:center;margin-top:2.5rem}.read-more-blogs{background:#fff;color:var(--text-primary);padding:.9rem 2.2rem;border-radius:999px;text-decoration:none;font-weight:800;transition:all .3s ease;border:2px solid rgba(255,255,255,.4)}.read-more-blogs:hover{transform:translateY(-3px);box-shadow:0 12px 25px #00000040}.early-access-page{background:radial-gradient(circle at top left,rgba(255,214,223,.35),transparent 22%),radial-gradient(circle at bottom right,rgba(95,190,208,.18),transparent 24%),linear-gradient(180deg,#f3f8f7,#f8f1e8);min-height:100vh;padding:8rem 1.5rem 4rem}.early-access-page__container{width:min(100%,1180px);margin:0 auto;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(420px,1fr);gap:2rem;align-items:start;padding:2rem;border-radius:36px;background:linear-gradient(135deg,#ffffff75,#ffffff2e),linear-gradient(135deg,#b7e1e538,#fae8ce4d);border:1px solid rgba(42,66,74,.1);box-shadow:0 24px 60px #21344214}.early-access-page__intro{padding:1rem .5rem 1rem 0}.early-access-page__eyebrow{display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;background:#c5e54fb8;color:#56620f;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.early-access-page__intro h1{margin:1.1rem 0 1rem;font-size:clamp(2.4rem,4vw,4.4rem);line-height:.95;color:#173042}.early-access-page__intro p{margin:0;max-width:34rem;color:#4b6070;font-size:1.02rem;line-height:1.75}.early-access-page__points{margin-top:2rem;display:grid;gap:1rem}.early-access-page__points div{padding:1rem 1.1rem;border-radius:20px;background:#ffffff57;border:1px solid rgba(23,48,66,.08)}.early-access-page__points strong{display:block;margin-bottom:.35rem;color:#173042;font-size:.98rem}.early-access-page__points span{color:#5b6e7d;line-height:1.6;font-size:.92rem}.early-access-page__form-wrap{padding:.35rem}.early-access-form{max-width:none;margin:0 auto;background:transparent;padding:0;border-radius:0;border:none;box-shadow:none;text-align:left;position:relative}.early-access-form:before{content:none}.early-access-form__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem;padding:0 0 .4rem}.early-access-kicker{display:inline-flex;align-items:center;border-radius:999px;padding:.45rem .8rem;background:#c8e74d;color:#49550e;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.early-access-form h2{margin:0 0 .75rem;color:#79a3cf;font-size:clamp(2rem,4vw,2.7rem);line-height:1.05}.early-access-form__header p{margin:0;max-width:440px;color:#6b7280;font-size:.98rem;line-height:1.65;font-weight:500}.early-access-check{width:52px;height:52px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#c8e74d;color:#5f730a;box-shadow:0 12px 28px #b1df4859}.early-access-check svg{width:26px;height:26px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem;margin-bottom:1.15rem}.form-row--single{grid-template-columns:1fr}.early-access-form label{display:flex;flex-direction:column;gap:.45rem;font-weight:700;color:#374151;font-size:.85rem}.early-access-form__label{display:inline-flex;align-items:center;gap:.18rem}.early-access-form__label em{color:#ef4444;font-style:normal}.early-access-form input,.early-access-form select{padding:.95rem 1rem;border-radius:12px;border:1px solid rgba(98,121,145,.18);font-size:.95rem;font-family:inherit;color:#334155;background:#ffffffc7;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.early-access-form input::placeholder,.early-access-form select{color:#a0a9b8}.early-access-form input:focus,.early-access-form select:focus{border-color:#62bdd1;box-shadow:0 0 0 4px #62bdd11f}.early-access-submit{width:100%;margin-top:.5rem;background:linear-gradient(90deg,#56bdd1,#3196ae);color:#fff;padding:1rem 1.5rem;border-radius:12px;border:none;font-weight:800;font-size:1rem;cursor:pointer;transition:all .3s ease}.early-access-submit:disabled{cursor:wait;opacity:.75}.early-access-submit:hover{transform:translateY(-2px);box-shadow:0 14px 30px #3196ae47}.early-access-note{margin:1rem 0 0;color:#8a94a6;font-size:.75rem;line-height:1.6;text-align:center}.early-access-note a{color:#428fbd;font-weight:700;text-decoration:none}.early-access-note a:hover{text-decoration:underline}.early-access-success{margin:1rem 0 0;color:#0f766e;font-size:.92rem;font-weight:700;text-align:center}.early-access-error{margin:1rem 0 0;color:#dc2626;font-size:.92rem;font-weight:700;text-align:center}footer{background:var(--text-primary);color:#fff;padding:3rem 2rem 2rem}.footer-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.footer-links{display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{color:var(--primary);text-decoration:none;font-size:.95rem;font-weight:600;transition:all .2s}.footer-links a:hover{color:var(--cyan-accent);transform:translateY(-2px)}.social-icons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.social-icon{width:48px;height:48px;background:#cae85d1f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);text-decoration:none;font-weight:800;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent}.social-icon-image{width:34px;height:34px;object-fit:contain;display:block}.social-icon:hover{background:transparent;color:var(--text-primary);transform:translateY(-4px) rotate(5deg);border-color:var(--primary)}.footer-bottom{text-align:center;color:var(--text-muted);font-size:.9rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);font-weight:500;display:flex;flex-direction:column;gap:.6rem;align-items:center}.make-in-india{display:inline-flex;align-items:center;gap:.6rem;color:#f5f5f5;font-weight:700;letter-spacing:.02em}.make-in-india__flag{width:36px;height:6px;border-radius:999px;background:linear-gradient(90deg,#f93,#fff,#128807);box-shadow:0 0 0 1px #fff3}.blog-list{min-height:70vh;padding:6rem 2rem 4rem;background:linear-gradient(180deg,#fff,#f6f8fb)}.blog-list__header{max-width:900px;margin:0 auto 3rem;text-align:center}.blog-list__header h1{font-size:2.6rem;margin-bottom:.5rem}.blog-list__header p{color:var(--text-secondary);font-weight:500}.blog-list__grid .blog-card{background:#fff;color:var(--text-primary);border:1px solid rgba(43,28,63,.08)}.blog-list__grid .blog-card h3{color:var(--text-primary)}.blog-list__grid .blog-category{background:#0000000f;color:var(--text-primary)}.blog-list__grid .blog-card:hover{box-shadow:0 20px 40px #2b1c3f1f;background:#fff}@media(max-width:1200px){.what-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){nav{padding:.9rem 1.5rem}.nav-links{gap:1.2rem}.hero{grid-template-columns:1fr;text-align:center;gap:2rem;min-height:auto;padding-top:1rem}.who-for{justify-content:center;margin-left:auto;margin-right:auto}.hero-illustration{margin:0 auto;min-height:480px;max-width:480px}.hero-content,.hero-phone,.section-subtitle,.blog-list__header,.blog-detail__card{width:100%}.hero-content{display:flex;flex-direction:column;align-items:center}.hero-content h1,.hero-subtext{max-width:100%}.mv-grid,.features-grid{grid-template-columns:1fr}.usp-grid{grid-template-columns:repeat(2,1fr)}.blog-container{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:960px){.what-card{flex:0 0 calc(50% - .5rem)}}@media(max-width:820px){.hero{display:flex;flex-direction:column;align-items:stretch;text-align:left;gap:1.5rem;min-height:auto}.hero-content{order:1;display:block}.hero-content h1,.hero-subtext,.who-for{max-width:100%}.hero-illustration{order:2;max-width:100%;min-height:auto}.hero-visual-shell{min-height:auto;display:block}.hero-phone{width:min(100%,430px);margin:0 auto}.hero-floating-card{position:static;width:min(100%,430px);margin:.85rem auto 0;animation:none}}@media(max-width:768px){:root{--nav-offset: 84px}.logo-image{height:48px}nav{padding:.9rem 1rem;gap:.75rem}.nav-links{gap:.75rem}.nav-cta{padding:.6rem 1rem;font-size:.82rem}.hero-illustration,.hero-visual-shell{min-height:auto}.hero{gap:1.5rem;padding-top:.5rem}.hero-content{text-align:left}.hero-phone{width:100%;max-width:100%;padding:1rem;border-radius:26px}.hero-phone-top{display:grid}.hero-brand{justify-content:flex-start}.hero-activity-grid{grid-template-columns:1fr}.hero-floating-card{width:100%}.hero-map-card{height:210px;border-radius:22px}.map-pin-main{top:62px;left:50%;width:70px;height:70px;margin-left:-35px}.map-pin-a{top:58px;left:16%}.map-pin-b{left:16%;top:146px}.map-pin-c{top:132px;right:16%}.hero-route-one{top:86px;left:20%;width:54%;height:80px}.hero-route-two{top:122px;left:16%;width:64%;height:74px}nav{padding:1rem 1.5rem}.nav-links a:not(.nav-cta){display:none}h1{font-size:2.35rem;max-width:11ch}h2{font-size:2rem}section{padding:2.5rem 1.5rem}.section-subtitle{margin-bottom:2rem;font-size:1rem}.what-grid{display:flex}.what-card,.mv-card,.feature-card,.usp-card,.blog-content,.blog-detail__card{padding-left:1.25rem;padding-right:1.25rem}.what-card{flex-basis:100%;padding-left:0;padding-right:0}.what-card-trigger,.what-card.is-open .what-card-panel p{padding-left:1.25rem;padding-right:1.25rem}.feature-card{flex-direction:column;text-align:center;align-items:center}.usp-grid,.form-row{grid-template-columns:1fr}.app-buttons{flex-direction:column;align-items:stretch}.app-button{justify-content:center;width:100%}.footer-links{gap:1rem;flex-direction:column;align-items:center;text-align:center}.social-icons{gap:1rem}.blog-list{padding:5rem 1.25rem 3rem}.blog-list__header h1,.blog-detail__title{font-size:2rem}.blog-detail__meta{flex-wrap:wrap}}@media(max-width:480px){:root{--nav-offset: 78px}.logo-image{height:42px}nav{padding:.75rem;align-items:center;gap:.5rem}.nav-cta{padding:.5rem .75rem;font-size:.72rem;min-height:36px}.hero-phone{padding:.95rem;border-radius:24px}.hero-brand{gap:.65rem}.hero-brand-mark{width:46px;height:46px}.hero-brand-name{font-size:.92rem}.hero-brand-tag{font-size:.7rem}.hero-map-card{height:184px}.hero-status-pill{white-space:normal;width:fit-content}h1{font-size:1.95rem;max-width:100%}h2{font-size:1.7rem}.cta-button{width:100%;text-align:center;padding:1rem 1.25rem;font-size:.95rem}.who-for{flex-direction:column;gap:1rem}.who-for-item{justify-content:flex-start}.hero-floating-card,.hero-activity-card,.what-card,.mv-card,.feature-card,.usp-card{border-radius:18px}.hero-activity-card{padding:.9rem}.feature-illustration{width:88px;height:88px}.feature-illustration svg{width:56px;height:56px}.blog-cover{height:170px}.download-section p{font-size:1rem;margin-bottom:2rem}.app-button{padding:.95rem 1rem;font-size:.95rem}.footer-content{gap:2rem}.social-icon{width:42px;height:42px;font-size:1rem}.blog-detail{padding:6.5rem 1rem 3rem}.blog-detail__card{padding:0}.blog-detail__title{font-size:1.7rem}.blog-detail__toc{padding:1rem}.blog-detail__toc-header h2{font-size:1.25rem}.blog-detail__toc-toggle{padding:.4rem .75rem;font-size:.9rem}.blog-detail__excerpt,.blog-detail__content p{font-size:.98rem}}@media(max-width:400px){:root{--nav-offset: 74px}nav{padding:.65rem .7rem;gap:.35rem}.logo-image{height:36px}.nav-links{gap:.35rem}.nav-cta{padding:.42rem .62rem;font-size:.66rem;min-height:32px;border-radius:18px}}@media(max-width:360px){:root{--nav-offset: 72px}.logo-image{height:38px}nav{flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:.6rem .7rem}.nav-links{width:auto;justify-content:flex-end;flex-shrink:0}.nav-cta{width:auto;text-align:center;padding:.42rem .58rem;font-size:.64rem;min-height:30px;border-radius:16px}section{padding:2.25rem 1rem}h1{font-size:1.7rem;max-width:100%}.hero-subtext,.section-subtitle{font-size:.95rem}.hero-map-card{height:170px}.map-pin-main{width:58px;height:58px;margin-left:-29px}.map-pin-main:after{inset:13px}.hero-route-one,.hero-route-two{height:60px}.blog-list__header h1,.blog-detail__title{font-size:1.5rem}}.blog-detail{min-height:70vh;padding:7.5rem 1.5rem 4rem;background:linear-gradient(180deg,#f8f6f2,#fff)}.blog-detail__center{text-align:center;font-size:1.1rem;color:#444;padding:4rem 1rem}.blog-detail__card{max-width:1200px;margin:0 auto;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none;overflow-wrap:anywhere}.blog-detail__meta{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.blog-detail__category{font-size:.85rem;color:#1976d2;background:#e3f2fd;padding:.3rem .75rem;border-radius:999px}.blog-detail__date{font-size:.85rem;color:#666}.blog-detail__title{font-size:2.2rem;margin:0 0 1rem;color:#1f1f1f}.blog-detail__excerpt{font-size:1.1rem;color:#555;margin-bottom:1.5rem}.blog-detail__toc{margin-bottom:1.75rem;padding:1.25rem 1.35rem;border:1px solid #d7d7d7;border-radius:14px;background:#fafafa;position:static;top:auto;z-index:auto}.blog-detail__toc-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.blog-detail__toc-header h2{margin:0;font-size:1.5rem;text-align:left}.blog-detail__toc-toggle{border:1px solid #d1d1d1;background:#fff;color:#2b1c3f;border-radius:999px;padding:.45rem .9rem;font:inherit;font-weight:600;cursor:pointer}.blog-detail__toc-nav{display:none;position:static}.blog-detail__toc-nav.is-open{display:block}.blog-detail__toc-list{list-style:none;margin:0;padding:0;position:static}.blog-detail__toc-nav.is-open .blog-detail__toc-list{margin-top:.9rem}.blog-detail__toc-item+.blog-detail__toc-item{margin-top:.45rem}.blog-detail__toc-item a{color:#2b1c3f;text-decoration:none;font-weight:500}.blog-detail__toc-item a:hover{text-decoration:underline}.blog-detail__toc-item--level-2{padding-left:.75rem}.blog-detail__toc-item--level-3{padding-left:1.5rem}.blog-detail__toc-item--level-4{padding-left:2.25rem}.blog-detail__cover{width:100%;height:auto;border-radius:14px;margin-bottom:1.5rem;box-shadow:0 12px 24px #2b1c3f1f}.blog-detail__content p{line-height:1.7;color:#333;margin:0 0 1.2rem}.blog-detail__content img{max-width:100%;height:auto;border-radius:12px;margin:1rem 0}.blog-detail__content h1,.blog-detail__content h2,.blog-detail__content h3{margin:1.6rem 0 .8rem;color:#1f1f1f}.blog-detail__content h1,.blog-detail__content h2,.blog-detail__content h3,.blog-detail__content h4{scroll-margin-top:7rem}.ck-editor__editable{min-height:240px}.blog-detail__back{display:inline-block;margin-top:1.5rem;color:#2b1c3f;font-weight:600;text-decoration:none}.blog-detail__back:hover{text-decoration:underline}.legal-page{background:linear-gradient(180deg,#f7fbff,#fff);padding:8rem 1.5rem 4rem}.legal-page__container{max-width:920px;margin:0 auto;background:#fff;border:1px solid rgba(27,31,35,.08);border-radius:28px;padding:2rem;box-shadow:0 20px 60px #0f172a14;text-align:left}.legal-page__eyebrow{margin:0 0 .75rem;font-size:.85rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan-accent);text-align:left}.legal-page .legal-page__container>h1{margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.1;color:#111827;text-align:left}.legal-page__updated{margin:1rem 0 0;color:#5b6472;font-weight:600;text-align:left}.legal-page__section{margin-top:2rem}.legal-page__section h2{margin:0 0 .85rem;font-size:1.35rem;color:#111827;text-align:left}.legal-page__section p{margin:0 0 1rem;line-height:1.8;color:#374151}.legal-page__list{margin:0 0 1rem;padding-left:1.2rem;color:#374151}.legal-page__list li{margin-bottom:.9rem;line-height:1.75}.legal-page__contact{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem;padding:1.1rem 1.2rem;border-radius:18px;background:#00d4d414}.legal-page__contact a{color:#0f766e;text-decoration:none;font-weight:700}.legal-page__contact a:hover,.legal-page__back:hover{text-decoration:underline}.legal-page__back{display:inline-block;margin-top:1rem;color:#0f172a;font-weight:700;text-decoration:none}@media(max-width:768px){.early-access-page{padding:7rem 1rem 3rem}.early-access-page__container{grid-template-columns:1fr;padding:1.2rem;border-radius:26px}.early-access-page__intro{padding:.2rem 0 .6rem}.early-access-page__intro h1{font-size:clamp(2.1rem,8vw,3rem)}.legal-page{padding:7rem 1rem 3rem}.legal-page__container{border-radius:22px;padding:1.4rem}}
