@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700&display=swap);
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;line-height:1.2}p{overflow-wrap:break-word}table{border-collapse:collapse}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:400;font-size:1rem;color:#1e1a28;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;color:#110e18}h1{font-size:3rem;letter-spacing:-0.02em}@media(min-width: 1024px){h1{font-size:3.75rem}}h2{font-size:2.25rem;letter-spacing:-0.01em}@media(min-width: 1024px){h2{font-size:3rem}}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{line-height:1.7;color:#1e1a28}p.lead{font-size:1.25rem;color:#6e6880;line-height:1.8}strong{font-weight:600}small{font-size:.875rem}.text-gradient{background:linear-gradient(137deg, #d22b4f 0%, #65259f 50%, #0033ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.text-gradient-ai{background:linear-gradient(135deg, #a78bfa 0%, #818cf8 25%, #c084fc 50%, #f0abfc 75%, #a78bfa 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;animation:gradient-shift 4s ease infinite}@keyframes gradient-shift{0%{background-position:0% center}50%{background-position:100% center}100%{background-position:0% center}}.label{display:inline-block;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#5627ad}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.container--narrow{max-width:800px}.container--wide{max-width:1400px}.section{padding:4rem 0}@media(min-width: 1024px){.section{padding:6rem 0}}.section--sm{padding:2.5rem 0}@media(min-width: 1024px){.section--sm{padding:4rem 0}}.section--lg{padding:6rem 0}@media(min-width: 1024px){.section--lg{padding:8rem 0}}.section--dark{background:linear-gradient(135deg, #1a0e2e 0%, #0d1b3e 100%);color:#fff}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5,.section--dark h6{color:#fff}.section--dark p{color:hsla(0,0%,100%,.7)}.section--gray{background-color:#f9f8fc}.section--gradient{background:linear-gradient(137deg, #d22b4f 0%, #65259f 50%, #0033ff 100%);color:#fff}.section--gradient h1,.section--gradient h2,.section--gradient h3,.section--gradient h4,.section--gradient h5,.section--gradient h6{color:#fff}.section--gradient p{color:hsla(0,0%,100%,.85)}.grid{display:grid;gap:2rem}@media(min-width: 768px){.grid--2{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.grid--3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid--3{grid-template-columns:repeat(3, 1fr)}}.grid--4{grid-template-columns:repeat(2, 1fr)}@media(min-width: 1024px){.grid--4{grid-template-columns:repeat(4, 1fr)}}.split{display:grid;gap:3rem;align-items:center}@media(min-width: 1024px){.split{grid-template-columns:1fr 1fr;gap:4rem}}@media(min-width: 1024px){.split--reverse .split__media{order:-1}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:.875rem;letter-spacing:.02em;padding:.75rem 1.75rem;border-radius:8px;border:2px solid rgba(0,0,0,0);transition:all 250ms ease;cursor:pointer;white-space:nowrap}.btn--primary{background-color:#5627ad;color:#fff}.btn--primary:hover{background-color:#3e1b80;transform:translateY(-1px);box-shadow:0 8px 30px rgba(86,39,173,.2)}.btn--secondary{background-color:rgba(0,0,0,0);color:#5627ad;border-color:#5627ad}.btn--secondary:hover{background-color:#5627ad;color:#fff}.btn--white{background-color:#fff;color:#5627ad}.btn--white:hover{background-color:hsla(0,0%,100%,.9);transform:translateY(-1px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.btn--ghost{background-color:rgba(0,0,0,0);color:#fff;border-color:hsla(0,0%,100%,.4)}.btn--ghost:hover{border-color:#fff;background-color:hsla(0,0%,100%,.1)}.btn--lg{font-size:1rem;padding:1rem 2.25rem}.btn--sm{font-size:.75rem;padding:.5rem 1.25rem}.btn .btn-icon{width:18px;height:18px}.btn-group{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.site-header{position:fixed;top:0;left:0;right:0;z-index:200;padding:1rem 0;transition:background-color 250ms ease,box-shadow 250ms ease,padding 250ms ease}.site-header.is-scrolled{background-color:hsla(0,0%,100%,.97);backdrop-filter:blur(8px);box-shadow:0 1px 3px rgba(0,0,0,.08);padding:.5rem 0}.site-header--dark-hero .header-logo img{filter:brightness(0) invert(1)}.site-header--dark-hero .nav-link{color:hsla(0,0%,100%,.85)}.site-header--dark-hero .nav-link:hover{color:#fff;background-color:hsla(0,0%,100%,.1)}.site-header--dark-hero .nav-link--ai span{background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:hsla(0,0%,100%,.85)}.site-header--dark-hero .nav-link--ai:hover span{-webkit-text-fill-color:#fff}.site-header--dark-hero .nav-link--ai .nav-ai-sparkle path{fill:hsla(0,0%,100%,.85)}.site-header--dark-hero .nav-link--ai:hover .nav-ai-sparkle path{fill:#fff}.site-header--dark-hero .nav-toggle span{background-color:#fff}.site-header--dark-hero .header-cta{border-color:hsla(0,0%,100%,.2)}.site-header--dark-hero .header-actions .btn--secondary{color:hsla(0,0%,100%,.85);border-color:hsla(0,0%,100%,.3)}.site-header--dark-hero .header-actions .btn--secondary:hover{color:#fff;border-color:#fff;background-color:hsla(0,0%,100%,.1)}.site-header--dark-page .header-logo img{filter:brightness(0) invert(1)}.site-header--dark-page .nav-link{color:hsla(0,0%,100%,.85)}.site-header--dark-page .nav-link:hover{color:#fff;background-color:hsla(0,0%,100%,.1)}.site-header--dark-page .nav-dropdown__trigger::after{border-top-color:hsla(0,0%,100%,.85)}.site-header--dark-page .nav-link--ai span{background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:hsla(0,0%,100%,.85)}.site-header--dark-page .nav-link--ai:hover span{-webkit-text-fill-color:#fff}.site-header--dark-page .nav-link--ai .nav-ai-sparkle path{fill:hsla(0,0%,100%,.85)}.site-header--dark-page .nav-link--ai:hover .nav-ai-sparkle path{fill:#fff}.site-header--dark-page .nav-toggle span{background-color:#fff}.site-header--dark-page .header-cta{background-color:#fff;color:#110e18;border-color:rgba(0,0,0,0)}.site-header--dark-page .header-cta:hover{background-color:hsla(0,0%,100%,.9)}.site-header--dark-page .header-actions .btn--secondary{color:hsla(0,0%,100%,.85);border-color:hsla(0,0%,100%,.3)}.site-header--dark-page .header-actions .btn--secondary:hover{color:#fff;border-color:#fff;background-color:hsla(0,0%,100%,.1)}.site-header--dark-page.is-scrolled{background-color:rgba(17,14,24,.95);backdrop-filter:blur(12px);box-shadow:0 1px 3px rgba(0,0,0,.3)}.site-header--dark-page .nav-mobile{background:#110e18}.site-header--dark-page .nav-mobile .nav-mobile__link{color:hsla(0,0%,100%,.85);border-bottom-color:hsla(0,0%,100%,.08)}.site-header--dark-page .nav-mobile .nav-mobile__link--ai span{background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:hsla(0,0%,100%,.85)}.site-header--dark-page .nav-mobile .nav-mobile__accordion-trigger{color:hsla(0,0%,100%,.85);border-bottom-color:hsla(0,0%,100%,.08)}.site-header--dark-page .nav-mobile .nav-mobile__sub a{color:hsla(0,0%,100%,.6)}.site-header .container{display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.75rem;z-index:201}.header-logo img{height:60px;width:auto}.nav-desktop{display:none}@media(min-width: 1024px){.nav-desktop{display:flex;align-items:center;gap:.25rem}}.nav-link{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#302b3d;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:color 150ms ease,background-color 150ms ease}.nav-link:hover{color:#5627ad;background-color:rgba(86,39,173,.06)}.nav-link--ai{display:inline-flex;align-items:center;gap:.5rem}.nav-link--ai span{background:linear-gradient(137deg, #d22b4f 0%, #65259f 50%, #0033ff 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.nav-link--ai:hover span{background:linear-gradient(137deg, #d22b4f 0%, #65259f 50%, #0033ff 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.nav-ai-sparkle{flex-shrink:0}.nav-dropdown{position:relative}.nav-dropdown__trigger{display:flex;align-items:center;gap:.25rem}.nav-dropdown__trigger::after{content:"";width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:5px solid currentColor;transition:transform 150ms ease}.nav-dropdown__menu{position:absolute;top:100%;left:0;min-width:260px;padding:.5rem;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:all 150ms ease}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown.is-open .nav-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown__link{display:block;padding:.75rem 1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#302b3d;border-radius:8px;cursor:pointer;transition:all 150ms ease}.nav-dropdown__link:hover{color:#5627ad;background-color:rgba(86,39,173,.06)}.nav-dropdown__link small{display:block;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:400;color:#6e6880;margin-top:2px}.header-cta{display:none}@media(min-width: 1024px){.header-cta{display:inline-flex;margin-left:1rem}}.header-actions{display:none}@media(min-width: 1024px){.header-actions{display:flex;align-items:center;gap:.5rem;margin-left:1rem}}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;z-index:201}@media(min-width: 1024px){.nav-toggle{display:none}}.nav-toggle span{display:block;width:100%;height:2px;background-color:#1e1a28;border-radius:2px;transition:all 250ms ease}.nav-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-active span:nth-child(2){opacity:0}.nav-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{position:fixed;top:0;left:0;right:0;height:100vh;height:100dvh;background:#fff;z-index:200;padding:80px 1.5rem 2rem;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translateX(100%);transition:transform 250ms ease}.nav-mobile.is-open{transform:translateX(0)}.nav-mobile .nav-mobile__link{display:block;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.25rem;font-weight:600;color:#1e1a28;padding:1rem 0;border-bottom:1px solid #e5e3eb}.nav-mobile .nav-mobile__link--ai{display:flex;align-items:center;gap:.5rem}.nav-mobile .nav-mobile__link--ai span{background:linear-gradient(137deg, #d22b4f 0%, #65259f 50%, #0033ff 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.nav-mobile .nav-mobile__sub{padding-left:1.5rem}.nav-mobile .nav-mobile__sub a{display:block;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:500;color:#4a4558;padding:.75rem 0}.nav-mobile .nav-mobile__cta{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.nav-mobile .nav-mobile__cta .btn{text-align:center}.nav-mobile .nav-mobile__accordion-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.25rem;font-weight:600;color:#1e1a28;padding:1rem 0;border-bottom:1px solid #e5e3eb;cursor:pointer}.nav-mobile .nav-mobile__accordion-trigger::after{content:"+";font-size:1.5rem;font-weight:300;transition:transform 150ms ease}.nav-mobile .nav-mobile__accordion-trigger.is-open::after{content:"−"}.nav-mobile .nav-mobile__accordion-content{max-height:0;overflow:hidden;transition:max-height 250ms ease}.nav-mobile .nav-mobile__accordion-content.is-open{max-height:300px}.site-footer{background-color:#f9f8fc;color:#6e6880;padding:4rem 0 2rem}.site-footer a{color:#6e6880;transition:color 150ms ease}.site-footer a:hover{color:#5627ad}.footer-grid{display:grid;gap:2.5rem;margin-bottom:3rem}@media(min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}}.footer-brand img{height:48px;width:48px;margin-bottom:1rem}.footer-brand p{font-size:.875rem;color:#6e6880;max-width:280px;line-height:1.7}.footer-column h6{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#1e1a28;margin-bottom:1.5rem}.footer-column ul li{margin-bottom:.75rem}.footer-column ul a{font-size:.875rem}.footer-contact{font-size:.875rem}.footer-contact p{margin-bottom:.5rem;color:#6e6880}.footer-contact a{color:#302b3d}.footer-patents{background-color:#f9f8fc;padding:0 0 2rem 0}.footer-patents h6{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#1e1a28;margin-bottom:.75rem}.footer-patents p{font-size:.75rem;color:#9e99ae;margin:0}.footer-patents strong{font-weight:700;color:#6e6880}.footer-bottom{padding-top:2rem;border-top:1px solid #e5e3eb;display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{font-size:.75rem;color:#9e99ae}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.75rem}.site-footer--dark{background-color:#110e18;color:#9e99ae}.site-footer--dark a{color:#9e99ae}.site-footer--dark a:hover{color:#fff}.site-footer--dark .footer-brand img{filter:brightness(0) invert(1)}.site-footer--dark .footer-brand p{color:#9e99ae}.site-footer--dark .footer-column h6{color:hsla(0,0%,100%,.7)}.site-footer--dark .footer-contact p{color:#9e99ae}.site-footer--dark .footer-contact a{color:hsla(0,0%,100%,.6)}.site-footer--dark .footer-patents h6{color:hsla(0,0%,100%,.7)}.site-footer--dark .footer-patents p{color:#6e6880}.site-footer--dark .footer-patents strong{color:#9e99ae}.site-footer--dark .footer-bottom{border-top-color:hsla(0,0%,100%,.08)}.site-footer--dark .footer-bottom p{color:#6e6880}.hero{position:relative;padding:calc(8rem + 60px) 0 6rem;overflow:hidden}@media(min-width: 1024px){.hero{padding:calc(8rem + 80px) 0 8rem}}.hero__split{display:flex;flex-direction:column;gap:3rem}@media(min-width: 1024px){.hero__split{flex-direction:row;align-items:center;gap:4rem}}.hero__content{position:relative;z-index:2;flex:1;max-width:680px}.hero__video{position:relative;z-index:2;flex:1;min-width:0}@media(min-width: 1024px){.hero__video{max-width:540px}}.hero__video-splash{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:16/9;background:linear-gradient(137deg, #d22b4f 0%, #65259f 50%, #0033ff 100%);border-radius:12px;border:none;cursor:pointer;box-shadow:0 0 30px rgba(86,39,173,.2),0 0 60px rgba(86,39,173,.1);transition:box-shadow 250ms ease,transform 250ms ease}.hero__video-splash:hover{transform:translateY(-2px);box-shadow:0 0 40px rgba(86,39,173,.3),0 0 80px rgba(86,39,173,.15)}.hero__video-splash:hover .hero__video-play{transform:scale(1.1);background:hsla(0,0%,100%,.3)}.hero__video-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero__video-logo{width:80px;height:auto;filter:brightness(0) invert(1)}.hero__video-cta{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.85);letter-spacing:.02em}.hero__video-play{position:absolute;bottom:1.5rem;right:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.2);color:#fff;border-radius:9999px;backdrop-filter:blur(4px);transition:transform 250ms ease,background 250ms ease}.hero__video-play svg{margin-left:2px}.hero__label{margin-bottom:1.5rem}.hero__title{margin-bottom:1.5rem}.hero__subtitle{font-size:1rem;color:#6e6880;margin-bottom:2.5rem;max-width:540px}@media(min-width: 1024px){.hero__subtitle{font-size:1.25rem}}.hero__bg{position:absolute;top:0;right:-10%;width:55%;height:100%;z-index:1;opacity:.08}@media(min-width: 1024px){.hero__bg{opacity:.12}}.hero--gradient{background:linear-gradient(137deg, #d22b4f 0%, #65259f 50%, #0033ff 100%)}.hero--gradient .hero__title,.hero--gradient .hero__label{color:#fff}.hero--gradient .hero__subtitle{color:hsla(0,0%,100%,.85)}.hero--light{background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%)}.page-hero{padding:calc(5rem + 60px) 0 4rem;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%)}@media(min-width: 1024px){.page-hero{padding:calc(6rem + 80px) 0 5rem}}.page-hero--dark{background:linear-gradient(135deg, #1a0e2e 0%, #0d1b3e 100%)}.page-hero--dark h1{color:#fff}.page-hero--dark p{color:hsla(0,0%,100%,.7)}.page-hero--dark .label{color:hsla(0,0%,100%,.6)}.page-hero .label{margin-bottom:1rem}.page-hero h1{margin-bottom:1rem}.page-hero p.lead{max-width:600px}.page-hero__breadcrumb{font-size:.875rem;color:#6e6880;margin-bottom:1.5rem}.page-hero__breadcrumb a:not(.page-hero__dropdown-link){color:#5627ad}.page-hero__breadcrumb a:not(.page-hero__dropdown-link):hover{text-decoration:underline}.page-hero__breadcrumb span{margin:0 .5rem}.video-lightbox{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 250ms ease,visibility 250ms ease}.video-lightbox.is-active{opacity:1;visibility:visible}.video-lightbox.is-active .video-lightbox__container{transform:scale(1)}.video-lightbox__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(4px)}.video-lightbox__container{position:relative;width:75vw;max-width:1200px;transform:scale(0.95);transition:transform 250ms ease}.video-lightbox__close{position:absolute;top:-3rem;right:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;color:#fff;font-size:2rem;cursor:pointer;opacity:.7;transition:opacity 150ms ease}.video-lightbox__close:hover{opacity:1}.video-lightbox__player{position:relative;width:100%;padding-top:56.25%;border-radius:12px;overflow:hidden;background:#0a0811}.video-lightbox__player iframe,.video-lightbox__player video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.logo-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.5rem;opacity:.5}.logo-bar img{height:28px;width:auto;filter:grayscale(100%);transition:filter 250ms ease,opacity 250ms ease}.logo-bar img:hover{filter:grayscale(0%);opacity:1}.stats-row{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}@media(min-width: 1024px){.stats-row{grid-template-columns:repeat(4, 1fr)}}.stat-item{text-align:center}.stat-item__number{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:3rem;font-weight:700;color:#5627ad;line-height:1;margin-bottom:.5rem}.section--dark .stat-item__number{color:#fff}.stat-item__label{font-size:.875rem;color:#6e6880}.section--dark .stat-item__label{color:hsla(0,0%,100%,.7)}.feature-card{padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.feature-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(86,39,173,.08);border-radius:8px;margin-bottom:1.5rem;color:#5627ad;font-size:24px}.feature-card h4{margin-bottom:.75rem}.feature-card p{font-size:.875rem;color:#6e6880}.cta-section{text-align:center;padding:4rem 0}@media(min-width: 1024px){.cta-section{padding:5rem 0}}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:hsla(0,0%,100%,.85);max-width:560px;margin:0 auto 2rem}.media-placeholder{background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border-radius:12px;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;border:1px solid #e5e3eb;color:#9e99ae;font-size:.875rem}.ai-teaser{position:relative;overflow:hidden}.ai-teaser__grid{display:grid;gap:1.5rem}@media(min-width: 768px){.ai-teaser__grid{grid-template-columns:repeat(2, 1fr)}}.ai-teaser__card{padding:1.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px}.ai-teaser__card h4{color:#fff;margin-bottom:.75rem}.ai-teaser__card p{font-size:.875rem}.case-study-card{display:block;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.case-study-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.case-study-card__image{aspect-ratio:16/9;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);display:flex;align-items:center;justify-content:center;color:#9e99ae;font-size:.875rem}.case-study-card__body{padding:1.5rem}.case-study-card__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#5627ad;margin-bottom:.5rem}.case-study-card__title{font-size:1.5rem;margin-bottom:.75rem;color:#110e18}.case-study-card__excerpt{font-size:.875rem;color:#6e6880;margin-bottom:1rem}.case-study-card__cta{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#5627ad}.pricing-card{padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;text-align:center;transition:transform 250ms ease,box-shadow 250ms ease}.pricing-card--featured{border-color:#5627ad;position:relative}.pricing-card--featured::before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#5627ad;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem 1rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.pricing-card__name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.pricing-card__price{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:3rem;font-weight:700;color:#5627ad;margin-bottom:.5rem}.pricing-card__price span{font-size:1rem;font-weight:400;color:#6e6880}.pricing-card__desc{font-size:.875rem;color:#6e6880;margin-bottom:2rem}.pricing-card__features{text-align:left;margin-bottom:2rem}.pricing-card__features li{font-size:.875rem;padding:.75rem 0;border-bottom:1px solid #f3f2f7;padding-left:1.5rem;position:relative}.pricing-card__features li::before{content:"✓";position:absolute;left:0;color:#0ea5a0;font-weight:700}.newsletter-section{position:relative;overflow:hidden;background:#f9f8fc}.newsletter{position:relative;display:flex;flex-direction:column;gap:3rem}@media(min-width: 1024px){.newsletter{flex-direction:row;align-items:center;gap:4rem}}.newsletter__text{flex:1}.newsletter__text .label{color:#5627ad;margin-bottom:1rem}.newsletter__text h2{margin-bottom:1rem}.newsletter__text p{color:#6e6880;max-width:480px}.newsletter__emphasis{margin-top:1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;color:#110e18 !important;font-size:1.25rem;letter-spacing:-0.01em}.newsletter__form{flex:0 0 auto;width:100%;align-self:center}@media(min-width: 1024px){.newsletter__form{width:380px}}.newsletter__input-group{display:flex;flex-direction:column;gap:.75rem}.newsletter__input-group input[type=email]{width:100%;padding:1rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;color:#1e1a28;background:#fff;border:1px solid #c9c6d4;border-radius:8px;outline:none;transition:border-color 150ms ease,box-shadow 150ms ease}.newsletter__input-group input[type=email]::placeholder{color:#9e99ae}.newsletter__input-group input[type=email]:focus{border-color:#5627ad;box-shadow:0 0 0 3px rgba(86,39,173,.1)}.newsletter__input-group .btn{width:100%}.newsletter__trust{margin-top:1rem;font-size:.75rem;color:#9e99ae !important;letter-spacing:.02em}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#302b3d;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #c9c6d4;border-radius:8px;background:#fff;transition:border-color 150ms ease,box-shadow 150ms ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#5627ad;box-shadow:0 0 0 3px rgba(86,39,173,.12)}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select::placeholder{color:#9e99ae}.form-group textarea{min-height:120px;resize:vertical}.contact-form{max-width:600px;margin:0 auto;padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12)}.contact-form h3{margin-bottom:.5rem}.contact-form p{color:#6e6880;margin-bottom:2rem}.form-row{display:grid;gap:1.5rem}@media(min-width: 768px){.form-row{grid-template-columns:1fr 1fr}}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:400;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity 250ms ease,visibility 250ms ease}.modal-overlay.is-active{opacity:1;visibility:visible}.modal{background:#fff;border-radius:12px;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;padding:2.5rem;position:relative;transform:translateY(20px);transition:transform 250ms ease}.is-active .modal{transform:translateY(0)}.modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:9999px;font-size:1.5rem;color:#6e6880;transition:background-color 150ms ease}.modal__close:hover{background-color:#f3f2f7}.modal h3{margin-bottom:.5rem}.modal .lead{margin-bottom:2rem;font-size:.875rem}.modal .form-success{text-align:center;padding:2.5rem 0}.modal .form-success h3{color:#0ea5a0;margin-bottom:1rem}.callback-modal__icon{width:72px;height:72px;border-radius:9999px;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#5627ad}.callback-modal__disclaimer{text-align:center;font-size:.75rem;color:#6e6880;margin-top:1rem;margin-bottom:0}.content-card{background:#fff;border-radius:12px;padding:2rem;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.content-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.content-card h4{margin-bottom:.75rem}.content-card p{font-size:.875rem;color:#6e6880}.service-card{display:block;padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease,border-color 250ms ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-color:#5627ad}.service-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border-radius:8px;margin-bottom:1.5rem;font-size:28px}.service-card h3{font-size:1.5rem;margin-bottom:.75rem}.service-card p{font-size:.875rem;color:#6e6880;margin-bottom:1rem}.service-card__link{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#5627ad;display:inline-flex;align-items:center;gap:.5rem}.service-card__link::after{content:"→";transition:transform 150ms ease}.service-card:hover .service-card__link::after{transform:translateX(4px)}.about-goal{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.125rem;font-weight:400;color:#6e6880;max-width:640px;margin-top:1.5rem}.about-goal strong{color:#110e18;font-weight:600}.about-chapter{display:flex;flex-direction:column;gap:2rem;max-width:720px}@media(min-width: 768px){.about-chapter{flex-direction:row;gap:2.5rem}}.about-chapter--reverse{margin-left:auto}.about-chapter__marker{flex-shrink:0}.about-chapter__number{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background:rgba(86,39,173,.06);border:1px solid rgba(86,39,173,.12);font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.5rem;font-weight:700;color:#5627ad}.about-chapter__content{flex:1}.about-chapter__content h2{margin-bottom:1rem}.about-chapter__content>p{font-size:1rem;color:#4a4558;margin-bottom:1.5rem;line-height:1.7}.about-chapter__closing{margin-top:1.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:500;color:#1e1a28}.about-capability-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.about-capability-list li{position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.875rem;color:#302b3d;border-bottom:1px solid #e5e3eb}.about-capability-list li:last-child{border-bottom:0}.about-capability-list li::before{content:"✓";position:absolute;left:0;color:#5627ad;font-weight:700}.about-built .label{margin-bottom:1rem}.about-built h2{margin-bottom:1.5rem}.about-built p{font-size:1.125rem;color:#4a4558;line-height:1.7;max-width:640px;margin:0 auto}.about-timeline{position:relative;padding-left:2rem}.about-timeline::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#e5e3eb}.about-timeline__item{position:relative;margin-bottom:2.5rem;padding-left:1.5rem}.about-timeline__item::before{content:"";position:absolute;left:calc(-2rem - 1px);top:6px;width:12px;height:12px;border-radius:50%;background:#5627ad;border:2px solid #fff}.about-timeline__item h4{margin-bottom:.5rem}.about-timeline__item .year{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#5627ad;margin-bottom:.5rem}.about-timeline__item p{font-size:.875rem;color:#6e6880}.careers-intro{font-size:1rem;color:#6e6880;max-width:640px;margin-top:1rem;line-height:1.7}.careers-location{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.5rem 1.25rem;background:rgba(86,39,173,.06);border:1px solid rgba(86,39,173,.12);border-radius:9999px}.careers-location svg{color:#5627ad;flex-shrink:0}.careers-location span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#5627ad}.careers-listings{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.careers-card{background:#fff;border:1px solid #e5e3eb;border-radius:12px;overflow:hidden;transition:box-shadow 250ms ease}.careers-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.careers-card__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:2rem;border-bottom:1px solid #e5e3eb}.careers-card__header h3{font-size:1.5rem;margin-bottom:.75rem}.careers-card__meta{display:flex;flex-wrap:wrap;gap:.5rem}.careers-card__tag{display:inline-flex;padding:.25rem .75rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:#4a4558;background:#f3f2f7;border-radius:4px}.careers-card__location{display:inline-flex;align-items:center;gap:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#6e6880;white-space:nowrap}.careers-card__location svg{color:#9e99ae;flex-shrink:0}.careers-card__body{display:grid;gap:0}@media(min-width: 768px){.careers-card__body{grid-template-columns:1fr 1fr}}.careers-card__section{padding:1.5rem 2rem}@media(min-width: 768px){.careers-card__section:first-child{border-right:1px solid #e5e3eb}}@media(max-width: 767px){.careers-card__section:first-child{border-bottom:1px solid #e5e3eb}}.careers-card__section h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.06em;color:#6e6880;margin-bottom:1rem}.careers-card__section ul{list-style:none;padding:0;margin:0}.careers-card__section ul li{position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.875rem;color:#302b3d}.careers-card__section ul li::before{content:"✓";position:absolute;left:0;color:#5627ad;font-weight:700}.careers-apply h2{margin-bottom:1rem}.careers-apply p{font-size:1.125rem;color:#4a4558;margin-bottom:1rem}.careers-apply__email{display:inline-block;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.875rem;font-weight:700;color:#5627ad;margin-bottom:1.5rem;transition:color 150ms ease}.careers-apply__email:hover{color:#3e1b80}.careers-apply__note{font-size:.875rem;color:#6e6880}.sec-hero-sub{font-size:1rem;color:#6e6880;max-width:640px;margin-top:1rem;line-height:1.7}.sec-callout{margin-top:2rem;padding:1.25rem 1.5rem;background:rgba(86,39,173,.04);border-left:3px solid #5627ad;border-radius:0 8px 8px 0}.sec-callout p{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#1e1a28;line-height:1.8;margin-bottom:0}.sec-shield-visual{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border-radius:12px;border:1px solid #e5e3eb}.sec-shield-visual__icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:rgba(86,39,173,.08);border-radius:9999px;color:#5627ad}.sec-shield-visual__layers{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:200px}.sec-shield-visual__layer{padding:.75rem 1.25rem;background:#fff;border:1px solid #e5e3eb;border-radius:8px;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#4a4558;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.08)}.sec-shield-visual__label{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#0ea5a0}.sec-sso-visual{padding:2rem;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border-radius:12px;border:1px solid #e5e3eb}.sec-sso-visual__row{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.sec-sso-visual__provider{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#fff;border:1px solid #e5e3eb;border-radius:12px;color:#6e6880}.sec-sso-visual__provider span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:#4a4558}.sec-sso-visual__provider--eim{border-color:#5627ad;box-shadow:0 0 0 3px rgba(86,39,173,.08);color:#5627ad}.sec-sso-visual__provider--eim span{color:#5627ad}.sec-sso-visual__badge{display:inline-flex;padding:.5rem 1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:700;color:#5627ad;background:rgba(86,39,173,.08);border:1px solid rgba(86,39,173,.15);border-radius:9999px}.sec-sso-visual__arrow{color:#9e99ae;flex-shrink:0}.sec-ai-card{padding:1.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;transition:background 250ms ease}.sec-ai-card:hover{background:hsla(0,0%,100%,.08)}.sec-ai-card h4{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.sec-ai-card p{font-size:.875rem;color:hsla(0,0%,100%,.7);margin-bottom:0}.sec-integrity .label{margin-bottom:1rem}.sec-integrity h2{margin-bottom:1rem}.sec-integrity>p{font-size:1.125rem;color:#4a4558;line-height:1.7;margin-bottom:2.5rem}.sec-integrity__grid{display:grid;gap:1.5rem;text-align:left}@media(min-width: 768px){.sec-integrity__grid{grid-template-columns:repeat(2, 1fr)}}.sec-integrity__item{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#fff;border:1px solid #e5e3eb;border-radius:12px;transition:transform 250ms ease,box-shadow 250ms ease}.sec-integrity__item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.sec-integrity__item svg{color:#5627ad;flex-shrink:0;margin-bottom:.25rem}.sec-integrity__item strong{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:600;color:#110e18}.sec-integrity__item span{font-size:.875rem;color:#6e6880;line-height:1.5}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{font-size:1.875rem;margin-top:3rem;margin-bottom:1rem}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:1.5rem;margin-top:2rem;margin-bottom:.75rem}.legal-content p{margin-bottom:1rem}.legal-content ul,.legal-content ol{margin-bottom:1rem;padding-left:1.5rem}.legal-content ul li,.legal-content ol li{list-style:disc;margin-bottom:.5rem;font-size:.875rem;color:#1e1a28}.legal-content ol li{list-style:decimal}.page-hero--offset{padding-bottom:3rem}@media(min-width: 1024px){.page-hero--offset{padding-bottom:4rem}}.page-hero--offset h1{max-width:700px}.page-hero--offset p.lead{max-width:640px}.page-hero__dropdown{display:inline-block;position:relative}.page-hero__dropdown-trigger{color:#5627ad;font-weight:600;cursor:pointer;padding-bottom:2px;border-bottom:1px dashed #5627ad;transition:color 150ms ease}.page-hero__dropdown-trigger::after{content:"";display:inline-block;width:0;height:0;border-left:3.5px solid rgba(0,0,0,0);border-right:3.5px solid rgba(0,0,0,0);border-top:4px solid currentColor;margin-left:.25rem;vertical-align:middle;transition:transform 150ms ease}.page-hero__dropdown-menu{position:absolute;top:100%;left:0;min-width:280px;padding:.5rem;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(6px);transition:all 150ms ease;z-index:100}.page-hero__dropdown:hover .page-hero__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.page-hero__dropdown:hover .page-hero__dropdown-trigger::after{transform:rotate(180deg)}.page-hero__dropdown-link{display:block;padding:.75rem 1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#302b3d;border-radius:8px;transition:all 150ms ease}.page-hero__dropdown-link:hover{color:#5627ad;background-color:rgba(86,39,173,.06)}.page-hero__dropdown-link.is-active{color:#5627ad;background-color:rgba(86,39,173,.08)}.page-hero__dropdown-link small{display:block;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:400;color:#6e6880;margin-top:2px}.offset-feature-strip{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e5e3eb}.offset-feature-strip__item{display:inline-flex;align-items:center;gap:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#4a4558}.offset-feature-strip__item svg{flex-shrink:0;color:#5627ad}.offset-capability{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.offset-capability:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.offset-capability h4{font-size:1.25rem;margin-bottom:.5rem}.offset-capability p{font-size:.875rem;color:#6e6880;margin-bottom:0}@media(min-width: 1024px){.offset-capability--wide{grid-column:span 3;text-align:center;max-width:480px;justify-self:center}}@media(min-width: 768px)and (max-width: 1023px){.offset-capability--wide{grid-column:span 2;text-align:center;max-width:480px;justify-self:center}}.offset-output-section{background:#fff;border-top:1px solid #e5e3eb;border-bottom:1px solid #e5e3eb}.offset-pdf-mockup{position:relative;display:flex;align-items:center;justify-content:center;padding:2.5rem 2rem}.offset-pdf-mockup__page{border-radius:8px;background:#fff;border:1px solid #e5e3eb}.offset-pdf-mockup__page--front{position:relative;z-index:3;width:240px;padding:1.5rem;box-shadow:0 8px 30px rgba(0,0,0,.12)}@media(min-width: 768px){.offset-pdf-mockup__page--front{width:280px}}.offset-pdf-mockup__page--mid{position:absolute;z-index:2;width:220px;height:300px;transform:rotate(3deg) translateX(12px);box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(min-width: 768px){.offset-pdf-mockup__page--mid{width:260px;height:340px}}.offset-pdf-mockup__page--back{position:absolute;z-index:1;width:200px;height:280px;transform:rotate(-2deg) translateX(-8px);background:#f3f2f7}@media(min-width: 768px){.offset-pdf-mockup__page--back{width:240px;height:320px}}.offset-pdf-mockup__header{height:8px;width:40%;background:#5627ad;border-radius:4px;margin-bottom:1.5rem}.offset-pdf-mockup__line{height:6px;background:#e5e3eb;border-radius:3px;margin-bottom:.75rem}.offset-pdf-mockup__line--title{width:70%;height:8px;background:#c9c6d4;margin-bottom:1rem}.offset-pdf-mockup__line--short{width:55%}.offset-pdf-mockup__chart{height:60px;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border-radius:4px;margin:1rem 0;border:1px solid #e5e3eb}.offset-centered-block{max-width:720px;margin:0 auto;text-align:center}.offset-centered-block .label{margin-bottom:1rem}.offset-centered-block h2{margin-bottom:1.5rem}.offset-centered-block p{color:#6e6880;margin-bottom:1rem}.offset-includes-list{display:inline-block;text-align:left;margin-top:1rem;list-style:none}.offset-includes-list li{position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.875rem;color:#4a4558}.offset-includes-list li::before{content:"✓";position:absolute;left:0;color:#5627ad;font-weight:700}.offset-ai-section{background:#f9f8fc}.edr-hero-sub{font-size:1rem;color:#6e6880;max-width:600px;margin-top:1rem}@media(min-width: 1024px){.edr-hero-sub{font-size:1.125rem}}.edr-badges{display:flex;gap:.75rem;margin-top:1.5rem}.edr-badge{display:inline-flex;align-items:center;padding:.5rem 1.25rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#5627ad;background:rgba(86,39,173,.06);border:1px solid rgba(86,39,173,.15);border-radius:9999px}.edr-flow-visual{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2.5rem 1rem}.edr-flow-visual__node{display:flex;flex-direction:column;align-items:center;justify-content:center;width:120px;height:120px;border-radius:12px;text-align:center}@media(min-width: 768px){.edr-flow-visual__node{width:140px;height:140px}}.edr-flow-visual__node span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.5rem;font-weight:700}.edr-flow-visual__node small{font-size:.75rem;margin-top:.25rem}.edr-flow-visual__node--source{background:#f3f2f7;border:1px solid #c9c6d4;color:#302b3d}.edr-flow-visual__node--source small{color:#6e6880}.edr-flow-visual__node--dest{background:rgba(86,39,173,.08);border:1px solid rgba(86,39,173,.2);color:#5627ad}.edr-flow-visual__node--dest small{color:#7b4fd4}.edr-flow-visual__logo{width:48px;height:48px;object-fit:contain}.edr-flow-visual__arrow{color:#9e99ae;flex-shrink:0}.edr-dqa-card{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.edr-dqa-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.edr-dqa-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(86,39,173,.08);border-radius:8px;margin-bottom:1rem;color:#5627ad}.edr-dqa-card h4{font-size:1.25rem;margin-bottom:.5rem}.edr-dqa-card p{font-size:.875rem;color:#6e6880;margin-bottom:0}.edr-callout{margin-top:2.5rem;text-align:center;padding:1.25rem 2rem;background:rgba(86,39,173,.06);border:1px solid rgba(86,39,173,.12);border-radius:12px;font-size:.875rem;color:#302b3d}.edr-callout strong{color:#5627ad}.edr-emphasis{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1.125rem;color:#110e18;margin-top:1.5rem}.edr-process-flow{display:flex;flex-direction:column;align-items:center;gap:0;padding:2rem 0}@media(min-width: 768px){.edr-process-flow{padding:2.5rem 1rem}}.edr-process-flow__step{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border:1px solid #e5e3eb;border-radius:12px;width:200px;transition:box-shadow 250ms ease}.edr-process-flow__step span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:600;color:#302b3d}.edr-process-flow__step--active{border-color:#5627ad;box-shadow:0 0 0 3px rgba(86,39,173,.1)}.edr-process-flow__step--active span{color:#5627ad}.edr-process-flow__step--active .edr-process-flow__number{background:#5627ad;color:#fff}.edr-process-flow__number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:#f3f2f7;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:700;color:#4a4558;flex-shrink:0}.edr-process-flow__connector{width:2px;height:24px;background:#c9c6d4}.edr-hub-section{background:#f9f8fc}.edr-hub{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.edr-hub__center{width:140px;height:140px;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:linear-gradient(137deg, #d22b4f 0%, #65259f 50%, #0033ff 100%);box-shadow:0 0 40px rgba(86,39,173,.2)}.edr-hub__center span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.25rem;font-weight:700;color:#fff;text-align:center;line-height:1.3}.edr-hub__spokes{display:grid;gap:1.5rem;width:100%}@media(min-width: 768px){.edr-hub__spokes{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.edr-hub__spokes{grid-template-columns:repeat(4, 1fr)}}.edr-hub__spoke{text-align:center;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.edr-hub__spoke:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.edr-hub__spoke h4{font-size:1rem;margin-bottom:.5rem}.edr-hub__spoke p{font-size:.875rem;color:#6e6880;margin-bottom:0}.edr-hub__spoke-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;background:rgba(86,39,173,.08);border-radius:8px;color:#5627ad}.edr-impact-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;max-width:480px;margin:0 auto}@media(min-width: 768px){.edr-impact-grid{grid-template-columns:repeat(4, 1fr);max-width:100%}}.edr-impact-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.85);text-align:center}.edr-impact-item svg{color:#d22b4f;flex-shrink:0}.afe-curves-visual{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb}.afe-curves-visual__chart{aspect-ratio:16/10;margin-bottom:1.5rem}.afe-curves-visual__svg{width:100%;height:100%}.afe-curves-visual__legend{display:flex;flex-direction:column;gap:.75rem}.afe-curves-visual__legend-item{display:flex;align-items:center;gap:.75rem}.afe-curves-visual__legend-item strong{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;color:#110e18}.afe-curves-visual__legend-item small{font-size:.75rem;color:#6e6880;display:block}.afe-curves-visual__legend-dot{width:10px;height:10px;border-radius:9999px;flex-shrink:0}.afe-risk-spectrum{display:grid;gap:1.5rem}@media(min-width: 768px){.afe-risk-spectrum{grid-template-columns:repeat(3, 1fr)}}.afe-risk-card{padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.afe-risk-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.afe-risk-card__badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem 1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:700;border-radius:9999px;margin-bottom:1rem}.afe-risk-card h4{margin-bottom:.75rem}.afe-risk-card p{font-size:.875rem;color:#6e6880;margin-bottom:1rem}.afe-risk-card .check-list{margin-top:.75rem}.afe-risk-card--p90 .afe-risk-card__badge{background:rgba(14,165,160,.1);color:#0ea5a0}.afe-risk-card--p75 .afe-risk-card__badge{background:rgba(86,39,173,.1);color:#5627ad}.afe-risk-card--p50 .afe-risk-card__badge{background:rgba(210,43,79,.1);color:#d22b4f}.afe-compliance-visual{padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb}.afe-compliance-visual__bar{width:100%;height:32px;background:#f3f2f7;border-radius:9999px;overflow:hidden;margin-bottom:.75rem}.afe-compliance-visual__fill{height:100%;background:linear-gradient(137deg, #d22b4f 0%, #65259f 50%, #0033ff 100%);border-radius:9999px;display:flex;align-items:center;justify-content:flex-end;padding-right:1rem;transition:width 1s ease}.afe-compliance-visual__fill span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:700;color:#fff}.afe-compliance-visual>small{display:block;font-size:.75rem;color:#6e6880;margin-bottom:1.5rem}.afe-compliance-visual__indicators{display:flex;flex-wrap:wrap;gap:1rem}.afe-compliance-visual__indicator{display:inline-flex;align-items:center;gap:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500}.afe-compliance-visual__indicator--pass{color:#0ea5a0}.afe-compliance-visual__indicator--warn{color:#e6a817}.afe-compliance-visual__indicator--fail{color:#d22b4f}.afe-loop{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:.75rem}@media(max-width: 767px){.afe-loop{flex-direction:column;align-items:center}}.afe-loop__step{flex:0 0 auto;width:180px;text-align:center;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.afe-loop__step:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.afe-loop__step h4{font-size:1rem;margin-bottom:.5rem}.afe-loop__step p{font-size:.75rem;color:#6e6880;margin-bottom:0}.afe-loop__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;background:rgba(86,39,173,.08);border-radius:8px;color:#5627ad}.afe-loop__arrow{display:flex;align-items:center;color:#9e99ae;padding-top:2.5rem}@media(max-width: 767px){.afe-loop__arrow{padding-top:0;transform:rotate(90deg)}}.afe-impact-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.afe-impact-item{display:inline-flex;align-items:center;gap:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#302b3d}.afe-impact-item svg{color:#0ea5a0;flex-shrink:0}.ops-project-types{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.ops-project-type{display:inline-flex;align-items:center;padding:.5rem 1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#5627ad;background:rgba(86,39,173,.06);border:1px solid rgba(86,39,173,.12);border-radius:9999px}.ops-coverage-grid{display:grid;gap:.5rem;margin-top:1.5rem}@media(min-width: 768px){.ops-coverage-grid{grid-template-columns:1fr 1fr}}.ops-coverage-item{position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.875rem;color:#4a4558}.ops-coverage-item::before{content:"✓";position:absolute;left:0;color:#5627ad;font-weight:700}.ops-ai-card{padding:1.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;transition:background 250ms ease}.ops-ai-card:hover{background:hsla(0,0%,100%,.08)}.ops-ai-card h4{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.ops-ai-card p{font-size:.875rem;color:hsla(0,0%,100%,.7);margin-bottom:0}.ops-pdf-section{background:#fff;border-top:1px solid #e5e3eb}.comp-metric-blocks{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.comp-metric-block{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#fff;border:1px solid #e5e3eb;border-radius:12px}.comp-metric-block__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#5627ad}.comp-metric-block strong{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#1e1a28}.comp-gauges{display:grid;gap:2rem}@media(min-width: 768px){.comp-gauges{grid-template-columns:repeat(3, 1fr)}}.comp-gauge{text-align:center;padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.comp-gauge:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.comp-gauge__ring{position:relative;width:140px;margin:0 auto 1rem}.comp-gauge__svg{width:100%;height:auto}.comp-gauge__score{position:absolute;bottom:0;left:50%;transform:translateX(-50%);font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2.25rem;font-weight:700;color:#110e18}.comp-gauge h4{margin-bottom:.5rem}.comp-gauge p{font-size:.875rem;color:#6e6880;margin-bottom:0;max-width:260px;margin-left:auto;margin-right:auto}.comp-resume-mockup{background:#fff;border:1px solid #e5e3eb;border-radius:12px;padding:1.5rem;box-shadow:0 8px 30px rgba(0,0,0,.12)}.comp-resume-mockup__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.comp-resume-mockup__avatar{width:48px;height:48px;border-radius:9999px;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border:2px solid #e5e3eb;flex-shrink:0}.comp-resume-mockup__name{flex:1}.comp-resume-mockup__line{height:8px;background:#e5e3eb;border-radius:4px}.comp-resume-mockup__line--title{width:60%;height:10px;background:#c9c6d4;margin-bottom:.5rem}.comp-resume-mockup__line--sub{width:40%;height:6px}.comp-resume-mockup__gauges{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e3eb}.comp-resume-mockup__mini-gauge{width:56px;height:32px;border-radius:56px 56px 0 0;border:4px solid #e5e3eb;border-bottom:0}.comp-resume-mockup__mini-gauge--1{border-color:#0ea5a0}.comp-resume-mockup__mini-gauge--2{border-color:#5627ad}.comp-resume-mockup__mini-gauge--3{border-color:#d22b4f}.comp-resume-mockup__table{display:flex;flex-direction:column;gap:.5rem}.comp-resume-mockup__row{height:10px;background:#f3f2f7;border-radius:4px}.comp-resume-mockup__row--header{height:8px;background:#c9c6d4;width:100%;margin-bottom:.25rem}.comp-resume-mockup__row:nth-child(odd){width:100%}.comp-resume-mockup__row:nth-child(even){width:92%}.comp-dashboard{background:#fff;border-radius:12px;border:1px solid #e5e3eb;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.comp-dashboard__filters{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.5rem;background:#f9f8fc;border-bottom:1px solid #e5e3eb}.comp-dashboard__filter{padding:.5rem 1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:#4a4558;background:#fff;border:1px solid #c9c6d4;border-radius:8px}.comp-dashboard__table{width:100%}.comp-dashboard__row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr .5fr;gap:.75rem;padding:1rem 1.5rem;align-items:center;border-bottom:1px solid #f3f2f7;font-size:.875rem}.comp-dashboard__row--header{background:#f9f8fc;border-bottom:1px solid #e5e3eb}.comp-dashboard__row--header span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#6e6880}.comp-dashboard__row--avg{background:rgba(86,39,173,.04);border-bottom:none}.comp-dashboard__row--avg span{font-weight:600;color:#5627ad}.comp-dashboard__row span{display:flex;align-items:center;gap:.5rem;color:#302b3d}.comp-dashboard__name-cell{display:flex;align-items:center;gap:.75rem;font-weight:500}.comp-dashboard__avatar{width:28px;height:28px;border-radius:9999px;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border:1px solid #e5e3eb;flex-shrink:0}.comp-dashboard__bar{height:6px;border-radius:3px;flex-shrink:0;max-width:60px}.comp-dashboard__bar--safety{background:#0ea5a0}.comp-dashboard__bar--efficiency{background:#5627ad}.comp-dashboard__bar--accuracy{background:#d22b4f}.dqa-hero-split{display:flex;flex-direction:column;gap:2.5rem}@media(min-width: 1024px){.dqa-hero-split{flex-direction:row;align-items:center;gap:4rem}}.dqa-hero-split__content{flex:1}.dqa-hero-split__content h1{max-width:600px}.dqa-hero-split__content .lead{max-width:540px}.dqa-hero-split__visual{flex:0 0 auto}@media(min-width: 1024px){.dqa-hero-split__visual{width:320px}}.dqa-stat-card{padding:2.5rem;background:#fff;border:1px solid #e5e3eb;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12);text-align:center}.dqa-stat-card__number{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:3.75rem;font-weight:700;color:#5627ad;line-height:1;margin-bottom:1rem}.dqa-stat-card__label{font-size:1rem;color:#6e6880;line-height:1.5}.dqa-flow-visual{display:flex;flex-direction:column;align-items:center;gap:0;padding:1.5rem 0}.dqa-flow-visual__step{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border:1px solid #e5e3eb;border-radius:12px;width:200px}.dqa-flow-visual__step span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#302b3d}.dqa-flow-visual__step--gate{border-color:#5627ad;background:rgba(86,39,173,.04);box-shadow:0 0 0 3px rgba(86,39,173,.08)}.dqa-flow-visual__step--gate span{color:#5627ad}.dqa-flow-visual__step--gate .dqa-flow-visual__icon{color:#5627ad}.dqa-flow-visual__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#6e6880;flex-shrink:0}.dqa-flow-visual__connector{width:2px;height:20px;background:#c9c6d4}.dqa-issue-card{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.dqa-issue-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.dqa-issue-card__flag{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(210,43,79,.08);border-radius:8px;margin-bottom:1rem;color:#d22b4f}.dqa-issue-card h4{font-size:1rem;margin-bottom:.5rem}.dqa-issue-card p{font-size:.875rem;color:#6e6880;margin-bottom:0}.dqa-audit-note{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;font-size:.875rem;color:#6e6880}.dqa-audit-note svg{flex-shrink:0;color:#9e99ae}.dqa-approval-visual{padding:2rem 1rem}.dqa-approval-visual__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}@media(max-width: 767px){.dqa-approval-visual__row{flex-direction:column}}.dqa-approval-visual__item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;min-width:80px;text-align:center}.dqa-approval-visual__item span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:#4a4558}.dqa-approval-visual__item svg{color:#6e6880}.dqa-approval-visual__item--gate{background:rgba(86,39,173,.06);border:1px solid rgba(86,39,173,.15);border-radius:12px}.dqa-approval-visual__item--gate span{color:#5627ad}.dqa-approval-visual__item--gate svg{color:#5627ad}.dqa-approval-visual__item--approved svg{color:#0ea5a0}.dqa-approval-visual__item--approved span{color:#0ea5a0}.dqa-approval-visual__arrow{color:#c9c6d4;flex-shrink:0}@media(max-width: 767px){.dqa-approval-visual__arrow{transform:rotate(90deg)}}.dqa-outcomes{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;text-align:left;max-width:400px;margin-left:auto;margin-right:auto}.dqa-outcome{display:flex;align-items:center;gap:.75rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#302b3d}.dqa-outcome svg{flex-shrink:0;color:#0ea5a0}.case-study-detail__meta{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e3eb}.case-study-detail__meta-item h6{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#6e6880;margin-bottom:.25rem}.case-study-detail__meta-item p{font-weight:500}.case-study-detail__body{max-width:800px}.case-study-detail__body h2{font-size:1.875rem;margin-top:3rem;margin-bottom:1rem}.case-study-detail__body p{margin-bottom:1rem}.case-study-detail__body blockquote{border-left:3px solid #5627ad;padding:1rem 2rem;margin:2rem 0;background:#f9f8fc;border-radius:0 8px 8px 0}.case-study-detail__body blockquote p{font-size:1.25rem;font-style:italic;color:#302b3d;margin-bottom:.5rem}.case-study-detail__body blockquote cite{font-size:.875rem;color:#6e6880;font-style:normal}.case-study-detail__results{display:grid;gap:1.5rem;margin:2.5rem 0}@media(min-width: 768px){.case-study-detail__results{grid-template-columns:repeat(3, 1fr)}}.case-study-detail__result-card{text-align:center;padding:2rem;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border-radius:12px}.case-study-detail__result-card .number{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:3rem;font-weight:700;color:#5627ad}.case-study-detail__result-card p{font-size:.875rem;color:#6e6880;margin-bottom:0}.page-hero--cs{padding-bottom:3rem}@media(min-width: 1024px){.page-hero--cs{padding-bottom:4rem}}.page-hero--cs h1{max-width:600px;margin-bottom:.75rem}.page-hero--cs .lead{max-width:620px}.cs-company{display:inline-flex;align-items:center;gap:.75rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.25rem;font-weight:600;color:#5627ad;margin-bottom:1rem}@media(min-width: 1024px){.cs-company{font-size:1.5rem}}.cs-hero-logo{height:36px;width:auto;object-fit:contain}.cs-overview-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;border:1px solid #e5e3eb;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(min-width: 1024px){.cs-overview-card{flex-direction:row}}.cs-overview-card__profile{flex:1;display:grid;grid-template-columns:1fr;gap:0;padding:0}@media(min-width: 768px){.cs-overview-card__profile{grid-template-columns:1fr 1fr}}.cs-overview-card__logo{grid-column:1/-1;display:flex;align-items:center;padding:1.5rem;background:#fff;border-bottom:1px solid #e5e3eb}.cs-overview-card__logo img{height:40px;width:auto;object-fit:contain}.cs-overview-card__fact{padding:1.5rem;border-bottom:1px solid #e5e3eb;background:#fff}@media(min-width: 768px){.cs-overview-card__fact{border-right:1px solid #e5e3eb}.cs-overview-card__fact:nth-child(2n){border-right:none}.cs-overview-card__fact:nth-last-child(-n+2){border-bottom:none}}@media(min-width: 1024px){.cs-overview-card__fact:nth-last-child(-n+2){border-bottom:1px solid #e5e3eb}.cs-overview-card__fact:nth-child(2n){border-right:none}}.cs-overview-card__fact:last-child{border-bottom:none}.cs-overview-card__fact h6{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#6e6880;margin-bottom:.5rem}.cs-overview-card__fact p{font-weight:500;font-size:.875rem;color:#1e1a28;margin-bottom:0;line-height:1.5}.cs-overview-card__result{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.5rem 2rem;background:linear-gradient(135deg, #1a0e2e 0%, #0d1b3e 100%);position:relative}@media(min-width: 1024px){.cs-overview-card__result{flex:0 0 340px;padding:2.5rem 3rem}}.cs-overview-card__result .number{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:3.75rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.75rem}@media(min-width: 1024px){.cs-overview-card__result .number{font-size:4.5rem}}.cs-overview-card__result p{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.cs-overview-card__result small{font-size:.875rem;color:hsla(0,0%,100%,.7)}.cs-challenge{max-width:720px}.cs-challenge h2{margin-bottom:1.5rem}.cs-challenge__list{list-style:none;padding:0;margin:0 0 2rem}.cs-challenge__list li{position:relative;padding:.75rem 0 .75rem 1.5rem;font-size:1rem;color:#302b3d;border-bottom:1px solid #e5e3eb}.cs-challenge__list li:last-child{border-bottom:0}.cs-challenge__list li::before{content:"-";position:absolute;left:0;color:#d22b4f;font-weight:700}.cs-challenge__impact{padding:1.25rem 1.5rem;background:rgba(210,43,79,.06);border-left:3px solid #d22b4f;border-radius:0 8px 8px 0;font-size:.875rem;color:#302b3d}.cs-challenge__impact strong{color:#d22b4f}.cs-impl{display:grid;gap:2rem}@media(min-width: 768px){.cs-impl{grid-template-columns:1fr auto 1fr;gap:0}}.cs-impl__col h4{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #5627ad;display:inline-block}.cs-impl__col ul{list-style:none;padding:0;margin:0}.cs-impl__col ul li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:.875rem;color:#302b3d}.cs-impl__col ul li svg{flex-shrink:0;color:#5627ad;margin-top:2px}.cs-impl__divider{display:none}@media(min-width: 768px){.cs-impl__divider{display:block;width:1px;background:#e5e3eb;margin:0 2rem;align-self:stretch}}.cs-results{display:grid;gap:1.5rem;margin-bottom:2rem}@media(min-width: 768px){.cs-results{grid-template-columns:repeat(2, 1fr)}}.cs-results__card{padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.cs-results__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.cs-results__card h3{font-size:1.25rem;margin-bottom:.5rem;color:#110e18}.cs-results__card p{font-size:.875rem;color:#6e6880;margin-bottom:0}.cs-results__card--primary{border-color:#5627ad;background:rgba(86,39,173,.04)}.cs-results__card--primary h3{color:#5627ad;font-size:1.5rem}.cs-results__support{text-align:center;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1.125rem;color:#1e1a28}.cs-dqa{max-width:640px;margin:0 auto;text-align:center}.cs-dqa h2{margin-bottom:1rem}.cs-dqa__intro{font-size:1rem;color:#302b3d;margin-bottom:1.5rem}.cs-dqa__list{display:inline-block;text-align:left;list-style:none;padding:0;margin:0 0 2rem}.cs-dqa__list li{position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.875rem;color:#302b3d}.cs-dqa__list li::before{content:"✓";position:absolute;left:0;color:#0ea5a0;font-weight:700}.cs-dqa__stat{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:3.75rem;font-weight:700;color:#5627ad;line-height:1;margin-bottom:.5rem}.cs-dqa__stat-label{font-size:1rem;color:#6e6880;margin-bottom:1.5rem}.cs-dqa__outcome{padding:1.25rem 1.5rem;background:rgba(14,165,160,.06);border-radius:8px;font-size:.875rem;color:#302b3d;display:inline-block}.cs-dqa__outcome strong{color:#0ea5a0}.cs-quote{max-width:720px;margin:0 auto;text-align:center}.cs-quote blockquote{padding:2.5rem 2rem;margin:0;border:none;background:none}.cs-quote blockquote p{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.5rem;font-weight:500;color:#1e1a28;line-height:1.6;margin-bottom:1rem}@media(min-width: 1024px){.cs-quote blockquote p{font-size:1.875rem}}.cs-quote blockquote cite{font-style:normal;font-size:.875rem;color:#6e6880}.page-hero--results{padding-bottom:4rem;position:relative}@media(min-width: 1024px){.page-hero--results{padding-bottom:5rem}}.page-hero--results h1{max-width:720px;letter-spacing:-0.02em;margin-bottom:1.5rem}.page-hero--results p.lead{max-width:600px;font-size:1.25rem;line-height:1.6}.results-metrics-grid{display:grid;gap:1.5rem;margin-bottom:2rem}@media(min-width: 768px){.results-metrics-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.results-metrics-grid{grid-template-columns:repeat(5, 1fr);gap:2rem}}.results-metric{text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb}.results-metric__value{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.875rem;font-weight:700;color:#5627ad;line-height:1.2;margin-bottom:.5rem}@media(min-width: 1024px){.results-metric__value{font-size:2.25rem}}.results-metric__label{font-size:.875rem;color:#6e6880;margin-bottom:0;line-height:1.4}.results-metrics-support{text-align:center;font-size:.875rem;color:#6e6880;max-width:640px;margin:0 auto}.results-before-after{display:grid;gap:0;max-width:900px;margin:0 auto}@media(min-width: 768px){.results-before-after{grid-template-columns:1fr auto 1fr;align-items:start}}.results-before-after__col{padding:2rem 1.5rem;background:#fff;border:1px solid #e5e3eb;border-radius:12px}@media(min-width: 768px){.results-before-after__col{padding:2.5rem 2rem}}.results-before-after__col--before{border-radius:12px 12px 0 0}@media(min-width: 768px){.results-before-after__col--before{border-radius:12px 0 0 12px;border-right:0}}.results-before-after__col--after{border-radius:0 0 12px 12px;background:#f9f8fc;border-color:rgba(86,39,173,.12)}@media(min-width: 768px){.results-before-after__col--after{border-radius:0 12px 12px 0;border-left:0}}.results-before-after__col h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:#6e6880;margin-bottom:1rem}.results-before-after__col--after h4{color:#5627ad}.results-before-after__col ul{list-style:none;padding:0;margin:0}.results-before-after__col ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.875rem;color:#302b3d}.results-before-after__col ul li::before{content:"•";position:absolute;left:0;color:#9e99ae}.results-before-after__col ul li:last-child{margin-bottom:0}.results-before-after__col--after ul li::before{content:"✓";color:#0ea5a0;font-weight:700}.results-before-after__divider{display:none;width:2px;background:#e5e3eb;min-height:120px}@media(min-width: 768px){.results-before-after__divider{display:block;align-self:stretch}}.results-before-after__closing{text-align:center;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1.25rem;color:#5627ad;margin-top:2rem}.results-px-curves{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb}.results-px-curves__svg{width:100%;height:auto;max-height:320px}.results-px-curves__legend{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e3eb}.results-px-curves__legend-item{display:flex;align-items:center;gap:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:#6e6880}.results-px-curves__dot{width:10px;height:10px;border-radius:9999px;flex-shrink:0}.results-px-curves__dot--dashed{background:rgba(0,0,0,0);border:2px dashed #3e1b80;width:12px;height:12px}.results-case-study-card{max-width:720px;margin:0 auto;padding:2.5rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;display:flex;flex-direction:column;gap:2rem}.results-case-study-card__block h5{font-size:.875rem;text-transform:uppercase;letter-spacing:.08em;color:#5627ad;margin-bottom:.5rem}.results-case-study-card__block p,.results-case-study-card__block ul{font-size:.875rem;color:#302b3d;margin-bottom:0}.results-case-study-card__block ul{list-style:none;padding:0}.results-case-study-card__block ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.results-case-study-card__block ul li::before{content:"✓";position:absolute;left:0;color:#0ea5a0;font-weight:700}.results-case-study-card .btn{align-self:flex-start}.results-dqa-block{max-width:640px;margin:0 auto;text-align:center}.results-dqa-block__intro{font-size:1rem;color:#302b3d;margin-bottom:1.5rem;line-height:1.6}.results-dqa-block__stat{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:3.75rem;font-weight:700;color:#5627ad;line-height:1;margin-bottom:.5rem}.results-dqa-block__stat-label{font-size:1rem;color:#6e6880;margin-bottom:2rem}.results-dqa-block__list{text-align:left;display:inline-block;margin-bottom:2rem}.results-dqa-block__list ul{list-style:none;padding:0;margin:0}.results-dqa-block__list ul li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.875rem;color:#302b3d}.results-dqa-block__list ul li::before{content:"✓";position:absolute;left:0;color:#0ea5a0;font-weight:700}.results-dqa-block__closing{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1.125rem;color:#1e1a28}.pricing-hero{position:relative;padding:calc(8rem + 60px) 0 6rem;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);overflow:hidden}@media(min-width: 1024px){.pricing-hero{padding:calc(8rem + 80px) 0 8rem}}.pricing-hero__split{display:flex;flex-direction:column;gap:3rem}@media(min-width: 1024px){.pricing-hero__split{flex-direction:row;align-items:center;gap:4rem}}.pricing-hero__content{position:relative;z-index:2;flex:1;max-width:620px}.pricing-hero__content .label{margin-bottom:1rem}.pricing-hero__content h1{margin-bottom:1rem}.pricing-hero__content .hero__subtitle{font-size:1rem;color:#6e6880;margin-bottom:.75rem;max-width:520px}@media(min-width: 1024px){.pricing-hero__content .hero__subtitle{font-size:1.25rem}}.pricing-hero__supporting{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1.125rem;color:#110e18;margin-bottom:2rem}.pricing-hero__trust{margin-top:1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:#6e6880;letter-spacing:.04em}.pricing-hero__visual{position:relative;z-index:2;flex:0 0 auto}@media(min-width: 1024px){.pricing-hero__visual{width:400px}}.pricing-hero__graphic{background:#fff;border-radius:12px;border:1px solid #e5e3eb;box-shadow:0 8px 30px rgba(0,0,0,.12);overflow:hidden}.pricing-hero__graphic-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e3eb;background:#f9f8fc}.pricing-hero__graphic-header span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#302b3d}.pricing-hero__graphic-rows{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.pricing-hero__graphic-row{display:flex;align-items:center;gap:1rem}.pricing-hero__graphic-label{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:#4a4558;width:72px;flex-shrink:0}.pricing-hero__graphic-bar{height:24px;border-radius:4px;background:#5627ad;opacity:.8}.pricing-hero__graphic-bar--accent{background:#03f;opacity:.7}.pricing-hero__graphic-bar--teal{background:#0ea5a0;opacity:.8}.pricing-hero__graphic-footer{padding:.75rem 1.5rem;border-top:1px solid #e5e3eb;background:#f9f8fc}.pricing-hero__graphic-footer span{font-size:.75rem;color:#6e6880}.pricing-hero__bg-overlay{position:absolute;top:0;right:-10%;width:55%;height:100%;z-index:1;opacity:.04;background:repeating-linear-gradient(-45deg, #5627ad, #5627ad 1px, transparent 1px, transparent 24px)}.pricing-how-card{padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;text-align:center;transition:transform 250ms ease,box-shadow 250ms ease}.pricing-how-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.pricing-how-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;background:rgba(86,39,173,.08);border-radius:8px;color:#5627ad}.pricing-how-card h4{margin-bottom:.75rem}.pricing-how-card p{font-size:.875rem;color:#6e6880;margin-bottom:0}.pricing-grid .pricing-card{display:flex;flex-direction:column;text-align:left}.pricing-grid .pricing-card__type{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6e6880;margin-bottom:1.5rem}.pricing-grid .pricing-card__price{text-align:left;margin-bottom:.25rem}.pricing-grid .pricing-card__rig-rate{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.25rem;font-weight:700;color:#1e1a28;margin-bottom:1rem}.pricing-grid .pricing-card__rig-rate span{font-size:.875rem;font-weight:400;color:#6e6880}.pricing-grid .pricing-card__best-for{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#5627ad;margin-bottom:.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e3eb}.pricing-grid .pricing-card__note{font-size:.75rem;color:#6e6880;margin-bottom:1rem}.pricing-grid .pricing-card__features{flex:1}.pricing-grid .pricing-card__addons{margin-bottom:2rem;padding-top:1rem;border-top:1px dashed #c9c6d4}.pricing-grid .pricing-card__addons h6{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#6e6880;margin-bottom:.75rem}.pricing-grid .pricing-card__addons ul{list-style:none;padding:0;margin:0}.pricing-grid .pricing-card__addons ul li{font-size:.875rem;color:#4a4558;padding:.5rem 0;padding-left:1.5rem;position:relative}.pricing-grid .pricing-card__addons ul li::before{content:"+";position:absolute;left:0;color:#0ea5a0;font-weight:700}.pricing-edr__price-highlight{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:3.75rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.5rem;margin-top:1.5rem}.pricing-edr__price-note{font-size:.875rem;color:hsla(0,0%,100%,.7);margin-bottom:2rem}.pricing-edr__list{list-style:none;padding:0;margin:0}.pricing-edr__list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;color:hsla(0,0%,100%,.85)}.pricing-edr__list li svg{flex-shrink:0;color:#0ea5a0}.pricing-edr__visual{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden}.pricing-edr__visual-header{padding:1rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.pricing-edr__visual-header span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:hsla(0,0%,100%,.6)}.pricing-edr__visual-chart{padding:1.5rem}.pricing-edr__visual-svg{width:100%;height:auto}.pricing-edr__visual-metrics{display:flex;justify-content:space-around;padding:1.25rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.pricing-edr__visual-metric{display:flex;flex-direction:column;align-items:center;gap:.25rem}.pricing-edr__visual-metric-value{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.5rem;font-weight:700;color:#fff}.pricing-edr__visual-metric-label{font-size:.75rem;color:hsla(0,0%,100%,.5)}.pricing-offset__price-badge{display:inline-flex;align-items:baseline;gap:.5rem;margin:1.5rem 0;padding:.75rem 1.5rem;background:rgba(86,39,173,.06);border:1px solid rgba(86,39,173,.15);border-radius:9999px;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.875rem;font-weight:700;color:#5627ad}.pricing-offset__price-badge span{font-size:.875rem;font-weight:500;color:#6e6880}.pricing-offset__mockup{position:relative;padding:1.5rem}.pricing-offset__mockup-map{border-radius:12px;overflow:hidden;border:1px solid #e5e3eb;box-shadow:0 4px 12px rgba(0,0,0,.1)}.pricing-offset__mockup-svg{width:100%;height:auto;display:block}.pricing-offset__mockup-report{position:absolute;bottom:0;right:0;width:180px;background:#fff;border-radius:8px;border:1px solid #e5e3eb;box-shadow:0 8px 30px rgba(0,0,0,.12);overflow:hidden}@media(min-width: 768px){.pricing-offset__mockup-report{width:200px}}.pricing-offset__mockup-report-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #e5e3eb;background:#f9f8fc}.pricing-offset__mockup-report-header span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:#302b3d}.pricing-offset__mockup-report-bar{width:16px;height:4px;background:#5627ad;border-radius:2px}.pricing-offset__mockup-report-lines{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.pricing-offset__mockup-report-line{height:6px;background:#e5e3eb;border-radius:3px}.pricing-offset__mockup-badge{position:absolute;top:-8px;right:-8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#5627ad;color:#fff;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:700;border-radius:9999px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.pricing-enterprise__inner{display:flex;flex-direction:column;gap:3rem;align-items:center}@media(min-width: 1024px){.pricing-enterprise__inner{flex-direction:row;gap:4rem}}.pricing-enterprise__content{flex:1}.pricing-enterprise__content .label{margin-bottom:1rem}.pricing-enterprise__content h2{margin-bottom:1rem}.pricing-enterprise__content p{max-width:520px}.pricing-enterprise__list{list-style:none;padding:0;margin:2rem 0 0}.pricing-enterprise__list li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-size:1rem;color:hsla(0,0%,100%,.85)}.pricing-enterprise__list li svg{flex-shrink:0;color:#0ea5a0}.pricing-enterprise__visual{flex:0 0 auto}.pricing-enterprise__shield{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:20px}.pricing-enterprise__shield span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.5);line-height:1.3}.pricing-faq{max-width:800px;margin:0 auto}.pricing-faq__item{background:#fff;border:1px solid #e5e3eb;border-radius:12px;margin-bottom:.75rem;overflow:hidden;transition:box-shadow 250ms ease}.pricing-faq__item:hover{box-shadow:0 1px 3px rgba(0,0,0,.08)}.pricing-faq__item.is-open .pricing-faq__question svg{transform:rotate(180deg)}.pricing-faq__item.is-open .pricing-faq__answer{max-height:300px;padding:0 2rem 1.5rem;opacity:1}.pricing-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 2rem;background:none;border:none;cursor:pointer;text-align:left;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:600;color:#1e1a28}@media(min-width: 1024px){.pricing-faq__question{font-size:1.25rem}}.pricing-faq__question svg{flex-shrink:0;color:#9e99ae;transition:transform 250ms ease}.pricing-faq__answer{max-height:0;padding:0 2rem;opacity:0;overflow:hidden;transition:max-height 250ms ease,padding 250ms ease,opacity 250ms ease}.pricing-faq__answer p{font-size:1rem;color:#4a4558;margin-bottom:0}.pricing-final-cta__buttons{justify-content:center}.wb-hero{position:relative;padding:calc(6rem + 60px) 0 4rem;background:#fff;overflow:hidden}@media(min-width: 1024px){.wb-hero{padding:calc(8rem + 80px) 0 5rem}}.wb-hero .label{margin-bottom:1rem}.wb-hero h1{margin-bottom:1rem;letter-spacing:-0.02em}.wb-hero__sub{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.25rem;font-weight:500;color:#4a4558;margin-bottom:1.5rem}@media(min-width: 1024px){.wb-hero__sub{font-size:1.5rem}}.wb-hero__intro{font-size:1rem;color:#6e6880;line-height:1.7;margin-bottom:2.5rem;max-width:640px}.wb-hero__form{max-width:480px}.wb-hero__input-group{display:flex;flex-direction:column;gap:.75rem}@media(min-width: 768px){.wb-hero__input-group{flex-direction:row}}.wb-hero__input-group input[type=email]{flex:1;padding:1rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;color:#1e1a28;background:#fff;border:1px solid #c9c6d4;border-radius:8px;outline:none;transition:border-color 150ms ease,box-shadow 150ms ease}.wb-hero__input-group input[type=email]::placeholder{color:#9e99ae}.wb-hero__input-group input[type=email]:focus{border-color:#5627ad;box-shadow:0 0 0 3px rgba(86,39,173,.1)}.wb-hero__input-group .btn{white-space:nowrap;flex-shrink:0}.wb-hero__note{margin-top:.75rem;font-size:.75rem;color:#9e99ae;letter-spacing:.02em}.wb-hero__bg{position:absolute;bottom:0;left:0;width:100%;height:300px;color:#5627ad;pointer-events:none;z-index:0}.wb-hero__bg svg{width:100%;height:100%}.wb-hero .container{position:relative;z-index:1}.wb-receive-grid{margin-top:2.5rem}.wb-receive-item{padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.wb-receive-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.wb-receive-item__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(86,39,173,.06);border-radius:8px;margin-bottom:1.25rem;color:#5627ad}.wb-receive-item h4{font-size:1.25rem;margin-bottom:.5rem}.wb-receive-item p{font-size:.875rem;color:#6e6880;margin-bottom:0;line-height:1.6}@media(min-width: 768px){.wb-receive-item--wide{grid-column:span 2;max-width:520px;justify-self:center}}.wb-receive-closing{text-align:center;margin-top:2.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:500;color:#302b3d;max-width:600px;margin-left:auto;margin-right:auto}.wb-how-intro{font-size:1rem;color:#6e6880;max-width:600px;margin:0 auto;line-height:1.7}.wb-steps{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:2.5rem}@media(min-width: 1024px){.wb-steps{flex-direction:row;justify-content:center;gap:1.5rem}}.wb-step{flex:0 0 auto;width:100%;max-width:280px;text-align:center;padding:2rem;background:#fff;border-radius:12px;border:1px solid #e5e3eb;transition:transform 250ms ease,box-shadow 250ms ease}.wb-step:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.wb-step__number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;border-radius:9999px;background:rgba(86,39,173,.08);font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.25rem;font-weight:700;color:#5627ad}.wb-step h4{font-size:1rem;margin-bottom:.75rem}.wb-step p{font-size:.875rem;color:#6e6880;margin-bottom:0;line-height:1.5}.wb-step__connector{display:flex;align-items:center;color:#9e99ae}@media(max-width: 1023px){.wb-step__connector{transform:rotate(90deg)}}.wb-subscribe{max-width:480px;margin:0 auto;text-align:center}.wb-subscribe h2{margin-bottom:1rem}.wb-subscribe>p{color:#6e6880;margin-bottom:2.5rem}.wb-subscribe__form{text-align:left}.wb-subscribe__form .form-group{margin-bottom:1.25rem}.wb-subscribe__btn{width:100%;margin-top:.5rem}.wb-subscribe__disclaimer{margin-top:1.25rem;font-size:.75rem;color:#9e99ae;text-align:center}.wb-optional{font-weight:400;color:#9e99ae}.wb-coming-soon{display:inline-block;margin-top:.75rem;padding:.5rem 1.25rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#5627ad;background:rgba(86,39,173,.06);border:1px solid rgba(86,39,173,.15);border-radius:9999px;letter-spacing:.02em}.wb-hero__form input:disabled,.wb-subscribe__form input:disabled,.newsletter__input-group input:disabled{opacity:.5;cursor:not-allowed;background:#f3f2f7}.wb-hero__form button:disabled,.wb-subscribe__form button:disabled,.newsletter__input-group button:disabled{opacity:.5;cursor:not-allowed}.homepage-results-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}@media(max-width: 1023px){.homepage-results-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 575px){.homepage-results-grid{grid-template-columns:1fr}}.homepage-results-card{background:#fff;border:1px solid #e5e3eb;border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:box-shadow 250ms ease,border-color 250ms ease}.homepage-results-card:hover{border-color:rgba(86,39,173,.2);box-shadow:0 4px 12px rgba(0,0,0,.1)}.homepage-results-card__value{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2.25rem;font-weight:700;color:#5627ad;line-height:1.1;margin-bottom:.75rem}.homepage-results-card p{font-size:.875rem;color:#6e6880;margin:0;line-height:1.4}.platform-overview-visual{background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border:1px solid #e5e3eb;border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.platform-overview-visual__row{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}@media(max-width: 575px){.platform-overview-visual__row{grid-template-columns:repeat(2, 1fr)}}.platform-overview-visual__module{background:#fff;border:1px solid #e5e3eb;border-radius:8px;padding:1rem .75rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;transition:box-shadow 250ms ease,border-color 250ms ease;color:#5627ad}.platform-overview-visual__module span{font-size:.75rem;font-weight:500;color:#1e1a28;line-height:1.3}.platform-overview-visual__module:hover{border-color:rgba(86,39,173,.25);box-shadow:0 1px 3px rgba(0,0,0,.08)}.platform-overview-visual__bar{position:relative;background:#e5e3eb;border-radius:9999px;height:8px;overflow:hidden}.platform-overview-visual__bar span{display:block;margin-top:.75rem;font-size:.75rem;color:#6e6880;text-align:right}.platform-overview-visual__bar-fill{position:absolute;top:0;left:0;height:100%;border-radius:9999px;background:linear-gradient(90deg, #5627ad, #7b4fd4)}.ai-standardization-visual{background:#f9f8fc;border:1px solid #e5e3eb;border-radius:12px;padding:2rem 1.5rem}.ai-standardization-visual__pipeline{display:flex;align-items:stretch;gap:1rem}@media(max-width: 767px){.ai-standardization-visual__pipeline{flex-direction:column;align-items:center}}.ai-standardization-visual__stage{flex:1;min-width:0}.ai-standardization-visual__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6e6880;margin-bottom:.75rem;text-align:center}.ai-standardization-visual__raw{position:relative;background:rgba(210,43,79,.04);border:1px dashed rgba(210,43,79,.25);border-radius:8px;height:180px;overflow:hidden}.ai-standardization-visual__raw span{position:absolute;font-size:11px;font-family:"Courier New",monospace;color:#6e6880;white-space:nowrap;opacity:.8}.ai-standardization-visual__arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#5627ad;flex-shrink:0;padding:0 .5rem}.ai-standardization-visual__arrow span{font-size:.75rem;font-weight:600;color:#5627ad;white-space:nowrap}@media(max-width: 767px){.ai-standardization-visual__arrow{transform:rotate(90deg)}}.ai-standardization-visual__clean{background:#fff;border:1px solid #e5e3eb;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:2px}.ai-standardization-visual__row{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-radius:4px}.ai-standardization-visual__row:nth-child(odd){background:rgba(86,39,173,.03)}.ai-standardization-visual__field{font-size:.75rem;font-weight:500;color:#6e6880}.ai-standardization-visual__value{font-size:.75rem;font-weight:600;color:#1e1a28;font-family:"Courier New",monospace}.ai-standardization-visual__value--flagged{color:#d22b4f;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:rgba(210,43,79,.08);padding:1px 8px;border-radius:9999px;font-size:11px}.ai-hero{position:relative;padding:calc(8rem + 80px) 0 6rem;background:linear-gradient(135deg, #1a0e2e 0%, #0d1b3e 100%);overflow:hidden;text-align:center}@media(min-width: 1024px){.ai-hero{padding:calc(8rem + 100px) 0 8rem}}.ai-hero__gradient{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 40%, rgba(86, 39, 173, 0.25) 0%, transparent 70%),radial-gradient(ellipse 40% 40% at 70% 60%, rgba(0, 51, 255, 0.12) 0%, transparent 70%),radial-gradient(ellipse 40% 40% at 30% 70%, rgba(210, 43, 79, 0.08) 0%, transparent 70%);animation:ai-gradient-shift 12s ease-in-out infinite alternate;pointer-events:none}.ai-hero__particles{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1}.ai-hero__inner{position:relative;z-index:2}.ai-hero__label{display:inline-block;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:hsla(0,0%,100%,.5);margin-bottom:1.5rem}.ai-hero__title{font-size:3rem;font-weight:700;color:#fff;letter-spacing:-0.02em;margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto}@media(min-width: 1024px){.ai-hero__title{font-size:3.75rem}}.ai-hero__subtitle{font-size:1rem;color:hsla(0,0%,100%,.7);max-width:640px;margin:0 auto 2.5rem;line-height:1.7}@media(min-width: 1024px){.ai-hero__subtitle{font-size:1.25rem}}.ai-hero__actions{justify-content:center}@keyframes ai-gradient-shift{0%{opacity:1;transform:scale(1)}100%{opacity:.7;transform:scale(1.1)}}.ai-section{background:linear-gradient(135deg, #12091f 0%, #0b1328 100%);color:#fff}.ai-section--alt{background:linear-gradient(135deg, #170d2a 0%, #0e1630 100%)}.ai-section h2,.ai-section h3,.ai-section h4,.ai-section h5,.ai-section h6{color:#fff}.ai-section p{color:hsla(0,0%,100%,.7)}.ai-section .label{color:hsla(0,0%,100%,.45)}.ai-section .lead{color:hsla(0,0%,100%,.65)}.ai-section .check-list li{color:hsla(0,0%,100%,.7)}.ai-section .check-list li::before{color:#0ea5a0}.ai-section .section-header p{color:hsla(0,0%,100%,.65)}.ai-outcome{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1.125rem;color:hsla(0,0%,100%,.9);margin-top:1.5rem}.ai-curve-visual{padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;backdrop-filter:blur(8px)}.ai-curve-visual__svg{width:100%;height:auto}.ai-curve-visual__line{stroke-dasharray:600;stroke-dashoffset:600;animation:ai-draw-line 2s ease forwards}.ai-curve-visual__line--p75{animation-delay:.3s}.ai-curve-visual__line--p50{animation-delay:.6s}.ai-curve-visual__node{opacity:0;animation:ai-node-appear .4s ease forwards}.ai-curve-visual__node:nth-child(4){animation-delay:1s}.ai-curve-visual__node:nth-child(5){animation-delay:1.3s}.ai-curve-visual__node:nth-child(6){animation-delay:1.6s}.ai-curve-visual__node:nth-child(7){animation-delay:1.8s}.ai-curve-visual__node:nth-child(8){animation-delay:2.1s}.ai-curve-visual__node:nth-child(9){animation-delay:2.4s}.ai-curve-visual__legend{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.08)}.ai-curve-visual__legend-item{display:flex;align-items:center;gap:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:hsla(0,0%,100%,.6)}.ai-curve-visual__dot{width:8px;height:8px;border-radius:9999px;flex-shrink:0}@keyframes ai-draw-line{to{stroke-dashoffset:0}}@keyframes ai-node-appear{to{opacity:1}}.ai-program-visual{position:relative;display:flex;align-items:center;justify-content:center;padding:2rem}.ai-program-visual__doc{width:280px;padding:1.5rem;background:hsla(0,0%,100%,.05);border-radius:12px;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 32px rgba(0,0,0,.3)}@media(min-width: 768px){.ai-program-visual__doc{width:320px}}.ai-program-visual__bar{height:6px;width:35%;background:#7b4fd4;border-radius:3px;margin-bottom:1.5rem}.ai-program-visual__line{height:6px;background:hsla(0,0%,100%,.1);border-radius:3px;margin-bottom:.75rem}.ai-program-visual__line--title{width:65%;height:8px;background:hsla(0,0%,100%,.18);margin-bottom:1rem}.ai-program-visual__line--short{width:50%}.ai-program-visual__divider{height:1px;background:hsla(0,0%,100%,.08);margin:1.25rem 0}.ai-program-visual__flag{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:#d22b4f;background:rgba(210,43,79,.15);border:1px solid rgba(210,43,79,.25);border-radius:9999px;animation:ai-pulse-flag 2.5s ease-in-out infinite}.ai-program-visual__badge{position:absolute;top:1rem;right:1rem;padding:.25rem 1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:#fff;background:#5627ad;border-radius:9999px}@media(min-width: 768px){.ai-program-visual__badge{top:1.5rem;right:1.5rem}}@keyframes ai-pulse-flag{0%,100%{opacity:1}50%{opacity:.6}}.ai-chat{max-width:640px;margin:2.5rem auto 0;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;overflow:hidden}.ai-chat__window{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;max-height:360px;overflow-y:auto}.ai-chat__message{display:flex;max-width:85%}.ai-chat__message--user{align-self:flex-end}.ai-chat__message--ai{align-self:flex-start}.ai-chat__message-text{display:inline-block;padding:.75rem 1.25rem;border-radius:12px;font-size:.875rem;line-height:1.6}.ai-chat__message--user .ai-chat__message-text{background:#5627ad;color:#fff;border-bottom-right-radius:4px}.ai-chat__message--ai .ai-chat__message-text{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.85);border-bottom-left-radius:4px}.ai-chat__input{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.02)}.ai-chat__input-icon{color:hsla(0,0%,100%,.3);flex-shrink:0}.ai-chat__input-text{font-size:.875rem;color:hsla(0,0%,100%,.35)}.ai-chat__cursor{display:inline-block;animation:ai-blink 1s step-end infinite;color:#7b4fd4;font-weight:300}.ai-chat__outcome{text-align:center;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1.125rem;color:hsla(0,0%,100%,.9);margin-top:2rem}@keyframes ai-blink{0%,100%{opacity:1}50%{opacity:0}}.ai-upload-visual{display:flex;flex-direction:column;align-items:center;gap:0;padding:1.5rem 0}.ai-upload-visual__files{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:300px}.ai-upload-visual__file{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;font-size:.75rem;color:hsla(0,0%,100%,.75);transition:transform 250ms ease}.ai-upload-visual__file svg{flex-shrink:0;color:#7b4fd4}.ai-upload-visual__file:nth-child(1){animation:ai-file-float 4s ease-in-out infinite}.ai-upload-visual__file:nth-child(2){animation:ai-file-float 4s ease-in-out .5s infinite}.ai-upload-visual__file:nth-child(3){animation:ai-file-float 4s ease-in-out 1s infinite}.ai-upload-visual__arrow{color:#7b4fd4;padding:.75rem 0}.ai-upload-visual__arrow svg{animation:ai-arrow-pulse 2s ease-in-out infinite}.ai-upload-visual__output{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;background:rgba(86,39,173,.12);border:1px solid rgba(86,39,173,.25);border-radius:12px;width:100%;max-width:300px}.ai-upload-visual__output span{width:100%;text-align:center;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:#7b4fd4;margin-top:.5rem}.ai-upload-visual__block{width:48px;height:32px;background:#7b4fd4;border-radius:4px;opacity:.25}.ai-upload-visual__block--sm{width:36px;height:24px;opacity:.4}@keyframes ai-file-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes ai-arrow-pulse{0%,100%{transform:translateY(0);opacity:1}50%{transform:translateY(4px);opacity:.5}}.ai-ml-card{padding:1.5rem;background:hsla(0,0%,100%,.04);border-radius:12px;border:1px solid hsla(0,0%,100%,.08);transition:transform 250ms ease,box-shadow 250ms ease,background 250ms ease}.ai-ml-card:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.07);box-shadow:0 8px 24px rgba(0,0,0,.3)}.ai-ml-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(86,39,173,.2);border-radius:8px;margin-bottom:1rem;color:#7b4fd4}.ai-ml-card h4{font-size:1.25rem;margin-bottom:.5rem}.ai-ml-card p{font-size:.875rem;color:hsla(0,0%,100%,.55);margin-bottom:0}.ai-ml-proof{text-align:center;margin-top:3rem;padding:2.5rem;background:hsla(0,0%,100%,.04);border-radius:12px;border:1px solid rgba(86,39,173,.25);box-shadow:0 0 60px rgba(86,39,173,.1)}.ai-ml-proof__number{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:3.75rem;font-weight:700;color:#7b4fd4;line-height:1;margin-bottom:.75rem}.ai-ml-proof__label{font-size:1rem;color:hsla(0,0%,100%,.55)}.ai-ml-outcome{text-align:center;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1.125rem;color:hsla(0,0%,100%,.9);margin-top:2rem}.ai-deploy-list{list-style:none;margin-top:1.5rem}.ai-deploy-list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;color:hsla(0,0%,100%,.85)}.ai-deploy-list li svg{flex-shrink:0;color:#0ea5a0}.ai-secure-visual{position:relative;display:flex;align-items:center;justify-content:center;padding:3rem 0;min-height:320px}.ai-secure-visual__ring{position:absolute;width:240px;height:240px;border-radius:9999px;border:1px dashed hsla(0,0%,100%,.1)}@media(min-width: 768px){.ai-secure-visual__ring{width:280px;height:280px}}.ai-secure-visual__node{display:flex;align-items:center;justify-content:center;border-radius:9999px}.ai-secure-visual__node--center{width:72px;height:72px;background:rgba(86,39,173,.2);border:1px solid rgba(86,39,173,.4);color:#0ea5a0;z-index:2;box-shadow:0 0 30px rgba(86,39,173,.2)}.ai-secure-visual__node--orbit{position:absolute;width:52px;height:52px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);animation:ai-orbit 10s linear infinite;animation-delay:var(--orbit-delay)}.ai-secure-visual__node--orbit span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:hsla(0,0%,100%,.7)}@keyframes ai-orbit{0%{top:-26px;left:calc(50% - 26px)}25%{top:calc(50% - 26px);left:calc(100% - 26px)}50%{top:calc(100% - 26px);left:calc(50% - 26px)}75%{top:calc(50% - 26px);left:-26px}100%{top:-26px;left:calc(50% - 26px)}}.ai-cta{position:relative;background:linear-gradient(137deg, #6b1a2e 0%, #2e1260 50%, #0a1a5c 100%)}.ai-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 50% 100%, rgba(0, 0, 0, 0.25) 0%, transparent 70%);pointer-events:none}.story-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.story-hero__bg{position:absolute;inset:0;background:linear-gradient(135deg, #1a0e2e 0%, #0d1b3e 100%);z-index:0}.story-hero__bg::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 80%, rgba(86, 39, 173, 0.2) 0%, transparent 70%),radial-gradient(ellipse 40% 40% at 80% 20%, rgba(0, 51, 255, 0.08) 0%, transparent 60%)}.story-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg, rgba(26, 14, 46, 0.4) 0%, rgba(26, 14, 46, 0.8) 100%)}.story-hero__inner{position:relative;z-index:2;text-align:center;padding:4rem 0}.story-hero__label{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:hsla(0,0%,100%,.4);margin-bottom:2rem}.story-hero__title{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2.25rem;font-weight:700;color:#fff;line-height:1.15;letter-spacing:-0.02em;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}@media(min-width: 768px){.story-hero__title{font-size:3rem}}@media(min-width: 1024px){.story-hero__title{font-size:3.75rem}}.story-hero__scroll-cue{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:hsla(0,0%,100%,.3);animation:story-float 2.5s ease-in-out infinite}.story-hero__scroll-cue span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.story-hero__scroll-dot{animation:story-scroll-dot 2s ease-in-out infinite}@keyframes story-float{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes story-scroll-dot{0%{cy:8;opacity:1}50%{cy:18;opacity:.3}100%{cy:8;opacity:1}}.story-section{position:relative;padding:6rem 0;overflow:hidden}@media(min-width: 1024px){.story-section{padding:8rem 0}}.story-section__bg{position:absolute;inset:0;z-index:0;will-change:transform}.story-section--light{background:#fff}.story-section--dark{background:linear-gradient(135deg, #1a0e2e 0%, #0d1b3e 100%)}.story-section--dark h2,.story-section--dark .story-line,.story-section--dark .story-line--strong,.story-section--dark p{color:#fff}.story-section--dark .story-line--muted{color:hsla(0,0%,100%,.7)}.story-section--dark .story-prose p{color:hsla(0,0%,100%,.7)}.story-section--dark .story-chapter{color:hsla(0,0%,100%,.2)}.story-section--muted{background:#f9f8fc}.story-section--intense{background:linear-gradient(160deg, #0d0a1a 0%, #1a0e2e 40%, #0d1b3e 100%)}.story-section--intense h2,.story-section--intense .story-line,.story-section--intense .story-line--strong,.story-section--intense p{color:#fff}.story-section--intense .story-line--muted,.story-section--intense .story-line--scene{color:hsla(0,0%,100%,.7)}.story-section--intense .story-prose p{color:hsla(0,0%,100%,.7)}.story-section--intense .story-chapter{color:hsla(0,0%,100%,.15)}.story-section--final{background:#fff;border-top:1px solid #e5e3eb}.story-section>.container{position:relative;z-index:1}.story-bg-maps{position:absolute;inset:0;background:radial-gradient(ellipse 100% 50% at 50% 100%, rgba(86, 39, 173, 0.04) 0%, transparent 60%),radial-gradient(ellipse 60% 80% at 30% 20%, rgba(0, 51, 255, 0.03) 0%, transparent 50%)}.story-bg-rig{position:absolute;inset:0;opacity:.5;background:radial-gradient(ellipse 50% 70% at 70% 40%, rgba(123, 79, 212, 0.12) 0%, transparent 60%),radial-gradient(ellipse 80% 40% at 30% 80%, rgba(0, 51, 255, 0.06) 0%, transparent 50%)}.story-bg-rigs-fade{position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 50% 50%, rgba(86, 39, 173, 0.04) 0%, transparent 60%)}.story-chapter{display:block;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:3rem;font-weight:700;color:#e5e3eb;line-height:1;margin-bottom:1rem;letter-spacing:-0.02em}@media(min-width: 1024px){.story-chapter{font-size:3.75rem}}.story-block--center{max-width:680px;margin-left:auto;margin-right:auto;text-align:center}.story-block--narrow{max-width:580px;margin-left:auto;margin-right:auto;text-align:center}.story-split{display:flex;flex-direction:column;gap:3rem}@media(min-width: 1024px){.story-split{flex-direction:row;align-items:flex-start;gap:4rem}}.story-split__text{flex:1;max-width:560px}@media(max-width: 1023px){.story-split__text{text-align:center;max-width:100%}}.story-split__visual{flex:0 0 auto;width:100%}@media(min-width: 1024px){.story-split__visual{width:380px}}.story-lines{margin:2rem 0}.story-line{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.125rem;font-weight:400;color:#302b3d;line-height:1.6;margin-bottom:.75rem}.story-line--strong{font-weight:600;color:#110e18;font-size:1.25rem}.story-line--accent{font-weight:600;color:#5627ad;font-size:1.25rem;margin-top:1.5rem;margin-bottom:1.5rem}.story-line--muted{color:#6e6880;font-size:1rem;margin-top:2rem}.story-line--question{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2.25rem;font-weight:700;color:#fff;margin-top:1rem;margin-bottom:2rem}@media(min-width: 1024px){.story-line--question{font-size:3rem}}.story-line--scene{font-size:1.125rem;color:hsla(0,0%,100%,.7);margin-bottom:.5rem}.story-prose{margin:2rem 0}.story-prose p{font-size:1.125rem;color:#4a4558;line-height:1.7;margin-bottom:1rem}.story-prose p:last-child{margin-bottom:0}.story-callout{margin:2.5rem 0;padding:2rem;border-radius:12px;background:#f9f8fc;border-left:3px solid #5627ad;text-align:left}.story-callout p{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.125rem;color:#302b3d;line-height:1.5;margin-bottom:.5rem}.story-callout p:last-child{margin-bottom:0}.story-callout__highlight{font-weight:600;color:#110e18;font-size:1.25rem}.story-callout--dark{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.2)}.story-callout--dark p{color:hsla(0,0%,100%,.7)}.story-callout--dark .story-callout__highlight{color:#fff}.story-highlight{display:inline-block;margin:2.5rem 0 1rem;padding:1rem 2rem;background:rgba(86,39,173,.06);border:1px solid rgba(86,39,173,.12);border-radius:12px}.story-highlight span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:1.125rem;color:#5627ad;letter-spacing:-0.01em;line-height:1.5}.story-highlight--dark{background:rgba(123,79,212,.12);border-color:rgba(123,79,212,.2)}.story-highlight--dark span{color:#fff}.story-offset-visual{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:3rem auto;max-width:720px}@media(min-width: 768px){.story-offset-visual{flex-direction:row;gap:1rem}}.story-offset-visual__before,.story-offset-visual__after{flex:1;padding:1.5rem;border-radius:12px;text-align:center;min-width:0;width:100%}.story-offset-visual__before{background:#f3f2f7;border:1px solid #e5e3eb}.story-offset-visual__after{background:rgba(86,39,173,.04);border:1px solid rgba(86,39,173,.12)}.story-offset-visual__label{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6e6880;margin-bottom:1rem}.story-offset-visual__items{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.story-offset-visual__items span{display:inline-block;padding:.25rem .75rem;font-size:.75rem;color:#4a4558;background:#fff;border-radius:4px;border:1px solid #e5e3eb}.story-offset-visual__filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem}.story-offset-visual__filter{display:inline-block;padding:.25rem .75rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:#6e6880;background:#fff;border-radius:4px;border:1px solid #e5e3eb}.story-offset-visual__filter--active{color:#5627ad;border-color:#5627ad;background:rgba(86,39,173,.06)}.story-offset-visual__map svg{width:100%;height:auto}.story-offset-visual__arrow{color:#9e99ae;flex-shrink:0;transform:rotate(90deg)}@media(min-width: 768px){.story-offset-visual__arrow{transform:none}}.story-validation-layer{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem .75rem;margin-bottom:1.5rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:12px}.story-validation-layer__source,.story-validation-layer__gate,.story-validation-layer__dest{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;border-radius:8px;text-align:center;flex:1}.story-validation-layer__source small,.story-validation-layer__gate small,.story-validation-layer__dest small{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500}.story-validation-layer__source svg,.story-validation-layer__gate svg,.story-validation-layer__dest svg{flex-shrink:0}.story-validation-layer__source{color:hsla(0,0%,100%,.5)}.story-validation-layer__source small{color:hsla(0,0%,100%,.35)}.story-validation-layer__gate{background:rgba(86,39,173,.15);border:1px solid rgba(86,39,173,.25);color:#7b4fd4}.story-validation-layer__gate small{color:#7b4fd4}.story-validation-layer__dest{color:#0ea5a0}.story-validation-layer__dest small{color:rgba(14,165,160,.7)}.story-perf-curve{padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:12px}.story-perf-curve__svg{width:100%;height:auto}.story-perf-curve__actual{stroke-dasharray:500;stroke-dashoffset:500;transition:stroke-dashoffset 2s ease-out}.is-visible .story-perf-curve__actual{stroke-dashoffset:0}.story-perf-curve__label{margin-top:1rem;font-size:.75rem;color:hsla(0,0%,100%,.35);text-align:center}.story-curves{margin:3rem 0 1rem;padding:1.5rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:12px}.story-curves__svg{width:100%;height:auto;max-height:320px}.story-curves__legend{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.06)}.story-curves__legend-item{display:flex;align-items:center;gap:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:hsla(0,0%,100%,.5)}.story-curves__dot{width:10px;height:10px;border-radius:9999px;flex-shrink:0}.story-curves__dot--dashed{background:rgba(0,0,0,0);border:2px dashed hsla(0,0%,100%,.6);width:12px;height:12px}.story-curve{stroke-dasharray:800;stroke-dashoffset:800;transition:stroke-dashoffset 2.5s ease-out}.is-visible .story-curve{stroke-dashoffset:0}.story-curve--actual{transition-delay:.8s}.story-curve--p75{transition-delay:.3s}.story-curve--p50{transition-delay:.6s}.story-supervisor-compare{display:flex;flex-direction:column;gap:1.5rem;max-width:640px;margin:3rem auto}@media(min-width: 768px){.story-supervisor-compare{flex-direction:row}}.story-supervisor-card{flex:1;padding:1.5rem;background:#fff;border:1px solid #e5e3eb;border-radius:12px;transition:transform 250ms ease,box-shadow 250ms ease}.story-supervisor-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.story-supervisor-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.story-supervisor-card__avatar{width:40px;height:40px;border-radius:9999px;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border:2px solid #e5e3eb;flex-shrink:0}.story-supervisor-card__name{width:80px;height:10px;background:#c9c6d4;border-radius:4px;margin-bottom:.5rem}.story-supervisor-card__role{width:50px;height:6px;background:#e5e3eb;border-radius:3px}.story-supervisor-card__gauges{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f2f7}.story-supervisor-card__stats{display:flex;justify-content:space-around;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;color:#4a4558}.story-supervisor-card__stats strong{color:#110e18;font-weight:700}.story-gauges{display:flex;justify-content:center;gap:2rem;margin:2.5rem 0;flex-wrap:wrap}@media(min-width: 768px){.story-gauges{gap:3rem}}.story-gauge{display:flex;flex-direction:column;align-items:center}.story-gauge__svg{width:120px;height:70px}.story-gauge__fill{stroke-dasharray:157;stroke-dashoffset:157;transition:stroke-dashoffset 1.5s ease-out}.story-gauge__label{margin-top:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:#6e6880;text-align:center}.story-gauge--compact .story-gauge__svg{width:80px;height:48px}.story-checkpoint{display:flex;flex-direction:column;align-items:center;gap:0;margin:3rem auto;max-width:160px}@media(min-width: 768px){.story-checkpoint{flex-direction:row;max-width:100%;justify-content:center;gap:0}}.story-checkpoint__stage{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.story-checkpoint__stage span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:#4a4558}.story-checkpoint__stage--approved span{color:#0ea5a0}.story-checkpoint__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f3f2f7;border-radius:8px;color:#6e6880}.story-checkpoint__icon--approved{background:rgba(14,165,160,.08);color:#0ea5a0}.story-checkpoint__connector{width:2px;height:24px;background:#c9c6d4}@media(min-width: 768px){.story-checkpoint__connector{width:32px;height:2px}}.story-checkpoint__connector--approved{background:#0ea5a0}.story-checkpoint__gate{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.25rem;background:rgba(86,39,173,.06);border:2px solid #5627ad;border-radius:12px;text-align:center}.story-checkpoint__gate span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#5627ad}.story-checkpoint__gate small{font-size:.75rem;color:#6e6880}.story-checkpoint__gate-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#5627ad}.story-modules{display:grid;gap:1rem;max-width:560px;margin:2.5rem auto 0}@media(min-width: 768px){.story-modules{grid-template-columns:repeat(2, 1fr);max-width:720px}}.story-module{position:relative;display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e5e3eb;border-radius:12px;transition:transform 250ms ease,box-shadow 250ms ease}.story-module:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.story-module__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(86,39,173,.08);border-radius:8px;color:#5627ad;flex-shrink:0}.story-module__content h4{font-size:1rem;margin-bottom:.25rem;color:#110e18}.story-module__content p{font-size:.875rem;color:#6e6880;margin-bottom:0}@media(min-width: 768px){.story-module--wide{grid-column:span 2;max-width:350px;justify-self:center}}.story-results{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1.5rem 0}.story-result{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f9f8fc;border-radius:9999px}.story-result svg{color:#0ea5a0;flex-shrink:0}.story-result span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#1e1a28}.story-cta{padding:5rem 0;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%)}@media(min-width: 1024px){.story-cta{padding:6rem 0}}.story-cta__inner{text-align:center;max-width:640px;margin:0 auto}.story-cta h2{font-size:2.25rem;margin-bottom:2.5rem;color:#110e18}@media(min-width: 1024px){.story-cta h2{font-size:3rem}}.story-cta__actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width: 768px){.story-cta__actions{flex-direction:row;justify-content:center}}.story-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.story-reveal.is-visible{opacity:1;transform:translateY(0)}.story-reveal--headline{transform:translateY(32px);transition-duration:.9s}.story-lines.is-visible .story-line{opacity:0;transform:translateY(12px);animation:story-line-in .5s ease forwards}.story-lines.is-visible .story-line:nth-child(1){animation-delay:0.12s}.story-lines.is-visible .story-line:nth-child(2){animation-delay:0.24s}.story-lines.is-visible .story-line:nth-child(3){animation-delay:0.36s}.story-lines.is-visible .story-line:nth-child(4){animation-delay:0.48s}.story-lines.is-visible .story-line:nth-child(5){animation-delay:0.6s}.story-lines.is-visible .story-line:nth-child(6){animation-delay:0.72s}@keyframes story-line-in{to{opacity:1;transform:translateY(0)}}.story-results.is-visible .story-result{opacity:0;transform:translateY(10px);animation:story-line-in .4s ease forwards}.story-results.is-visible .story-result:nth-child(1){animation-delay:0.08s}.story-results.is-visible .story-result:nth-child(2){animation-delay:0.16s}.story-results.is-visible .story-result:nth-child(3){animation-delay:0.24s}.story-results.is-visible .story-result:nth-child(4){animation-delay:0.32s}.story-results.is-visible .story-result:nth-child(5){animation-delay:0.4s}.story-results.is-visible .story-result:nth-child(6){animation-delay:0.48s}.story-modules.is-visible .story-module{opacity:0;transform:translateY(16px);animation:story-line-in .5s ease forwards}.story-modules.is-visible .story-module:nth-child(1){animation-delay:0.12s}.story-modules.is-visible .story-module:nth-child(2){animation-delay:0.24s}.story-modules.is-visible .story-module:nth-child(3){animation-delay:0.36s}.story-modules.is-visible .story-module:nth-child(4){animation-delay:0.48s}.story-modules.is-visible .story-module:nth-child(5){animation-delay:0.6s}.story-supervisor-compare.is-visible .story-supervisor-card{opacity:0;transform:translateY(20px);animation:story-line-in .6s ease forwards}.story-supervisor-compare.is-visible .story-supervisor-card:nth-child(1){animation-delay:.15s}.story-supervisor-compare.is-visible .story-supervisor-card:nth-child(2){animation-delay:.35s}.story-checkpoint.is-visible .story-checkpoint__stage,.story-checkpoint.is-visible .story-checkpoint__gate{opacity:0;transform:translateY(12px);animation:story-line-in .4s ease forwards}@media(min-width: 768px){.story-checkpoint.is-visible .story-checkpoint__stage,.story-checkpoint.is-visible .story-checkpoint__gate{transform:translateX(-12px)}@keyframes story-checkpoint-in{to{opacity:1;transform:translateX(0)}}.story-checkpoint.is-visible .story-checkpoint__stage,.story-checkpoint.is-visible .story-checkpoint__gate{animation-name:story-checkpoint-in}}.story-checkpoint.is-visible .story-checkpoint__connector{opacity:0;animation:story-line-in .3s ease forwards}.story-checkpoint.is-visible>:nth-child(1){animation-delay:0.1s}.story-checkpoint.is-visible>:nth-child(2){animation-delay:0.2s}.story-checkpoint.is-visible>:nth-child(3){animation-delay:0.3s}.story-checkpoint.is-visible>:nth-child(4){animation-delay:0.4s}.story-checkpoint.is-visible>:nth-child(5){animation-delay:0.5s}.story-checkpoint.is-visible>:nth-child(6){animation-delay:0.6s}.story-checkpoint.is-visible>:nth-child(7){animation-delay:0.7s}.story-checkpoint.is-visible>:nth-child(8){animation-delay:0.8s}.story-checkpoint.is-visible>:nth-child(9){animation-delay:0.9s}.story-profile-consolidation{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:3rem auto;max-width:760px}@media(min-width: 768px){.story-profile-consolidation{flex-direction:row;gap:1rem}}.story-profile-consolidation__sources{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;flex:1;width:100%}.story-profile-consolidation__source{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f3f2f7;border:1px solid #e5e3eb;border-radius:8px;font-size:.75rem;color:#4a4558}.story-profile-consolidation__source svg{flex-shrink:0;color:#9e99ae}.story-profile-consolidation__arrow{color:#9e99ae;flex-shrink:0;transform:rotate(90deg)}@media(min-width: 768px){.story-profile-consolidation__arrow{transform:none}}.story-profile-consolidation__profile{flex:0 0 auto;width:100%}@media(min-width: 768px){.story-profile-consolidation__profile{width:260px}}.story-profile-consolidation__profile-label{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#5627ad;margin-bottom:.75rem;text-align:center}.story-profile-consolidation__profile-card{padding:1.25rem;background:#fff;border:2px solid #5627ad;border-radius:12px;box-shadow:0 0 0 4px rgba(86,39,173,.08)}.story-profile-consolidation__avatar{width:36px;height:36px;border-radius:9999px;background:linear-gradient(135deg, #f8f6fc 0%, #eef0ff 100%);border:2px solid #e5e3eb;margin:0 auto 1rem}.story-profile-consolidation__metrics{display:flex;flex-direction:column;gap:.5rem}.story-profile-consolidation__bar{height:20px;background:#0ea5a0;border-radius:4px;display:flex;align-items:center;padding-left:.5rem;min-width:60px}.story-profile-consolidation__bar span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:9px;font-weight:600;color:#fff;white-space:nowrap}.story-profile-consolidation__bar--purple{background:#7b4fd4}.story-profile-consolidation__bar--red{background:#d22b4f}.story-supervisor-card__score{margin-left:auto;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.5rem;font-weight:700;color:#0ea5a0;flex-shrink:0}.story-supervisor-card__score--low{color:#d22b4f}.story-filter-bar{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:2rem 0}.story-filter-bar__label{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:#6e6880;text-transform:uppercase;letter-spacing:.06em;margin-right:.5rem}.story-filter-bar__pill{display:inline-flex;padding:.5rem 1rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:#6e6880;background:#fff;border:1px solid #e5e3eb;border-radius:9999px;cursor:default}.story-filter-bar__pill--active{color:#5627ad;border-color:#5627ad;background:rgba(86,39,173,.06)}.story-px-to-comp{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:3rem auto;max-width:560px}@media(min-width: 768px){.story-px-to-comp{flex-direction:row;justify-content:center;gap:1.5rem}}.story-px-to-comp__curve{text-align:center;padding:1.25rem;background:#f9f8fc;border:1px solid #e5e3eb;border-radius:12px;flex:1;max-width:240px}.story-px-to-comp__curve svg{width:100%;height:auto}.story-px-to-comp__curve small{display:block;margin-top:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:#6e6880}.story-px-to-comp__connector{color:#5627ad;flex-shrink:0;transform:rotate(90deg)}@media(min-width: 768px){.story-px-to-comp__connector{transform:none}}.story-px-to-comp__score{text-align:center}.story-px-to-comp__score small{display:block;margin-top:.5rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:#6e6880}.story-px-to-comp__score-ring{position:relative;width:80px;height:80px;margin:0 auto}.story-px-to-comp__score-ring svg{width:100%;height:100%}.story-px-to-comp__score-ring span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.875rem;font-weight:700;color:#5627ad}.story-outcomes{display:flex;flex-direction:column;gap:.75rem;margin:2rem 0;text-align:left;max-width:440px;margin-left:auto;margin-right:auto}.story-outcome{display:flex;align-items:center;gap:.75rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#302b3d}.story-outcome svg{flex-shrink:0;color:#0ea5a0}.story-questions{display:flex;flex-direction:column;gap:.5rem;margin:1.5rem 0}.story-question{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.125rem;font-weight:500;color:#302b3d;padding-left:1.5rem;position:relative}.story-question::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:9999px;background:#5627ad;opacity:.4}.story-block--wide{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}.story-bg-invoices{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 80%, rgba(86, 39, 173, 0.03) 0%, transparent 60%),radial-gradient(ellipse 50% 60% at 70% 30%, rgba(0, 51, 255, 0.02) 0%, transparent 50%)}.story-invoice-scatter{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:3rem auto;max-width:780px}@media(min-width: 768px){.story-invoice-scatter{flex-direction:row;gap:1rem}}.story-invoice-scatter__before,.story-invoice-scatter__after{flex:1;padding:1.5rem;border-radius:12px;width:100%}.story-invoice-scatter__before{background:#f3f2f7;border:1px solid #e5e3eb}.story-invoice-scatter__after{background:rgba(86,39,173,.04);border:1px solid rgba(86,39,173,.12)}.story-invoice-scatter__label{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6e6880;margin-bottom:1rem}.story-invoice-scatter__items{display:flex;flex-direction:column;gap:.5rem}.story-invoice-scatter__item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#fff;border-radius:8px;border:1px solid #e5e3eb}.story-invoice-scatter__item svg{color:#9e99ae;flex-shrink:0}.story-invoice-scatter__item span{font-size:.75rem;color:#4a4558}.story-invoice-scatter__arrow{color:#9e99ae;flex-shrink:0;transform:rotate(90deg)}@media(min-width: 768px){.story-invoice-scatter__arrow{transform:none}}.story-invoice-scatter__dashboard{display:flex;flex-direction:column;gap:.75rem}.story-invoice-scatter__dash-row{display:flex;align-items:center;gap:.75rem}.story-invoice-scatter__dash-tag{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:10px;font-weight:600;padding:.25rem .5rem;border-radius:4px;flex-shrink:0;width:60px;text-align:center}.story-invoice-scatter__dash-tag--paid{background:rgba(14,165,160,.1);color:#0ea5a0}.story-invoice-scatter__dash-tag--review{background:rgba(86,39,173,.1);color:#5627ad}.story-invoice-scatter__dash-tag--disputed{background:rgba(210,43,79,.1);color:#d22b4f}.story-invoice-scatter__dash-bar{display:block;height:8px;background:#0ea5a0;border-radius:4px}.story-invoice-scatter__dash-bar--purple{background:#7b4fd4}.story-invoice-scatter__dash-bar--red{background:#d22b4f}.story-vendor-link{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:3rem auto;max-width:760px}@media(min-width: 768px){.story-vendor-link{flex-direction:row;gap:1.5rem}}.story-vendor-link__portal,.story-vendor-link__dashboard{flex:1;width:100%;background:#fff;border:1px solid #e5e3eb;border-radius:12px;overflow:hidden;transition:transform 250ms ease,box-shadow 250ms ease}.story-vendor-link__portal:hover,.story-vendor-link__dashboard:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.story-vendor-link__portal-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#f9f8fc;border-bottom:1px solid #e5e3eb}.story-vendor-link__portal-header svg{color:#5627ad;flex-shrink:0}.story-vendor-link__portal-header span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#1e1a28}.story-vendor-link__portal-body{padding:.75rem 1.25rem}.story-vendor-link__row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f3f2f7}.story-vendor-link__row:last-child{border-bottom:0}.story-vendor-link__row small{font-size:.75rem;color:#4a4558}.story-vendor-link__tag{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:9px;font-weight:600;padding:2px .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.story-vendor-link__tag--submitted{background:rgba(86,39,173,.08);color:#5627ad}.story-vendor-link__tag--paid{background:rgba(14,165,160,.08);color:#0ea5a0}.story-vendor-link__tag--review{background:rgba(230,168,23,.1);color:#c49012}.story-vendor-link__connector{color:#5627ad;flex-shrink:0;transform:rotate(90deg)}@media(min-width: 768px){.story-vendor-link__connector{transform:none}}.story-vendor-link__well-line{padding:1rem 1.25rem}.story-vendor-link__well-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e3eb}.story-vendor-link__well-label svg{color:#5627ad}.story-vendor-link__well-label small{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;color:#5627ad}.story-vendor-link__cost-line{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;font-size:.75rem;color:#4a4558}.story-vendor-link__cost-line--linked{background:rgba(86,39,173,.04);margin:0 -0.5rem;padding:.5rem;border-radius:4px;border-left:2px solid #5627ad}.story-vendor-link__amount{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;color:#1e1a28}.story-invoice-lifecycle{display:flex;flex-direction:column;align-items:center;gap:0;margin:3rem auto;max-width:180px}@media(min-width: 768px){.story-invoice-lifecycle{flex-direction:row;max-width:100%;justify-content:center;gap:0}}.story-invoice-lifecycle__stage{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;padding:.5rem}.story-invoice-lifecycle__stage span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:500;color:#4a4558}.story-invoice-lifecycle__stage small{font-size:10px;color:#6e6880;max-width:80px}.story-invoice-lifecycle__stage--gate{padding:.75rem 1rem;background:rgba(86,39,173,.06);border:2px solid #5627ad;border-radius:12px}.story-invoice-lifecycle__stage--gate span{color:#5627ad;font-weight:600}.story-invoice-lifecycle__stage--final span{color:#0ea5a0;font-weight:600}.story-invoice-lifecycle__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f2f7;border-radius:8px;color:#6e6880}.story-invoice-lifecycle__stage--gate .story-invoice-lifecycle__icon{background:rgba(86,39,173,.12);color:#5627ad}.story-invoice-lifecycle__stage--final .story-invoice-lifecycle__icon{background:rgba(14,165,160,.1);color:#0ea5a0}.story-invoice-lifecycle__connector{width:2px;height:20px;background:#c9c6d4}@media(min-width: 768px){.story-invoice-lifecycle__connector{width:24px;height:2px}}.story-invoice-lifecycle__connector--approved{background:#0ea5a0}.story-invoice-lifecycle.is-visible .story-invoice-lifecycle__stage{opacity:0;transform:translateY(12px);animation:story-line-in .4s ease forwards}@media(min-width: 768px){.story-invoice-lifecycle.is-visible .story-invoice-lifecycle__stage{transform:translateX(-12px)}@keyframes story-lifecycle-in{to{opacity:1;transform:translateX(0)}}.story-invoice-lifecycle.is-visible .story-invoice-lifecycle__stage{animation-name:story-lifecycle-in}}.story-invoice-lifecycle.is-visible .story-invoice-lifecycle__connector{opacity:0;animation:story-line-in .3s ease forwards}.story-invoice-lifecycle.is-visible>:nth-child(1){animation-delay:0.08s}.story-invoice-lifecycle.is-visible>:nth-child(2){animation-delay:0.16s}.story-invoice-lifecycle.is-visible>:nth-child(3){animation-delay:0.24s}.story-invoice-lifecycle.is-visible>:nth-child(4){animation-delay:0.32s}.story-invoice-lifecycle.is-visible>:nth-child(5){animation-delay:0.4s}.story-invoice-lifecycle.is-visible>:nth-child(6){animation-delay:0.48s}.story-invoice-lifecycle.is-visible>:nth-child(7){animation-delay:0.56s}.story-invoice-lifecycle.is-visible>:nth-child(8){animation-delay:0.64s}.story-invoice-lifecycle.is-visible>:nth-child(9){animation-delay:0.72s}.story-invoice-lifecycle.is-visible>:nth-child(10){animation-delay:0.8s}.story-invoice-lifecycle.is-visible>:nth-child(11){animation-delay:0.88s}.story-invoice-lifecycle.is-visible>:nth-child(12){animation-delay:0.96s}.story-invoice-lifecycle.is-visible>:nth-child(13){animation-delay:1.04s}.story-cost-dashboard{max-width:640px;margin:3rem auto;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden}.story-cost-dashboard__header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:hsla(0,0%,100%,.04);border-bottom:1px solid hsla(0,0%,100%,.08)}.story-cost-dashboard__header svg{color:#7b4fd4;flex-shrink:0}.story-cost-dashboard__header span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:hsla(0,0%,100%,.7)}.story-cost-dashboard__rows{padding:.5rem 0}.story-cost-dashboard__row{display:grid;grid-template-columns:1.2fr 1fr .8fr .8fr;gap:.75rem;padding:.75rem 1.25rem;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.04);font-size:.75rem;color:hsla(0,0%,100%,.5)}.story-cost-dashboard__row:last-child{border-bottom:0}.story-cost-dashboard__row--header{border-bottom:1px solid hsla(0,0%,100%,.08)}.story-cost-dashboard__row--header span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:hsla(0,0%,100%,.35)}.story-cost-dashboard__status{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:10px;font-weight:600;padding:2px .5rem;border-radius:4px;text-align:center}.story-cost-dashboard__status--paid{background:rgba(14,165,160,.15);color:#0ea5a0}.story-cost-dashboard__status--approved{background:rgba(86,39,173,.15);color:#7b4fd4}.story-cost-dashboard__status--review{background:rgba(230,168,23,.15);color:#e6a817}.story-cost-dashboard__status--disputed{background:rgba(210,43,79,.15);color:#e05472}.story-cost-dashboard__status--processing{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.6)}.story-dispute-flow{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:3rem auto;max-width:780px}@media(min-width: 768px){.story-dispute-flow{flex-direction:row;justify-content:center;gap:.5rem}}.story-dispute-flow__card{flex:1;max-width:180px;padding:1.25rem;background:#fff;border:1px solid #e5e3eb;border-radius:12px;text-align:center;transition:transform 250ms ease,box-shadow 250ms ease}.story-dispute-flow__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.story-dispute-flow__card h4{font-size:.875rem;margin-bottom:.25rem;color:#1e1a28}.story-dispute-flow__card p{font-size:.75rem;color:#6e6880;margin-bottom:0}.story-dispute-flow__card--resolved{border-color:#0ea5a0;box-shadow:0 0 0 3px rgba(14,165,160,.08)}.story-dispute-flow__card--resolved .story-dispute-flow__card-icon{background:rgba(14,165,160,.1);color:#0ea5a0}.story-dispute-flow__card--resolved h4{color:#0ea5a0}.story-dispute-flow__card-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;background:rgba(86,39,173,.08);border-radius:8px;color:#5627ad}.story-dispute-flow__connector{color:#c9c6d4;flex-shrink:0;transform:rotate(90deg)}@media(min-width: 768px){.story-dispute-flow__connector{transform:none}}.story-dispute-flow.is-visible .story-dispute-flow__card{opacity:0;transform:translateY(16px);animation:story-line-in .5s ease forwards}.story-dispute-flow.is-visible .story-dispute-flow__card:nth-child(1){animation-delay:0.12s}.story-dispute-flow.is-visible .story-dispute-flow__card:nth-child(2){animation-delay:0.24s}.story-dispute-flow.is-visible .story-dispute-flow__card:nth-child(3){animation-delay:0.36s}.story-dispute-flow.is-visible .story-dispute-flow__card:nth-child(4){animation-delay:0.48s}.story-dispute-flow.is-visible .story-dispute-flow__connector{opacity:0;animation:story-line-in .3s ease forwards}.story-hero__bg--vendor{background:linear-gradient(160deg, #0d1b3e 0%, #1a0e2e 50%, #0d0a1a 100%)}.story-hero__bg--vendor::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 40% 70%, rgba(0, 51, 255, 0.12) 0%, transparent 60%),radial-gradient(ellipse 50% 40% at 80% 30%, rgba(86, 39, 173, 0.1) 0%, transparent 50%)}.story-vendor-needs{display:grid;grid-template-columns:1fr;gap:.75rem;margin:1.5rem auto 1rem;max-width:440px;text-align:left}@media(min-width: 768px){.story-vendor-needs{grid-template-columns:1fr 1fr}}.story-vendor-need{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f9f8fc;border:1px solid #e5e3eb;border-radius:12px;transition:transform 250ms ease,box-shadow 250ms ease}.story-vendor-need:hover{transform:translateY(-2px);box-shadow:0 1px 3px rgba(0,0,0,.08)}.story-vendor-need svg{flex-shrink:0;color:#5627ad}.story-vendor-need span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#302b3d}.story-vendor-needs.is-visible .story-vendor-need{opacity:0;transform:translateY(12px);animation:story-line-in .4s ease forwards}.story-vendor-needs.is-visible .story-vendor-need:nth-child(1){animation-delay:0.1s}.story-vendor-needs.is-visible .story-vendor-need:nth-child(2){animation-delay:0.2s}.story-vendor-needs.is-visible .story-vendor-need:nth-child(3){animation-delay:0.3s}.story-vendor-needs.is-visible .story-vendor-need:nth-child(4){animation-delay:0.4s}.story-jousta-banner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;margin:2.5rem auto;max-width:480px;background:#fff;border:1px solid #e5e3eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08);text-align:center}.story-jousta-banner__logo-link{display:inline-block;transition:opacity 250ms ease}.story-jousta-banner__logo-link:hover{opacity:.8}.story-jousta-banner__logo{height:40px;width:auto}.story-jousta-banner__tagline{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1.125rem;font-weight:500;color:#302b3d;margin-bottom:0}.story-jousta-flow{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:2.5rem auto 2rem;max-width:720px}@media(min-width: 768px){.story-jousta-flow{flex-direction:row;gap:.75rem;justify-content:center}}.story-jousta-flow__step{flex:1;max-width:220px;text-align:center}.story-jousta-flow__step h4{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:600;color:#110e18;margin-bottom:.5rem}.story-jousta-flow__step p{font-size:.875rem;color:#6e6880;margin-bottom:0;line-height:1.5}.story-jousta-flow__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;background:#f9f8fc;border:1px solid #e5e3eb;border-radius:12px;color:#4a4558}.story-jousta-flow__icon--active{background:rgba(86,39,173,.08);border-color:rgba(86,39,173,.2);color:#5627ad}.story-jousta-flow__connector{color:#c9c6d4;flex-shrink:0;transform:rotate(90deg)}@media(min-width: 768px){.story-jousta-flow__connector{transform:none}}.story-jousta-flow.is-visible .story-jousta-flow__step{opacity:0;transform:translateY(16px);animation:story-line-in .5s ease forwards}.story-jousta-flow.is-visible .story-jousta-flow__step:nth-child(1){animation-delay:.1s}.story-jousta-flow.is-visible .story-jousta-flow__step:nth-child(3){animation-delay:.2s}.story-jousta-flow.is-visible .story-jousta-flow__step:nth-child(5){animation-delay:.3s}.story-jousta-flow.is-visible .story-jousta-flow__connector{opacity:0;animation:story-line-in .3s ease forwards}.story-jousta-flow.is-visible .story-jousta-flow__connector:nth-child(2){animation-delay:.15s}.story-jousta-flow.is-visible .story-jousta-flow__connector:nth-child(4){animation-delay:.25s}.story-vendor-portal{display:flex;flex-direction:column;max-width:680px;margin:2.5rem auto;background:#fff;border:1px solid #e5e3eb;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(min-width: 768px){.story-vendor-portal{flex-direction:row}}.story-vendor-portal__sidebar{padding:1rem;background:#f9f8fc;border-bottom:1px solid #e5e3eb}@media(min-width: 768px){.story-vendor-portal__sidebar{width:180px;flex-shrink:0;border-bottom:0;border-right:1px solid #e5e3eb}}.story-vendor-portal__sidebar-label{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6e6880;margin-bottom:1rem}.story-vendor-portal__nav-item{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#6e6880;padding:.5rem .75rem;border-radius:8px;margin-bottom:.25rem;cursor:default}.story-vendor-portal__nav-item--active{color:#5627ad;background:rgba(86,39,173,.08);font-weight:600}.story-vendor-portal__main{flex:1;padding:1.25rem}.story-vendor-portal__well-header{display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e5e3eb}.story-vendor-portal__well-header span{font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:600;color:#1e1a28}.story-vendor-portal__well-dot{width:10px;height:10px;border-radius:9999px;background:#0ea5a0;flex-shrink:0}.story-vendor-portal__capabilities{display:flex;flex-direction:column;gap:.75rem}.story-vendor-portal__cap{display:flex;align-items:center;gap:.75rem;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.875rem;font-weight:500;color:#302b3d}.story-vendor-portal__cap svg{flex-shrink:0;color:#0ea5a0}.story-vendor-portal.is-visible .story-vendor-portal__cap{opacity:0;transform:translateX(-10px);animation:story-vendor-cap-in .4s ease forwards}.story-vendor-portal.is-visible .story-vendor-portal__cap:nth-child(1){animation-delay:0.3s}.story-vendor-portal.is-visible .story-vendor-portal__cap:nth-child(2){animation-delay:0.4s}.story-vendor-portal.is-visible .story-vendor-portal__cap:nth-child(3){animation-delay:0.5s}.story-vendor-portal.is-visible .story-vendor-portal__cap:nth-child(4){animation-delay:0.6s}.story-vendor-portal.is-visible .story-vendor-portal__cap:nth-child(5){animation-delay:0.7s}@keyframes story-vendor-cap-in{to{opacity:1;transform:translateX(0)}}.story-invoice-stage{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem}.story-invoice-stage--branch{display:flex;flex-direction:row;gap:.5rem;padding:.5rem}@media(max-width: 767px){.story-invoice-stage--branch{flex-direction:column}}.story-invoice-tag{display:inline-block;font-family:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:600;padding:.5rem 1rem;border-radius:9999px;white-space:nowrap}.story-invoice-tag--pending{background:#f3f2f7;color:#4a4558}.story-invoice-tag--review{background:rgba(86,39,173,.08);color:#5627ad}.story-invoice-tag--approved{background:rgba(14,165,160,.1);color:#0ea5a0}.story-invoice-tag--disputed{background:rgba(210,43,79,.1);color:#d22b4f}.story-invoice-tag--processing{background:rgba(230,168,23,.1);color:#c49012}.story-invoice-tag--paid{background:rgba(14,165,160,.15);color:#0ea5a0;font-weight:700}.story-invoice-connector{width:2px;height:16px;background:#c9c6d4}@media(min-width: 768px){.story-invoice-connector{width:20px;height:2px}}.story-section--dark .story-invoice-tag--pending{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.5)}.story-section--dark .story-invoice-tag--review{background:rgba(123,79,212,.2);color:#7b4fd4}.story-section--dark .story-invoice-tag--approved{background:rgba(14,165,160,.15);color:#0ea5a0}.story-section--dark .story-invoice-tag--disputed{background:rgba(210,43,79,.15);color:#e05472}.story-section--dark .story-invoice-tag--processing{background:rgba(230,168,23,.15);color:#e6a817}.story-section--dark .story-invoice-tag--paid{background:rgba(14,165,160,.2);color:#0ea5a0}.story-section--dark .story-invoice-connector{background:hsla(0,0%,100%,.15)}@media(min-width: 768px){.story-section--dark .story-invoice-lifecycle{flex-wrap:wrap}}.story-invoice-lifecycle.is-visible .story-invoice-stage{opacity:0;transform:translateY(12px);animation:story-line-in .4s ease forwards}@media(min-width: 768px){.story-invoice-lifecycle.is-visible .story-invoice-stage{transform:translateX(-12px);animation-name:story-lifecycle-in}}.story-invoice-lifecycle.is-visible .story-invoice-connector{opacity:0;animation:story-line-in .3s ease forwards}.story-invoice-lifecycle.is-visible>:nth-child(1){animation-delay:0.08s}.story-invoice-lifecycle.is-visible>:nth-child(2){animation-delay:0.16s}.story-invoice-lifecycle.is-visible>:nth-child(3){animation-delay:0.24s}.story-invoice-lifecycle.is-visible>:nth-child(4){animation-delay:0.32s}.story-invoice-lifecycle.is-visible>:nth-child(5){animation-delay:0.4s}.story-invoice-lifecycle.is-visible>:nth-child(6){animation-delay:0.48s}.story-invoice-lifecycle.is-visible>:nth-child(7){animation-delay:0.56s}.story-invoice-lifecycle.is-visible>:nth-child(8){animation-delay:0.64s}.story-invoice-lifecycle.is-visible>:nth-child(9){animation-delay:0.72s}.story-invoice-lifecycle.is-visible>:nth-child(10){animation-delay:0.8s}.story-invoice-lifecycle.is-visible>:nth-child(11){animation-delay:0.88s}.story-invoice-lifecycle.is-visible>:nth-child(12){animation-delay:0.96s}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.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}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.check-list{margin-top:1.5rem;list-style:none}.check-list li{position:relative;padding:.25rem 0 .25rem 1.5rem;font-size:.875rem;color:#4a4558}.check-list li::before{content:"✓";position:absolute;left:0;color:#5627ad;font-weight:700}.section-header{max-width:640px;margin-bottom:3rem}.section-header--center{text-align:center;margin-left:auto;margin-right:auto}.section-header .label{margin-bottom:1rem}.section-header h2{margin-bottom:1rem}
