:root{--accent-yellow: #FFCC00;--accent-yellow-hover: #FFB800;--text-primary: #1a1a1a;--text-secondary: #666;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--border-color: #e0e0e0;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%)}[data-astro-cid-hpmi263k]{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;color:var(--text-primary);background:var(--bg-primary);line-height:1.6}.page-wrapper[data-astro-cid-hpmi263k]{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header[data-astro-cid-hpmi263k]{text-align:center;margin-bottom:4rem}.section-header[data-astro-cid-hpmi263k] h2[data-astro-cid-hpmi263k]{font-size:2.75rem;margin-bottom:1rem;font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header[data-astro-cid-hpmi263k] p[data-astro-cid-hpmi263k]{font-size:1.125rem;color:var(--text-secondary);font-weight:500}.hero[data-astro-cid-hpmi263k]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:3rem 0 4rem}.badge[data-astro-cid-hpmi263k]{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;padding:.75rem 1.25rem;border-radius:2rem;font-weight:700;font-size:.875rem;margin-bottom:1rem;border:1px solid rgba(102,126,234,.2)}.badge-icon[data-astro-cid-hpmi263k]{width:16px;height:16px}.hero[data-astro-cid-hpmi263k] h1[data-astro-cid-hpmi263k]{font-size:3.75rem;margin-bottom:1rem;line-height:1.1;font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-astro-cid-hpmi263k]{font-size:1.25rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.trust-signals[data-astro-cid-hpmi263k]{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.trust-item[data-astro-cid-hpmi263k]{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#27ae60;font-weight:600}.trust-item[data-astro-cid-hpmi263k] svg[data-astro-cid-hpmi263k]{width:20px;height:20px;color:#27ae60;flex-shrink:0}.hero-actions[data-astro-cid-hpmi263k]{display:flex;gap:1rem;flex-wrap:wrap}.btn[data-astro-cid-hpmi263k]{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:1rem;text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1);border:none;cursor:pointer;font-size:1rem;box-shadow:0 4px 15px #0000001a}.btn-primary[data-astro-cid-hpmi263k]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary[data-astro-cid-hpmi263k]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.btn-secondary[data-astro-cid-hpmi263k]{background:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--border-color)}.btn-secondary[data-astro-cid-hpmi263k]:hover{border-color:#667eea;background:#667eea0d}.btn-large[data-astro-cid-hpmi263k]{padding:1.25rem 3rem;font-size:1.125rem}.browser-mockup[data-astro-cid-hpmi263k]{background:var(--bg-secondary);border-radius:2rem;overflow:hidden;border:1px solid var(--border-color);box-shadow:0 20px 60px #0000001a}.mockup-header[data-astro-cid-hpmi263k]{background:linear-gradient(135deg,#f0f0f0,#e8e8e8);padding:1rem;display:flex;justify-content:flex-start}.dots[data-astro-cid-hpmi263k]{display:flex;gap:.5rem}.dots[data-astro-cid-hpmi263k] span[data-astro-cid-hpmi263k]{width:.75rem;height:.75rem;border-radius:50%;background:#999}.mockup-content[data-astro-cid-hpmi263k]{padding:2rem;text-align:center;font-size:3rem;background:#fff;min-height:350px;display:flex;align-items:center;justify-content:center}.mockup-content[data-astro-cid-hpmi263k] img[data-astro-cid-hpmi263k]{max-width:100%;height:auto;display:block}.features[data-astro-cid-hpmi263k]{padding:8rem 0}.features-grid[data-astro-cid-hpmi263k]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.feature-card[data-astro-cid-hpmi263k]{background:var(--bg-secondary);padding:2.5rem;border-radius:1.5rem;border:1px solid var(--border-color);text-align:center;transition:all .3s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.feature-card[data-astro-cid-hpmi263k]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-card[data-astro-cid-hpmi263k]:hover{transform:translateY(-12px);border-color:#667eea;box-shadow:0 20px 40px #667eea26}.feature-card[data-astro-cid-hpmi263k]:hover:before{transform:scaleX(1)}.icon-wrapper[data-astro-cid-hpmi263k]{width:60px;height:60px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#667eea}.icon-wrapper[data-astro-cid-hpmi263k] svg[data-astro-cid-hpmi263k]{width:32px;height:32px;stroke-width:2}.feature-card[data-astro-cid-hpmi263k] h3[data-astro-cid-hpmi263k]{font-size:1.25rem;margin-bottom:1rem;font-weight:700}.feature-card[data-astro-cid-hpmi263k] p[data-astro-cid-hpmi263k]{color:var(--text-secondary);line-height:1.6;font-size:.95rem}.content-blocks[data-astro-cid-hpmi263k]{padding:8rem 0}.text-block[data-astro-cid-hpmi263k]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:8rem}.text-block[data-astro-cid-hpmi263k].reverse{direction:rtl}.text-block[data-astro-cid-hpmi263k].reverse>[data-astro-cid-hpmi263k]{direction:ltr}.text-content[data-astro-cid-hpmi263k] h2[data-astro-cid-hpmi263k]{font-size:2.25rem;margin-bottom:1.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-content[data-astro-cid-hpmi263k] p[data-astro-cid-hpmi263k]{font-size:1.125rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.text-content[data-astro-cid-hpmi263k] ul[data-astro-cid-hpmi263k]{list-style:none;margin-bottom:1.5rem}.text-content[data-astro-cid-hpmi263k] li[data-astro-cid-hpmi263k]{padding:.75rem 0 .75rem 2rem;display:flex;align-items:center;gap:.75rem;position:relative}.text-content[data-astro-cid-hpmi263k] li[data-astro-cid-hpmi263k]:before{content:"✓";color:#667eea;font-weight:700;position:absolute;left:0}.feature-item[data-astro-cid-hpmi263k],.ai-feature[data-astro-cid-hpmi263k]{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:1.25rem;border-radius:1rem;margin-bottom:1rem;border-left:4px solid #667eea}.text-visual-icon[data-astro-cid-hpmi263k]{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:2rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#667eea;border:1px solid rgba(102,126,234,.2)}.text-visual-icon[data-astro-cid-hpmi263k] svg[data-astro-cid-hpmi263k]{width:80px;height:80px;stroke-width:1.5}.yandex-app-section[data-astro-cid-hpmi263k]{padding:8rem 3rem;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:3rem;margin:4rem 0;border:1px solid rgba(102,126,234,.1)}.app-hero[data-astro-cid-hpmi263k]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}.app-hero-content[data-astro-cid-hpmi263k] h3[data-astro-cid-hpmi263k]{font-size:2.5rem;margin-bottom:1.5rem;font-weight:800;line-height:1.2;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-description[data-astro-cid-hpmi263k]{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.app-cta[data-astro-cid-hpmi263k]{display:flex;gap:1rem}.phone-mockup[data-astro-cid-hpmi263k]{display:flex;justify-content:center;align-items:center}.phone-screen[data-astro-cid-hpmi263k]{width:200px;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2rem;display:flex;align-items:center;justify-content:center;font-size:5rem;box-shadow:0 20px 60px #667eea4d;border:8px solid #000}.app-features-grid[data-astro-cid-hpmi263k]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:4rem}.app-feature-card[data-astro-cid-hpmi263k]{background:var(--bg-primary);padding:2.5rem;border-radius:1.5rem;border:1px solid var(--border-color);text-align:center;transition:all .3s cubic-bezier(.22,1,.36,1)}.app-feature-card[data-astro-cid-hpmi263k]:hover{border-color:#667eea;box-shadow:0 15px 40px #667eea26;transform:translateY(-8px)}.app-feature-icon[data-astro-cid-hpmi263k]{width:60px;height:60px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#667eea}.app-feature-icon[data-astro-cid-hpmi263k] svg[data-astro-cid-hpmi263k]{width:32px;height:32px;stroke-width:2}.app-feature-card[data-astro-cid-hpmi263k] h4[data-astro-cid-hpmi263k]{font-size:1.125rem;margin-bottom:1rem;font-weight:700}.app-feature-card[data-astro-cid-hpmi263k] p[data-astro-cid-hpmi263k]{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.app-download-section[data-astro-cid-hpmi263k]{background:linear-gradient(135deg,#667eea,#764ba2);color:var(--bg-primary);padding:4rem;border-radius:2rem;text-align:center}.app-download-section[data-astro-cid-hpmi263k] h3[data-astro-cid-hpmi263k]{font-size:2rem;margin-bottom:1rem;font-weight:800}.app-download-section[data-astro-cid-hpmi263k] p[data-astro-cid-hpmi263k]{font-size:1.125rem;margin-bottom:2rem;opacity:.95}.download-buttons[data-astro-cid-hpmi263k]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.download-buttons[data-astro-cid-hpmi263k] .btn-primary[data-astro-cid-hpmi263k]{background:var(--accent-yellow);color:#000}.download-buttons[data-astro-cid-hpmi263k] .btn-secondary[data-astro-cid-hpmi263k]{background:#fff3;color:#fff;border-color:#ffffff4d}.comparison[data-astro-cid-hpmi263k]{padding:8rem 0}.table-container[data-astro-cid-hpmi263k]{overflow-x:auto;background:var(--bg-secondary);border-radius:1.5rem;border:1px solid var(--border-color)}table[data-astro-cid-hpmi263k]{width:100%;border-collapse:collapse;text-align:left}th[data-astro-cid-hpmi263k],td[data-astro-cid-hpmi263k]{padding:1.5rem;border-bottom:1px solid var(--border-color)}th[data-astro-cid-hpmi263k]{background:linear-gradient(135deg,#667eea0d,#764ba20d);font-weight:700;color:#667eea}.check[data-astro-cid-hpmi263k]{color:#27ae60;font-weight:700}.cross[data-astro-cid-hpmi263k]{color:#e74c3c;font-weight:700}.partial[data-astro-cid-hpmi263k]{color:#f39c12;font-weight:700}.faq[data-astro-cid-hpmi263k]{padding:8rem 0;max-width:800px;margin:0 auto}.faq-list[data-astro-cid-hpmi263k]{display:flex;flex-direction:column;gap:1.5rem}.faq-item[data-astro-cid-hpmi263k]{background:var(--bg-secondary);border-radius:1rem;border:1px solid var(--border-color);padding:1.5rem;transition:all .3s ease}.faq-item[data-astro-cid-hpmi263k]:hover{border-color:#667eea;box-shadow:0 8px 20px #667eea1a}.faq-item[data-astro-cid-hpmi263k] summary[data-astro-cid-hpmi263k]{font-weight:600;cursor:pointer;list-style:none;font-size:1.125rem;color:#667eea;transition:color .3s ease}.faq-item[data-astro-cid-hpmi263k] summary[data-astro-cid-hpmi263k]:hover{color:#764ba2}.faq-item[data-astro-cid-hpmi263k] p[data-astro-cid-hpmi263k]{margin-top:1rem;color:var(--text-secondary);line-height:1.6}.cta-final[data-astro-cid-hpmi263k]{padding:8rem 0}.cta-card[data-astro-cid-hpmi263k]{background:linear-gradient(135deg,#667eea,#764ba2);color:var(--bg-primary);padding:6rem;border-radius:3rem;text-align:center;position:relative;overflow:hidden;box-shadow:0 20px 60px #667eea4d}.cta-card[data-astro-cid-hpmi263k]:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}.cta-card[data-astro-cid-hpmi263k] h2[data-astro-cid-hpmi263k]{font-size:3rem;margin-bottom:1.5rem;font-weight:900;position:relative;z-index:1}.cta-card[data-astro-cid-hpmi263k] p[data-astro-cid-hpmi263k]{font-size:1.25rem;opacity:.95;margin-bottom:3rem;position:relative;z-index:1}.cta-buttons[data-astro-cid-hpmi263k]{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;position:relative;z-index:1}.cta-card[data-astro-cid-hpmi263k] .btn-primary[data-astro-cid-hpmi263k]{background:var(--accent-yellow);color:#000}.cta-card[data-astro-cid-hpmi263k] .btn-secondary[data-astro-cid-hpmi263k]{background:#fff3;border:2px solid rgba(255,255,255,.3);color:#fff}.cta-card[data-astro-cid-hpmi263k] .btn-secondary[data-astro-cid-hpmi263k]:hover{background:#ffffff4d}.animate-on-scroll[data-astro-cid-hpmi263k]{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.22,1,.36,1)}.animate-on-scroll[data-astro-cid-hpmi263k].is-visible{opacity:1;transform:translateY(0)}@keyframes pulse{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}@media(max-width:968px){.hero[data-astro-cid-hpmi263k],.text-block[data-astro-cid-hpmi263k],.text-block[data-astro-cid-hpmi263k].reverse,.app-hero[data-astro-cid-hpmi263k]{grid-template-columns:1fr;text-align:center;gap:2rem}.hero[data-astro-cid-hpmi263k] h1[data-astro-cid-hpmi263k]{font-size:2.5rem}.section-header[data-astro-cid-hpmi263k] h2[data-astro-cid-hpmi263k]{font-size:2rem}.hero-subtitle[data-astro-cid-hpmi263k]{margin:0 auto 2rem}.hero-actions[data-astro-cid-hpmi263k]{justify-content:center}.text-content[data-astro-cid-hpmi263k]{order:1!important}.text-visual-icon[data-astro-cid-hpmi263k]{order:2!important;aspect-ratio:16/9}.app-hero-content[data-astro-cid-hpmi263k]{order:1!important}.app-hero-visual[data-astro-cid-hpmi263k]{order:2!important}.cta-card[data-astro-cid-hpmi263k]{padding:3rem 1.5rem}.cta-card[data-astro-cid-hpmi263k] h2[data-astro-cid-hpmi263k]{font-size:2rem}.yandex-app-section[data-astro-cid-hpmi263k]{padding:3rem 1.5rem}.trust-signals[data-astro-cid-hpmi263k]{gap:1rem}.trust-item[data-astro-cid-hpmi263k]{font-size:.85rem}}
