@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700;900&display=swap";:root{--theme-primary: #3b82f6;--theme-secondary: #1d4ed8;--theme-bg: #ffffff;--theme-surface: rgba(0,0,0,.03);--theme-text: #111827;--theme-text-muted: rgba(0,0,0,.6);--font-primary: "Inter", sans-serif;--font-secondary: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--theme-bg);color:var(--theme-text);overflow-x:hidden;transition:all .6s cubic-bezier(.4,0,.2,1);-webkit-font-smoothing:antialiased}.loader-container{display:flex;align-items:center;justify-content:center;height:100vh;background:var(--theme-bg)}.loader{border:4px solid var(--theme-surface);border-top:4px solid var(--theme-primary);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-layout{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{font-family:var(--font-secondary)}.brand-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;background:linear-gradient(180deg,var(--theme-surface) 0%,transparent 100%)}.co-brand-container{display:flex;align-items:center;gap:1.5rem}.swiftia-logo{height:30px;width:auto;max-width:140px;object-fit:contain}.theme-host.light-mode .swiftia-logo{filter:brightness(0) opacity(.75)}.theme-host.dark-mode .swiftia-logo{filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}.brand-divider{font-size:1.5rem;font-weight:300;color:var(--theme-text-muted)}.brand-text-logo{font-size:1.5rem;font-weight:800;color:var(--theme-text)}.brand-logo{max-width:150px;max-height:50px;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));transition:transform .3s ease}.brand-logo:hover{transform:scale(1.05)}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:100px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;border:none}.btn-secondary{background:var(--theme-surface);color:var(--theme-text);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:var(--theme-primary);color:#fff;transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--theme-primary),var(--theme-secondary));color:#fff;box-shadow:0 4px 15px #0003;font-size:1.1rem;padding:1rem 2rem}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #0000004d}.pulse{animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%{box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 15px #fff0}to{box-shadow:0 0 #fff0}}.hero-section{display:flex;flex:1;padding:2rem 5%;align-items:center;gap:4rem}.hero-content{flex:1.2;animation:slideInLeft .8s ease-out}.badge{background:var(--theme-surface);color:var(--theme-primary);padding:.4rem 1rem;border-radius:100px;font-weight:800;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;margin-bottom:1.5rem;display:inline-block;border:1px solid var(--theme-primary)}.hero-title{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;font-weight:900}.highlight{background:linear-gradient(90deg,var(--theme-primary),var(--theme-secondary));-webkit-background-clip:text;color:transparent;display:inline-block}.hero-description{font-size:1.2rem;color:var(--theme-text-muted);margin-bottom:2rem;line-height:1.6;max-width:600px}.hero-stats{display:flex;gap:2rem;margin-top:2rem}.stat{display:flex;flex-direction:column;font-size:.9rem;color:var(--theme-text-muted)}.stat span{font-size:2rem;font-weight:800;color:var(--theme-text);font-family:var(--font-secondary)}.hero-visual{flex:1;animation:slideInRight .8s ease-out;display:flex;justify-content:center}.showcase-container{display:flex;align-items:center;gap:3rem;background:var(--theme-surface);padding:2rem;border-radius:30px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000040;max-width:100%}.phone-mockup{width:300px;min-width:300px;height:600px;flex-shrink:0;background:#000;border-radius:40px;padding:12px;position:relative;box-shadow:0 0 0 4px var(--theme-primary),0 20px 40px #0006;transform:rotate(-2deg);transition:transform .4s ease}.phone-mockup:hover{transform:rotate(0) scale(1.02)}.phone-notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:120px;height:25px;background:#000;border-bottom-left-radius:15px;border-bottom-right-radius:15px;z-index:10}.phone-screen{width:100%;height:100%;background:#111;border-radius:30px;overflow:hidden;position:relative}.short-video{width:100%;height:100%;object-fit:cover}.mute-toggle-btn{position:absolute;bottom:20px;right:15px;background:#0009;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:8px 12px;font-size:.85rem;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:20;transition:all .2s ease;font-family:var(--font-primary)}.mute-toggle-btn:hover{background:#000c;transform:scale(1.05)}.shorts-sidebar{display:flex;flex-direction:column;flex:1;min-width:200px;max-width:450px}.shorts-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.sidebar-subtitle{color:var(--theme-text-muted);font-size:.9rem}.short-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--theme-surface);border-radius:15px;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.short-item:hover{background:#ffffff1a;transform:translate(5px)}.short-item.active{border-color:var(--theme-primary);background:linear-gradient(90deg,var(--theme-surface),transparent)}.short-thumb{width:40px;height:60px;background:var(--theme-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.idx-pill{color:#fff;font-weight:800}.short-info{flex:1;min-width:0}.short-info h4{margin-bottom:.4rem;font-size:.85rem;line-height:1.4;word-break:break-word;white-space:normal}.score-band{width:100px;height:4px;background:#0000001a;border-radius:2px;margin-bottom:.2rem}.score-fill{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6);border-radius:2px}.score-text{font-size:.75rem;color:var(--theme-text-muted)}.brand-footer{padding:4rem 5%;text-align:center}.footer-call{background:linear-gradient(135deg,var(--theme-surface),transparent);padding:4rem;border-radius:30px;border:1px solid rgba(255,255,255,.1)}.footer-call h2{font-size:2.5rem;margin-bottom:1rem}.footer-call p{color:var(--theme-text-muted);font-size:1.2rem;margin-bottom:2rem}.features-container{padding:4rem 5%;background:var(--theme-surface);margin:2rem 5%;border-radius:30px;border:1px solid rgba(255,255,255,.05)}.features-header{text-align:center;margin-bottom:3rem}.features-header h2{font-size:2.5rem;margin-bottom:.5rem}.features-header p{color:var(--theme-text-muted);font-size:1.1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:var(--theme-bg);padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.1)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:var(--theme-primary)}.feature-icon{font-size:2.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--theme-surface),transparent);width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:15px}.feature-title{font-size:1.25rem;margin-bottom:1rem;color:var(--theme-text)}.feature-desc{color:var(--theme-text-muted);line-height:1.6;font-size:.95rem}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.hero-section{flex-direction:column;text-align:center}.showcase-container{flex-direction:column}.hero-stats{justify-content:center}}
