:root{--ct-navy: #0b3a67;--ct-green: #27ae60;--ct-gold: #f4d03f;--ct-bg: #ffffff;--ct-surface: #e8eef6;--ct-surface-2: #cfdfea;--ct-surface-card: #ffffff;--ct-surface-warm: #f6f1ea;--ct-text: #34495e;--ct-muted: #95a5a6;--ct-footer: #0b3a67;--ct-border: rgba(11, 58, 103, .12);--navy: var(--ct-navy);--green: var(--ct-green);--gold: var(--ct-gold);--white: var(--ct-bg);--bg-soft: var(--ct-surface);--text-primary: var(--ct-text);--text-secondary: var(--ct-muted);--color-bg: var(--ct-surface);--color-bg-elevated: var(--ct-bg);--color-bg-muted: var(--ct-surface);--color-text: var(--ct-navy);--color-text-muted: var(--ct-text);--color-text-soft: var(--ct-muted);--color-primary: var(--ct-green);--color-primary-hover: #1e8449;--color-primary-muted: rgba(39, 174, 96, .12);--color-border: var(--ct-border);--color-border-strong: var(--ct-muted);--font-sans: "DM Sans", system-ui, sans-serif;--font-display: "Fraunces", Georgia, serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .05);--container: min(1320px, 100% - 2rem)}.ct-bg-page{background:var(--ct-bg);color:var(--ct-text)}.ct-section{background:var(--ct-surface)}.ct-section-alt{background:var(--ct-surface-2)}.ct-section-warm{background:var(--ct-surface-warm)}.ct-heading{color:var(--ct-navy)}.ct-text{color:var(--ct-text)}.ct-muted{color:var(--ct-muted)}.ct-card{background:var(--ct-bg);border:1px solid var(--ct-border);border-radius:16px}.ct-divider{height:1px;background:var(--ct-border)}.ct-accent{color:var(--ct-gold)}.ct-accent-bg{background:color-mix(in srgb,var(--ct-gold) 18%,transparent)}.ct-btn-primary{background:var(--ct-green);color:#fff;border-radius:999px;padding:12px 18px;font-weight:700;border:1px solid color-mix(in srgb,var(--ct-green) 70%,#000 30%);transition:transform .08s ease,filter .12s ease}.ct-btn-primary:hover{filter:brightness(.97);text-decoration:none;color:#fff}.ct-btn-primary:active{transform:translateY(1px)}.ct-btn-secondary{background:transparent;color:var(--ct-navy);border:1px solid var(--ct-border);border-radius:999px;padding:12px 18px;font-weight:700}.ct-btn-secondary:hover{filter:brightness(.98);text-decoration:none;color:var(--ct-navy)}.ct-footer{background:var(--ct-footer);color:#ffffffeb}.ct-footer a{color:#fff;opacity:.95}.ct-footer a:hover{color:#fff;text-decoration:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:1.1875rem;line-height:1.62;color:var(--ct-text);background-color:var(--ct-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3{font-family:var(--font-display);font-weight:700;line-height:1.2;margin:0}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(2rem,4vw,2.65rem)}h3{font-size:1.375rem}p{margin:0 0 var(--space-md)}p:last-child{margin-bottom:0}a{color:var(--color-primary);text-decoration:none;font-weight:500}a:hover{color:var(--color-primary-hover);text-decoration:underline}button{font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;border:none;border-radius:var(--radius-md);transition:background-color .2s,color .2s,box-shadow .2s}button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing{display:flex;flex-direction:column;min-height:100vh;background:var(--ct-surface)}main{background:var(--ct-surface)}.landing main>section:not(.hero){border-top:1px solid rgba(11,58,103,.14)}.container{width:var(--container);margin-left:auto;margin-right:auto;padding-left:var(--space-lg);padding-right:var(--space-lg)}.header{position:sticky;top:0;z-index:100;background:var(--ct-surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--ct-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;gap:var(--space-sm);font-family:var(--font-display);font-weight:700;font-size:1.375rem;color:var(--ct-navy);text-decoration:none}.logo:hover{color:var(--ct-green);text-decoration:none}.logo-img{width:2.25rem;height:2.25rem;flex-shrink:0;object-fit:contain;display:block}.logo-text{line-height:1.2}.nav{display:flex;align-items:center;gap:var(--space-lg)}.nav-a{color:var(--color-text-muted);font-weight:500;font-size:1.0625rem;text-decoration:none}.nav-a:hover{color:var(--ct-green);text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);font-weight:700;white-space:nowrap;text-decoration:none}.btn-primary{background:var(--ct-green);color:#fff;border-radius:999px;padding:12px 18px;border:1px solid color-mix(in srgb,var(--ct-green) 70%,#000 30%);transition:transform .08s ease,filter .12s ease}.btn-primary:hover{filter:brightness(.97);color:#fff;text-decoration:none}.btn-primary:active{transform:translateY(1px)}.btn-secondary{background:transparent;color:var(--ct-navy);border:1px solid var(--ct-border);border-radius:999px;padding:12px 18px}.btn-secondary:hover{filter:brightness(.98);color:var(--ct-navy);text-decoration:none;border-color:var(--ct-border)}.hero{padding:var(--space-3xl) 0;text-align:center}.hero.ct-hero--split{text-align:left;padding-top:var(--space-lg);padding-bottom:var(--space-xl)}@media(min-width:900px){.hero.ct-hero--split{padding-top:var(--space-md);padding-bottom:var(--space-lg)}}@media(max-width:899px){.hero.ct-hero--split{text-align:center}}.ct-hero{background:#9bc0e5}.ct-hero .ct-trustline{color:#1f3f5b;font-weight:600}.ct-hero h1{color:var(--ct-navy);max-width:22ch;margin-left:auto;margin-right:auto;margin-bottom:var(--space-lg)}.ct-hero p{color:var(--ct-text);max-width:48ch;margin-left:auto;margin-right:auto;margin-bottom:var(--space-md);font-size:1.25rem}.ct-hero .hero-badge{font-size:.875rem;margin-bottom:var(--space-2xl)!important}.hero-ctas{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}.btn-outline{background:transparent;color:var(--ct-navy);border:2px solid var(--ct-navy);border-radius:999px;padding:12px 18px}.btn-outline:hover{background:var(--ct-border);color:var(--ct-navy);text-decoration:none}.section{padding:var(--space-2xl) 0;background:var(--ct-surface)}.section-alt,.section.section-alt{background:var(--ct-surface-2)}.section-white{background:var(--ct-surface-card)}.section-blush{background:var(--ct-surface-warm);color:var(--ct-text)}.section-teal-divider{background:var(--ct-surface-2);color:var(--ct-text);border-top:3px solid color-mix(in srgb,var(--ct-green) 45%,var(--ct-surface-2));box-shadow:inset 0 1px #ffffffa6}.section-blush p,.section-blush li{color:var(--ct-text)}.section-blush h2{color:var(--ct-navy)}.imagine-list{list-style:none;padding-left:0}.imagine-list li:before{content:"— ";color:var(--ct-green)}.section-teal-divider .section-header p,.section-teal-divider .why-list,.section-teal-divider p{color:var(--ct-text)}.section-teal-divider h2{color:var(--ct-navy)}.gold-accent{color:var(--ct-text);font-weight:700}.gold-accent:before{content:"→ ";color:var(--ct-gold)}.deck-subhead-accent{font-weight:700;font-size:1.25rem;color:var(--ct-navy);margin-bottom:var(--space-md)!important}.why-deck-closing{text-align:center;margin-top:var(--space-lg)!important;font-size:1.1875rem;color:var(--ct-text)}@media(min-width:960px){.why-split__copy .why-deck-closing{text-align:left}}.one-child-deck-header{margin-bottom:var(--space-lg)}.why-list{list-style:none;padding-left:0;margin:var(--space-lg) 0}.why-list li:before{content:"✓ ";color:var(--ct-green);font-weight:700}.what-list{list-style:none;padding-left:0;max-width:28rem;margin:var(--space-xl) auto;text-align:left}.what-list li{padding:var(--space-sm) 0;padding-left:1.75rem;position:relative;color:var(--ct-text)}.what-list li:before{content:"";position:absolute;left:0;top:.6em;width:.5rem;height:.5rem;border-radius:50%;background:var(--ct-green)}.what-tagline{font-weight:600;color:var(--ct-text);margin-top:var(--space-xl)!important;text-align:center;max-width:52rem;margin-left:auto;margin-right:auto;font-size:1.1875rem;line-height:1.5}.section-header{text-align:center;max-width:48rem;margin-left:auto;margin-right:auto;margin-bottom:var(--space-xl)}.section-header h2{margin-bottom:var(--space-md);color:var(--ct-navy)}.section-header p{font-size:1.1875rem;color:var(--color-text-muted)}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-lg);margin-top:var(--space-2xl)}.problem-card{padding:var(--space-xl);background:var(--ct-bg);border-radius:16px;border:1px solid var(--ct-border);box-shadow:var(--shadow-sm)}.problem-card strong{color:var(--color-text)}.problem-card p{font-size:.9375rem;color:var(--color-text-muted);margin-bottom:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-xl)}.feature{padding:var(--space-xl);background:var(--ct-bg);border-radius:16px;border:1px solid var(--ct-border);box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.feature:hover{box-shadow:var(--shadow-md);border-color:var(--color-border-strong)}.feature-icon{width:2.5rem;height:2.5rem;margin-bottom:var(--space-md);border-radius:var(--radius-md);background:var(--color-primary-muted);color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;font-family:var(--font-display)}.feature h3{margin-bottom:var(--space-sm);color:var(--ct-navy)}.feature p{font-size:.9375rem;color:var(--color-text-muted);margin:0}.org-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-md)}.org-list li{display:flex;align-items:center;gap:var(--space-sm);font-weight:500;color:var(--color-text)}.org-list li:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:var(--ct-green);flex-shrink:0}.role-card{background:var(--ct-bg);border-radius:16px;padding:var(--space-2xl);margin-bottom:var(--space-2xl);border:1px solid var(--ct-border);box-shadow:var(--shadow-sm)}.role-card h3{color:var(--ct-navy);margin-bottom:var(--space-md)}.role-number{color:var(--ct-green);font-size:1.25rem}.role-note{font-size:.875rem;color:var(--ct-muted);font-style:italic;margin-top:var(--space-lg)!important}.role-card-child{background:var(--ct-bg);border-color:var(--ct-border)}.role-card-child .subtitle{font-weight:600;color:var(--ct-navy)}.cta{text-align:center;padding:var(--space-3xl) 0;color:var(--navy)}.cta-green{background:var(--ct-green);color:#fff}.cta-green h2{color:#fff;margin-bottom:var(--space-xl)}.btn-cta-light{background:#fff;color:var(--ct-green);padding:12px 18px;font-weight:700;border-radius:999px}.btn-cta-light:hover{filter:brightness(.97);color:var(--ct-green);text-decoration:none}.cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}.contact-section .container{max-width:28rem;margin-left:auto;margin-right:auto}.contact-section--deck .container{max-width:48rem}.contact-form{display:flex;flex-direction:column;gap:var(--space-md);text-align:left}.contact-form label{font-weight:600;color:#fffffff2;font-size:1.0625rem}.contact-input{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.4);background:#fffffff2;color:var(--ct-navy);font-family:var(--font-sans);font-size:1.0625rem}.contact-input::placeholder{color:var(--ct-muted)}.contact-textarea{resize:vertical;min-height:6rem}.contact-submit{margin-top:var(--space-sm);cursor:pointer;border:none;font-size:1rem}.contact-thanks{color:#fffffff2;font-size:1rem}.contact-thanks p{margin-bottom:var(--space-sm)}.contact-error{color:#fff;background:#00000040;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);font-size:.9375rem;margin-bottom:var(--space-sm)}.contact-email-link{color:#fff;text-decoration:underline;font-weight:600}.contact-email-link:hover{color:#fff;opacity:.9}.footer{margin-top:auto;padding:var(--space-2xl) 0 var(--space-xl);border-top:none;background:var(--ct-footer);color:#ffffffeb}.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-lg)}.footer-logo{display:inline-flex;align-items:center;gap:var(--space-sm);font-family:var(--font-display);font-weight:700;font-size:1rem;color:#fff;opacity:.95;text-decoration:none}.footer-logo-img{width:1.75rem;height:1.75rem;flex-shrink:0;object-fit:contain;display:block}.footer-logo-text{line-height:1.2}.footer-logo:hover{color:#fff;text-decoration:none;opacity:1}.footer-links{display:flex;gap:var(--space-xl)}.footer-links a{font-size:.875rem;color:#fff;opacity:.95}.footer-links a:hover{color:#fff;text-decoration:none;opacity:1}.footer-copy{font-size:.875rem;color:#fffc}@media(max-width:640px){.hero{padding:var(--space-2xl) 0}.section{padding:var(--space-xl) 0}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}.footer-inner{flex-direction:column;text-align:center}}.hero-path-d-light{background:var(--ct-surface-card);color:var(--ct-text);text-align:center}.hero-path-d-light h1{color:var(--ct-navy);max-width:22ch;margin-left:auto;margin-right:auto;margin-bottom:var(--space-lg)}.hero-path-d-light>.container>p{max-width:42rem;margin-left:auto;margin-right:auto;margin-bottom:var(--space-md);font-size:1.125rem;color:var(--ct-text)}.ct-hero--split{text-align:left}.ct-hero--split .ct-hero-split{display:grid;gap:var(--space-lg);align-items:start;min-height:0}.ct-hero--split .ct-hero-split__copy{max-width:36rem}.ct-hero--split h1,.ct-hero--split .hero-deck-h1{max-width:min(38ch,100%);margin-left:0;margin-right:0;margin-bottom:var(--space-md);font-size:clamp(3rem,calc(3.6vw + 1rem),3.9rem);line-height:1.14;letter-spacing:-.02em;color:var(--ct-navy)}.hero-deck-h1__accent{white-space:nowrap}@media(max-width:520px){.hero-deck-h1__accent{white-space:normal}}.ct-hero--split .hero-lead{max-width:40rem;margin-left:0;margin-right:0;margin-bottom:var(--space-md);font-size:1.25rem;line-height:1.62;color:var(--ct-text)}.ct-hero--split .hero-trust-pill{margin-left:0;margin-right:0;margin-bottom:var(--space-md)}.hero-trust-pill--stacked{flex-direction:column;align-items:center;text-align:center;gap:.5rem;width:fit-content;max-width:100%}.hero-trust-pill__row{display:block;line-height:1.35}.ct-hero--split .hero-trust-pill--stacked{margin-left:auto;margin-right:auto}@media(min-width:900px){.ct-hero--split .ct-hero-split{grid-template-columns:minmax(0,1.05fr) minmax(260px,44%);align-items:start}.ct-hero--split .hero-ctas{justify-content:flex-start}.ct-hero-split__art{display:flex;align-items:flex-start;justify-content:center;margin:0;padding-top:0;min-height:0;align-self:start}.ct-hero-split__art.marketing-figure{margin:0}.ct-hero-split__art .marketing-figure__img--hero-tall{width:auto;max-width:100%;height:auto;max-height:min(65.6vh,576px);object-fit:contain;object-position:top center;margin-left:auto;margin-right:auto}}@media(max-width:899px){.ct-hero--split{text-align:center}.ct-hero--split .ct-hero-split{min-height:0}.ct-hero--split h1,.ct-hero--split .hero-deck-h1,.ct-hero--split .hero-lead,.ct-hero--split .hero-trust-pill{margin-left:auto;margin-right:auto}.ct-hero--split .hero-ctas{justify-content:center}.ct-hero-split__art{margin:var(--space-lg) auto 0;max-width:min(22rem,88vw)}.ct-hero-split__art .marketing-figure__img--hero-tall{max-height:min(30.4vh,17.6rem)}}.hero-trust-pill{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem .5rem;padding:.55rem 1.1rem;margin:0 auto var(--space-xl);max-width:100%;font-size:clamp(.9375rem,2.5vw,1.0625rem);font-weight:600;line-height:1.35;color:#1f3f5b;background:#ffffffc7;border:1px solid rgba(11,58,103,.14);border-radius:999px;box-shadow:0 1px 3px #0b3a6714}.hero-trust-pill--deck{text-transform:uppercase;letter-spacing:.08em;font-size:clamp(.75rem,1.6vw,.875rem);font-weight:700;padding:.45rem .85rem;border-radius:6px;background:#ffffffeb;box-shadow:0 1px #0b3a670f}.problem-split{display:grid;gap:var(--space-2xl);align-items:center}@media(min-width:880px){.problem-split{grid-template-columns:minmax(0,.95fr) minmax(0,1.12fr)}}.problem-split__text .section-header--split{margin-bottom:0;text-align:center;max-width:none}@media(min-width:880px){.problem-split__text .section-header--split{text-align:left;margin-left:0;margin-right:0}}.marketing-figure--problem-split{margin:0 auto;max-width:min(28rem,100%)}@media(min-width:880px){.marketing-figure--problem-split{margin:0;max-width:none}.marketing-figure--problem-split .marketing-figure__img{max-height:min(52vh,28rem)}}.ct-hero .ct-btn-hero-secondary{background:#fff;color:var(--ct-navy);border:2px solid rgba(11,58,103,.32);box-shadow:0 2px 10px #0b3a671f}.ct-hero .ct-btn-hero-secondary:hover{filter:none;background:color-mix(in srgb,#fff 88%,var(--ct-navy));color:var(--ct-navy);text-decoration:none}.marketing-figure{margin:var(--space-lg) 0 0}.marketing-figure--tight{margin-top:var(--space-md);max-width:min(34rem,94%);margin-left:auto;margin-right:auto}.marketing-figure--diagram{max-width:min(30rem,96%);margin-left:auto;margin-right:auto}.marketing-figure--continuity-large{max-width:min(100%,1180px);margin-left:auto;margin-right:auto}.marketing-figure--on-warm{max-width:min(20rem,88%)}.marketing-figure__img{display:block;width:100%;max-width:100%;height:auto;max-height:min(22rem,48vh);margin-left:auto;margin-right:auto;object-fit:contain;border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.marketing-figure__img--diagram{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);max-height:min(18rem,42vh)}.marketing-figure__img--diagram.marketing-figure__img--continuity-large{max-height:min(75vh,920px);max-width:100%}.marketing-figure__img--soft-edge{box-shadow:none;border-radius:var(--radius-lg);max-height:min(16rem,40vh)}.marketing-figure--imagine-art{max-width:min(16rem,64vw);margin:0 auto}.marketing-figure--imagine-art .marketing-figure__img{max-height:min(16rem,35vh);background:transparent}.section-deck{padding-top:clamp(2.75rem,6vw,4rem);padding-bottom:clamp(2.75rem,6vw,4rem)}.section-deck .section-header--wide{max-width:54rem}.section-header--problem-deck .section-eyebrow{margin-top:var(--space-lg);margin-bottom:var(--space-sm)}.problem-deck-outcomes{max-width:36rem;margin-left:auto;margin-right:auto;font-size:1.1875rem;line-height:1.58}@media(min-width:880px){.problem-deck-outcomes{margin-left:0;margin-right:0;max-width:40rem}}.section-eyebrow{font-family:var(--font-sans);font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ct-navy);margin-bottom:var(--space-sm)}.section-eyebrow--on-warm{color:var(--ct-navy);opacity:.85}.what-deck-grid{display:grid;gap:var(--space-md);grid-template-columns:1fr;max-width:72rem;margin:var(--space-xl) auto 0}@media(min-width:600px){.what-deck-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.what-deck-grid{grid-template-columns:repeat(4,1fr)}}.what-deck-card{padding:var(--space-lg);text-align:left}.what-deck-card__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--ct-navy);margin:0 0 var(--space-sm)}.what-deck-card__body{margin:0;font-size:1.0625rem;line-height:1.55;color:var(--ct-text)}.imagine-deck-title{text-align:center;max-width:40rem;margin-left:auto;margin-right:auto;margin-bottom:var(--space-2xl);color:var(--ct-navy);text-wrap:balance}.imagine-deck-wrap{display:grid;gap:var(--space-2xl);align-items:start;max-width:76rem;margin-left:auto;margin-right:auto}@media(min-width:900px){.imagine-deck-wrap{grid-template-columns:1fr minmax(0,.38fr);align-items:start}.marketing-figure--imagine-art{margin:0;align-self:start}}.imagine-deck-grid{display:grid;gap:var(--space-lg);grid-template-columns:1fr}@media(min-width:640px){.imagine-deck-grid{grid-template-columns:repeat(3,1fr)}}.imagine-deck-card{padding:var(--space-md) var(--space-sm) 0 0;border-left:3px solid color-mix(in srgb,var(--ct-green) 55%,transparent);text-align:left}.imagine-deck-card__lead{font-weight:700;color:var(--ct-navy);margin:0 0 var(--space-xs);font-size:1.0625rem;line-height:1.38}.imagine-deck-card__body{margin:0;font-size:1.0625rem;line-height:1.55;color:var(--ct-text)}.imagine-deck-closing{text-align:center;max-width:48rem;margin:var(--space-2xl) auto 0;font-size:1.1875rem;line-height:1.58;color:var(--ct-text)}.context-forward-title{text-align:center;color:var(--ct-navy);margin-bottom:var(--space-xl)}.context-forward-grid{display:grid;gap:var(--space-md);grid-template-columns:1fr;max-width:72rem;margin:0 auto}@media(min-width:720px){.context-forward-grid{grid-template-columns:repeat(3,1fr)}}.context-forward-card{padding:var(--space-lg);text-align:left}.context-forward-card__title{font-family:var(--font-display);font-size:1.0625rem;font-weight:700;color:var(--ct-navy);margin:0 0 var(--space-sm);line-height:1.3}.context-forward-card__title--stacked{font-size:.9375rem;font-weight:600;line-height:1.28}.context-forward-card__title-line2{display:block;margin-top:.2em;font-family:var(--font-display);font-size:1.2em;font-weight:700;color:var(--ct-navy)}.context-forward-card__body{margin:0;font-size:1.0625rem;line-height:1.55;color:var(--ct-text)}.context-forward-foot{text-align:center;max-width:48rem;margin:var(--space-xl) auto 0;font-size:1.1875rem;line-height:1.58;color:var(--ct-text)}.continuity-split{display:grid;gap:var(--space-lg);max-width:52rem;margin:var(--space-xl) auto 0;grid-template-columns:1fr}@media(min-width:720px){.continuity-split{grid-template-columns:1fr 1fr}}.continuity-split__col{padding:var(--space-xl);text-align:left}.continuity-split__heading{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--ct-navy);margin:0 0 var(--space-md)}.continuity-split__col p{margin:0;font-size:1.0625rem;line-height:1.58;color:var(--ct-text)}.why-split{display:grid;gap:var(--space-2xl);align-items:center}@media(min-width:960px){.why-split{grid-template-columns:minmax(0,1.12fr) minmax(260px,.88fr)}}.why-split__copy .section-header{text-align:center;max-width:none;margin-left:0;margin-right:0}@media(min-width:960px){.why-split__copy .section-header{text-align:left}}.why-split__figure{margin:0 auto;max-width:min(36rem,100%)}@media(min-width:960px){.why-split__figure{margin:0;max-width:none}}.marketing-figure__img--why{max-height:min(68vh,540px);width:100%;object-fit:contain}.why-grid-2x2{display:grid;gap:var(--space-md);grid-template-columns:1fr;max-width:40rem;margin:var(--space-xl) 0 var(--space-lg)}@media(min-width:520px){.why-grid-2x2{grid-template-columns:1fr 1fr}}@media(min-width:960px){.why-grid-2x2{margin-left:0;margin-right:0}}.why-grid-cell{padding:var(--space-md) var(--space-lg);text-align:center;font-weight:600;font-size:1.0625rem;color:var(--ct-navy)}.contact-deck-intro{color:#fffffff2;max-width:32rem;margin:0 auto var(--space-lg);font-size:1.0625rem;line-height:1.5}.contact-section--deck .contact-deck-panel{max-width:40rem;margin:0 auto var(--space-xl);padding:var(--space-xl);text-align:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-xl)}.contact-deck-subheading{font-family:var(--font-display);font-size:clamp(1.35rem,3vw,1.6rem);font-weight:700;color:#fff;margin:0 0 var(--space-sm)}.contact-deck-reachout{color:#ffffffe6;font-size:.9375rem;margin:0 0 var(--space-lg);line-height:1.5}.contact-deck-cta-row{display:grid;gap:var(--space-lg);text-align:left}@media(min-width:640px){.contact-deck-cta-row{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);align-items:start;gap:var(--space-xl)}}.contact-deck-cta-pill{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.1rem;font-weight:700;font-size:.9375rem;border-radius:999px;text-decoration:none;transition:filter .12s ease,transform .08s ease}.contact-deck-cta-pill--primary{background:#fff;color:var(--ct-navy);border:1px solid rgba(255,255,255,.85);text-align:center}.contact-deck-cta-pill--primary:hover{filter:brightness(.97);color:var(--ct-navy);text-decoration:none}.contact-deck-cta-pill--ghost{margin-top:var(--space-sm);background:transparent;color:#fff;border:2px solid rgba(255,255,255,.85)}.contact-deck-cta-pill--ghost:hover{background:#ffffff1f;color:#fff;text-decoration:none}.contact-deck-cta-label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffe0;margin-bottom:var(--space-xs)}.contact-deck-explainer{margin:0 0 var(--space-sm);font-size:.875rem;line-height:1.5;color:#ffffffe0}.contact-deck-cta-secondary--solo .contact-deck-explainer{margin-bottom:0}#contact-form{scroll-margin-top:5.5rem}.diagram-summary{text-align:center;max-width:52rem;margin:0 auto var(--space-lg);font-size:1.1875rem;line-height:1.58;color:var(--ct-text)}.section-one-child-hub{background:color-mix(in srgb,var(--ct-surface) 65%,var(--ct-surface-card))}.one-child-hub-cta{display:flex;justify-content:center;margin-top:0;margin-bottom:var(--space-xl)}.ct-btn-primary.ct-btn-hub-cta{display:inline-flex;align-items:center;justify-content:center;background:#3a4556;color:#fff;border-radius:999px;padding:.85rem 1.35rem;font-weight:700;border:1px solid color-mix(in srgb,#3a4556 75%,#000 25%);text-decoration:none;transition:filter .12s ease,transform .08s ease}.ct-btn-primary.ct-btn-hub-cta:hover{filter:brightness(1.08);color:#fff;text-decoration:none}.ct-btn-primary.ct-btn-hub-cta:active{transform:translateY(1px)}
