:root{--bg: #ffffff;--bg-deep: #121528;--surface: #ffffff;--surface-card: #ffffff;--surface-muted: #f6f4fb;--text: #171426;--text-soft: #5f5a6f;--text-inverse: #ffffff;--accent: #6f00ff;--accent-strong: #5b00d6;--accent-soft: rgba(111, 0, 255, .09);--border: rgba(23, 20, 38, .12);--shadow: 0 16px 44px rgba(23, 20, 38, .09);--radius: 20px;--max: 1180px}*{box-sizing:border-box}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--surface);color:var(--text)}body{margin:0;line-height:1.6;background:var(--surface)}body:has(.blueprint-shell){background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}[hidden]{display:none!important}.container{width:min(var(--max),calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#fffffff0;border-bottom:1px solid rgba(23,20,38,.08);backdrop-filter:blur(12px)}.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.58rem 0}.brand{display:inline-flex;align-items:center;max-width:124px}.brand-logo{width:100%;height:auto}.brand:focus-visible,.footer-links a:focus-visible,.button-primary:focus-visible,.button-secondary:focus-visible{outline:3px solid rgba(111,0,255,.34);outline-offset:3px;box-shadow:none}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700;transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease}.button-primary:hover,.button-primary:focus-visible{background:var(--accent-strong);color:#fff}.blueprint-shell{padding:clamp(.45rem,1vw,.85rem) 0 clamp(2.4rem,5vw,4rem)}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;gap:clamp(.65rem,1.2vw,.95rem);align-items:start}.hero-copy{color:var(--text);width:min(100%,48rem);margin:0 auto;text-align:center}.eyebrow{margin:0 0 .42rem;color:var(--accent);font-size:.76rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.hero-copy h1{max-width:48rem;margin:0 auto;font-size:clamp(2rem,3.4vw,3rem);line-height:1.08;letter-spacing:-.024em;font-weight:750}.thank-you h1{margin:0;font-size:clamp(2.05rem,5vw,4.1rem);line-height:1.06;letter-spacing:-.03em}.hero-copy p,.thank-you .lead{max-width:34rem;color:var(--text-soft);font-size:clamp(1rem,1.35vw,1.12rem);line-height:1.55}.hero-lead{margin:.5rem auto 0}.partner-proof{display:flex;justify-content:center;margin-top:.55rem}.hubspot-badge{width:clamp(4.5rem,6.5vw,5.2rem);height:auto}.quiz-card,.thank-you-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.quiz-card{width:min(100%,47rem);padding:clamp(.95rem,1.7vw,1.35rem)}[data-question-slot] fieldset{min-inline-size:0;margin:0;padding:0;border:0}[data-question-slot] legend{display:block;padding:0}.progress-row{display:grid;gap:.45rem;margin-bottom:.85rem}.progress-label{display:flex;justify-content:space-between;gap:1rem;color:var(--text-soft);font-size:.86rem;font-weight:650}.progress-label [data-progress-text]{color:var(--accent)}.progress-track{height:.32rem;overflow:hidden;border-radius:999px;background:var(--surface-muted)}.progress-bar{width:0;height:100%;border-radius:inherit;background:var(--accent);transition:width .18s ease}.question-eyebrow{margin:0 0 .28rem;color:var(--accent);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.question-title{margin:0;font-size:clamp(1.3rem,2.05vw,1.78rem);line-height:1.22;letter-spacing:-.018em;font-weight:720}.question-help{margin:.55rem 0 0;color:var(--text-soft);font-size:.95rem;line-height:1.5}.options{display:grid;gap:.45rem;margin-top:.78rem}.option-card{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:start;padding:.54rem .72rem;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text);line-height:1.45;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.option-card:hover,.option-card:focus-within{border-color:#6f00ff6b;box-shadow:0 4px 14px #1714260f}.option-card:focus-within{outline:3px solid rgba(111,0,255,.22);outline-offset:2px}.option-card.is-selected{border-color:var(--accent);background:#fbf8ff;box-shadow:inset 0 0 0 1px #6f00ff1f}.option-card input{width:1.05rem;height:1.05rem;margin-top:.18rem;accent-color:var(--accent)}.option-text{display:grid;gap:.12rem}.option-label{font-weight:650}.option-description{color:var(--text-soft);font-size:.87rem;line-height:1.42}.quiz-actions,.cta-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:.8rem}.button-primary,.button-secondary{min-height:2.45rem;border:1.5px solid var(--accent);padding:.58rem 1rem}.button-primary{background:var(--accent);color:#fff}.button-secondary{background:transparent;color:var(--accent)}.button-secondary:hover,.button-secondary:focus-visible{background:var(--accent-soft)}.form-grid{display:grid;gap:.8rem;margin-top:1rem}.form-field{display:grid;gap:.35rem}.form-field label{color:var(--text);font-weight:780}.form-field input,.form-field select{width:100%;border:1.5px solid var(--border);border-radius:14px;background:#fff;color:var(--text);padding:.72rem .9rem}.form-field input:focus,.form-field select:focus{outline:3px solid var(--accent-soft);border-color:var(--accent)}.field-hint{color:var(--text-soft);font-size:.9rem}.hp-field{position:absolute;left:-100vw;width:1px;height:1px;overflow:hidden}.quiz-error{min-height:1.5rem;margin:1rem 0 0;color:#9b123a;font-weight:760}.quiz-error:empty{margin:0}.thank-you{min-height:70vh;padding:5rem 0;color:#fff}.thank-you-card{max-width:50rem;padding:clamp(1.5rem,4vw,3rem);color:var(--text)}.thank-you-card .lead{color:var(--text-soft)}.thank-you-list{display:grid;gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none}.thank-you-list li{padding-left:1.7rem;position:relative}.thank-you-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}.footer{background:linear-gradient(135deg,#7c11ff,#5f00da 42%,#2b005e);color:#fff}.footer p{margin:.3rem 0 0;color:#ffffffc7}.footer-links{display:flex;gap:1rem;font-weight:750}@media(max-height:820px)and (min-width:861px){.header-inner,.footer-inner{padding:.58rem 0}.blueprint-shell{padding:.7rem 0 1.6rem}.hero-grid{gap:.65rem}.eyebrow{margin-bottom:.35rem}.hero-copy h1{font-size:clamp(1.75rem,3vw,2.55rem)}.hero-copy p{font-size:.9rem}.hero-lead{margin-top:.35rem}.trust-badges{gap:.35rem;margin-top:.45rem}.trust-badges>span{min-height:1.85rem;padding:.3rem .58rem;font-size:.78rem}.quiz-card{padding:.8rem .9rem}.progress-row{gap:.4rem;margin-bottom:.75rem}.progress-label{font-size:.82rem}.question-eyebrow{margin-bottom:.18rem;font-size:.72rem}.question-title{font-size:clamp(1.15rem,1.8vw,1.45rem)}.question-help{margin-top:.35rem;font-size:.88rem}.options{gap:.42rem;margin-top:.72rem}.option-card{padding:.56rem .7rem}.option-description{font-size:.8rem}.quiz-actions,.cta-row{margin-top:.7rem}.button-primary,.button-secondary{min-height:2.35rem;padding:.46rem .85rem}}@media(max-width:860px){.blueprint-shell{padding-top:.85rem}.hero-grid{gap:.9rem}.hero-copy{width:100%}.hero-copy h1{font-size:clamp(1.85rem,7vw,2.6rem)}.hero-copy p{margin-bottom:0}.partner-proof{margin-top:.55rem}}@media(max-width:560px){.footer-inner{align-items:flex-start;flex-direction:column}.header-inner{align-items:center;gap:.75rem;padding:.7rem 0}.brand{max-width:96px}.hero-copy h1{font-size:clamp(1.7rem,7vw,2.25rem)}.hero-lead{margin-top:.45rem;font-size:.94rem}.hubspot-badge{width:4.7rem}.quiz-card{padding:1rem}.question-help{font-size:.86rem}.option-card{gap:.5rem;padding:.48rem .62rem;line-height:1.28}.option-card input{width:1rem;height:1rem}.option-label{font-size:.94rem}.button-primary,.button-secondary{width:100%}.quiz-actions,.cta-row{flex-direction:column;align-items:stretch}}
