header.svelte-1q37ri0{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:all .3s ease}header.scrolled.svelte-1q37ri0{background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm)}.nav-container.svelte-1q37ri0{display:flex;justify-content:space-between;align-items:center}.logo.svelte-1q37ri0{display:flex;align-items:center;gap:.5rem}.logo-icon.svelte-1q37ri0{width:40px;height:40px}.logo-text.svelte-1q37ri0{font-size:1.25rem;font-weight:700;color:var(--text-dark)}nav.svelte-1q37ri0{display:flex;align-items:center;gap:2rem}nav.svelte-1q37ri0 a:where(.svelte-1q37ri0){font-weight:500;color:var(--text-light);transition:color .2s}nav.svelte-1q37ri0 a:where(.svelte-1q37ri0):hover{color:var(--primary-color)}.cta-button.svelte-1q37ri0{background:var(--primary-gradient);color:#fff!important;padding:.5rem 1.25rem;border-radius:var(--radius-md);font-weight:600}.cta-button.svelte-1q37ri0:hover{opacity:.9}.hero.svelte-1q37ri0{padding:8rem 0 4rem;background:linear-gradient(180deg,var(--bg-light) 0%,var(--bg-white) 100%)}.hero-content.svelte-1q37ri0{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text.svelte-1q37ri0 h1:where(.svelte-1q37ri0){font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle.svelte-1q37ri0{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:500px}.hero-buttons.svelte-1q37ri0{display:flex;gap:1rem}.btn.svelte-1q37ri0{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;border-radius:var(--radius-md);font-weight:600;font-size:1rem;transition:all .2s}.btn-primary.svelte-1q37ri0{background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-md)}.btn-primary.svelte-1q37ri0:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary.svelte-1q37ri0{background:var(--bg-card);color:var(--text-dark);border:2px solid var(--border-color)}.btn-secondary.svelte-1q37ri0:hover{border-color:var(--primary-color);color:var(--primary-color)}.hero-image.svelte-1q37ri0{display:flex;justify-content:center;perspective:1000px}.app-screenshot.svelte-1q37ri0{max-width:260px;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);transform:rotateY(-8deg) rotateX(4deg);transition:transform .4s ease,box-shadow .4s ease}.app-screenshot.svelte-1q37ri0:hover{transform:rotateY(0) rotateX(0) scale(1.05);box-shadow:0 25px 50px #f9731640}@media(max-width:768px){nav.svelte-1q37ri0 a:where(.svelte-1q37ri0):not(.cta-button){display:none}.hero-content.svelte-1q37ri0{grid-template-columns:1fr;text-align:center}.hero-text.svelte-1q37ri0 h1:where(.svelte-1q37ri0){font-size:2.5rem}.hero-subtitle.svelte-1q37ri0{margin:0 auto 2rem}.hero-buttons.svelte-1q37ri0{justify-content:center;flex-wrap:wrap}.hero-image.svelte-1q37ri0{order:-1}.app-screenshot.svelte-1q37ri0{max-width:200px;transform:rotateY(-5deg) rotateX(2deg)}}.features.svelte-1dpem8h{padding:6rem 0;background:var(--bg-white)}.section-header.svelte-1dpem8h{text-align:center;margin-bottom:4rem}.section-header.svelte-1dpem8h h2:where(.svelte-1dpem8h){font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header.svelte-1dpem8h p:where(.svelte-1dpem8h){font-size:1.125rem;color:var(--text-light);max-width:600px;margin:0 auto}.features-grid.svelte-1dpem8h{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card.svelte-1dpem8h{background:var(--bg-card);padding:2rem;border-radius:var(--radius-lg);transition:all .3s ease;border:1px solid var(--border-color)}.feature-card.svelte-1dpem8h:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-card.svelte-1dpem8h h3:where(.svelte-1dpem8h){font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-card.svelte-1dpem8h p:where(.svelte-1dpem8h){color:var(--text-light);font-size:.95rem}@media(max-width:900px){.features-grid.svelte-1dpem8h{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.features-grid.svelte-1dpem8h{grid-template-columns:1fr}.section-header.svelte-1dpem8h h2:where(.svelte-1dpem8h){font-size:2rem}}.demo.svelte-21udtx{padding:6rem 0;background:linear-gradient(180deg,var(--bg-light) 0%,var(--bg-white) 100%)}.section-header.svelte-21udtx{text-align:center;margin-bottom:3rem}.section-header.svelte-21udtx h2:where(.svelte-21udtx){font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header.svelte-21udtx p:where(.svelte-21udtx){font-size:1.125rem;color:var(--text-light)}.demo-container.svelte-21udtx{max-width:800px;margin:0 auto;background:var(--bg-card);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.progress-steps.svelte-21udtx{display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem}.step.svelte-21udtx{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;transition:opacity .3s}.step.active.svelte-21udtx{opacity:1}.step-number.svelte-21udtx{width:40px;height:40px;border-radius:50%;background:var(--border-color);display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s}.step.active.svelte-21udtx .step-number:where(.svelte-21udtx){background:var(--primary-gradient);color:#fff}.step.completed.svelte-21udtx .step-number:where(.svelte-21udtx){background:var(--success-color);color:#fff}.step.svelte-21udtx span:where(.svelte-21udtx){font-size:.875rem;font-weight:500}.step-line.svelte-21udtx{width:80px;height:2px;background:var(--border-color);margin:0 1rem;transition:background .3s}.step-line.active.svelte-21udtx{background:var(--success-color)}.step-content.svelte-21udtx{text-align:center}.step-content.svelte-21udtx h3:where(.svelte-21udtx){font-size:1.5rem;margin-bottom:.5rem}.step-content.svelte-21udtx>p:where(.svelte-21udtx){color:var(--text-light);margin-bottom:2rem}.country-search-wrapper.svelte-21udtx{position:relative;max-width:400px;margin:0 auto 2rem}.country-search.svelte-21udtx{width:100%;padding:1rem 1.25rem;border:2px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;background:var(--bg-light);color:var(--text-dark);transition:border-color .2s}.country-search.svelte-21udtx:focus{outline:none;border-color:var(--primary-color)}.country-search.svelte-21udtx::placeholder{color:var(--text-muted)}.country-dropdown.svelte-21udtx{position:absolute;top:100%;left:0;right:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);margin-top:.5rem;max-height:300px;overflow-y:auto;z-index:10;box-shadow:var(--shadow-lg)}.country-dropdown-item.svelte-21udtx{width:100%;padding:.875rem 1.25rem;text-align:left;background:transparent;color:var(--text-dark);border:none;transition:background .2s}.country-dropdown-item.svelte-21udtx:hover{background:var(--bg-light);color:var(--primary-color)}.popular-label.svelte-21udtx{font-size:.875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.country-grid.svelte-21udtx{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.country-option.svelte-21udtx{padding:1rem;background:var(--bg-light);border:2px solid transparent;border-radius:var(--radius-md);font-weight:500;color:var(--text-dark);transition:all .2s}.country-option.svelte-21udtx:hover{border-color:var(--primary-color);background:var(--bg-card)}.services-grid.svelte-21udtx{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:1rem;margin-bottom:2rem}.service-option.svelte-21udtx{position:relative;aspect-ratio:1;border:3px solid transparent;border-radius:var(--radius-md);overflow:hidden;transition:all .2s;background:#fff;padding:.5rem}.service-option.svelte-21udtx img:where(.svelte-21udtx){width:100%;height:100%;object-fit:contain;border-radius:var(--radius-sm)}.service-option.svelte-21udtx:hover{border-color:var(--border-color);transform:scale(1.05)}.service-option.selected.svelte-21udtx{border-color:var(--primary-color);box-shadow:var(--shadow-md)}.check-mark.svelte-21udtx{position:absolute;top:4px;right:4px;width:20px;height:20px;background:var(--primary-color);color:#fff;border-radius:50%;font-size:12px;display:flex;align-items:center;justify-content:center}.check-mark.svelte-21udtx:after{content:"✓"}.media-toggle.svelte-21udtx{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem;background:var(--bg-light);padding:.25rem;border-radius:var(--radius-md);width:fit-content;margin-left:auto;margin-right:auto}.toggle-btn.svelte-21udtx{padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;font-size:.9rem;color:var(--text-light);transition:all .2s;background:transparent}.toggle-btn.svelte-21udtx:hover{color:var(--text-dark)}.toggle-btn.active.svelte-21udtx{background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow-sm)}.search-box.svelte-21udtx{display:flex;gap:1rem;margin-bottom:1.5rem}.search-box.svelte-21udtx input:where(.svelte-21udtx){flex:1;padding:1rem 1.25rem;border:2px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;transition:border-color .2s;background:var(--bg-light);color:var(--text-dark)}.search-box.svelte-21udtx input:where(.svelte-21udtx):focus{outline:none;border-color:var(--primary-color)}.search-box.svelte-21udtx input:where(.svelte-21udtx)::placeholder{color:var(--text-muted)}.search-button.svelte-21udtx{padding:1rem 2rem;background:var(--primary-gradient);color:#fff;border-radius:var(--radius-md);font-weight:600;min-width:120px;display:flex;align-items:center;justify-content:center}.search-button.svelte-21udtx:hover:not(:disabled){opacity:.9}.search-button.svelte-21udtx:disabled{opacity:.7;cursor:not-allowed}.loading.svelte-21udtx{display:flex;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:var(--text-light)}.spinner.svelte-21udtx{width:24px;height:24px;border:3px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:svelte-21udtx-spin 1s linear infinite}.spinner-small.svelte-21udtx{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-21udtx-spin 1s linear infinite}@keyframes svelte-21udtx-spin{to{transform:rotate(360deg)}}.message.svelte-21udtx{padding:1rem;background:var(--bg-light);border-radius:var(--radius-md);color:var(--text-light);margin-bottom:1.5rem}.carousel.svelte-21udtx{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.carousel-btn.svelte-21udtx{width:44px;height:44px;border-radius:50%;background:var(--bg-light);color:var(--text-dark);font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;border:1px solid var(--border-color)}.carousel-btn.svelte-21udtx:hover:not(:disabled){background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.carousel-btn.svelte-21udtx:disabled{opacity:.3;cursor:not-allowed}.carousel-container.svelte-21udtx{flex:1;overflow:hidden;border-radius:var(--radius-lg)}.carousel-track.svelte-21udtx{display:flex;transition:transform .4s ease}.carousel-slide.svelte-21udtx{min-width:100%;padding:0 .5rem}.result-card-large.svelte-21udtx{display:flex;gap:1.5rem;background:var(--bg-light);border-radius:var(--radius-lg);padding:1.25rem;text-align:left}.result-poster-large.svelte-21udtx{width:140px;flex-shrink:0;aspect-ratio:2/3;object-fit:cover;border-radius:var(--radius-md)}.no-poster-large.svelte-21udtx{width:140px;flex-shrink:0;aspect-ratio:2/3;background:var(--bg-card);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:3rem}.result-details.svelte-21udtx{flex:1;min-width:0}.result-details.svelte-21udtx h4:where(.svelte-21udtx){font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.result-meta.svelte-21udtx{display:flex;gap:1rem;margin-bottom:.75rem}.media-type.svelte-21udtx,.rating.svelte-21udtx{font-size:.875rem;color:var(--text-light)}.result-overview.svelte-21udtx{font-size:.875rem;color:var(--text-light);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:1rem}.available-on.svelte-21udtx{display:flex;align-items:center;gap:.75rem}.available-label.svelte-21udtx{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase}.provider-logos.svelte-21udtx{display:flex;gap:.5rem}.provider-logo.svelte-21udtx{width:32px;height:32px;border-radius:var(--radius-sm);object-fit:contain}.carousel-dots.svelte-21udtx{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.dot.svelte-21udtx{width:8px;height:8px;border-radius:50%;background:var(--border-color);transition:all .2s}.dot.active.svelte-21udtx{background:var(--primary-color);width:24px;border-radius:4px}.dot.svelte-21udtx:hover:not(.active){background:var(--text-muted)}.step-actions.svelte-21udtx{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.btn.svelte-21udtx{padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;transition:all .2s}.btn-primary.svelte-21udtx{background:var(--primary-gradient);color:#fff}.btn-secondary.svelte-21udtx{background:var(--bg-light);color:var(--text-dark)}.btn-outline.svelte-21udtx{border:2px solid var(--border-color);color:var(--text-light)}.btn.svelte-21udtx:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn.svelte-21udtx:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.demo-container.svelte-21udtx{padding:1.5rem}.progress-steps.svelte-21udtx{transform:scale(.85)}.search-box.svelte-21udtx{flex-direction:column}.search-button.svelte-21udtx{width:100%}.step-line.svelte-21udtx{width:40px}.carousel.svelte-21udtx{gap:.5rem}.carousel-btn.svelte-21udtx{width:36px;height:36px;font-size:1.25rem}.result-card-large.svelte-21udtx{flex-direction:column;align-items:center;text-align:center}.result-poster-large.svelte-21udtx,.no-poster-large.svelte-21udtx{width:120px}.result-meta.svelte-21udtx{justify-content:center}.available-on.svelte-21udtx{flex-direction:column;gap:.5rem}.provider-logos.svelte-21udtx{justify-content:center}}.services.svelte-hz61c4{padding:6rem 0;background:var(--bg-white)}.section-header.svelte-hz61c4{text-align:center;margin-bottom:3rem}.section-header.svelte-hz61c4 h2:where(.svelte-hz61c4){font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header.svelte-hz61c4 p:where(.svelte-hz61c4){font-size:1.125rem;color:var(--text-light)}.services-showcase.svelte-hz61c4{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem}.service-logo.svelte-hz61c4{width:80px;height:80px;padding:.75rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.service-logo.svelte-hz61c4:hover{transform:scale(1.1)}.service-logo.svelte-hz61c4 img:where(.svelte-hz61c4){max-width:100%;max-height:100%;object-fit:contain}.service-logo.svelte-hz61c4:nth-child(5),.service-logo.svelte-hz61c4:nth-child(6){width:90px;height:90px}.more-services.svelte-hz61c4{font-size:1rem;font-weight:600;color:var(--text-muted);padding:1rem}@media(max-width:600px){.services-showcase.svelte-hz61c4{gap:1.5rem}.service-logo.svelte-hz61c4{width:60px;height:60px}.service-logo.svelte-hz61c4:nth-child(5),.service-logo.svelte-hz61c4:nth-child(6){width:70px;height:70px}}.app-features.svelte-zusf1c{padding:6rem 0;background:var(--bg-dark)}.container.svelte-zusf1c{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header.svelte-zusf1c{text-align:center;margin-bottom:4rem}.section-header.svelte-zusf1c h2:where(.svelte-zusf1c){font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.section-header.svelte-zusf1c p:where(.svelte-zusf1c){font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.gradient-text.svelte-zusf1c{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:var(--primary-color)}.features-list.svelte-zusf1c{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem}.app-feature.svelte-zusf1c{display:flex;gap:1rem;padding:1.5rem;background:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.app-feature.svelte-zusf1c:hover{border-color:var(--primary-color);transform:translateY(-2px)}.feature-icon-box.svelte-zusf1c{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-radius:10px;display:flex;align-items:center;justify-content:center}.feature-icon-box.svelte-zusf1c svg:where(.svelte-zusf1c){width:24px;height:24px;color:#fff}.feature-text.svelte-zusf1c h3:where(.svelte-zusf1c){font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.feature-text.svelte-zusf1c p:where(.svelte-zusf1c){font-size:.95rem;color:var(--text-secondary);line-height:1.5}.cta-container.svelte-zusf1c{text-align:center}.btn.svelte-zusf1c{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-primary.svelte-zusf1c{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border:none}.btn-primary.svelte-zusf1c:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f973164d}@media(max-width:768px){.app-features.svelte-zusf1c{padding:4rem 0}.section-header.svelte-zusf1c h2:where(.svelte-zusf1c){font-size:2rem}.features-list.svelte-zusf1c{grid-template-columns:1fr}.app-feature.svelte-zusf1c{padding:1.25rem}}.download.svelte-12wdzqw{padding:6rem 0;background:linear-gradient(180deg,var(--bg-light) 0%,var(--bg-white) 100%)}.download-content.svelte-12wdzqw{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.download-text.svelte-12wdzqw h2:where(.svelte-12wdzqw){font-size:2.5rem;font-weight:700;margin-bottom:1rem}.download-text.svelte-12wdzqw p:where(.svelte-12wdzqw){font-size:1.125rem;color:var(--text-light);margin-bottom:2rem;max-width:450px}.download-buttons.svelte-12wdzqw{display:flex;gap:1rem;flex-wrap:wrap}.store-button.svelte-12wdzqw{display:block;transition:transform .2s}.store-button.svelte-12wdzqw:hover{transform:translateY(-2px)}.store-button.svelte-12wdzqw img:where(.svelte-12wdzqw){height:50px}.download-image.svelte-12wdzqw{display:flex;justify-content:center}.app-screenshot.svelte-12wdzqw{max-width:280px;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}@media(max-width:768px){.download-content.svelte-12wdzqw{grid-template-columns:1fr;text-align:center}.download-text.svelte-12wdzqw p:where(.svelte-12wdzqw){margin:0 auto 2rem}.download-buttons.svelte-12wdzqw{justify-content:center}.download-image.svelte-12wdzqw{order:-1}.app-screenshot.svelte-12wdzqw{max-width:220px}}.footer.svelte-jz8lnl{padding:3rem 0;background:var(--bg-card);color:var(--text-dark);border-top:1px solid var(--border-color)}.footer-content.svelte-jz8lnl{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-brand.svelte-jz8lnl{display:flex;align-items:center;gap:.5rem}.footer-logo.svelte-jz8lnl{width:32px;height:32px}.footer-name.svelte-jz8lnl{font-size:1.125rem;font-weight:600}.footer-links.svelte-jz8lnl{display:flex;gap:2rem}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl){color:var(--text-muted);font-size:.875rem;transition:color .2s}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:#fff}.footer-copyright.svelte-jz8lnl{color:var(--text-muted);font-size:.875rem}@media(max-width:600px){.footer-links.svelte-jz8lnl{flex-direction:column;gap:1rem;text-align:center}}
