@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .3s,box-shadow .3s,backdrop-filter .3s;padding:0}.navbar--scrolled{background:#04080fd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px #12c9b81f}.navbar__inner{display:flex;align-items:center;height:68px;gap:32px}.navbar__logo{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:800;flex-shrink:0;transition:opacity .2s}.navbar__logo:hover{opacity:.85}.navbar__logo-icon{font-size:22px}.navbar__logo-geo{color:#e8edf5}.navbar__logo-snap{color:#12c9b8}.navbar__links{display:flex;align-items:center;gap:4px;margin-left:auto}.navbar__link{padding:7px 14px;border-radius:8px;font-size:14px;font-weight:500;color:#94a3b8;transition:color .2s,background .2s}.navbar__link:hover{color:#e8edf5;background:#ffffff0d}.navbar__link--active{color:#12c9b8;background:#12c9b814}.navbar__cta{display:flex;align-items:center;gap:7px;padding:8px 20px;background:linear-gradient(135deg,#12c9b8,#0e9e91);color:#04080f;font-size:13px;font-weight:700;border-radius:100px;white-space:nowrap;flex-shrink:0;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 16px #12c9b84d}.navbar__cta:hover{transform:translateY(-1px);box-shadow:0 4px 24px #12c9b873}.navbar__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}.navbar__hamburger span{display:block;width:22px;height:2px;background:#e8edf5;border-radius:2px;transition:transform .25s,opacity .25s;transform-origin:center}.navbar__hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__drawer{display:flex;flex-direction:column;padding:16px;gap:4px;background:#04080ffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(18,201,184,.1)}.navbar__drawer-link{padding:12px 16px;font-size:15px;font-weight:500;color:#94a3b8;border-radius:10px;transition:color .2s,background .2s}.navbar__drawer-link:hover,.navbar__drawer-link--active{color:#12c9b8;background:#12c9b814}.navbar__drawer-cta{display:block;text-align:center;margin-top:12px;padding:13px;background:linear-gradient(135deg,#12c9b8,#0e9e91);color:#04080f;font-weight:700;font-size:14px;border-radius:12px}@media (max-width: 768px){.navbar__links,.navbar__cta{display:none}.navbar__hamburger{display:flex}}.footer{position:relative;z-index:1;border-top:1px solid rgba(18,201,184,.1);background:#04080ff2;padding:64px 0 32px}.footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.05)}.footer__brand{display:flex;flex-direction:column;gap:16px}.footer__logo{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:800}.footer__logo-geo{color:#e8edf5}.footer__logo-snap{color:#12c9b8}.footer__tagline{font-size:14px;color:#4a6075;line-height:1.7}.footer__playstore{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#12c9b81a;border:1px solid rgba(18,201,184,.25);border-radius:100px;color:#12c9b8;font-size:13px;font-weight:600;transition:background .2s,border-color .2s;width:fit-content}.footer__playstore:hover{background:#12c9b82e;border-color:#12c9b8}.footer__col{display:flex;flex-direction:column;gap:12px}.footer__col-title{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#12c9b8;margin-bottom:4px}.footer__link{font-size:14px;color:#4a6075;transition:color .2s}.footer__link:hover{color:#e8edf5}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px;gap:16px;flex-wrap:wrap}.footer__bottom p{font-size:13px;color:#2d4055}.footer__badges{display:flex;gap:16px;font-size:12px;color:#2d4055}@media (max-width: 900px){.footer__top{grid-template-columns:1fr 1fr;gap:32px}.footer__brand{grid-column:1 / -1}}@media (max-width: 500px){.footer__top{grid-template-columns:1fr}.footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}}.hero-glow{position:fixed;top:-200px;left:50%;transform:translate(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(18,201,184,.08) 0%,transparent 70%);pointer-events:none;z-index:0;animation:glow-pulse 5s ease-in-out infinite alternate}@keyframes glow-pulse{0%{transform:translate(-50%) scale(1);opacity:.5}to{transform:translate(-50%) scale(1.15);opacity:1}}.hero{position:relative;z-index:1;padding:140px 0 80px;min-height:100vh;display:flex;align-items:center}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero__content{display:flex;flex-direction:column;gap:0}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:#12c9b814;border:1px solid rgba(18,201,184,.2);border-radius:100px;font-size:12px;font-weight:600;color:#12c9b8;width:fit-content;margin-bottom:20px}.hero__badge-dot{width:7px;height:7px;border-radius:50%;background:#12c9b8;box-shadow:0 0 8px #12c9b8cc;animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{opacity:1;box-shadow:0 0 8px #12c9b8cc}50%{opacity:.5;box-shadow:0 0 4px #12c9b84d}}.hero__title{font-size:clamp(36px,5.5vw,64px);font-weight:900;line-height:1.12;letter-spacing:-1px;margin-bottom:20px}.hero__sub{font-size:17px;color:#94a3b8;line-height:1.7;max-width:480px;margin-bottom:32px}.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}.hero__stats{display:flex;flex-wrap:wrap;gap:20px}.hero__stat{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#4a6075}.hero__stat-dot{width:5px;height:5px;border-radius:50%;background:#12c9b8}.hero__mockup{position:relative;display:flex;justify-content:center;align-items:center}.phone__glow{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;border-radius:50%;background:radial-gradient(circle,rgba(18,201,184,.12) 0%,transparent 70%);animation:glow-pulse 4s ease-in-out infinite alternate;z-index:0}.phone{position:relative;z-index:1;width:260px;height:520px;background:linear-gradient(145deg,#0d1e35,#071022);border-radius:40px;border:2px solid rgba(18,201,184,.2);box-shadow:0 32px 80px #000000b3,0 0 0 1px #ffffff0a,inset 0 0 0 1px #12c9b80d;overflow:hidden;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.phone__notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:80px;height:18px;background:#0009;border-radius:100px;z-index:2}.phone__screen{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 50% 30%,rgba(18,201,184,.04),transparent),linear-gradient(180deg,#050d1a,#040810);display:flex;align-items:center;justify-content:center}.phone__camera-ui{width:100%;height:100%;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:20px 14px}.phone__crosshair{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px}.phone__crosshair span{position:absolute;background:#12c9b899}.phone__crosshair span:nth-child(1){top:0;left:0;width:16px;height:2px}.phone__crosshair span:nth-child(2){top:0;left:0;width:2px;height:16px}.phone__crosshair span:nth-child(3){bottom:0;right:0;width:16px;height:2px}.phone__crosshair span:nth-child(4){bottom:0;right:0;width:2px;height:16px}.phone__overlay{background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;gap:4px;border:1px solid rgba(18,201,184,.15);margin-bottom:10px}.phone__overlay-row{display:flex;align-items:center;gap:6px;font-size:9px}.phone__overlay-label{color:#12c9b8;font-weight:700;min-width:40px}.phone__overlay-val{color:#e8edf5;font-size:8.5px}.phone__minimap{position:absolute;top:56px;right:14px;width:56px;height:56px;border-radius:10px;background:radial-gradient(circle at 40% 60%,rgba(18,201,184,.15),transparent),linear-gradient(135deg,#0d2035,#071428);border:1px solid rgba(18,201,184,.3);overflow:hidden;display:flex;align-items:center;justify-content:center}.phone__minimap-pin{width:8px;height:8px;border-radius:50% 50% 50% 0;background:#12c9b8;transform:rotate(-45deg);box-shadow:0 0 10px #12c9b8cc}.phone__shutter{width:48px;height:48px;border-radius:50%;border:3px solid rgba(18,201,184,.5);background:#12c9b81a;margin:0 auto;position:relative}.phone__shutter:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background:#12c9b84d}.section-title{font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.15;margin-bottom:16px;letter-spacing:-.5px}.section-sub{font-size:16px;color:#94a3b8;max-width:580px;line-height:1.7;margin-bottom:56px}.features{background:linear-gradient(180deg,transparent,rgba(10,22,40,.4),transparent)}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{padding:28px 24px;border-radius:20px;transition:transform .3s,border-color .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-6px)}.feature-card__icon{font-size:32px;margin-bottom:16px;filter:drop-shadow(0 0 8px rgba(18,201,184,.4))}.feature-card__title{font-size:16px;font-weight:700;color:#e8edf5;margin-bottom:8px}.feature-card__desc{font-size:14px;color:#4a6075;line-height:1.65}.how{position:relative;z-index:1}.how__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}.how__step{position:relative;display:flex;flex-direction:column;gap:16px;padding:28px;border-radius:20px;background:#0a1628b3;border:1px solid rgba(18,201,184,.1);transition:border-color .3s}.how__step:hover{border-color:#12c9b84d}.how__step-num{font-size:42px;font-weight:900;line-height:1;background:linear-gradient(135deg,#12c9b8,#12c9b84d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.how__step-body h3{font-size:18px;font-weight:700;margin-bottom:8px}.how__step-body p{font-size:14px;color:#4a6075;line-height:1.65}.trust{position:relative;z-index:1}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust__badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:28px 16px;border-radius:20px;background:#0a162880;border:1px solid rgba(18,201,184,.1);transition:border-color .3s,transform .3s}.trust__badge:hover{border-color:#12c9b84d;transform:translateY(-4px)}.trust__badge-icon{font-size:28px}.trust__badge strong{font-size:14px;font-weight:700;color:#e8edf5}.trust__badge span{font-size:12px;color:#4a6075}.cta-section{position:relative;z-index:1}.cta-box{position:relative;text-align:center;padding:64px 40px;border-radius:28px;background:#0a1628cc;border:1px solid rgba(18,201,184,.15);overflow:hidden}.cta-box__glow{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(18,201,184,.1) 0%,transparent 70%);pointer-events:none}.cta-box h2{font-size:clamp(24px,4vw,40px);margin-bottom:14px}.cta-box p{font-size:16px;color:#94a3b8;margin-bottom:32px;line-height:1.7}.cta-box__links{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px;font-size:13px;color:#4a6075}.cta-box__links a{color:#4a6075;transition:color .2s}.cta-box__links a:hover{color:#12c9b8}@media (max-width: 1024px){.features__grid,.trust__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.hero__inner{grid-template-columns:1fr;gap:48px}.hero__mockup{order:-1}.how__steps{grid-template-columns:1fr}}@media (max-width: 640px){.features__grid{grid-template-columns:1fr}.trust__grid{grid-template-columns:repeat(2,1fr)}.cta-box{padding:40px 20px}.hero__title{font-size:34px}}.legal-page,.about-page,.contact-page{position:relative;z-index:1;padding-top:100px}.page-hero{padding:64px 0 56px;text-align:center;position:relative}.page-hero:before{content:"";position:absolute;top:-100px;left:50%;transform:translate(-50%);width:600px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(18,201,184,.07) 0%,transparent 70%);pointer-events:none}.page-hero__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#12c9b8;margin-bottom:14px}.page-hero__title{font-size:clamp(28px,5vw,52px);font-weight:900;margin-bottom:14px;letter-spacing:-.5px}.page-hero__sub{font-size:16px;color:#94a3b8;max-width:520px;margin:0 auto;line-height:1.7}.legal-content{max-width:780px;margin:0 auto;padding:0 24px 80px}.legal-content h2{font-size:20px;font-weight:700;color:#e8edf5;margin:40px 0 12px;padding-bottom:10px;border-bottom:1px solid rgba(18,201,184,.12)}.legal-content h2:first-child{margin-top:0}.legal-content p{font-size:15px;color:#94a3b8;line-height:1.8;margin-bottom:14px}.legal-content ul{padding-left:20px;margin-bottom:14px}.legal-content li{font-size:15px;color:#94a3b8;line-height:1.8;margin-bottom:6px}.legal-content a{color:#12c9b8;text-decoration:underline}.legal-content a:hover{color:#7ee8df}.legal-date{display:inline-block;font-size:13px;color:#4a6075;margin-bottom:32px;padding:6px 14px;background:#12c9b80f;border:1px solid rgba(18,201,184,.12);border-radius:100px}.about-content{padding-bottom:80px}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}.about-stat{text-align:center;padding:28px 16px;border-radius:16px;background:#0a1628b3;border:1px solid rgba(18,201,184,.12)}.about-stat__num{display:block;font-size:36px;font-weight:900;margin-bottom:6px}.about-stat__label{font-size:13px;color:#4a6075}.about-story{padding:36px;margin-bottom:24px;border-radius:20px}.about-story h2{font-size:22px;font-weight:700;margin-bottom:16px;color:#12c9b8}.about-story p{font-size:16px;color:#94a3b8;line-height:1.8;margin-bottom:14px}.about-story p:last-child{margin-bottom:0}.about-dev{display:flex;gap:24px;align-items:flex-start;padding:32px;border-radius:20px;margin-bottom:40px}.about-dev__avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#12c9b8,#0e9e91);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#04080f;flex-shrink:0;box-shadow:0 4px 20px #12c9b84d}.about-dev__info{display:flex;flex-direction:column;gap:6px}.about-dev__info h3{font-size:18px;font-weight:700}.about-dev__info>span{font-size:13px;color:#12c9b8;font-weight:600}.about-dev__info p{font-size:14px;color:#94a3b8;line-height:1.7;margin:4px 0}.about-dev__email{font-size:13px;color:#12c9b8;text-decoration:underline}.about-dev__email:hover{color:#7ee8df}.about-section{margin-bottom:40px}.about-section-title{font-size:22px;font-weight:700;color:#e8edf5;margin-bottom:20px}.about-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.about-tech{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:24px 16px;border-radius:16px}.about-tech__icon{font-size:28px}.about-tech strong{font-size:14px;color:#e8edf5}.about-tech span{font-size:12px;color:#4a6075}.about-promise{padding:32px 36px;border-radius:20px;background:#0a1628b3;border:1px solid rgba(18,201,184,.12);margin-bottom:40px}.about-promise h2{font-size:20px;font-weight:700;margin-bottom:16px;color:#12c9b8}.about-promise ul{list-style:none;padding:0}.about-promise li{font-size:15px;color:#94a3b8;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.04);line-height:1.6}.about-promise li:last-child{border-bottom:none}.about-promise li strong{color:#e8edf5}.about-cta{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.about-stats,.about-tech-grid{grid-template-columns:repeat(2,1fr)}.about-dev{flex-direction:column}}@media (max-width: 480px){.about-stats{grid-template-columns:1fr 1fr}.about-story,.about-dev,.about-promise{padding:24px 20px}}.contact-content{padding-bottom:80px}.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:32px;align-items:flex-start}.contact-info{display:flex;flex-direction:column;gap:16px}.contact-card{padding:24px;border-radius:16px}.contact-card h3{font-size:15px;font-weight:700;margin-bottom:8px}.contact-card p{font-size:13px;color:#4a6075;line-height:1.6;margin-bottom:8px}.contact-card a{font-size:13px;color:#12c9b8;text-decoration:underline}.contact-card a:hover{color:#7ee8df}.contact-card strong{color:#e8edf5}.contact-form{padding:36px;border-radius:20px;display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:13px;font-weight:600;color:#e8edf5}.form-group input,.form-group textarea{background:#04080fb3;border:1px solid rgba(18,201,184,.15);border-radius:10px;padding:12px 16px;font-size:14px;font-family:inherit;color:#e8edf5;outline:none;transition:border-color .2s,box-shadow .2s;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:#2d4055}.form-group input:focus,.form-group textarea:focus{border-color:#12c9b880;box-shadow:0 0 0 3px #12c9b814}.form-group input:disabled,.form-group textarea:disabled{opacity:.5;cursor:not-allowed}.form-error{font-size:13px;color:#ff5a75;padding:10px 14px;border-radius:8px;background:#ff5a7514;border:1px solid rgba(255,90,117,.2)}.form-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(4,8,15,.3);border-top-color:#04080f;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:56px 36px;border-radius:20px;background:#0a1628b3;border:1px solid rgba(18,201,184,.2)}.contact-success__icon{font-size:48px}.contact-success h3{font-size:22px;font-weight:700}.contact-success p{font-size:14px;color:#94a3b8;max-width:340px;line-height:1.7}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr}.contact-form{padding:24px 20px}}:root{--bg: #04080F;--bg2: #0A1628;--bg3: #0D1E35;--teal: #12C9B8;--teal2: #0E9E91;--teal-dim: rgba(18, 201, 184, .12);--teal-glow: rgba(18, 201, 184, .25);--text: #E8EDF5;--text2: #94A3B8;--text3: #4A6075;--border: rgba(18, 201, 184, .12);--border2: rgba(255, 255, 255, .06);--card: rgba(10, 22, 40, .85);--radius: 16px;--radius-sm: 10px;--shadow: 0 8px 40px rgba(0, 0, 0, .5);--shadow-teal: 0 0 40px rgba(18, 201, 184, .15)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--teal2);border-radius:3px}::selection{background:var(--teal-glow);color:var(--text)}h1,h2,h3,h4{line-height:1.2;font-weight:800}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.container{max-width:1100px;margin:0 auto;padding:0 24px}.teal{color:var(--teal)}.gradient-text{background:linear-gradient(135deg,#12c9b8,#7ee8df,#12c9b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-teal{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,var(--teal) 0%,var(--teal2) 100%);color:#04080f;font-size:15px;font-weight:700;border-radius:100px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 24px var(--teal-glow);white-space:nowrap}.btn-teal:hover{transform:translateY(-2px);box-shadow:0 8px 32px #12c9b866}.btn-teal:active{transform:translateY(0)}.btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:transparent;color:var(--teal);font-size:14px;font-weight:600;border-radius:100px;border:1.5px solid rgba(18,201,184,.4);cursor:pointer;transition:border-color .2s,background .2s}.btn-outline:hover{border-color:var(--teal);background:var(--teal-dim)}.section{padding:96px 0}.section-sm{padding:64px 0}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--teal);margin-bottom:14px}.section-label:before,.section-label:after{content:"";width:20px;height:1px;background:var(--teal)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .3s,box-shadow .3s}.card:hover{border-color:#12c9b84d;box-shadow:var(--shadow-teal)}.grid-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background-image:radial-gradient(circle,rgba(18,201,184,.04) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.page{position:relative;z-index:1;min-height:100vh}@media (max-width: 768px){.section{padding:64px 0}.section-sm{padding:48px 0}.container{padding:0 16px}}
