:root{--vortex-primary:#FF2D75;--vortex-secondary:#00F2FE;--vortex-accent:#FFD300;--vortex-dark:#0A0A14;--vortex-darker:#05050A;--vortex-card:#12121F;--vortex-light:#F8F9FF;--vortex-gray:#8A8AA3;--gradient-vortex:linear-gradient(135deg,var(--vortex-primary) 0%,var(--vortex-secondary) 100%);--gradient-dark:linear-gradient(180deg,var(--vortex-darker) 0%,var(--vortex-dark) 100%);--shadow-glow:0 10px 30px rgba(255,45,117,0.2);--shadow-strong:0 15px 40px rgba(0,242,254,0.15);--shadow-soft:0 5px 20px rgba(10,10,20,0.3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;background:var(--gradient-dark);color:var(--vortex-light);line-height:1.6;min-height:100vh}.vortex-container_f15ee13d{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.vortex-header_f15ee13d{background-color:rgba(10,10,20,0.95);backdrop-filter:blur(10px);padding:20px 0;border-bottom:1px solid rgba(255,45,117,0.1);position:sticky;top:0;z-index:1000}.vortex-nav_f15ee13d{display:flex;justify-content:space-between;align-items:center}.vortex-logo_f15ee13d{font-size:1.8rem;font-weight:800;background:var(--gradient-vortex);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none}.vortex-nav-links_f15ee13d{display:flex;gap:30px;align-items:center}.vortex-nav-link_f15ee13d{color:var(--vortex-light);text-decoration:none;font-weight:500;transition:color 0.3s ease;position:relative}.vortex-nav-link_f15ee13d:hover{color:var(--vortex-primary)}.vortex-nav-link_f15ee13d.active{color:var(--vortex-secondary)}.vortex-nav-link_f15ee13d.active::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--gradient-vortex)}.vortex-breadcrumbs_f15ee13d{padding:20px 0;font-size:0.9rem;color:var(--vortex-gray)}.vortex-breadcrumbs_f15ee13d a{color:var(--vortex-secondary);text-decoration:none}.vortex-breadcrumbs_f15ee13d span{color:var(--vortex-light)}.vortex-section_f15ee13d{padding:80px 0}.vortex-hero_f15ee13d{text-align:center;padding:60px 0 100px}.vortex-hero_f15ee13d h1{font-size:3.5rem;margin-bottom:20px;background:var(--gradient-vortex);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.2}.vortex-hero_f15ee13d p{font-size:1.3rem;color:var(--vortex-gray);max-width:700px;margin:0 auto 50px}.vortex-download-buttons_f15ee13d{display:flex;justify-content:center;gap:30px;margin-bottom:80px;flex-wrap:wrap}.vortex-btn_f15ee13d{display:inline-flex;align-items:center;justify-content:center;padding:20px 40px;font-size:1.2rem;font-weight:700;border-radius:50px;text-decoration:none;transition:all 0.3s ease;border:none;cursor:pointer;min-width:220px;text-align:center}.vortex-btn-primary_f15ee13d{background:var(--gradient-vortex);color:white;box-shadow:var(--shadow-glow)}.vortex-btn-primary_f15ee13d:hover{transform:translateY(-5px);box-shadow:var(--shadow-strong)}.vortex-btn-secondary_f15ee13d{background:transparent;color:var(--vortex-light);border:2px solid var(--vortex-primary)}.vortex-btn-secondary_f15ee13d:hover{background:rgba(255,45,117,0.1);transform:translateY(-5px)}.vortex-app-mockup_f15ee13d{background:var(--vortex-card);border-radius:30px;padding:40px;max-width:900px;margin:0 auto;box-shadow:var(--shadow-soft);border:1px solid rgba(255,45,117,0.2);position:relative;overflow:hidden}.vortex-app-mockup_f15ee13d::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:var(--gradient-vortex)}.vortex-mockup-screen_f15ee13d{background:linear-gradient(145deg,#1a1a2e,#0f0f1a);border-radius:20px;height:500px;display:flex;align-items:center;justify-content:center;color:var(--vortex-gray);font-size:1.5rem;border:1px solid rgba(0,242,254,0.1);position:relative}.vortex-mockup-screen_f15ee13d::after{content:'XXxTock App Preview';position:absolute;top:20px;left:50%;transform:translateX(-50%);color:var(--vortex-secondary);font-weight:bold}.vortex-features_f15ee13d{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:80px}.vortex-feature-card_f15ee13d{background:var(--vortex-card);padding:30px;border-radius:20px;text-align:center;border:1px solid rgba(255,45,117,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease}.vortex-feature-card_f15ee13d:hover{transform:translateY(-10px);box-shadow:var(--shadow-glow)}.vortex-feature-icon_f15ee13d{font-size:2.5rem;margin-bottom:20px;background:var(--gradient-vortex);-webkit-background-clip:text;background-clip:text;color:transparent}.vortex-feature-card_f15ee13d h3{font-size:1.5rem;margin-bottom:15px;color:var(--vortex-light)}.vortex-feature-card_f15ee13d p{color:var(--vortex-gray)}.vortex-footer_f15ee13d{background-color:rgba(5,5,10,0.95);padding:40px 0;border-top:1px solid rgba(255,45,117,0.1);margin-top:80px}.vortex-footer-links_f15ee13d{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;margin-bottom:30px}.vortex-footer-link_f15ee13d{color:var(--vortex-light);text-decoration:none;transition:color 0.3s ease}.vortex-footer-link_f15ee13d:hover{color:var(--vortex-primary)}.vortex-copyright_f15ee13d{text-align:center;color:var(--vortex-gray);font-size:0.9rem;line-height:1.6}@media (max-width:768px){.vortex-nav_f15ee13d{flex-direction:column;gap:20px}.vortex-nav-links_f15ee13d{flex-wrap:wrap;justify-content:center;gap:15px}.vortex-hero_f15ee13d h1{font-size:2.5rem}.vortex-hero_f15ee13d p{font-size:1.1rem;padding:0 20px}.vortex-download-buttons_f15ee13d{flex-direction:column;align-items:center;gap:20px}.vortex-btn_f15ee13d{width:100%;max-width:300px}.vortex-app-mockup_f15ee13d{padding:20px;border-radius:20px}.vortex-mockup-screen_f15ee13d{height:350px;font-size:1.2rem}.vortex-features_f15ee13d{grid-template-columns:1fr;padding:0 20px}.vortex-footer-links_f15ee13d{gap:15px}}