.asmt-cta{--acta-accent: var(--brand-400, #4488ff);--acta-accent-strong: var(--brand-600, #146ef5);--acta-bg: var(--bg-secondary, #111);--acta-card-bg: var(--bg-elevated, #1a1a1a);--acta-border: var(--border-primary, rgba(255,255,255,.08));--acta-text: var(--fg-primary, #fff);--acta-text-2: var(--fg-secondary, #d8d8d8);--acta-text-3: var(--fg-tertiary, #888);--acta-chip-bg: rgba(68,136,255,.12);--acta-chip-border: rgba(68,136,255,.3)}:global(html[data-theme=light]) .asmt-cta{--acta-bg: var(--gray-50, #f9fafb);--acta-card-bg: #ffffff;--acta-border: var(--gray-200, #e4e7ec);--acta-text: var(--gray-900, #101828);--acta-text-2: var(--gray-700, #344054);--acta-text-3: var(--gray-500, #667085);--acta-chip-bg: #EFF6FF;--acta-chip-border: #BFDBFE}.asmt-cta-eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--acta-accent);margin-bottom:.5rem}.asmt-cta-headline{font-size:clamp(1.25rem,2.4vw,1.625rem);font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--acta-text);margin:0 0 .75rem}.asmt-cta-subhead{font-size:.9375rem;line-height:1.6;color:var(--acta-text-3);margin:0 0 1rem}.asmt-cta-meta{font-size:.75rem;color:var(--acta-text-3);margin-bottom:1.25rem;font-variant-numeric:tabular-nums}.asmt-cta-btn{display:inline-flex;align-items:center;padding:.7rem 1.4rem;background:var(--acta-accent-strong);color:#fff;border-radius:8px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s ease}.asmt-cta-btn:hover{background:var(--brand-700, #0d5ed4);color:#fff}.asmt-cta--banner{background:transparent}.asmt-cta-banner{display:grid;grid-template-columns:1.4fr 1fr;gap:2.5rem;align-items:center;background:var(--acta-bg);border:1px solid var(--acta-border);border-radius:16px;padding:2.25rem 2.5rem}.asmt-cta-banner__content{min-width:0}.asmt-cta-banner__visual{display:flex;justify-content:center;align-items:center}.asmt-cta-mock{width:100%;max-width:280px;background:var(--acta-card-bg);border:1px solid var(--acta-border);border-radius:12px;padding:1rem 1.125rem;box-shadow:var(--shadow-sm, 0 2px 8px rgba(0,0,0,.06))}.asmt-cta-mock-label{font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--acta-text-3);margin-bottom:.5rem}.asmt-cta-mock-bar{height:6px;background:var(--gray-100, rgba(255,255,255,.08));border-radius:4px;overflow:hidden;margin-bottom:.625rem}.asmt-cta-mock-bar-fill{height:100%;width:82%;background:linear-gradient(90deg,#44cc77,var(--acta-accent));background-size:200% 100%;animation:acta-flow 3.5s linear infinite}@keyframes acta-flow{0%{background-position:0% 0}to{background-position:-200% 0}}.asmt-cta-mock-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.625rem}.asmt-cta-mock-n{font-size:1.5rem;font-weight:700;color:var(--acta-text);line-height:1}.asmt-cta-mock-max{font-size:.8125rem;color:var(--acta-text-3)}.asmt-cta-mock-pill{margin-left:auto;font-size:.6875rem;font-weight:600;background:var(--acta-chip-bg);border:1px solid var(--acta-chip-border);color:var(--acta-accent);padding:2px 8px;border-radius:99px}.asmt-cta-mock-dim{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--acta-text-3);padding:2px 0}.asmt-cta-mock-dim b{color:var(--acta-text);font-variant-numeric:tabular-nums}@media(max-width:860px){.asmt-cta-banner{grid-template-columns:1fr;gap:1.75rem;padding:1.75rem}.asmt-cta-banner__visual{order:2}}.asmt-cta--card{margin:2rem 0}.asmt-cta-card{position:relative;background:var(--acta-card-bg);border:1px solid var(--acta-border);border-left:4px solid var(--acta-accent);border-radius:12px;padding:1.75rem}.asmt-cta-card__chip{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--acta-accent);background:var(--acta-chip-bg);border:1px solid var(--acta-chip-border);padding:3px 10px;border-radius:99px;margin-bottom:.875rem}.asmt-cta-card .asmt-cta-eyebrow{display:none}.asmt-cta--inline{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--acta-card-bg);border:1px solid var(--acta-border);border-radius:12px;text-decoration:none;margin:2rem 0;transition:border-color .15s ease,transform .15s ease}.asmt-cta--inline:hover{border-color:var(--acta-accent);transform:translateY(-1px)}.asmt-cta-inline__chip{flex-shrink:0;width:64px;height:64px;border-radius:12px;background:linear-gradient(135deg,var(--acta-accent),#44cc77);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.asmt-cta-inline__chip-label{font-size:1.5rem;font-weight:800;line-height:1}.asmt-cta-inline__chip-sub{font-size:.625rem;font-weight:600;letter-spacing:.05em;opacity:.9;margin-top:2px}.asmt-cta-inline__body{flex:1;min-width:0}.asmt-cta-inline__body .asmt-cta-eyebrow{margin-bottom:.25rem}.asmt-cta-inline__headline{font-size:1rem;font-weight:700;color:var(--acta-text);margin-bottom:.25rem;line-height:1.3}.asmt-cta-inline__subhead{font-size:.8125rem;color:var(--acta-text-3);line-height:1.5}.asmt-cta-inline__arrow{flex-shrink:0;font-size:1.25rem;color:var(--acta-accent);font-weight:700}@media(max-width:600px){.asmt-cta--inline{flex-wrap:wrap}.asmt-cta-inline__chip{width:56px;height:56px}}.asmt-cta--slim{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:var(--acta-chip-bg);border:1px solid var(--acta-chip-border);border-radius:8px;text-decoration:none;color:var(--acta-text);font-size:.9375rem;transition:background .15s;margin:1.5rem 0}.asmt-cta--slim:hover{background:var(--acta-accent);color:#fff}.asmt-cta-slim__label{font-weight:600;color:var(--acta-accent);margin-right:.25rem}.asmt-cta--slim:hover .asmt-cta-slim__label{color:#fff}.asmt-cta-slim__headline{font-weight:600}.asmt-cta-slim__arrow{font-weight:700}
