.lt-marketing .cc-page{max-width:760px;margin:0 auto;padding:96px 20px 80px}.lt-marketing .cc-shell{min-height:40vh}.lt-marketing .cc-intro{text-align:center;padding:24px 0}.lt-marketing .cc-ey{color:var(--brand);font-weight:600;font-size:13px;letter-spacing:.02em;text-transform:uppercase;margin-bottom:12px}.lt-marketing .cc-intro h1{font-size:clamp(28px,5vw,40px);font-weight:700;letter-spacing:-.02em;margin:0 0 16px}.lt-marketing .cc-intro p{font-size:17px;line-height:1.6;color:var(--muted);max-width:52ch;margin:0 auto 24px}.lt-marketing .cc-intro-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.lt-marketing .cc-fineprint{font-size:13px;color:var(--muted);margin-top:28px;max-width:48ch}.lt-marketing .cc-btn{font-family:inherit;font-size:15px;font-weight:600;padding:13px 24px;border-radius:12px;border:1px solid transparent;cursor:pointer;min-height:44px;transition:background .15s,border-color .15s,transform .05s}.lt-marketing .cc-btn:active{transform:translateY(1px)}.lt-marketing .cc-btn--primary{background:var(--brand);color:#fff}.lt-marketing .cc-btn--primary:hover{background:var(--brand-bright,#4f6df0)}.lt-marketing .cc-btn--ghost{background:transparent;border-color:rgba(15,18,32,.16);color:var(--ink)}.lt-marketing .cc-btn--ghost:hover{border-color:rgba(15,18,32,.32)}.lt-marketing .cc-progress{height:6px;border-radius:999px;background:rgba(15,18,32,.08);overflow:hidden;margin-bottom:18px}.lt-marketing .cc-progress-bar{height:100%;background:var(--brand);border-radius:999px;transition:width .4s cubic-bezier(.2,.7,.2,1)}.lt-marketing .cc-step-count{font-size:13px;font-weight:600;color:var(--brand);margin:0 0 6px}.lt-marketing .cc-step-title{font-size:24px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px}.lt-marketing .cc-step-blurb{color:var(--muted);margin:0 0 28px;line-height:1.55}.lt-marketing .cc-questions{display:flex;flex-direction:column;gap:26px}.lt-marketing .cc-q{border:none;padding:0;margin:0}.lt-marketing .cc-q-label{font-size:16px;font-weight:600;line-height:1.45;padding:0;margin-bottom:12px;display:block}.lt-marketing .cc-q-help{display:block;font-size:13px;font-weight:400;color:var(--muted);margin-top:4px}.lt-marketing .cc-opts{display:flex;gap:10px;flex-wrap:wrap}.lt-marketing .cc-opt{font-family:inherit;font-size:15px;font-weight:500;padding:11px 18px;min-height:44px;border-radius:11px;border:1.5px solid rgba(15,18,32,.14);background:#fff;color:var(--ink);cursor:pointer;transition:border-color .12s,background .12s}.lt-marketing .cc-opt:hover{border-color:var(--brand)}.lt-marketing .cc-opt.is-selected{border-color:var(--brand);background:rgba(59,91,217,.08);color:var(--brand);font-weight:600}.lt-marketing .cc-nav{display:flex;justify-content:space-between;gap:12px;margin-top:36px}.lt-marketing .cc-result:focus{outline:none}.lt-marketing .cc-result-head{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-bottom:36px}.lt-marketing .cc-result-head h1{font-size:clamp(22px,4vw,30px);font-weight:700;letter-spacing:-.02em;margin:4px 0 12px}.lt-marketing .cc-disclaimer{font-size:13px;color:var(--muted);line-height:1.5;margin:0;max-width:54ch}.lt-marketing .cc-ring{position:relative;flex-shrink:0}.lt-marketing .cc-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.lt-marketing .cc-ring-track{stroke:rgba(15,18,32,.1)}.lt-marketing .cc-ring-fill{transition:stroke-dashoffset 1.4s cubic-bezier(.2,.7,.2,1)}.lt-marketing .cc-ring--ready .cc-ring-fill{stroke:var(--scan)}.lt-marketing .cc-ring--prepare .cc-ring-fill{stroke:var(--warn)}.lt-marketing .cc-ring--setup .cc-ring-fill{stroke:var(--brand)}.lt-marketing .cc-ring--unknown .cc-ring-fill{stroke:rgba(15,18,32,.25)}.lt-marketing .cc-ring-num{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.lt-marketing .cc-ring-num strong{font-size:30px;font-weight:700;line-height:1}.lt-marketing .cc-ring-num span{font-size:11px;color:var(--muted);margin-top:2px}.lt-marketing .cc-ring-dash{font-size:26px;color:var(--muted)}.lt-marketing .cc-areas{margin-bottom:32px}.lt-marketing .cc-areas-h{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--ink);margin:0 0 14px}.lt-marketing .cc-areas-note{font-size:13px;color:var(--muted);margin:-8px 0 16px}.lt-marketing .cc-area{border:1px solid rgba(15,18,32,.1);border-radius:14px;padding:16px 18px;margin-bottom:12px}.lt-marketing .cc-area-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.lt-marketing .cc-area-name{font-weight:600;font-size:15.5px}.lt-marketing .cc-badge{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;white-space:nowrap}.lt-marketing .cc-badge--ready{color:var(--scan);background:rgba(22,154,90,.1)}.lt-marketing .cc-badge--at_risk{color:var(--warn);background:rgba(201,138,7,.12)}.lt-marketing .cc-badge--action_needed{color:var(--brand);background:rgba(59,91,217,.1)}.lt-marketing .cc-badge--unknown{color:var(--muted);background:rgba(15,18,32,.07)}.lt-marketing .cc-bar{height:6px;border-radius:999px;background:rgba(15,18,32,.08);overflow:hidden;margin:12px 0 0}.lt-marketing .cc-bar-fill{height:100%;border-radius:999px;background:currentColor;transition:width .8s cubic-bezier(.2,.7,.2,1)}.lt-marketing .cc-area--ready .cc-bar-fill{background:var(--scan)}.lt-marketing .cc-area--at_risk .cc-bar-fill{background:var(--warn)}.lt-marketing .cc-area--action_needed .cc-bar-fill,.lt-marketing .cc-area--unknown .cc-bar-fill{background:var(--brand)}.lt-marketing .cc-area-fix,.lt-marketing .cc-area-missing{font-size:13.5px;line-height:1.5;color:var(--muted);margin:10px 0 0}.lt-marketing .cc-area-fix{color:var(--ink)}.lt-marketing .cc-area-aware{font-size:12.5px;font-weight:600;color:var(--brand);margin:10px 0 0}.lt-marketing .cc-result-cta{border-top:1px solid rgba(15,18,32,.1);padding-top:28px;text-align:center}.lt-marketing .cc-result-cta h2{font-size:22px;font-weight:700;margin:0 0 10px}.lt-marketing .cc-result-cta p{color:var(--muted);line-height:1.6;max-width:52ch;margin:0 auto 20px}.lt-marketing .cc-save-error{color:var(--warn);font-size:14px;font-weight:500;margin:0 0 14px}.lt-marketing .cc-linkbtn{background:none;border:none;padding:0;color:var(--brand);font:inherit;font-weight:600;text-decoration:underline;cursor:pointer}.lt-marketing .cc-share{margin-top:16px}.lt-marketing .cc-share-note{font-size:14px;color:var(--muted);margin:0 0 10px}.lt-marketing .cc-share-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.lt-marketing .cc-email{margin-top:24px;text-align:left;max-width:460px;margin-left:auto;margin-right:auto}.lt-marketing .cc-email-label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}.lt-marketing .cc-email-row{display:flex;gap:8px}.lt-marketing .cc-email-input{flex:1;font:inherit;font-size:15px;padding:11px 14px;min-height:44px;border-radius:11px;border:1.5px solid rgba(15,18,32,.14);background:#fff;color:var(--ink)}.lt-marketing .cc-email-input:focus{outline:none;border-color:var(--brand)}.lt-marketing .cc-consent{display:flex;gap:8px;align-items:flex-start;margin-top:12px;font-size:13px;color:var(--muted);line-height:1.4}.lt-marketing .cc-consent input{margin-top:2px}.lt-marketing .cc-email-done{margin-top:20px;font-size:14px;font-weight:600;color:var(--scan)}.lt-marketing .cc-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}@media (prefers-reduced-motion:reduce){.lt-marketing .cc-bar-fill,.lt-marketing .cc-progress-bar,.lt-marketing .cc-ring-fill{transition:none}}