.nav{position:fixed;top:0;left:0;right:0;z-index:50;height:96px;background-color:transparent;color:#fff;box-shadow:0 1px #fff6;transition:background-color .25s ease,box-shadow .25s ease,color .25s ease}.nav.is-scrolled{background-color:#fff;color:var(--brand--anchor-blue);box-shadow:0 1px #00000014,0 4px 16px #0000000d}.nav.nav--over-light{color:var(--brand--anchor-blue);box-shadow:0 1px #00000014}.nav.nav--over-light .nav-logo--light{opacity:0}.nav.nav--over-light .nav-logo--dark{opacity:1}.nav.nav--over-light .nav-link:hover,.nav.nav--over-light .nav-link.is-active{background-color:#0058cc0f}.nav.nav--over-light .btn-secondary-dark{border-color:#011f4b33;color:var(--brand--anchor-blue)}.nav.nav--over-light .btn-secondary-dark:hover{border-color:var(--brand--brevity-blue)}.nav.nav--over-light .btn-secondary-dark:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230058CC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E")}.nav-container{position:relative;max-width:1280px;height:100%;margin:0 auto;padding:0 32px;display:flex;align-items:center;gap:32px}.nav-logo{position:relative;display:inline-flex;align-items:center;height:48px;width:180px;flex-shrink:0}.nav-logo--light,.nav-logo--dark{position:absolute;top:0;right:0;bottom:0;left:0;height:48px;width:auto;transition:opacity .25s ease}.nav-logo--dark,.nav.is-scrolled .nav-logo--light{opacity:0}.nav.is-scrolled .nav-logo--dark{opacity:1}.nav-spacer{flex:1}.nav-links{display:flex;align-items:center;gap:4px;list-style:none;padding:0;margin:0}.nav-link{display:inline-flex;align-items:center;gap:6px;padding:12px 16px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1;color:inherit;background-color:transparent;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.nav-link:hover{background-color:#ffffff1f}.nav.is-scrolled .nav-link:hover,.nav.is-scrolled .nav-link.is-active{background-color:#0058cc0f}.nav-link-chevron{width:14px;height:14px;transition:transform .2s ease}.nav-link.is-active .nav-link-chevron{transform:rotate(180deg)}.nav-cta-area{display:flex;align-items:center;gap:12px}.nav.is-scrolled .btn-secondary-dark{border-color:#011f4b33;color:var(--brand--anchor-blue)}.nav.is-scrolled .btn-secondary-dark:hover{border-color:var(--brand--brevity-blue)}.nav.is-scrolled .btn-secondary-dark:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230058CC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E")}.nav .btn-primary,.nav .btn-secondary-dark{font-size:16px}.nav .btn-primary{padding:12px 24px}.nav .btn-secondary-dark{padding:12px 36px}.nav .btn-secondary-dark:hover{padding:12px 48px 12px 24px}.nav-hamburger{display:none;align-items:center;justify-content:center;width:44px;height:44px;color:inherit;background-color:transparent;border:none;cursor:pointer}.nav-hamburger svg{width:24px;height:24px}.mega-menu{position:fixed;top:80px;left:0;right:0;background-color:#fff;box-shadow:0 8px 24px #00000014;opacity:0;transform:translateY(-8px);pointer-events:none;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;z-index:49}.mega-menu.is-active{opacity:1;transform:none;pointer-events:auto;visibility:visible;transition:opacity .2s ease,transform .2s ease,visibility 0s linear 0s}.mega-menu-container{max-width:1280px;margin:0 auto;padding:48px 32px}.mega-menu--platform .mega-menu-container{display:grid;grid-template-columns:minmax(0,60fr) minmax(0,40fr);gap:48px}.mega-menu--use-cases .mega-menu-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.mega-menu--solutions .mega-menu-container{display:grid;grid-template-columns:180px 220px 320px;gap:32px;justify-content:center}.mega-menu--resources .mega-menu-container{display:grid;grid-template-columns:minmax(0,40fr) minmax(0,60fr);gap:48px}.mega-menu-row-list{display:flex;flex-direction:column;gap:4px}.mega-menu-row{display:flex;align-items:flex-start;gap:16px;max-width:540px;padding:14px 16px;border-radius:8px;color:var(--brand--anchor-blue);text-decoration:none;transition:background-color .15s ease,color .15s ease}.mega-menu-row:hover{background-color:#b3d7fa4d;color:var(--brand--anchor-blue)}.mega-menu-row-icon{flex-shrink:0;width:28px;height:28px;color:var(--brand--brevity-blue)}.mega-menu-row-icon svg{width:100%;height:100%}.mega-menu-row-content{flex:1;min-width:0}.mega-menu-row-title{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1.3}.mega-menu-row-desc{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:1.5;color:#11161e99;margin-top:4px}.mega-menu-card{display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.08);padding:28px;border-radius:8px;color:var(--brand--anchor-blue);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.mega-menu-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.mega-menu-card-icon{width:32px;height:32px;color:var(--brand--brevity-blue);margin-bottom:16px}.mega-menu-card-icon svg{width:100%;height:100%}.mega-menu-card-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:22px;line-height:1.2;margin-bottom:12px}.mega-menu-card-desc{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:1.55;color:#11161e99}.mega-menu-card-link{margin-top:20px;font-family:Inter,sans-serif;font-weight:500;font-size:15px;color:var(--brand--brevity-blue)}.mega-menu-col{display:flex;flex-direction:column;gap:4px}.mega-menu-col-header{font-family:Inter,sans-serif;font-weight:700;font-size:15px;letter-spacing:.08em;text-transform:uppercase;color:var(--brand--anchor-blue);padding-bottom:12px;margin-bottom:0;border-bottom:1px solid rgba(1,31,75,.15)}.mega-menu-col-link{display:block;font-family:Inter,sans-serif;font-weight:500;font-size:16px;color:var(--brand--anchor-blue);padding:12px 0;text-decoration:none;transition:color .2s ease}.mega-menu-col-link:hover{color:var(--brand--brevity-blue)}.mega-menu-why{display:flex;flex-direction:column;background-color:#ff704314;padding:24px;border-radius:8px;text-decoration:none;color:var(--brand--anchor-blue);transition:transform .2s ease,box-shadow .2s ease}.mega-menu-why:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.mega-menu-why-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:22px;line-height:1.2;margin-bottom:12px}.mega-menu-why-tagline{font-family:Inter,sans-serif;font-weight:400;font-size:15px;line-height:1.55;color:#11161eb3;margin-bottom:16px}.mega-menu-why-link{font-family:Inter,sans-serif;font-weight:500;font-size:15px;color:var(--brand--brevity-blue);margin-top:auto}.mega-menu--resources .mega-menu-featured-img{display:none}.mega-menu-featured{display:flex;flex-direction:column;text-decoration:none;color:#fff;background-color:var(--brand--anchor-blue);padding:16px;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.mega-menu-featured:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.mega-menu-featured-img{aspect-ratio:16 / 9;background-image:linear-gradient(135deg,var(--brand--practice-sky) 0%,rgba(0,145,255,.35) 100%);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:12px;color:#11161e73;border-radius:6px;margin-bottom:16px}.mega-menu-featured-label{font-family:Inter,sans-serif;font-weight:600;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:8px}.mega-menu-featured-headline{font-family:"DM Serif Display",serif;font-weight:400;font-size:24px;line-height:1.2;color:#fff;margin-bottom:12px}.mega-menu-featured-excerpt{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.55;color:#ffffffd9;margin-bottom:16px}.mega-menu-featured-meta{font-family:Inter,sans-serif;font-weight:400;font-size:13px;color:#ffffff8c;margin-bottom:12px}.mega-menu-featured-link{font-family:Inter,sans-serif;font-weight:500;font-size:15px;color:var(--brand--beacon-coral);margin-top:auto}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:49;opacity:0;pointer-events:none;transition:opacity .2s ease}.drawer-backdrop.is-open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100%;background-color:#fff;z-index:51;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto}.drawer.is-open{transform:translate(0)}.drawer-top{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;height:64px;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.drawer-top .nav-logo{width:130px;height:36px}.drawer-top .nav-logo--light,.drawer-top .nav-logo--dark{height:36px;opacity:0}.drawer-top .nav-logo--dark{opacity:1}.drawer-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--brand--anchor-blue);background-color:transparent;border:none;cursor:pointer}.drawer-close svg{width:24px;height:24px}.drawer-content{flex:1;display:flex;flex-direction:column}.drawer-accordion{border-bottom:1px solid rgba(0,0,0,.08)}.drawer-accordion-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 24px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:var(--brand--anchor-blue);background-color:transparent;border:none;cursor:pointer;text-align:left}.drawer-accordion-chevron{width:18px;height:18px;color:var(--brand--anchor-blue);transition:transform .25s ease}.drawer-accordion.is-open .drawer-accordion-chevron{transform:rotate(180deg)}.drawer-accordion-body{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.drawer-accordion-body-inner{padding:0 0 16px}.drawer-accordion-subhead{font-family:Inter,sans-serif;font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#011f4b8c;padding:12px 24px 6px 48px;margin:0}.drawer-accordion-subhead:not(:first-child){position:relative;margin-top:8px;padding-top:16px}.drawer-accordion-subhead:not(:first-child):before{content:"";position:absolute;top:0;left:48px;right:24px;height:1px;background-color:#011f4b14}.drawer-link{display:flex;align-items:flex-start;gap:12px;padding:12px 24px 12px 48px;text-decoration:none;color:var(--brand--anchor-blue)}.drawer-link-icon{width:18px;height:18px;flex-shrink:0;color:var(--brand--brevity-blue);margin-top:2px}.drawer-link-icon svg{width:100%;height:100%}.drawer-link-content{flex:1;min-width:0}.drawer-link-title{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.3}.drawer-link-desc{font-family:Inter,sans-serif;font-weight:400;font-size:12px;color:#11161e8c;margin-top:2px;line-height:1.4}.drawer-link--top{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid rgba(0,0,0,.08);font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:var(--brand--anchor-blue)}.drawer-link--top svg{width:18px;height:18px;color:var(--brand--anchor-blue)}.drawer-link--top-nested{position:relative;padding:14px 24px 14px 48px;border-bottom:none;border-top:none;margin-top:8px}.drawer-link--top-nested:before{content:"";position:absolute;top:0;left:48px;right:24px;height:1px;background-color:#011f4b14}.drawer-spacer{flex:1}.drawer-cta-area{padding:24px;display:flex;flex-direction:column;gap:12px;border-top:1px solid rgba(0,0,0,.08)}.drawer-cta-area .btn-secondary-light,.drawer-cta-area .btn-primary{width:100%;justify-content:center}body.has-drawer-open{overflow:hidden}@media screen and (max-width:991px){.nav{height:76px}.nav-container{padding:0 24px;gap:16px}.nav-logo{width:150px;height:40px}.nav-logo--light,.nav-logo--dark{height:40px}.nav-links,.nav-cta-area{display:none}.nav-hamburger{display:inline-flex}.mega-menu{display:none}}@media screen and (max-width:767px){.nav-container{padding:0 24px}.drawer{width:320px}}@media screen and (max-width:479px){.nav-container{padding:0 16px}.drawer{width:100%}.nav-logo{width:130px;height:34px}.nav-logo--light,.nav-logo--dark{height:34px}}.hero-section{position:relative;min-height:900px;height:100dvh;max-height:1000px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--brand--brevity-blue);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-bg-mesh{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(at 0% 0%,var(--brand--brevity-blue) 0%,transparent 55%),radial-gradient(at 50% 50%,var(--brand--electric-blue) 0%,transparent 50%),radial-gradient(at 100% 100%,var(--brand--anchor-blue) 0%,transparent 50%);pointer-events:none;z-index:0}.hero-glow-center{position:absolute;top:50%;left:50%;width:600px;height:600px;transform:translate(-50%,-50%);background:radial-gradient(circle,var(--brand--electric-blue) 0%,transparent 70%);opacity:.1;filter:blur(96px);mix-blend-mode:screen;pointer-events:none;z-index:1}.hero-blob{position:absolute;top:25%;left:25%;width:400px;height:400px;background-color:#0058cc26;border-radius:9999px;filter:blur(100px);pointer-events:none;z-index:1;animation:hero-blob-drift 10s ease-in-out infinite}@keyframes hero-blob-drift{0%,to{transform:translate(0)}50%{transform:translate(-20px,20px)}}.hero-bottom-fade{position:absolute;left:0;right:0;bottom:0;height:200px;background:linear-gradient(to bottom,transparent 0%,var(--brand--anchor-blue) 100%);pointer-events:none;z-index:2}.hero-content{position:relative;z-index:10;width:100%;max-width:1280px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-content-inner{max-width:768px;display:flex;flex-direction:column;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background-color:#ffffff1a;color:#fff;font-size:14px;font-weight:500;border-radius:9999px}.hero-ping{position:relative;display:inline-flex;width:8px;height:8px}.hero-ping-pulse{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#22c55e;border-radius:9999px;opacity:.75;animation:hero-ping 1s cubic-bezier(0,0,.2,1) infinite}.hero-ping-dot{position:relative;width:8px;height:8px;background-color:#22c55e;border-radius:9999px}@keyframes hero-ping{75%,to{transform:scale(2);opacity:0}}.hero-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:72px;line-height:1.1;color:#fff;margin:32px 0 24px}.hero-subhead{font-family:Inter,sans-serif;font-weight:400;font-size:20px;line-height:1.55;color:#ffffffe6;margin:0 0 40px;max-width:672px}.hero-buttons{display:flex;flex-direction:row;gap:16px;justify-content:center}.hero-fade-up{opacity:0;transform:translateY(20px);animation:hero-fade-up .6s cubic-bezier(.16,1,.3,1) forwards}.hero-fade-up--1{animation-delay:.1s}.hero-fade-up--2{animation-delay:.2s}.hero-fade-up--3{animation-delay:.3s}.hero-fade-up--4{animation-delay:.4s}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section--light{background-color:#fff}.hero-section--light .hero-bg-mesh{background:radial-gradient(at 0% 0%,rgba(0,88,204,.1) 0%,transparent 55%),radial-gradient(at 50% 50%,rgba(0,145,255,.08) 0%,transparent 50%),radial-gradient(at 100% 100%,rgba(179,215,250,.2) 0%,transparent 50%)}.hero-section--light .hero-glow-center{opacity:.15}.hero-section--light .hero-blob{background-color:#0058cc14}.hero-section--light .hero-bottom-fade{background:linear-gradient(to bottom,transparent 0%,#ffffff 100%)}.hero-section--light .hero-badge{background-color:var(--brand--brevity-blue);color:#fff}.hero-section--light .hero-title{color:var(--brand--anchor-blue)}.hero-section--light .hero-subhead{color:#011f4bbf}.hero-section--tint{background-color:#e8f3fd}.hero-section--tint .hero-bg-mesh{background:radial-gradient(at 0% 0%,rgba(0,88,204,.12) 0%,transparent 55%),radial-gradient(at 50% 50%,rgba(0,145,255,.1) 0%,transparent 50%),radial-gradient(at 100% 100%,rgba(179,215,250,.3) 0%,transparent 50%)}.hero-section--tint .hero-glow-center{opacity:.15}.hero-section--tint .hero-blob{background-color:#0058cc1a}.hero-section--tint .hero-bottom-fade{background:linear-gradient(to bottom,transparent 0%,#E8F3FD 100%)}.hero-section--tint .hero-badge{background-color:#011f4b0f;color:var(--brand--anchor-blue)}.hero-section--tint .hero-title{color:var(--brand--anchor-blue)}.hero-section--tint .hero-subhead{color:#011f4bbf}@media screen and (max-width:991px){.hero-section{align-items:center;padding-top:120px;padding-bottom:48px;height:auto;max-height:none}.hero-title{font-size:56px}.hero-subhead{font-size:18px}}@media screen and (max-width:767px){.hero-section{min-height:700px}.hero-content{padding:0 20px}.hero-title{font-size:44px}.hero-subhead{font-size:17px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons>*{width:100%}}@media screen and (max-width:479px){.hero-title{font-size:36px}.hero-subhead{font-size:16px}}.hero-tcd-section{position:relative;min-height:900px;height:100dvh;max-height:1000px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--brand--brevity-blue);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-tcd-bg-mesh{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(at 0% 0%,var(--brand--brevity-blue) 0%,transparent 55%),radial-gradient(at 50% 50%,var(--brand--electric-blue) 0%,transparent 50%),radial-gradient(at 100% 100%,var(--brand--anchor-blue) 0%,transparent 50%);pointer-events:none;z-index:0}.hero-tcd-blob{position:absolute;top:25%;left:20%;width:400px;height:400px;background-color:#0058cc26;border-radius:9999px;filter:blur(100px);pointer-events:none;z-index:1;animation:hero-tcd-blob-drift 10s ease-in-out infinite}@keyframes hero-tcd-blob-drift{0%,to{transform:translate(0)}50%{transform:translate(-20px,20px)}}.hero-tcd-glow-center{position:absolute;top:50%;left:50%;width:600px;height:600px;transform:translate(-50%,-50%);background:radial-gradient(circle,var(--brand--electric-blue) 0%,transparent 70%);opacity:.1;filter:blur(96px);mix-blend-mode:screen;pointer-events:none;z-index:1}.hero-tcd-bottom-fade{position:absolute;left:0;right:0;bottom:0;height:200px;background:linear-gradient(to bottom,transparent 0%,var(--brand--anchor-blue) 100%);pointer-events:none;z-index:2}.hero-tcd-container{position:relative;z-index:10;width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.hero-tcd-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-tcd-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0}.hero-tcd-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background-color:#ffffff1a;color:#fff;font-size:14px;font-weight:500;border-radius:9999px}.hero-tcd-ping{position:relative;display:inline-flex;width:8px;height:8px}.hero-tcd-ping-pulse{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#22c55e;border-radius:9999px;opacity:.75;animation:hero-tcd-ping 1s cubic-bezier(0,0,.2,1) infinite}.hero-tcd-ping-dot{position:relative;width:8px;height:8px;background-color:#22c55e;border-radius:9999px}@keyframes hero-tcd-ping{75%,to{transform:scale(2);opacity:0}}.hero-tcd-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:64px;line-height:1.1;color:#fff;margin:32px 0 24px}.hero-tcd-subhead{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.55;color:#ffffffe6;margin:0 0 40px;max-width:512px}.hero-tcd-buttons{display:flex;flex-direction:row;gap:16px}.hero-tcd-mockup-wrap{position:relative;width:100%;max-width:512px;margin:0 auto;min-width:0}.hero-tcd-mockup-glow{position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;background:linear-gradient(135deg,#0058cc33,#0091ff33);filter:blur(48px);border-radius:48px;z-index:0;pointer-events:none}.hero-tcd-mockup-card{position:relative;z-index:1;background-color:#ffffff0d;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease}.hero-tcd-mockup-card:hover{transform:translateY(-4px);border-color:#ffffff4d;box-shadow:0 0 30px #ffffff26}.hero-tcd-mockup-header{display:flex;align-items:center;gap:6px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.hero-tcd-mockup-dot{width:12px;height:12px;border-radius:9999px}.hero-tcd-mockup-dot--red{background-color:#f87171cc}.hero-tcd-mockup-dot--yellow{background-color:#facc15cc}.hero-tcd-mockup-dot--green{background-color:#4ade80cc}.hero-tcd-mockup-label{margin-left:8px;color:#ffffffb3;font-size:12px;font-weight:500}.hero-tcd-mockup-body{display:flex;flex-direction:column;gap:16px;padding:24px}.hero-tcd-bubble{font-family:Inter,sans-serif;font-size:14px;line-height:1.5;margin:0;padding:16px;width:85%;border-radius:16px}.hero-tcd-bubble--buyer{align-self:flex-start;background-color:#ffffff1a;color:#ffffffe6;border-top-left-radius:4px}.hero-tcd-bubble--rep{align-self:flex-end;background-color:#0058cc66;color:#fff;border-top-right-radius:4px}.hero-tcd-feedback{margin-top:16px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.hero-tcd-feedback-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:8px}.hero-tcd-feedback-label{color:#fffc;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.hero-tcd-feedback-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#22c55e1a;color:#22c55e;font-size:12px;font-weight:500;border-radius:6px}.hero-tcd-feedback-check{width:12px;height:12px}.hero-tcd-progress-track{position:relative;height:8px;width:100%;background-color:#ffffff1a;border-radius:9999px;overflow:hidden}.hero-tcd-progress-fill{height:100%;width:0;background-color:var(--brand--beacon-coral);border-radius:9999px;animation:hero-tcd-progress-fill 1.5s 1.2s cubic-bezier(.4,0,.2,1) forwards}@keyframes hero-tcd-progress-fill{to{width:85%}}.hero-tcd-float{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:12px;background-color:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:12px;box-shadow:0 10px 25px #0003;pointer-events:none}.hero-tcd-float--shield{top:-24px;right:-24px;animation:hero-tcd-bob-a 4s ease-in-out infinite}.hero-tcd-float--chart{bottom:-32px;left:-24px;padding:12px;border-radius:12px;animation:hero-tcd-bob-b 5s ease-in-out infinite;animation-delay:1s}.hero-tcd-float--star{top:50%;right:-32px;padding:8px;border-radius:10px;animation:hero-tcd-bob-c 6s ease-in-out infinite;animation-delay:2s}.hero-tcd-float-icon{width:20px;height:20px;color:#fffc}.hero-tcd-float-icon--electric{color:var(--brand--electric-blue)}.hero-tcd-float-icon--star{width:16px;height:16px;color:#facc15}@keyframes hero-tcd-bob-a{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes hero-tcd-bob-b{0%,to{transform:translateY(0)}50%{transform:translateY(15px)}}@keyframes hero-tcd-bob-c{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(10deg)}}.hero-tcd-fade-up{opacity:0;transform:translateY(20px);animation:hero-tcd-fade-up .6s cubic-bezier(.16,1,.3,1) forwards}.hero-tcd-fade-up--1{animation-delay:.1s}.hero-tcd-fade-up--2{animation-delay:.2s}.hero-tcd-fade-up--3{animation-delay:.3s}.hero-tcd-fade-up--4{animation-delay:.4s}.hero-tcd-fade-up--5{transform:translateY(30px);animation:hero-tcd-fade-up-mockup .8s .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes hero-tcd-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-tcd-fade-up-mockup{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:991px){.hero-tcd-section{align-items:center;padding-top:120px;padding-bottom:48px;height:auto;max-height:none}.hero-tcd-grid{grid-template-columns:1fr;gap:48px}.hero-tcd-content{padding-top:0;align-items:center;text-align:center}.hero-tcd-buttons{justify-content:center}.hero-tcd-mockup-wrap{padding-bottom:40px}.hero-tcd-title{font-size:56px}.hero-tcd-subhead{font-size:17px}.hero-tcd-float--chart{bottom:8px}}@media screen and (max-width:767px){.hero-tcd-section{min-height:700px}.hero-tcd-container{padding:0 20px}.hero-tcd-title{font-size:44px}.hero-tcd-subhead{font-size:16px}.hero-tcd-buttons{flex-direction:column;width:100%}.hero-tcd-buttons>*{width:100%}.hero-tcd-float--star{display:none}}@media screen and (max-width:479px){.hero-tcd-section{min-height:0;height:auto;max-height:none;padding:140px 0}.hero-tcd-content{padding-top:0}.hero-tcd-mockup-wrap{padding-bottom:0}.hero-tcd-title{font-size:36px}.hero-tcd-subhead{font-size:15px}.hero-tcd-mockup-body{padding:16px}.hero-tcd-bubble{font-size:13px;padding:12px}.hero-tcd-float--shield{top:-16px;right:-12px;padding:10px}.hero-tcd-float--chart{bottom:-20px;left:-12px;padding:10px}}.hero-tcd-section--mockup-light .hero-tcd-mockup-card{background-color:#fff;border-color:#ffffff4d;box-shadow:0 25px 50px -12px #0006}.hero-tcd-section--mockup-light .hero-tcd-mockup-card:hover{border-color:var(--brand--electric-blue);box-shadow:0 0 30px #0091ff33}.hero-tcd-section--mockup-light .hero-tcd-mockup-header{border-bottom-color:#00000014}.hero-tcd-section--mockup-light .hero-tcd-mockup-label{color:#011f4ba6}.hero-tcd-section--mockup-light .hero-tcd-bubble--buyer{background-color:#f3f4f6;color:#1f2937}.hero-tcd-section--mockup-light .hero-tcd-bubble--rep{background-color:var(--brand--brevity-blue);color:#fff}.hero-tcd-section--mockup-light .hero-tcd-feedback{border-top-color:#00000014}.hero-tcd-section--mockup-light .hero-tcd-feedback-label{color:#011f4bcc}.hero-tcd-section--mockup-light .hero-tcd-progress-track{background-color:#011f4b14}.hero-tcl-section{position:relative;min-height:900px;height:100dvh;max-height:1000px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#fff;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-tcl-bg-mesh{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(at 0% 0%,rgba(179,215,250,.55) 0%,transparent 55%),radial-gradient(at 50% 50%,rgba(0,145,255,.1) 0%,transparent 50%),radial-gradient(at 100% 100%,rgba(0,88,204,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.hero-tcl-blob{position:absolute;top:25%;left:20%;width:400px;height:400px;background-color:#b3d7fa4d;border-radius:9999px;filter:blur(100px);pointer-events:none;z-index:1;animation:hero-tcl-blob-drift 10s ease-in-out infinite}@keyframes hero-tcl-blob-drift{0%,to{transform:translate(0)}50%{transform:translate(-20px,20px)}}.hero-tcl-glow-center{position:absolute;top:50%;left:50%;width:600px;height:600px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(179,215,250,.5) 0%,transparent 70%);opacity:.6;filter:blur(96px);pointer-events:none;z-index:1}.hero-tcl-bottom-fade{position:absolute;left:0;right:0;bottom:0;height:200px;background:linear-gradient(to bottom,transparent 0%,#ffffff 100%);pointer-events:none;z-index:2}.hero-tcl-container{position:relative;z-index:10;width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.hero-tcl-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-tcl-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0}.hero-tcl-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background-color:var(--brand--brevity-blue);color:#fff;font-size:14px;font-weight:500;border-radius:9999px}.hero-tcl-ping{position:relative;display:inline-flex;width:8px;height:8px}.hero-tcl-ping-pulse{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#22c55e;border-radius:9999px;opacity:.75;animation:hero-tcl-ping 1s cubic-bezier(0,0,.2,1) infinite}.hero-tcl-ping-dot{position:relative;width:8px;height:8px;background-color:#22c55e;border-radius:9999px}@keyframes hero-tcl-ping{75%,to{transform:scale(2);opacity:0}}.hero-tcl-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:52px;line-height:1.15;color:var(--brand--anchor-blue);margin:32px 0 24px}.hero-tcl-subhead{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.55;color:#0f172ab3;margin:0 0 40px;max-width:512px}.hero-tcl-buttons{display:flex;flex-direction:row;gap:16px}.hero-tcl-mockup-wrap{position:relative;width:100%;max-width:512px;margin:0 auto;min-width:0}.hero-tcl-mockup-glow{position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;background:linear-gradient(135deg,#0058cc1a,#0091ff1a);filter:blur(48px);border-radius:48px;z-index:0;pointer-events:none}.hero-tcl-mockup-card{position:relative;z-index:1;background-color:#fff;border:1px solid rgba(1,31,75,.08);border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #011f4b2e,0 8px 16px -8px #011f4b1a;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease}.hero-tcl-mockup-card:hover{transform:translateY(-4px);border-color:#0091ff4d;box-shadow:0 30px 60px -12px #011f4b40,0 0 0 4px #0091ff14}.hero-tcl-mockup-header{display:flex;align-items:center;gap:6px;padding:12px 16px;border-bottom:1px solid rgba(1,31,75,.08);background-color:#f8fafc99}.hero-tcl-mockup-dot{width:12px;height:12px;border-radius:9999px}.hero-tcl-mockup-dot--red{background-color:#fca5a5}.hero-tcl-mockup-dot--yellow{background-color:#fcd34d}.hero-tcl-mockup-dot--green{background-color:#86efac}.hero-tcl-mockup-label{margin-left:8px;color:#011f4ba6;font-size:12px;font-weight:500}.hero-tcl-mockup-body{display:flex;flex-direction:column;gap:12px;padding:24px}.hero-tcl-rollup-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background-color:#f8fafcd9;border:1px solid rgba(1,31,75,.06);border-radius:10px}.hero-tcl-rollup-left{display:flex;flex-direction:column;gap:2px;min-width:0}.hero-tcl-rollup-name{color:var(--brand--anchor-blue);font-size:14px;font-weight:600;line-height:1.3}.hero-tcl-rollup-meta{color:#011f4b8c;font-size:12px;font-weight:400;line-height:1.3}.hero-tcl-risk-pill{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;letter-spacing:.02em;border-radius:9999px;white-space:nowrap}.hero-tcl-risk-pill--high{background-color:#ff704326;color:#c2410c}.hero-tcl-risk-pill--medium{background-color:#facc152e;color:#92400e}.hero-tcl-risk-pill--low{background-color:#22c55e26;color:#15803d}.hero-tcl-feedback{margin-top:8px;padding-top:16px;border-top:1px solid rgba(1,31,75,.08)}.hero-tcl-feedback-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:8px}.hero-tcl-feedback-label{color:#011f4ba6;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.hero-tcl-feedback-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#22c55e1f;color:#15803d;font-size:12px;font-weight:500;border-radius:6px}.hero-tcl-feedback-check{width:12px;height:12px}.hero-tcl-progress-track{position:relative;height:8px;width:100%;background-color:#011f4b14;border-radius:9999px;overflow:hidden}.hero-tcl-progress-fill{height:100%;width:0;background-color:var(--brand--beacon-coral);border-radius:9999px;animation:hero-tcl-progress-fill 1.5s 1.2s cubic-bezier(.4,0,.2,1) forwards}@keyframes hero-tcl-progress-fill{to{width:78%}}.hero-tcl-float{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:12px;background-color:#fff;border:1px solid rgba(1,31,75,.08);border-radius:12px;box-shadow:0 10px 25px #011f4b1f;pointer-events:none}.hero-tcl-float--shield{top:-24px;right:-24px;animation:hero-tcl-bob-a 4s ease-in-out infinite}.hero-tcl-float--chart{bottom:-32px;left:-24px;padding:12px;border-radius:12px;animation:hero-tcl-bob-b 5s ease-in-out infinite;animation-delay:1s}.hero-tcl-float--star{top:50%;right:-32px;padding:8px;border-radius:10px;animation:hero-tcl-bob-c 6s ease-in-out infinite;animation-delay:2s}.hero-tcl-float-icon{width:20px;height:20px;color:var(--brand--anchor-blue)}.hero-tcl-float-icon--electric{color:var(--brand--electric-blue)}.hero-tcl-float-icon--star{width:16px;height:16px;color:#facc15}@keyframes hero-tcl-bob-a{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes hero-tcl-bob-b{0%,to{transform:translateY(0)}50%{transform:translateY(15px)}}@keyframes hero-tcl-bob-c{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(10deg)}}.hero-tcl-fade-up{opacity:0;transform:translateY(20px);animation:hero-tcl-fade-up .6s cubic-bezier(.16,1,.3,1) forwards}.hero-tcl-fade-up--1{animation-delay:.1s}.hero-tcl-fade-up--2{animation-delay:.2s}.hero-tcl-fade-up--3{animation-delay:.3s}.hero-tcl-fade-up--4{animation-delay:.4s}.hero-tcl-fade-up--5{transform:translateY(30px);animation:hero-tcl-fade-up-mockup .8s .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes hero-tcl-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-tcl-fade-up-mockup{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:991px){.hero-tcl-section{align-items:center;padding-top:120px;padding-bottom:48px;height:auto;max-height:none}.hero-tcl-grid{grid-template-columns:1fr;gap:48px}.hero-tcl-content{padding-top:0;align-items:center;text-align:center}.hero-tcl-buttons{justify-content:center}.hero-tcl-mockup-wrap{padding-bottom:40px}.hero-tcl-title{font-size:46px}.hero-tcl-subhead{font-size:17px}.hero-tcl-float--chart{bottom:8px}}@media screen and (max-width:767px){.hero-tcl-section{min-height:700px}.hero-tcl-container{padding:0 20px}.hero-tcl-title{font-size:38px}.hero-tcl-subhead{font-size:16px}.hero-tcl-buttons{flex-direction:column;width:100%}.hero-tcl-buttons>*{width:100%}.hero-tcl-float--star{display:none}}@media screen and (max-width:479px){.hero-tcl-section{min-height:0;height:auto;max-height:none;padding:140px 0}.hero-tcl-content{padding-top:0}.hero-tcl-mockup-wrap{padding-bottom:0}.hero-tcl-title{font-size:32px}.hero-tcl-subhead{font-size:15px}.hero-tcl-mockup-body{padding:16px;gap:10px}.hero-tcl-rollup-row{padding:10px 12px}.hero-tcl-rollup-name{font-size:13px}.hero-tcl-rollup-meta{font-size:11px}.hero-tcl-float--shield{top:-16px;right:-12px;padding:10px}.hero-tcl-float--chart{bottom:-20px;left:-12px;padding:10px}}.hero-tct-section{position:relative;min-height:900px;height:100dvh;max-height:1000px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#e8f3fd;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero-tct-bg-mesh{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(at 0% 0%,rgba(179,215,250,.65) 0%,transparent 55%),radial-gradient(at 50% 50%,rgba(0,145,255,.1) 0%,transparent 50%),radial-gradient(at 100% 100%,rgba(0,88,204,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.hero-tct-blob{position:absolute;top:25%;left:20%;width:400px;height:400px;background-color:#b3d7fa66;border-radius:9999px;filter:blur(100px);pointer-events:none;z-index:1;animation:hero-tct-blob-drift 10s ease-in-out infinite}@keyframes hero-tct-blob-drift{0%,to{transform:translate(0)}50%{transform:translate(-20px,20px)}}.hero-tct-glow-center{position:absolute;top:50%;left:50%;width:600px;height:600px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(179,215,250,.55) 0%,transparent 70%);opacity:.65;filter:blur(96px);pointer-events:none;z-index:1}.hero-tct-bottom-fade{position:absolute;left:0;right:0;bottom:0;height:200px;background:linear-gradient(to bottom,transparent 0%,#E8F3FD 100%);pointer-events:none;z-index:2}.hero-tct-container{position:relative;z-index:10;width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.hero-tct-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-tct-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0}.hero-tct-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background-color:var(--brand--brevity-blue);color:#fff;font-size:14px;font-weight:500;border-radius:9999px}.hero-tct-ping{position:relative;display:inline-flex;width:8px;height:8px}.hero-tct-ping-pulse{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#22c55e;border-radius:9999px;opacity:.75;animation:hero-tct-ping 1s cubic-bezier(0,0,.2,1) infinite}.hero-tct-ping-dot{position:relative;width:8px;height:8px;background-color:#22c55e;border-radius:9999px}@keyframes hero-tct-ping{75%,to{transform:scale(2);opacity:0}}.hero-tct-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:52px;line-height:1.15;color:var(--brand--anchor-blue);margin:32px 0 24px}.hero-tct-subhead{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.55;color:#0f172ab3;margin:0 0 40px;max-width:512px}.hero-tct-buttons{display:flex;flex-direction:row;gap:16px}.hero-tct-mockup-wrap{position:relative;width:100%;max-width:512px;margin:0 auto;min-width:0}.hero-tct-mockup-glow{position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;background:linear-gradient(135deg,#0058cc1a,#0091ff1a);filter:blur(48px);border-radius:48px;z-index:0;pointer-events:none}.hero-tct-mockup-card{position:relative;z-index:1;background-color:#fff;border:1px solid rgba(1,31,75,.08);border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #011f4b2e,0 8px 16px -8px #011f4b1a;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease}.hero-tct-mockup-card:hover{transform:translateY(-4px);border-color:#0091ff4d;box-shadow:0 30px 60px -12px #011f4b40,0 0 0 4px #0091ff14}.hero-tct-mockup-header{display:flex;align-items:center;gap:6px;padding:12px 16px;border-bottom:1px solid rgba(1,31,75,.08);background-color:#f8fafc99}.hero-tct-mockup-dot{width:12px;height:12px;border-radius:9999px}.hero-tct-mockup-dot--red{background-color:#fca5a5}.hero-tct-mockup-dot--yellow{background-color:#fcd34d}.hero-tct-mockup-dot--green{background-color:#86efac}.hero-tct-mockup-label{margin-left:8px;color:#011f4ba6;font-size:12px;font-weight:500}.hero-tct-mockup-body{display:flex;flex-direction:column;gap:10px;padding:20px}.hero-tct-chapter{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;background-color:#f8fafcd9;border:1px solid rgba(1,31,75,.06);transition:background-color .2s ease,border-color .2s ease}.hero-tct-chapter--active{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;background-color:#0091ff0f;border-color:#0091ff40}.hero-tct-chapter--locked{background-color:#f8fafc99;opacity:.65}.hero-tct-chapter-header{display:flex;align-items:center;gap:10px;padding:12px 14px}.hero-tct-chapter-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:9999px;flex-shrink:0}.hero-tct-chapter-icon svg{width:12px;height:12px}.hero-tct-chapter-icon--check{background-color:#22c55e26;color:#15803d}.hero-tct-chapter-icon--progress{background-color:var(--brand--electric-blue);color:#fff}.hero-tct-chapter-icon--progress svg{width:10px;height:10px;margin-left:1px}.hero-tct-chapter-icon--locked{background-color:#011f4b14;color:#011f4b8c}.hero-tct-chapter-title{flex:1;min-width:0;color:var(--brand--anchor-blue);font-size:14px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-tct-chapter-status{display:inline-flex;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;letter-spacing:.02em;border-radius:9999px;white-space:nowrap;flex-shrink:0}.hero-tct-chapter-status--passed{background-color:#22c55e26;color:#15803d}.hero-tct-chapter-status--active{background-color:#0091ff26;color:var(--brand--brevity-blue)}.hero-tct-chapter-status--locked{background-color:#011f4b14;color:#011f4b8c}.hero-tct-section-list{display:flex;flex-direction:column;gap:6px;padding:0 14px 14px;margin-left:32px;border-left:2px solid rgba(0,145,255,.18)}.hero-tct-section-row{display:flex;align-items:center;gap:10px;padding:8px 10px 8px 14px;background-color:#fff;border:1px solid rgba(1,31,75,.06);border-radius:8px;font-size:13px;color:var(--brand--anchor-blue)}.hero-tct-section-row--current{border-color:#0091ff66;box-shadow:0 0 0 3px #0091ff1a}.hero-tct-section-row--locked{opacity:.55}.hero-tct-section-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:9999px;flex-shrink:0}.hero-tct-section-icon svg{width:10px;height:10px}.hero-tct-section-icon--passed{background-color:#22c55e26;color:#15803d}.hero-tct-section-icon--current{background-color:var(--brand--electric-blue);position:relative}.hero-tct-section-icon--current:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;border:2px solid var(--brand--electric-blue);opacity:.5;animation:hero-tct-pulse 1.6s cubic-bezier(0,0,.2,1) infinite}@keyframes hero-tct-pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.6);opacity:0}}.hero-tct-section-icon--locked{background-color:#011f4b0f;color:#011f4b8c}.hero-tct-section-name{flex:1;min-width:0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-tct-section-score{font-size:11px;font-weight:600;letter-spacing:.02em;white-space:nowrap;flex-shrink:0;color:#011f4b8c}.hero-tct-section-score--passed{color:#15803d}.hero-tct-section-score--current{color:var(--brand--brevity-blue)}.hero-tct-section-score--locked{color:#011f4b66}.hero-tct-feedback{margin-top:8px;padding-top:16px;border-top:1px solid rgba(1,31,75,.08)}.hero-tct-feedback-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:8px}.hero-tct-feedback-label{color:#011f4ba6;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.hero-tct-feedback-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#0091ff1f;color:var(--brand--brevity-blue);font-size:12px;font-weight:500;border-radius:6px}.hero-tct-feedback-check{width:12px;height:12px}.hero-tct-progress-track{position:relative;height:8px;width:100%;background-color:#011f4b14;border-radius:9999px;overflow:hidden}.hero-tct-progress-fill{height:100%;width:0;background-color:var(--brand--electric-blue);border-radius:9999px;animation:hero-tct-progress-fill 1.5s 1.2s cubic-bezier(.4,0,.2,1) forwards}@keyframes hero-tct-progress-fill{to{width:42%}}.hero-tct-float{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:12px;background-color:#fff;border:1px solid rgba(1,31,75,.08);border-radius:12px;box-shadow:0 10px 25px #011f4b1f;pointer-events:none}.hero-tct-float--shield{top:-24px;right:-24px;animation:hero-tct-bob-a 4s ease-in-out infinite}.hero-tct-float--chart{bottom:-32px;left:-24px;padding:12px;border-radius:12px;animation:hero-tct-bob-b 5s ease-in-out infinite;animation-delay:1s}.hero-tct-float--star{top:50%;right:-32px;padding:8px;border-radius:10px;animation:hero-tct-bob-c 6s ease-in-out infinite;animation-delay:2s}.hero-tct-float-icon{width:20px;height:20px;color:var(--brand--anchor-blue)}.hero-tct-float-icon--electric{color:var(--brand--electric-blue)}.hero-tct-float-icon--star{width:16px;height:16px;color:#facc15}@keyframes hero-tct-bob-a{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes hero-tct-bob-b{0%,to{transform:translateY(0)}50%{transform:translateY(15px)}}@keyframes hero-tct-bob-c{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(10deg)}}.hero-tct-fade-up{opacity:0;transform:translateY(20px);animation:hero-tct-fade-up .6s cubic-bezier(.16,1,.3,1) forwards}.hero-tct-fade-up--1{animation-delay:.1s}.hero-tct-fade-up--2{animation-delay:.2s}.hero-tct-fade-up--3{animation-delay:.3s}.hero-tct-fade-up--4{animation-delay:.4s}.hero-tct-fade-up--5{transform:translateY(30px);animation:hero-tct-fade-up-mockup .8s .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes hero-tct-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-tct-fade-up-mockup{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:991px){.hero-tct-section{align-items:center;padding-top:120px;padding-bottom:48px;height:auto;max-height:none}.hero-tct-grid{grid-template-columns:1fr;gap:48px}.hero-tct-content{padding-top:0;align-items:center;text-align:center}.hero-tct-buttons{justify-content:center}.hero-tct-mockup-wrap{padding-bottom:40px}.hero-tct-title{font-size:46px}.hero-tct-subhead{font-size:17px}.hero-tct-float--chart{bottom:8px}}@media screen and (max-width:767px){.hero-tct-section{min-height:700px}.hero-tct-container{padding:0 20px}.hero-tct-title{font-size:38px}.hero-tct-subhead{font-size:16px}.hero-tct-buttons{flex-direction:column;width:100%}.hero-tct-buttons>*{width:100%}.hero-tct-float--star{display:none}}@media screen and (max-width:479px){.hero-tct-section{min-height:0;height:auto;max-height:none;padding:140px 0}.hero-tct-content{padding-top:0}.hero-tct-mockup-wrap{padding-bottom:0}.hero-tct-title{font-size:32px}.hero-tct-subhead{font-size:15px}.hero-tct-mockup-body{padding:16px;gap:8px}.hero-tct-chapter-header,.hero-tct-chapter{padding:10px 12px}.hero-tct-chapter-title{font-size:13px}.hero-tct-section-list{padding:0 12px 12px;margin-left:24px}.hero-tct-section-row{padding:6px 8px;font-size:12px}.hero-tct-float--shield{top:-16px;right:-12px;padding:10px}.hero-tct-float--chart{bottom:-20px;left:-12px;padding:10px}}.hero-tcd-brief-card{position:relative;z-index:1;width:100%;max-width:420px;margin:0 auto;background-color:#fff;border-radius:16px;padding:22px;box-shadow:0 18px 50px #0000004d;color:#111827;font-family:Inter,sans-serif}.hero-tcd-brief-persona{display:flex;gap:14px;align-items:flex-start;padding:14px;border:1px solid #E5E7EB;border-radius:12px;margin:0 0 12px;position:relative}.hero-tcd-brief-avatar{flex:0 0 56px;width:56px;height:56px;background:#0058cc;border-radius:50%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.hero-tcd-brief-avatar svg{width:38px;height:38px;color:#fff}.hero-tcd-brief-persona-body{flex:1;min-width:0}.hero-tcd-brief-persona-name{font:600 16px/1.25 Inter,sans-serif;color:#111827;margin:2px 0}.hero-tcd-brief-persona-role{font:400 13px/1.4 Inter,sans-serif;color:#374151;margin:0 0 2px}.hero-tcd-brief-persona-org{font:400 12px/1.4 Inter,sans-serif;color:#6b7280;margin:0}.hero-tcd-brief-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#ff70431a;color:#b83a0e;border-radius:6px;font:600 11px/1.2 Inter,sans-serif;margin:8px 0 0}.hero-tcd-brief-context{background:#0058cc0f;border-radius:10px;padding:12px 14px;font:13px/1.55 Inter,sans-serif;color:#374151;margin:0 0 14px}.hero-tcd-brief-scenario{margin:0 0 14px}.hero-tcd-brief-scen-name{font:600 15px/1.25 Inter,sans-serif;color:#111827;margin:0 0 4px}.hero-tcd-brief-scen-desc{font:400 12.5px/1.5 Inter,sans-serif;color:#6b7280;margin:0}.hero-tcd-brief-milestones{margin:0 0 16px;display:flex;flex-direction:column;gap:6px}.hero-tcd-brief-ms{display:flex;gap:10px;align-items:flex-start;padding:8px 10px;border-radius:8px}.hero-tcd-brief-ms-num{flex:0 0 20px;width:20px;height:20px;border-radius:50%;background:#f3f4f6;color:#374151;font:600 11px/20px Inter,sans-serif;text-align:center}.hero-tcd-brief-ms-title{font:600 12.5px/1.3 Inter,sans-serif;color:#111827;margin:1px 0 0}.hero-tcd-brief-ms-target{background:#fef9e7}.hero-tcd-brief-ms-target .hero-tcd-brief-ms-num{background:#ff7043;color:#fff}.hero-tcd-brief-ms-target .hero-tcd-brief-ms-title{color:#92400e;display:flex;align-items:center;gap:5px}.hero-tcd-brief-ms-target svg{width:11px;height:11px;color:#ff7043}.hero-tcd-brief-start{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background:#0058cc;color:#fff;border:0;border-radius:10px;font:600 14px/1 Inter,sans-serif;cursor:pointer;transition:background-color .15s ease-out}.hero-tcd-brief-start:hover{background:#004bb0}.hero-tcd-brief-start svg{width:11px;height:11px}.dvd{display:block;width:100%;margin:-1px 0}.dvd-single{height:64px}.dvd-layered{height:160px}.dvd--anchor-to-white .dvd-bg{fill:#fff}.dvd--anchor-to-white .dvd-fg{fill:var(--brand--anchor-blue)}.dvd--anchor-to-white .dvd-mid{fill:var(--brand--brevity-blue)}.dvd--white-to-anchor .dvd-bg{fill:var(--brand--anchor-blue)}.dvd--white-to-anchor .dvd-fg{fill:#fff}.dvd--white-to-anchor .dvd-mid{fill:var(--brand--brevity-blue)}.dvd--anchor-to-tint .dvd-bg{fill:#f0f5ff}.dvd--anchor-to-tint .dvd-fg{fill:var(--brand--anchor-blue)}.dvd--anchor-to-tint .dvd-mid{fill:var(--brand--brevity-blue)}.dvd--tint-to-anchor .dvd-bg{fill:var(--brand--anchor-blue)}.dvd--tint-to-anchor .dvd-fg{fill:#f0f5ff}.dvd--tint-to-anchor .dvd-mid{fill:var(--brand--brevity-blue)}.dvd--white-to-tint .dvd-bg{fill:#f0f5ff}.dvd--white-to-tint .dvd-fg{fill:#fff}.dvd--white-to-tint .dvd-mid{fill:#d6e4f9}.dvd--tint-to-white .dvd-bg{fill:#fff}.dvd--tint-to-white .dvd-fg{fill:#f0f5ff}.dvd--tint-to-white .dvd-mid{fill:#d6e4f9}.dvd--anchor-to-sky .dvd-bg{fill:#e8f3fd}.dvd--anchor-to-sky .dvd-fg{fill:var(--brand--anchor-blue)}.dvd--anchor-to-sky .dvd-mid{fill:var(--brand--brevity-blue)}.dvd--sky-to-anchor .dvd-bg{fill:var(--brand--anchor-blue)}.dvd--sky-to-anchor .dvd-fg{fill:#e8f3fd}.dvd--sky-to-anchor .dvd-mid{fill:var(--brand--brevity-blue)}.dvd--white-to-sky .dvd-bg{fill:#e8f3fd}.dvd--white-to-sky .dvd-fg{fill:#fff}.dvd--white-to-sky .dvd-mid{fill:#d6e4f9}.dvd--sky-to-white .dvd-bg{fill:#fff}.dvd--sky-to-white .dvd-fg{fill:#e8f3fd}.dvd--sky-to-white .dvd-mid{fill:#d6e4f9}.dvd--brevity-to-white .dvd-bg{fill:#fff}.dvd--brevity-to-white .dvd-fg{fill:var(--brand--brevity-blue)}.dvd--brevity-to-white .dvd-mid{fill:var(--brand--anchor-blue)}.dvd--white-to-brevity .dvd-bg{fill:var(--brand--brevity-blue)}.dvd--white-to-brevity .dvd-fg{fill:#fff}.dvd--white-to-brevity .dvd-mid{fill:var(--brand--anchor-blue)}:root{--brand--brevity-blue: #0058CC;--brand--anchor-blue: #011F4B;--brand--electric-blue: #0091FF;--brand--practice-sky: #B3D7FA;--brand--practice-sky-tint: #E8F3FD}.lscroll-section,.lscroll-section *,.lscroll-section *:before,.lscroll-section *:after{box-sizing:border-box}.lscroll-section{position:relative;padding:88px 24px 96px;overflow:hidden}.lscroll-section.is-headless{padding:32px 24px 36px}.lscroll-section-inner{max-width:1280px;margin:0 auto}.lscroll-header{text-align:center;max-width:760px;margin:0 auto 48px}.lscroll-eyebrow{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;font-family:Inter,sans-serif;font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;opacity:0;transform:translateY(10px);transition:opacity .42s ease-out,transform .42s ease-out;transition-delay:0ms}.lscroll-headline{font-family:"DM Serif Display",serif;font-weight:400;font-size:36px;line-height:1.12;letter-spacing:-.01em;margin:0;opacity:0;transform:translateY(14px);transition:opacity .46s ease-out,transform .46s ease-out;transition-delay:80ms}.lscroll-subhead{margin:12px auto 0;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.55;max-width:720px;opacity:0;transform:translateY(14px);transition:opacity .46s ease-out,transform .46s ease-out;transition-delay:.16s}.lscroll-section.is-visible .lscroll-eyebrow,.lscroll-section.is-visible .lscroll-headline,.lscroll-section.is-visible .lscroll-subhead{opacity:1;transform:translateY(0)}.lscroll-marquee{position:relative;overflow:hidden;width:100%;padding:28px 0;opacity:0;transition:opacity .5s ease-out;transition-delay:.24s}.lscroll-section.is-headless .lscroll-marquee{transition-delay:0ms}.lscroll-section.is-visible .lscroll-marquee{opacity:1}.lscroll-track{display:flex;align-items:center;width:max-content;gap:64px;padding-right:64px;animation:lscroll-translate 40s linear infinite;will-change:transform}.lscroll-marquee:hover .lscroll-track{animation-play-state:paused}@keyframes lscroll-translate{0%{transform:translate(0)}to{transform:translate(-50%)}}.lscroll-logo{flex:0 0 auto;display:block;max-height:44px;width:auto;object-fit:contain;cursor:default;transition:filter .28s ease-out,opacity .28s ease-out}.lscroll-fade{position:absolute;top:0;bottom:0;width:96px;pointer-events:none;z-index:2}.lscroll-fade--left{left:0}.lscroll-fade--right{right:0}.lscroll-section.is-tone-light{background:#fff}.lscroll-section.is-tone-light .lscroll-eyebrow{background:#0058cc14;color:var(--brand--brevity-blue)}.lscroll-section.is-tone-light .lscroll-headline{color:var(--brand--anchor-blue)}.lscroll-section.is-tone-light .lscroll-subhead{color:#475569}.lscroll-section.is-tone-light .lscroll-logo{filter:grayscale(1);opacity:.6}.lscroll-section.is-tone-light .lscroll-logo:hover{filter:grayscale(0);opacity:1}.lscroll-section.is-tone-light .lscroll-fade--left{background:linear-gradient(to right,#fff,#fff0)}.lscroll-section.is-tone-light .lscroll-fade--right{background:linear-gradient(to left,#fff,#fff0)}.lscroll-section.is-tone-tint{background:var(--brand--practice-sky-tint)}.lscroll-section.is-tone-tint .lscroll-eyebrow{background:#0058cc1f;color:var(--brand--brevity-blue)}.lscroll-section.is-tone-tint .lscroll-headline{color:var(--brand--anchor-blue)}.lscroll-section.is-tone-tint .lscroll-subhead{color:#3b4b63}.lscroll-section.is-tone-tint .lscroll-logo{filter:grayscale(1);opacity:.6}.lscroll-section.is-tone-tint .lscroll-logo:hover{filter:grayscale(0);opacity:1}.lscroll-section.is-tone-tint .lscroll-fade--left{background:linear-gradient(to right,var(--brand--practice-sky-tint) 0%,rgba(232,243,253,0) 100%)}.lscroll-section.is-tone-tint .lscroll-fade--right{background:linear-gradient(to left,var(--brand--practice-sky-tint) 0%,rgba(232,243,253,0) 100%)}.lscroll-section.is-tone-dark{background:var(--brand--anchor-blue)}.lscroll-section.is-tone-dark .lscroll-eyebrow{background:#0091ff29;color:var(--brand--electric-blue)}.lscroll-section.is-tone-dark .lscroll-headline{color:#fff}.lscroll-section.is-tone-dark .lscroll-subhead{color:#ffffffe6}.lscroll-section.is-tone-dark .lscroll-logo{filter:brightness(0) invert(1);opacity:.75}.lscroll-section.is-tone-dark .lscroll-logo:hover{filter:none;opacity:1}.lscroll-section.is-tone-dark .lscroll-fade--left{background:linear-gradient(to right,var(--brand--anchor-blue) 0%,rgba(1,31,75,0) 100%)}.lscroll-section.is-tone-dark .lscroll-fade--right{background:linear-gradient(to left,var(--brand--anchor-blue) 0%,rgba(1,31,75,0) 100%)}@media(max-width:991px){.lscroll-section{padding:72px 40px 80px}.lscroll-section.is-headless{padding:28px 40px 32px}.lscroll-headline{font-size:32px}.lscroll-logo{max-height:38px}.lscroll-track{gap:52px;padding-right:52px}}@media(max-width:767px){.lscroll-section{padding:64px 40px 72px}.lscroll-section.is-headless{padding:24px 40px 28px}.lscroll-header{margin-bottom:36px}.lscroll-headline{font-size:28px}.lscroll-subhead{font-size:15px}.lscroll-logo{max-height:34px}.lscroll-track{gap:44px;padding-right:44px}.lscroll-fade{width:64px}}@media(max-width:478px){.lscroll-section{padding:56px 24px 64px}.lscroll-section.is-headless{padding:20px 24px 24px}.lscroll-header{margin-bottom:28px}.lscroll-headline{font-size:24px}.lscroll-logo{max-height:30px}.lscroll-track{gap:36px;padding-right:36px}.lscroll-fade{width:48px}}@media(prefers-reduced-motion:reduce){.lscroll-eyebrow,.lscroll-headline,.lscroll-subhead,.lscroll-marquee{opacity:1!important;transform:none!important;transition:none!important;transition-delay:0ms!important}.lscroll-track{animation:none!important;transform:none!important}}.pp-section{position:relative;width:100%;min-height:700px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 16px 96px;background-color:#fff;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pp-container{position:relative;z-index:1;max-width:768px;margin:0 auto;text-align:center}.pp-headline{font-family:"DM Serif Display",serif;font-weight:400;font-size:48px;line-height:1.25;color:var(--brand--anchor-blue);margin:0 0 32px;opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(0,0,.2,1),transform .7s cubic-bezier(0,0,.2,1)}.pp-headline.is-visible{opacity:1;transform:translateY(0)}.pp-body{font-family:Inter,sans-serif;font-weight:400;font-size:20px;line-height:1.6;color:#4b5563;margin:0 0 48px;opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(0,0,.2,1),transform .7s cubic-bezier(0,0,.2,1);transition-delay:.2s}.pp-body.is-visible{opacity:1;transform:translateY(0)}.pp-rule{height:2px;width:60px;margin:0 auto 48px;background-color:var(--brand--beacon-coral);border:0;transform-origin:center;opacity:0;transform:scaleX(0);transition:opacity .7s cubic-bezier(0,0,.2,1),transform .7s cubic-bezier(0,0,.2,1);transition-delay:.4s}.pp-rule.is-visible{opacity:1;transform:scaleX(1)}.pp-pivot{font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:1.6;color:var(--brand--anchor-blue);margin:0;opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(0,0,.2,1),transform .7s cubic-bezier(0,0,.2,1);transition-delay:.6s}.pp-pivot.is-visible{opacity:1;transform:translateY(0)}@media screen and (max-width:991px){.pp-section{padding-left:40px;padding-right:40px}}@media screen and (max-width:767px){.pp-section{padding:0 40px 64px}.pp-body{font-size:18px;margin-bottom:36px}.pp-rule{margin-bottom:36px}.pp-pivot{font-size:18px}}@media screen and (max-width:479px){.pp-section{padding-left:24px;padding-right:24px}.pp-headline{font-size:36px;line-height:1.2}.pp-body,.pp-pivot{font-size:17px}}.pp-section--dark{background-color:var(--brand--anchor-blue)}.pp-section--dark .pp-headline{color:#fff}.pp-section--dark .pp-body{color:#ffffffe6}.pp-section--dark .pp-pivot{color:#fff}.pp-section--tint{background-color:#e8f3fd}.pp-section--tint .pp-headline{color:var(--brand--anchor-blue)}.pp-section--tint .pp-body{color:#334155}.pp-section--tint .pp-pivot{color:var(--brand--anchor-blue)}.pp-tc-section{position:relative;width:100%;background-color:#fff;padding:140px 5%;display:flex;justify-content:center;overflow:hidden;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}.pp-tc-section *,.pp-tc-section *:before,.pp-tc-section *:after{box-sizing:border-box}.pp-tc-container{max-width:1200px;width:100%;display:flex;flex-direction:row;align-items:stretch}.pp-tc-col-left{flex:1.1;padding-right:70px;display:flex;flex-direction:column;justify-content:flex-start;opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.pp-tc-col-right{flex:.9;padding-left:70px;display:flex;flex-direction:column;justify-content:flex-start;opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transition-delay:.2s}.pp-tc-col-left.is-visible,.pp-tc-col-right.is-visible{opacity:1;transform:translateY(0)}.pp-tc-spine{width:2px;position:relative;display:flex;justify-content:center;margin-top:16px;margin-bottom:16px;opacity:0;transition:opacity 1s ease-in-out;transition-delay:.4s}.pp-tc-spine.is-visible{opacity:1}.pp-tc-spine-line{width:1px;height:100%;background-color:var(--brand--practice-sky);position:relative}.pp-tc-spine-dot{position:absolute;top:50%;transform:translateY(-50%);width:7px;height:7px;border-radius:50%;background-color:var(--brand--beacon-coral);box-shadow:0 0 0 4px #ff704326}.pp-tc-headline{font-family:"DM Serif Display",serif;font-weight:400;font-size:48px;line-height:1.15;color:var(--brand--anchor-blue);margin:0 0 28px;letter-spacing:-.01em}.pp-tc-body{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.6;color:#4b5563;margin:0}.pp-tc-pivot{font-family:Inter,sans-serif;font-weight:500;font-size:22px;line-height:1.5;color:var(--brand--anchor-blue);margin:0}.pp-tc-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;font-family:Inter,sans-serif;font-weight:500;font-size:13px;letter-spacing:.04em;border-radius:9999px;margin:0 0 24px;align-self:flex-start}.pp-tc-badge--coral{background-color:#ff70431a;color:var(--brand--beacon-coral)}.pp-tc-badge--green{background-color:#22c55e1a;color:#16a34a}.pp-tc-badge-ping{position:relative;display:inline-flex;width:8px;height:8px}.pp-tc-badge-pulse{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:9999px;opacity:.75;animation:pp-tc-badge-ping 1s cubic-bezier(0,0,.2,1) infinite}.pp-tc-badge-dot{position:relative;width:8px;height:8px;border-radius:9999px}.pp-tc-badge--coral .pp-tc-badge-pulse,.pp-tc-badge--coral .pp-tc-badge-dot{background-color:var(--brand--beacon-coral)}.pp-tc-badge--green .pp-tc-badge-pulse,.pp-tc-badge--green .pp-tc-badge-dot{background-color:#22c55e}@keyframes pp-tc-badge-ping{75%,to{transform:scale(2);opacity:0}}@media(max-width:991px){.pp-tc-section{padding:100px 40px}.pp-tc-container{flex-direction:column}.pp-tc-col-left{padding-right:0;padding-bottom:48px}.pp-tc-col-right{padding-left:0;padding-top:48px}.pp-tc-spine{width:100%;height:1px;margin:0;align-items:center}.pp-tc-spine-line{width:100%;height:1px}.pp-tc-spine-dot{top:auto;left:50px;transform:translateY(-50%)}.pp-tc-headline{font-size:40px}}@media(max-width:767px){.pp-tc-section{padding:80px 40px}.pp-tc-spine-dot{left:20px}.pp-tc-headline{font-size:32px}.pp-tc-body{font-size:16px}.pp-tc-pivot{font-size:18px}}@media(max-width:478px){.pp-tc-section{padding:64px 24px}.pp-tc-headline{font-size:28px}.pp-tc-badge{font-size:12px}}.pp-tc-section--dark{background-color:var(--brand--anchor-blue)}.pp-tc-section--dark .pp-tc-headline,.pp-tc-section--dark .pp-tc-pivot{color:#fff}.pp-tc-section--dark .pp-tc-body{color:#ffffffe6}.pp-tc-section--dark .pp-tc-spine-line{background-color:#fff3}.pp-tc-section--dark .pp-tc-badge--coral{background-color:#ff70432e;color:#ffb495}.pp-tc-section--dark .pp-tc-badge--green{background-color:#22c55e2e;color:#86efac}.pp-tc-section--tint{background-color:#e8f3fd}.pp-tc-section--tint .pp-tc-headline,.pp-tc-section--tint .pp-tc-pivot{color:var(--brand--anchor-blue)}.pp-tc-section--tint .pp-tc-body{color:#334155}.pp-tc-section--tint .pp-tc-badge--coral{background-color:#ff70431f}.pp-tc-section--tint .pp-tc-badge--green{background-color:#22c55e1f}.hs-section{background-color:#f0f5ff;align-items:center;min-height:900px;padding:96px 24px;display:flex;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hs-section-inner{max-width:1280px;width:100%;margin:0 auto}.section-heading-group{text-align:center;max-width:768px;margin:0 auto 64px}.heading-section{font-family:"DM Serif Display",serif;font-weight:400;font-size:60px;line-height:1;color:#0f172a;margin:0 0 24px;padding:0}.body-lg{font-family:Inter,sans-serif;font-weight:400;font-size:20px;line-height:1.625;margin:0;padding:0}.body-subdued{color:#334155}.hs-layout{display:flex;flex-direction:row;gap:48px}.hs-tabs{display:flex;flex-direction:column;gap:8px;width:35%}.hs-tab{display:flex;align-items:center;gap:16px;padding:16px;text-align:left;cursor:pointer;font-size:inherit;color:inherit;background-color:#fff;border-style:none none none solid;border-left-width:4px;border-left-color:transparent;border-radius:12px;text-decoration:none;transition:all .2s;box-shadow:0 1px 2px #0000000d;opacity:0;transform:translate(-30px)}.hs-tab.is-entered{opacity:1;transform:none}.hs-tab.is-active{border-left-color:var(--brand--brevity-blue);background-color:#0058cc1a}.hs-tab-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#f1f5f9;color:#64748b;border-radius:8px;transition:all .2s}.hs-tab.is-active .hs-tab-icon{background-color:var(--brand--anchor-blue);color:#fff}.hs-tab-label{font-family:Inter,sans-serif;font-weight:500;font-size:18px;color:#475569;margin:0;padding:0}.hs-tab.is-active .hs-tab-label{font-weight:600;color:var(--brand--anchor-blue)}.hs-tab-icon svg{width:20px;height:20px;display:block}.hs-panels{width:65%}.hs-panel{background-color:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:32px;display:none;flex-direction:column;box-shadow:0 1px 3px #00000014}.hs-panel.is-active{display:flex}.hs-panel-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:36px;line-height:1.1;color:var(--brand--anchor-blue);margin:0 0 16px;padding:0}.hs-panel-desc{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.625;color:#011f4bb3;max-width:640px;margin:0 0 32px;padding:0}.hs-mockup-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:32px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.hs-mockup-header-bar{background-color:#f9fafb80;border-bottom:1px solid #f3f4f6;padding:12px 16px;display:flex;align-items:center;gap:8px}.hs-mockup-card .hs-mockup-header-bar:has(>.hs-mockup-title-light){justify-content:space-between}.hs-mockup-dots{display:flex;gap:6px}.hs-dot-r,.hs-dot-y,.hs-dot-g{width:10px;height:10px;border-radius:50%;display:inline-block}.hs-dot-r{background-color:#f87171cc}.hs-dot-y{background-color:#facc15cc}.hs-dot-g{background-color:#4ade80cc}.hs-mockup-label-light{margin-left:8px;font-family:Inter,sans-serif;font-weight:500;font-size:12px;color:#6b7280}.hs-mockup-title-light{font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:#111827}.hs-badge-green{color:#16a34a;background-color:#f0fdf4;border-radius:6px;padding:4px 8px;font-family:Inter,sans-serif;font-size:12px}.hs-badge-gray{color:#6b7280;background-color:#f3f4f6;border-radius:6px;padding:4px 8px;font-family:Inter,sans-serif;font-size:12px}.hs-badge-green-text{color:#16a34a;font-family:Inter,sans-serif;font-weight:600;font-size:12px}.hs-chip{font:500 11px/1 Inter,sans-serif;padding:3px 8px;border-radius:4px;display:inline-flex;align-items:center}.hs-chip--green{color:#16a34a;background-color:#f0fdf4}.hs-chip--amber{color:#ca8a04;background-color:#fef9e7}.hs-chip--red{color:#dc2626;background-color:#fef2f2}.hs-chip--gray{color:#6b7280;background-color:#f3f4f6}.hs-chip--blue{color:var(--brand--brevity-blue);background-color:#0058cc1a}.hs-chip-initial{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:var(--brand--brevity-blue);color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:10px;letter-spacing:.02em;flex-shrink:0}.hs-rp-scenario{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:10px 12px;margin-bottom:12px}.hs-rp-scenario-title{font:600 13px/1.3 Inter,sans-serif;color:#111827}.hs-rp-scenario-sub{font:12px/1.4 Inter,sans-serif;color:#6b7280;margin-top:2px}.hs-rp-scenario-sub b{color:var(--brand--brevity-blue);font-weight:500}.hs-rp-call{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:14px 12px;display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.hs-rp-tile{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.hs-rp-avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font:600 16px/1 Inter,sans-serif}.hs-rp-avatar--ai{background:linear-gradient(135deg,#1e3a8a,#0058cc);box-shadow:0 0 0 4px #0058cc1f}.hs-rp-avatar--you{background:linear-gradient(135deg,#ff7043,#f97316)}.hs-rp-name{font:600 12px/1 Inter,sans-serif;color:#111827}.hs-rp-state{font:11px/1 Inter,sans-serif;color:#6b7280;display:inline-flex;align-items:center;gap:4px}.hs-rp-state--speaking{color:var(--brand--brevity-blue);font-weight:500}.hs-rp-state--speaking:before{content:"";width:6px;height:6px;border-radius:50%;background-color:var(--brand--brevity-blue);display:inline-block}.hs-rp-wave{height:56px;max-width:140px;width:100%;display:flex;align-items:center;justify-content:center;gap:3px}.hs-rp-wave-bar{width:4px;background-color:#0058ccd9;border-radius:2px}.hs-rp-caption{margin-top:12px;background-color:#f3f4f6;border-radius:8px;padding:8px 12px;font:italic 12px/1.4 Inter,sans-serif;color:#374151;text-align:center}.hs-rp-divider{border-top:1px solid #f3f4f6;margin:14px 0 10px}.hs-rp-signals{display:flex;flex-direction:column;gap:6px}.hs-rp-signal{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;font:12px/1.3 Inter,sans-serif;color:#374151}.hs-rp-signal-mark{width:14px;text-align:center;font-weight:700}.hs-rp-signal--good .hs-rp-signal-mark{color:#16a34a}.hs-rp-signal--nudge .hs-rp-signal-mark{color:var(--brand--beacon-coral)}.hs-rp-brief{padding:16px;display:flex;flex-direction:column;gap:0}.hs-rp-brief-persona{display:flex;gap:12px;align-items:flex-start;padding:12px;border:1px solid #E5E7EB;border-radius:12px;margin:0 0 10px}.hs-rp-brief-avatar{flex:0 0 48px;width:48px;height:48px;background:#0058cc;border-radius:50%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.hs-rp-brief-avatar svg{width:32px;height:32px;color:#fff}.hs-rp-brief-persona-body{flex:1;min-width:0}.hs-rp-brief-persona-name{font:600 14px/1.25 Inter,sans-serif;color:#111827;margin:0 0 2px}.hs-rp-brief-persona-role{font:400 12px/1.4 Inter,sans-serif;color:#374151;margin:0 0 1px}.hs-rp-brief-persona-org{font:400 11.5px/1.4 Inter,sans-serif;color:#6b7280;margin:0}.hs-rp-brief-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;background:#ff70431a;color:#b83a0e;border-radius:6px;font:600 10px/1.2 Inter,sans-serif;margin:6px 0 0}.hs-rp-brief-context{background:#0058cc0f;border-radius:10px;padding:10px 12px;font:12px/1.5 Inter,sans-serif;color:#374151;margin:0 0 10px}.hs-rp-brief-scenario{margin:0 0 10px}.hs-rp-brief-scen-name{font:600 13.5px/1.25 Inter,sans-serif;color:#111827;margin:0 0 3px}.hs-rp-brief-scen-desc{font:400 11.5px/1.5 Inter,sans-serif;color:#6b7280;margin:0}.hs-rp-brief-milestones{margin:0 0 12px;display:flex;flex-direction:column;gap:5px}.hs-rp-brief-ms{display:flex;gap:9px;align-items:flex-start;padding:7px 9px;border-radius:8px}.hs-rp-brief-ms-num{flex:0 0 18px;width:18px;height:18px;border-radius:50%;background:#f3f4f6;color:#374151;font:600 10px/18px Inter,sans-serif;text-align:center}.hs-rp-brief-ms-title{font:600 11.5px/1.3 Inter,sans-serif;color:#111827;margin:1px 0 0}.hs-rp-brief-ms-target{background:#fef9e7}.hs-rp-brief-ms-target .hs-rp-brief-ms-num{background:#ff7043;color:#fff}.hs-rp-brief-ms-target .hs-rp-brief-ms-title{color:#92400e;display:flex;align-items:center;gap:5px}.hs-rp-brief-ms-target svg{width:10px;height:10px;color:#ff7043}.hs-rp-brief-start{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 16px;background:#0058cc;color:#fff;border:0;border-radius:10px;font:600 13px/1 Inter,sans-serif;cursor:pointer;transition:background-color .15s ease-out}.hs-rp-brief-start:hover{background:#004bb0}.hs-rp-brief-start svg{width:10px;height:10px}.hs-panel .hs-mockup-card{order:1;margin-bottom:0}.hs-panel>.btn-secondary-light{align-self:flex-start;margin-bottom:24px}.hs-ma-tiers{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.hs-ma-tier{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:10px 12px}.hs-ma-tier-val{font:600 16px/1.2 Inter,sans-serif;margin-top:4px}.hs-ma-tier-val--green{color:#16a34a}.hs-ma-tier-val--amber{color:#ca8a04}.hs-ma-risk{background-color:#fef9e7;color:#78350f;font:500 12px/1.3 Inter,sans-serif;padding:8px 12px;border-radius:8px;margin-bottom:14px}.hs-ma-rubric-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:#9ca3af;text-transform:uppercase;margin-bottom:6px}.hs-ma-rubric{display:flex;flex-direction:column}.hs-ma-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #f3f4f6}.hs-ma-row:last-child{border-bottom:none}.hs-ma-row-label{font:13px/1.3 Inter,sans-serif;color:#374151}.hs-an-table{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:12px;margin-bottom:12px}.hs-an-head,.hs-an-row{display:grid;grid-template-columns:1.2fr repeat(4,1fr);align-items:center;gap:4px}.hs-an-head{padding-bottom:6px;border-bottom:1px solid #f3f4f6;margin-bottom:4px}.hs-an-head span{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:#9ca3af;text-transform:uppercase;text-align:center}.hs-an-head span:first-child{text-align:left}.hs-an-row{padding:8px 0;border-bottom:1px solid #f3f4f6}.hs-an-row:last-child{border-bottom:none}.hs-an-rep{display:inline-flex;align-items:center;gap:8px;font:500 13px/1.3 Inter,sans-serif;color:#111827}.hs-an-dots{display:flex;justify-content:center;align-items:center;gap:3px}.hs-an-dot{width:7px;height:7px;border-radius:50%;background-color:#e5e7eb}.hs-an-dot--on{background-color:var(--brand--brevity-blue)}.hs-an-more{text-align:center;font:11px/1 Inter,sans-serif;color:#9ca3af;margin-top:8px}.hs-an-gap{background-color:#ff70430f;border:1px solid rgba(255,112,67,.2);border-radius:10px;padding:10px 12px}.hs-an-gap-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:var(--brand--beacon-coral);text-transform:uppercase;margin-bottom:6px}.hs-an-gap-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.hs-an-gap-label{font:600 13px/1.3 Inter,sans-serif;color:#111827}.hs-an-gap-sub{font:11px/1.3 Inter,sans-serif;color:#6b7280;margin-top:2px}.hs-an-gap-btn{font:500 12px/1 Inter,sans-serif;background-color:var(--brand--beacon-coral);color:#fff;border:0;border-radius:999px;padding:7px 14px;cursor:pointer;transition:opacity .12s ease-out;flex-shrink:0}.hs-an-gap-btn:hover{opacity:.9}.hs-tp-weeks{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.hs-tp-week{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:10px 12px}.hs-tp-week--active{background-color:#fff;border-color:#0058cc4d;box-shadow:0 1px 2px #0058cc0f}.hs-tp-week-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.hs-tp-week-num{font-family:Inter,sans-serif;font-weight:600;font-size:11px;color:#9ca3af;letter-spacing:.04em;text-transform:uppercase}.hs-tp-week-title{font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:#111827}.hs-tp-week-status{font-family:Inter,sans-serif;font-size:11px;padding:2px 8px;border-radius:4px}.hs-tp-week-status--done{color:#16a34a;background-color:#f0fdf4;font-weight:600}.hs-tp-week-status--active{color:var(--brand--brevity-blue);background-color:#0058cc14;font-weight:500}.hs-tp-week-status--upcoming{color:#9ca3af}.hs-tp-items{display:flex;flex-direction:column;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid #f3f4f6}.hs-tp-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.hs-tp-mark{width:16px;height:16px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.hs-tp-mark--done{background-color:#16a34a}.hs-tp-mark--done svg{width:10px;height:10px}.hs-tp-mark--empty{border:1px solid #d1d5db}.hs-tp-item-label{font-family:Inter,sans-serif;font-size:13px;color:#374151}.hs-tp-item-label--done{color:#9ca3af;text-decoration:line-through}.hs-tp-itype{font-family:Inter,sans-serif;font-weight:500;font-size:10px;padding:2px 6px;border-radius:3px;letter-spacing:.04em;text-transform:uppercase}.hs-tp-itype--read{color:#6b7280;background-color:#f3f4f6}.hs-tp-itype--rp{color:var(--brand--brevity-blue);background-color:#0058cc1a}.hs-tp-itype--live{color:var(--brand--beacon-coral);background-color:#ff70431a}.hs-tp-footer{padding:10px 12px;background-color:#0058cc0f;border-radius:8px;font-family:Inter,sans-serif;font-size:12px;color:#374151;text-align:center}.hs-tp-footer strong{color:var(--brand--brevity-blue);font-weight:600}.hs-it-cat{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:10px 12px;margin-bottom:10px}.hs-it-cat-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:#9ca3af;text-transform:uppercase;margin-bottom:8px}.hs-it-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:6px 0}.hs-it-row+.hs-it-row{border-top:1px solid #f3f4f6}.hs-it-tool{font:500 13px/1.3 Inter,sans-serif;color:#111827}.hs-it-status{display:inline-flex;align-items:center;gap:8px;font:12px/1 Inter,sans-serif;color:#6b7280}.hs-it-status--green{color:#16a34a;font-weight:500}.hs-it-status--blue{color:var(--brand--brevity-blue);font-weight:500}.hs-it-dot{width:7px;height:7px;border-radius:50%;background-color:#9ca3af}.hs-it-dot--green{background-color:#16a34a;box-shadow:0 0 0 3px #16a34a2e}.hs-it-dot--blue{background-color:var(--brand--brevity-blue)}@media screen and (max-width:991px){.hs-section{padding-left:40px;padding-right:40px}.hs-layout{flex-direction:column}.hs-tabs{flex-direction:row;width:100%;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.hs-tabs::-webkit-scrollbar{display:none}.hs-tab{white-space:nowrap;flex-shrink:0}.hs-panels{width:100%}.heading-section{font-size:48px}}@media screen and (max-width:767px){.hs-section{min-height:0;padding:64px 40px}.heading-section{font-size:36px}.body-lg{font-size:18px}.hs-panel-title{font-size:28px}.hs-panel{padding:24px}}@media screen and (max-width:479px){.hs-section{padding-left:24px;padding-right:24px}}.hs-section--light{background-color:#fff}.hs-section--light .hs-tab{background-color:#f8fafc;box-shadow:0 1px 2px #0f172a0a}.hs-section--light .hs-tab.is-active{background-color:#0058cc14}.hs-section--light .hs-panel{border-color:#e2e8f0;box-shadow:0 1px 3px #0f172a0f}.hs-section--dark{background-color:var(--brand--anchor-blue)}.hs-section--dark .heading-section{color:#fff}.hs-section--dark .body-subdued{color:#ffffffe6}.hs-section--dark .hs-tab{background-color:#ffffff0a;box-shadow:none;border-left-color:transparent}.hs-section--dark .hs-tab.is-active{background-color:#0091ff2e;border-left-color:var(--brand--electric-blue)}.hs-section--dark .hs-tab-icon{background-color:#ffffff0f;color:#ffffffa6}.hs-section--dark .hs-tab.is-active .hs-tab-icon{background-color:var(--brand--electric-blue);color:#fff}.hs-section--dark .hs-tab-label{color:#ffffffe6}.hs-section--dark .hs-tab.is-active .hs-tab-label{color:#fff}.hs-section--dark .hs-panel{border-color:#ffffff14;box-shadow:0 8px 24px #0003}.hiw-section{background-color:var(--brand--anchor-blue);align-items:center;min-height:1000px;padding:128px 24px;display:flex;position:relative;overflow:hidden;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hiw-section-inner{max-width:1280px;width:100%;margin:0 auto;position:relative;z-index:10}.hiw-layout{display:flex;flex-direction:row;align-items:center;gap:96px}.hiw-left{width:50%;opacity:0;transform:translate(-30px)}.hiw-left.is-entered{opacity:1;transform:none}.hiw-heading{font-family:"DM Serif Display",serif;font-weight:400;font-size:48px;line-height:1.1;color:#fff;margin:0 0 24px;padding:0}.hiw-subtext{font-family:Inter,sans-serif;font-weight:400;font-size:20px;line-height:1.625;color:#ffffffe6;margin:0 0 48px;padding:0}.hiw-steps{display:flex;flex-direction:column;gap:8px}.hiw-step{display:flex;width:100%;font-size:inherit;text-align:left;cursor:pointer;color:inherit;background-color:transparent;border-style:none;border-width:0;padding:0;gap:24px;text-decoration:none}.hiw-step-left{display:flex;flex-direction:column;align-items:center}.hiw-num{flex-shrink:0;padding:8px 16px;font-family:"DM Serif Display",serif;font-weight:700;font-size:14px;color:#fff;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:9999px;transition:all .2s}.hiw-step.is-active .hiw-num{background-color:var(--brand--beacon-coral);border-color:var(--brand--beacon-coral);color:#fff}.hiw-line{flex:1;width:1px;min-height:24px;margin:8px 0;background-color:#ffffff1a;transition:background-color .2s}.hiw-step.is-active .hiw-line{background-color:#ff704380}.hiw-step-content{padding-bottom:16px;display:flex;flex-direction:column;justify-content:flex-start}.hiw-step-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:24px;line-height:1.2;color:#fff;margin:4px 0 8px;padding:0;transition:color .2s}.hiw-step.is-active .hiw-step-title{color:var(--brand--beacon-coral)}.hiw-step-desc{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.625;color:#ffffffd9;margin:0;padding:0}.hiw-right{width:50%;opacity:0;transform:translateY(20px)}.hiw-right.is-entered{opacity:1;transform:none}.hiw-panel{display:none}.hiw-panel.is-active{display:block}.hs-mockup-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.hs-mockup-header-bar{background-color:#f9fafb80;border-bottom:1px solid #f3f4f6;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:8px}.hs-mockup-title-light{font:600 14px/1.3 Inter,sans-serif;color:#111827}.hs-mockup-body{padding:20px}.hs-badge-gray{font:12px/1 Inter,sans-serif;color:#6b7280;background-color:#f3f4f6;padding:4px 8px;border-radius:6px;font-variant-numeric:tabular-nums}.hs-outcome-footer{margin-top:14px;padding:10px 12px;background-color:#0058cc0f;border-radius:8px;font:12px/1.4 Inter,sans-serif;color:#374151;text-align:center}.hs-outcome-footer strong{color:var(--brand--brevity-blue);font-weight:600}.hs-chip-initial{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:var(--brand--brevity-blue);color:#fff;font:600 10px/1 Inter,sans-serif;letter-spacing:.02em;flex-shrink:0}.hs-ma-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:12px;border-bottom:1px solid #f3f4f6;margin-bottom:14px}.hs-ma-meta-left{font:600 13px/1.3 Inter,sans-serif;color:#111827}.hs-ma-meta-right{display:inline-flex;align-items:center;gap:6px;font:12px/1 Inter,sans-serif;color:#6b7280}.hs-ma-tier-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:#9ca3af;text-transform:uppercase}.hiw-cfg-block{margin-bottom:14px}.hiw-cfg-block-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:#9ca3af;text-transform:uppercase;margin-bottom:8px}.hiw-cfg-pills{display:flex;flex-wrap:wrap;gap:6px}.hiw-cfg-pill{font:500 12px/1 Inter,sans-serif;padding:6px 12px;border-radius:999px;background-color:#fff;border:1px solid #e5e7eb;color:#6b7280;cursor:pointer}.hiw-cfg-pill--active{background-color:var(--brand--brevity-blue);color:#fff;border-color:var(--brand--brevity-blue);box-shadow:0 1px 2px #0058cc29}.hiw-cfg-pill--custom{border-style:dashed;font-style:italic;color:#9ca3af}.hiw-cfg-list{display:flex;flex-direction:column}.hiw-cfg-list-row{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid #f3f4f6}.hiw-cfg-list-row:last-child{border-bottom:0}.hiw-cfg-check{width:14px;font:700 12px/1 Inter,sans-serif;color:var(--brand--brevity-blue);text-align:center}.hiw-cfg-label{font:13px/1.3 Inter,sans-serif;color:#374151}.hiw-cfg-label--add{color:#9ca3af;font-style:italic}.hiw-cfg-libs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hiw-cfg-lib{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:10px 12px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.hiw-cfg-lib-name{font:12px/1.3 Inter,sans-serif;color:#374151}.hiw-cfg-lib-num{font:600 16px/1 Inter,sans-serif;color:#111827;font-variant-numeric:tabular-nums}.hiw-deb-meta{font:600 13px/1.3 Inter,sans-serif;color:#111827;padding-bottom:12px;border-bottom:1px solid #f3f4f6;margin-bottom:14px}.hiw-deb-tier{display:flex;align-items:center;justify-content:space-between;background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:10px 12px;margin-bottom:12px}.hiw-deb-tier-val{font:600 14px/1 Inter,sans-serif;color:#16a34a}.hiw-deb-block{margin-bottom:12px}.hiw-deb-block-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.hiw-deb-block--good .hiw-deb-block-cap{color:#16a34a}.hiw-deb-block--try .hiw-deb-block-cap{color:var(--brand--beacon-coral)}.hiw-deb-list{display:flex;flex-direction:column;gap:4px}.hiw-deb-list-row{display:grid;grid-template-columns:auto 1fr;gap:10px;font:13px/1.4 Inter,sans-serif;color:#374151}.hiw-deb-mark{width:14px;text-align:center;font-weight:700}.hiw-deb-block--good .hiw-deb-mark{color:#16a34a}.hiw-deb-block--try .hiw-deb-mark{color:var(--brand--beacon-coral)}.hiw-deb-next{background-color:#0058cc0f;border:1px solid rgba(0,88,204,.18);border-radius:10px;padding:10px 12px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.hiw-deb-next-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:var(--brand--brevity-blue);text-transform:uppercase}.hiw-deb-next-title{font:600 13px/1.3 Inter,sans-serif;color:#111827;margin-top:3px}.hiw-deb-next-btn{font:500 12px/1 Inter,sans-serif;background-color:var(--brand--brevity-blue);color:#fff;border:0;border-radius:999px;padding:7px 14px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:opacity .12s ease-out}.hiw-deb-next-btn:hover{opacity:.9}.hiw-alert-tiers{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.hiw-alert-tier{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:10px 12px}.hiw-alert-tier--risk{border-left:3px solid #dc2626}.hiw-alert-tier-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:#9ca3af;text-transform:uppercase}.hiw-alert-tier-val{font:600 16px/1.2 Inter,sans-serif;margin-top:4px;color:#111827}.hiw-alert-tier-val--amber{color:#ca8a04}.hiw-alert-tier-val--red{color:#dc2626}.hiw-alert-actions{margin-bottom:14px}.hiw-alert-actions-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:#9ca3af;text-transform:uppercase;margin-bottom:8px}.hiw-alert-action{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid #f3f4f6}.hiw-alert-action:last-of-type{border-bottom:0}.hiw-alert-box{width:14px;height:14px;border:1px solid #d1d5db;border-radius:3px}.hiw-alert-task{font:13px/1.3 Inter,sans-serif;color:#374151}.hiw-alert-owner{font:11px/1 Inter,sans-serif;color:#6b7280;background-color:#f3f4f6;padding:3px 8px;border-radius:999px}.hiw-alert-coach{background-color:#ff70430f;border:1px solid rgba(255,112,67,.2);border-radius:10px;padding:10px 12px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.hiw-alert-coach-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:var(--brand--beacon-coral);text-transform:uppercase}.hiw-alert-coach-label{font:600 13px/1.3 Inter,sans-serif;color:#111827;margin-top:3px}.hiw-alert-coach-btn{font:500 12px/1 Inter,sans-serif;background-color:var(--brand--brevity-blue);color:#fff;border:0;border-radius:999px;padding:7px 14px;cursor:pointer;transition:opacity .12s ease-out;white-space:nowrap}.hiw-alert-coach-btn:hover{opacity:.9}.hiw-adapt-source{font:12px/1.3 Inter,sans-serif;color:#6b7280;padding-bottom:12px;border-bottom:1px solid #f3f4f6;margin-bottom:14px}.hiw-adapt-gap{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:10px 12px;margin-bottom:10px}.hiw-adapt-gap-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:var(--brand--beacon-coral);text-transform:uppercase;margin-bottom:6px}.hiw-adapt-gap-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.hiw-adapt-gap-label{font:13px/1.3 Inter,sans-serif;color:#374151}.hiw-adapt-gap-stat{font:600 13px/1 Inter,sans-serif;color:#dc2626;font-variant-numeric:tabular-nums}.hiw-adapt-new{position:relative;background-color:#0058cc0f;border:1px solid rgba(0,88,204,.2);border-radius:10px;padding:14px 12px 10px;margin-bottom:14px}.hiw-adapt-new-tag{position:absolute;top:10px;left:12px;font:600 10px/1 Inter,sans-serif;background-color:var(--brand--brevity-blue);color:#fff;padding:3px 7px;border-radius:999px;letter-spacing:.04em;text-transform:uppercase}.hiw-adapt-new-title{font:600 13px/1.3 Inter,sans-serif;color:#111827;margin-top:22px}.hiw-adapt-new-src{font:italic 11px/1.3 Inter,sans-serif;color:#6b7280;margin-top:4px}.hiw-adapt-plan-cap{font:600 10px/1 Inter,sans-serif;letter-spacing:.06em;color:#9ca3af;text-transform:uppercase;margin-bottom:6px}.hiw-adapt-plan{display:flex;flex-direction:column}.hiw-adapt-plan-row{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid #f3f4f6}.hiw-adapt-plan-row:last-child{border-bottom:0}.hiw-adapt-plan-mark{width:14px;font:700 13px/1 Inter,sans-serif;color:#d1d5db;text-align:center}.hiw-adapt-plan-mark--done{color:#16a34a}.hiw-adapt-plan-label{font:13px/1.3 Inter,sans-serif;color:#374151}.hiw-adapt-plan-label--done{color:#9ca3af;text-decoration:line-through}.hiw-section--light{background-color:#fff}.hiw-section--light .hiw-heading{color:var(--brand--anchor-blue)}.hiw-section--light .hiw-subtext{color:#475569}.hiw-section--light .hiw-step-title{color:var(--brand--anchor-blue)}.hiw-section--light .hiw-step-desc{color:#475569}.hiw-section--light .hiw-num{background-color:#f1f5f9;border-color:#e2e8f0;color:#64748b}.hiw-section--light .hiw-line{background-color:#e2e8f0}.hiw-section--light .hiw-step.is-active .hiw-num,.hiw-section--tint .hiw-step.is-active .hiw-num{background-color:#1399fd;border-color:#1399fd;color:#fff}.hiw-section--light .hiw-step.is-active .hiw-line,.hiw-section--tint .hiw-step.is-active .hiw-line{background-color:#1399fd80}.hiw-section--light .hiw-step.is-active .hiw-step-title,.hiw-section--tint .hiw-step.is-active .hiw-step-title{color:#1399fd}.hiw-section--tint{background-color:#e8f3fd}.hiw-section--tint .hiw-heading{color:var(--brand--anchor-blue)}.hiw-section--tint .hiw-subtext{color:#334155}.hiw-section--tint .hiw-step-title{color:var(--brand--anchor-blue)}.hiw-section--tint .hiw-step-desc{color:#334155}.hiw-section--tint .hiw-num{background-color:#fff;border-color:#cbd5e1;color:#475569}.hiw-section--tint .hiw-line{background-color:#cbd5e1}@media screen and (max-width:991px){.hiw-section{padding-left:40px;padding-right:40px}.hiw-layout{flex-direction:column;gap:48px}.hiw-left,.hiw-right{width:100%}.hiw-heading{font-size:44px}}@media screen and (max-width:767px){.hiw-section{min-height:0;padding:64px 40px}.hiw-heading{font-size:36px}.hiw-step-title{font-size:20px}.hiw-step-desc{font-size:16px}.hiw-bar-label{width:110px;font-size:12px}}@media screen and (max-width:479px){.hiw-section{padding-left:24px;padding-right:24px}}.outcomes-section{display:flex;align-items:center;width:100%;min-height:900px;padding:80px 24px;background-color:#e8f3fd;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.outcomes-container{width:100%;max-width:1280px;margin:0 auto}.outcomes-header{text-align:center;max-width:768px;margin:0 auto 64px}.outcomes-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:60px;line-height:1;color:var(--brand--anchor-blue);margin:0 0 24px}.outcomes-subhead{font-family:Inter,sans-serif;font-weight:400;font-size:20px;line-height:1.6;color:#011f4b99;margin:0}.outcomes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.outcomes-card{background-color:#fff;border:1px solid transparent;border-radius:12px;padding:32px;box-shadow:0 1px 3px #00000014;transition:box-shadow .2s,border-color .2s;opacity:0;transform:translate(-20px)}.outcomes-card.is-entered{opacity:1;transform:none}.outcomes-card.is-entered:hover{border-color:#0058cc4d;transform:translateY(-6px);box-shadow:0 4px 12px #0000001a}.outcomes-icon-wrap{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background-color:var(--brand--anchor-blue);color:#fff;margin-bottom:24px}.outcomes-icon{width:24px;height:24px}.outcomes-card-title{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:1.3;color:var(--brand--anchor-blue);margin:0 0 12px}.outcomes-card-desc{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.625;color:#4b5563;margin:0}.outcomes-section--light{background-color:#fff}.outcomes-section--light .outcomes-card{background-color:#e8f3fd;border-color:transparent}.outcomes-section--dark{background-color:var(--brand--anchor-blue)}.outcomes-section--dark .outcomes-title{color:#fff}.outcomes-section--dark .outcomes-subhead{color:#ffffffe6}.outcomes-section--dark .outcomes-card{box-shadow:0 1px 3px #0003}.outcomes-section--dark .outcomes-card.is-entered:hover{border-color:#ffffff4d;box-shadow:0 4px 16px #0000004d}@media screen and (max-width:991px){.outcomes-section{padding-left:40px;padding-right:40px}.outcomes-grid{grid-template-columns:repeat(2,1fr)}.outcomes-title{font-size:48px}}@media screen and (max-width:767px){.outcomes-grid{grid-template-columns:1fr}.outcomes-header{margin-bottom:48px}.outcomes-subhead{font-size:18px}.outcomes-card{padding:24px}}@media screen and (max-width:479px){.outcomes-section{padding-left:24px;padding-right:24px}.outcomes-title{font-size:36px;line-height:1.111}.outcomes-subhead{font-size:17px}}.cq-section{background-color:#fff;padding:96px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cq-section,.cq-section *,.cq-section *:before,.cq-section *:after{box-sizing:border-box}.cq-container{width:100%;max-width:1280px;padding:0 24px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cq-header{text-align:center;margin-bottom:64px;max-width:672px}.cq-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:48px;line-height:1.1;color:#111827;margin:0 0 16px}.cq-subhead{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.55;color:#4b5563;margin:0}.cq-carousel{width:100%;display:flex;align-items:center;justify-content:center;gap:32px;min-height:560px}.cq-arrow{display:inline-flex;align-items:center;justify-content:center;height:48px;width:48px;flex-shrink:0;border-radius:9999px;border:1px solid var(--brand--anchor-blue);background-color:transparent;color:var(--brand--anchor-blue);cursor:pointer;outline:none;padding:0;transition:border-color .25s ease,color .25s ease}.cq-arrow:hover{border-color:var(--brand--brevity-blue);color:var(--brand--brevity-blue)}.cq-arrow-icon{width:20px;height:20px}.cq-stage{width:100%;max-width:768px;position:relative;min-height:560px}.cq-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--brand--anchor-blue);border-radius:16px;border-left:4px solid var(--brand--beacon-coral);padding:48px;min-height:560px;opacity:0;pointer-events:none;overflow:hidden;visibility:hidden}.cq-slide.is-active{opacity:1;pointer-events:auto;visibility:visible;position:relative}.cq-quote-mark{font-family:Inter,sans-serif;font-weight:900;color:#fff3;font-size:48px;line-height:1;-webkit-user-select:none;user-select:none;margin:0 0 4px}.cq-quote-mark--close{text-align:right;margin:0 0 24px}.cq-quote-text{font-family:Inter,sans-serif;font-weight:400;font-size:24px;line-height:1.6;color:#fff;margin:0 0 8px}.cq-attribution{display:flex;align-items:center;gap:16px}.cq-attribution-text{flex:1;min-width:0}.cq-headshot{width:128px;height:128px;border-radius:9999px;object-fit:cover;flex-shrink:0}.cq-logo{width:160px;height:56px;object-fit:contain;object-position:center;flex-shrink:0;opacity:.85}.cq-section--dark .cq-logo{filter:brightness(0) invert(1)}.cq-name{font-family:"DM Serif Display",serif;font-weight:400;font-size:24px;line-height:1.2;color:#fff;margin:0}.cq-meta{font-family:"DM Serif Display",serif;font-weight:400;font-size:18px;line-height:1.3;color:#fffc;margin:4px 0 0}.cq-cta{display:inline-flex;align-items:center;gap:8px;margin-top:24px;font-family:Inter,sans-serif;font-weight:600;font-size:16px;color:#fff;text-decoration:none;transition:color .3s ease}.cq-cta:hover{color:var(--brand--beacon-coral)}.cq-cta-icon{width:16px;height:16px}@keyframes cq-bx{0%,to{transform:translate(0)}30%{transform:translate(6px)}50%{transform:translate(2px)}70%{transform:translate(6px)}}.cq-cta:hover .cq-cta-icon{animation:cq-bx 2s ease-in-out infinite}.cq-bottom{display:flex;align-items:center;gap:24px;margin-top:48px}.cq-arrow--mobile{display:none;height:40px;width:40px}.cq-arrow--mobile .cq-arrow-icon{width:16px;height:16px}.cq-dots{display:flex;align-items:center;gap:8px}.cq-dot{width:10px;height:10px;border-radius:9999px;border:0;padding:0;background-color:#d1d5db;cursor:pointer;transition:background-color .25s ease}.cq-dot.is-active{background-color:var(--brand--brevity-blue)}@media screen and (max-width:991px){.cq-container{padding-left:40px;padding-right:40px}.cq-arrow--desktop{display:none}.cq-arrow--mobile{display:inline-flex}.cq-carousel{gap:16px;min-height:800px}.cq-stage{min-height:800px}.cq-slide{padding:40px;min-height:800px}.cq-title{font-size:40px}.cq-quote-text{font-size:20px}}@media screen and (max-width:767px){.cq-section{padding:64px 0}.cq-container{padding:0 40px}.cq-header{margin-bottom:48px}.cq-slide{padding:32px}.cq-headshot{width:96px;height:96px}.cq-name{font-size:22px}.cq-meta{font-size:16px}}@media screen and (max-width:479px){.cq-container{padding:0 24px}.cq-carousel,.cq-stage{min-height:775px}.cq-slide{padding:24px;min-height:775px}.cq-title{font-size:32px}.cq-quote-text{font-size:18px}.cq-attribution{flex-direction:column;align-items:flex-start;gap:12px}}.cq-section--dark{background-color:var(--brand--anchor-blue)}.cq-section--dark .cq-title{color:#fff}.cq-section--dark .cq-subhead{color:#ffffffe6}.cq-section--dark .cq-slide{background-color:#062a5c}.cq-section--dark .cq-arrow{border-color:#ffffff4d;color:#fff}.cq-section--dark .cq-arrow:hover{border-color:var(--brand--electric-blue);color:var(--brand--electric-blue)}.cq-section--dark .cq-dot{background-color:#ffffff4d}.cq-section--dark .cq-dot.is-active{background-color:var(--brand--electric-blue)}.cqh-section{background-color:var(--brand--anchor-blue);padding:96px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.cqh-container{width:100%;max-width:1280px;padding:0 24px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.cqh-header{text-align:center;margin-bottom:64px;width:100%}.cqh-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:48px;line-height:1.1;color:#fff;margin:0 0 16px}.cqh-subhead{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.55;color:#ffffffe6;max-width:672px;margin:0 auto}.cqh-stage{width:100%;position:relative;min-height:560px}.cqh-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:row;align-items:center;gap:96px;min-height:560px;opacity:0;pointer-events:none;visibility:hidden}.cqh-slide.is-active{opacity:1;pointer-events:auto;visibility:visible;position:relative}.cqh-meta-col{width:40%;display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0}.cqh-avatar-wrap{position:relative;margin-bottom:32px;display:flex;align-items:center;justify-content:center}.cqh-headshot{width:160px;height:160px;border-radius:9999px;object-fit:cover;box-shadow:0 0 0 8px #ffffff0d}.cqh-avatar-arrow{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;border:1px solid rgba(255,255,255,.2);background-color:transparent;color:#ffffff80;cursor:pointer;outline:none;padding:0;transition:background-color .25s ease,color .25s ease}.cqh-avatar-arrow:hover{background-color:#ffffff1a;color:#fff}.cqh-avatar-arrow--prev{left:-64px}.cqh-avatar-arrow--next{right:-64px}.cqh-arrow-icon{width:20px;height:20px}.cqh-name{font-family:"DM Serif Display",serif;font-weight:700;font-size:24px;line-height:1.2;color:#fff;margin:0 0 4px}.cqh-role{font-family:"DM Serif Display",serif;font-weight:400;font-size:18px;line-height:1.3;color:#ffffffe6;margin:0 0 32px}.cqh-company-row{display:flex;align-items:center;justify-content:center;width:100%;max-width:240px;padding:16px 0;border-top:1px solid rgba(255,255,255,.1)}.cqh-logo{width:160px;height:40px;object-fit:contain;object-position:center;flex-shrink:0;opacity:.85;filter:brightness(0) invert(1)}.cqh-section--light .cqh-logo,.cqh-section--tint .cqh-logo{filter:none}.cqh-quote-col{width:60%;position:relative}.cqh-quote-mark{font-family:Inter,sans-serif;font-weight:900;font-size:48px;line-height:1;color:#fff3;-webkit-user-select:none;user-select:none;margin:0 0 4px}.cqh-quote-mark--close{text-align:right;margin:8px 0 0}.cqh-quote-body{position:relative;padding-left:32px;border-left:4px solid var(--brand--beacon-coral)}.cqh-quote-text{font-family:Inter,sans-serif;font-weight:400;font-size:32px;line-height:1.5;color:#fff;margin:0}.cqh-cta{display:inline-flex;align-items:center;gap:8px;margin-top:24px;font-family:Inter,sans-serif;font-weight:600;font-size:16px;color:#fff;text-decoration:none;transition:color .3s ease}.cqh-cta:hover{color:var(--brand--beacon-coral)}.cqh-cta-icon{width:16px;height:16px}.cqh-cta:hover .cqh-cta-icon{animation:cq-bx 2s ease-in-out infinite}.cqh-bottom{display:flex;align-items:center;gap:24px;margin-top:64px}.cqh-arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;border:1px solid rgba(255,255,255,.2);background-color:transparent;color:#ffffff80;cursor:pointer;outline:none;padding:0;flex-shrink:0;transition:background-color .25s ease,color .25s ease}.cqh-arrow:hover{background-color:#ffffff1a;color:#fff}.cqh-arrow--mobile{display:none}.cqh-arrow--mobile .cqh-arrow-icon{width:16px;height:16px}.cqh-dots{display:flex;align-items:center;gap:8px}.cqh-dot{width:10px;height:10px;border-radius:9999px;border:0;padding:0;background-color:#fff3;cursor:pointer;transition:background-color .25s ease,width .3s ease}.cqh-dot:hover{background-color:#fff6}.cqh-dot.is-active{width:24px;background-color:var(--brand--electric-blue)}.cqh-section--light{background-color:#fff}.cqh-section--light .cqh-title{color:var(--brand--anchor-blue)}.cqh-section--light .cqh-subhead{color:#475569}.cqh-section--light .cqh-headshot{box-shadow:0 0 0 8px #011f4b0d}.cqh-section--light .cqh-avatar-arrow,.cqh-section--light .cqh-arrow{border-color:#e2e8f0;color:#94a3b8}.cqh-section--light .cqh-avatar-arrow:hover,.cqh-section--light .cqh-arrow:hover{background-color:#f1f5f9;color:var(--brand--anchor-blue)}.cqh-section--light .cqh-name{color:var(--brand--anchor-blue)}.cqh-section--light .cqh-role{color:#475569}.cqh-section--light .cqh-company-row{border-top-color:#e2e8f0}.cqh-section--light .cqh-quote-mark{color:#011f4b26}.cqh-section--light .cqh-quote-text{color:var(--brand--anchor-blue)}.cqh-section--light .cqh-cta{color:var(--brand--brevity-blue)}.cqh-section--light .cqh-cta:hover{color:#1399fd}.cqh-section--light .cqh-dot{background-color:#cbd5e1}.cqh-section--light .cqh-dot:hover{background-color:#94a3b8}.cqh-section--light .cqh-dot.is-active{background-color:var(--brand--brevity-blue)}.cqh-section--tint{background-color:#e8f3fd}.cqh-section--tint .cqh-title{color:var(--brand--anchor-blue)}.cqh-section--tint .cqh-subhead{color:#334155}.cqh-section--tint .cqh-headshot{box-shadow:0 0 0 8px #011f4b0f}.cqh-section--tint .cqh-avatar-arrow,.cqh-section--tint .cqh-arrow{border-color:#cbd5e1;color:#64748b}.cqh-section--tint .cqh-avatar-arrow:hover,.cqh-section--tint .cqh-arrow:hover{background-color:#fff;color:var(--brand--anchor-blue)}.cqh-section--tint .cqh-name{color:var(--brand--anchor-blue)}.cqh-section--tint .cqh-role{color:#334155}.cqh-section--tint .cqh-company-row{border-top-color:#cbd5e1}.cqh-section--tint .cqh-quote-mark{color:#011f4b33}.cqh-section--tint .cqh-quote-text{color:var(--brand--anchor-blue)}.cqh-section--tint .cqh-cta{color:var(--brand--brevity-blue)}.cqh-section--tint .cqh-cta:hover{color:#1399fd}.cqh-section--tint .cqh-dot{background-color:#cbd5e1}.cqh-section--tint .cqh-dot:hover{background-color:#64748b}.cqh-section--tint .cqh-dot.is-active{background-color:var(--brand--brevity-blue)}@media screen and (max-width:991px){.cqh-section{padding:80px 0}.cqh-container{padding-left:40px;padding-right:40px}.cqh-stage{min-height:640px}.cqh-slide{flex-direction:column;gap:48px;min-height:640px}.cqh-meta-col,.cqh-quote-col{width:100%}.cqh-avatar-arrow--prev,.cqh-avatar-arrow--next{display:none}.cqh-arrow--mobile{display:inline-flex}.cqh-title{font-size:40px}.cqh-quote-text{font-size:24px}.cqh-headshot{width:128px;height:128px}}@media screen and (max-width:767px){.cqh-section{padding:64px 0}.cqh-container{padding:0 40px}.cqh-header{margin-bottom:48px}.cqh-slide{gap:40px}.cqh-name{font-size:22px}.cqh-role{font-size:16px;margin-bottom:24px}.cqh-quote-body{padding-left:24px}.cqh-bottom{margin-top:48px}}@media screen and (max-width:479px){.cqh-container{padding:0 24px}.cqh-stage,.cqh-slide{min-height:680px}.cqh-title{font-size:32px}.cqh-subhead{font-size:16px}.cqh-quote-text{font-size:20px}.cqh-quote-mark{font-size:40px}.cqh-headshot{width:112px;height:112px}.cqh-quote-body{padding-left:20px;border-left-width:3px}}.section-security-1{background-color:#fff;padding:96px 24px;overflow:hidden;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.security-component{max-width:1280px;margin:0 auto}.security-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:48px}.security-content{max-width:576px}.security-heading{font-family:"DM Serif Display",serif;font-weight:400;font-size:36px;line-height:1.111;color:var(--brand--anchor-blue);margin:0 0 16px;padding:0}.security-subtext{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.555;color:#6b7280;margin:0;padding:0}.security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;flex-shrink:0;min-width:280px}.security-badge{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;background-color:#f9fafb;border:1px solid #f3f4f6}.security-badge-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.security-badge-icon svg{width:20px;height:20px;display:block}.security-badge:nth-child(1) .security-badge-icon{color:#22c55e}.security-badge:nth-child(2) .security-badge-icon{color:var(--brand--electric-blue)}.security-badge:nth-child(3) .security-badge-icon{color:var(--brand--brevity-blue)}.security-badge:nth-child(4) .security-badge-icon{color:var(--brand--beacon-coral)}.security-badge-label{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.4;color:var(--brand--anchor-blue)}.section-security-1--dark{background-color:var(--brand--anchor-blue)}.section-security-1--dark .security-heading{color:#fff}.section-security-1--dark .security-subtext{color:#ffffffe6}.section-security-1--dark .security-badge{background-color:#ffffff0d;border-color:#ffffff1a}.section-security-1--dark .security-badge-label{color:#fff}.section-security-1--tint{background-color:#e8f3fd}.section-security-1--tint .security-heading{color:var(--brand--anchor-blue)}.section-security-1--tint .security-subtext{color:#334155}.section-security-1--tint .security-badge{background-color:#fff;border-color:#dbeafe}.section-security-1--tint .security-badge-label{color:var(--brand--anchor-blue)}@media screen and (max-width:991px){.security-section{padding-left:40px;padding-right:40px}.security-row{flex-direction:column;align-items:stretch;gap:32px}.security-content{max-width:none}.security-grid{width:100%;min-width:0}}@media screen and (max-width:767px){.section-security-1{padding-top:64px;padding-bottom:64px}.security-heading{font-size:30px;line-height:1.2}}@media screen and (max-width:479px){.security-section{padding-left:24px;padding-right:24px}.security-grid{grid-template-columns:1fr}}:root{--brand--brevity-blue: #0058CC;--brand--anchor-blue: #1B3DA0;--brand--electric-blue: #0091FF;--brand--practice-sky: #B3D7FA;--brand--beacon-coral: #FF7043;--fdd-tint-sky: #F4F8FE;--fdd-border-soft: #E6EAF0;--fdd-text-body: #475569;--fdd-text-muted: #64748B}.fdd-section{padding:144px 24px 160px;background:#fff;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#0f1722;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fdd-section *,.fdd-section *:before,.fdd-section *:after{box-sizing:border-box}.fdd-section h2,.fdd-section h3,.fdd-section p{margin:0;font-weight:400}.fdd-section ul{margin:0;padding:0;list-style:none}.fdd-section img,.fdd-section svg{display:block;max-width:100%}.fdd-section-inner{max-width:1280px;margin:0 auto}.fdd-section-head{text-align:center;max-width:820px;margin:0 auto 80px}.fdd-section-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:56px;line-height:1.05;letter-spacing:-.01em;color:var(--brand--anchor-blue)}.fdd-section .fdd-section-sub{margin:28px auto 0;max-width:560px;font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.5;color:var(--fdd-text-body)}.fdd-blocks{display:flex;flex-direction:column;gap:100px}.fdd-block{width:100%}.fdd-block-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.fdd-block.is-mockup-left .fdd-block-mockup{order:1}.fdd-block.is-mockup-left .fdd-block-content,.fdd-block.is-mockup-right .fdd-block-mockup{order:2}.fdd-block.is-mockup-right .fdd-block-content{order:1}.fdd-block-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:40px;line-height:1.1;letter-spacing:-.01em;color:var(--brand--anchor-blue)}.fdd-section .fdd-block-body{margin-top:28px;font-family:Inter,sans-serif;font-weight:400;font-size:17px;line-height:1.55;color:var(--fdd-text-body)}.fdd-section .fdd-bullets{margin-top:40px;display:flex;flex-direction:column;gap:14px}.fdd-bullet{display:flex;align-items:flex-start;gap:14px}.fdd-bullet-marker{flex:0 0 auto;width:8px;height:8px;margin-top:9px;border-radius:3px;background:var(--brand--brevity-blue)}.fdd-bullet-text{font-family:Inter,sans-serif;font-size:16px;line-height:1.5;color:var(--fdd-text-body)}.fdd-block-mockup{display:flex;justify-content:center;align-items:flex-start}.fdd-block .fdd-block-mockup{opacity:0;transition:opacity .4s ease-out,transform .4s ease-out}.fdd-block.is-mockup-left .fdd-block-mockup{transform:translate(-40px)}.fdd-block.is-mockup-right .fdd-block-mockup{transform:translate(40px)}.fdd-block.is-visible .fdd-block-mockup{opacity:1;transform:none}.fdd-section.is-tint{background:var(--fdd-tint-sky)}.fdd-section.is-dark{background:var(--brand--anchor-blue)}.fdd-section.is-dark .fdd-section-title{color:#fff}.fdd-section.is-dark .fdd-section-sub{color:#ffffffd9}.fdd-section.is-dark .fdd-block-title{color:#fff}.fdd-section.is-dark .fdd-block-body{color:#ffffffe6}.fdd-section.is-dark .fdd-bullet-text{color:#ffffffd9}.fdd-section.is-dark .fdd-bullet-marker{background:var(--brand--electric-blue)}.fdd-section.is-dark .fdd-block-mockup{transition:opacity .4s ease-out,transform .4s ease-out}@media(max-width:991px){.fdd-section{padding:112px 40px 128px}.fdd-section-title{font-size:44px}.fdd-section-sub{font-size:16px}.fdd-section-head{margin-bottom:64px}.fdd-blocks{gap:72px}.fdd-block-inner{grid-template-columns:1fr;gap:36px}.fdd-block.is-mockup-left .fdd-block-mockup,.fdd-block.is-mockup-right .fdd-block-mockup{order:1}.fdd-block.is-mockup-left .fdd-block-content,.fdd-block.is-mockup-right .fdd-block-content{order:2}.fdd-block-title{font-size:32px}.fdd-block-body{font-size:16px}}@media(max-width:767px){.fdd-section{padding:80px 40px 96px}.fdd-section-title{font-size:36px}.fdd-section-head{margin-bottom:48px}.fdd-blocks{gap:56px}.fdd-block-inner{gap:28px}.fdd-block-title{font-size:28px}}@media(max-width:478px){.fdd-section{padding-left:24px;padding-right:24px}.fdd-section-title{font-size:30px}.fdd-block-title{font-size:24px}.fdd-block-body,.fdd-bullet-text{font-size:15px}}@media(prefers-reduced-motion:reduce){.fdd-block .fdd-block-mockup{opacity:1;transform:none;transition:none}.fdd-section.is-dark .fdd-block-mockup{transition:none}}:root{--brand--anchor-blue: #011F4B;--brand--anchor-blue-card: #0A2A5C;--brand--anchor-blue-card-hover: #0F356E;--brand--electric-blue: #0091FF;--brand--sky: #E8F3FD;--brand--practice-sky: #B3D7FA;--brand--ink: #0F1722;--brand--ink-soft: #3D4A5C;--brand--ink-muted: #6B7585;--brand--rule: #E6EBF2;--brand--white: #FFFFFF;--brand--avail-green: #10B981;--brand--avail-green-bg: #E5F8F1;--brand--avail-green-bg-dark: rgba(16, 185, 129, .18);--brand--avail-blue-bg: #DDEEFF;--brand--avail-blue-bg-dark: rgba(0, 145, 255, .2);--brand--avail-gray: #6B7585;--brand--avail-gray-bg: #EEF1F5;--brand--avail-gray-bg-dark: rgba(255, 255, 255, .1);--brand--avail-gray-fg-dark: #B6C3D6}.intdir-section,.intdir-section *,.intdir-section *:before,.intdir-section *:after{box-sizing:border-box}.intdir-section{--section-bg: var(--brand--white);--section-fg: var(--brand--ink);--section-fg-soft: var(--brand--ink-soft);--section-fg-muted: var(--brand--ink-muted);--section-rule: var(--brand--rule);--section-card-bg: var(--brand--white);--section-card-border: var(--brand--rule);--section-card-fg: var(--brand--ink);--section-card-fg-soft: var(--brand--ink-soft);--section-card-fg-muted: var(--brand--ink-muted);--section-card-shadow: 0 1px 2px rgba(15, 23, 34, .04);--section-card-shadow-hover: 0 12px 32px rgba(1, 31, 75, .1), 0 2px 4px rgba(1, 31, 75, .06);--section-band-icon-bg: var(--brand--sky);--section-band-icon-fg: var(--brand--anchor-blue);--section-scope-bg: #F5F8FC;--section-link-color: var(--brand--anchor-blue);--section-eyebrow-color: var(--brand--ink-muted);background:var(--section-bg);color:var(--section-fg);padding:96px 0;font-family:Inter,system-ui,-apple-system,sans-serif;position:relative}.intdir-section.is-tone-tint{--section-bg: var(--brand--sky);--section-rule: #C9DEF3;--section-card-border: #D5E5F6;--section-scope-bg: #DDEAF7;--section-band-icon-bg: var(--brand--white);--section-eyebrow-color: var(--brand--electric-blue)}.intdir-section.is-tone-dark{--section-bg: var(--brand--anchor-blue);--section-fg: #F1F5FB;--section-fg-soft: rgba(255, 255, 255, .9);--section-fg-muted: #8B9BB5;--section-rule: rgba(255, 255, 255, .08);--section-card-bg: var(--brand--anchor-blue-card);--section-card-border: rgba(255, 255, 255, .08);--section-card-fg: #F1F5FB;--section-card-fg-soft: rgba(255, 255, 255, .9);--section-card-fg-muted: #8B9BB5;--section-card-shadow: 0 1px 2px rgba(0, 0, 0, .2);--section-card-shadow-hover: 0 16px 40px rgba(0, 0, 0, .35), 0 2px 6px rgba(0, 0, 0, .25);--section-band-icon-bg: rgba(0, 145, 255, .14);--section-band-icon-fg: #7FC2FF;--section-scope-bg: rgba(255, 255, 255, .04);--section-link-color: #7FC2FF;--section-eyebrow-color: #7FC2FF}.intdir-container{max-width:1200px;margin:0 auto;padding:0 48px}.intdir-header{max-width:760px;margin:0 0 64px}.intdir-eyebrow{font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--section-eyebrow-color);margin:0 0 16px}.intdir-headline{font-family:"DM Serif Display",Georgia,serif;font-weight:400;font-size:48px;line-height:1.12;letter-spacing:-.01em;color:var(--section-fg);margin:0 0 20px}.intdir-subhead{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.6;color:var(--section-fg-soft);margin:0;max-width:660px}.intdir-bands{display:flex;flex-direction:column;gap:56px}.intdir-band{border-top:1px solid var(--section-rule);padding-top:40px;display:grid;grid-template-columns:280px 1fr;gap:56px;align-items:start}.intdir-band:first-child{border-top:none;padding-top:0}.intdir-band-header{position:sticky;top:112px}.intdir-band-icon{width:44px;height:44px;border-radius:10px;background:var(--section-band-icon-bg);color:var(--section-band-icon-fg);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.intdir-band-icon-svg{width:22px;height:22px}.intdir-band-label{font-family:"DM Serif Display",Georgia,serif;font-weight:400;font-size:28px;line-height:1.2;letter-spacing:-.01em;color:var(--section-fg);margin:0 0 12px}.intdir-band-description{font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:1.6;color:var(--section-fg-soft);margin:0}.intdir-band-grid{display:grid;gap:20px;grid-template-columns:1fr;align-items:stretch}.intdir-band-grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.intdir-band-grid--count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.intdir-band-grid--count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.intdir-card{background:var(--section-card-bg);border:1px solid var(--section-card-border);border-radius:14px;padding:24px;display:flex;flex-direction:column;text-decoration:none;color:var(--section-card-fg);box-shadow:var(--section-card-shadow);transition:transform .24s cubic-bezier(.2,.7,.2,1),box-shadow .24s cubic-bezier(.2,.7,.2,1),border-color .24s ease;position:relative;min-width:0}.intdir-card:hover,.intdir-card:focus-within{transform:translateY(-2px);box-shadow:var(--section-card-shadow-hover);border-color:var(--brand--electric-blue)}.intdir-section.is-tone-dark .intdir-card:hover,.intdir-section.is-tone-dark .intdir-card:focus-within{background:var(--brand--anchor-blue-card-hover)}.intdir-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.intdir-card-name{font-family:"DM Serif Display",Georgia,serif;font-weight:400;font-size:22px;line-height:1.2;letter-spacing:-.005em;color:var(--section-card-fg);margin:0 0 8px}.intdir-card-description{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.55;color:var(--section-card-fg-soft);margin:0 0 18px;flex:1 0 auto}.intdir-card-scope{background:var(--section-scope-bg);border-radius:8px;padding:12px 14px;margin-bottom:16px}.intdir-card-scope-label{font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;color:var(--section-card-fg-muted);margin:0 0 4px}.intdir-card-scope-text{font-family:Inter,sans-serif;font-size:12.5px;font-weight:400;line-height:1.5;color:var(--section-card-fg-soft);margin:0}.intdir-card-link{display:inline-flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--section-link-color);text-decoration:none;margin-top:auto;align-self:flex-start}.intdir-card-link-arrow{width:14px;height:14px;transition:transform .2s ease}.intdir-card:hover .intdir-card-link-arrow,.intdir-card:focus-within .intdir-card-link-arrow{transform:translate(3px)}.intdir-card-link:focus-visible{outline:2px solid var(--brand--electric-blue);outline-offset:3px;border-radius:4px}.intdir-wordmark{display:inline-flex;align-items:center;gap:10px;min-width:0}.intdir-wordmark-initial{width:32px;height:32px;border-radius:6px;background:var(--brand--anchor-blue);color:var(--brand--white);font-family:Inter,sans-serif;font-weight:700;font-size:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:0}.intdir-section.is-tone-dark .intdir-wordmark-initial{background:var(--brand--electric-blue);color:var(--brand--anchor-blue)}.intdir-wordmark-name{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:var(--section-card-fg-muted);letter-spacing:.04em;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intdir-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;border-radius:999px;font-family:Inter,sans-serif;font-size:11.5px;font-weight:600;letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.intdir-badge-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.intdir-badge--available{background:var(--brand--avail-green-bg);color:var(--brand--avail-green)}.intdir-section.is-tone-dark .intdir-badge--available{background:var(--brand--avail-green-bg-dark);color:#4fd1a6}.intdir-badge--shipping-soon{background:var(--brand--avail-blue-bg);color:var(--brand--electric-blue)}.intdir-section.is-tone-dark .intdir-badge--shipping-soon{background:var(--brand--avail-blue-bg-dark);color:#7fc2ff}.intdir-badge--planned{background:var(--brand--avail-gray-bg);color:var(--brand--avail-gray)}.intdir-section.is-tone-dark .intdir-badge--planned{background:var(--brand--avail-gray-bg-dark);color:var(--brand--avail-gray-fg-dark)}.intdir-eyebrow,.intdir-headline,.intdir-subhead,.intdir-band,.intdir-card{opacity:0;transform:translateY(16px);transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1)}.intdir-section.is-visible .intdir-eyebrow,.intdir-section.is-visible .intdir-headline,.intdir-section.is-visible .intdir-subhead{opacity:1;transform:none;transition-delay:calc(var(--i, 0) * 80ms)}.intdir-section.is-visible .intdir-band{opacity:1;transform:none;transition-delay:calc(.24s + var(--i, 0) * .12s)}.intdir-section.is-visible .intdir-card{opacity:1;transform:none;transition-delay:calc(.36s + var(--i, 0) * 80ms)}@media(max-width:991px){.intdir-section{padding:80px 0}.intdir-container{padding:0 40px}.intdir-headline{font-size:40px}.intdir-band{grid-template-columns:240px 1fr;gap:40px}.intdir-band-header{top:92px}}@media(max-width:767px){.intdir-section{padding:64px 0}.intdir-container{padding:0 40px}.intdir-header{margin-bottom:48px}.intdir-headline{font-size:34px}.intdir-subhead{font-size:16px}.intdir-band{grid-template-columns:1fr;gap:28px}.intdir-band-header{position:static}.intdir-band-grid--count-2,.intdir-band-grid--count-3,.intdir-band-grid--count-4{grid-template-columns:1fr}}@media(max-width:478px){.intdir-section{padding:56px 0}.intdir-container{padding:0 24px}.intdir-headline{font-size:28px;line-height:1.18}.intdir-subhead{font-size:15px}.intdir-bands{gap:40px}.intdir-band{padding-top:32px}.intdir-band-label{font-size:24px}.intdir-card{padding:20px}.intdir-card-name{font-size:20px}.intdir-card-top{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){.intdir-eyebrow,.intdir-headline,.intdir-subhead,.intdir-band,.intdir-card{opacity:1!important;transform:none!important;transition:none!important}.intdir-card,.intdir-card:hover,.intdir-card:focus-within{transition:none!important}}.journey-section *,.journey-section *:before,.journey-section *:after{box-sizing:border-box}.journey-section{padding:160px 24px 176px;position:relative;overflow:hidden;background:#fff;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.journey-section--tint{background:#e8f3fd}.journey-section--dark{background:var(--brand--anchor-blue)}.journey-container{max-width:1280px;margin:0 auto}.journey-header{text-align:center;max-width:760px;margin:0 auto 56px}.journey-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;font-family:Inter,sans-serif;font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 18px;background:#0058cc14;color:var(--brand--brevity-blue);opacity:0;transform:translateY(10px);transition:opacity .4s ease-out,transform .4s ease-out}.journey-section--dark .journey-badge{background:#ffffff1f;color:var(--brand--practice-sky)}.journey-headline{font-family:"DM Serif Display",serif;font-weight:400;font-size:48px;line-height:1.08;letter-spacing:-.01em;margin:0;color:var(--brand--anchor-blue);opacity:0;transform:translateY(14px);transition:opacity .4s ease-out,transform .4s ease-out}.journey-section--dark .journey-headline{color:#fff}.journey-subhead{margin:16px auto 0;max-width:560px;font-family:Inter,sans-serif;font-weight:400;font-size:17px;line-height:1.55;color:#475569;opacity:0;transform:translateY(14px);transition:opacity .4s ease-out,transform .4s ease-out}.journey-section--dark .journey-subhead{color:#ffffffe6}.journey-section.is-visible .journey-badge{opacity:1;transform:none}.journey-section.is-visible .journey-headline{opacity:1;transform:none;transition-delay:.1s}.journey-section.is-visible .journey-subhead{opacity:1;transform:none;transition-delay:.2s}.journey-axis-wrap{position:relative;display:grid;grid-template-columns:repeat(var(--journey-cols, 4),1fr);column-gap:24px;padding-top:26px}.journey-axis{position:absolute;top:52px;left:calc(100% / (2 * var(--journey-cols, 4)));right:calc(100% / (2 * var(--journey-cols, 4)));height:2px;background:linear-gradient(90deg,var(--brand--brevity-blue),var(--brand--electric-blue));transform-origin:left center;transform:scaleX(0);transition:transform .6s ease-out .25s;border-radius:2px}.journey-section--dark .journey-axis{background:linear-gradient(90deg,var(--brand--electric-blue),var(--brand--practice-sky))}.journey-section.is-visible .journey-axis{transform:scaleX(1)}.journey-milestone{display:flex;flex-direction:column;align-items:flex-start;padding:0 8px;opacity:0;transform:translateY(16px);transition:opacity .45s ease-out,transform .45s ease-out}.journey-section.is-visible .journey-milestone{opacity:1;transform:none}.journey-section.is-visible .journey-milestone:nth-of-type(1){transition-delay:.35s}.journey-section.is-visible .journey-milestone:nth-of-type(2){transition-delay:.48s}.journey-section.is-visible .journey-milestone:nth-of-type(3){transition-delay:.61s}.journey-section.is-visible .journey-milestone:nth-of-type(4){transition-delay:.74s}.journey-section.is-visible .journey-milestone:nth-of-type(5){transition-delay:.87s}.journey-section.is-visible .journey-milestone:nth-of-type(6){transition-delay:1s}.journey-node-row{width:100%;display:flex;justify-content:center;margin-bottom:22px;position:relative;z-index:1}.journey-node{width:52px;height:52px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:2px solid var(--brand--brevity-blue);color:var(--brand--brevity-blue);flex:0 0 auto}.journey-section--dark .journey-node{background:var(--brand--anchor-blue);border-color:#ffffff8c;color:#fff}.journey-icon{width:22px;height:22px}.journey-content{width:100%;text-align:left}.journey-time-label{font-family:Inter,sans-serif;font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 10px;color:var(--brand--brevity-blue)}.journey-section--dark .journey-time-label{color:var(--brand--practice-sky)}.journey-milestone-headline{font-family:"DM Serif Display",serif;font-weight:400;font-size:22px;line-height:1.2;letter-spacing:-.005em;margin:0;color:var(--brand--anchor-blue)}.journey-section--dark .journey-milestone-headline{color:#fff}.journey-milestone-body{margin:10px 0 0;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.55;color:#475569}.journey-section--dark .journey-milestone-body{color:#ffffffe6}@media(max-width:991px){.journey-section{padding:120px 40px 136px}.journey-headline{font-size:36px}.journey-subhead{font-size:16px}.journey-header{margin-bottom:44px}.journey-axis-wrap{display:flex;flex-direction:column;gap:28px;padding-top:0}.journey-axis{display:none}.journey-milestone{display:grid;grid-template-columns:52px 1fr;column-gap:24px;align-items:start;position:relative;padding:0}.journey-milestone:not(:last-child):after{content:"";position:absolute;left:25px;top:26px;bottom:-54px;width:2px;background:linear-gradient(180deg,var(--brand--brevity-blue),var(--brand--electric-blue));border-radius:2px;transform-origin:top center;transform:scaleY(0);transition:transform .6s ease-out .25s}.journey-section--dark .journey-milestone:not(:last-child):after{background:linear-gradient(180deg,var(--brand--electric-blue),var(--brand--practice-sky))}.journey-section.is-visible .journey-milestone:not(:last-child):after{transform:scaleY(1)}.journey-node-row{margin-bottom:0;justify-content:flex-start}.journey-content{padding:4px 0 8px}}@media(max-width:767px){.journey-section{padding:96px 40px 112px}.journey-headline{font-size:30px}.journey-header{margin-bottom:36px}.journey-milestone-headline{font-size:20px}.journey-axis-wrap{gap:24px}.journey-milestone{grid-template-columns:44px 1fr;column-gap:18px}.journey-milestone:not(:last-child):after{left:21px;top:22px;bottom:-46px}.journey-node{width:44px;height:44px}.journey-icon{width:20px;height:20px}}@media(max-width:478px){.journey-section{padding-left:24px;padding-right:24px}.journey-headline{font-size:26px}.journey-milestone-headline{font-size:18px}.journey-milestone-body{font-size:14px}}@media(prefers-reduced-motion:reduce){.journey-badge,.journey-headline,.journey-subhead,.journey-milestone,.journey-axis{opacity:1;transform:none;transition:none}}:root{--brand--brevity-blue: #0058CC;--brand--anchor-blue: #011F4B;--brand--electric-blue: #0091FF;--brand--practice-sky: #B3D7FA}.comparison-section *,.comparison-section *:before,.comparison-section *:after{box-sizing:border-box}.comparison-section{--comparison-tick-bg: #ccffef;--comparison-tick-color: #009926;--comparison-bg: #ffffff;--comparison-headline-color: var(--brand--anchor-blue);--comparison-body-color: #475569;--comparison-today-color: #6B7280;--comparison-brevity-color: var(--brand--anchor-blue);--comparison-brevity-headcell: var(--brand--brevity-blue);--comparison-icon-color: var(--brand--brevity-blue);--comparison-row-divider: rgba(15, 23, 34, .08);--comparison-badge-bg: rgba(0, 88, 204, .08);--comparison-badge-color: var(--brand--brevity-blue);padding:72px 24px 88px;position:relative;background:var(--comparison-bg)}.comparison-section.is-tone-light{--comparison-bg: #ffffff;--comparison-headline-color: var(--brand--anchor-blue);--comparison-body-color: #475569;--comparison-today-color: #6B7280;--comparison-brevity-color: var(--brand--anchor-blue);--comparison-brevity-headcell: var(--brand--brevity-blue);--comparison-icon-color: var(--brand--brevity-blue);--comparison-row-divider: rgba(15, 23, 34, .08);--comparison-badge-bg: rgba(0, 88, 204, .08);--comparison-badge-color: var(--brand--brevity-blue)}.comparison-section.is-tone-sky{--comparison-bg: #E8F3FD;--comparison-headline-color: var(--brand--anchor-blue);--comparison-body-color: #475569;--comparison-today-color: #6B7280;--comparison-brevity-color: var(--brand--anchor-blue);--comparison-brevity-headcell: var(--brand--brevity-blue);--comparison-icon-color: var(--brand--brevity-blue);--comparison-row-divider: rgba(15, 23, 34, .1);--comparison-badge-bg: rgba(0, 88, 204, .12);--comparison-badge-color: var(--brand--brevity-blue)}.comparison-section.is-tone-dark{--comparison-bg: var(--brand--anchor-blue);--comparison-headline-color: #ffffff;--comparison-body-color: rgba(255, 255, 255, .9);--comparison-today-color: rgba(255, 255, 255, .55);--comparison-brevity-color: var(--brand--practice-sky);--comparison-brevity-headcell: var(--brand--practice-sky);--comparison-icon-color: var(--brand--electric-blue);--comparison-row-divider: rgba(255, 255, 255, .1);--comparison-badge-bg: rgba(0, 145, 255, .16);--comparison-badge-color: var(--brand--electric-blue)}.comparison-section-inner{max-width:1240px;margin:0 auto}.comparison-header{text-align:center;max-width:820px;margin:0 auto 48px}.comparison-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;font-family:Inter,sans-serif;font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;background:var(--comparison-badge-bg);color:var(--comparison-badge-color);opacity:0;transform:translateY(10px);transition:opacity .4s ease-out,transform .4s ease-out}.comparison-headline{font-family:"DM Serif Display",serif;font-weight:400;font-size:40px;line-height:1.1;letter-spacing:-.01em;margin:0;color:var(--comparison-headline-color);opacity:0;transform:translateY(14px);transition:opacity .4s ease-out,transform .4s ease-out}.comparison-subhead{margin:12px 0 0;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.55;color:var(--comparison-body-color);opacity:0;transform:translateY(14px);transition:opacity .4s ease-out,transform .4s ease-out}.comparison-section.is-visible .comparison-badge{opacity:1;transform:none}.comparison-section.is-visible .comparison-headline{opacity:1;transform:none;transition-delay:.1s}.comparison-section.is-visible .comparison-subhead{opacity:1;transform:none;transition-delay:.2s}.comparison-rail{max-width:1180px;margin:0 auto}.comparison-headrow{display:grid;grid-template-columns:260px 1fr 1fr;column-gap:24px;padding:0 4px 14px}.comparison-headcell{font-family:Inter,sans-serif;font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin:0}.comparison-headcell--today{color:var(--comparison-today-color)}.comparison-headcell--brevity{color:var(--comparison-brevity-headcell)}.comparison-list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.comparison-row{display:grid;grid-template-columns:260px 1fr 1fr;column-gap:24px;align-items:center;padding:18px 4px;border-top:1px solid var(--comparison-row-divider)}.comparison-label-cell{display:flex;align-items:center;gap:12px;opacity:0;transform:translate(-6px);transition:opacity .4s ease-out,transform .4s ease-out}.comparison-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--comparison-icon-color)}.comparison-icon-svg{width:22px;height:22px}.comparison-label{font-family:"DM Serif Display",serif;font-weight:400;font-size:22px;line-height:1.15;margin:0;color:var(--comparison-headline-color)}.comparison-value-cell{display:flex;align-items:center;gap:10px;opacity:0;transform:translateY(6px);transition:opacity .45s ease-out,transform .45s ease-out}.comparison-value{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.4;margin:0}.comparison-value--today{color:var(--comparison-today-color)}.comparison-value--brevity{color:var(--comparison-brevity-color);font-weight:600}.comparison-value-eyebrow{display:none;font-family:Inter,sans-serif;font-weight:600;font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin:0}.comparison-value-eyebrow--today{color:var(--comparison-today-color)}.comparison-value-eyebrow--brevity{color:var(--comparison-brevity-headcell)}.comparison-tick{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:var(--comparison-tick-bg);color:var(--comparison-tick-color);flex:0 0 22px}.comparison-tick-svg{width:14px;height:14px}.comparison-section.is-visible .comparison-row--1 .comparison-label-cell{opacity:1;transform:none;transition-delay:.24s}.comparison-section.is-visible .comparison-row--2 .comparison-label-cell{opacity:1;transform:none;transition-delay:.36s}.comparison-section.is-visible .comparison-row--3 .comparison-label-cell{opacity:1;transform:none;transition-delay:.48s}.comparison-section.is-visible .comparison-row--4 .comparison-label-cell{opacity:1;transform:none;transition-delay:.6s}.comparison-section.is-visible .comparison-row--5 .comparison-label-cell{opacity:1;transform:none;transition-delay:.72s}.comparison-section.is-visible .comparison-row--1 .comparison-value-cell--today{opacity:1;transform:none;transition-delay:.28s}.comparison-section.is-visible .comparison-row--2 .comparison-value-cell--today{opacity:1;transform:none;transition-delay:.4s}.comparison-section.is-visible .comparison-row--3 .comparison-value-cell--today{opacity:1;transform:none;transition-delay:.52s}.comparison-section.is-visible .comparison-row--4 .comparison-value-cell--today{opacity:1;transform:none;transition-delay:.64s}.comparison-section.is-visible .comparison-row--5 .comparison-value-cell--today{opacity:1;transform:none;transition-delay:.76s}.comparison-section.is-visible .comparison-row--1 .comparison-value-cell--brevity{opacity:1;transform:none;transition-delay:.43s}.comparison-section.is-visible .comparison-row--2 .comparison-value-cell--brevity{opacity:1;transform:none;transition-delay:.55s}.comparison-section.is-visible .comparison-row--3 .comparison-value-cell--brevity{opacity:1;transform:none;transition-delay:.67s}.comparison-section.is-visible .comparison-row--4 .comparison-value-cell--brevity{opacity:1;transform:none;transition-delay:.79s}.comparison-section.is-visible .comparison-row--5 .comparison-value-cell--brevity{opacity:1;transform:none;transition-delay:.91s}@media(max-width:991px){.comparison-section{padding:56px 40px 72px}.comparison-headline{font-size:34px}.comparison-headrow,.comparison-row{grid-template-columns:220px 1fr 1fr;column-gap:18px}.comparison-label{font-size:19px}.comparison-value{font-size:15px}}@media(max-width:767px){.comparison-section{padding:48px 40px 64px}.comparison-headline{font-size:28px;line-height:1.15}.comparison-subhead{font-size:15px}.comparison-header{margin-bottom:36px}.comparison-headrow{display:none}.comparison-row{grid-template-columns:1fr;row-gap:10px;padding:18px 4px;min-width:0}.comparison-value-cell{flex-wrap:wrap;min-width:0;padding-left:34px;border-left:2px solid var(--comparison-row-divider)}.comparison-value-cell--brevity{margin-top:14px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"eyebrow eyebrow" "tick value";column-gap:10px;row-gap:6px;align-items:start;border-left:2px solid var(--comparison-tick-color)}.comparison-value-cell--brevity .comparison-tick{grid-area:tick;margin-top:1px}.comparison-value-cell--brevity .comparison-value--brevity{grid-area:value}.comparison-value-cell--brevity .comparison-value-eyebrow--brevity{grid-area:eyebrow}.comparison-value-eyebrow{display:block;flex-basis:100%;margin-bottom:2px}}@media(max-width:478px){.comparison-section{padding:40px 24px 56px}.comparison-headline{font-size:24px}.comparison-label{font-size:18px}.comparison-value{font-size:14px}}@media(prefers-reduced-motion:reduce){.comparison-badge,.comparison-headline,.comparison-subhead,.comparison-label-cell,.comparison-value-cell{transition:none!important;transition-delay:0ms!important}.comparison-section .comparison-badge,.comparison-section .comparison-headline,.comparison-section .comparison-subhead,.comparison-section .comparison-label-cell,.comparison-section .comparison-value-cell{opacity:1;transform:none}}.explore-section{display:flex;align-items:center;width:100%;min-height:900px;padding:96px 32px;background-color:#e8f3fd;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.explore-container{width:100%;max-width:1280px;margin:0 auto}.explore-header{text-align:center;max-width:768px;margin:0 auto 64px}.explore-heading{font-family:"DM Serif Display",serif;font-weight:400;font-size:60px;line-height:1;color:var(--brand--anchor-blue);margin:0 0 24px}.explore-subhead{font-family:Inter,sans-serif;font-weight:400;font-size:20px;line-height:1.6;color:#011f4b99;margin:0}.explore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.explore-card{display:block;background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:32px;box-shadow:0 1px 2px #0000000d;text-decoration:none;color:inherit;cursor:pointer;transition:box-shadow .2s,border-color .2s;opacity:0;transform:translate(-20px)}.explore-card.is-entered{opacity:1;transform:none}.explore-card.is-entered:hover{border-color:#0058cc4d;transform:translateY(-6px);box-shadow:0 10px 15px #0000001a}.explore-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:8px;background-color:var(--brand--brevity-blue);color:#fff;margin-bottom:24px;transition:background-color .2s}.explore-icon-svg{width:28px;height:28px}.explore-card:hover .explore-icon{background-color:var(--brand--anchor-blue)}.explore-title{font-family:Inter,sans-serif;font-weight:600;font-size:24px;line-height:1.3;color:var(--brand--anchor-blue);margin:0 0 12px;transition:color .2s}.explore-card:hover .explore-title{color:var(--brand--brevity-blue)}.explore-body{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.625;color:#6b7280;margin:0 0 16px}.explore-cta{display:inline-flex;align-items:center;gap:4px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;color:var(--brand--brevity-blue);transition:gap .2s}.explore-cta-arrow{width:16px;height:16px}.explore-card:hover .explore-cta{gap:8px}.explore-section--light{background-color:#fff}.explore-section--light .explore-card{background-color:#e8f3fd;border-color:transparent}.explore-section--dark{background-color:var(--brand--anchor-blue)}.explore-section--dark .explore-heading{color:#fff}.explore-section--dark .explore-subhead{color:#ffffffe6}.explore-section--dark .explore-card{background-color:#ffffff0d;border-color:#ffffff1a;box-shadow:0 1px 2px #0003}.explore-section--dark .explore-card.is-entered:hover{border-color:#ffffff4d;box-shadow:0 10px 15px #0000004d}.explore-section--dark .explore-icon{background-color:var(--brand--electric-blue);color:var(--brand--anchor-blue)}.explore-section--dark .explore-card:hover .explore-icon{background-color:#fff;color:var(--brand--anchor-blue)}.explore-section--dark .explore-title{color:#fff}.explore-section--dark .explore-card:hover .explore-title{color:var(--brand--electric-blue)}.explore-section--dark .explore-body{color:#ffffffe6}.explore-section--dark .explore-cta{color:var(--brand--electric-blue)}@media screen and (max-width:991px){.explore-section{padding-left:40px;padding-right:40px}.explore-grid{grid-template-columns:repeat(2,1fr)}.explore-heading{font-size:48px}}@media screen and (max-width:767px){.explore-section{padding:64px 40px;min-height:0}.explore-grid{grid-template-columns:1fr}.explore-header{margin-bottom:48px}.explore-subhead{font-size:18px}.explore-card{padding:24px}}@media screen and (max-width:479px){.explore-section{padding-left:24px;padding-right:24px}.explore-heading{font-size:36px;line-height:1.111}.explore-subhead{font-size:17px}}.faq-section{width:100%;background-color:#fff;display:flex;flex-direction:column;padding:150px 16px 80px;position:relative;overflow:hidden;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.faq-component{max-width:768px;width:100%;margin:0 auto;position:relative;z-index:10}.faq-heading{font-family:"DM Serif Display",serif;font-weight:400;font-size:48px;line-height:1;color:var(--brand--anchor-blue);text-align:center;margin:0 0 64px;padding:0}.faq-list-1{display:flex;flex-direction:column;gap:16px}.faq-item{border-bottom:1px solid #e5e7eb;padding-bottom:16px;padding-left:0;position:relative;transition:padding-left .4s ease-in-out;opacity:0;transform:translateY(20px)}.faq-item.is-entered{opacity:1;transform:none}.faq-item.is-open{padding-left:32px}.faq-coral-bar{position:absolute;left:0;top:0;bottom:16px;width:4px;background-color:var(--brand--beacon-coral);border-radius:9999px;display:block;opacity:0;transform:scaleY(0);transform-origin:top}.faq-item.is-open .faq-coral-bar{opacity:1;transform:scaleY(1);transition:opacity .4s ease-in-out,transform .4s ease-in-out}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:16px 0;background:transparent;border:0;cursor:pointer;font-family:inherit;color:inherit}.faq-question:focus{outline:none}.faq-question-text{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:1.4;color:#1f2937;margin:0;padding:0;transition:color .4s ease-in-out}.faq-item.is-open .faq-question-text{color:var(--brand--anchor-blue)}.faq-icon{margin-left:16px;flex-shrink:0;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center}.faq-icon-plus svg,.faq-icon-minus svg{width:24px;height:24px;display:block}.faq-icon-plus{display:inline}.faq-icon-minus,.faq-item.is-open .faq-icon-plus{display:none}.faq-item.is-open .faq-icon-minus{display:inline}.faq-answer-1{overflow:hidden;max-height:0;opacity:0;transition:max-height .4s ease-in-out,opacity .4s ease-in-out}.faq-answer-text{font-family:Inter,sans-serif;font-weight:400;font-size:18px;line-height:1.625;color:#4b5563;text-align:left;margin:0;padding:8px 0 16px}@media screen and (max-width:991px){.faq-section{padding-left:40px;padding-right:40px}.faq-heading{font-size:40px}}@media screen and (max-width:767px){.faq-heading{font-size:32px}.faq-question-text{font-size:18px}.faq-answer-text{font-size:16px}}@media screen and (max-width:479px){.faq-section{padding-left:24px;padding-right:24px}}.faq-section--dark{background-color:var(--brand--anchor-blue)}.faq-section--dark .faq-heading{color:#fff}.faq-section--dark .faq-item{border-bottom-color:#ffffff26}.faq-section--dark .faq-question-text{color:#ffffffe6}.faq-section--dark .faq-item.is-open .faq-question-text{color:#fff}.faq-section--dark .faq-icon{color:#fff9}.faq-section--dark .faq-answer-text{color:#ffffffd9}.faq-section--tint{background-color:#e8f3fd}.faq-section--tint .faq-heading{color:var(--brand--anchor-blue)}.faq-section--tint .faq-item{border-bottom-color:#011f4b26}.faq-section--tint .faq-question-text{color:#1e293b}.faq-section--tint .faq-item.is-open .faq-question-text{color:var(--brand--anchor-blue)}.faq-section--tint .faq-icon{color:#64748b}.faq-section--tint .faq-answer-text{color:#334155}.section-cta-1{background-color:var(--brand--anchor-blue);color:#fff;text-align:center;padding-top:128px;padding-bottom:128px;position:relative;overflow:hidden;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cta-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:768px;height:256px;background-color:#0058cc33;border-radius:9999px;filter:blur(100px);pointer-events:none}.cta-component{display:flex;flex-flow:column;justify-content:flex-start;align-items:center;padding-top:32px;padding-bottom:32px}.cta-content{position:relative;z-index:10;max-width:768px;margin:0 auto;padding-left:24px;padding-right:24px;opacity:0;transform:translateY(20px)}.cta-content.is-entered{opacity:1;transform:none}.cta-heading{font-family:"DM Serif Display",serif;font-weight:400;font-size:60px;line-height:1.1;color:#fff;margin:0 0 24px;padding:0}.cta-subtext{font-family:Inter,sans-serif;font-weight:400;font-size:20px;line-height:1.625;color:#ffffffe6;max-width:672px;margin:0 auto 40px}.cta-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px}@media screen and (max-width:991px){.cta-content{padding-left:40px;padding-right:40px}.cta-heading{font-size:48px}}@media screen and (max-width:767px){.section-cta-1{padding-top:96px;padding-bottom:96px}.cta-heading{font-size:36px;line-height:1.111}.cta-subtext{font-size:18px;line-height:1.555}.cta-buttons{flex-direction:column;width:100%}}@media screen and (max-width:479px){.section-cta-1{padding-top:64px;padding-bottom:64px}.cta-content{padding-left:24px;padding-right:24px}}:root{--brand--brevity-blue: #0058CC;--brand--anchor-blue: #011F4B;--brand--electric-blue: #0091FF;--brand--practice-sky: #B3D7FA;--brand--beacon-coral: #FF7043}.bv-footer{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}.bv-footer h1,.bv-footer h2,.bv-footer h3,.bv-footer h4,.bv-footer h5,.bv-footer h6,.bv-footer p{margin:0}.bv-footer a{color:inherit;text-decoration:none}.bv-footer ul{list-style:none;margin:0;padding:0}.bv-footer svg{display:block}.bv-footer-newsletter{background:var(--brand--brevity-blue, #0058CC);padding:40px 24px}.bv-footer-newsletter-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}.bv-footer-newsletter-title{font-family:Inter,sans-serif;font-weight:700;font-size:22px;line-height:1.3;color:#fff}.bv-footer-newsletter-sub{margin-top:4px;font-family:Inter,sans-serif;font-size:14px;line-height:1.55;color:#ffffffe6}.bv-footer-newsletter-form-wrap{min-width:420px}.bv-footer-newsletter-form{display:flex;gap:12px;align-items:stretch}.bv-footer-newsletter-label-sr{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.bv-footer-newsletter-input{flex:1 1 auto;min-width:0;height:52px;padding:0 20px;font-family:Inter,sans-serif;font-size:16px;color:#0f1722;background:#fff;border:1px solid #ffffff;border-radius:9999px;outline:none;transition:box-shadow .2s ease}.bv-footer-newsletter-input::placeholder{color:#0f172280}.bv-footer-newsletter-input:focus{box-shadow:0 0 0 3px #fff6}.bv-footer-newsletter-button{flex-shrink:0}.bv-footer-newsletter-success{font-family:Inter,sans-serif;font-size:16px;color:#fff;display:flex;align-items:center;gap:10px}.bv-footer-newsletter-success-icon{width:28px;height:28px;border-radius:50%;background:#ffffff26;display:inline-flex;align-items:center;justify-content:center}.bv-footer-newsletter-form-wrap .bv-footer-newsletter-success,.bv-footer-newsletter-form-wrap.is-success .bv-footer-newsletter-form{display:none}.bv-footer-newsletter-form-wrap.is-success .bv-footer-newsletter-success{display:flex}.bv-footer-main{background:var(--brand--anchor-blue, #011F4B);padding:56px 24px 40px}.bv-footer-main-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1fr;gap:48px}.bv-footer-brand-logo{display:inline-flex;align-items:center;height:32px}.bv-footer-brand-logo img{display:block;height:100%;width:auto}.bv-footer-brand-tagline{margin-top:16px;font-family:Inter,sans-serif;font-size:15px;line-height:1.5;color:#ffffffeb;max-width:280px}.bv-footer-socials{margin-top:28px;display:flex;align-items:center;gap:14px}.bv-footer-social{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:#ffffffb3;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.bv-footer-social:hover{color:#fff}.bv-footer-col-header-wrap{display:block;width:100%;text-align:left;font-family:inherit;cursor:pointer;border:0;background:none;padding:0;color:inherit}.bv-footer-col-header{font-family:Inter,sans-serif;font-weight:700;font-size:17px;letter-spacing:0;color:#fff;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:0}.bv-footer-col-list{display:flex;flex-direction:column;gap:12px}.bv-footer-col-list-wrap{margin-top:16px}.bv-footer-link{font-family:Inter,sans-serif;font-size:15px;color:#ffffffb8;display:inline-block;transition:color .2s ease}.bv-footer-link:hover{color:#fffffff2;text-decoration:underline}.bv-footer-utility{background:var(--brand--anchor-blue, #011F4B);border-top:1px solid rgba(255,255,255,.08);padding:16px 24px}.bv-footer-utility-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.bv-footer-utility-left{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.bv-footer-copy{font-family:Inter,sans-serif;font-size:13px;color:#ffffff8c}.bv-footer-utility-link{font-family:Inter,sans-serif;font-size:13px;color:#ffffffa6;transition:color .2s ease}.bv-footer-utility-link:hover{color:var(--brand--electric-blue, #0091FF)}.bv-footer-trust-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border:1px solid rgba(255,255,255,.18);border-radius:4px;font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.02em;color:#ffffffd9}.bv-footer-trust-badge-icon{color:var(--brand--electric-blue, #0091FF)}.bv-footer-col-toggle{display:none}@media(max-width:991px){.bv-footer-newsletter-inner{grid-template-columns:1fr;gap:20px}.bv-footer-newsletter-form-wrap{min-width:0}.bv-footer-main-inner{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:767px){.bv-footer-newsletter{padding:32px 20px}.bv-footer-newsletter-title{font-size:18px}.bv-footer-newsletter-form{flex-direction:column}.bv-footer-newsletter-button{width:100%}.bv-footer-main{padding:40px 20px 24px}.bv-footer-main-inner{grid-template-columns:1fr;gap:0}.bv-footer-col{border-bottom:1px solid rgba(255,255,255,.1)}.bv-footer-col.bv-footer-brand{padding-bottom:28px;margin-bottom:12px}.bv-footer-col-header-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 0;text-align:left}.bv-footer-col-header{padding-bottom:0;border-bottom:0;margin-bottom:0}.bv-footer-col-toggle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#ffffffb3;transition:transform .25s ease}.bv-footer-col.is-open .bv-footer-col-toggle{transform:rotate(180deg)}.bv-footer-col-list-wrap{margin-top:0;overflow:hidden;max-height:0;transition:max-height .35s ease-out}.bv-footer-col-list{padding:4px 0 20px}.bv-footer-utility{padding:16px 20px}.bv-footer-utility-inner{flex-direction:column;align-items:flex-start;gap:16px}.bv-footer-utility-left{gap:16px}}@media(max-width:478px){.bv-footer-brand-logo{height:28px}}.legal-page{background:#fff;color:#11161e}.legal-header{padding:160px 80px 48px;border-bottom:1px solid rgba(1,31,75,.1)}.legal-header-inner{max-width:820px;margin:0 auto}.legal-title{font-family:"DM Serif Display",serif;font-weight:400;font-size:48px;line-height:1.1;color:var(--brand--anchor-blue)}.legal-updated{margin-top:16px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:var(--brand--brevity-blue)}.legal-body{padding:56px 80px 96px}.legal-content{max-width:820px;margin:0 auto;font-family:Inter,sans-serif;font-size:16px;line-height:1.7;color:#11161ed9}.legal-content h2{margin-top:44px;margin-bottom:14px;font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:1.3;color:var(--brand--anchor-blue)}.legal-content h2:first-child{margin-top:0}.legal-content p{margin-bottom:18px}.legal-content ul{margin:0 0 18px;padding-left:24px;list-style:disc}.legal-content li{margin-bottom:8px}.legal-content strong{font-weight:600;color:#11161e}.legal-content a{color:var(--brand--brevity-blue);text-decoration:underline;text-underline-offset:2px}.legal-content a:hover{color:var(--brand--electric-blue)}@media(max-width:991px){.legal-header{padding:140px 40px 40px}.legal-body{padding:48px 40px 80px}.legal-title{font-size:40px}}@media(max-width:767px){.legal-header{padding:128px 40px 36px}.legal-body{padding:40px 40px 72px}.legal-title{font-size:34px}}@media(max-width:478px){.legal-header{padding:112px 24px 32px}.legal-body{padding:36px 24px 64px}.legal-title{font-size:30px}.legal-content{font-size:15px}}.notfound-page{background:#fff;color:#11161e}.notfound-main{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:180px 24px 120px}.notfound-code{font-family:"DM Serif Display",serif;font-weight:400;font-size:96px;line-height:1;color:var(--brand--anchor-blue)}.notfound-title{margin-top:16px;font-family:"DM Serif Display",serif;font-weight:400;font-size:32px;line-height:1.15;color:var(--brand--anchor-blue)}.notfound-text{margin-top:16px;max-width:480px;font-family:Inter,sans-serif;font-size:17px;line-height:1.6;color:#11161eb3}.notfound-actions{margin-top:32px}@media(max-width:478px){.notfound-code{font-size:72px}.notfound-title{font-size:26px}.notfound-main{padding:150px 24px 100px}}*{box-sizing:border-box}html,body{margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{margin:0}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#11161e;overflow-x:clip}a{color:inherit;text-decoration:none}button{background:transparent;border:none;padding:0;font:inherit;cursor:pointer;color:inherit}img{display:block;max-width:100%}ul{list-style:none;padding:0;margin:0}.btn-primary{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:16px 32px;background-color:var(--brand--beacon-coral);color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:1;border-radius:9999px;border:none;text-decoration:none;cursor:pointer;box-shadow:0 4px 14px #ff70434d;transition:transform .3s ease,box-shadow .3s ease}.btn-primary:hover{transform:scale(1.05);box-shadow:0 6px 20px #ff704380}.btn-secondary-dark{position:relative;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;padding:16px 40px;background-color:transparent;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:18px;line-height:1;border:1px solid rgba(255,255,255,.3);border-radius:9999px;text-decoration:none;cursor:pointer;transition:border-color .3s ease,padding .3s ease-out}.btn-secondary-dark:hover{padding:16px 50px 16px 30px;border-color:var(--brand--electric-blue)}.btn-secondary-dark:after{content:" ";position:absolute;top:50%;right:20px;display:inline-block;width:16px;min-width:16px;height:16px;min-height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231399fd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:0;transform:translateY(-50%) translate(-16px);transition:opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-secondary-dark:hover:after{opacity:1;transform:translateY(-50%) translate(0)}.btn-secondary-light{position:relative;display:inline-flex;justify-content:center;align-items:center;align-self:flex-start;overflow:hidden;gap:8px;padding:16px 40px;background-color:transparent;color:var(--brand--anchor-blue);font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1;border:1px solid rgba(1,31,75,.2);border-radius:9999px;text-decoration:none;cursor:pointer;transition:border-color .3s ease,padding .3s ease-out}.btn-secondary-light:hover{padding:16px 50px 16px 30px;border-color:var(--brand--brevity-blue)}.btn-secondary-light:after{content:" ";position:absolute;top:50%;right:20px;display:inline-block;width:16px;min-width:16px;height:16px;min-height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230058CC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E");background-position:center;background-size:contain;background-repeat:no-repeat;opacity:0;transform:translateY(-50%) translate(-16px);transition:opacity .3s ease-out,transform .3s ease-out;pointer-events:none}.btn-secondary-light:hover:after{opacity:1;transform:translateY(-50%) translate(0)}
