.technical-seo-animation-module__U4JVCG__story{grid-template-columns:.9fr 1.1fr;align-items:center;gap:64px;width:100%;max-width:1140px;margin:0 auto;display:grid}@media (max-width:900px){.technical-seo-animation-module__U4JVCG__story{grid-template-columns:1fr;gap:40px}}.technical-seo-animation-module__U4JVCG__eyebrow{font-family:var(--font-inter);letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:16px;font-size:.8rem;font-weight:600;display:inline-block}.technical-seo-animation-module__U4JVCG__heading{font-family:var(--font-manrope);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:16px;font-size:clamp(1.8rem,3.4vw,2.44rem);font-weight:800;line-height:1.15}.technical-seo-animation-module__U4JVCG__heading em{color:var(--brand);font-style:italic}.technical-seo-animation-module__U4JVCG__lede{color:var(--text-secondary);max-width:30rem;font-size:1.05rem;line-height:1.6}.technical-seo-animation-module__U4JVCG__lede+.technical-seo-animation-module__U4JVCG__lede{margin-top:12px}.technical-seo-animation-module__U4JVCG__stage{position:relative}.technical-seo-animation-module__U4JVCG__browser{background:var(--surface-card);border:1px solid var(--line);border-radius:var(--r-l);box-shadow:var(--shadow-float);overflow:hidden}.technical-seo-animation-module__U4JVCG__browserBar{background:var(--surface-subtle);border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:12px 16px;display:flex}.technical-seo-animation-module__U4JVCG__dot{background:var(--line);border-radius:50%;width:10px;height:10px}.technical-seo-animation-module__U4JVCG__urlPill{background:var(--surface-card);border:1px solid var(--line);color:var(--text-muted);border-radius:9999px;flex:1;margin-left:8px;padding:6px 14px;font-size:.78rem}.technical-seo-animation-module__U4JVCG__browserBody{min-height:420px;padding:28px}@media (max-width:520px){.technical-seo-animation-module__U4JVCG__browserBody{padding:20px 16px}}.technical-seo-animation-module__U4JVCG__panelHead{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.technical-seo-animation-module__U4JVCG__panelTitle{font-family:var(--font-manrope);color:var(--text-primary);font-size:1.05rem;font-weight:800}.technical-seo-animation-module__U4JVCG__panelSub{color:var(--text-muted);margin-top:2px;font-size:.8rem}.technical-seo-animation-module__U4JVCG__statusPill{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:color-mix(in srgb, var(--danger) 10%, transparent);color:var(--danger);border-radius:9999px;padding:5px 12px;font-size:.72rem;font-weight:600;transition:background .4s,color .4s}.technical-seo-animation-module__U4JVCG__statusPillHealthy{background:var(--brand-tint);color:var(--brand-hover)}.technical-seo-animation-module__U4JVCG__audit{grid-template-columns:150px 1fr;align-items:start;gap:28px;display:grid}@media (max-width:520px){.technical-seo-animation-module__U4JVCG__audit{grid-template-columns:1fr;justify-items:center}}.technical-seo-animation-module__U4JVCG__dialWrap{width:150px;height:150px;position:relative}.technical-seo-animation-module__U4JVCG__dialWrap svg{transform:rotate(-90deg)}.technical-seo-animation-module__U4JVCG__dialTrack{fill:none;stroke:var(--line);stroke-width:10px}.technical-seo-animation-module__U4JVCG__dialValue{fill:none;stroke:var(--danger);stroke-width:10px;stroke-linecap:round;transition:stroke .5s}.technical-seo-animation-module__U4JVCG__dialValueGood{stroke:var(--brand)}.technical-seo-animation-module__U4JVCG__dialNum{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.technical-seo-animation-module__U4JVCG__dialNum strong{font-family:var(--font-manrope);color:var(--text-primary);font-size:2.2rem;font-weight:800;line-height:1}.technical-seo-animation-module__U4JVCG__dialNum span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:.68rem}.technical-seo-animation-module__U4JVCG__checks{flex-direction:column;gap:10px;width:100%;display:flex}.technical-seo-animation-module__U4JVCG__check{border:1px solid var(--line);border-radius:var(--r-m);background:var(--surface-card);opacity:0;align-items:center;gap:12px;padding:12px 14px;display:flex;position:relative;overflow:hidden;transform:translateY(10px)}.technical-seo-animation-module__U4JVCG__checkShow{animation:.4s forwards technical-seo-animation-module__U4JVCG__rise}@keyframes technical-seo-animation-module__U4JVCG__rise{to{opacity:1;transform:none}}.technical-seo-animation-module__U4JVCG__checkScanning:after{content:"";background:linear-gradient(100deg, transparent 30%, color-mix(in srgb, var(--brand) 8%, transparent) 50%, transparent 70%);animation:1s linear infinite technical-seo-animation-module__U4JVCG__sweep;position:absolute;inset:0}@keyframes technical-seo-animation-module__U4JVCG__sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.technical-seo-animation-module__U4JVCG__ic{background:var(--surface-subtle);border:1px solid var(--line);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background .35s,border-color .35s;display:flex}.technical-seo-animation-module__U4JVCG__ic svg{stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:13px;height:13px}.technical-seo-animation-module__U4JVCG__checkIssue .technical-seo-animation-module__U4JVCG__ic{background:color-mix(in srgb, var(--danger) 10%, transparent);border-color:var(--danger)}.technical-seo-animation-module__U4JVCG__checkIssue .technical-seo-animation-module__U4JVCG__ic svg{stroke:var(--danger)}.technical-seo-animation-module__U4JVCG__checkFixed .technical-seo-animation-module__U4JVCG__ic{background:var(--brand);border-color:var(--brand)}.technical-seo-animation-module__U4JVCG__checkFixed .technical-seo-animation-module__U4JVCG__ic svg{stroke:#fff;animation:.3s technical-seo-animation-module__U4JVCG__pop}@keyframes technical-seo-animation-module__U4JVCG__pop{0%{transform:scale(.4)}to{transform:scale(1)}}.technical-seo-animation-module__U4JVCG__txt{flex:1;min-width:0}.technical-seo-animation-module__U4JVCG__name{color:var(--text-primary);font-size:.88rem;font-weight:600;display:block}.technical-seo-animation-module__U4JVCG__detail{color:var(--text-muted);margin-top:1px;font-size:.78rem;display:block}.technical-seo-animation-module__U4JVCG__detailBad{color:var(--danger);font-weight:500}.technical-seo-animation-module__U4JVCG__detailGood{color:var(--brand-hover);font-weight:500}.technical-seo-animation-module__U4JVCG__tag{border-radius:var(--r-s);white-space:nowrap;opacity:0;padding:3px 8px;font-size:.68rem;font-weight:600;transition:opacity .3s}.technical-seo-animation-module__U4JVCG__checkIssue .technical-seo-animation-module__U4JVCG__tag{opacity:1;background:color-mix(in srgb, var(--danger) 10%, transparent);color:var(--danger)}.technical-seo-animation-module__U4JVCG__checkFixed .technical-seo-animation-module__U4JVCG__tag{opacity:1;background:var(--brand-tint);color:var(--brand-hover)}.technical-seo-animation-module__U4JVCG__caption{text-align:center;color:var(--text-muted);justify-content:center;align-items:center;gap:8px;margin-top:16px;font-size:.85rem;display:flex}.technical-seo-animation-module__U4JVCG__caption em{color:var(--brand);font-style:normal;font-weight:600}.technical-seo-animation-module__U4JVCG__staticNote{display:none}@media (prefers-reduced-motion:reduce){.technical-seo-animation-module__U4JVCG__check{opacity:1;transform:none}.technical-seo-animation-module__U4JVCG__checkScanning:after{content:none;animation:none}.technical-seo-animation-module__U4JVCG__staticNote{display:block}}
