*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--brand: #6C487D;--brand-light: #A678C0;--brand-gradient: linear-gradient(135deg, #6C487D 0%, #A678C0 100%);--bg-primary: #0b0b10;--bg-secondary: #0f1117;--bg-card: rgba(18, 21, 33, .7);--bg-card-hover: rgba(26, 30, 46, .85);--bg-glass: rgba(18, 21, 33, .6);--text-primary: #FFFFFF;--text-secondary: rgba(255,255,255,.7);--text-tertiary: rgba(255,255,255,.45);--border-subtle: rgba(255,255,255,.06);--border-hover: rgba(108,72,125,.4);--shadow-glow: 0 0 60px rgba(108,72,125,.18);--shadow-glow-strong: 0 0 120px rgba(108,72,125,.32);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-pill: 100px}html{scroll-behavior:smooth;scroll-padding-top:80px;-webkit-font-smoothing:antialiased}body{font-family:Figtree,system-ui,-apple-system,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.gradient-text{background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.5}to{transform:scale(1.8);opacity:0}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes glow-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}@keyframes particle-drift{0%{transform:translateZ(0);opacity:0}10%{opacity:.35}90%{opacity:.35}to{transform:translate3d(40px,-100vh,0);opacity:0}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes float-1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes float-2{0%,to{transform:translateY(0)}50%{transform:translateY(14px)}}@keyframes float-3{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shine{0%{left:-100%}40%,to{left:200%}}@property --border-angle{syntax:"<angle>"; initial-value:0deg; inherits:false;}@keyframes border-rotate{to{--border-angle:360deg}}@keyframes articleSlideIn{0%{opacity:0;transform:translate(60px)}15%{opacity:1;transform:translate(0)}65%{opacity:1;transform:translate(0)}80%{opacity:0;transform:translate(-60px)}to{opacity:0;transform:translate(-60px)}}@keyframes badgePop{0%,12%{opacity:0;transform:translateY(-50%) scale(.5)}18%{opacity:1;transform:translateY(-50%) scale(1.1)}22%{transform:translateY(-50%) scale(1)}65%{opacity:1}80%,to{opacity:0}}@keyframes sniperLock{0%{transform:scale(1.5) rotate(-5deg);opacity:.4}40%{transform:scale(1) rotate(0);opacity:1}60%{transform:scale(.95);opacity:1}to{transform:scale(1.5) rotate(5deg);opacity:.4}}@keyframes barGrow{0%{height:0}30%{height:var(--h)}70%{height:var(--h)}to{height:0}}@keyframes msgIn{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}70%{opacity:1}85%,to{opacity:0}}@keyframes typingDot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@keyframes laneAppear{0%{opacity:0;transform:translate(-20px)}12%{opacity:1;transform:translate(0)}70%{opacity:1;transform:translate(0)}85%,to{opacity:0;transform:translate(10px)}}@keyframes progressFill{0%,8%{transform:scaleX(0)}25%{transform:scaleX(1)}70%{transform:scaleX(1)}85%,to{transform:scaleX(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-pill);font-weight:700;font-size:.9rem;letter-spacing:.01em;transition:all .2s ease;cursor:pointer;white-space:nowrap;border:none;text-decoration:none}.btn--primary{background:var(--brand-gradient);color:#fff;box-shadow:0 4px 20px #6c487d59}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 8px 30px #6c487d80}.btn--secondary{background:#ffffff0f;color:var(--text-primary);border:1px solid var(--border-subtle)}.btn--secondary:hover{background:#ffffff1a;border-color:var(--border-hover)}.btn--lg{padding:14px 32px;font-size:1rem}.btn--sm{padding:8px 16px;font-size:.8rem}.btn--discord{background:#5865f2;color:#fff;border:none}.btn--discord:hover{background:#4752c4}.navbar__mobile-cta{display:none;margin-left:auto;gap:8px}.particles{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.particle{position:absolute;border-radius:50%;animation:particle-drift linear infinite;will-change:transform}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s,box-shadow .3s,backdrop-filter .3s}.navbar.scrolled{background:#0b0b10d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--border-subtle)}.navbar__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1200px;margin:0 auto;padding:16px 24px;gap:32px}.navbar__logo{font-size:1.3rem;font-weight:900;letter-spacing:-.02em;background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;justify-self:start}.navbar__links{display:flex;gap:32px;justify-self:center}.navbar__link{font-size:.9rem;font-weight:600;color:var(--text-secondary);transition:color .2s}.navbar__link:hover{color:var(--text-primary)}.navbar__actions{display:flex;gap:12px;justify-self:end}.navbar__mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.navbar__mobile-toggle span{width:24px;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s;display:block}.navbar__mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__mobile-toggle.active span:nth-child(2){opacity:0}.navbar__mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#0b0b10f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu__link{font-size:1.5rem;font-weight:700}.mobile-menu__actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:280px}.mobile-menu__actions .btn{width:100%}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-light);margin-bottom:16px}.section-label:before{content:"";width:20px;height:2px;background:var(--brand-light);border-radius:1px}.section-title{font-size:2.2rem;font-weight:900;letter-spacing:-.02em;line-height:1.15;margin-bottom:16px}.section-subtitle{font-size:1rem;color:var(--text-secondary);max-width:600px;margin:0 auto 48px;text-align:center}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 24px 80px;position:relative;overflow:hidden;gap:64px;background:radial-gradient(ellipse 1200px 700px at 50% -100px,rgba(108,72,125,.32),transparent),radial-gradient(ellipse 800px 500px at 100% 0%,rgba(166,120,192,.15),transparent),radial-gradient(ellipse 600px 400px at 0% 80%,rgba(108,72,125,.1),transparent)}.hero__aurora{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.hero__aurora-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:glow-pulse 8s ease-in-out infinite}.hero__aurora-orb--1{width:800px;height:800px;top:-300px;left:-150px;background:radial-gradient(circle,rgba(108,72,125,.3) 0%,transparent 70%)}.hero__aurora-orb--2{width:500px;height:500px;top:50px;right:-100px;background:radial-gradient(circle,rgba(166,120,192,.2) 0%,transparent 70%);animation-delay:-3s}.hero__aurora-orb--3{width:400px;height:400px;bottom:-50px;left:40%;background:radial-gradient(circle,rgba(108,72,125,.15) 0%,transparent 70%);animation-delay:-6s}.hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black,transparent);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black,transparent)}.hero__top{text-align:center;max-width:700px;position:relative;z-index:1}.hero__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;letter-spacing:-.03em;line-height:1.1;margin-bottom:24px}.hero__description{font-size:1.1rem;color:var(--text-secondary);max-width:560px;margin:0 auto 36px;line-height:1.7}.hero__cta-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hero__visual{position:relative;z-index:1;width:100%;max-width:560px}.hero__visual-frame{position:relative;border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-card);overflow:hidden;box-shadow:var(--shadow-glow-strong)}.hero__visual-shine{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.04) 0%,transparent 50%);pointer-events:none;z-index:2}.hero__visual-gradient{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(transparent,var(--bg-primary));z-index:3;pointer-events:none}.app-mock{display:flex;flex-direction:column;overflow:hidden}.app-mock__bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff08;border-bottom:1px solid var(--border-subtle)}.app-mock__dots{display:flex;gap:6px}.app-mock__dot{width:10px;height:10px;border-radius:50%}.app-mock__dot--r{background:#ff5f57}.app-mock__dot--y{background:#febc2e}.app-mock__dot--g{background:#28c840}.app-mock__bar-title{flex:1;font-size:11px;font-weight:600;color:var(--text-tertiary);text-align:center}.app-mock__bar-status{display:flex;align-items:center;gap:5px;font-size:10px;color:#28c840;font-weight:600}.app-mock__bar-dot{width:6px;height:6px;border-radius:50%;background:#28c840;animation:pulse-dot 2s ease-in-out infinite}.app-mock__body{display:flex;height:280px}.app-mock__sidebar{width:48px;background:#ffffff05;border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:8px}.app-mock__nav-item{width:32px;height:32px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:background .2s}.app-mock__nav-item--active{background:#6c487d4d}.app-mock__main{flex:1;display:flex;flex-direction:column;overflow:hidden}.app-mock__topbar{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border-subtle)}.app-mock__search{flex:1;font-size:11px;color:var(--text-tertiary);background:#ffffff0a;border-radius:var(--radius-sm);padding:6px 10px}.app-mock__chip{font-size:9px;font-weight:700;padding:3px 8px;border-radius:var(--radius-pill);background:#6c487d40;color:var(--brand-light);white-space:nowrap}.app-mock__chip--green{background:#28c84026;color:#28c840}.app-mock__feed{flex:1;overflow:hidden;display:flex;flex-direction:column}.app-mock__feed-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px 4px}.app-mock__feed-title{font-size:10px;font-weight:700;color:#fff6;text-transform:uppercase;letter-spacing:.06em}.app-mock__feed-count{font-size:10px;color:var(--brand-light);font-weight:600}.app-mock__items{display:flex;flex-direction:column;gap:2px;padding:0 8px 8px;overflow:hidden}.app-mock__item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:var(--radius-sm);background:#ffffff08;border:1px solid var(--border-subtle);transition:all .3s}.app-mock__item-img{width:28px;height:28px;border-radius:4px;flex-shrink:0}.app-mock__item-info{flex:1;min-width:0}.app-mock__item-name{font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-mock__item-meta{font-size:9px;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-mock__item-price{font-size:12px;font-weight:800;color:var(--brand-light);flex-shrink:0}.app-mock__item-badge{font-size:8px;font-weight:700;padding:2px 6px;border-radius:var(--radius-pill);flex-shrink:0}.app-mock__item-badge--new{background:#6c487d40;color:var(--brand-light)}.app-mock__item-badge--bought{background:#28c84026;color:#28c840}.app-mock__item-badge--alert{background:#fbbf2426;color:#fbbf24}.app-mock__statusbar{display:flex;gap:12px;padding:8px 12px;border-top:1px solid var(--border-subtle);background:#ffffff05}.app-mock__status-item{font-size:10px;color:var(--text-tertiary);display:flex;align-items:center;gap:4px}.app-mock__status-dot{width:6px;height:6px;border-radius:50%;background:#28c840;animation:pulse-dot 2s ease-in-out infinite}.ticker{overflow:hidden;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--bg-secondary);padding:14px 0}.ticker__track{display:flex;gap:40px;width:max-content;animation:ticker-scroll 30s linear infinite}.ticker__item{display:flex;align-items:center;gap:8px;font-size:.85rem;white-space:nowrap;color:var(--text-secondary)}.ticker__item strong{color:var(--text-primary)}.ticker__sep{color:var(--brand-light)}.features{padding:80px 0}.features__header{text-align:center;margin-bottom:56px}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:28px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;flex-direction:column;gap:16px}.feature-card:hover{border-color:#6c487d4d;box-shadow:0 8px 40px #6c487d1f;transform:translateY(-2px)}.feature-card__demo{border-radius:var(--radius-md);overflow:hidden;background:var(--bg-secondary);border:1px solid var(--border-subtle);height:160px;display:flex;align-items:center;justify-content:center;position:relative}.feature-card__title{font-size:1rem;font-weight:800}.feature-card__description{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.demo--autobuy{padding:12px;overflow:hidden;flex-direction:column;justify-content:flex-start;gap:6px}.demo__phone{display:flex;flex-direction:column;gap:4px;width:100%;position:relative}.demo__article{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;background:#ffffff0a;border:1px solid var(--border-subtle);position:relative;opacity:0;animation:articleSlideIn 4s ease-in-out infinite}.demo__article--1{animation-delay:0s}.demo__article--2{animation-delay:1.3s}.demo__article--3{animation-delay:2.6s}.demo__article-img{width:28px;height:28px;border-radius:4px;flex-shrink:0;background:linear-gradient(135deg,#6c487d,#a678c0)}.demo__article-info{flex:1;min-width:0}.demo__article-brand{font-size:9px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demo__article-price{font-size:.65rem;color:var(--brand-light);font-weight:700}.demo__buy-badge{font-size:7px;font-weight:800;padding:2px 6px;border-radius:20px;background:#28c84026;color:#28c840;white-space:nowrap;position:absolute;right:8px;top:50%;transform:translateY(-50%);opacity:0;animation:badgePop 4s ease-in-out infinite}.demo__article--1 .demo__buy-badge{animation-delay:.5s}.demo__article--2 .demo__buy-badge{animation-delay:1.8s}.demo__article--3 .demo__buy-badge{animation-delay:3.1s}.demo__speed-badge{position:absolute;bottom:8px;right:8px;font-size:9px;font-weight:800;padding:3px 8px;border-radius:20px;background:#6c487d4d;color:var(--brand-light)}.demo--detection{position:relative}.demo__target{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.demo__crosshair{position:relative;width:70px;height:70px}.demo__crosshair-h{position:absolute;top:50%;left:0;right:0;height:1px;background:var(--brand-light);transform:translateY(-50%)}.demo__crosshair-v{position:absolute;left:50%;top:0;bottom:0;width:1px;background:var(--brand-light);transform:translate(-50%)}.demo__crosshair-ring{position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:1px solid var(--brand-light);border-radius:50%;animation:sniperLock 3s ease-in-out infinite}.demo__crosshair-ring--2{top:15px;right:15px;bottom:15px;left:15px;animation-delay:-.5s;border-color:#a678c066}.demo__target-label{text-align:center}.demo__target-label span{display:block;font-size:9px;color:var(--text-tertiary)}.demo__target-price{display:block;font-size:.85rem;font-weight:800;color:var(--brand-light)}.demo__locked{font-size:8px;font-weight:800;padding:3px 8px;background:#28c8401f;color:#28c840;border-radius:20px}.demo--alerts{padding:12px}.demo__chat{display:flex;flex-direction:column;gap:6px;width:100%}.demo__msg{max-width:85%;padding:7px 11px;border-radius:12px;font-size:9.5px;line-height:1.4;opacity:0;animation:msgIn 6s ease-in-out infinite}.demo__msg--in{background:#ffffff12;align-self:flex-start;border-bottom-left-radius:2px}.demo__msg--out{background:#6c487d4d;align-self:flex-end;border-bottom-right-radius:2px;color:#e0ccff}.demo__msg--1{animation-delay:0s}.demo__msg--2{animation-delay:1.5s}.demo__msg--3{animation-delay:3s}.demo__typing{display:flex;gap:3px;align-items:center;padding:6px 10px;background:#ffffff0d;border-radius:10px;width:fit-content;opacity:0;animation:msgIn 6s ease-in-out infinite;animation-delay:4.5s}.demo__typing span{width:4px;height:4px;border-radius:50%;background:var(--text-tertiary);animation:typingDot .8s ease-in-out infinite}.demo__typing span:nth-child(2){animation-delay:.15s}.demo__typing span:nth-child(3){animation-delay:.3s}.demo--filters{flex-direction:column;gap:8px;padding:16px}.demo__filter-row{display:flex;align-items:center;gap:8px;opacity:0;animation:laneAppear 5s ease-in-out infinite}.demo__filter-row--1{animation-delay:0s}.demo__filter-row--2{animation-delay:1.5s}.demo__filter-row--3{animation-delay:3s}.demo__filter-label{font-size:9px;font-weight:700;color:var(--text-tertiary);width:30px;flex-shrink:0;text-transform:uppercase}.demo__filter-chip{font-size:9px;font-weight:600;padding:3px 8px;border-radius:var(--radius-pill);background:#6c487d33;color:var(--brand-light);border:1px solid rgba(108,72,125,.3)}.demo--stats{flex-direction:column;gap:12px;padding:16px}.demo__chart{display:flex;align-items:flex-end;gap:5px;height:80px}.demo__bar{width:100%;background:#6c487d33;border-radius:3px 3px 0 0;height:0;animation:barGrow 4s ease-in-out infinite}.demo__bar--highlight{background:#6c487d99}.demo__bar:nth-child(1){animation-delay:0s}.demo__bar:nth-child(2){animation-delay:.1s}.demo__bar:nth-child(3){animation-delay:.2s}.demo__bar:nth-child(4){animation-delay:.3s}.demo__bar:nth-child(5){animation-delay:.4s}.demo__bar:nth-child(6){animation-delay:.5s}.demo__bar:nth-child(7){animation-delay:.6s}.demo__stats-row{display:flex;gap:16px}.demo__mini-stat{font-size:9px;color:var(--text-secondary)}.demo__up{color:#28c840}.demo--countries{flex-direction:column;gap:8px;padding:16px}.demo__lanes{display:flex;flex-direction:column;gap:8px;width:100%}.demo__lane{display:flex;align-items:center;gap:10px;opacity:0;animation:laneAppear 5s ease-in-out infinite}.demo__lane--1{animation-delay:0s}.demo__lane--2{animation-delay:1.5s}.demo__lane--3{animation-delay:3s}.demo__flag{font-size:16px}.demo__progress{flex:1;height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.demo__progress-bar{height:100%;background:var(--brand-gradient);border-radius:2px;transform-origin:left;animation:progressFill 5s ease-in-out infinite}.demo__progress-bar--1{animation-delay:.5s}.demo__progress-bar--2{animation-delay:2s}.demo__progress-bar--3{animation-delay:3.5s}.demo__cop-badge{font-size:9px;font-weight:700;padding:2px 8px;border-radius:20px;background:#28c8401f;color:#28c840}.demo--feed{flex-direction:column;gap:8px;padding:14px;position:relative}.demo__feed-list{display:flex;flex-direction:column;gap:8px;width:100%}.demo__feed-item{display:flex;align-items:center;gap:10px;background:#ffffff0a;border-radius:10px;padding:8px 10px;border:1px solid rgba(255,255,255,.06);opacity:0;animation:feedSlide 4s ease-in-out infinite}.demo__feed-item--1{animation-delay:0s}.demo__feed-item--2{animation-delay:1.2s}.demo__feed-item--3{animation-delay:2.4s}@keyframes feedSlide{0%,to{opacity:0;transform:translate(-8px)}15%,80%{opacity:1;transform:translate(0)}}.demo__feed-dot{width:7px;height:7px;border-radius:50%;background:#28c840;flex-shrink:0;box-shadow:0 0 6px #28c840}.demo__feed-info{flex:1;display:flex;flex-direction:column;gap:2px}.demo__feed-brand{font-size:10px;font-weight:600;color:var(--text-primary)}.demo__feed-price{font-size:9px;color:var(--text-tertiary)}.demo__feed-badge{font-size:9px;font-weight:700;color:var(--brand-light);background:#6c487d33;padding:2px 7px;border-radius:20px;flex-shrink:0}.demo--autocop{flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px;text-align:center}.demo__autocop-status{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#28c840}.demo__autocop-dot{width:8px;height:8px;border-radius:50%;background:#28c840;animation:pulse 1.5s ease-in-out infinite;box-shadow:0 0 8px #28c840}.demo__autocop-detect{font-size:10px;color:var(--text-tertiary);animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:.4}50%{opacity:1}}.demo__autocop-result{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--text-primary);opacity:0;animation:fadeInUp 3s ease-in-out infinite 1.5s}.demo__autocop-check{font-size:16px}.demo__autocop-by{font-size:9px;color:var(--text-tertiary);opacity:0;animation:fadeInUp 3s ease-in-out infinite 1.8s}@keyframes fadeInUp{0%,to{opacity:0;transform:translateY(6px)}30%,80%{opacity:1;transform:translateY(0)}}.demo--security{flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px;text-align:center}.demo__sec-big-stat{font-size:36px;font-weight:800;background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.demo__sec-big-label{font-size:9px;color:var(--text-tertiary);max-width:120px;line-height:1.4}.demo__sec-badges{display:flex;flex-direction:column;gap:5px;margin-top:4px}.demo__sec-badge{font-size:9px;font-weight:600;color:#28c840;background:#28c8401a;border:1px solid rgba(40,200,64,.2);padding:3px 10px;border-radius:20px}.demo--community{flex-direction:column;align-items:center;gap:8px;padding:14px}.demo__community-count{font-size:32px;font-weight:800;background:var(--brand-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.demo__community-label{font-size:9px;color:var(--text-tertiary);margin-bottom:4px}.demo__chat--community .demo__msg{background:#6c487d26;border:1px solid rgba(108,72,125,.2);align-self:flex-start}.demo__chat--community .demo__msg--1{animation-delay:0s}.demo__chat--community .demo__msg--2{animation-delay:.8s}.demo__chat--community .demo__msg--3{animation-delay:1.6s}.demo__confirm{display:flex;align-items:center;gap:8px;margin-top:8px;background:#28c84014;border:1px solid rgba(40,200,64,.2);border-radius:8px;padding:8px 12px;animation:confirmPop 4s ease-in-out infinite 1.5s;opacity:0}.demo__confirm-icon{color:#28c840;font-size:14px}.demo__confirm-text{font-size:9px;font-weight:600;color:#28c840}@keyframes confirmPop{0%,to{opacity:0;transform:scale(.95)}20%,80%{opacity:1;transform:scale(1)}}.demo__filter-results{font-size:10px;font-weight:700;color:var(--brand-light);margin-top:4px}.pricing__header{text-align:center;margin-bottom:48px}.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.pricing-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}.pricing-card:hover{border-color:#6c487d4d}.pricing-card--featured{border-color:#6c487d66;box-shadow:var(--shadow-glow),0 0 0 1px #6c487d33;background:linear-gradient(180deg,rgba(108,72,125,.08) 0%,var(--bg-card) 60%)}.pricing-card__badge{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-light);background:#6c487d26;border:1px solid rgba(108,72,125,.25);padding:4px 10px;border-radius:var(--radius-pill);margin-bottom:12px;width:fit-content}.pricing-card__name{font-size:1.3rem;font-weight:800;margin-bottom:4px}.pricing-card__desc{font-size:.8rem;color:var(--text-tertiary);margin-bottom:20px}.pricing-card__price{display:flex;align-items:baseline;gap:2px;margin-bottom:4px}.pricing-card__currency{font-size:1.5rem;font-weight:800;color:var(--text-primary)}.pricing-card__amount{font-size:3rem;font-weight:900;line-height:1;letter-spacing:-.02em}.pricing-card--featured .pricing-card__amount,.pricing-card--featured .pricing-card__currency{color:#fff}.pricing-card__period{font-size:.8rem;color:var(--text-tertiary);margin-left:4px}.pricing-card__trial{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:var(--brand-light);background:#6c487d1a;border:1px solid rgba(108,72,125,.2);padding:4px 10px;border-radius:var(--radius-pill);margin-bottom:20px;width:fit-content}.pricing-card__divider{width:100%;height:1px;background:var(--border-subtle);margin:20px 0}.pricing-card__features{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;flex:1}.pricing-card__feature{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:var(--text-secondary)}.pricing-card__feature-icon{flex-shrink:0;color:var(--brand-light);font-weight:700;margin-top:1px}.pricing-card__cta{width:100%;text-align:center;display:block;margin-top:auto}.pricing-card--enterprise{border-style:dashed;border-color:#ffffff1a;background:transparent}.pricing-card--enterprise .pricing-card__amount{font-size:2rem}.pricing__reassurance{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:40px;flex-wrap:wrap}.pricing__reassurance-item{display:flex;align-items:center;gap:8px;font-size:.825rem;color:var(--text-tertiary)}.pricing__reassurance-item span:first-child{font-size:1rem}.faq__header{text-align:center;margin-bottom:48px}.faq__list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;background:var(--bg-card)}.faq-item__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;font-size:.95rem;font-weight:700;color:var(--text-primary);text-align:left;gap:16px;transition:background .2s}.faq-item__question:hover{background:#ffffff08}.faq-item__icon{font-size:1.3rem;font-weight:300;color:var(--brand-light);transition:transform .3s;flex-shrink:0;line-height:1}.faq-item.active .faq-item__icon{transform:rotate(45deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-item__answer{max-height:200px}.faq-item__answer-inner{padding:0 24px 20px;font-size:.9rem;color:var(--text-secondary);line-height:1.7}.footer{border-top:1px solid var(--border-subtle);padding:32px 0}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer__copyright{font-size:.8rem;color:var(--text-tertiary)}.footer__legal{display:flex;gap:24px}.footer__legal a{font-size:.8rem;color:var(--text-tertiary);transition:color .2s}.footer__legal a:hover{color:var(--text-secondary)}.page-width{max-width:1200px;margin:0 auto;padding:0 24px}.page-width--narrow{max-width:760px;margin:0 auto;padding:0 24px}.main-page-title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;letter-spacing:-.02em;margin-bottom:24px;margin-top:64px}.rte{color:var(--text-secondary);line-height:1.75;padding-bottom:80px}.rte h2{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:32px 0 10px}.rte h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin:24px 0 8px}.rte p{margin:0 0 14px}.rte ul,.rte ol{padding-left:20px;margin:0 0 14px}.rte ul{list-style:disc}.rte ol{list-style:decimal}.rte li{margin-bottom:6px}.rte a{color:var(--brand-light);text-decoration:underline}.rte strong{color:var(--text-primary)}.rte .muted{font-size:.85rem;color:var(--text-tertiary);margin-bottom:24px}.page-content{padding:120px 24px 80px}.page-content__inner{max-width:760px;margin:0 auto}.page-content__title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:900;color:var(--text-primary);margin-bottom:40px}.page-content__body{color:var(--text-secondary);line-height:1.75;font-size:1rem}.page-content__body h2{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:36px 0 12px}.page-content__body p{margin-bottom:16px}.page-content__body ul{padding-left:20px;margin-bottom:16px}.page-content__body li{margin-bottom:8px}.page-content__body a{color:var(--brand-light);text-decoration:underline}.page-content__body strong{color:var(--text-primary);font-weight:600}.template-404{text-align:center;padding:120px 24px 80px}.template-404 .title{font-size:clamp(2rem,5vw,3rem);font-weight:900;margin-bottom:16px}.template-404 .button{display:inline-flex;align-items:center;padding:12px 28px;background:var(--brand-gradient);color:#fff;border-radius:var(--radius-pill);font-weight:700;text-decoration:none;margin-top:16px}@media(max-width:1024px){.features__grid,.pricing__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar__inner{display:flex}.navbar__links,.navbar__actions{display:none}.navbar__mobile-cta{display:flex}.features__grid,.pricing__grid{grid-template-columns:1fr}.section-title{font-size:1.7rem}.pricing-card{padding:24px}.hero{padding:100px 24px 60px;gap:48px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/vinti.css.map */
