.app-site{background:#fff;color:#1a1a2e}.app-site__header{backdrop-filter:blur(8px);background:hsla(0,0%,100%,.95);border-bottom:1px solid #eef1f4;position:sticky;top:0;z-index:100}.app-site__nav-wrap{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:.9rem 1.25rem}.app-site__brand{color:#1a1a2e;font-size:1.25rem;font-weight:800;letter-spacing:-.01em;text-decoration:none}.app-site__brand span{color:#e94560}.app-site__nav{align-items:center;display:flex;gap:1.75rem}.app-site__nav>a:not(.app-site__cta){color:#1a1a2e;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s}.app-site__nav>a:not(.app-site__cta):hover{color:#e94560}@media (max-width:768px){.app-site__nav{align-items:stretch;background:#fff;border-bottom:1px solid #eef1f4;box-shadow:0 8px 20px rgba(0,0,0,.05);display:none;flex-direction:column;left:0;padding:1rem 1.5rem;position:absolute;right:0;top:100%}.app-site__nav.is-open{display:flex}.app-site__nav a{padding:.6rem 0}}.app-site__nav-toggle{background:none;border:0;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem}@media (max-width:768px){.app-site__nav-toggle{display:block}}.app-site__lang{align-items:center;color:#9ca3af;display:inline-flex;font-size:.85rem;gap:.4rem}.app-site__lang a{color:#6b7280!important;font-weight:500;padding:.2rem .1rem}.app-site__lang a.is-active{color:#e94560!important;font-weight:700}@media (max-width:768px){.app-site__lang{border-top:1px solid #eef1f4;justify-content:center;margin-top:.5rem;order:99;padding-top:.75rem}}.app-site__hero{background:#fff;border-bottom:1px solid #eef1f4;color:#1a1a2e;padding:4.5rem 1.25rem 5rem;text-align:center}.app-site__hero-title{color:#1a1a2e;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.app-site__hero-title em{color:#e94560;font-style:normal}.app-site__hero-sub{color:#6b7280;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6;margin:0 auto 2.5rem;max-width:640px}.app-site__cta-group{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.app-site__cta{align-items:center;background:#e94560;border:0;border-radius:999px;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.6rem;padding:.85rem 1.4rem;text-decoration:none;transition:transform .15s,background .15s}.app-site__cta:hover{background:#d23752;color:#fff;transform:translateY(-1px)}.app-site__cta--ghost{background:transparent;border:1.5px solid #d1d5db;color:#1a1a2e}.app-site__cta--ghost:hover{background:#f3f4f6;border-color:#1a1a2e;color:#1a1a2e}.app-site__cta--disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.app-site__cta--disabled:hover{background:#f3f4f6;color:#9ca3af;transform:none}.app-site__cta-note{color:#6b7280;font-size:.85rem;margin-top:1rem}.app-site__ios-card{background:#fafbfc;border:1px solid #eef1f4;border-radius:16px;margin:1rem auto 0;max-width:480px;padding:1.25rem 1.5rem;text-align:center}.app-site__ios-card p{color:#1a1a2e;font-weight:600;margin:0 0 .5rem}.app-site__ios-card a{align-items:center;color:#e94560;display:inline-flex;font-weight:600;gap:.3rem;text-decoration:none}.app-site__ios-card a:hover{text-decoration:underline}.app-site__shots{background:#fafbfc;display:grid;gap:1.25rem;grid-template-columns:repeat(4,minmax(0,220px));justify-content:center;padding:3rem 1.25rem 4rem}@media (max-width:992px){.app-site__shots{grid-template-columns:repeat(3,minmax(0,200px))}}@media (max-width:768px){.app-site__shots{grid-template-columns:repeat(2,minmax(0,160px))}}@media (max-width:480px){.app-site__shots{gap:.75rem;grid-template-columns:1fr 1fr;padding:2rem 1rem}}.app-site__shot{aspect-ratio:9/16;background:#1a1a2e;border:5px solid #1a1a2e;border-radius:20px;box-shadow:0 14px 40px rgba(0,0,0,.18);overflow:hidden}.app-site__shot img{display:block;height:100%;object-fit:cover;width:100%}.app-site__section{margin:0 auto;max-width:1200px;padding:5rem 1.25rem}.app-site__section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;text-align:center}.app-site__section-sub{color:#6b7280;font-size:1.1rem;margin:0 auto 3rem;max-width:640px;text-align:center}.app-site__features{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.app-site__feature{background:#fafbfc;border:1px solid #eef1f4;border-radius:16px;padding:1.5rem;transition:transform .15s,box-shadow .15s}.app-site__feature:hover{box-shadow:0 12px 30px rgba(0,0,0,.06);transform:translateY(-4px)}.app-site__feature-icon{align-items:center;background:rgba(233,69,96,.1);border-radius:12px;color:#e94560;display:flex;font-size:1.4rem;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.app-site__feature-title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.app-site__feature-text{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}.app-site__cta-section{background:#1a1a2e;color:#fff;margin:0;padding:5rem 1.25rem;text-align:center}.app-site__cta-section h2{color:#fff}.app-site__cta-section p{color:hsla(0,0%,100%,.75)}.app-site__cta-section .app-site__cta--ghost{border-color:hsla(0,0%,100%,.3);color:#fff}.app-site__cta-section .app-site__cta--ghost:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);color:#fff}.app-site__footer{background:#f8f9fa;border-top:1px solid #eef1f4;color:#6b7280;padding:3rem 1.25rem 2rem}.app-site__footer-inner{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.app-site__footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;list-style:none;margin:0;padding:0}.app-site__footer-links a{color:#6b7280;font-size:.9rem;text-decoration:none}.app-site__footer-links a:hover{color:#e94560}.app-site__footer-brand{color:#1a1a2e;font-size:1rem;font-weight:700}.app-site__prose{color:#1f2937;line-height:1.7;margin:0 auto;max-width:720px}.app-site__prose h1{font-size:2.25rem;font-weight:800;margin-bottom:.5rem}.app-site__prose h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;margin-top:2.5rem}.app-site__prose p{margin-bottom:1rem}.app-site__prose ol,.app-site__prose ul{margin-bottom:1rem;padding-left:1.5rem}.app-site__prose a{color:#e94560}