@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#0a0a0a;color:#fff;overflow-x:hidden;overflow-y:auto;min-height:100vh;position:relative;transition:all .3s ease}body.modal-open{overflow:hidden}.background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.6;animation:float 8s ease-in-out infinite}.orb1{width:300px;height:300px;background:radial-gradient(circle,#6366f1,#3b82f6);top:20%;left:10%;animation-delay:0s}.orb2{width:200px;height:200px;background:radial-gradient(circle,#a855f7,#ec4899);top:60%;right:20%;animation-delay:2s}.orb3{width:150px;height:150px;background:radial-gradient(circle,#06b6d4,#0891b2);bottom:30%;left:60%;animation-delay:4s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.grid{position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;z-index:-1;animation:grid-move 20s linear infinite}@keyframes grid-move{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.container{min-height:calc(100vh - 150px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 2rem 6rem;position:relative;z-index:1}.corner-logo{position:absolute;top:2rem;left:6rem;width:clamp(100px,12vw,140px);height:auto;z-index:100;animation:float-gentle 6s ease-in-out infinite;cursor:pointer;transition:transform .3s ease}.corner-logo:hover{transform:scale(1.05)}@keyframes float-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.brand{text-align:center;margin-bottom:2rem}.logo-container{display:inline-flex;align-items:center;gap:1.5rem;margin-bottom:0;position:relative;left:calc(-.5*(clamp(60px,10vw,100px) + 1.5rem))}.brand-logo{width:clamp(60px,10vw,100px);height:auto;margin-top:.5rem}.logo{font-size:clamp(3rem,8vw,6rem);font-weight:700;background:linear-gradient(135deg,#fff,#a1a1aa,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:0;letter-spacing:-.02em;line-height:1}.tagline{font-size:1.2rem;font-weight:300;color:#a1a1aa;letter-spacing:.1em;text-transform:uppercase;margin-top:.25rem}.content{text-align:center;max-width:600px;margin-bottom:2rem;margin-top:3rem}.title{font-size:clamp(2rem,5vw,3rem);font-weight:600;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e5e5e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.description{font-size:1.1rem;line-height:1.6;color:#9ca3af;margin-bottom:2rem;font-weight:400}.status{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:50px;font-size:.9rem;font-weight:500;color:#a5b4fc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-dot{width:8px;height:8px;background:#6366f1;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.app-showcase{width:100%;max-width:1200px;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);text-align:center}.app-showcase h3{font-size:1.5rem;font-weight:600;color:#e5e7eb;margin-bottom:2rem}.app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding-bottom:2rem}.app-box{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;font-weight:500;font-size:1.1rem;color:#e5e7eb;transition:all .3s ease;text-align:center;box-shadow:0 4px 6px #0000001a;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.app-box:hover{background:#6366f126;border-color:#6366f1;transform:translateY(-3px);box-shadow:0 8px 12px #0003}.app-icon{width:80px;height:80px;margin:0 auto 1rem;border-radius:18px;box-shadow:0 4px 8px #0000004d}.app-name{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.app-short-desc{font-size:.9rem;font-weight:400;color:#a1a1aa;margin-bottom:1rem;flex-grow:1}.app-icons{display:flex;justify-content:center;gap:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.05)}.app-icons i{font-size:1.2rem;color:#4b5563;transition:color .2s ease}.app-box:hover .app-icons i.fa-apple{color:#6366f1}.app-box:hover .app-icons i.fa-google-play{color:#a855f7}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.modal-overlay.active{display:flex;opacity:1}.modal-content{background:#1a1a1a;border-radius:15px;padding:2rem;max-width:700px;width:90%;box-shadow:0 10px 30px #00000080;position:relative;transform:translateY(50px);transition:transform .3s ease;max-height:90vh;overflow-y:auto}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#7c3aed,#ec4899)}.modal-overlay.active .modal-content{transform:translateY(0)}.modal-close{position:absolute;top:15px;right:15px;background:none;border:none;color:#9ca3af;font-size:1.5rem;cursor:pointer;transition:color .2s ease}.modal-close:hover{color:#fff}.modal-content h2{font-size:2rem;margin-bottom:.5rem;color:#6366f1;text-align:center}.modal-status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:50px;font-size:.85rem;font-weight:500;color:#a5b4fc;margin-bottom:1rem;margin-left:auto;margin-right:auto}.modal-content h3{font-size:1.3rem;margin-bottom:.75rem;color:#e5e7eb;text-align:left}.modal-content h4{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.75rem;color:#d1d5db;text-align:left}.modal-content p{color:#a1a1aa;margin-bottom:1rem;line-height:1.6;text-align:left}.modal-content ul{list-style:none;padding-left:0;margin-bottom:1.5rem}.modal-content ul li{color:#9ca3af;margin-bottom:.75rem;padding-left:1.5rem;position:relative;line-height:1.6}.modal-content ul li:before{content:"→";position:absolute;left:0;color:#6366f1;font-weight:700}.app-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center}.store-badge{display:inline-block;transition:transform .2s ease,opacity .2s ease}.store-badge:hover{transform:translateY(-2px);opacity:.85}.store-badge-img{height:50px;width:auto}.interest-form{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.interest-form h4{font-size:1.1rem;margin-bottom:.25rem;color:#e5e7eb}.interest-subtitle{font-size:.9rem;color:#9ca3af;margin-bottom:1rem}.interest-input-group{display:flex;gap:.75rem;flex-wrap:wrap}.interest-input{flex:1;min-width:200px;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:Inter,sans-serif;font-size:.95rem}.interest-input:focus{outline:none;border-color:#6366f1;background:#6366f10d}.interest-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:8px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease;white-space:nowrap}.interest-button:hover:not(:disabled){transform:translateY(-2px);opacity:.9}.interest-button:disabled{opacity:.6;cursor:not-allowed}.interest-message{margin-top:.75rem;padding:.5rem;border-radius:6px;font-size:.9rem}.interest-message.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.interest-message.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.terms-section{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.terms-section a{color:#60a5fa;text-decoration:none;font-size:.9rem;margin:0 .5rem}.contact-form-section{width:100%;max-width:700px;margin:5rem auto;padding:3rem 2rem;text-align:center}.contact-form-section h3{font-size:2rem;font-weight:600;color:#e5e7eb;margin-bottom:.5rem}.contact-subtitle{font-size:1rem;color:#9ca3af;margin-bottom:2rem}.contact-form{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem;text-align:left}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#d1d5db;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .2s ease,background .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;background:#6366f10d}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.submit-button:hover:not(:disabled){transform:translateY(-2px);opacity:.9}.submit-button:disabled{opacity:.6;cursor:not-allowed}.form-message{margin-top:1rem;padding:.75rem;border-radius:8px;font-size:.9rem}.form-message.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80}.form-message.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.consulting-section{width:100%;max-width:1200px;margin:5rem auto 3rem;padding:2rem;text-align:center;opacity:.7}.consulting-section h4{font-size:1.2rem;font-weight:500;color:#9ca3af;margin-bottom:1rem}.consulting-section p{font-size:.95rem;color:#71717a;line-height:1.6;max-width:800px;margin:0 auto}.consulting-section a{color:#8b5cf6;text-decoration:none;transition:color .2s ease}.consulting-section a:hover{color:#a78bfa}.footer{width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem;border-top:1px solid rgba(255,255,255,.05);text-align:center;margin-top:3rem}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-around;gap:2rem;color:#a1a1aa}.footer-section{min-width:200px;text-align:left}.footer-section h4{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-section p,.footer-section a{font-size:.95rem;line-height:1.8;color:#a1a1aa;text-decoration:none;display:block}.footer-section a:hover{color:#6366f1}.footer-section .contact-info{font-style:normal}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#a1a1aa;font-size:1.2rem;transition:all .3s ease}.social-links a:hover{background:#6366f126;border-color:#6366f1;color:#6366f1;transform:translateY(-2px)}.copyright{margin-top:3rem;font-size:.9rem;color:#52525b;padding-top:1rem;border-top:1px solid rgba(255,255,255,.03)}.particle{position:absolute;width:2px;height:2px;background:#6366f1;border-radius:50%;opacity:.7;animation:particle-float 15s linear infinite}@keyframes particle-float{0%{transform:translateY(100vh) translate(0);opacity:0}10%{opacity:.7}90%{opacity:.7}to{transform:translateY(-10px) translate(50px);opacity:0}}.particle:nth-child(1){left:10%;animation-delay:0s}.particle:nth-child(2){left:25%;animation-delay:3s}.particle:nth-child(3){left:40%;animation-delay:6s}.particle:nth-child(4){left:55%;animation-delay:9s}.particle:nth-child(5){left:70%;animation-delay:12s}.particle:nth-child(6){left:85%;animation-delay:15s}@media (max-width: 768px){.container{padding:1rem 1rem 4rem}.brand{margin-bottom:2rem}.logo-container{gap:1rem;left:calc(-.5*(clamp(50px,8vw,80px) + 1rem))}.brand-logo{width:clamp(50px,8vw,80px);margin-top:.25rem}.logo{font-size:clamp(2rem,10vw,4rem)}.tagline{font-size:1rem;letter-spacing:.08em}.content{margin-bottom:2rem;margin-top:2rem}.app-showcase{margin-top:2rem}.modal-content{width:95%;padding:1.5rem;max-height:95vh}.modal-content h2{font-size:1.5rem}.modal-status{font-size:.8rem;padding:.4rem .8rem}.interest-form{padding:1.25rem}.interest-input-group{flex-direction:column;gap:.75rem}.interest-input,.interest-button{width:100%;min-width:100%}.app-buttons{flex-direction:row;gap:.5rem}.store-badge-img{height:40px}.form-row{grid-template-columns:1fr}.contact-form-section{margin:3rem auto;padding:2rem 1rem}.contact-form{padding:1.5rem}.consulting-section{margin:3rem auto 2rem;padding:1.5rem}.footer{padding:3rem 1rem;margin-top:2rem}.footer-section{min-width:100%;text-align:center}.social-links{justify-content:center}}.terms-privacy-page{min-height:100vh;background:#0a0a0a;color:#fff;padding:2rem}.terms-privacy-container{max-width:900px;margin:0 auto;padding:2rem;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terms-privacy-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.terms-privacy-header h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.back-link{color:#a5b4fc;text-decoration:none;font-size:.95rem;transition:color .3s ease}.back-link:hover{color:#6366f1}.terms-privacy-content{line-height:1.8}.terms-privacy-content h1{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}.terms-privacy-content h2{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:#a5b4fc}.terms-privacy-content h3{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#c7d2fe}.terms-privacy-content p{margin-bottom:1rem;color:#e5e7eb}.terms-privacy-content ul{margin-left:1.5rem;margin-bottom:1rem}.terms-privacy-content li{margin-bottom:.5rem;color:#e5e7eb}.terms-privacy-content a{color:#6366f1;text-decoration:none;transition:color .3s ease}.terms-privacy-content a:hover{color:#a855f7}.terms-privacy-content em{color:#9ca3af;font-style:italic}.terms-privacy-content strong{color:#fff;font-weight:600}@media (max-width: 768px){.terms-privacy-page{padding:1rem}.terms-privacy-container{padding:1.5rem}.terms-privacy-header{flex-direction:column;align-items:flex-start;gap:1rem}.terms-privacy-header h1,.terms-privacy-content h1{font-size:1.5rem}.terms-privacy-content h2{font-size:1.25rem}.terms-privacy-content h3{font-size:1.1rem}}
