.tc-demo-router{--tc-demo-navy:#0c1a40;--tc-demo-blue:#173f77;--tc-demo-pink:#dc195c;--tc-demo-purple:#982375;--tc-demo-teal:#00b3ac;--tc-demo-text:#26313a;--tc-demo-muted:#667085;--tc-demo-border:#dce6f1;--tc-demo-soft:#f6f9fc;--tc-demo-white:#fff;--tc-demo-shadow:0 24px 70px rgba(12,26,64,.12);background:radial-gradient(circle at 6% 4%,rgba(220,25,92,.08),transparent 28%),radial-gradient(circle at 92% 8%,rgba(0,179,172,.08),transparent 28%),linear-gradient(180deg,#fff,#f7fafc 70%,#fff);color:var(--tc-demo-text);overflow:hidden;padding:clamp(4rem,8vw,7rem) 0;position:relative}.tc-demo-router,.tc-demo-router *{box-sizing:border-box}.tc-demo-router__container{margin:0 auto;width:min(1120px,calc(100% - 48px))}.tc-demo-router__header{margin:0 auto clamp(2rem,4vw,3rem);max-width:820px;text-align:center}.tc-demo-router__preheader{align-items:center;color:var(--tc-demo-pink);display:inline-flex;font-size:.95rem;font-weight:800;gap:.65rem;letter-spacing:.04em;line-height:1.2;margin:0 0 1rem;text-transform:uppercase}.tc-demo-router__preheader:before{background:linear-gradient(135deg,var(--tc-demo-pink),var(--tc-demo-purple));content:"";height:12px;width:12px}.tc-demo-router__heading{color:var(--tc-demo-navy);font-size:clamp(2.75rem,6vw,5.25rem);font-weight:800;letter-spacing:-.065em;line-height:.96;margin:0}.tc-demo-router__intro{color:var(--tc-demo-muted);font-size:clamp(1.1875rem,2vw,1.5rem);line-height:1.45;margin:1.5rem auto 0;max-width:720px}.tc-demo-router__card{background:hsla(0,0%,100%,.78);border:1px solid rgba(12,26,64,.12);box-shadow:var(--tc-demo-shadow);padding:clamp(1.4rem,3vw,2.25rem)}.tc-demo-router__question{color:var(--tc-demo-navy);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;letter-spacing:-.04em;line-height:1.12;margin:0 0 1.5rem;text-align:center}.tc-demo-router__options{display:grid;gap:.875rem;grid-template-columns:repeat(3,minmax(0,1fr))}.tc-demo-router__option{align-items:center;background:#fff;border:2px solid var(--tc-demo-blue);color:var(--tc-demo-navy);cursor:pointer;display:flex;font:inherit;gap:1rem;justify-content:space-between;min-height:86px;padding:1rem 1.125rem;text-align:left;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease}.tc-demo-router__option:focus-visible,.tc-demo-router__option:hover{box-shadow:0 16px 30px rgba(12,26,64,.09);outline:none;transform:translateY(-1px)}.tc-demo-router__option:focus-visible{outline:3px solid rgba(220,25,92,.32);outline-offset:3px}.tc-demo-router__option[aria-selected=true]{background:var(--tc-demo-blue);box-shadow:0 18px 36px rgba(12,26,64,.18);color:#fff}.tc-demo-router__option strong{display:block;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:900;line-height:1.1}.tc-demo-router__option small{color:currentColor;display:block;font-size:.875rem;font-weight:700;line-height:1.25;margin-top:.4rem;opacity:.72}.tc-demo-router__arrow{flex:0 0 auto;font-size:1.65rem;font-weight:900}.tc-demo-router__results{margin-top:1.125rem}.tc-demo-router__result{background:#fff;border:2px solid var(--tc-demo-blue);box-shadow:0 18px 42px rgba(12,26,64,.08);display:none;padding:clamp(1.75rem,4vw,2.875rem);text-align:center}.tc-demo-router__result.is-active{display:block}.tc-demo-router__badge{align-items:center;background:rgba(220,25,92,.09);color:var(--tc-demo-pink);display:inline-flex;font-size:.8125rem;font-weight:900;letter-spacing:.04em;line-height:1;min-height:32px;padding:0 .75rem;text-transform:uppercase}.tc-demo-router__result h4{color:var(--tc-demo-navy);font-size:clamp(2.125rem,5vw,3.625rem);font-weight:800;letter-spacing:-.055em;line-height:1;margin:1.125rem auto 0;max-width:760px}.tc-demo-router__result p{color:var(--tc-demo-muted);font-size:1.1875rem;line-height:1.5;margin:1rem auto 0;max-width:720px}.tc-demo-router__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.75rem}.tc-demo-router__button,.tc-demo-router__cta .cta_button,.tc-demo-router__cta a{align-items:center!important;border:2px solid transparent!important;border-radius:0!important;cursor:pointer!important;display:inline-flex!important;font-family:inherit!important;font-size:1.0625rem!important;font-weight:800!important;justify-content:center!important;line-height:1!important;min-height:52px!important;padding:0 1.625rem!important;text-decoration:none!important;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease!important}.tc-demo-router__button:hover,.tc-demo-router__cta .cta_button:hover,.tc-demo-router__cta a:hover{transform:translateY(-1px)}.tc-demo-router__button--primary,.tc-demo-router__cta--primary .cta_button,.tc-demo-router__cta--primary a{background:var(--tc-demo-blue)!important;border-color:var(--tc-demo-blue)!important;box-shadow:0 16px 34px rgba(12,26,64,.18)!important;color:#fff!important}.tc-demo-router__button--primary:hover,.tc-demo-router__cta--primary .cta_button:hover,.tc-demo-router__cta--primary a:hover{box-shadow:0 22px 44px rgba(12,26,64,.24)!important;color:#fff!important}.tc-demo-router__button--secondary{background:#fff!important;border-color:rgba(12,26,64,.18)!important;color:var(--tc-demo-navy)!important}.tc-demo-router__button--secondary:hover{border-color:var(--tc-demo-navy)!important;box-shadow:0 14px 30px rgba(12,26,64,.08)!important;color:var(--tc-demo-navy)!important}.tc-demo-router__help{color:var(--tc-demo-muted);font-size:.95rem;line-height:1.45;margin:1.35rem auto 0;max-width:760px;text-align:center}@media (max-width:900px){.tc-demo-router__options{grid-template-columns:1fr}.tc-demo-router__option{min-height:76px}}@media (max-width:640px){.tc-demo-router{padding:4rem 0}.tc-demo-router__container{width:min(100% - 32px,1120px)}.tc-demo-router__card{padding:1rem}.tc-demo-router__actions{align-items:stretch;flex-direction:column}.tc-demo-router__button,.tc-demo-router__cta,.tc-demo-router__cta .cta_button,.tc-demo-router__cta a,.tc-demo-router__cta span{width:100%!important}}.tc-demo-router__button,.tc-demo-router__option{-webkit-user-select:none;user-select:none}.tc-demo-router__button--secondary,.tc-demo-router__button--secondary:focus,.tc-demo-router__button--secondary:hover{background:#fff!important;color:var(--tc-demo-navy)!important}.tc-demo-router__option[aria-selected=true],.tc-demo-router__option[aria-selected=true] *,.tc-demo-router__option[aria-selected=true] .tc-demo-router__arrow,.tc-demo-router__option[aria-selected=true] small,.tc-demo-router__option[aria-selected=true] strong{color:#fff!important}.tc-demo-router__option[aria-selected=true]{background:var(--tc-demo-blue)!important;border-color:var(--tc-demo-blue)!important}.tc-demo-router__option[aria-selected=true] path,.tc-demo-router__option[aria-selected=true] svg{fill:#fff!important;stroke:#fff!important}.tc-demo-router__button,.tc-demo-router__option,.tc-demo-router__result h4{-webkit-user-select:none;user-select:none}.tc-demo-router .tc-demo-router__option[aria-selected=true],.tc-demo-router .tc-demo-router__option[aria-selected=true] .tc-demo-router__arrow,.tc-demo-router .tc-demo-router__option[aria-selected=true] small,.tc-demo-router .tc-demo-router__option[aria-selected=true] span,.tc-demo-router .tc-demo-router__option[aria-selected=true] strong{color:#fff!important}.tc-demo-router .tc-demo-router__option[aria-selected=true]{background:#173f77!important;border-color:#173f77!important}