.AnimatedTerminal-module__z6tSEW__terminal{background:#0f0f13;border-radius:14px;width:100%;max-width:480px;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.85rem;line-height:1.7;overflow:hidden;box-shadow:0 24px 64px #7c3aed2e,0 4px 16px #0003}.AnimatedTerminal-module__z6tSEW__header{background:#1a1a24;border-bottom:1px solid #ffffff0f;align-items:center;gap:6px;padding:10px 16px;display:flex}.AnimatedTerminal-module__z6tSEW__dot{border-radius:50%;width:12px;height:12px}.AnimatedTerminal-module__z6tSEW__dot[data-color=red]{background:#ff5f57}.AnimatedTerminal-module__z6tSEW__dot[data-color=yellow]{background:#ffbd2e}.AnimatedTerminal-module__z6tSEW__dot[data-color=green]{background:#28ca42}.AnimatedTerminal-module__z6tSEW__title{color:#ffffff59;letter-spacing:.05em;margin-left:8px;font-size:.75rem}.AnimatedTerminal-module__z6tSEW__body{min-height:220px;padding:20px 20px 24px}.AnimatedTerminal-module__z6tSEW__line{gap:10px;margin-bottom:4px;display:flex}.AnimatedTerminal-module__z6tSEW__prompt{text-align:center;flex-shrink:0;width:14px}.AnimatedTerminal-module__z6tSEW__cmd .AnimatedTerminal-module__z6tSEW__prompt{color:#a78bfa}.AnimatedTerminal-module__z6tSEW__cmd span:last-child{color:#e2e8f0}.AnimatedTerminal-module__z6tSEW__info .AnimatedTerminal-module__z6tSEW__prompt{color:#60a5fa}.AnimatedTerminal-module__z6tSEW__info span:last-child{color:#94a3b8}.AnimatedTerminal-module__z6tSEW__success .AnimatedTerminal-module__z6tSEW__prompt{color:#34d399}.AnimatedTerminal-module__z6tSEW__success span:last-child{color:#86efac}.AnimatedTerminal-module__z6tSEW__cursor{vertical-align:text-bottom;background:#a78bfa;width:8px;height:1em;margin-left:2px;animation:.9s step-end infinite AnimatedTerminal-module__z6tSEW__blink;display:inline-block}@keyframes AnimatedTerminal-module__z6tSEW__blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:768px){.AnimatedTerminal-module__z6tSEW__terminal{max-width:100%;font-size:.78rem}.AnimatedTerminal-module__z6tSEW__body{min-height:180px}}
.hero{justify-content:center;align-items:center;gap:4rem;max-width:1200px;min-height:100svh;margin:0 auto;padding:96px 2rem 4rem;display:flex}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.hero-anim{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) forwards heroFadeUp}.hero-anim-1{animation-delay:.2s}.hero-anim-2{animation-delay:.32s}.hero-anim-3{animation-delay:.44s}.hero-anim-4{animation-delay:.56s}@media (prefers-reduced-motion:reduce){.hero-anim{opacity:1;animation:none}}.hero-content{flex:1;max-width:560px}.hero-badge{color:var(--primary);letter-spacing:.03em;background:#ede9fe;border-radius:20px;margin-bottom:1.25rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.hero-title{color:var(--text);margin-bottom:1.25rem;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.hero-title-highlight{color:var(--primary)}.hero-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.hero-cta-primary{background:var(--primary);color:#fff;border-radius:10px;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.hero-cta-primary:hover{background:#6d28d9;transform:translateY(-2px)}.hero-cta-secondary{color:var(--text);border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:500;transition:border-color .2s,background .2s;display:inline-flex}.hero-cta-secondary:hover{border-color:var(--primary);background:#f5f3ff}.hero-visual{flex:1;justify-content:center;max-width:480px;display:flex}.hero-mockup{width:100%;max-width:420px;box-shadow:var(--shadow-elevated);border:1px solid var(--border);background:#fff;border-radius:12px;overflow:hidden}.mockup-bar{background:var(--bg-secondary);border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:10px 14px;display:flex}.mockup-dot{background:var(--border);border-radius:50%;width:10px;height:10px}.mockup-url{color:var(--text-muted);border:1px solid var(--border);background:#fff;border-radius:4px;margin-left:8px;padding:2px 8px;font-size:.75rem}.mockup-body{padding:1rem}.mockup-nav-line{background:var(--border);border-radius:4px;height:8px;margin-bottom:1rem}.mockup-hero-block{background:var(--bg-secondary);border-radius:8px;margin-bottom:1rem;padding:1.25rem}.mockup-line{background:var(--border);border-radius:4px;height:10px;margin-bottom:8px}.mockup-line.wide{width:85%}.mockup-line.medium{width:60%}.mockup-btn-mock{background:var(--primary);opacity:.7;border-radius:6px;width:100px;height:28px;margin-top:4px}.mockup-cards{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mockup-card-item{background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;height:60px}@media (max-width:900px){.hero{text-align:center;flex-direction:column;gap:2.5rem;min-height:auto;padding:88px 1.5rem 3rem}.hero-actions{justify-content:center}.hero-visual{width:100%}}@media (max-width:600px){.hero{gap:2rem;padding:84px 1rem 2.5rem}.hero-content{max-width:100%}.hero-title{font-size:clamp(1.85rem,7vw,2.4rem);line-height:1.2}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch;gap:.625rem}.hero-cta-primary,.hero-cta-secondary{justify-content:center;width:100%;min-height:48px;padding:.95rem 1.25rem}.hero-visual{max-width:100%}}@media (max-width:380px){.hero{padding:80px .875rem 2rem}.hero-badge{font-size:.72rem}}
.services{background:var(--bg-secondary);padding:5rem 2rem}.services-inner{max-width:1100px;margin:0 auto}.services-title{text-align:center;color:var(--text);opacity:0;margin-bottom:3rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.services-title.visible{opacity:1;transform:none}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{border:1px solid var(--border);box-shadow:var(--shadow-card);opacity:0;background:#fff;border-radius:16px;flex-direction:column;gap:.75rem;padding:2rem;transition:opacity .5s,transform .5s,box-shadow .2s;display:flex;transform:translateY(24px)}.service-card.visible{opacity:1;transform:none}.service-card:hover{box-shadow:var(--shadow-elevated);transform:translateY(-2px)}.service-icon{font-size:2rem}.service-card-title{color:var(--text);font-size:1.25rem;font-weight:700}.service-card-desc{color:var(--text-muted);flex:1;font-size:.9rem;line-height:1.6}.service-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:1rem;display:flex}.service-price{color:var(--primary);font-size:.95rem;font-weight:700}.service-cta{color:var(--primary);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600;text-decoration:underline}.services-extra{text-align:center;color:var(--text-muted);opacity:0;margin-top:2rem;font-size:.9rem;transition:opacity .5s,transform .5s;transform:translateY(10px)}.services-extra.visible{opacity:1;transform:none}@media (max-width:900px){.services-grid{grid-template-columns:1fr}}@media (min-width:600px) and (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.services{padding:3.5rem 1rem}.service-card{border-radius:14px;padding:1.5rem}.service-card-title{font-size:1.15rem}}
.how-we-work{background:var(--bg);padding:5rem 2rem}.how-we-work-inner{max-width:1100px;margin:0 auto}.how-we-work-title{text-align:center;color:var(--text);opacity:0;margin-bottom:3rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.how-we-work-title.visible{opacity:1;transform:none}.steps-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.steps-grid:before{content:"";background:linear-gradient(90deg, var(--primary), transparent);opacity:.15;pointer-events:none;height:2px;position:absolute;top:2rem;left:2rem;right:2rem}.step-card{opacity:0;padding:1.75rem;transition:opacity .5s,transform .5s;transform:translateY(24px)}.step-card.visible{opacity:1;transform:none}.step-number{color:var(--primary);opacity:.25;margin-bottom:.75rem;font-size:2.5rem;font-weight:800;line-height:1;display:block}.step-title{color:var(--text);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.step-desc{color:var(--text-muted);font-size:.875rem;line-height:1.6}@media (max-width:900px){.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid:before{display:none}}@media (max-width:600px){.how-we-work{padding:3.5rem 1rem}.step-card{padding:1.25rem}.step-number{font-size:2rem}}@media (max-width:480px){.steps-grid{grid-template-columns:1fr;gap:1rem}}
.results{background:var(--bg-secondary);padding:5rem 2rem}.results-inner{max-width:1100px;margin:0 auto}.results-title{text-align:center;color:var(--text);opacity:0;margin-bottom:3rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.results-title.visible{opacity:1;transform:none}.results-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.result-card{border:1px solid var(--border);box-shadow:var(--shadow-card);opacity:0;background:#fff;border-radius:16px;flex-direction:column;gap:.5rem;padding:2rem;transition:opacity .5s,transform .5s;display:flex;transform:translateY(24px)}.result-card.visible{opacity:1;transform:none}.result-label{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);opacity:.8;font-size:.75rem;font-weight:600}.result-metric{color:var(--text);font-size:2.5rem;font-weight:800;line-height:1.1}.result-desc{color:var(--text-muted);font-size:.875rem;line-height:1.5}@media (max-width:768px){.results-grid{grid-template-columns:1fr}}@media (min-width:580px) and (max-width:768px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.results{padding:3.5rem 1rem}.result-card{border-radius:14px;padding:1.5rem}.result-metric{font-size:2.1rem}}
.pricing{background:var(--bg);padding:5rem 2rem}.pricing-inner{max-width:640px;margin:0 auto}.pricing-title{text-align:center;color:var(--text);opacity:0;margin-bottom:2.5rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.pricing-title.visible{opacity:1;transform:none}.pricing-table{border:1px solid var(--border);box-shadow:var(--shadow-card);opacity:0;background:#fff;border-radius:16px;transition:opacity .6s,transform .6s;overflow:hidden;transform:translateY(24px)}.pricing-table.visible{opacity:1;transform:none}.pricing-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;display:flex}.pricing-row:last-child{border-bottom:none}.pricing-row:hover{background:var(--bg-secondary)}.pricing-service{color:var(--text);font-size:.9rem}.pricing-price{color:var(--primary);white-space:nowrap;font-size:.95rem;font-weight:700}.pricing-note{text-align:center;color:var(--text-muted);opacity:0;margin-top:1rem;font-size:.8rem;transition:opacity .5s .2s}.pricing-note.visible{opacity:1}.pricing-cta{text-align:center;opacity:0;margin-top:2rem;transition:opacity .5s .3s,transform .5s .3s;transform:translateY(10px)}.pricing-cta.visible{opacity:1;transform:none}.pricing-cta-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:background .2s,transform .15s}.pricing-cta-btn:hover{background:#6d28d9;transform:translateY(-2px)}@media (max-width:600px){.pricing{padding:3.5rem 1rem}.pricing-row{gap:.75rem;padding:1rem 1.25rem}.pricing-service{font-size:.875rem;line-height:1.4}.pricing-price{font-size:.9rem}.pricing-cta-btn{width:100%;min-height:48px;padding:1rem}}@media (max-width:380px){.pricing-row{flex-direction:column;align-items:flex-start;gap:.25rem}.pricing-price{font-size:.95rem}}
.faq{max-width:800px;margin:0 auto;padding:6rem 2rem}.faq-title{text-align:center;margin-bottom:3rem}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:12px;padding:1.25rem 1.5rem;transition:border-color .3s}.faq-item[open]{border-color:var(--primary)}.faq-question{cursor:pointer;color:var(--text);font-size:1.05rem;font-weight:600;list-style:none}.faq-question::marker{display:none}.faq-question::-webkit-details-marker{display:none}.faq-answer{color:var(--text-muted);margin-top:.75rem;font-size:.95rem;line-height:1.7}@media (max-width:600px){.faq{padding:3.5rem 1rem}.faq-item{border-radius:10px;padding:1rem 1.1rem}.faq-question{padding-right:1.5rem;font-size:.98rem;line-height:1.4;position:relative}.faq-answer{font-size:.9rem}}
.contact{background:var(--bg-secondary);padding:5rem 2rem}.contact-inner{text-align:center;max-width:520px;margin:0 auto}.contact-title{color:var(--text);opacity:0;margin-bottom:.75rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.contact-title.visible{opacity:1;transform:none}.contact-subtitle{color:var(--text-muted);opacity:0;margin-bottom:2rem;transition:opacity .5s .1s}.contact-subtitle.visible{opacity:1}.contact-telegram{opacity:0;transition:opacity .5s .15s,transform .5s .15s;transform:translateY(16px)}.contact-telegram.visible{opacity:1;transform:none}.contact-telegram-btn{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.625rem;min-height:52px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.contact-telegram-btn:hover{background:#6d28d9;transform:translateY(-2px)}.contact-or{color:var(--text-muted);opacity:0;margin:1.5rem 0;font-size:.875rem;transition:opacity .5s .2s;position:relative}.contact-or.visible{opacity:1}.contact-or:before,.contact-or:after{content:"";background:var(--border);width:35%;height:1px;position:absolute;top:50%}.contact-or:before{left:0}.contact-or:after{right:0}.contact-form{text-align:left;opacity:0;flex-direction:column;gap:1rem;transition:opacity .5s .25s;display:flex}.contact-form.visible{opacity:1}.contact-field{flex-direction:column;gap:.25rem;display:flex}.contact-input{width:100%;font-size:1rem;font-family:var(--font-body);color:var(--text);border:1.5px solid var(--border);appearance:none;background:#fff;border-radius:10px;outline:none;min-height:48px;padding:.95rem 1rem;transition:border-color .2s}.contact-input:focus{border-color:var(--primary)}.contact-input.error{border-color:#ef4444}.contact-textarea{resize:vertical;min-height:100px}.contact-error{color:#ef4444;margin-top:2px;font-size:.8rem}.contact-submit{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;min-height:48px;padding:.95rem;font-size:1rem;font-weight:600;transition:background .2s}.contact-submit:hover:not(:disabled){background:#6d28d9}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.contact-success{color:#16a34a;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.contact-error-msg{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}@media (max-width:600px){.contact{padding:3.5rem 1rem}.contact-telegram-btn{width:100%;padding:1rem 1.5rem}.contact-or:before,.contact-or:after{width:30%}}
