.agent-module__S0MhLG__page{background:var(--color-bg-primary);min-height:100vh}.agent-module__S0MhLG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.agent-module__S0MhLG__section{padding:80px 0}.agent-module__S0MhLG__sectionHeading{color:var(--color-text-primary);text-align:center;margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800}.agent-module__S0MhLG__sectionSub{color:var(--color-text-secondary);text-align:center;max-width:600px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.65}.agent-module__S0MhLG__sectionSub a{color:var(--color-accent-primary);font-weight:500;text-decoration:underline}.agent-module__S0MhLG__sectionSub a:hover{opacity:.8}.agent-module__S0MhLG__commercialLink{text-align:center;margin-top:1.5rem}.agent-module__S0MhLG__commercialLink a{color:var(--color-accent-primary);font-size:.95rem;font-weight:600;text-decoration:none}.agent-module__S0MhLG__commercialLink a:hover{text-decoration:underline}.agent-module__S0MhLG__card{background:var(--color-bg-secondary);border:1px solid #ffffff0f;border-radius:16px;padding:1.75rem;transition:transform .2s,border-color .2s}.agent-module__S0MhLG__card:hover{border-color:#247cff33;transform:translateY(-3px)}.agent-module__S0MhLG__cardTitle{color:var(--color-text-primary);margin:0 0 .6rem;font-size:1.15rem;font-weight:700}.agent-module__S0MhLG__cardText{color:var(--color-text-secondary);margin:0;font-size:.9rem;line-height:1.65}.agent-module__S0MhLG__cardText a{color:var(--color-accent-primary);font-weight:500;text-decoration:underline}.agent-module__S0MhLG__cardText a:hover{opacity:.8}.agent-module__S0MhLG__hero{padding:220px 0 80px;position:relative;overflow:hidden}.agent-module__S0MhLG__hero:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 50% -20%,#247cff26,#0000);position:absolute;inset:0}.agent-module__S0MhLG__heroContainer{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}.agent-module__S0MhLG__heroContent{flex-direction:column;gap:1.25rem;display:flex}.agent-module__S0MhLG__heroBadge{color:var(--color-accent-primary);text-transform:uppercase;letter-spacing:.06em;background:#247cff1f;border:1px solid #247cff4d;border-radius:50px;width:fit-content;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.agent-module__S0MhLG__heroHeadline{color:var(--color-text-primary);margin:0;font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;line-height:1.1}.agent-module__S0MhLG__heroAccent{background:linear-gradient(135deg,#247cff 0%,#4c63ff 50%,#7b68ee 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.agent-module__S0MhLG__heroSub{color:var(--color-text-secondary);max-width:520px;font-size:1.05rem;line-height:1.65}.agent-module__S0MhLG__heroCtas{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.agent-module__S0MhLG__heroStats{border-top:1px solid #ffffff14;gap:2rem;margin-top:1rem;padding-top:1rem;display:flex}.agent-module__S0MhLG__heroStat{flex-direction:column;gap:.15rem;display:flex}.agent-module__S0MhLG__heroStatValue{color:var(--color-accent-primary);font-size:1.5rem;font-weight:800}.agent-module__S0MhLG__heroStatLabel{color:var(--color-text-secondary);font-size:.8rem}.agent-module__S0MhLG__heroVisual{justify-content:center;align-items:center;display:flex}.agent-module__S0MhLG__agentCard{background:linear-gradient(145deg,#1e232de6 0%,#141923f2 100%);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:320px;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px #0006,0 0 80px #247cff14}.agent-module__S0MhLG__agentCard:before{content:"";pointer-events:none;background:radial-gradient(circle,#247cff14 0%,#0000 50%);width:200%;height:200%;animation:4s ease-in-out infinite agent-module__S0MhLG__cardPulse;position:absolute;top:-50%;left:-50%}@keyframes agent-module__S0MhLG__cardPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.agent-module__S0MhLG__agentAvatar{border:3px solid #247cff80;border-radius:50%;width:160px;height:160px;position:relative;overflow:hidden;box-shadow:0 0 40px #247cff66,0 0 80px #247cff26}.agent-module__S0MhLG__avatarImg{object-fit:cover;z-index:1;position:absolute;inset:0;width:100%!important;height:100%!important}.agent-module__S0MhLG__agentName{color:var(--color-text-primary);margin-top:.5rem;font-size:1.35rem;font-weight:800}.agent-module__S0MhLG__agentRole{color:var(--color-text-secondary);font-size:.85rem}.agent-module__S0MhLG__onlineBadge{color:#22c55e;letter-spacing:.03em;text-transform:uppercase;background:#22c55e1a;border:1px solid #22c55e33;border-radius:999px;align-items:center;gap:.4rem;padding:.2rem .65rem;font-size:.7rem;font-weight:700;display:inline-flex}.agent-module__S0MhLG__onlineDot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite agent-module__S0MhLG__onlinePulse}@keyframes agent-module__S0MhLG__onlinePulse{0%,to{opacity:1;box-shadow:0 0 #22c55e80}50%{opacity:.7;box-shadow:0 0 0 4px #22c55e00}}.agent-module__S0MhLG__talkToAdaBtn{color:var(--color-accent-primary);cursor:pointer;background:#247cff1f;border:1px solid #247cff59;border-radius:999px;align-items:center;gap:.5rem;margin-top:1rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:background .2s,border-color .2s,transform .15s;display:inline-flex}.agent-module__S0MhLG__talkToAdaBtn:hover{background:#247cff38;border-color:#247cff99;transform:translateY(-1px)}.agent-module__S0MhLG__talkArea{justify-content:center;width:100%;min-height:42px;display:flex}.agent-module__S0MhLG__audioBar{background:#247cff14;border:1px solid #247cff40;border-radius:999px;align-items:center;gap:.65rem;padding:.5rem .75rem;animation:.35s both agent-module__S0MhLG__audioBarIn;display:flex}@keyframes agent-module__S0MhLG__audioBarIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.agent-module__S0MhLG__audioIndicator{align-items:center;gap:3px;display:flex}.agent-module__S0MhLG__audioDot{background:var(--color-accent-primary);opacity:.4;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite agent-module__S0MhLG__dotPulse}.agent-module__S0MhLG__audioDot:nth-child(2){animation-delay:.15s}.agent-module__S0MhLG__audioDot:nth-child(3){animation-delay:.3s}.agent-module__S0MhLG__audioIndicatorSpeaking .agent-module__S0MhLG__audioDot{opacity:1;animation:.6s ease-in-out infinite alternate agent-module__S0MhLG__dotBounce}.agent-module__S0MhLG__audioIndicatorSpeaking .agent-module__S0MhLG__audioDot:nth-child(2){animation-delay:.1s}.agent-module__S0MhLG__audioIndicatorSpeaking .agent-module__S0MhLG__audioDot:nth-child(3){animation-delay:.2s}@keyframes agent-module__S0MhLG__dotPulse{0%,to{opacity:.3}50%{opacity:.8}}@keyframes agent-module__S0MhLG__dotBounce{0%{transform:scaleY(1)}to{transform:scaleY(2.2)}}.agent-module__S0MhLG__audioStatus{color:var(--color-accent-primary);white-space:nowrap;font-size:.75rem;font-weight:600}.agent-module__S0MhLG__audioEndBtn{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.3rem;padding:.3rem .6rem;font-size:.7rem;font-weight:700;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.agent-module__S0MhLG__audioEndBtn:hover{color:#ff5050;background:#ff50501f;border-color:#ff50504d}.agent-module__S0MhLG__introGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.agent-module__S0MhLG__introCard{text-align:center;align-items:center;}.agent-module__S0MhLG__introIcon{width:52px;height:52px;color:var(--color-accent-primary);background:#247cff1f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.agent-module__S0MhLG__introTitle{color:var(--color-text-primary);margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.agent-module__S0MhLG__introText{}.agent-module__S0MhLG__testimonial{text-align:center;background:var(--color-bg-secondary);border:1px solid #ffffff0f;border-radius:20px;max-width:720px;margin:0 auto;padding:2.5rem}.agent-module__S0MhLG__testimonialStars{color:#facc15;letter-spacing:.15em;margin-bottom:1rem;font-size:1.25rem}.agent-module__S0MhLG__testimonialQuote{color:var(--color-text-secondary);margin:0 0 1.5rem;font-size:1rem;font-style:italic;line-height:1.75}.agent-module__S0MhLG__testimonialQuote strong{color:var(--color-accent-primary);font-style:normal;font-weight:700}.agent-module__S0MhLG__testimonialAuthor{text-align:left;justify-content:center;align-items:center;gap:.75rem;display:flex}.agent-module__S0MhLG__testimonialPhoto{object-fit:cover;border-radius:50%;width:48px;height:48px}.agent-module__S0MhLG__testimonialName{color:var(--color-text-primary);font-size:.9rem;font-weight:700}.agent-module__S0MhLG__testimonialRole{color:var(--color-text-secondary);font-size:.8rem}.agent-module__S0MhLG__baGrid{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:1.5rem;display:grid}.agent-module__S0MhLG__baCard{background:var(--color-bg-secondary);border:1px solid #ffffff0f;border-radius:16px;padding:1.75rem}.agent-module__S0MhLG__baLabel{border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.agent-module__S0MhLG__baLabelBefore{color:#ef4444}.agent-module__S0MhLG__baLabelAfter{color:#4ade80}.agent-module__S0MhLG__baList{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.agent-module__S0MhLG__baList li{color:var(--color-text-secondary);align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.5;display:flex}.agent-module__S0MhLG__baIconX{color:#ef4444;flex-shrink:0;font-weight:700}.agent-module__S0MhLG__baIconCheck{color:#4ade80;flex-shrink:0;font-weight:700}.agent-module__S0MhLG__baDivider{justify-content:center;align-items:center;display:flex}.agent-module__S0MhLG__baDividerArrow{color:var(--color-accent-primary);background:#247cff1f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:700;display:flex}.agent-module__S0MhLG__whyGrid,.agent-module__S0MhLG__incGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.agent-module__S0MhLG__incCard{background:var(--color-bg-secondary);border:1px solid #ffffff0f;border-radius:16px;gap:1rem;padding:1.5rem;display:flex}.agent-module__S0MhLG__incIcon{background:#4ade801f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.agent-module__S0MhLG__incCheck{color:#4ade80;font-size:.9rem;font-weight:700}.agent-module__S0MhLG__incTitle{color:var(--color-text-primary);margin:0 0 .3rem;font-size:1rem;font-weight:700}.agent-module__S0MhLG__stepsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.agent-module__S0MhLG__stepCard{background:var(--color-bg-secondary);text-align:center;border:1px solid #247cff26;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:1.75rem;display:flex}.agent-module__S0MhLG__stepNum{color:#fff;background:linear-gradient(135deg,#247cff 0%,#4c63ff 100%);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;font-weight:800;display:flex}.agent-module__S0MhLG__stepTitle{color:var(--color-text-primary);margin:0;font-size:1.05rem;font-weight:700}.agent-module__S0MhLG__stepTime{color:#4ade80;background:#4ade801a;border-radius:50px;margin-top:auto;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.agent-module__S0MhLG__nextSection{border-top:1px solid #ffffff0f;padding-top:2.5rem}.agent-module__S0MhLG__nextHeading{color:var(--color-text-primary);text-align:center;margin:0 0 1.5rem;font-size:1.35rem;font-weight:700}.agent-module__S0MhLG__nextGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:720px;margin:0 auto;display:grid}.agent-module__S0MhLG__nextCard{background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;gap:.75rem;padding:1.25rem;display:flex}.agent-module__S0MhLG__nextNum{width:28px;height:28px;color:var(--color-accent-primary);background:#247cff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.agent-module__S0MhLG__nextTitle{color:var(--color-text-primary);margin:0 0 .25rem;font-size:.95rem;font-weight:700}.agent-module__S0MhLG__objGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.agent-module__S0MhLG__objQ{color:var(--color-text-primary);margin:0 0 .6rem;font-size:1rem;font-weight:700;line-height:1.35}.agent-module__S0MhLG__objQ:before{content:"Q: ";color:var(--color-accent-primary)}.agent-module__S0MhLG__capGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.agent-module__S0MhLG__capCard{flex-direction:column;gap:.75rem;display:flex;}.agent-module__S0MhLG__capIcon{width:44px;height:44px;color:var(--color-accent-primary);background:#247cff1f;border:1px solid #247cff33;border-radius:12px;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex}.agent-module__S0MhLG__capTitle{color:var(--color-text-primary);margin:0;font-size:1.05rem;font-weight:700}.agent-module__S0MhLG__commercialGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.agent-module__S0MhLG__commercialCard{background:var(--color-bg-secondary);border:1px solid #ffffff0f;border-radius:16px;gap:1rem;padding:1.5rem;display:flex}.agent-module__S0MhLG__commercialIcon{color:#fff;background:linear-gradient(135deg,#247cff 0%,#4c63ff 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex}.agent-module__S0MhLG__commercialTitle{color:var(--color-text-primary);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.agent-module__S0MhLG__faqList{flex-direction:column;gap:.5rem;max-width:800px;margin:0 auto;display:flex}.agent-module__S0MhLG__faqItem{background:var(--color-bg-secondary);border:1px solid #ffffff0f;border-radius:12px;transition:border-color .2s;overflow:hidden}.agent-module__S0MhLG__faqItemOpen{border-color:#247cff33}.agent-module__S0MhLG__faqQuestion{width:100%;color:var(--color-text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:700;display:flex}.agent-module__S0MhLG__faqIcon{color:var(--color-text-secondary);flex-shrink:0;font-size:1.25rem;font-weight:400;transition:transform .2s}.agent-module__S0MhLG__faqAnswer{max-height:0;padding:0 1.5rem;transition:max-height .3s,padding .3s;overflow:hidden}.agent-module__S0MhLG__faqItemOpen .agent-module__S0MhLG__faqAnswer{max-height:500px;padding:0 1.5rem 1.25rem}.agent-module__S0MhLG__faqAnswer p{color:var(--color-text-secondary);margin:0;font-size:.9rem;line-height:1.7}.agent-module__S0MhLG__ctaCard{text-align:center;background:linear-gradient(135deg,#247cff14 0%,#4c63ff0a 100%);border:1px solid #247cff33;border-radius:24px;max-width:800px;margin:0 auto;padding:3.5rem 2.5rem}.agent-module__S0MhLG__ctaHeading{color:var(--color-text-primary);margin:0 0 .75rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.agent-module__S0MhLG__ctaSub{color:var(--color-text-secondary);max-width:560px;margin:0 auto 1.5rem;font-size:1rem;line-height:1.65}.agent-module__S0MhLG__ctaButtons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.agent-module__S0MhLG__ctaCommitment{color:var(--color-text-secondary);flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1.25rem;font-size:.85rem;display:flex}.agent-module__S0MhLG__ctaCheck{color:#4ade80;margin-right:.25rem;font-weight:700}.agent-module__S0MhLG__ctaNote{color:var(--color-text-secondary);opacity:.7;margin-top:1.25rem;font-size:.8rem}@media (max-width:1024px){.agent-module__S0MhLG__heroContainer{grid-template-columns:1fr;gap:2.5rem}.agent-module__S0MhLG__heroVisual{order:-1}.agent-module__S0MhLG__heroContent{text-align:center;align-items:center}.agent-module__S0MhLG__heroSub{max-width:100%}.agent-module__S0MhLG__heroCtas,.agent-module__S0MhLG__heroStats{justify-content:center}.agent-module__S0MhLG__introGrid,.agent-module__S0MhLG__whyGrid,.agent-module__S0MhLG__incGrid,.agent-module__S0MhLG__stepsGrid,.agent-module__S0MhLG__nextGrid,.agent-module__S0MhLG__objGrid{grid-template-columns:1fr}.agent-module__S0MhLG__capGrid{grid-template-columns:repeat(2,1fr)}.agent-module__S0MhLG__commercialGrid,.agent-module__S0MhLG__baGrid{grid-template-columns:1fr}.agent-module__S0MhLG__baDivider{transform:rotate(90deg)}}@media (max-width:768px){.agent-module__S0MhLG__hero{padding:140px 0 60px}.agent-module__S0MhLG__section{padding:48px 0}.agent-module__S0MhLG__heroStats{flex-direction:column;align-items:center;gap:1rem}.agent-module__S0MhLG__heroStat{text-align:center;align-items:center}.agent-module__S0MhLG__capGrid{grid-template-columns:1fr}.agent-module__S0MhLG__ctaCard{padding:2.5rem 1.5rem}.agent-module__S0MhLG__ctaButtons{flex-direction:column;align-items:center}.agent-module__S0MhLG__ctaCommitment{flex-direction:column;align-items:center;gap:.5rem}.agent-module__S0MhLG__agentAvatar{width:120px;height:120px}}.agent-module__S0MhLG__platformSection{padding:80px 0;position:relative;overflow:hidden}.agent-module__S0MhLG__platformSection:before{content:"";pointer-events:none;background:radial-gradient(70% 50%,#5b6ef814,#0000);position:absolute;inset:0}.agent-module__S0MhLG__platformHeader{text-align:center;max-width:900px;margin:0 auto 3rem}.agent-module__S0MhLG__platformHeadline{color:var(--color-text-primary);margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.agent-module__S0MhLG__platformHighlight{background:linear-gradient(90deg,#a78bfa,#5b6ef8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.agent-module__S0MhLG__platformSubtitle{color:#94a3b8;font-size:1.2rem;line-height:1.5}.agent-module__S0MhLG__platformContainer{background:linear-gradient(#111827cc 0%,#0a0e1acc 100%);border:1px solid #ffffff14;border-radius:24px;justify-content:center;align-items:flex-end;width:100%;max-width:1040px;height:540px;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080}.agent-module__S0MhLG__platformAdaWrap{z-index:5;width:40%;height:90%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.agent-module__S0MhLG__platformAdaImg{object-fit:contain;object-position:bottom center;filter:drop-shadow(0 0 30px #5b6ef826)}.agent-module__S0MhLG__googleAdsLogo{opacity:.8;width:auto;height:16px}.agent-module__S0MhLG__statBadges{z-index:7;justify-content:center;gap:12px;display:flex;position:absolute;top:16px;left:0;right:0}.agent-module__S0MhLG__statBadge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;align-items:center;gap:6px;padding:6px 16px;font-size:.75rem;display:flex}.agent-module__S0MhLG__statValue{color:var(--color-accent-primary);font-weight:800}.agent-module__S0MhLG__statLabel{color:var(--color-text-primary)}.agent-module__S0MhLG__glassCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:left;z-index:6;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:1rem;font-size:.85rem;position:absolute;box-shadow:0 8px 32px #0000004d}.agent-module__S0MhLG__glassCardLeft{width:220px;top:16%;left:4%}.agent-module__S0MhLG__glassCardChart{width:255px;padding:14px 16px;top:13%;right:4%}.agent-module__S0MhLG__glassCardActivity{width:250px;bottom:8%;right:4%}.agent-module__S0MhLG__glassTag{text-transform:uppercase;color:var(--color-accent-primary);letter-spacing:.05em;margin-bottom:5px;font-size:.65rem;font-weight:700;display:block}.agent-module__S0MhLG__glassTitle{color:var(--color-text-primary);font-size:.85rem;font-weight:700}.agent-module__S0MhLG__glassDesc{color:#cbd5e1;margin:5px 0 0;font-size:.8rem;line-height:1.4}.agent-module__S0MhLG__googleAdsRow{border-top:1px solid #ffffff14;align-items:center;gap:8px;margin-top:8px;padding-top:8px;display:flex}.agent-module__S0MhLG__googleAdsRow span{color:#64748b;font-size:.7rem}.agent-module__S0MhLG__chartHeader{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.agent-module__S0MhLG__chartValue{color:#22c55e;font-size:1.4rem;font-weight:800}.agent-module__S0MhLG__chartChange{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:600}.agent-module__S0MhLG__chartSvg{width:100%;height:60px;margin-top:4px}.agent-module__S0MhLG__chartPeriod{gap:8px;margin-top:8px;display:flex}.agent-module__S0MhLG__chartPeriod span{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:.6rem}.agent-module__S0MhLG__chartPeriodActive{font-weight:600;color:var(--color-accent-primary)!important}.agent-module__S0MhLG__chatBubble{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:left;z-index:6;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;width:255px;padding:1rem;font-size:.8rem;position:absolute;bottom:6%;left:4%;box-shadow:0 8px 32px #0000004d}.agent-module__S0MhLG__chatBubbleHeader{align-items:center;gap:6px;margin-bottom:6px;display:flex}.agent-module__S0MhLG__chatBubbleDot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite agent-module__S0MhLG__chatDotPulse}@keyframes agent-module__S0MhLG__chatDotPulse{0%,to{opacity:1}50%{opacity:.4}}.agent-module__S0MhLG__chatBubbleName{color:var(--color-accent-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.agent-module__S0MhLG__chatBubbleMsg{color:#e2e8f0;line-height:1.4}.agent-module__S0MhLG__chatBubbleMsg em{color:#22c55e;font-style:normal;font-weight:600}.agent-module__S0MhLG__hireAdaBtn{z-index:8;color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#5b6ef8,#a78bfa);border:none;border-radius:50px;align-items:center;gap:8px;padding:12px 32px;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #5b6ef866}.agent-module__S0MhLG__hireAdaBtn:hover{transform:translate(-50%)translateY(-2px);box-shadow:0 8px 32px #5b6ef880}@media (max-width:1024px){.agent-module__S0MhLG__platformContainer{height:440px}.agent-module__S0MhLG__platformAdaWrap{width:44%;height:90%}.agent-module__S0MhLG__glassCardLeft{width:190px;left:2%}.agent-module__S0MhLG__glassCardChart,.agent-module__S0MhLG__glassCardActivity{width:210px;right:2%}.agent-module__S0MhLG__chatBubble{width:210px;left:2%}.agent-module__S0MhLG__statBadge{padding:5px 12px;font-size:.7rem}}@media (max-width:768px){.agent-module__S0MhLG__platformSection{padding:48px 0}.agent-module__S0MhLG__platformHeader{margin-bottom:2rem}.agent-module__S0MhLG__platformHeadline{font-size:2.5rem}.agent-module__S0MhLG__platformSubtitle{font-size:1rem}.agent-module__S0MhLG__platformContainer{border-radius:16px;height:380px;margin:0 1rem}.agent-module__S0MhLG__platformAdaWrap{width:50%;height:88%}.agent-module__S0MhLG__statBadges{flex-wrap:wrap;gap:6px}.agent-module__S0MhLG__statBadge{padding:4px 10px;font-size:.65rem}.agent-module__S0MhLG__glassCardLeft,.agent-module__S0MhLG__glassCardChart{display:none}.agent-module__S0MhLG__glassCardActivity{width:42%;min-width:150px;padding:.75rem;font-size:.75rem;bottom:6%;right:3%}.agent-module__S0MhLG__chatBubble{width:42%;min-width:150px;padding:10px 12px;font-size:.7rem;bottom:4%;left:3%}.agent-module__S0MhLG__hireAdaBtn{padding:10px 24px;font-size:.9rem;bottom:16px}}@media (max-width:480px){.agent-module__S0MhLG__platformHeader{margin-bottom:1.5rem}.agent-module__S0MhLG__platformHeadline{font-size:2rem}.agent-module__S0MhLG__platformSubtitle{font-size:.9rem}.agent-module__S0MhLG__hireAdaBtn{padding:8px 20px;font-size:.8rem;bottom:12px}.agent-module__S0MhLG__platformContainer{border-radius:12px;height:320px;margin:0 .75rem}.agent-module__S0MhLG__platformAdaWrap{width:55%;height:85%}.agent-module__S0MhLG__statBadges{gap:4px}.agent-module__S0MhLG__statBadge{gap:4px;padding:3px 8px;font-size:.6rem}.agent-module__S0MhLG__glassCardActivity{width:44%;min-width:130px;padding:.6rem;font-size:.65rem;bottom:4%;right:2%}.agent-module__S0MhLG__chatBubble{width:44%;min-width:130px;padding:8px 10px;font-size:.6rem;bottom:3%;left:2%}.agent-module__S0MhLG__chatBubbleMsg{font-size:.6rem}.agent-module__S0MhLG__glassTag{font-size:.55rem}.agent-module__S0MhLG__glassTitle{font-size:.75rem}.agent-module__S0MhLG__glassDesc{font-size:.65rem}.agent-module__S0MhLG__googleAdsLogo{height:12px}.agent-module__S0MhLG__googleAdsRow span{font-size:.6rem}}
