:root{--background: #f9fafb;--background-soft: #f4f7f8;--foreground: #0f172a;--muted-foreground: #64748b;--card: #ffffff;--border: #e2e8f0;--primary: #00438f;--secondary: #0da2e7;--primary-foreground: #f8fafc;--muted: #f1f5f9;--radius: 12px;--spacing-unit: 4px;--font-sans: "Inter", system-ui, sans-serif;--font-serif: Georgia, serif;--shadow-card: 0 1px 3px rgba(15, 23, 42, .1), 0 1px 2px rgba(15, 23, 42, .06)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--foreground);background:var(--background);line-height:1.68}h1,h2,h3{margin:0;color:var(--primary);line-height:1.14}h1{font-size:clamp(2.1rem,5vw,4rem);color:#fff}h2{font-size:clamp(1.9rem,4vw,2.7rem)}h3{font-size:clamp(1.25rem,2.7vw,1.7rem)}p,li{color:var(--muted-foreground);font-size:clamp(1rem,1.4vw,1.12rem)}a{color:var(--primary)}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.container{width:min(100% - 32px,1024px);margin-inline:auto}.container-narrow{width:min(100% - 32px,760px);margin-inline:auto}.section{padding-block:clamp(4.5rem,8vw,6rem);border-top:1px solid var(--border)}.section:first-of-type{border-top:0}.section.band{background:var(--background-soft)}.eyebrow{display:inline-block;margin-bottom:.85rem;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--secondary)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:clamp(1.2rem,3vw,2rem)}.card h3{color:var(--foreground)}.card-grid{display:grid;gap:1.25rem}.split-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}.site-header{position:sticky;top:0;z-index:40;background:#f9fafbfa;border-bottom:1px solid var(--border)}@supports ((-webkit-backdrop-filter: blur(4px)) or (backdrop-filter: blur(4px))){.site-header{background:#f9fafbeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.logo-strip{background:#fff;border-bottom:1px solid var(--border)}.logo-strip-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{display:inline-flex;gap:.7rem;align-items:center;text-decoration:none}.site-brand strong{color:var(--foreground);font-size:.98rem;line-height:1.25}.brand-tag{color:var(--muted-foreground);font-size:.78rem}.brand-mark{width:42px;height:42px;border-radius:999px;background:linear-gradient(145deg,var(--primary),#0a63b6);display:grid;place-items:center;color:#fff;font-size:.85rem;font-weight:700}.top-nav{min-height:44px;position:relative}.top-nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:44px}.menu-toggle{border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--foreground);padding:.35rem .75rem;font-weight:600;font-size:.85rem}.nav-links{list-style:none;margin:0;padding:0;display:grid;gap:.7rem;max-height:0;opacity:0;overflow:hidden;transform:translateY(-6px);transition:max-height .2s ease,opacity .17s ease,transform .17s ease}.top-nav.is-open .nav-links{max-height:420px;opacity:1;transform:translateY(0);padding:.8rem 0 1rem}.nav-links a{text-decoration:none;color:var(--muted-foreground);font-size:.9rem;font-weight:500}.nav-links a[aria-current=page]{color:var(--primary);font-weight:600}.hero{min-height:clamp(620px,82vh,860px);position:relative;display:grid;place-items:center;text-align:center;color:#fff;padding:2rem 1rem;background:linear-gradient(#0000007a,#0000007a),var(--hero-image) center / cover}.hero p{margin-top:1rem;color:#f8fafcf2;font-size:clamp(1.05rem,1.8vw,1.28rem);line-height:1.52}.hero-inner{width:min(100%,680px);text-shadow:0 2px 12px rgba(0,0,0,.28)}.quick-facts{margin:1rem 0 0;padding-left:1.2rem;display:grid;gap:.75rem}.quick-facts li strong{color:var(--foreground)}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.2rem}.cta-link{border:1px solid var(--border);border-radius:999px;padding:.45rem .9rem;text-decoration:none;font-weight:600;font-size:.9rem;color:var(--primary);background:#fff}.survey-prompt{position:fixed;right:clamp(.65rem,2.2vw,1.35rem);bottom:clamp(.65rem,2.2vw,1.35rem);z-index:38;width:min(340px,calc(100% - 1.25rem));display:grid;gap:.6rem;border:1px solid var(--border);border-radius:14px;background:#fffffff7;box-shadow:0 10px 24px #0f172a24,0 4px 10px #0f172a14;padding:.9rem;opacity:0;transform:translateY(14px) scale(.985);pointer-events:none;transition:opacity .22s ease,transform .22s ease}.survey-prompt:before{content:"";position:absolute;inset:0 auto auto 0;width:4px;height:100%;border-radius:14px 0 0 14px;background:linear-gradient(180deg,var(--secondary),var(--primary))}.survey-prompt.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.survey-prompt.is-hidden{display:none}.survey-prompt-kicker{margin:0;padding-left:.6rem;color:var(--secondary);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.survey-prompt-title{margin:0;padding-left:.6rem;color:var(--foreground);font-size:1rem;font-weight:700;line-height:1.3}.survey-prompt-copy{margin:0;padding-left:.6rem;font-size:.9rem;line-height:1.5}.survey-prompt-action{margin-left:.6rem;justify-self:start;padding-inline:.95rem}.survey-prompt-close{justify-self:end;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--muted-foreground);font:inherit;font-size:.76rem;font-weight:600;line-height:1;padding:.3rem .62rem;transition:border-color .18s ease,color .18s ease}.survey-prompt-close:hover{border-color:var(--secondary);color:var(--foreground)}.timeline-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.timeline-list li{border-left:3px solid var(--secondary);padding-left:1rem}.timeline-list strong{color:var(--foreground)}.highlight-card{background:#eef4fa;border:1px solid #d8e5f4}.faq{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:clip}.faq-item+.faq-item{border-top:1px solid var(--border)}.faq-trigger{width:100%;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;color:var(--foreground);font-weight:600;padding:1rem 1.1rem;font-size:1rem}.faq-trigger .faq-icon{display:inline-block;transition:transform .18s ease;color:var(--primary)}.faq-trigger[aria-expanded=true] .faq-icon{transform:rotate(180deg)}.faq-panel{overflow:hidden;max-height:0;transition:max-height .2s ease}.faq-panel-inner{padding:0 1.1rem 1rem}.form-stack{display:grid;gap:.85rem}.card h2+.form-stack{margin-top:1rem}.form-stack label{color:var(--foreground);font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.3rem}.form-stack input,.form-stack select,.form-stack textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:.82rem .9rem;min-height:44px;font:inherit;color:var(--foreground);background:#fff;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.form-stack input[aria-invalid=true],.form-stack select[aria-invalid=true],.form-stack textarea[aria-invalid=true]{border-color:#b42318;background:#fff8f8}.button-primary{border:0;border-radius:999px;padding:.68rem 1rem;background:var(--primary);color:#fff;font-weight:600;font-size:.92rem}.button-primary[disabled]{opacity:.72;cursor:not-allowed}.form-success{display:none;margin:0 0 1rem;border:1px solid #b9dfc6;border-radius:10px;background:#ebf8ef;color:#0f5132;padding:.7rem .85rem}.form-success:target{display:block}.form-success.is-visible{display:block}.survey-fieldset{margin:0;border:1px solid var(--border);border-radius:10px;padding:1rem;display:grid;gap:.85rem}.survey-form{gap:1.2rem}.survey-form>.survey-fieldset{background:var(--background-soft);padding:1.15rem}.survey-form>.survey-fieldset legend{line-height:1.5}.survey-form>label{margin-top:.25rem}.survey-section-title{font-size:clamp(1.12rem,1.6vw,1.3rem);color:var(--primary);margin-top:.4rem}.survey-required-note{margin:0;color:var(--muted-foreground);font-size:.9rem}.required-marker{color:var(--secondary);font-weight:700}.survey-form>.survey-fieldset+.survey-fieldset{margin-top:.2rem}.survey-fieldset.is-required>legend:after{content:" *";color:var(--secondary);font-weight:700}.survey-fieldset legend{color:var(--foreground);font-weight:700;padding-inline:.3rem}.survey-help{margin:.2rem 0 0;font-size:.9rem;color:var(--muted-foreground);font-style:italic}.survey-error{margin:0;border:1px solid #f0c9c3;border-radius:10px;background:#fff4f2;color:#8f1e16;padding:.6rem .75rem;font-size:.9rem}.survey-ranking{display:grid;gap:.7rem}.survey-ranking-row{display:grid;gap:.45rem}.survey-topic-grid{display:grid;gap:1rem}.survey-topic-group{margin:0;border:1px solid var(--border);border-radius:10px;padding:.85rem}.survey-topic-group legend{color:var(--foreground);font-weight:600;padding-inline:.3rem}.survey-scale-option input[type=radio]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.survey-scale-options{display:grid;gap:.65rem}.survey-scale-options--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.survey-scale-options--matrix{display:flex;flex-wrap:nowrap;gap:.45rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:thin;padding-bottom:.1rem}.survey-scale-option{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:10px;padding:.6rem .75rem;background:#fff;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.survey-scale-option:hover{border-color:var(--secondary);background:#f8fbfd}.survey-scale-option:focus-within{border-color:var(--primary)}.survey-scale-option:has(input:checked){border-color:var(--primary);background:#eef4fa}.survey-scale-option span{color:var(--foreground)}.survey-fieldset--matrix{gap:.75rem}.survey-fieldset--matrix .survey-topic-grid{grid-template-columns:1fr;gap:.75rem}.survey-fieldset--matrix .survey-topic-group{border:none;background:var(--muted);padding:.65rem}.survey-fieldset--matrix .survey-topic-group legend{font-size:.91rem;line-height:1.35;margin-bottom:.2rem}.survey-fieldset--matrix .survey-scale-option{flex:0 0 142px;scroll-snap-align:start;border-color:transparent;background:#ffffffd1;padding:.5rem .62rem}.survey-fieldset--matrix .survey-scale-option:hover{border-color:var(--border);background:#fff}.survey-fieldset--matrix .survey-scale-option:focus-within{border-color:var(--primary)}.survey-fieldset--matrix .survey-scale-option:has(input:checked){border-color:var(--primary);background:#eef4fa}.survey-fieldset--matrix .survey-scale-option span{font-size:.88rem;line-height:1.3}.reveal{opacity:0;transform:translateY(14px);transition:opacity .22s ease,transform .22s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.site-footer{background:var(--primary);color:var(--primary-foreground);padding:2rem 0;margin-top:4rem}.site-footer p{color:#f8fafce6;margin:.45rem 0;font-size:.95rem}.site-footer a{color:var(--primary-foreground);text-underline-offset:2px}.site-footer a:hover{color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:768px){.menu-toggle{display:none}.nav-links{display:flex;align-items:center;gap:1.2rem;max-height:none;opacity:1;transform:none;overflow:visible}.top-nav.is-open .nav-links{padding:0}.card-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.split-grid{grid-template-columns:1.35fr 1fr;gap:1.4rem}.survey-ranking-row{grid-template-columns:minmax(0,1fr) 180px;align-items:center}.form-stack input,.form-stack select,.form-stack textarea{padding:.72rem .85rem}.survey-topic-grid,.survey-topic-group .survey-scale-options{grid-template-columns:repeat(2,minmax(0,1fr))}.survey-fieldset--matrix .survey-topic-group .survey-scale-options{grid-template-columns:repeat(5,minmax(0,1fr))}.survey-fieldset--matrix .survey-scale-options--matrix{display:grid;overflow-x:visible;padding-bottom:0}.survey-fieldset--matrix .survey-scale-options--matrix .survey-scale-option{flex:1 1 auto;min-width:0}.survey-scale-options--wide{grid-template-columns:repeat(5,minmax(0,1fr))}.survey-form>.survey-fieldset{padding:1.25rem}.survey-prompt{right:clamp(.9rem,1.8vw,1.6rem);bottom:1rem;width:min(360px,calc(100% - 2rem));padding:1rem}.survey-prompt-copy{max-width:33ch}}@media(max-width:520px){.survey-prompt{right:.6rem;left:.6rem;width:auto;gap:.5rem;padding:.75rem .72rem;border-radius:12px}.survey-prompt:before{width:3px;border-radius:12px 0 0 12px}.survey-prompt-title{font-size:.95rem}.survey-prompt-copy{display:none}.survey-prompt-action{width:calc(100% - .6rem);justify-self:stretch;text-align:center}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.survey-prompt{opacity:1;transform:none}}
