*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #4c6ef5;--primary-dark: #3b5bdb;--primary-light: rgba(76, 110, 245, .1);--bg-primary: #1a1a2e;--bg-secondary: #16213e;--bg-tertiary: #0f3460;--text-primary: #e0e0e0;--text-secondary: #c0c0c0;--text-muted: #888;--border-color: rgba(255, 255, 255, .1);--shadow-light: 0 4px 6px rgba(0, 0, 0, .1);--shadow-dark: 0 8px 16px rgba(0, 0, 0, .3);--transition-default: all .3s ease}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;background-color:var(--bg-primary);color:var(--text-primary);margin:0;min-height:100vh}#app{width:100%;min-height:100vh}a{color:var(--primary-color);text-decoration:none;transition:var(--transition-default)}a:hover{color:var(--primary-dark)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:var(--text-primary)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{color:var(--text-secondary);line-height:1.6}button{font-family:inherit;cursor:pointer;transition:var(--transition-default)}ul,ol{list-style:none}@media (max-width: 768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}.app[data-v-0352b423]{min-height:100vh;display:flex;flex-direction:column;background-color:#1a1a2e;color:#e0e0e0}main[data-v-0352b423]{flex:1}.header[data-v-0352b423]{background-color:#16213e;padding:1rem 0;position:sticky;top:0;z-index:100}.container[data-v-0352b423]{max-width:1200px;margin:0 auto;padding:0 2rem}.header .container[data-v-0352b423]{display:flex;justify-content:space-between;align-items:center}.logo[data-v-0352b423]{font-size:1.5rem;font-weight:700;color:#e0e0e0}.nav ul[data-v-0352b423]{display:flex;list-style:none}.nav li[data-v-0352b423]{margin-left:2rem}.nav a[data-v-0352b423]{color:#e0e0e0;text-decoration:none;font-weight:700;transition:color .3s ease}.nav a[data-v-0352b423]:hover{color:#4c6ef5}.hero[data-v-0352b423]{background:linear-gradient(135deg,#16213e,#0f3460);padding:6rem 0;text-align:center}.hero-content[data-v-0352b423]{max-width:800px;margin:0 auto}.hero h1[data-v-0352b423]{font-size:3.5rem;margin-bottom:1rem;color:#e0e0e0}.hero p[data-v-0352b423]{font-size:1.5rem;margin-bottom:2rem;color:silver}.cta-buttons[data-v-0352b423]{display:flex;justify-content:center;gap:1rem}.primary-btn[data-v-0352b423],.secondary-btn[data-v-0352b423]{padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.primary-btn[data-v-0352b423]{background:#4c6ef5;color:#fff}.primary-btn[data-v-0352b423]:hover{background:#3b5bdb;transform:translateY(-2px)}.secondary-btn[data-v-0352b423]{background:transparent;color:#4c6ef5;border:2px solid #4c6ef5}.secondary-btn[data-v-0352b423]:hover{background:#4c6ef51a;transform:translateY(-2px)}.how-it-works[data-v-0352b423]{padding:4rem 0;background:#16213e}.how-it-works h2[data-v-0352b423]{color:#e0e0e0;text-align:center;margin-bottom:2rem;font-size:2.5rem}.steps[data-v-0352b423]{display:flex;justify-content:space-between;margin-top:2rem;flex-wrap:wrap}.step[data-v-0352b423]{flex:1;text-align:center;padding:2rem;background:#0f3460;border-radius:8px;box-shadow:0 4px 6px #0000004d;margin:1rem;min-width:250px}.step-number[data-v-0352b423]{font-size:2rem;font-weight:700;color:#4c6ef5;margin-bottom:1rem}.step h3[data-v-0352b423]{color:#e0e0e0;margin-bottom:1rem}.step p[data-v-0352b423]{color:silver}.app-screenshots[data-v-0352b423]{padding:4rem 0;background:#1a1a2e;text-align:center}.app-screenshots h2[data-v-0352b423]{color:#e0e0e0;margin-bottom:1rem;font-size:2.5rem}.demo-note[data-v-0352b423]{color:#888;font-style:italic;margin-bottom:3rem}.carousel[data-v-0352b423]{position:relative;width:100%;max-width:600px;margin:0 auto 3rem;overflow:hidden;background:#0f3460;border-radius:12px;box-shadow:0 8px 16px #0000004d}.carousel-container[data-v-0352b423]{display:flex;transition:transform .5s ease}.carousel-slide[data-v-0352b423]{min-width:100%;padding:2rem;box-sizing:border-box}.screenshot-img[data-v-0352b423]{width:100%;max-width:300px;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000004d}.screenshot-caption[data-v-0352b423]{margin-top:1rem;color:#e0e0e0;font-weight:700}.carousel-btn[data-v-0352b423]{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;font-size:1.5rem;padding:0;cursor:pointer;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;line-height:1;text-align:center;transition:background .3s ease}.carousel-btn[data-v-0352b423]:hover{background:#000c}.carousel-btn.prev[data-v-0352b423]{left:10px}.carousel-btn.next[data-v-0352b423]{right:10px;padding-left:2px;padding-top:2px}.carousel-indicators[data-v-0352b423]{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.indicator[data-v-0352b423]{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:background .3s ease}.indicator.active[data-v-0352b423]{background:#4c6ef5}.app-buttons[data-v-0352b423]{margin-top:2rem}.app-store-btn[data-v-0352b423],.google-play-btn[data-v-0352b423]{padding:1rem 2rem;margin:0 1rem;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .3s ease}.app-store-btn[data-v-0352b423]{background:#000;color:#fff}.google-play-btn[data-v-0352b423]{background:#4caf50;color:#fff}.app-store-btn[data-v-0352b423]:hover,.google-play-btn[data-v-0352b423]:hover{transform:translateY(-2px)}.company-info[data-v-0352b423]{padding:4rem 0;background:#16213e}.company-info h2[data-v-0352b423]{color:#e0e0e0;text-align:center;margin-bottom:2rem;font-size:2.5rem}.company-info p[data-v-0352b423]{color:silver;text-align:center;max-width:800px;margin:0 auto 1rem;line-height:1.6}.corporate-info[data-v-0352b423]{margin:3rem auto;max-width:800px;background:#0003;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000004d}.corporate-info h3[data-v-0352b423]{color:#e0e0e0;text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.info-grid[data-v-0352b423]{display:flex;flex-direction:column;gap:1rem}.info-item[data-v-0352b423]{display:grid;grid-template-columns:1fr 1.5fr;gap:1rem;padding:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}.info-item[data-v-0352b423]:last-child{border-bottom:none}.info-label[data-v-0352b423]{color:#a0a0a0;font-weight:700;text-transform:uppercase;font-size:.9rem}.info-value[data-v-0352b423]{color:#e0e0e0;white-space:pre-line}.company-info .contact[data-v-0352b423]{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.company-info .contact h3[data-v-0352b423]{color:#e0e0e0;margin-bottom:1rem}.company-info .contact p[data-v-0352b423]{color:silver}.footer[data-v-0352b423]{background:#0f3460;color:#e0e0e0;padding:2rem 0}.footer-content[data-v-0352b423]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap}.footer-logo[data-v-0352b423]{font-size:1.5rem;font-weight:700;color:#e0e0e0}.footer-links[data-v-0352b423]{display:flex;gap:2rem}.footer-links a[data-v-0352b423]{color:#e0e0e0;text-decoration:none;transition:color .3s ease}.footer-links a[data-v-0352b423]:hover{color:#4c6ef5}.contact p[data-v-0352b423]{color:silver}.copyright[data-v-0352b423]{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;color:#888}@media (max-width: 768px){.hero h1[data-v-0352b423]{font-size:2.5rem}.hero p[data-v-0352b423]{font-size:1.2rem}.cta-buttons[data-v-0352b423]{flex-direction:column;align-items:center}.header .container[data-v-0352b423]{flex-direction:column}.nav ul[data-v-0352b423]{margin-top:1rem}.nav li[data-v-0352b423]{margin:0 1rem}.steps[data-v-0352b423]{flex-direction:column;align-items:center}.step[data-v-0352b423]{width:90%;max-width:300px}.footer-content[data-v-0352b423]{flex-direction:column;text-align:center}.footer-links[data-v-0352b423]{margin:1rem 0}.app-buttons[data-v-0352b423]{display:flex;flex-direction:column;gap:1rem;align-items:center}.app-store-btn[data-v-0352b423],.google-play-btn[data-v-0352b423]{margin:0;width:80%;max-width:250px}}
