:root{--bg: #0a0518;--bg2: #1a0b35;--card: rgba(255, 255, 255, .05);--card2: rgba(255, 255, 255, .07);--text: rgba(255, 255, 255, .95);--muted: rgba(255, 255, 255, .7);--muted2: rgba(255, 255, 255, .5);--accent: #e040fb;--accent2: #7c4dff;--pink: #ff4081;--border: rgba(255, 255, 255, .08);--glow: rgba(224, 64, 251, .5)}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(224,64,251,.25),transparent 50%),radial-gradient(ellipse 80% 60% at 80% 20%,rgba(124,77,255,.2),transparent 50%),radial-gradient(ellipse 60% 50% at 20% 80%,rgba(224,64,251,.1),transparent 50%),linear-gradient(180deg,var(--bg),var(--bg2));background-attachment:fixed;min-height:100vh}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes glow{0%,to{box-shadow:0 0 20px #e040fb66}50%{box-shadow:0 0 35px #e040fb99}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.grid3>*:nth-child(1),.grid4>*:nth-child(1){animation-delay:.05s}.grid3>*:nth-child(2),.grid4>*:nth-child(2){animation-delay:.15s}.grid3>*:nth-child(3),.grid4>*:nth-child(3){animation-delay:.25s}.grid4>*:nth-child(4){animation-delay:.35s}.page{min-height:100vh;animation:fadeIn .35s ease-out}.pageCenter{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;animation:fadeIn .3s ease-out}.hero{padding:70px 20px 50px;text-align:center;max-width:900px;margin:0 auto;animation:fadeInUp .7s ease-out}.pill{display:inline-flex;gap:6px;align-items:center;padding:8px 16px;border:1px solid rgba(224,64,251,.4);background:#e040fb1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px;font-size:12px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;animation:fadeIn .5s ease-out .1s backwards}.heroTitle{margin:24px 0 18px;font-size:clamp(32px,6vw,56px);line-height:1.1;letter-spacing:-.02em;font-weight:700;animation:fadeInUp .7s ease-out .15s backwards}.accent{background:linear-gradient(90deg,var(--accent),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}.heroSub{margin:0 auto;max-width:680px;font-size:16px;line-height:1.7;color:var(--muted);animation:fadeInUp .7s ease-out .25s backwards}.statsRow{display:flex;justify-content:center;gap:48px;margin-top:36px;flex-wrap:wrap;animation:fadeInUp .7s ease-out .35s backwards}.statItem{display:flex;flex-direction:column;align-items:center;gap:6px}.statIcon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#e040fb33,#7c4dff26);border:1px solid rgba(224,64,251,.3);display:flex;align-items:center;justify-content:center;color:var(--accent);transition:all .3s ease}.statItem:hover .statIcon{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #e040fb59}.statValue{font-size:26px;font-weight:800;color:var(--text)}.statLabel{font-size:11px;color:var(--muted2);text-transform:uppercase;letter-spacing:.08em}.section{max-width:1080px;margin:0 auto;padding:50px 20px}.section.alt{background:#ffffff05;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sectionKicker{text-align:center;color:#000;letter-spacing:.15em;font-weight:700;font-size:15px;margin-bottom:16px;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;padding:10px 20px;border-radius:25px;border:2px solid #000}.sectionTitle{text-align:center;margin:0 0 10px;font-size:28px;font-weight:700;letter-spacing:-.01em}.sectionSub{text-align:center;margin:0 auto 24px;max-width:640px;color:var(--muted);line-height:1.65;font-size:15px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media (max-width: 800px){.grid3{grid-template-columns:1fr;gap:16px}}.grid4{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 600px){.grid4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1000px){.grid4{grid-template-columns:repeat(4,1fr);gap:16px}}.card{border:1px solid var(--border);background:#ffffff0a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;padding:20px;transition:all .25s ease;animation:fadeInUp .6s ease-out backwards}.card:hover{transform:translateY(-5px);border-color:#e040fb59;box-shadow:0 20px 40px #00000059,0 0 0 1px #e040fb1a;background:#ffffff0f}.cardIcon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#e040fb40,#7c4dff2e);border:1px solid rgba(224,64,251,.35);margin-bottom:14px;color:var(--accent);transition:all .25s ease}.card:hover .cardIcon{transform:scale(1.08);box-shadow:0 6px 18px #e040fb59}.cardTitle{margin:0 0 8px;font-size:17px;font-weight:700}.cardBody{margin:0 0 14px;color:var(--muted);line-height:1.6;font-size:14px}.cardMeta{display:flex;justify-content:space-between;gap:10px;color:var(--muted2);font-size:12px}.testimonialsSection{padding:60px 20px;background:linear-gradient(180deg,#501e7866,#3c146480)}.testimonialsSectionTitle{text-align:center;margin:0 0 10px;font-size:36px;font-weight:700;letter-spacing:-.01em}.testimonialsSectionSub{text-align:center;margin:0 auto 40px;max-width:640px;color:var(--muted);line-height:1.65;font-size:16px}.testimonialsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto}@media (max-width: 900px){.testimonialsGrid{grid-template-columns:1fr;max-width:500px}}.testimonialCardNew{background:#50287880;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:20px;transition:all .3s ease;animation:fadeInUp .6s ease-out backwards}.testimonialCardNew:nth-child(1){animation-delay:.1s}.testimonialCardNew:nth-child(2){animation-delay:.2s}.testimonialCardNew:nth-child(3){animation-delay:.3s}.testimonialCardNew:hover{transform:translateY(-4px);border-color:#e040fb4d;box-shadow:0 15px 40px #0000004d}.testimonialContent{position:relative;flex:1}.testimonialQuote{margin:0;color:var(--text);line-height:1.7;font-size:15px;font-style:italic;padding-right:30px}.testimonialQuoteIcon{position:absolute;top:0;right:0;font-size:48px;font-family:Georgia,serif;color:#e040fb66;line-height:1}.testimonialAuthor{display:flex;align-items:center;gap:12px}.testimonialAvatar{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(224,64,251,.5)}.testimonialInfo{display:flex;flex-direction:column;gap:2px}.testimonialAuthorName{font-weight:700;color:var(--text);font-size:14px}.testimonialAuthorCity{color:var(--muted2);font-size:12px}.testimonialCard{display:flex;flex-direction:column}.avatar{width:44px;height:44px;border-radius:50%;border:2px solid rgba(224,64,251,.4);background:linear-gradient(135deg,#e040fb59,#7c4dff40);margin-bottom:12px;position:relative;overflow:hidden}.avatar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.35),transparent 55%)}.quote{margin:0 0 14px;color:var(--text);line-height:1.6;font-size:14px;font-style:italic}.testimonialMeta{flex-direction:column;align-items:flex-start;gap:2px}.testimonialName{font-weight:700;color:var(--text);font-size:14px}.ctaBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:380px;margin:14px auto 10px;padding:15px 28px;border-radius:50px;border:none;background:linear-gradient(90deg,var(--accent),var(--pink));color:#fff;font-weight:700;font-size:14px;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;position:relative;overflow:hidden;transition:all .2s ease;box-shadow:0 4px 20px #e040fb73,0 0 40px #e040fb33}.ctaBtn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:translate(-100%);transition:transform .4s ease}.ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #e040fb8c,0 0 60px #e040fb4d}.ctaBtn:hover:before{transform:translate(100%)}.ctaBtn:active{transform:translateY(0) scale(.98);box-shadow:0 2px 12px #e040fb66}.ctaBtnLarge{padding:18px 36px;font-size:15px;max-width:320px}.pillRow{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:12px}.miniPill{font-size:12px;color:var(--muted);border:1px solid var(--border);background:#ffffff0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px;padding:8px 14px;transition:all .2s ease}.miniPill:hover{border-color:#e040fb59;background:#e040fb1a}.benefitsPills{display:flex;justify-content:center;gap:12px;margin-top:18px;flex-wrap:wrap}.benefitPill{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border:1px solid var(--border);background:#ffffff0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px;font-size:12px;color:var(--muted);transition:all .2s ease}.benefitPill:hover{border-color:#e040fb66;background:#e040fb1f;color:var(--text);transform:translateY(-1px)}.benefitTag,.featureTag{display:inline-block;padding:6px 12px;background:#e040fb26;border:1px solid rgba(224,64,251,.3);border-radius:50px;font-size:11px;color:var(--accent);font-weight:600;margin-top:auto;width:-moz-fit-content;width:fit-content;transition:all .2s ease}.card:hover .benefitTag,.card:hover .featureTag{background:#e040fb40;border-color:#e040fb73}.topbar{width:100%;max-width:800px;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;animation:fadeIn .35s ease-out}.linkBtn{border:none;background:#ffffff0f;color:var(--muted);cursor:pointer;font-weight:600;padding:10px 14px;border-radius:10px;font-size:14px;transition:all .2s ease}.linkBtn:hover{color:var(--text);background:#ffffff1a}.internalTopbar{padding:18px 20px;max-width:1080px;margin:0 auto;animation:fadeIn .3s ease-out}.progressWrap{display:flex;align-items:center;gap:10px}.progressTrack{width:130px;height:6px;border-radius:50px;background:#ffffff1a;border:none;overflow:hidden}.progressTrack.big{width:280px;height:8px}.progressFill{height:100%;width:0%;background:linear-gradient(90deg,var(--accent),var(--pink));border-radius:50px;transition:width .12s ease-out;position:relative}.progressFill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:shimmer 1.8s infinite;background-size:200% 100%}.progressText{font-size:12px;color:var(--muted2);font-weight:600}.stepsIndicator{display:flex;gap:8px}.stepDot{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:2px solid var(--border);background:#ffffff0d;color:var(--muted2);transition:all .25s ease}.stepDot.active{border-color:#e040fb80;background:#e040fb26;color:var(--accent)}.stepDot.current{border-color:var(--accent);background:linear-gradient(135deg,var(--accent),var(--pink));color:#fff;box-shadow:0 0 20px #e040fb80;animation:glow 2s ease-in-out infinite}.stepCard{width:100%;max-width:800px;border:1px solid var(--border);background:#ffffff0d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;padding:24px;animation:fadeInUp .45s ease-out}.stepKicker{color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.12em;margin-bottom:8px;text-transform:uppercase}.stepTitle{margin:0 0 12px;font-size:22px;line-height:1.25;font-weight:700}.stepSub{color:var(--muted);margin:0 0 22px;line-height:1.65;font-size:14px}.options{display:grid;gap:10px}.optionBtn{text-align:left;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);cursor:pointer;font-size:14px;transition:all .2s ease}.optionBtn:hover{transform:translateY(-2px);border-color:#e040fb66;background:#e040fb1f;box-shadow:0 8px 20px #00000040}.optionBtn:active{transform:translateY(0) scale(.99)}.platformGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}@media (min-width: 600px){.platformGrid{grid-template-columns:repeat(4,1fr)}}.platformCard{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 14px;border:1px solid var(--border);background:#ffffff0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;cursor:pointer;transition:all .2s ease}.platformCard:hover{border-color:#e040fb66;background:#e040fb1a;transform:translateY(-4px);box-shadow:0 12px 30px #0000004d}.platformCard.selected{border-color:var(--accent);background:#e040fb2e;box-shadow:0 0 25px #e040fb59}.platformIcon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#e040fb38,#7c4dff26);border:1px solid rgba(224,64,251,.35);display:flex;align-items:center;justify-content:center;color:var(--accent);transition:all .25s ease}.platformCard:hover .platformIcon{transform:scale(1.08);box-shadow:0 6px 18px #e040fb59}.platformName{font-weight:700;font-size:14px}.platformDesc{font-size:11px;color:var(--muted2)}.loadingCard,.resultCard{width:100%;max-width:680px;border:1px solid var(--border);background:#ffffff0d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;padding:28px 22px;text-align:center;animation:fadeInUp .45s ease-out}.loadingTitle{font-weight:800;font-size:18px;margin-bottom:6px}.loadingSub{color:var(--muted);margin:0 0 18px;font-size:14px}.loadingFoot{margin-top:10px;color:var(--accent);font-size:14px;font-weight:700}.badgeOk{width:52px;height:52px;border-radius:50%;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-weight:900;background:linear-gradient(135deg,var(--accent),var(--pink));color:#fff;animation:float 2.5s ease-in-out infinite}.resultTitle{margin:0 0 10px;font-size:24px;font-weight:700}.resultBody{margin:0 auto 18px;max-width:520px;color:var(--muted);line-height:1.65;font-size:14px}.benefits{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:8px;color:var(--muted)}.benefits li{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background:#ffffff0a;border-radius:10px;font-size:14px;transition:all .2s ease}.benefits li:hover{background:#e040fb1a}.microcopy{margin-top:10px;color:var(--muted2);font-size:12px}.demoPreview{padding:22px;border:1px solid var(--border);background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;margin-bottom:22px}.demoLink{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:14px;flex-wrap:wrap}.demoLinkUrl{padding:8px 16px;background:#7c4dff26;border:1px solid rgba(124,77,255,.3);border-radius:10px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:12px;color:var(--accent2)}.demoLinkDest{padding:8px 16px;background:#e040fb26;border:1px solid rgba(224,64,251,.3);border-radius:10px;font-size:12px;color:var(--accent)}.demoNote{margin:0;color:var(--muted2);font-size:12px}.capturePreview{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:22px}.captureItem{display:flex;align-items:center;gap:10px;padding:14px;border:1px solid var(--border);background:#ffffff0a;border-radius:12px;font-size:13px;color:var(--muted);transition:all .2s ease}.captureItem:hover{border-color:#e040fb59;background:#e040fb1a;transform:translateY(-2px)}.captureIcon{font-size:18px}.resultPreview{padding:24px;border:1px solid rgba(124,77,255,.25);background:linear-gradient(135deg,#7c4dff1f,#e040fb14);border-radius:18px;margin-bottom:22px}.resultBadge{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--pink));display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:#fff;box-shadow:0 8px 25px #e040fb73;animation:float 2.5s ease-in-out infinite}.resultNote{margin:0;color:var(--muted);line-height:1.65;font-size:14px}.ctaSection{padding:70px 20px}.ctaCard{max-width:680px;margin:0 auto;text-align:center;padding:44px 28px;border:1px solid rgba(224,64,251,.2);background:#ffffff0a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:24px;position:relative;overflow:hidden}.ctaCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% -10%,rgba(224,64,251,.18),transparent 55%);pointer-events:none}.ctaTitle{margin:0 0 14px;font-size:32px;font-weight:700;letter-spacing:-.01em;position:relative}.ctaSub{margin:0 auto 26px;max-width:480px;color:var(--muted);line-height:1.65;font-size:15px;position:relative}.ctaTags{display:flex;justify-content:center;gap:18px;margin-top:22px;flex-wrap:wrap;position:relative}.ctaTag{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);transition:color .2s ease}.ctaTag:hover{color:var(--text)}.benefitCard,.featureCard{display:flex;flex-direction:column}.newsCard{border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:18px;cursor:pointer;transition:all .3s ease;animation:fadeInUp .6s ease-out backwards;position:relative;min-height:200px;display:flex;flex-direction:column}.newsCard:nth-child(1){background:linear-gradient(160deg,#781e32d9,#3c0f23e6)}.newsCard:nth-child(2){background:linear-gradient(160deg,#501946d9,#280c2de6)}.newsCard:nth-child(3){background:linear-gradient(160deg,#2d235ad9,#191237e6)}.newsCard:hover{transform:translateY(-4px);border-color:#fff3;box-shadow:0 15px 40px #00000080,0 0 0 1px #ffffff14}.newsCardHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.newsCardIcon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:14px;transition:transform .25s ease}.newsCard:hover .newsCardIcon{transform:scale(1.1)}.newsCardArrow{color:var(--muted2);opacity:.5;transition:all .25s ease}.newsCard:hover .newsCardArrow{opacity:1;color:var(--accent);transform:translate(3px)}.newsCardTitle{margin:0 0 8px;font-size:16px;font-weight:700;line-height:1.3}.newsCardBody{margin:0 0 12px;color:var(--muted);line-height:1.5;font-size:13px;flex:1}.newsCardMeta{display:flex;justify-content:space-between;align-items:center;color:var(--muted2);font-size:11px;margin-top:auto}.newsCardMeta span{display:flex;align-items:center;gap:4px}.newsArticleOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;overflow-y:auto;animation:fadeIn .3s ease-out;padding:20px}.newsArticle{max-width:800px;margin:0 auto;background:linear-gradient(180deg,#1a0a25,#0d0515);border-radius:24px;padding:0;animation:fadeInUp .4s ease-out;overflow:hidden}.articleHeader{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.06)}.articleBack{display:flex;align-items:center;gap:8px;background:none;border:none;color:var(--muted);font-size:14px;cursor:pointer;transition:color .2s ease}.articleBack:hover{color:var(--text)}.articleExclusive{padding:6px 14px;background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:6px;font-size:11px;font-weight:700;color:#ef4444;letter-spacing:.05em}.articleMeta{display:flex;align-items:center;gap:14px;padding:16px 24px}.articleTag{padding:6px 14px;background:#ef4444e6;border-radius:6px;font-size:11px;font-weight:700;color:#fff}.articleTime{color:var(--muted2);font-size:13px}.articleTitle{margin:0;padding:0 24px;font-size:clamp(26px,5vw,36px);font-weight:800;line-height:1.2;letter-spacing:-.02em}.articleSubtitle{margin:16px 0 0;padding:0 24px;color:var(--muted);line-height:1.65;font-size:16px}.articleAuthor{display:flex;align-items:center;gap:14px;padding:24px;flex-wrap:wrap}.authorAvatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--pink));display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:18px}.authorInfo{display:flex;flex-direction:column;gap:2px}.authorName{font-weight:700;font-size:15px}.authorRole{color:var(--muted2);font-size:13px}.articleStats{display:flex;gap:18px;margin-left:auto}.articleStats span{display:flex;align-items:center;gap:5px;color:var(--muted2);font-size:13px}.articleBanner{margin:24px;padding:50px 24px;background:linear-gradient(135deg,#c62828,#8e0000);border-radius:18px;text-align:center}.bannerIcon{color:#ffffffe6;margin-bottom:16px}.bannerTitle{margin:0 0 10px;font-size:clamp(28px,5vw,40px);font-weight:800}.bannerSub{margin:0;color:#fffc;font-size:15px}.articleDiscovery{margin:0 24px;padding:24px;border-left:4px solid #e040fb;background:#e040fb14;border-radius:0 12px 12px 0}.discoveryBadge{display:inline-flex;align-items:center;gap:8px;color:var(--pink);font-size:12px;font-weight:700;letter-spacing:.05em;margin-bottom:12px}.discoveryText{margin:0;color:var(--muted);line-height:1.65;font-size:15px}.articleResearch{padding:32px 24px}.researchTitle{margin:0 0 16px;font-size:24px;font-weight:700}.researchQuote{margin:0 0 28px;color:var(--muted);line-height:1.7;font-size:15px}.statsTitle{margin:0 0 18px;font-size:17px;font-weight:700}.statsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.statBadge{display:flex;align-items:center;gap:12px}.statNumber{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:800;font-size:15px;color:#fff;flex-shrink:0}.statText{color:var(--muted);font-size:13px;line-height:1.4}.articleSigns{padding:0 24px 32px}.signsTitle{margin:0 0 12px;font-size:22px;font-weight:700}.signsIntro{margin:0 0 22px;color:var(--muted);line-height:1.65;font-size:15px}.alertBox{background:#1e0f28e6;border-radius:14px;padding:22px;border:1px solid rgba(239,68,68,.2)}.alertHeader{display:flex;align-items:center;gap:10px;color:#f87171;font-size:13px;font-weight:700;letter-spacing:.05em;margin-bottom:16px}.alertList{margin:0;padding:0;list-style:none}.alertList li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05);color:var(--muted);font-size:14px;display:flex;align-items:center;gap:10px}.alertList li:before{content:"•";color:var(--muted2)}.alertList li:last-child{border-bottom:none}.articleEmotional{padding:0 24px 32px}.emotionalTitle{margin:0 0 14px;font-size:22px;font-weight:700}.emotionalQuote{margin:0;color:var(--muted);line-height:1.7;font-size:15px}.articleCta{margin:0 24px 24px;padding:36px 28px;background:linear-gradient(160deg,#8232b480,#3c146499);border-radius:20px;text-align:center}.articleCtaPurple{margin:0 24px 24px;padding:36px 28px;background:linear-gradient(160deg,#a03cc8b3,#641e96cc);border-radius:20px;text-align:center}.ctaIcon,.ctaIconGreen{width:68px;height:68px;margin:0 auto 18px;background:#10b98126;border:2px solid rgba(16,185,129,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#10b981}.ctaTitle2{margin:0 0 12px;font-size:26px;font-weight:800}.ctaSub2{margin:0 0 22px;color:var(--muted);line-height:1.65;font-size:15px}.ctaProof{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:10px}.ctaProofIcon{color:#10b981;font-size:16px}.ctaProofText{color:#10b981;font-weight:700;font-size:14px}.ctaDisclaimer{margin:0 0 20px;color:var(--muted2);font-size:13px}.articleTagBlue{padding:6px 14px;background:#ef4444e6;border-radius:6px;font-size:11px;font-weight:700;color:#fff}.articleTagPurple{padding:6px 14px;background:#7c4dffe6;border-radius:6px;font-size:11px;font-weight:700;color:#fff}.articleTitleOrange{color:#ff9800}.authorAvatarImg{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#8e44ad,#3498db);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:14px}.authorRoleBlue{color:#3498db;font-size:13px}.articleBannerRed{margin:24px;padding:50px 24px;background:linear-gradient(135deg,#c62828,#8e0000);border-radius:18px;text-align:center}.articleBannerPurple{margin:24px;padding:50px 24px;background:linear-gradient(135deg,#7c4dff,#9c27b0);border-radius:18px;text-align:center}.bannerIconLocation{width:80px;height:80px;margin:0 auto 20px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffe6}.articleCaption{margin:0;padding:0 24px 24px;color:var(--muted2);font-size:13px;text-align:center}.newsArticleTech{max-width:800px;margin:0 auto;background:linear-gradient(180deg,#0d1a2d,#0a1220);border-radius:24px;padding:0;animation:fadeInUp .4s ease-out;overflow:hidden}.articleTitleBlue{margin:0;padding:0 24px;font-size:clamp(26px,5vw,36px);font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#64b5f6}.authorAvatarTech{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#7c4dff,#e040fb);border:2px solid rgba(124,77,255,.5);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:14px}.authorRolePurple{color:#9c27b0;font-size:13px}.articleBannerBlue{margin:24px;padding:50px 24px;background:linear-gradient(135deg,#1565c0,#0d47a1);border-radius:18px;text-align:center}.bannerIconBlue{width:80px;height:80px;margin:0 auto 20px;background:#ffffff1a;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#ffffffe6}.articleDiscoveryBlue{margin:0 24px 24px;padding:24px;border-left:4px solid #00bcd4;background:#00bcd414;border-radius:0 12px 12px 0}.discoveryBadgeBlue{display:inline-flex;align-items:center;gap:8px;color:#00bcd4;font-size:12px;font-weight:700;letter-spacing:.05em;margin-bottom:12px}.alertBoxBlue{background:#0d1a2de6;border-radius:14px;padding:22px;border:1px solid rgba(0,188,212,.2)}.alertHeaderBlue{display:flex;align-items:center;gap:10px;color:#00bcd4;font-size:13px;font-weight:700;letter-spacing:.05em;margin-bottom:16px}@media (max-width: 600px){.hero{padding:50px 16px 35px}.heroTitle{font-size:28px}.statsRow{gap:28px}.ctaCard{padding:30px 18px}.ctaTitle{font-size:26px}.capturePreview,.statsGrid{grid-template-columns:1fr}.articleStats{margin-left:0;margin-top:10px;width:100%;justify-content:flex-start}.articleBanner{margin:16px;padding:36px 18px}.articleDiscovery{margin:0 16px}.articleResearch,.articleSigns,.articleEmotional{padding-left:16px;padding-right:16px}.articleCta{margin:0 16px 16px;padding:28px 18px}.internalStatsRow{flex-direction:column;gap:16px}.internalFeatures{padding:0 16px}.finalCtaSection{padding:30px 16px}}.internalPage{min-height:100vh;background:radial-gradient(ellipse 100% 80% at 50% 0%,rgba(80,30,120,.4),transparent 50%),linear-gradient(180deg,#0a0518,#12082a);animation:fadeIn .3s ease-out}.internalHeader{display:flex;align-items:center;justify-content:space-between;padding:16px 20px}.backBtn{width:40px;height:40px;border-radius:12px;border:none;background:transparent;color:var(--text);font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.backBtn:hover{background:#ffffff1a}.logoIcon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#e040fb,#ff4081);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #e040fb66}.onlineBadge{display:flex;align-items:center;gap:6px;padding:6px 14px;background:#10b98126;border:1px solid rgba(16,185,129,.3);border-radius:50px;font-size:12px;font-weight:600;color:#10b981}.onlineDot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 2s infinite}.internalHero{padding:30px 20px 50px;text-align:center;max-width:500px;margin:0 auto}.heroPill{display:inline-block;padding:10px 20px;background:linear-gradient(90deg,#e040fb,#ff4081);border-radius:50px;font-size:12px;font-weight:700;color:#fff;letter-spacing:.05em;margin-bottom:24px}.internalHeroTitle{margin:0 0 18px;font-size:clamp(28px,6vw,38px);line-height:1.2;font-weight:800;letter-spacing:-.02em}.accentPink{background:linear-gradient(90deg,#e040fb,#ff4081);-webkit-background-clip:text;background-clip:text;color:transparent}.internalHeroSub{margin:0 auto 30px;color:var(--muted);line-height:1.7;font-size:15px}.internalStatsRow{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.internalStatItem{display:flex;flex-direction:column;align-items:center;gap:4px}.internalStatValue{font-size:28px;font-weight:800;color:var(--text)}.internalStatLabel{font-size:10px;color:var(--muted2);text-transform:uppercase;letter-spacing:.08em}.internalFeatures{padding:0 20px 40px;max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.featureCardNew{border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px;text-align:center;animation:fadeInUp .5s ease-out backwards}.featureCardNew:nth-child(1){animation-delay:.1s}.featureCardNew:nth-child(2){animation-delay:.2s}.featureCardNew:nth-child(3){animation-delay:.3s}.featureCardNew:nth-child(4){animation-delay:.4s}.featureIconNew{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.featureCardTitle{margin:0 0 10px;font-size:18px;font-weight:700}.featureCardDesc{margin:0 0 16px;color:var(--muted);line-height:1.6;font-size:14px}.featureCardTag{display:inline-block;padding:8px 16px;border-radius:50px;font-size:12px;font-weight:600;border:1px solid}.finalCtaSection{padding:20px 20px 60px;max-width:500px;margin:0 auto}.finalCtaCard{background:linear-gradient(160deg,#7832b499,#501e8cb3);border:1px solid rgba(224,64,251,.3);border-radius:24px;padding:40px 24px;text-align:center}.finalCtaIcon{width:72px;height:72px;margin:0 auto 20px;background:linear-gradient(135deg,#e040fb,#ff4081);border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 30px #e040fb66}.finalCtaTitle{margin:0 0 14px;font-size:28px;font-weight:800}.finalCtaSub{margin:0 0 28px;color:var(--muted);line-height:1.7;font-size:15px}.finalCtaBenefits{display:flex;flex-direction:column;gap:12px;margin-top:24px}.finalCtaBenefit{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:14px}.finalCtaBenefit svg{color:var(--muted2)}.demoPage{min-height:100vh;background:radial-gradient(ellipse 100% 80% at 50% 0%,rgba(40,20,80,.5),transparent 50%),linear-gradient(180deg,#0a0518,#0d0820);animation:fadeIn .3s ease-out;padding-bottom:40px}.demoHeader{display:flex;align-items:center;justify-content:space-between;padding:16px 20px}.demoBackBtn{background:none;border:none;color:var(--text);font-size:16px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:opacity .2s ease}.demoBackBtn:hover{opacity:.7}.demoProgress{display:flex;align-items:flex-start;justify-content:center;padding:24px 20px;gap:8px}.demoProgressItem{display:flex;flex-direction:column;align-items:center;position:relative;min-width:70px}.demoStepCircle{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;border:2px solid rgba(255,255,255,.15);background:#ffffff08;color:var(--muted2);transition:all .3s ease;position:relative;z-index:2}.demoStepCircle.active{border-color:#10b98199;background:#10b9811f;color:#10b981}.demoStepCircle.current{border-color:#10b981;background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 0 24px #10b98180,0 4px 12px #10b9814d;transform:scale(1.05)}.demoStepLabel{margin-top:10px;font-size:12px;font-weight:500;color:var(--muted2);text-transform:capitalize;transition:all .3s ease;letter-spacing:.02em}.demoStepLabel.active{color:var(--text);font-weight:600}.demoStepLine{position:absolute;top:21px;left:calc(50% + 22px);width:calc(100% - 36px);height:2px;background:#ffffff1a;z-index:1;border-radius:1px}.demoStepLine.active{background:linear-gradient(90deg,#10b981b3,#10b98166)}.demoContent{padding:0 20px;max-width:500px;margin:0 auto}.demoStepCard{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px;animation:fadeInUp .4s ease-out}.demoStepHeader{display:flex;align-items:center;gap:12px;margin-bottom:8px}.demoStepNumber{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}.demoStepTitle{margin:0;font-size:20px;font-weight:700;flex:1}.demoSimpleBadge{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#10b98126;border:1px solid rgba(16,185,129,.3);border-radius:50px;font-size:11px;font-weight:600;color:#10b981}.demoStepSub{margin:0 0 20px;color:var(--muted);font-size:14px}.demoPlatformList{display:flex;flex-direction:column;gap:12px}.demoPlatformCard{display:flex;align-items:center;gap:14px;padding:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;cursor:pointer;text-align:left;transition:all .25s ease}.demoPlatformCard:hover{background:#ffffff14;border-color:#e040fb4d;transform:translate(4px)}.demoPlatformCard.selected{background:#7c4dff33;border-color:#7c4dffcc;box-shadow:0 0 20px #7c4dff4d}.demoPlatformIcon{width:44px;height:44px;border-radius:12px;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:var(--muted);flex-shrink:0;transition:all .3s ease}.demoPlatformIcon.selected{background:linear-gradient(135deg,#a855f7,#7c4dff);color:#fff;box-shadow:0 4px 15px #a855f766}.demoPlatformInfo{display:flex;flex-direction:column;gap:2px}.demoPlatformName{font-size:15px;font-weight:700;color:var(--text)}.demoPlatformDesc{font-size:13px;color:#10b981}.demoPlatformExample{font-size:12px;color:var(--muted2)}.demoSelectionConfirm{margin-top:16px;padding:16px;background:#10b9811a;border:1px solid rgba(16,185,129,.25);border-radius:14px;animation:fadeInUp .3s ease-out}.demoSelectionInfo{display:flex;align-items:center;gap:12px}.demoSelectionIcon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#a855f7,#7c4dff);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.demoSelectionText{display:flex;flex-direction:column;gap:2px}.demoSelectionTitle{font-size:15px;font-weight:700;color:var(--text)}.demoSelectionSub{font-size:13px;color:var(--muted)}.demoCreateLinkBtn{width:100%;margin-top:16px;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:14px;font-size:16px;font-weight:700;color:var(--muted2);cursor:not-allowed;transition:all .3s ease}.demoCreateLinkBtn.active{background:linear-gradient(135deg,#06b6d4,#0ea5e9);border-color:transparent;color:#fff;cursor:pointer;box-shadow:0 8px 30px #06b6d466}.demoCreateLinkBtn.active:hover{transform:translateY(-2px);box-shadow:0 12px 40px #06b6d480}.demoPreviewCard{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:20px;margin-bottom:20px}.demoLinkFlow{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.demoLinkUrl{padding:8px 14px;background:#7c4dff26;border:1px solid rgba(124,77,255,.3);border-radius:8px;font-family:monospace;font-size:12px;color:var(--accent2)}.demoLinkArrow{color:var(--muted2)}.demoLinkDest{padding:8px 14px;background:#10b98126;border:1px solid rgba(16,185,129,.3);border-radius:8px;font-size:12px;color:#10b981}.demoPreviewNote{margin:0;color:var(--muted2);font-size:13px;text-align:center}.demoLiveBadge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#10b98126;border:1px solid rgba(16,185,129,.3);border-radius:50px;font-size:11px;font-weight:600;color:#10b981}.demoLiveDot{width:6px;height:6px;background:#10b981;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.demoMapSection{margin-bottom:16px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.demoMapImage{position:relative;height:160px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.demoMapOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,transparent 30%,rgba(10,20,15,.8) 100%)}.demoMapPin{position:relative;z-index:2}.demoMapPinPulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#10b98133;border-radius:50%;animation:pulse 2s ease-in-out infinite}.demoMapPinCenter{position:relative;width:20px;height:20px;background:#10b981;border:3px solid #fff;border-radius:50%;box-shadow:0 4px 15px #10b98180}.demoMapCoords{position:absolute;top:12px;right:12px;display:flex;gap:8px;z-index:2}.demoCoordGreen{padding:4px 8px;background:#10b98133;border:1px solid rgba(16,185,129,.4);border-radius:6px;font-size:11px;font-weight:600;color:#10b981;font-family:monospace}.demoCoordPink{padding:4px 8px;background:#ff408133;border:1px solid rgba(255,64,129,.4);border-radius:6px;font-size:11px;font-weight:600;color:#ff4081;font-family:monospace}.demoMapAddress{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#10b98126;color:#10b981;font-size:14px;font-weight:600}.demoDataGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px}.demoDataItem{display:flex;flex-direction:column;gap:4px;padding:14px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px}.demoDataIcon{color:var(--muted2);margin-bottom:4px}.demoDataLabel{font-size:10px;color:var(--muted2);text-transform:uppercase;letter-spacing:.5px}.demoDataValue{font-size:13px;font-weight:700;color:var(--text)}.demoDataValueGreen{font-size:13px;font-weight:700;color:#10b981}.demoDataValueRecording{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#f97316}.demoRecordingDot{width:6px;height:6px;background:#f97316;border-radius:50%;animation:pulse 1s ease-in-out infinite}.demoDataGridWide{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}.demoDataItemWide{display:flex;flex-direction:column;gap:4px;padding:14px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px}.demoDataValuePink{font-size:13px;font-weight:700;color:#ff4081}.demoActivityAnimated{animation:fadeInUp .4s ease-out}.demoMagicLinkBtn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 24px;background:linear-gradient(135deg,#e040fb,#ff4081);border:none;border-radius:50px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 30px #e040fb66}.demoMagicLinkBtn:hover{transform:translateY(-2px);box-shadow:0 12px 40px #e040fb80}.demoSimulatedText{margin:16px 0 0;text-align:center;font-size:12px;color:var(--muted2)}.demoCaptureGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}.demoCaptureItem{display:flex;align-items:center;gap:10px;padding:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;font-size:13px;color:var(--muted)}.demoCaptureIcon{font-size:18px}.demoResultCard{background:linear-gradient(135deg,#10b98126,#10b9810d);border:1px solid rgba(16,185,129,.3);border-radius:16px;padding:30px;text-align:center;margin-bottom:20px}.demoResultBadge{width:60px;height:60px;margin:0 auto 16px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:float 2.5s ease-in-out infinite}.demoResultNote{margin:0;color:var(--muted);line-height:1.6;font-size:14px}.demoMicrocopy{margin-top:12px;color:var(--muted2);font-size:12px;text-align:center}.demoLoadingSection{margin-top:16px;animation:fadeInUp .3s ease-out}.demoLoadingText{display:flex;justify-content:space-between;margin-bottom:8px;font-size:13px;color:var(--muted)}.demoLoadingBar{height:8px;background:#ffffff1a;border-radius:10px;overflow:hidden}.demoLoadingFill{height:100%;background:linear-gradient(90deg,#06b6d4,#10b981);border-radius:10px;transition:width .2s ease-out}.demoCreateLinkBtn.loading{opacity:.7;cursor:not-allowed}.demoProntoBadge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#10b98126;border:1px solid rgba(16,185,129,.3);border-radius:50px;font-size:11px;font-weight:600;color:#10b981}.demoProntoDot{width:6px;height:6px;background:#10b981;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.demoChatContainer{background:#0b0d10;border-radius:16px;overflow:hidden;margin-bottom:20px;border:1px solid rgba(255,255,255,.08)}.demoChatHeader{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.demoChatAvatar{width:40px;height:40px;background:linear-gradient(135deg,#4a5568,#2d3748);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff}.demoChatUserInfo{display:flex;flex-direction:column;gap:2px}.demoChatUserName{font-size:15px;font-weight:700;color:var(--text)}.demoChatUserStatus{font-size:12px;color:#10b981}.demoChatMessages{padding:20px 16px;min-height:200px;display:flex;flex-direction:column;gap:12px}.demoChatStartBtn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50px;font-size:15px;font-weight:700;color:#fff;cursor:pointer;margin:auto;transition:all .3s ease;box-shadow:0 6px 25px #10b98166}.demoChatStartBtn:hover{transform:scale(1.05);box-shadow:0 8px 30px #10b98180}.demoChatTyping{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px 22px;background:#ffffff1a;border-radius:20px 20px 20px 6px;width:-moz-fit-content;width:fit-content;animation:fadeInUp .3s ease-out;min-height:48px}.demoChatTyping.received{align-self:flex-start;background:#ffffff14}.typingDot{width:10px;height:10px;background:var(--accent);border-radius:50%;animation:typingBounce 1.2s ease-in-out infinite;opacity:.7}.typingDot:nth-child(1){animation-delay:0s}.typingDot:nth-child(2){animation-delay:.15s}.typingDot:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,to{transform:translateY(0) scale(1);opacity:.5}50%{transform:translateY(-8px) scale(1.1);opacity:1}}.demoChatBubble{max-width:85%;padding:12px 14px;border-radius:18px;animation:fadeInUp .4s ease-out}.demoChatBubble.sent{align-self:flex-end;background:#056162;border-radius:18px 18px 4px}.demoChatBubble.received{align-self:flex-start;background:#ffffff14;border-radius:18px 18px 18px 4px}.demoChatText{margin:0 0 8px;font-size:14px;line-height:1.4;color:var(--text)}.demoChatTime{display:block;font-size:11px;color:var(--muted2);text-align:right}.demoChatPreview{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff14;border-radius:12px;margin-bottom:8px}.demoChatPreviewIcon{width:56px;height:56px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--muted);flex-shrink:0}.demoChatPreviewInfo{display:flex;flex-direction:column;gap:4px}.demoChatPreviewTitle{font-size:13px;font-weight:700;color:var(--text)}.demoChatPreviewSub{font-size:11px;color:var(--muted2)}.demoFuturisticAlert{position:relative;display:flex;align-items:center;justify-content:center;padding:14px 24px;margin:16px auto;max-width:320px;border-radius:50px;background:#0a0a0fd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:futuristicAlertIn .5s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.demoFuturisticAlertGlow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50px;background:radial-gradient(ellipse at center,rgba(139,92,246,.15),transparent 70%);pointer-events:none}.demoFuturisticAlertBorder{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50px;padding:1px;background:linear-gradient(135deg,#8b5cf699,#ec489999,#3b82f699);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:borderGlow 2s ease-in-out infinite}.demoFuturisticAlertContent{display:flex;align-items:center;gap:12px;z-index:1}.demoFuturisticAlertIcon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;flex-shrink:0}.demoFuturisticAlertIcon.clicked{background:linear-gradient(135deg,#8b5cf6,#a855f7);box-shadow:0 0 20px #8b5cf680;animation:iconPulse 1.5s ease-in-out infinite}.demoFuturisticAlertIcon.capturing{background:linear-gradient(135deg,#f59e0b,#ef4444);box-shadow:0 0 20px #f59e0b80;animation:iconPulse .8s ease-in-out infinite}.demoFuturisticAlertIcon.captured{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 0 20px #10b98180;animation:successPop .4s cubic-bezier(.34,1.56,.64,1)}.demoFuturisticAlertText{font-size:14px;font-weight:600;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.3);letter-spacing:.3px}.demoFuturisticSpinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.2);border-top-color:#f59e0b;border-radius:50%;animation:spin .6s linear infinite}@keyframes futuristicAlertIn{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes borderGlow{0%,to{opacity:.6}50%{opacity:1}}@keyframes iconPulse{0%,to{transform:scale(1);box-shadow:0 0 15px currentColor}50%{transform:scale(1.1);box-shadow:0 0 25px currentColor}}@keyframes successPop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}.demoStep4Card{background:linear-gradient(180deg,#10503c26,#0a0518f2 30%),#ffffff08}.demoMagicSection{margin-bottom:20px}.demoMagicHeader{display:flex;align-items:center;gap:8px;margin-bottom:8px}.demoMagicIcon{color:#fbbf24}.demoMagicTitle{font-size:16px;font-weight:700;color:var(--text)}.demoMagicSub{margin:0 0 16px;font-size:13px;color:var(--muted);line-height:1.5}.demoMagicSub strong{color:#10b981}.demoMagicStep{display:flex;gap:14px;padding:16px;background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:14px;margin-bottom:12px}.demoMagicStepIcon{width:40px;height:40px;background:#10b98133;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#10b981;flex-shrink:0}.demoMagicStepIconYellow{background:#fbbf2433;color:#fbbf24}.demoMagicStepIconPink{background:#ff408133;color:#ff4081}.demoMagicStepIconGreen{background:#10b98133;color:#10b981}.demoMagicStepContent{flex:1}.demoMagicStepTitle{margin:0 0 4px;font-size:14px;font-weight:700;color:var(--text)}.demoMagicStepSub{margin:0 0 8px;font-size:12px;color:#10b981}.demoMagicStepDesc{margin:0;font-size:12px;color:var(--muted);line-height:1.5}.demoMagicStepDesc strong{color:#10b981}.demoProcessBanner{display:flex;align-items:center;gap:14px;padding:18px;background:linear-gradient(135deg,#10b98133,#10b9811a);border:1px solid rgba(16,185,129,.3);border-radius:14px;margin-bottom:20px}.demoProcessBannerIcon{width:44px;height:44px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.demoProcessBannerContent{display:flex;flex-direction:column;gap:4px}.demoProcessBannerTitle{font-size:14px;font-weight:800;color:var(--text)}.demoProcessBannerSub{font-size:11px;color:var(--muted)}.demoLinkConfigured{display:flex;gap:14px;padding:16px;background:#7c4dff1a;border:1px solid rgba(124,77,255,.2);border-radius:14px;margin-bottom:20px}.demoLinkConfiguredIcon{width:36px;height:36px;background:#7c4dff33;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#7c4dff;flex-shrink:0}.demoLinkConfiguredContent{display:flex;flex-direction:column;gap:6px}.demoLinkConfiguredTitle{font-size:14px;font-weight:700;color:#7c4dff}.demoLinkConfiguredDesc{font-size:12px;color:var(--muted);line-height:1.5}.demoFunctionalities{margin-bottom:20px}.demoFunctionalitiesTitle{margin:0 0 14px;font-size:11px;font-weight:700;color:var(--muted2);text-transform:uppercase;letter-spacing:1px}.demoFunctionalitiesGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.demoFuncItem{display:flex;flex-direction:column;gap:4px;padding:16px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;text-align:center}.demoFuncValue{font-size:24px;font-weight:800;color:var(--text)}.demoFuncLabel{font-size:10px;color:var(--muted2);text-transform:uppercase;letter-spacing:.5px}.demoFinalCard{background:linear-gradient(160deg,#7832b499,#501e8cb3);border:1px solid rgba(224,64,251,.3);border-radius:24px;padding:32px 24px;text-align:center}.demoFinalCardIcon{width:64px;height:64px;margin:0 auto 16px;background:linear-gradient(135deg,#e040fb,#ff4081);border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 30px #e040fb66}.demoFinalCardTitle{margin:0 0 12px;font-size:22px;font-weight:800;color:var(--text)}.demoFinalCardDesc{margin:0 0 20px;font-size:13px;color:var(--muted);line-height:1.6}.demoFinalCardBtn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 30px #10b98166;margin-bottom:16px}.demoFinalCardBtn:hover{transform:translateY(-2px);box-shadow:0 12px 40px #10b98180}.demoFinalCardBenefits{display:flex;justify-content:center;gap:20px;margin-bottom:12px}.demoFinalCardBenefit{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.demoFinalCardBenefit svg{color:var(--muted2)}.demoFinalCardAccess{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:#fbbf24}@media (max-width: 500px){.demoStepLine{width:40px}.demoCaptureGrid{grid-template-columns:1fr}.demoFunctionalitiesGrid{grid-template-columns:repeat(2,1fr)}}.demoStep5{display:flex;flex-direction:column;gap:20px;animation:fadeInUp .5s ease-out}.demoUrgencyBanner{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:12px;font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;animation:pulse 2s ease-in-out infinite}.demoUrgencyProgress{height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-top:-16px}.demoUrgencyProgressFill{height:100%;background:linear-gradient(90deg,#fbbf24,#f59e0b);border-radius:2px;transition:width 1s linear}.demoProductCard{background:linear-gradient(180deg,#281450cc,#1e0f3ce6);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px}.demoProductHeader{display:flex;align-items:center;gap:12px;margin-bottom:16px}.demoProductLogo{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#e040fb,#7c4dff);display:flex;align-items:center;justify-content:center;color:#fff}.demoProductBrand{display:flex;align-items:baseline;gap:4px}.demoProductName{font-size:20px;font-weight:700;color:#fff}.demoProductNameAccent{font-size:20px;font-weight:700;color:#e040fb}.demoProductPro{font-size:10px;font-weight:600;color:#10b981;background:#10b98133;padding:2px 6px;border-radius:4px;margin-left:4px}.demoProductTitle{font-size:22px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.3}.demoProductTitleAccent{color:#10b981}.demoProductFeatures{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.demoProductFeature{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--muted)}.demoProductFeatureIcon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px}.demoProductFeatureIconPurple{background:#7c4dff33;color:#7c4dff}.demoProductFeatureIconGreen{background:#10b98133;color:#10b981}.demoProductFeatureIconBlue{background:#3b82f633;color:#3b82f6}.demoProductBadge{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#e040fb26,#7c4dff1a);border:1px solid rgba(224,64,251,.3);border-radius:12px;margin-bottom:20px}.demoProductBadgeIcon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#e040fb,#7c4dff);display:flex;align-items:center;justify-content:center;color:#fff}.demoProductBadgeInfo{display:flex;flex-direction:column;gap:2px}.demoProductBadgeName{font-size:16px;font-weight:700;color:#fff}.demoProductBadgeSub{font-size:12px;color:var(--muted2)}.demoProductPricing{text-align:center;margin-bottom:20px}.demoProductPriceMain{display:flex;align-items:baseline;justify-content:center;gap:4px}.demoProductCurrency{font-size:28px;font-weight:700;color:#10b981}.demoProductPrice{font-size:56px;font-weight:800;color:#10b981;line-height:1}.demoProductPriceOld{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:8px}.demoProductPriceStrike{font-size:18px;color:var(--muted2);text-decoration:line-through}.demoProductDiscount{font-size:12px;font-weight:700;color:#fff;background:#dc2626;padding:4px 10px;border-radius:6px}.demoProductPriceLabel{display:block;font-size:14px;color:var(--muted);margin-top:8px}.demoProductStats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.demoProductStat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px}.demoProductStatValue{font-size:18px;font-weight:700;color:#fff;display:flex;align-items:center;gap:4px}.demoProductStatValue svg{color:#fbbf24}.demoProductStatLabel{font-size:10px;color:var(--muted2);text-transform:uppercase;letter-spacing:.05em}.demoProductLiveCounter{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:linear-gradient(135deg,#7c4dff33,#e040fb26);border-radius:50px}.demoProductLinksToday{display:flex;align-items:center;gap:8px;font-size:13px;color:#fff}.demoProductLinksIcon{font-size:16px}.demoProductLinksValue{font-weight:600}.demoProductOnline{display:flex;align-items:center;gap:6px;padding:6px 14px;background:#10b981;border-radius:50px;font-size:12px;font-weight:600;color:#fff}.demoProductOnlineDot{width:8px;height:8px;border-radius:50%;background:#fff;animation:pulse 1.5s ease-in-out infinite}.demoEmailSection{background:linear-gradient(180deg,#140a28e6,#1e0f3ccc);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px}.demoEmailHeader{display:flex;align-items:center;gap:14px;margin-bottom:20px}.demoEmailIcon{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;color:#fff}.demoEmailHeaderText{display:flex;flex-direction:column;gap:4px}.demoEmailTitle{font-size:18px;font-weight:700;color:#fff;display:flex;align-items:center;gap:6px}.demoEmailTitle svg{color:#fbbf24}.demoEmailSub{display:flex;align-items:center;gap:6px;font-size:13px;color:#10b981}.demoEmailLabel{display:block;font-size:14px;font-weight:600;color:#fff;margin-bottom:10px}.demoEmailInput{width:100%;padding:16px 18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:12px;font-size:16px;color:#fff;margin-bottom:16px;transition:all .3s ease}.demoEmailInput::-moz-placeholder{color:var(--muted2)}.demoEmailInput::placeholder{color:var(--muted2)}.demoEmailInput:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #e040fb33}.demoEmailBtn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 24px;background:linear-gradient(135deg,#e040fb,#7c4dff);border:none;border-radius:12px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 30px #e040fb66;margin-bottom:16px}.demoEmailBtn:hover{transform:translateY(-2px);box-shadow:0 12px 40px #e040fb80}.demoEmailSecurity{display:flex;justify-content:center;gap:24px}.demoEmailSecurityItem{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted2)}.demoTestimonialsSection{background:linear-gradient(180deg,#3c1e6499,#281450b3);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px}.demoTestimonialsTitle{text-align:center;font-size:20px;font-weight:700;color:#fff;margin:0 0 6px}.demoTestimonialsSub{text-align:center;font-size:14px;color:var(--muted);margin:0 0 20px}.demoTestimonialsCarousel{display:flex;align-items:center;gap:10px}.demoTestimonialsArrow{width:36px;height:36px;border-radius:50%;background:#7c4dff4d;border:1px solid rgba(124,77,255,.5);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0}.demoTestimonialsArrow:hover{background:#7c4dff80}.demoTestimonialsCards{display:flex;gap:12px;flex:1;overflow:hidden}.demoTestimonialCard{flex:1;min-width:0;background:#50287880;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:16px}.demoTestimonialHeader{display:flex;align-items:center;gap:10px;margin-bottom:10px}.demoTestimonialAvatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff}.demoTestimonialInfo{display:flex;flex-direction:column;gap:2px}.demoTestimonialName{font-size:13px;font-weight:600;color:#fff}.demoTestimonialStars{display:flex;gap:2px}.demoTestimonialText{font-size:13px;color:var(--muted);line-height:1.5;margin:0 0 8px}.demoTestimonialTime{font-size:11px;color:#e040fb}.demoTestimonialsDots{display:flex;justify-content:center;gap:8px;margin-top:16px}.demoTestimonialDot{width:8px;height:8px;border-radius:50%;background:#fff3;cursor:pointer;transition:all .3s ease}.demoTestimonialDot.active{background:var(--accent)}.demoGuaranteeSection{background:linear-gradient(180deg,#503214b3,#3c1e0acc);border:2px solid rgba(251,191,36,.3);border-radius:20px;padding:24px;text-align:center}.demoGuaranteeHeader{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.demoGuaranteeIcon{color:#fbbf24}.demoGuaranteeTitle{font-size:18px;font-weight:700;color:#fbbf24;margin:0}.demoGuaranteeText{font-size:14px;color:var(--muted);line-height:1.6;margin:0 0 20px}.demoGuaranteeBenefits{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.demoGuaranteeBenefit{display:flex;align-items:center;gap:10px;font-size:14px;color:#10b981}.demoGuaranteeBenefit svg{flex-shrink:0}.demoGuaranteeBackBtn{background:transparent;border:none;font-size:14px;color:var(--muted2);cursor:pointer;transition:color .3s ease}.demoGuaranteeBackBtn:hover{color:#fff}@media (max-width: 500px){.demoTestimonialsCards{flex-direction:column}.demoTestimonialsArrow{display:none}.demoProductStats{grid-template-columns:repeat(3,1fr)}.demoProductPrice{font-size:44px}}.pixModalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease-out}.pixModalContent{background:linear-gradient(180deg,#1a0f2e,#0d0620);border:1px solid rgba(224,64,251,.3);border-radius:24px;padding:32px 28px;max-width:420px;width:100%;position:relative;animation:fadeInUp .4s ease-out;box-shadow:0 0 60px #e040fb33,0 20px 60px #00000080}.pixModalClose{position:absolute;top:16px;right:16px;background:#ffffff1a;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--muted);cursor:pointer;transition:all .3s ease}.pixModalClose:hover{background:#fff3;color:#fff}.pixModalHeader{text-align:center;margin-bottom:24px}.pixModalIcon{width:64px;height:64px;background:linear-gradient(135deg,var(--accent),var(--accent2));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#fff;box-shadow:0 0 30px #e040fb80}.pixModalTitle{margin:0 0 8px;font-size:24px;font-weight:700;color:#fff}.pixModalSubtitle{margin:0;font-size:14px;color:var(--muted)}.pixQrContainer{background:#fff;border-radius:16px;padding:16px;margin:0 auto 20px;width:-moz-fit-content;width:fit-content}.pixQrImage{width:200px;height:200px;display:block}.pixCodeContainer{margin-bottom:20px}.pixCodeLabel{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.pixCodeWrapper{display:flex;gap:8px}.pixCodeInput{flex:1;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:12px 14px;font-size:11px;color:var(--text);font-family:monospace;overflow:hidden;text-overflow:ellipsis}.pixCopyBtn{display:flex;align-items:center;gap:6px;padding:12px 16px;background:linear-gradient(135deg,var(--accent),var(--accent2));border:none;border-radius:10px;color:#fff;font-weight:600;font-size:13px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.pixCopyBtn:hover{transform:scale(1.02);box-shadow:0 5px 20px #e040fb66}.pixInstructions{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;padding:16px;background:#ffffff0a;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.pixInstruction{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text)}.pixInstructionNumber{width:24px;height:24px;background:linear-gradient(135deg,var(--accent),var(--accent2));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.pixTimer{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#ffc10726;border:1px solid rgba(255,193,7,.3);border-radius:10px;color:#ffc107;font-size:14px;font-weight:600;margin-bottom:16px}.pixSecurityBadges{display:flex;justify-content:center;gap:20px}.pixSecurityBadge{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted2)}.pixSecurityBadge svg{color:#10b981}@media (max-width: 480px){.pixModalContent{padding:24px 20px}.pixQrImage{width:180px;height:180px}.pixCodeWrapper{flex-direction:column}.pixCopyBtn{justify-content:center}}
