@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;height:100%;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff;min-width:320px;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;scroll-behavior:smooth}#root{width:100%;min-height:100vh}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.cta-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;cursor:pointer;border:none}.cta-button.primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 15px #6366f14d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}.cta-button.secondary{background:transparent;color:#6366f1;border:2px solid #6366F1}.cta-button.secondary:hover{background:#6366f1;color:#fff;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.header{position:sticky;top:0;z-index:100;background:#ffffffd9;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid #e5e7eb}.header-container{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.logo a{text-decoration:none;color:inherit}.logo h2{font-size:22px;font-weight:800;display:flex;align-items:center;gap:10px;color:#111827}.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:8px;font-weight:800;font-size:18px}.nav{display:flex;align-items:center;gap:28px}.nav a,.nav .nav-link{font-size:15px;font-weight:500;color:#4b5563;text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit;transition:color .2s}.nav a:hover,.nav .nav-link:hover{color:#6366f1}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;width:36px;height:36px;position:relative}.hamburger,.hamburger:before,.hamburger:after{content:"";position:absolute;left:6px;width:24px;height:2px;background:#1f2937;transition:all .3s ease}.hamburger{top:50%;transform:translateY(-50%)}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background:transparent}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}@media(max-width:768px){.mobile-menu-toggle{display:block}.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:#fff;border-bottom:1px solid #e5e7eb;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-open{max-height:320px}.nav a,.nav .nav-link{width:100%;padding:16px 24px;border-bottom:1px solid #f3f4f6;text-align:left}}.hero{position:relative;padding:80px 24px 100px;background:linear-gradient(180deg,#f8fafc,#fff);overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-content{animation:fadeInUp .8s ease both}.hero-badge{display:inline-block;padding:6px 14px;background:#6366f11a;color:#6366f1;border-radius:999px;font-size:13px;font-weight:600;margin-bottom:20px}.hero-title{font-size:56px;line-height:1.1;font-weight:800;color:#111827;margin-bottom:20px;letter-spacing:-.02em}.title-gradient{display:block;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-top:4px}.hero-description{font-size:18px;color:#4b5563;margin-bottom:32px;max-width:540px}.hero-stats{display:flex;gap:32px;margin-bottom:32px;flex-wrap:wrap}.stat{display:flex;flex-direction:column}.stat-number{font-size:28px;font-weight:800;color:#111827}.stat-label{font-size:13px;color:#6b7280;font-weight:500}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}.hero-showcase{animation:fadeInUp 1s ease both}.app-grid-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:480px;margin-left:auto}.app-tile{aspect-ratio:1 / 1;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#fff;padding:16px;box-shadow:0 10px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.app-tile:hover{transform:translateY(-4px) rotate(-1deg);box-shadow:0 16px 40px #0000001f}.app-tile-emoji{font-size:38px}.app-tile-name{font-size:12px;font-weight:600;text-align:center;line-height:1.2}.hero-background{position:absolute;inset:0;pointer-events:none;overflow:hidden}.floating-element{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4}.bubble-1{width:320px;height:320px;background:#6366f1;top:-80px;left:-80px}.bubble-2{width:260px;height:260px;background:#8b5cf6;bottom:-60px;right:-40px}.bubble-3{width:180px;height:180px;background:#ec4899;top:40%;right:30%;opacity:.2}@media(max-width:900px){.hero-container{grid-template-columns:1fr;gap:48px}.hero-title{font-size:40px}.app-grid-preview{margin:0 auto}}@media(max-width:480px){.hero{padding:56px 20px 72px}.hero-title{font-size:34px}.hero-description{font-size:16px}.app-grid-preview{grid-template-columns:repeat(2,1fr)}}.apps-section{padding:100px 24px;background:#fff}.apps-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;max-width:720px;margin:0 auto 56px}.section-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;color:#6366f1;margin-bottom:12px}.section-header h2{font-size:40px;font-weight:800;color:#111827;margin-bottom:16px;letter-spacing:-.02em}.section-header p{font-size:17px;color:#4b5563}.apps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.app-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:12px;transition:all .3s ease}.app-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014;border-color:transparent}.app-card-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:8px}.app-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:-4px}.app-card-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:4px 10px;border-radius:999px}.app-card-btn.disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.app-card-category{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;background:#f3f4f6;padding:4px 10px;border-radius:999px}.app-card h3{font-size:22px;font-weight:700;color:#111827}.app-card-tagline{font-size:14px;font-weight:600;color:#6366f1;margin-top:-4px}.app-card-desc{font-size:15px;color:#4b5563;flex-grow:1}.app-card-actions{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap}.app-card-btn{display:inline-flex;align-items:center;padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.app-card-btn.primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.app-card-btn.primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6366f14d}.app-card-btn.secondary{background:#f3f4f6;color:#1f2937}.app-card-btn.secondary:hover{background:#e5e7eb}@media(max-width:480px){.apps-section{padding:72px 20px}.section-header h2{font-size:30px}}.about-section{padding:100px 24px;background:#f8fafc}.about-container{max-width:1200px;margin:0 auto}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:48px}.value-card{background:#fff;border-radius:16px;padding:28px;text-align:left;border:1px solid #e5e7eb;transition:all .3s}.value-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0000000f}.value-icon{font-size:36px;margin-bottom:14px}.value-card h3{font-size:18px;font-weight:700;color:#111827;margin-bottom:6px}.value-card p{font-size:14px;color:#4b5563}@media(max-width:480px){.about-section{padding:72px 20px}}.contact-section{padding:100px 24px;background:#fff}.contact-container{max-width:900px;margin:0 auto}.contact-card{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:24px;padding:56px 40px;text-align:center;box-shadow:0 20px 50px #6366f140}.contact-card .section-eyebrow{color:#ffffffd9;margin-bottom:12px}.contact-card h2{font-size:32px;font-weight:800;margin-bottom:14px;letter-spacing:-.01em}.contact-card p{font-size:17px;color:#ffffffe6;margin-bottom:28px}.contact-cta{background:#fff!important;color:#6366f1!important;box-shadow:0 6px 18px #0000001f!important}.contact-cta:hover{transform:translateY(-2px)}@media(max-width:600px){.contact-section{padding:72px 20px}.contact-card{padding:40px 24px}.contact-card h2{font-size:24px}}.footer{background:#0f172a;color:#cbd5e1;padding:64px 24px 24px}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-section.brand p{font-size:14px;color:#94a3b8;max-width:320px}.footer-section h3{font-size:20px;font-weight:800;color:#fff;margin-bottom:12px;display:flex;align-items:center;gap:10px}.footer-section h3 .logo-mark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:7px;font-weight:800;font-size:16px}.footer-section h4{font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:14px}.footer-section ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-section a,.footer-link{font-size:14px;color:#94a3b8;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;text-align:left;transition:color .2s}.footer-section a:hover,.footer-link:hover{color:#fff}.footer-bottom{border-top:1px solid #1e293b;padding-top:24px;text-align:center}.footer-bottom p{font-size:13px;color:#64748b}@media(max-width:768px){.footer-content{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:480px){.footer-content{grid-template-columns:1fr}}.privacy-section{padding:60px 24px 100px;background:#fff;min-height:100vh}.privacy-container{max-width:800px;margin:0 auto}.back-btn{background:none;border:1px solid #e5e7eb;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer;margin-bottom:32px;font-family:inherit;transition:all .2s}.back-btn:hover{background:#f3f4f6;color:#111827}.privacy-container h1{font-size:40px;font-weight:800;color:#111827;margin-bottom:8px;letter-spacing:-.02em}.privacy-container .updated{font-size:14px;color:#6b7280;margin-bottom:32px}.privacy-container h2{font-size:22px;font-weight:700;color:#111827;margin-top:32px;margin-bottom:12px}.privacy-container p{font-size:16px;color:#374151;margin-bottom:14px;line-height:1.7}.privacy-container a{color:#6366f1;text-decoration:none;font-weight:500}.privacy-container a:hover{text-decoration:underline}@media(max-width:600px){.privacy-container h1{font-size:30px}}
