@font-face{font-family:Manrope;src:url('/assets/fonts/Manrope-Variable.woff') format('woff');font-weight:200 800;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url('/assets/fonts/Inter-Variable.woff') format('woff');font-weight:100 900;font-style:normal;font-display:swap}
:root{--navy:#0b3446;--deep:#082c3b;--teal:#18b7aa;--teal-dark:#087e80;--paper:#f4f5f0;--white:#fff;--muted:#596d75;--line:#d7dfdd;--font-heading:Manrope,Arial,sans-serif;--font-body:Inter,Arial,sans-serif;--gutter:clamp(24px,5vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--navy);font:400 1rem/1.65 var(--font-body);-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-heading);line-height:1.12;font-weight:500}h2{font-size:clamp(2.15rem,3.5vw,3.5rem);letter-spacing:-.055em}h3{letter-spacing:-.035em}em{font-style:normal;color:var(--teal)}::selection{background:#18b7aa;color:#082c3b}:focus-visible{outline:3px solid var(--teal-dark);outline-offset:6px}.hero :focus-visible,.header :focus-visible,.contact-section :focus-visible,.footer :focus-visible{outline-color:#61e7d4}.container{width:100%;max-width:1440px;margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:112px}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.14em;line-height:1.6;display:flex;align-items:center;gap:16px}.eyebrow.light{color:#b8d6da}.section-number{color:var(--teal-dark);letter-spacing:.04em;margin-right:7px}.small-line{width:30px;height:1px;background:var(--teal)}.skip-link{position:fixed;top:8px;left:12px;padding:12px 20px;background:white;color:var(--navy);transform:translateY(-160%);z-index:100}.skip-link:focus{transform:translateY(0)}
.header{height:98px;background:var(--deep);color:#fff;position:sticky;top:0;z-index:40;border-bottom:1px solid #ffffff19}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;flex-shrink:0}.brand img{width:120px;height:auto}.header nav{display:flex;align-items:center;gap:34px;font-size:.875rem}.header nav>a{padding-block:14px;color:#d4e2e5;transition:color .2s}.header nav>a:hover{color:var(--teal)}.header .nav-cta{margin-left:24px;padding:11px 22px;border:1px solid #54717b;border-radius:50px;color:white}.nav-cta span{margin-left:17px;font-size:19px}.menu-toggle{display:none}.hero{position:relative;background:#052430;color:white;isolation:isolate;overflow:hidden}.hero-art,.hero-shade{position:absolute;inset:0;z-index:-1}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center 54%}.hero-shade{background:linear-gradient(90deg,rgba(5,36,48,.97) 0%,rgba(5,36,48,.84) 35%,rgba(5,36,48,.05) 74%)}.hero-content{padding-top:74px;padding-bottom:84px}.hero h1{font-size:clamp(4rem,7.1vw,6.8rem);font-weight:500;letter-spacing:-.06em;line-height:1.04;margin-top:30px;max-width:750px}.hero h1 em{color:#4bd5bc}.hero-description{margin-top:30px;max-width:465px;font-size:1.0625rem;line-height:1.7;color:#c9d9de}.hero-actions{display:flex;gap:25px;align-items:center;margin-top:37px;flex-wrap:wrap}.button{display:inline-flex;gap:28px;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:600;line-height:1.35;min-height:58px;padding:17px 22px 17px 26px;border-radius:40px;transition:background .2s,transform .2s;white-space:normal}.button-teal{background:var(--teal);color:#062e3b}.button-teal:hover{background:#5bdbca;transform:translateY(-2px)}.button-teal:active{transform:translateY(0)}.button-arrow{font-size:24px;line-height:20px;font-weight:400}.text-link{font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;gap:20px;padding-block:14px;border-bottom:1px solid #aabfbe;line-height:1.6}.text-link:hover{color:var(--teal-dark)}.light-link{color:#e9f0f2;border-bottom-color:#738e97}.light-link:hover{color:#65dfcf}.hero-foot{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:97px;position:relative;border-top:1px solid #ffffff20;background:#05243057}.hero-foot p{font-size:.75rem;letter-spacing:.12em;line-height:1.8;color:#a7c2cb}.hero-foot strong{font-weight:500;color:#d2e3e7}.hero-caption{font-size:.75rem;color:#b7ced5}.scroll-link{display:flex;gap:35px;align-items:center;font-size:.75rem;min-height:48px}.scroll-link span:last-child{font-size:22px}
.section-heading{display:grid;grid-template-columns:1fr 2.25fr;gap:38px}.section-heading>.eyebrow{align-self:start;margin-top:9px}.section-lead{max-width:630px;color:var(--muted);margin-top:25px;font-size:1.0625rem;line-height:1.75}.opportunities{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;margin-top:68px}.opportunity{border-top:1px solid var(--line);padding-top:30px}.icon-square{height:58px;width:58px;background:#e1ebe6;display:grid;place-items:center;margin-bottom:29px;border-radius:15px;color:var(--teal-dark)}.icon-square svg{width:31px;height:31px}.micro-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;color:var(--muted)}.opportunity h3{font-size:1.5rem;line-height:1.3;margin-block:14px 19px}.opportunity p{font-size:.9375rem;color:var(--muted);line-height:1.8;max-width:355px}.use-examples{margin-top:26px;display:flex;gap:8px;flex-wrap:wrap}.use-examples span{padding:5px 11px;border:1px solid var(--line);border-radius:6px;font-size:.75rem;line-height:1.6;color:#425e65}
.method{background:#e5eee9;padding-block:100px 104px}.method-heading{display:grid;grid-template-columns:1fr 1fr;gap:30px}.method-heading .eyebrow{grid-column:1/-1}.method-heading h2 span{color:#52766e}.method-heading>p:last-child{align-self:end;color:#49665f;font-size:.9375rem;padding-bottom:3px}.steps{list-style:none;padding:0;margin:68px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.step-number{font-family:var(--font-heading);font-size:2.875rem;letter-spacing:-.06em;color:var(--teal-dark);line-height:1}.step-line{height:1px;background:#b9cec5;margin:27px 0}.step h3{font-size:1.5rem;margin-bottom:16px}.step p{font-size:.9375rem;line-height:1.8;color:#466159}.step-output{display:block;font-size:.75rem;line-height:1.5;margin-top:24px;padding-top:17px;border-top:1px solid #c8d8d1;color:#3d6157}
.case-section{background:#fff;padding-block:100px 110px}.case-top{display:flex;justify-content:space-between;gap:25px;margin-bottom:53px}.case-category{font-size:.75rem;letter-spacing:.1em;color:var(--muted);line-height:1.7}.case-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:65px;align-items:center}.nexxus-logo{width:139px;height:65px;object-fit:contain;object-position:left center;margin-bottom:25px}.case-copy h2{font-size:clamp(2.2rem,3vw,3rem);margin-bottom:26px}.case-copy>p{color:var(--muted);font-size:.9375rem;line-height:1.85;margin-top:16px;max-width:525px}.case-facts{margin:29px 0 15px}.case-facts>div{display:grid;grid-template-columns:105px 1fr;gap:16px;padding:17px 0;border-top:1px solid var(--line)}.case-facts dt{font-size:.75rem;color:#688087;letter-spacing:.08em;padding-top:3px}.case-facts dd{font-size:.8125rem;line-height:1.6;margin:0}.case-copy .text-link{font-size:.8125rem;gap:12px}.case-visual{padding:28px 28px 20px;border:1px solid #dce4e6;background:#f3f7f8;border-radius:20px;box-shadow:0 22px 55px -36px #143a4870}.flow-top{display:flex;justify-content:space-between;align-items:center;color:#1c465a;font-size:.875rem;font-weight:700;letter-spacing:.08em;margin-bottom:28px}.flow-top small{font-size:.75rem;font-weight:500;letter-spacing:.05em}.flow-mark{width:31px;height:31px;border:1px solid #a8c0cc;border-radius:8px;display:grid;place-items:center}.flow-stage{display:flex;align-items:start;gap:15px}.flow-index{font-size:.75rem;color:#4f7786;border:1px solid #c1d5dd;border-radius:50%;width:28px;height:28px;display:grid;place-items:center;flex-shrink:0}.flow-label{font-size:.75rem;font-weight:600;color:#5a7481;letter-spacing:.12em;display:block;margin:3px 0 8px}.flow-stage h3{font-size:1.25rem;line-height:1.35;color:#254e61}.document-types{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}.document-types span{font-size:.75rem;padding:5px 8px;background:white;border:1px solid #d5e0e4;border-radius:5px;color:#546d78}.flow-connector{display:flex;align-items:center;gap:13px;margin:17px 0 17px 9px;color:#5d7884;font-size:.75rem}.flow-connector>span:first-child{font-size:22px;color:#668e9f}.extraction-panel{margin-left:42px;border-radius:12px;background:#fff;box-shadow:0 6px 20px -12px #35556640;border:1px solid #d2e4e8;overflow:hidden}.extraction-title{display:flex;align-items:center;gap:9px;padding:15px 16px;background:#e2eff0;color:#1c6670;font-size:.75rem;font-weight:600}.extraction-title svg{width:18px;height:18px}.extraction-row{margin:0 15px;padding:12px 0;font-size:.75rem;display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #edf0f2;color:#516a75}.extraction-row:last-child{border:0}.extraction-row span:last-child{color:#29766b}.output-stage{position:relative}.human-review{font-size:.75rem;line-height:1.5;background:#e1eeea;color:#316453;border-radius:4px;padding:5px 7px;margin-left:auto;align-self:center}.flow-caption{margin-top:24px;font-size:.75rem;line-height:1.6;color:#647985;padding-top:17px;border-top:1px solid #dce5e8}
.contact-section{background:var(--navy);color:white;padding-block:96px 100px;position:relative}.contact-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.contact-heading .eyebrow{margin-bottom:33px}.contact-heading .section-number{color:#58cdbd}.contact-heading h2{font-size:clamp(2.5rem,4.2vw,4.2rem);line-height:1.15}.contact-heading em{color:#4bd5bc}.contact-copy{max-width:395px;justify-self:end;padding-top:48px}.contact-copy>p:first-child{font-size:1.0625rem;line-height:1.8;color:#c0d3da;margin-bottom:30px}.contact-number{display:block;font-size:.8125rem;color:#e1eff1;margin-top:18px;padding-block:8px;min-height:44px}.contact-note{color:#a7c1ca;font-size:.75rem;line-height:1.7;margin-top:20px}.footer{background:#082936;color:#c7dbe1}.footer-main{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:40px;align-items:start;padding:62px 0 52px}.footer-main>p{font-size:.875rem;line-height:1.7}.footer nav{display:flex;flex-wrap:wrap;gap:10px 24px;justify-content:flex-end;font-size:.75rem}.footer nav a{padding-block:10px}.footer a:hover{color:#53d9c2}.footer-bottom{border-top:1px solid #ffffff1f;display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:82px;font-size:.75rem;color:#9cb8c4}.footer-bottom>a{padding-block:14px}.footer-bottom>a span{margin-left:20px}.reveal{opacity:1}.motion-ready .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}.motion-ready .reveal.is-visible{opacity:1;transform:none}
@media(min-width:1700px){.hero-content{padding-block:96px}.hero-art img{object-position:center 45%}.hero h1{font-size:7rem}}
@media(max-width:1100px){.header nav{gap:22px}.header .nav-cta{margin-left:0}.hero h1{font-size:5.25rem}.opportunities{gap:26px}.case-layout{gap:35px}.case-visual{padding:23px 20px 18px}.human-review{display:none}.steps{gap:23px}.footer-main{grid-template-columns:.7fr 1fr 1.5fr}}
@media(max-width:800px){:root{--gutter:28px}.header{height:82px}.header nav{gap:18px;font-size:.8125rem}.header .nav-cta{display:none}.hero-content{padding-top:65px;padding-bottom:67px}.hero h1{font-size:4.75rem}.hero-description{max-width:390px}.hero-art img{object-position:62% center}.hero-shade{background:linear-gradient(90deg,rgba(5,36,48,.98),rgba(5,36,48,.86) 45%,rgba(5,36,48,.23))}.hero-caption{display:none}.section{padding-block:78px}.section-heading{grid-template-columns:1fr;gap:24px}.section-lead{font-size:1rem;max-width:580px}.opportunities{grid-template-columns:1fr;gap:37px;margin-top:47px}.opportunity{display:grid;grid-template-columns:72px 1fr;column-gap:20px;padding-top:28px}.icon-square{grid-row:1/5}.opportunity .micro-label,.opportunity h3,.opportunity p,.opportunity .use-examples{grid-column:2}.opportunity h3{margin-top:10px}.opportunity p{max-width:560px}.use-examples{margin-top:18px}.method-heading{grid-template-columns:1fr;gap:24px}.method-heading>p:last-child{font-size:1rem}.steps{grid-template-columns:1fr 1fr;gap:38px;margin-top:44px}.case-layout{grid-template-columns:1fr;gap:40px}.case-copy>p{max-width:650px}.case-visual{max-width:600px;width:100%;justify-self:center;padding:29px}.case-top{margin-bottom:28px}.case-category{display:none}.case-copy h2{font-size:2.7rem}.human-review{display:block}.contact-inner{grid-template-columns:1fr;gap:26px}.contact-copy{justify-self:start;padding-top:0;max-width:580px}.contact-heading h2{font-size:3.1rem}.contact-section{padding-block:76px}.contact-heading .eyebrow{margin-bottom:23px}.footer-main{grid-template-columns:1fr 1fr;gap:25px}.footer-main>p{text-align:right}.footer nav{grid-column:1/-1;justify-content:flex-start}.footer-bottom{flex-wrap:wrap;gap:10px;padding-block:20px}.footer-bottom>span:nth-child(2){display:none}}
@media(max-width:600px){:root{--gutter:24px}html{scroll-padding-top:90px}.header{height:76px}.brand img{width:105px}.menu-toggle{display:flex;align-items:center;gap:15px;background:none;border:0;color:white;padding:12px 0 12px 12px;min-height:48px;font-size:.8125rem;cursor:pointer}.menu-lines{height:14px;width:22px;position:relative;display:block;border-top:1px solid #c6dbdf;border-bottom:1px solid #c6dbdf}.menu-lines:after{content:'';position:absolute;top:5.5px;left:0;height:1px;width:22px;background:#c6dbdf}.menu-toggle[aria-expanded=true] .menu-lines{border:0;transform:rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-lines:before{content:'';position:absolute;height:1px;width:22px;left:0;top:6px;background:white;transform:rotate(90deg)}.header nav{display:none;position:absolute;left:0;right:0;top:75px;background:var(--deep);padding:21px var(--gutter) 32px;border-bottom:1px solid #355967;box-shadow:0 25px 45px #03182355;flex-direction:column;align-items:stretch;gap:4px}.header nav.is-open{display:flex}.header nav>a{font-size:1.0625rem;padding:14px 0;border-bottom:1px solid #ffffff18}.header .nav-cta{display:flex;justify-content:space-between;border:1px solid #54717b;padding:13px 19px;margin-top:15px;font-size:.9375rem}.hero-content{padding-top:43px;padding-bottom:48px}.hero .eyebrow{font-size:.75rem;letter-spacing:.105em;gap:12px}.small-line{width:22px}.hero h1{font-size:clamp(3.65rem,15vw,5.2rem);margin-top:29px;letter-spacing:-.055em;line-height:1.06}.hero-art img{object-position:65% center;opacity:.48}.hero-shade{background:linear-gradient(90deg,rgba(5,36,48,.9),rgba(5,36,48,.45)),linear-gradient(0deg,#052430 0%,transparent 35%)}.hero-description{font-size:1rem;line-height:1.75;margin-top:27px;max-width:365px;color:#d2e0e5}.desktop-break{display:none}.hero-actions{align-items:flex-start;flex-direction:column;gap:10px;margin-top:28px}.hero-actions .button{min-height:58px;width:100%;max-width:360px;padding:17px 22px;font-size:.875rem}.hero-actions .text-link{min-height:48px;padding-block:13px;font-size:.8125rem}.hero-foot{min-height:82px;gap:15px}.hero-foot p{font-size:.75rem;letter-spacing:.09em}.scroll-link{font-size:.75rem;gap:15px}.section{padding-block:66px}.eyebrow{font-size:.75rem;gap:10px;letter-spacing:.1em}h2{font-size:2.25rem;line-height:1.15}.section-heading{gap:23px}.section-heading>.eyebrow{margin-top:0}.section-lead{font-size:.9375rem;margin-top:21px;line-height:1.85}.opportunity{display:block}.icon-square{width:52px;height:52px;margin-bottom:20px}.opportunity h3{font-size:1.5rem;margin-top:12px}.opportunity p{font-size:.9375rem}.micro-label{font-size:.75rem}.use-examples span{font-size:.75rem}.method-heading{gap:24px}.method-heading>p:last-child{font-size:.9375rem}.steps{grid-template-columns:1fr;gap:27px;margin-top:40px}.step{position:relative;padding:0 0 25px 64px;border-bottom:1px solid #c4d4cd}.step:last-child{border-bottom:0;padding-bottom:0}.step-number{position:absolute;left:0;top:0;font-size:2rem}.step-line{display:none}.step h3{font-size:1.375rem;margin-bottom:12px}.step p{font-size:.875rem;line-height:1.8}.step-output{font-size:.75rem;padding:0;border:0;margin-top:15px}.case-top{margin-bottom:19px}.nexxus-logo{margin-bottom:20px;width:126px;height:54px}.case-copy h2{font-size:2.25rem;margin-bottom:23px}.case-copy>p{font-size:.9375rem}.case-facts>div{grid-template-columns:1fr;gap:7px;padding-block:15px}.case-facts dt{font-size:.75rem}.case-facts dd{font-size:.8125rem}.case-copy .text-link{font-size:.8125rem}.case-visual{padding:22px 18px 17px;border-radius:15px}.flow-top{font-size:.875rem;letter-spacing:.04em;gap:12px}.flow-top small{display:block;font-size:.75rem;margin-top:5px}.flow-stage{gap:12px}.flow-stage h3{font-size:1.125rem}.flow-label{font-size:.75rem}.document-types span{font-size:.75rem}.extraction-panel{margin-left:0}.extraction-title{font-size:.75rem}.extraction-row{font-size:.75rem}.human-review{display:none}.flow-caption{font-size:.75rem}.contact-section{padding-block:65px}.contact-heading h2{font-size:2.5rem;line-height:1.16}.contact-heading h2 br:first-child{display:none}.contact-copy>p:first-child{font-size:.9375rem;line-height:1.85;margin-bottom:25px}.contact-copy .button{width:100%;max-width:360px}.contact-number{font-size:.8125rem}.contact-note{font-size:.75rem;margin-top:12px}.footer-main{padding:42px 0 30px;gap:24px 14px}.footer-main>p{font-size:.75rem}.footer nav{gap:4px 24px;font-size:.75rem}.footer nav a{min-height:44px;display:flex;align-items:center}.footer-bottom{font-size:.75rem;gap:2px;align-items:start;flex-direction:column}.footer-bottom>a{padding-block:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.motion-ready .reveal{opacity:1;transform:none}}

/* Restrained line composition: forward movement without a decorative gemstone. */
.hero-art{background:radial-gradient(ellipse at 85% 40%,#104653 0%,#082c3b 46%,#052430 80%)}
.hero-art .growth-lines{position:absolute;right:-5%;top:-5%;width:70%;height:115%;max-width:none;stroke:none;stroke-linecap:butt}
.hero-shade{background:linear-gradient(90deg,#052430 0%,rgba(5,36,48,.94) 28%,rgba(5,36,48,.2) 64%,transparent 100%)}
@media(max-width:800px){.hero-art .growth-lines{right:-23%;width:90%;opacity:.65}}
@media(max-width:600px){.hero-art .growth-lines{right:-70%;width:140%;opacity:.35}.hero-shade{background:linear-gradient(90deg,#052430 0%,rgba(5,36,48,.85) 55%,rgba(5,36,48,.35))}}

.reading-progress{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#51d0bb;transform:scaleX(0);transform-origin:left;pointer-events:none}
.hero h1{font-size:clamp(3.5rem,6.4vw,6.2rem);max-width:860px}.hero h1>span,.hero h1>em{display:block;animation:headline-in .8s cubic-bezier(.16,1,.3,1) both}.hero h1>span:nth-child(2){animation-delay:.12s}.hero h1>em{animation-delay:.24s}.hero-description{max-width:510px}.hero .eyebrow{animation:headline-in .65s ease both}.hero-actions{animation:headline-in .8s .32s ease both}.growth-lines path{stroke-dasharray:2200;stroke-dashoffset:2200;animation:line-draw 3.2s .2s cubic-bezier(.25,.1,.2,1) forwards}.growth-lines circle{animation:point-in 1s 1.8s both}.button-arrow,.nav-cta span{transition:transform .25s}.button:hover .button-arrow,.nav-cta:hover span{transform:translate(3px,-3px)}.icon-square{transition:background .3s,transform .3s}.opportunity:hover .icon-square{background:#cfe7df;transform:translateY(-3px)}.demo-benefit{font-size:.8125rem;color:#2d5661;border-left:2px solid #388e89;padding-left:13px;margin-top:18px;line-height:1.65}.demo.is-running .demo-result{opacity:.48;transition:opacity .25s}
@keyframes headline-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes line-draw{to{stroke-dashoffset:0}}@keyframes point-in{from{opacity:0}to{opacity:1}}
@media(max-width:600px){.hero h1{font-size:clamp(2.9rem,12.8vw,4.3rem);letter-spacing:-.06em}.hero-description{max-width:365px}.demo-input .flow-label,.demo-result-label,.demo-badge{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){.hero h1>span,.hero h1>em,.hero .eyebrow,.hero-actions,.growth-lines path,.growth-lines circle{animation:none;stroke-dashoffset:0}.button-arrow,.nav-cta span,.icon-square,.demo.is-running .demo-result{transition:none}.opportunity:hover .icon-square{transform:none}}

.case-examples{width:100%;min-width:0}.situations{list-style:none;margin:0;padding:0;counter-reset:situation;border-top:1px solid var(--line)}.situation{counter-increment:situation;padding:26px 0 28px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:40px 1fr;column-gap:18px;row-gap:0}.situation::before{content:counter(situation,decimal-leading-zero);font-family:var(--font-heading);font-size:.8125rem;font-weight:600;color:var(--teal-dark);letter-spacing:.04em;padding-top:5px;grid-row:1/span 2}.situation h3{grid-column:2;font-size:1.1875rem;line-height:1.35;font-weight:600;letter-spacing:-.02em;max-width:560px}.situation-compare{grid-column:2;display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:14px}.compare-label{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#7a8f95;margin-bottom:7px}.situation-compare>div:last-child .compare-label{color:var(--teal-dark)}.situation-compare p{font-size:.875rem;line-height:1.7;color:#4d6169}.situation-compare>div:last-child p{color:var(--navy)}.situation-gain{grid-column:2;margin-top:18px;padding:2px 0 2px 14px;border-left:2px solid var(--teal);font-size:.875rem;line-height:1.6;color:var(--navy);font-weight:500;max-width:560px}.example-note{font-size:.8125rem;color:#60766e;margin-top:22px;line-height:1.65;max-width:520px}.case-copy .text-link{margin-top:24px}.case-layout{align-items:start;gap:64px}@media(min-width:1101px){.case-copy{position:sticky;top:130px}}@media(max-width:600px){.situation{grid-template-columns:1fr;padding:22px 0 24px}.situation::before{grid-row:auto;padding-top:0;margin-bottom:8px}.situation h3{grid-column:1;font-size:1.125rem}.situation-compare{grid-column:1;grid-template-columns:1fr;gap:14px;margin-top:12px}.situation-gain{grid-column:1;margin-top:14px}}
