/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.table{display:table}}:root{--navy-950:#031029;--navy-900:#06152f;--navy-800:#0a244a;--blue:#3882f6;--indigo:#4f46e5;--violet:#8b5cf6;--teal:#16c4b5;--white:#f8fafc;--ink:#0d1b33;--muted:#5d6d84;--slate:#a9b8d0;--line:#dbe4ef;--mist:#f3f7fb;--surface:#fff;--gradient:linear-gradient(120deg, var(--blue), var(--indigo) 52%, var(--violet));--shadow:0 24px 70px #06152f1f;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--navy-900);color:var(--ink);font-family:var(--font-inter), Inter, Arial, sans-serif;-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,summary,a{-webkit-tap-highlight-color:transparent}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-poppins), var(--font-inter), sans-serif;letter-spacing:-.035em}p{line-height:1.75}.container{width:min(1180px,100% - 48px);margin-inline:auto}.section-shell{position:relative;overflow:hidden}.section-padding{padding-block:116px}.section-dark{background:var(--navy-900);color:var(--white);position:relative}.section-light{background:var(--surface)}.section-mist{background:var(--mist)}.skip-link{z-index:200;color:var(--ink);background:#fff;border-radius:10px;padding:12px 18px;transition:top .2s;position:fixed;top:-80px;left:18px}.skip-link:focus{top:18px}.eyebrow{color:var(--blue);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:9px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow-pill{color:#a8c9ff;letter-spacing:.1em;background:#3882f617;border:1px solid #93c5fd38;border-radius:999px;width:fit-content;padding:9px 13px}.eyebrow-pill i{background:var(--teal);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #16c4b51f}.section-heading{max-width:640px}.section-heading.align-center{text-align:center;margin-inline:auto}.section-heading h2{color:var(--ink);margin:17px 0 20px;font-size:clamp(34px,4vw,53px);line-height:1.1}.section-heading p{color:var(--muted);margin:0;font-size:17px}.section-dark .section-heading h2{color:var(--white)}.section-dark .section-heading p{color:var(--slate)}.button{cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 21px;font-size:14px;font-weight:750;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #3882f666}.button-small{min-height:41px;padding-inline:17px;font-size:13px}.button-large{min-height:54px;padding-inline:24px}.button-primary{color:#fff;background:var(--gradient);box-shadow:0 12px 30px #4f46e540}.button-primary:hover{box-shadow:0 15px 38px #4f46e559}.button-ghost{color:inherit;background:#ffffff0b;border-color:#a9b8d047}.button-ghost:hover{background:#ffffff14;border-color:#a9b8d099}.button-secondary{color:var(--ink);background:#f1f5f9;border-color:#d8e2ee}.button-light{color:var(--indigo);background:#fff;min-height:54px;padding-inline:25px;box-shadow:0 14px 35px #02061726}.text-link{color:var(--indigo);align-items:center;gap:8px;font-size:14px;font-weight:750;display:inline-flex}.text-link span{transition:transform .2s}.text-link:hover span{transform:translate(4px)}.text-link-light{color:#a8c9ff}.site-header{z-index:100;color:var(--white);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#06152fe0;border-bottom:1px solid #a9b8d01a;position:sticky;top:0}.header-inner{align-items:center;gap:26px;height:72px;display:flex}.brand{flex-shrink:0;align-items:center;gap:11px;display:inline-flex}.brand-mark{background:var(--gradient);border-radius:9px;place-items:center;width:30px;height:30px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff59,0 7px 18px #4f46e538}.brand-mark:before,.brand-mark:after,.brand-mark span{content:"";transform-origin:bottom;background:#fff;border-radius:3px;position:absolute}.brand-mark:before{width:5px;height:18px;transform:translate(-4px)rotate(31deg)}.brand-mark:after{width:5px;height:18px;transform:translate(4px)rotate(-31deg)}.brand-mark span{opacity:.92;width:13px;height:4px;bottom:8px}.brand-word{font-family:var(--font-poppins), sans-serif;letter-spacing:.18em;font-size:18px;font-weight:700}.desktop-nav{color:#d6e1f1;align-items:center;gap:28px;margin-left:auto;font-size:13px;font-weight:600;display:flex}.desktop-nav>a,.nav-menu>summary{transition:color .2s}.desktop-nav>a:hover,.nav-menu>summary:hover{color:#fff}.nav-menu{position:relative}.nav-menu>summary{cursor:pointer;align-items:center;gap:5px;list-style:none;display:flex}.nav-menu>summary::-webkit-details-marker{display:none}.nav-menu>summary span{color:var(--slate);font-size:12px}.nav-popover{color:var(--ink);background:#fffffffa;border:1px solid #e6edf5;border-radius:18px;padding:18px;position:absolute;top:calc(100% + 23px);left:50%;transform:translate(-50%);box-shadow:0 28px 80px #020a1a3d}.nav-popover:before{content:"";height:25px;position:absolute;top:-25px;left:0;right:0}.nav-popover-products{grid-template-columns:220px 1fr;gap:20px;width:690px;display:grid}.popover-intro{color:#fff;background:var(--navy-800);border-radius:13px;padding:18px}.popover-intro strong{font:600 22px/1.25 var(--font-poppins);letter-spacing:-.04em;margin:17px 0 42px;display:block}.popover-intro a{color:#a8c9ff;font-size:12px}.popover-links{grid-template-columns:1fr 1fr;gap:4px;display:grid}.popover-links a{border-radius:10px;align-items:center;gap:11px;padding:12px;display:flex}.popover-links a:hover{background:#f2f6fb}.nav-product-dot{border-radius:3px;flex-shrink:0;width:9px;height:9px}.popover-links strong,.popover-links small{display:block}.popover-links strong{font-size:13px}.popover-links small{color:var(--muted);margin-top:3px;font-size:10px}.nav-popover-simple{gap:3px;width:240px;padding:10px;display:grid}.nav-popover-simple a{border-radius:8px;padding:10px 12px;font-size:13px}.nav-popover-simple a:hover{background:#f2f6fb}.nav-popover-simple .popover-all{color:var(--indigo);background:#eef4fc;margin-top:6px;font-weight:700}.header-cta{margin-left:4px}.mobile-menu{margin-left:auto;display:none;position:relative}.mobile-menu>summary{cursor:pointer;border:1px solid #ffffff24;border-radius:10px;place-content:center;gap:4px;width:42px;height:42px;list-style:none;display:grid}.mobile-menu>summary::-webkit-details-marker{display:none}.mobile-menu>summary span{background:#fff;border-radius:2px;width:18px;height:2px}.mobile-menu nav{width:min(320px,100vw - 32px);color:var(--ink);box-shadow:var(--shadow);background:#fff;border-radius:15px;gap:3px;padding:12px;display:grid;position:absolute;top:calc(100% + 14px);right:0}.mobile-menu nav>a:not(.button){border-radius:8px;padding:12px;font-weight:650}.mobile-menu nav>a:not(.button):hover{background:var(--mist)}.hero{background:var(--navy-900);min-height:790px;color:var(--white);padding:82px 0 88px}.hero-inner{z-index:2;grid-template-columns:.89fr 1.11fr;align-items:center;gap:54px;display:grid;position:relative}.hero-copy h1{max-width:610px;margin:25px 0 24px;font-size:clamp(45px,5.4vw,72px);font-weight:600;line-height:1.05}.hero-copy h1 span{color:#0000;background:linear-gradient(110deg,#8dc2ff,#8278ff 55%,#b08cff);-webkit-background-clip:text;background-clip:text}.hero-copy>p{max-width:600px;color:var(--slate);font-size:17px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:31px;display:flex}.trust-notes{color:#c6d2e3;flex-wrap:wrap;gap:18px;margin-top:29px;font-size:11px;display:flex}.trust-notes span{align-items:center;gap:7px;display:inline-flex}.trust-notes i{width:17px;height:17px;color:var(--teal);border:1px solid #16c4b566;border-radius:50%;place-content:center;font-size:9px;font-style:normal;display:grid}.hero-grid-bg,.status-grid{opacity:.17;background-image:linear-gradient(#80a9e62b 1px,#0000 1px),linear-gradient(90deg,#80a9e62b 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 72% 45%,#000 5%,#0000 70%);mask-image:radial-gradient(at 72% 45%,#000 5%,#0000 70%)}.hero-glow{filter:blur(10px);border-radius:50%;position:absolute}.glow-one{background:radial-gradient(circle,#4f46e538,#0000 68%);width:580px;height:580px;top:-210px;right:-130px}.glow-two{background:radial-gradient(circle,#16c4b51f,#0000 68%);width:430px;height:430px;bottom:-270px;left:19%}.hero-fade{background:linear-gradient(transparent, var(--navy-900));height:170px;position:absolute;bottom:0;left:0;right:0}.hero-visual{perspective:1500px;position:relative}.hero-visual .dashboard-mockup{transform:rotateY(-5deg)rotateX(1.2deg)}.visual-badge{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a244aed;border:1px solid #a8c9ff33;border-radius:13px;align-items:center;gap:10px;padding:11px 14px;display:flex;position:absolute;box-shadow:0 18px 40px #01081859}.visual-badge small,.visual-badge strong{display:block}.visual-badge small{color:var(--slate);font-size:9px}.visual-badge strong{color:#fff;margin-top:2px;font-size:11px}.visual-badge>span,.visual-badge>i{color:#80b6ff;width:32px;height:32px;font-style:normal;font:700 15px var(--font-poppins);background:#3882f629;border-radius:9px;place-content:center;display:grid}.badge-left{bottom:32px;left:-34px}.badge-right{top:31px;right:-24px}.dashboard-mockup{color:#1c2d46;width:100%;min-width:620px;font-family:var(--font-inter);background:#f7fafe;border:1px solid #aec5e673;border-radius:17px;position:relative;overflow:visible;box-shadow:0 38px 100px #0108196e,0 0 0 9px #4f46e509}.dashboard-topbar{background:#fff;border-bottom:1px solid #e8eef6;border-radius:17px 17px 0 0;align-items:center;gap:18px;height:49px;padding:0 15px;display:flex}.dashboard-brand{color:#213956;letter-spacing:.09em;align-items:center;gap:6px;width:125px;font-size:8px;font-weight:800;display:flex}.dashboard-brand span{background:var(--gradient);border-radius:5px;width:17px;height:17px}.dashboard-search{color:#9aa9bb;background:#f8fafc;border:1px solid #e5ebf3;border-radius:7px;width:190px;padding:7px 10px;font-size:8px}.dashboard-avatar{width:25px;height:25px;color:var(--indigo);background:#e6effc;border-radius:50%;place-content:center;margin-left:auto;font-size:7px;font-weight:800;display:grid}.dashboard-body{grid-template-columns:130px 1fr;min-height:393px;display:grid}.dashboard-side{background:#fbfdff;border-right:1px solid #e7edf5;border-radius:0 0 0 17px;padding:18px 10px}.dashboard-side div{color:#7d8da3;border-radius:6px;align-items:center;gap:8px;margin-bottom:4px;padding:9px 10px;font-size:7px;display:flex}.dashboard-side div span{border:1px solid;border-radius:2px;width:8px;height:8px}.dashboard-side div.active{color:#306ed7;background:#eaf2ff;font-weight:700}.dashboard-main{padding:22px}.dashboard-heading{justify-content:space-between;align-items:end;display:flex}.dashboard-heading small,.dashboard-heading strong{display:block}.dashboard-heading small{color:#9aacbf;letter-spacing:.08em;font-size:7px}.dashboard-heading strong{font:600 14px var(--font-poppins);margin-top:4px}.dashboard-heading button{color:#fff;background:var(--indigo);border:0;border-radius:6px;padding:7px 10px;font-size:7px}.metric-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:17px;display:grid}.metric-grid>div{background:#fff;border:1px solid #e8eef5;border-radius:9px;padding:12px}.metric-grid span,.metric-grid strong,.metric-grid small{display:block}.metric-grid span{color:#78899f;font-size:7px}.metric-grid strong{font:600 18px var(--font-poppins);color:#1d304d;margin:7px 0 5px}.metric-grid small{color:#9aacbd;font-size:6px}.metric-grid small.positive{color:#0ba895}.dashboard-panels{grid-template-columns:1.5fr 1fr;gap:10px;margin-top:11px;display:grid}.chart-card,.activity-card{background:#fff;border:1px solid #e8eef5;border-radius:9px;min-width:0;padding:12px}.panel-title{justify-content:space-between;align-items:center;display:flex}.panel-title strong{font-size:7px}.panel-title span{color:#9aa9bb;font-size:6px}.panel-title .live-dot{color:#0d9b88}.bar-chart{background-image:linear-gradient(#edf2f7 1px,#0000 1px);background-size:100% 28px;border-bottom:1px solid #eaf0f7;align-items:end;gap:8px;height:102px;padding:16px 7px 0;display:flex}.bar-chart i{opacity:.85;background:linear-gradient(#659bf7,#6154e6);border-radius:3px 3px 0 0;flex:1}.chart-labels{color:#a0adbd;justify-content:space-around;margin-top:7px;font-size:5px;display:flex}.activity-row{border-bottom:1px solid #edf2f7;align-items:center;gap:7px;padding:11px 0;display:flex}.activity-row:last-child{border-bottom:0}.activity-row>span{color:#497cd4;background:#e9f1ff;border-radius:5px;place-content:center;width:18px;height:18px;font-size:6px;display:grid}.activity-row strong,.activity-row small{white-space:nowrap;display:block}.activity-row strong{text-overflow:ellipsis;max-width:104px;font-size:6px;overflow:hidden}.activity-row small{color:#9eacbc;margin-top:3px;font-size:5px}.floating-status{color:#223550;background:#fff;border:1px solid #e2e9f2;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;display:flex;position:absolute;bottom:28px;right:-18px;box-shadow:0 15px 35px #06152f30}.floating-status>span{color:#fff;background:var(--teal);border-radius:50%;place-content:center;width:23px;height:23px;font-size:10px;display:grid}.floating-status small,.floating-status strong{display:block}.floating-status small{color:#8595aa;font-size:6px}.floating-status strong{margin-top:2px;font-size:7px}.promise-strip{background:var(--navy-900);color:#fff;padding-bottom:48px;position:relative}.promise-inner{border-top:1px solid #a9b8d01f;justify-content:space-between;align-items:center;gap:30px;padding-top:29px;display:flex}.promise-inner>span{color:var(--slate);font-size:11px}.promise-inner>div{color:#61738e;letter-spacing:.13em;flex-wrap:wrap;justify-content:flex-end;gap:27px;font-size:9px;display:flex}.value-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:60px;display:grid}.value-grid article{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#fff,#f8fbff);min-height:300px;padding:35px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.value-grid article:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.value-icon{width:47px;height:47px;color:var(--blue);background:#eaf3ff;border-radius:13px;place-content:center;font-size:24px;display:grid}.value-grid h3{margin:27px 0 12px;font-size:22px}.value-grid p{color:var(--muted);font-size:14px}.value-line{align-items:center;display:flex;position:absolute;bottom:28px;left:35px;right:35px}.value-line i{background:linear-gradient(90deg,#dae8fb,#6aa0f7);border-radius:5px;flex:1;height:6px;margin-right:5px}.value-line i:nth-child(2){background:linear-gradient(90deg,#c8d7fa,#786ff0);flex:.7}.value-line i:nth-child(3){background:linear-gradient(90deg,#dcd6fb,#a78bfa);flex:.45}.mini-chart{align-items:end;gap:7px;height:48px;display:flex;position:absolute;bottom:27px;left:35px}.mini-chart i{background:#d9e9ff;border-radius:4px 4px 0 0;width:14px}.mini-chart i:first-child{height:18px}.mini-chart i:nth-child(2){height:26px}.mini-chart i:nth-child(3){height:23px}.mini-chart i:nth-child(4){background:#7d75ef;height:38px}.mini-chart i:nth-child(5){background:#4c8df6;height:46px}.mini-decision{background:#f2f7ff;border-radius:10px;align-items:center;gap:9px;padding:11px;display:flex;position:absolute;bottom:28px;left:35px;right:35px}.mini-decision i{color:#dd7c32;background:#fff1df;border-radius:6px;place-content:center;width:22px;height:22px;font-size:10px;font-style:normal;font-weight:800;display:grid}.mini-decision>span{background:#cbd9ec;border-radius:4px;width:42px;height:4px}.mini-decision strong{color:#347864;margin-left:auto;font-size:9px}.products-section{padding-top:24px}.section-title-row{justify-content:space-between;align-items:end;gap:30px;margin-bottom:48px;display:flex}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{--product-accent:var(--blue);border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;min-height:315px;padding:28px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;box-shadow:0 1px #02061705}.product-card:hover{border-color:var(--product-accent);transform:translateY(-5px)}@supports (color:color-mix(in lab, red, red)){.product-card:hover{border-color:color-mix(in srgb, var(--product-accent), white 55%)}}.product-card:hover{box-shadow:var(--shadow)}.product-card-top{justify-content:space-between;align-items:center;display:flex}.product-monogram{color:#fff;background:var(--product-accent);width:43px;height:43px;font:700 19px var(--font-poppins);box-shadow:0 9px 20px var(--product-accent);border-radius:12px;place-content:center;display:grid}@supports (color:color-mix(in lab, red, red)){.product-monogram{box-shadow:0 9px 20px color-mix(in srgb, var(--product-accent), transparent 70%)}}.product-status{color:#95a4b8;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.product-category{color:var(--product-accent);letter-spacing:.09em;text-transform:uppercase;margin-top:26px;font-size:10px;font-weight:750}.product-card h3{margin:9px 0;font-size:23px}.product-card p{color:var(--muted);margin-bottom:22px;font-size:13px}.product-card>a{color:var(--ink);margin-top:auto;font-size:12px;font-weight:750}.product-card>a span{color:var(--product-accent);margin-left:5px}.process-section{overflow:hidden}.process-wave{border:1px solid #3882f61f;border-radius:50%;width:800px;height:800px;position:absolute;top:-190px;left:-370px;box-shadow:0 0 0 90px #3882f606,0 0 0 180px #8b5cf606}.process-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:90px;display:grid;position:relative}.process-copy{position:sticky;top:120px}.process-copy .text-link{margin-top:33px}.process-list{margin:0;padding:0;list-style:none}.process-list li{border-bottom:1px solid #a9b8d021;grid-template-columns:53px 1fr 26px;gap:17px;padding:25px 0;display:grid}.process-list li>span{color:#7e91ae;border:1px solid #a9b8d033;border-radius:50%;place-content:center;width:42px;height:42px;font-size:11px;display:grid}.process-list li.active>span{color:#fff;background:var(--gradient);border:0}.process-list h3{color:#fff;margin:0 0 8px;font-size:21px}.process-list p{color:var(--slate);margin:0;font-size:13px}.process-list li>i{color:#6e82a1;font-style:normal}.process-list li:last-child>i{color:var(--teal)}.industry-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:58px;display:grid}.industry-card{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:340px;padding:28px;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden}.industry-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.industry-number{color:#c3cedc;font:600 11px var(--font-poppins);position:absolute;top:20px;right:22px}.industry-art{align-items:end;gap:7px;height:96px;margin-bottom:25px;display:flex;position:relative}.industry-art i{background:linear-gradient(145deg,#e3efff,#879ef5);border-radius:5px;display:block}.industry-art i:first-child{width:36px;height:46px}.industry-art i:nth-child(2){width:36px;height:71px}.industry-art i:nth-child(3){width:36px;height:94px}.art-2 i{background:linear-gradient(145deg,#e9e4ff,#8b7bf6);border-radius:50% 50% 5px 5px}.art-3 i{background:linear-gradient(90deg,#d2f6f2,#21bead);width:60px!important;height:12px!important}.art-4 i{background:0 0;border:8px solid #7d74f1;width:47px!important;height:47px!important}.art-5 i{background:linear-gradient(145deg,#e3efff,#547ee8);transform:skewY(-16deg)}.art-6 i{background:radial-gradient(circle at 30% 30%,#d2f6f2,#18bca9);border-radius:50%;width:65px!important}.industry-card h3{margin:0 0 10px;font-size:21px}.industry-card p{color:var(--muted);font-size:13px}.industry-card strong{color:var(--indigo);font-size:11px;position:absolute;bottom:26px;left:28px}.industry-card strong span{margin-left:5px}.reasons-layout{grid-template-columns:.75fr 1.25fr;gap:75px;display:grid}.reasons-intro{position:relative}.reasons-orbit{border:1px solid #d5e1ee;border-radius:50%;place-content:center;width:220px;height:220px;margin:55px auto 0;display:grid;position:relative}.reasons-orbit:before{content:"";border:1px dashed #cad8e8;border-radius:50%;position:absolute;inset:28px}.reasons-orbit>span{color:#fff;background:var(--gradient);width:71px;height:71px;font:700 31px var(--font-poppins);border-radius:22px;place-content:center;display:grid;box-shadow:0 20px 45px #4f46e540}.reasons-orbit i{background:var(--teal);border:3px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;box-shadow:0 3px 8px #06152f33}.reasons-orbit i:first-of-type{top:72px;left:11px}.reasons-orbit i:nth-of-type(2){background:var(--violet);bottom:25px;right:32px}.reasons-orbit i:nth-of-type(3){background:var(--blue);top:38px;right:21px}.reasons-grid{grid-template-columns:1fr 1fr;display:grid}.reasons-grid article{border-bottom:1px solid #d7e1ed;border-left:1px solid #d7e1ed;min-height:196px;padding:27px 29px}.reasons-grid article:nth-last-child(-n+2){border-bottom:0}.reasons-grid article>span{color:#9cadc0;letter-spacing:.1em;font-size:9px}.reasons-grid h3{margin:17px 0 9px;font-size:18px}.reasons-grid p{color:var(--muted);margin:0;font-size:12px}.faq-layout{grid-template-columns:.72fr 1.28fr;gap:90px;display:grid}.faq-intro{align-self:start;position:sticky;top:120px}.faq-intro .text-link{margin-top:28px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font:600 17px var(--font-poppins);letter-spacing:-.02em;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:29px;height:29px;color:var(--indigo);background:#eef4fb;border-radius:50%;place-content:center;transition:transform .2s;display:grid}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--muted);margin:0;padding:0 60px 23px 0;font-size:14px}.cta-card{color:#fff;background:var(--gradient);border-radius:24px;justify-content:space-between;align-items:center;gap:45px;min-height:272px;padding:56px 65px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0310294d}.cta-card>div:not(.cta-orbit){z-index:2;max-width:720px;position:relative}.cta-card .eyebrow{color:#dfe6ff}.cta-card h2{margin:13px 0 10px;font-size:clamp(31px,4vw,48px);line-height:1.1}.cta-card p{color:#e2e7ff;margin:0;font-size:15px}.cta-card .button{z-index:2;flex-shrink:0;position:relative}.cta-orbit{border:1px solid #ffffff21;border-radius:50%;width:650px;height:650px;top:-260px;right:-210px;position:absolute!important}.cta-orbit:before,.cta-orbit:after{content:"";border:1px solid #ffffff1c;border-radius:50%;position:absolute}.cta-orbit:before{inset:75px}.cta-orbit:after{inset:150px}.cta-orbit span{background:var(--teal);border-radius:50%;width:12px;height:12px;position:absolute;bottom:180px;left:50px}.breadcrumbs{z-index:3;color:#7f93b2;flex-wrap:wrap;gap:8px;padding-top:28px;font-size:10px;display:flex;position:relative}.breadcrumbs>span{gap:8px;display:inline-flex}.breadcrumbs i{color:#4f6380;font-style:normal}.breadcrumbs a:hover{color:#c5d6ef}.breadcrumbs [aria-current=page]{color:#9fb1cc}.inner-hero,.product-hero,.simple-hero,.sector-hero,.contact-hero{overflow:hidden}.inner-hero:before,.simple-hero:before,.sector-hero:before,.contact-hero:before,.product-hero:before{content:"";background-image:linear-gradient(#80a9e617 1px,#0000 1px),linear-gradient(90deg,#80a9e617 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000,#0000);mask-image:linear-gradient(90deg,#0000,#000,#0000)}.inner-hero-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;min-height:650px;padding-block:72px 105px;display:grid;position:relative}.inner-hero-grid h1,.simple-hero h1,.sector-hero h1,.contact-hero h1{margin:23px 0;font-size:clamp(43px,5.5vw,68px);line-height:1.06}.inner-hero-grid h1 span,.simple-hero h1 span,.sector-hero h1 span,.contact-hero h1 span{color:#0000;background:linear-gradient(100deg,#8fc3ff,#9d87ff);-webkit-background-clip:text;background-clip:text}.inner-hero-grid p,.simple-hero p,.sector-hero p,.contact-hero p{color:var(--slate);font-size:17px}.inner-hero-grid .button,.simple-hero .button,.sector-hero .button{margin-top:16px}.inner-hero-grid .dashboard-mockup{transform-origin:50%;min-width:580px;transform:scale(.9)}.product-grid-page{margin-top:60px}.product-card.featured{color:#fff;background:var(--navy-800);border-color:var(--navy-800)}.product-card.featured h3{color:#fff}.product-card.featured p{color:var(--slate)}.product-card.featured>a{color:#fff}.integration-band{padding:100px 0}.integration-layout{grid-template-columns:1fr 1fr;align-items:center;gap:90px;display:grid}.integration-layout h2{margin:15px 0;font-size:43px;line-height:1.12}.integration-layout p{color:var(--muted)}.module-map{background:radial-gradient(circle,#fff 0 17%,#0000 18%);border:1px solid #d6e1ef;border-radius:50%;width:440px;height:340px;margin:auto;position:relative}.module-map:before{content:"";border:1px dashed #cad7e7;border-radius:50%;position:absolute;inset:55px}.map-core{z-index:2;color:#fff;background:var(--gradient);width:87px;height:87px;font:700 17px var(--font-poppins);border-radius:25px;place-content:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 40px #4f46e540}.map-node{z-index:2;background:#fff;border:1px solid #dfe7f1;border-radius:9px;align-items:center;gap:6px;padding:8px 11px;font-size:9px;font-weight:700;display:flex;position:absolute;box-shadow:0 10px 22px #06152f14}.map-node i{border-radius:2px;width:7px;height:7px}.node-1{top:78px;left:12px}.node-2{top:67px;right:5px}.node-3{bottom:74px;left:-2px}.node-4{bottom:65px;right:4px}.node-5{bottom:-13px;left:50%;transform:translate(-50%)}.product-hero-grid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:70px;min-height:680px;padding:70px 0 110px;display:grid;position:relative}.product-kicker{color:#a8c9ff;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;font-size:11px;font-weight:750;display:inline-flex}.product-kicker i{background:var(--page-accent);border-radius:3px;width:10px;height:10px}.product-hero-copy h1{color:#fff;margin:18px 0 7px;font-size:clamp(50px,6vw,75px)}.product-hero-copy h2{color:#b9c8db;letter-spacing:-.03em;margin:0 0 20px;font-size:24px;line-height:1.35}.product-hero-copy p{color:var(--slate);font-size:16px}.product-dashboard-wrap{position:relative}.product-dashboard-wrap .dashboard-mockup{min-width:610px;transform:scale(.93)}.product-stamp{z-index:4;color:var(--ink);background:#fff;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:9px;font-weight:750;display:flex;position:absolute;top:-18px;left:-10px;box-shadow:0 12px 35px #00000040}.product-stamp span{color:#fff;background:var(--page-accent);width:26px;height:26px;font:700 12px var(--font-poppins);border-radius:7px;place-content:center;display:grid}.outcome-strip{background:var(--navy-800);color:#fff;border-top:1px solid #a9b8d01f}.outcome-strip .container{grid-template-columns:repeat(3,1fr);display:grid}.outcome-strip .container>div{border-right:1px solid #a9b8d01f;align-items:center;gap:13px;padding:27px 35px;display:flex}.outcome-strip .container>div:last-child{border-right:0}.outcome-strip span{width:26px;height:26px;color:var(--teal);border:1px solid #16c4b54d;border-radius:50%;place-content:center;font-size:10px;display:grid}.outcome-strip strong{font-size:12px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:60px;display:grid}.feature-grid article{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:260px;padding:28px;position:relative}.feature-grid article>span{color:#b1bece;font-size:9px;position:absolute;top:19px;right:22px}.feature-symbol{background:var(--page-accent);justify-content:center;align-items:center;gap:3px;width:55px;height:55px;display:flex}@supports (color:color-mix(in lab, red, red)){.feature-symbol{background:color-mix(in srgb,var(--page-accent),white 89%)}}.feature-symbol{border-radius:14px}.feature-symbol i{background:var(--page-accent);border-radius:4px;width:5px}.feature-symbol i:first-child{height:17px}.feature-symbol i:nth-child(2){height:28px}.feature-symbol i:nth-child(3){height:22px}.feature-grid h3{margin:24px 0 10px;font-size:18px}.feature-grid p{color:var(--muted);margin:0;font-size:12px}.legal-integration-note{background:#f6faff;border:1px solid #d9e7f5;border-radius:13px;align-items:flex-start;gap:14px;margin-top:25px;padding:20px 23px;display:flex}.legal-integration-note span{width:25px;height:25px;color:var(--indigo);background:#e3edff;border-radius:50%;flex-shrink:0;place-content:center;font-weight:800;display:grid}.legal-integration-note p{color:var(--muted);margin:0;font-size:12px}.split-content{grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px;display:grid}.split-content h2{margin:15px 0;font-size:43px}.split-content p{color:var(--muted)}.check-list{grid-template-columns:1fr 1fr;gap:12px;margin:28px 0 0;padding:0;list-style:none;display:grid}.check-list li{font-size:12px;font-weight:650}.check-list li:before{content:"✓";color:var(--teal);margin-right:9px}.workflow-visual{border:1px solid var(--line);background:#fff;border-radius:20px;justify-content:center;align-items:center;gap:15px;padding:40px;display:flex}.workflow-visual>div{border:1px solid #dfe7f1;border-radius:14px;flex-direction:column;justify-content:center;width:122px;height:150px;padding:20px 15px;display:flex}.workflow-visual>div span{color:var(--page-accent);font-size:10px;font-weight:800}.workflow-visual strong{margin:12px 0 5px}.workflow-visual small{color:var(--muted);font-size:9px}.workflow-visual>i{color:#a0afc2;font-style:normal}.compact-product-grid{grid-template-columns:repeat(3,1fr);gap:17px;display:grid}.compact-product-grid>a{border:1px solid var(--line);border-radius:17px;gap:15px;padding:25px;display:flex;position:relative}.compact-product-grid>a>span{color:#fff;border-radius:11px;flex-shrink:0;place-content:center;width:41px;height:41px;font-weight:800;display:grid}.compact-product-grid small,.compact-product-grid strong{display:block}.compact-product-grid small{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:8px}.compact-product-grid strong{margin:4px 0;font-size:15px}.compact-product-grid p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.compact-product-grid>a>i{color:var(--indigo);font-style:normal;position:absolute;bottom:15px;right:17px}.simple-hero-inner{max-width:900px;padding:80px 0 118px;position:relative}.simple-hero h1{max-width:900px}.simple-hero p{max-width:750px}.simple-hero.legal-hero .simple-hero-inner{padding-bottom:88px}.simple-hero.legal-hero h1{font-size:clamp(42px,5vw,62px)}.sector-page-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.sector-page-card{border:1px solid var(--line);background:#fff;border-radius:20px;min-height:410px;padding:35px;transition:transform .22s,box-shadow .22s;position:relative}.sector-page-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.sector-page-card>.industry-art{float:right;width:150px}.sector-page-card>span{color:#aab7c7;font-size:10px}.sector-page-card h2{margin:25px 0 12px;font-size:30px}.sector-page-card p{max-width:380px;color:var(--muted)}.sector-page-card ul{clear:both;flex-wrap:wrap;gap:7px;margin:22px 0;padding:0;list-style:none;display:flex}.sector-page-card li{color:#52647b;background:#f1f5f9;border-radius:7px;padding:6px 9px;font-size:9px}.sector-page-card>strong{color:var(--indigo);font-size:11px;position:absolute;bottom:29px;left:35px}.sector-page-card>strong i{margin-left:7px;font-style:normal}.sector-hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:90px;min-height:650px;padding:70px 0 110px;display:grid;position:relative}.sector-radar{border:1px solid #8fc3ff2e;border-radius:50%;place-content:center;width:410px;height:410px;margin:auto;display:grid;position:relative}.sector-radar:before,.sector-radar:after{content:"";border:1px dashed #a9b8d026;border-radius:50%;position:absolute}.sector-radar:before{inset:62px}.sector-radar:after{inset:125px}.sector-radar>span{text-align:center;background:var(--gradient);width:130px;height:130px;font:600 17px var(--font-poppins);border-radius:42px;place-content:center;display:grid;box-shadow:0 20px 50px #4f46e54d}.radar-item{background:#0a244ae0;border:1px solid #a9b8d033;border-radius:11px;align-items:center;gap:8px;width:155px;padding:12px;display:flex;position:absolute;box-shadow:0 15px 30px #0003}.radar-item i{color:#96c3ff;background:#3882f626;border-radius:7px;flex-shrink:0;place-content:center;width:25px;height:25px;font-size:9px;font-style:normal;display:grid}.radar-item small{color:#d0dceb;font-size:9px}.radar-1{top:75px;left:-30px}.radar-2{top:105px;right:-45px}.radar-3{bottom:-17px;left:110px}.split-heading{grid-template-columns:1fr 1fr;align-items:end;gap:90px;display:grid}.split-heading>p{color:var(--muted);margin:0}.challenge-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px;display:grid}.challenge-grid article{border:1px solid var(--line);border-radius:17px;padding:29px}.challenge-grid span{color:var(--blue);font-size:10px;font-weight:800}.challenge-grid h3{margin:18px 0 11px;font-size:20px}.challenge-grid p{color:var(--muted);margin:0;font-size:12px}.related-modules{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px;display:grid}.related-modules a{border:1px solid var(--line);background:#fff;border-radius:18px;padding:29px}.related-modules a>span{color:#fff;border-radius:12px;place-content:center;width:45px;height:45px;font-weight:800;display:grid}.related-modules small{color:var(--muted);text-transform:uppercase;margin-top:24px;font-size:9px;display:block}.related-modules h3{margin:7px 0 9px}.related-modules p{color:var(--muted);font-size:12px}.related-modules strong{color:var(--indigo);font-size:11px}.about-manifesto{padding:70px 0}.about-manifesto .container{grid-template-columns:.3fr 1.7fr;align-items:start;gap:70px;display:grid}.about-manifesto span{color:#b5c3d3;font:700 12px var(--font-poppins);letter-spacing:.2em}.about-manifesto blockquote{max-width:900px;color:var(--ink);font:500 clamp(28px,4vw,46px)/1.35 var(--font-poppins);letter-spacing:-.045em;margin:0}.why-summary{border-bottom:1px solid var(--line);padding:70px 0}.why-summary .container{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.why-summary article{background:#fff;padding:32px}.why-summary article>span{color:#a4b2c3;font-size:9px}.why-summary h2{margin:16px 0 10px;font-size:20px}.why-summary p{color:var(--muted);margin:0;font-size:12px}.rich-content-layout{grid-template-columns:260px 1fr;align-items:start;gap:95px;display:grid}.rich-content-layout>aside{gap:7px;display:grid;position:sticky;top:110px}.rich-content-layout aside .eyebrow{margin-bottom:12px}.rich-content-layout aside a{color:#6a7a8e;border-left:2px solid #dbe4ef;padding:10px 12px;font-size:11px}.rich-content-layout aside a:hover{color:var(--indigo);border-color:var(--indigo)}.rich-content-layout aside small{color:#9aa9bb;margin-top:25px;font-size:10px}.rich-sections{max-width:760px}.rich-sections>section{border-bottom:1px solid var(--line);margin-bottom:55px;padding:0 0 70px;scroll-margin-top:110px;position:relative}.rich-sections>section:last-child{border-bottom:0;margin-bottom:0}.rich-sections>section>span{color:#acb9c8;font-size:9px;position:absolute;top:7px;left:-58px}.rich-sections h2{margin:0 0 22px;font-size:34px}.rich-sections p{color:var(--muted);font-size:15px}.rich-sections ul{grid-template-columns:1fr 1fr;gap:10px;padding:0;list-style:none;display:grid}.rich-sections li{color:#46596f;background:#f2f6fa;border-radius:9px;padding:11px 13px;font-size:12px}.rich-sections li i{color:var(--teal);margin-right:8px;font-style:normal}.horizontal-process{grid-template-columns:repeat(4,1fr);margin:60px 0 0;padding:0;list-style:none;display:grid}.horizontal-process li{border-top:1px solid #a9b8d02e;border-right:1px solid #a9b8d02e;padding:30px;position:relative}.horizontal-process li:last-child{border-right:0}.horizontal-process span{color:#fff;background:var(--indigo);border-radius:50%;place-content:center;width:30px;height:30px;font-size:9px;display:grid;position:absolute;top:-15px}.horizontal-process h3{margin:20px 0 10px}.horizontal-process p{color:var(--slate);font-size:11px}.security-principles .container{grid-template-columns:.6fr 1.4fr;align-items:center;gap:100px;display:grid}.security-principles h2{margin:14px 0;font-size:42px}.security-principles p{color:var(--muted)}.security-lock{border:1px solid #d7e2ef;border-radius:50%;place-content:center;width:260px;height:260px;margin:auto;display:grid;position:relative}.security-lock span{color:#fff;background:var(--gradient);border-radius:25px;place-content:center;width:85px;height:85px;font-size:30px;display:grid}.security-lock i{background:var(--teal);border:3px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute}.security-lock i:first-of-type{top:85px;left:21px}.security-lock i:nth-of-type(2){background:var(--violet);bottom:54px;right:30px}.contact-hero{padding-bottom:110px}.contact-layout{grid-template-columns:.8fr 1.2fr;align-items:start;gap:85px;padding-top:65px;display:grid;position:relative}.contact-copy{padding-top:25px}.contact-copy h1{font-size:clamp(43px,5vw,62px)}.contact-copy>p{max-width:570px}.contact-points{gap:18px;margin-top:40px;display:grid}.contact-points>div{align-items:flex-start;gap:15px;display:flex}.contact-points>div>span{color:#8fc2ff;border:1px solid #8fc2ff38;border-radius:9px;flex-shrink:0;place-content:center;width:31px;height:31px;font-size:9px;display:grid}.contact-points p{margin:0}.contact-points strong,.contact-points small{display:block}.contact-points strong{color:#fff;font-size:13px}.contact-points small{color:var(--slate);margin-top:4px;font-size:10px}.direct-contact{margin-top:43px}.direct-contact small,.direct-contact a{display:block}.direct-contact small{color:#7287a6;text-transform:uppercase;letter-spacing:.1em;font-size:9px}.direct-contact a{color:#a8c9ff;margin-top:7px;font-weight:700}.form-card{color:var(--ink);background:#fff;border-radius:23px;padding:39px;position:relative;box-shadow:0 35px 90px #0000004d}.form-card-heading>span{color:var(--indigo);text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:800}.form-card-heading h2{margin:10px 0 7px;font-size:28px}.form-card-heading p{color:var(--muted);font-size:11px}.contact-form{margin-top:25px}.form-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.form-field{gap:7px;display:grid}.form-field.wide{grid-column:1/-1}.form-field>span{font-size:10px;font-weight:700}.form-field em,.form-check em{color:#e65555;font-style:normal}.form-field input,.form-field select,.form-field textarea{width:100%;color:var(--ink);background:#fbfdff;border:1px solid #d9e3ef;border-radius:9px;outline:0;padding:12px 13px;font-size:12px;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#6d83ef;box-shadow:0 0 0 3px #4f46e51a}.form-field textarea{resize:vertical}.field-error{color:#c53f4b;font-size:9px}.form-field input[aria-invalid=true],.form-field textarea[aria-invalid=true],.form-field select[aria-invalid=true]{border-color:#dc6872}.honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.form-check{color:#596b81;align-items:flex-start;gap:10px;margin-top:17px;font-size:9px;line-height:1.55;display:flex}.form-check input{accent-color:var(--indigo);margin-top:2px}.form-check a{color:var(--indigo);text-decoration:underline}.form-submit-row{align-items:center;gap:18px;margin-top:24px;display:flex}.form-submit-row small{color:#8c9aac;font-size:8px;line-height:1.4}.form-submit-row button:disabled{opacity:.6;cursor:wait}.form-message{border-radius:9px;margin:17px 0 0;padding:12px;font-size:10px}.form-message.success{color:#187767;background:#e8f8f5}.form-message.error{color:#9f3742;background:#fff0f1}.form-message a{text-decoration:underline}.status-page{place-content:center;min-height:100vh;padding:30px;display:grid;overflow:hidden}.status-card{z-index:2;text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a244acc;border:1px solid #a9b8d02e;border-radius:24px;width:min(620px,100%);padding:58px;position:relative;box-shadow:0 30px 90px #00000059}.status-card>.brand{margin-bottom:35px}.status-card>span{color:#85baff;font:700 48px var(--font-poppins);display:block}.status-card h1{margin:15px 0;font-size:38px}.status-card p{color:var(--slate)}.status-card>div{justify-content:center;gap:10px;margin-top:28px;display:flex}.site-footer{color:#fff;background:#030d21;padding-top:76px}.footer-top{grid-template-columns:1.25fr repeat(3,1fr);gap:55px;padding-bottom:62px;display:grid}.footer-brand p{color:#8193ae;margin:22px 0;font-size:12px}.footer-brand>a{color:#a8c9ff;font-size:12px}.footer-group{flex-direction:column;gap:12px;display:flex}.footer-group>strong{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px;font-size:11px}.footer-group>a{color:#8495af;font-size:11px;transition:color .2s}.footer-group>a:hover{color:#fff}.footer-bottom{color:#657895;border-top:1px solid #a9b8d01f;justify-content:space-between;gap:25px;padding:22px 0;font-size:9px;display:flex}.footer-cookie-link{color:#7d91af;cursor:pointer;background:0 0;border:0;padding:0;font-size:9px}.footer-cookie-link:hover{color:#fff}.cookie-layer{z-index:150;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#030a1847;justify-content:center;align-items:flex-end;padding:22px;display:flex;position:fixed;inset:0}.cookie-card{background:#fff;border:1px solid #e1e8f1;border-radius:18px;width:min(940px,100%);padding:25px;box-shadow:0 25px 80px #020a194d}.cookie-copy{gap:17px;display:flex}.cookie-icon{color:#fff;background:var(--gradient);border-radius:12px;flex-shrink:0;place-content:center;width:40px;height:40px;font-size:20px;display:grid}.cookie-copy h2{margin:0 0 5px;font-size:18px}.cookie-copy p{color:var(--muted);margin:0;font-size:10px}.cookie-copy a{color:var(--indigo);text-decoration:underline}.cookie-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.cookie-actions .button{min-height:41px;font-size:11px}.cookie-settings{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px;display:grid}.cookie-settings>div,.cookie-settings>label{background:#f3f6fa;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;padding:12px;display:flex}.cookie-settings strong,.cookie-settings small{display:block}.cookie-settings strong{font-size:10px}.cookie-settings small{color:var(--muted);margin-top:2px;font-size:7px}.cookie-settings input{accent-color:var(--indigo)}.always-on{color:#388675;font-size:7px;font-weight:700}@media (width<=1100px){.desktop-nav{gap:17px}.header-cta{margin-left:auto}.hero-inner,.inner-hero-grid,.product-hero-grid{grid-template-columns:1fr}.hero{padding-top:70px}.hero-copy{max-width:780px}.hero-visual{max-width:760px;margin:20px auto 0}.dashboard-mockup{min-width:650px}.inner-hero-grid{padding-bottom:80px}.inner-hero-grid .dashboard-mockup,.product-dashboard-wrap .dashboard-mockup{max-width:700px;margin:auto}.product-hero-copy{max-width:760px}.process-layout,.reasons-layout,.faq-layout,.integration-layout,.sector-hero-grid,.contact-layout{gap:55px}.footer-top{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-row:span 2}.cta-card{padding:48px}.cookie-settings{grid-template-columns:1fr 1fr}}@media (width<=860px){.container{width:min(100% - 36px,720px)}.section-padding{padding-block:86px}.desktop-nav,.header-cta{display:none}.mobile-menu{display:block}.hero{min-height:auto}.hero-inner{gap:30px}.hero-copy h1{font-size:50px}.hero-visual{width:100%;padding:20px 0;overflow:hidden}.dashboard-mockup{transform-origin:0;min-width:620px;transform:scale(.86)!important}.hero-visual{min-height:420px}.visual-badge{display:none}.promise-inner{flex-direction:column;align-items:flex-start}.promise-inner>div{justify-content:flex-start}.value-grid,.product-grid,.industry-grid,.feature-grid,.challenge-grid,.related-modules{grid-template-columns:1fr 1fr}.process-layout,.reasons-layout,.faq-layout,.integration-layout,.split-content,.split-heading,.contact-layout,.security-principles .container{grid-template-columns:1fr}.process-copy,.faq-intro{position:static}.reasons-orbit{display:none}.cta-card,.section-title-row{flex-direction:column;align-items:flex-start}.sector-page-grid{grid-template-columns:1fr}.sector-hero-grid{padding-top:55px}.sector-radar{transform:scale(.85)}.rich-content-layout{grid-template-columns:1fr;gap:50px}.rich-content-layout>aside{flex-wrap:wrap;display:flex;position:static}.rich-content-layout aside a{background:#f1f5f9;border:0;border-radius:7px}.rich-sections>section>span{margin-bottom:10px;display:block;position:static}.horizontal-process,.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-area:auto/1/auto/-1}.form-card{padding:30px}.contact-copy{padding-bottom:15px}}@media (width<=600px){.container{width:min(100% - 28px,560px)}.section-padding{padding-block:70px}.site-header .header-inner{height:64px}.brand-word{font-size:16px}.hero{padding-top:54px}.hero-copy h1{font-size:40px}.hero-copy>p,.inner-hero-grid p,.simple-hero p,.sector-hero p,.contact-hero p{font-size:15px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.trust-notes{gap:10px;display:grid}.hero-visual{min-height:310px;margin-top:0}.dashboard-mockup{min-width:610px;transform:scale(.62)!important}.badge-left,.badge-right{display:none}.promise-inner>div{gap:15px}.section-heading h2{font-size:34px}.value-grid,.product-grid,.industry-grid,.feature-grid,.challenge-grid,.related-modules,.compact-product-grid{grid-template-columns:1fr}.value-grid article{min-height:270px}.product-card{min-height:290px}.process-list li{grid-template-columns:45px 1fr}.process-list li>i{display:none}.reasons-grid{grid-template-columns:1fr}.reasons-grid article{border-right:0}.reasons-grid article:nth-last-child(-n+2){border-bottom:1px solid #d7e1ed}.reasons-grid article:last-child{border-bottom:0}.faq-list summary{font-size:15px}.faq-list details p{padding-right:15px}.cta-section{padding:60px 0}.cta-card{min-height:340px;padding:38px 27px}.cta-card h2{font-size:31px}.cta-card .button{width:100%}.inner-hero-grid,.product-hero-grid,.sector-hero-grid{padding:55px 0 80px}.inner-hero-grid h1,.simple-hero h1,.sector-hero h1,.contact-hero h1{font-size:39px}.inner-hero-grid .dashboard-mockup,.product-dashboard-wrap .dashboard-mockup{margin-left:0}.product-hero-copy h1{font-size:47px}.product-hero-copy h2{font-size:20px}.outcome-strip .container{grid-template-columns:1fr}.outcome-strip .container>div{border-bottom:1px solid #a9b8d01f;border-right:0}.integration-layout h2,.split-content h2,.security-principles h2{font-size:34px}.module-map{width:310px;height:270px;transform:scale(.9)}.workflow-visual{justify-content:flex-start;gap:7px;padding:20px;overflow-x:auto}.workflow-visual>div{min-width:105px}.check-list{grid-template-columns:1fr}.sector-page-card{min-height:450px;padding:27px}.sector-page-card>strong{left:27px}.sector-radar{width:320px;height:320px;transform:none}.sector-radar>span{border-radius:30px;width:100px;height:100px;font-size:14px}.radar-item{width:125px}.radar-1{top:35px;left:-10px}.radar-2{top:85px;right:-8px}.radar-3{bottom:-20px;left:90px}.about-manifesto .container{grid-template-columns:1fr;gap:25px}.why-summary .container{grid-template-columns:1fr}.rich-content-section{padding-top:55px}.rich-content-layout>aside{display:none}.rich-sections h2{font-size:29px}.rich-sections ul,.horizontal-process{grid-template-columns:1fr}.horizontal-process li{border-right:0}.security-principles .container{gap:55px}.form-card{padding:25px 19px}.form-grid{grid-template-columns:1fr}.form-submit-row{flex-direction:column;align-items:flex-start}.form-submit-row .button{width:100%}.contact-hero{padding-bottom:70px}.cookie-layer{padding:10px}.cookie-card{padding:18px}.cookie-copy{gap:11px}.cookie-icon{width:34px;height:34px}.cookie-actions{grid-template-columns:1fr;display:grid}.cookie-actions .button{width:100%}.cookie-settings{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr;gap:40px 25px}.footer-bottom{flex-direction:column;align-items:flex-start}.status-card{padding:38px 22px}.status-card h1{font-size:30px}.status-card>div{flex-direction:column}.status-card .button{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-header{color:var(--ink);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffeb;border-bottom:1px solid #0d1b3314}.site-header .header-inner{height:68px}.site-header .brand-word{color:var(--ink);letter-spacing:.15em;font-size:17px}.site-header .brand-mark{width:28px;height:28px;box-shadow:none;border-radius:8px}.site-header .desktop-nav{color:#536178;gap:clamp(12px,1.7vw,26px);font-size:12px;font-weight:600}.site-header .desktop-nav>a:hover{color:var(--ink)}.site-header .header-cta{box-shadow:none;border-radius:999px;margin-left:7px}.site-header .mobile-menu>summary{background:#f7f9fc;border-color:#d9e1eb}.site-header .mobile-menu>summary span{background:var(--ink)}.site-header .mobile-menu nav{border:1px solid #e4eaf2;border-radius:18px;box-shadow:0 24px 65px #0d1b3329}.home-minimal{color:var(--ink);background:#fff}.home-minimal h1,.home-minimal h2,.home-minimal h3{font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.055em}.minimal-hero{background:#f7f9fc;padding:104px 0 88px;position:relative;overflow:hidden}.minimal-hero:before{content:"";border:1px solid #3882f626;border-radius:50%;width:600px;height:600px;position:absolute;top:-340px;right:-260px;box-shadow:0 0 0 90px #3882f606,0 0 0 180px #4f46e505}.minimal-hero-grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:88px;display:grid;position:relative}.minimal-hero-copy{max-width:590px}.minimal-kicker{color:#536178;letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:9px;font-size:11px;font-weight:750;display:inline-flex}.minimal-kicker i{background:var(--blue);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #3882f61a}.minimal-hero h1{color:#0b1930;margin:25px 0 28px;font-size:clamp(62px,7.1vw,96px);font-weight:650;line-height:.92}.minimal-hero h1 span{color:var(--blue)}.minimal-hero-copy>p{color:#5a687d;max-width:530px;margin:0;font-size:18px;line-height:1.68}.minimal-actions{align-items:center;gap:24px;margin-top:34px;display:flex}.minimal-actions .button-primary{background:var(--blue);box-shadow:none;border-radius:999px}.minimal-actions .button-primary:hover{box-shadow:none;background:#256fe8}.minimal-text-link{color:#263852;border-bottom:1px solid #aab6c7;padding:12px 0;font-size:14px;font-weight:700}.minimal-proof{color:#728096;flex-wrap:wrap;gap:9px 22px;margin-top:39px;font-size:11px;font-weight:650;display:flex}.minimal-proof span{align-items:center;gap:9px;display:flex}.minimal-proof span:before{content:"";background:#91a0b5;border-radius:50%;width:4px;height:4px}.system-card{background:#fff;border:1px solid #e3e8ef;border-radius:28px;width:100%;padding:20px;position:relative;box-shadow:0 35px 80px #15284a1c}.system-card:after{content:"";z-index:-1;filter:blur(32px);background:linear-gradient(135deg,#3882f624,#8b5cf617);border-radius:35px;position:absolute;inset:35px -22px -24px 40px}.system-card-top,.system-card-bottom{color:#7a8799;letter-spacing:.09em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:9px;font-weight:750;display:flex}.system-card-top{padding:1px 4px 17px}.system-card-top>span{color:#4f5f73;align-items:center;gap:7px;display:flex}.system-card-top>span i{background:#26b99f;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #26b99f1a}.system-core{color:#fff;background:#0b1930;border-radius:17px;align-items:center;gap:14px;padding:21px;display:flex}.system-core>span{background:var(--blue);border-radius:14px;flex-shrink:0;place-content:center;width:48px;height:48px;font-size:22px;font-weight:800;display:grid}.system-core strong,.system-core small{display:block}.system-core strong{letter-spacing:-.03em;font-size:17px}.system-core small{color:#9dacbf;margin-top:4px;font-size:10px}.system-modules{grid-template-columns:1fr 1fr;gap:8px;margin:9px 0;display:grid}.system-modules>a{background:#fff;border:1px solid #e8edf3;border-radius:13px;grid-template-columns:8px 1fr auto;align-items:center;gap:11px;min-width:0;padding:14px;transition:border-color .2s,transform .2s,box-shadow .2s;display:grid}.system-modules>a:hover{border-color:#ced8e4;transform:translateY(-2px);box-shadow:0 12px 24px #0d1b3312}.system-modules>a>i{background:var(--module-color);border-radius:3px;width:8px;height:8px}.system-modules strong,.system-modules small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.system-modules strong{font-size:12px}.system-modules small{color:#8390a3;margin-top:3px;font-size:8px}.system-modules b{color:#a1acbb;font-size:10px;font-weight:500}.system-card-bottom{justify-content:center;gap:9px;padding:10px 4px 0}.system-card-bottom i{background:#bdc7d3;border-radius:50%;width:3px;height:3px}.minimal-statement{background:#fff;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;padding:36px 0}.statement-grid{grid-template-columns:1.3fr repeat(3,1fr);align-items:center;display:grid}.statement-grid>p{color:#728096;margin:0;padding-right:38px;font-size:15px;line-height:1.5}.statement-grid>p strong{color:var(--ink);font-weight:700}.statement-grid>div{border-left:1px solid #e4e9ef;align-content:center;min-height:92px;padding:8px 25px;display:grid}.statement-grid>div>span{color:#9ca8b8;letter-spacing:.1em;font-size:9px;font-weight:800}.statement-grid>div>strong{margin:8px 0 4px;font-size:15px}.statement-grid>div>small{color:#7a8799;font-size:10px;line-height:1.45}.minimal-solutions{background:#fff;padding:124px 0}.minimal-section-head{grid-template-columns:1fr .75fr;align-items:end;gap:80px;margin-bottom:58px;display:grid}.minimal-section-head>div>span,.process-simple-grid>div>span,.industries-simple-row>div>span{color:var(--blue);letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:800}.minimal-section-head h2,.process-simple-grid h2,.industries-simple-row h2{margin:14px 0 0;font-size:clamp(44px,5vw,64px);font-weight:650;line-height:1.02}.minimal-section-head>p{color:#667489;margin:0;font-size:15px;line-height:1.7}.simple-product-grid{border-top:1px solid #dfe5ec;border-left:1px solid #dfe5ec;grid-template-columns:repeat(3,1fr);display:grid}.simple-product-card{background:#fff;border-bottom:1px solid #dfe5ec;border-right:1px solid #dfe5ec;flex-direction:column;min-height:332px;padding:31px;transition:background .2s,transform .2s;display:flex}.simple-product-card:hover{z-index:1;background:#f8fafc;transform:translateY(-3px)}.simple-product-card>div{color:#9aa6b5;letter-spacing:.1em;justify-content:space-between;align-items:center;margin-bottom:45px;font-size:9px;font-weight:800;display:flex}.simple-product-card>div i{background:var(--module-color);border-radius:3px;width:10px;height:10px}.simple-product-card>small{color:#788699;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.simple-product-card h3{letter-spacing:-.04em;margin:11px 0 13px;font-size:24px}.simple-product-card p{color:#667489;margin:0;font-size:13px;line-height:1.65}.simple-product-card>strong{color:#42536b;margin-top:auto;padding-top:24px;font-size:11px}.simple-product-card>strong span{margin-left:5px;transition:transform .2s;display:inline-block}.simple-product-card:hover>strong span{transform:translate(4px)}.minimal-process{color:#fff;background:#0b1930;padding:118px 0}.process-simple-grid{grid-template-columns:.8fr 1.2fr;gap:120px;display:grid}.process-simple-grid h2{color:#fff;font-size:clamp(54px,6vw,78px)}.process-simple-grid ol{border-top:1px solid #ffffff2e;margin:0;padding:0;list-style:none}.process-simple-grid li{border-bottom:1px solid #ffffff24;grid-template-columns:55px 1fr;gap:20px;padding:30px 4px;display:grid}.process-simple-grid li>span{color:#6f829e;padding-top:4px;font-size:10px;font-weight:800}.process-simple-grid h3{color:#fff;margin:0 0 7px;font-size:20px}.process-simple-grid p{color:#94a5bb;margin:0;font-size:13px;line-height:1.6}.minimal-industries{background:#f7f9fc;padding:100px 0}.industries-simple-row{grid-template-columns:.8fr 1.2fr;align-items:start;gap:90px;display:grid}.industries-simple-row h2{font-size:43px}.industry-pills{flex-wrap:wrap;gap:10px;display:flex}.industry-pills a{color:#34465e;background:#fff;border:1px solid #dfe5ec;border-radius:999px;align-items:center;gap:14px;min-height:48px;padding:0 17px;font-size:12px;font-weight:650;transition:border-color .2s,background .2s;display:inline-flex}.industry-pills a:hover{background:#fff;border-color:#aebdcc}.industry-pills a span{color:#9ca8b8}.home-minimal .cta-section{background:#fff;padding:74px 0}.cta-card-simple{background:var(--blue);min-height:320px;box-shadow:none;border-radius:28px;padding:58px 64px}.cta-card-simple:before,.cta-card-simple:after{display:none}.cta-card-simple .eyebrow{color:#dbeafe}.cta-card-simple h2{max-width:690px;margin:16px 0 14px;font-size:clamp(37px,4vw,54px);line-height:1.05}.cta-card-simple p{color:#dbeafe;margin:0;font-size:14px}.cta-card-simple .button-light{box-shadow:none;color:#0d4fb7;border-radius:999px}.minimal-footer{background:#071326;padding:0}.minimal-footer-main{justify-content:space-between;align-items:center;gap:45px;min-height:190px;padding-block:52px;display:flex}.minimal-footer-brand p{color:#8fa0b8;margin:18px 0 0;font-size:12px}.minimal-footer-main nav{color:#a4b1c4;flex-wrap:wrap;justify-content:flex-end;gap:12px 24px;font-size:11px;font-weight:600;display:flex}.minimal-footer-main nav a:hover{color:#fff}.minimal-footer-bottom{color:#6f829e;border-top:1px solid #ffffff1a;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;min-height:64px;padding-block:18px;font-size:9px;display:grid}.minimal-footer-bottom>div{align-items:center;gap:18px;display:flex}.minimal-footer-bottom>a{text-align:right;color:#9bb5d9}.minimal-footer-bottom .footer-cookie-link{font-size:9px}.retail-shop-section{background:#f7f9fc;border-bottom:1px solid #e8edf3;padding:105px 0}.retail-shop-heading{grid-template-columns:1fr .7fr;align-items:end;gap:80px;margin-bottom:45px;display:grid}.retail-shop-heading span{color:var(--blue);letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:800}.retail-shop-heading h2{color:#0b1930;max-width:650px;font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.055em;margin:14px 0 0;font-size:clamp(40px,4.5vw,60px);font-weight:650;line-height:1.03}.retail-shop-heading p{color:#667489;margin:0;font-size:14px;line-height:1.7}.retail-shop-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.retail-shop-card{color:#0b1930;background:#fff;border:1px solid #dfe5ec;border-radius:18px;flex-direction:column;min-width:0;min-height:440px;padding:20px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.retail-shop-card-top{justify-content:space-between;align-items:center;display:flex}.retail-shop-card-top small{letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:800}.retail-shop-card-top span{color:#a2adbb;font-size:9px;font-weight:750}.retail-shop-card-copy{margin-top:18px}.retail-shop-card h3{font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.045em;margin:0 0 8px;font-size:25px}.retail-shop-card p{color:#748196;margin:0;font-size:12px;line-height:1.6}.retail-shop-card strong{font-size:11px}.retail-shop-card.is-active{border-color:#b9cdf3;grid-column:span 3}.retail-shop-card.is-pending{grid-column:span 3;min-height:280px}.retail-shop-card.is-active .retail-shop-card-top small,.retail-shop-card.is-active .retail-shop-card-actions>a{color:var(--blue)}.retail-shop-card.is-active:hover{border-color:var(--blue);transform:translateY(-4px);box-shadow:0 20px 45px #15284a17}.retail-shop-card.is-shop2{background:#fffef9;border-color:#c9dc71}.retail-shop-card.is-shop2:hover{border-color:#9fbd21;box-shadow:0 20px 45px #63761b1f}.retail-shop-card.is-shop2 .retail-shop-card-top small{color:#708813}.retail-shop-card.is-pending{color:#56657a;background:#fafbfd}.retail-shop-card.is-pending .retail-shop-card-top small,.retail-shop-card.is-pending strong{color:#96a2b2}.retail-shop-preview{aspect-ratio:16/8.7;background:#edf2f8;border:1px solid #e1e7ee;border-radius:13px;margin-top:16px;position:relative;overflow:hidden}.retail-shop-preview img{object-fit:cover;opacity:0;width:100%;height:100%;animation:15s ease-in-out infinite both retail-preview-cycle;position:absolute;inset:0;transform:scale(1)}.retail-shop-preview img:first-child{animation-delay:0s}.retail-shop-preview img:nth-child(2){animation-delay:-10s}.retail-shop-preview img:nth-child(3){animation-delay:-5s}.retail-preview-badge{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.04em;background:#071326c2;border:1px solid #ffffff4d;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:750;position:absolute;bottom:10px;left:10px}.retail-preview-progress{z-index:2;gap:4px;display:flex;position:absolute;bottom:13px;right:11px}.retail-preview-progress i{background:#ffffff6b;border-radius:999px;width:15px;height:3px}.retail-preview-progress i:first-child{animation:15s linear infinite retail-dot-one}.retail-preview-progress i:nth-child(2){animation:15s linear infinite retail-dot-two}.retail-preview-progress i:nth-child(3){animation:15s linear infinite retail-dot-three}.retail-shop-card-actions{flex-wrap:wrap;align-items:center;gap:9px 18px;margin-top:auto;padding-top:18px;font-size:11px;font-weight:750;display:flex}.retail-shop-card-actions a{align-items:center;gap:6px;display:inline-flex}.retail-shop-card-actions a:hover{text-underline-offset:4px;text-decoration:underline}.retail-shop-card-actions a:focus-visible{outline-offset:4px;border-radius:4px;outline:3px solid #3882f640}.retail-shop-placeholder{background:linear-gradient(135deg,#f3f6fa,#fff);border:1px solid #e5eaf0;border-radius:13px;grid-template-columns:25% 1fr;gap:10px;height:142px;margin-top:16px;padding:14px;display:grid;overflow:hidden}.retail-shop-placeholder>span{background:#e3e9f1;border-radius:8px}.retail-shop-placeholder>div{grid-template-rows:repeat(3,1fr);gap:8px;display:grid}.retail-shop-placeholder i{background:linear-gradient(90deg,#edf1f6 20%,#e1e7ef 50%,#edf1f6 80%) 0 0/220% 100%;border-radius:8px;animation:3.5s ease-in-out infinite retail-placeholder-shimmer;display:block}@keyframes retail-preview-cycle{0%,28%{opacity:1;transform:scale(1.015)}33%,95%{opacity:0;transform:scale(1.045)}to{opacity:1;transform:scale(1.015)}}@keyframes retail-dot-one{0%,32%{background:#fff}33%,to{background:#ffffff6b}}@keyframes retail-dot-two{0%,32%,66%,to{background:#ffffff6b}33%,65%{background:#fff}}@keyframes retail-dot-three{0%,65%,to{background:#ffffff6b}66%,99%{background:#fff}}@keyframes retail-placeholder-shimmer{0%{background-position:120% 0}55%,to{background-position:-120% 0}}.shop-comparison{background:#fff;border-bottom:1px solid #e8edf3;padding:105px 0}.shop-comparison-heading{grid-template-columns:1fr .72fr;align-items:end;gap:70px;margin-bottom:38px;display:grid}.shop-comparison-heading span{color:var(--blue);letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:800}.shop-comparison-heading h2{color:#0b1930;font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.05em;margin:13px 0 0;font-size:clamp(38px,4vw,56px);font-weight:650;line-height:1.04}.shop-comparison-heading p{color:#667489;margin:0;font-size:13px;line-height:1.75}.shop-comparison-scroll{background:#fff;border:1px solid #dfe5ec;border-radius:20px;overflow-x:auto;box-shadow:0 15px 40px #111f340d}.shop-comparison-scroll:focus-visible{outline-offset:3px;outline:3px solid #3882f640}.shop-comparison table{border-collapse:collapse;table-layout:fixed;color:#152238;width:100%;min-width:960px}.shop-comparison th,.shop-comparison td{text-align:left;vertical-align:top;border-bottom:1px solid #e5eaf0;border-right:1px solid #e5eaf0;padding:19px 18px;font-size:11px;line-height:1.55}.shop-comparison tr:last-child th,.shop-comparison tr:last-child td{border-bottom:0}.shop-comparison th:last-child,.shop-comparison td:last-child{border-right:0}.shop-comparison thead th{background:#f6f8fb;padding-block:22px;font-size:13px;font-weight:750}.shop-comparison thead th:first-child{color:#8996a8;letter-spacing:.1em;text-transform:uppercase;font-size:9px}.shop-comparison thead small{color:#7d899a;letter-spacing:.08em;text-transform:uppercase;margin-top:7px;font-size:8px;display:block}.shop-comparison tbody th{background:#fbfcfd;width:17%;font-weight:750}.shop-comparison .is-featured{background:#fbfde9}.shop-comparison thead .is-featured{color:#18210b;background:#eaff72}.shop-comparison thead .is-featured small{color:#53610b}.shop-comparison-actions a{color:#285fba;align-items:center;font-weight:800;display:inline-flex}.shop-comparison-actions span{color:#95a0ae}.shop2-page{--shop2-ink:#172018;--shop2-cream:#f7f4ec;--shop2-lime:#d9ff55;--shop2-purple:#7777ed;--shop2-coral:#ff7149;--shop2-yellow:#f8c94b;color:var(--shop2-ink);background:var(--shop2-cream)}.shop2-page h1,.shop2-page h2,.shop2-page h3{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:500}.shop2-page em{font-weight:400}.shop2-hero{background-color:var(--shop2-cream);border-bottom:2px solid var(--shop2-ink);background-image:linear-gradient(#1720180b 1px,#0000 1px),linear-gradient(90deg,#1720180b 1px,#0000 1px);background-size:34px 34px;padding:36px 0 88px}.shop2-breadcrumb{color:#73776f;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:10px;margin-bottom:48px;font-size:10px;font-weight:700;display:flex}.shop2-breadcrumb a:hover,.shop2-breadcrumb strong{color:#171f18}.shop2-hero-grid{grid-template-columns:.78fr 1.22fr;align-items:center;gap:58px;display:grid}.shop2-kicker{letter-spacing:.16em;align-items:center;gap:9px;font-size:10px;font-weight:850;display:inline-flex}.shop2-kicker i{border:2px solid var(--shop2-ink);background:var(--shop2-lime);width:10px;height:10px;box-shadow:2px 2px 0 var(--shop2-ink);border-radius:50%}.shop2-hero-copy h1{max-width:580px;margin:22px 0 24px;font-size:clamp(55px,6vw,84px);line-height:.92}.shop2-hero-copy h1 em{color:#625fdc}.shop2-hero-copy>p{color:#555e54;max-width:560px;margin:0;font-size:16px;line-height:1.7}.shop2-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:32px;display:flex}.shop2-demo-button,.shop2-demo-cta a{border:2px solid var(--shop2-ink);background:var(--shop2-lime);min-height:54px;box-shadow:4px 4px 0 var(--shop2-ink);border-radius:13px;justify-content:center;align-items:center;gap:28px;padding:0 21px;font-size:12px;font-weight:850;transition:transform .2s,box-shadow .2s;display:inline-flex}.shop2-demo-button:hover,.shop2-demo-cta a:hover{box-shadow:2px 2px 0 var(--shop2-ink);transform:translate(2px,2px)}.shop2-text-button{border-bottom:1px solid var(--shop2-ink);align-items:center;gap:10px;min-height:50px;padding:0 7px;font-size:11px;font-weight:800;display:inline-flex}.shop2-proof{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px;display:grid}.shop2-proof span{border-top:2px solid var(--shop2-ink);color:#6b7169;padding-top:13px;font-size:9px;line-height:1.45}.shop2-proof strong{color:var(--shop2-ink);margin-bottom:4px;font-size:12px;display:block}.shop2-hero-visual{border:2px solid var(--shop2-ink);box-shadow:11px 11px 0 var(--shop2-purple);background:#fff;border-radius:23px;padding:10px;position:relative;transform:rotate(.35deg)}.shop2-hero-visual img{border-radius:13px;width:100%;height:auto;display:block}.shop2-visual-label{z-index:2;border:2px solid var(--shop2-ink);background:var(--shop2-yellow);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:8px 12px;font-size:8px;font-weight:850;position:absolute;top:-18px;right:22px;transform:rotate(1deg)}.shop2-live-pill{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#131f17e0;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:9px;font-weight:800;display:flex;position:absolute;bottom:24px;left:26px}.shop2-live-pill i{background:var(--shop2-lime);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #d9ff5529}.shop2-intro{background:var(--shop2-ink);color:#fff;padding:96px 0}.shop2-intro-grid{grid-template-columns:.48fr 1fr .76fr;align-items:start;gap:55px;display:grid}.shop2-intro-grid>span,.shop2-section-heading span,.shop2-value-grid>div>span,.shop2-demo-card>span{color:var(--shop2-lime);letter-spacing:.15em;font-size:9px;font-weight:850}.shop2-intro h2{margin:0;font-size:clamp(42px,5vw,67px);line-height:1}.shop2-intro h2 em{color:var(--shop2-lime)}.shop2-intro p{color:#bfc9bd;margin:4px 0 0;font-size:14px;line-height:1.78}.shop2-modules{background:var(--shop2-cream);padding:112px 0}.shop2-section-heading{grid-template-columns:1fr .7fr;align-items:end;gap:70px;margin-bottom:50px;display:grid}.shop2-section-heading span{color:#6f7130}.shop2-section-heading h2{margin:14px 0 0;font-size:clamp(43px,5vw,66px);line-height:.98}.shop2-section-heading>p{color:#62685f;margin:0;font-size:13px;line-height:1.75}.shop2-module-grid{border:2px solid var(--shop2-ink);background:#fff;border-radius:24px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.shop2-module-grid article{border-right:2px solid var(--shop2-ink);border-bottom:2px solid var(--shop2-ink);min-height:250px;padding:27px}.shop2-module-grid article:nth-child(3n){border-right:0}.shop2-module-grid article:nth-child(n+4){border-bottom:0}.shop2-module-grid article:nth-child(2){background:var(--shop2-lime)}.shop2-module-grid article:nth-child(4){background:#f3a593}.shop2-module-grid article:nth-child(6){background:var(--shop2-purple);color:#fff}.shop2-module-grid article>span{border:1.5px solid;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:9px;font-weight:850;display:inline-flex}.shop2-module-grid h3{margin:48px 0 13px;font-size:31px}.shop2-module-grid p{color:inherit;opacity:.72;margin:0;font-size:11px;line-height:1.7}.shop2-showcase{border-top:2px solid var(--shop2-ink);background:#fff;padding:112px 0}.shop2-showcase-list{gap:85px;display:grid}.shop2-showcase-card{grid-template-columns:1.5fr .5fr;align-items:center;gap:50px;display:grid}.shop2-showcase-card:nth-child(2n){grid-template-columns:.5fr 1.5fr}.shop2-showcase-card:nth-child(2n) .shop2-showcase-frame{box-shadow:-10px 10px 0 var(--shop2-coral);order:2}.shop2-showcase-frame{border:2px solid var(--shop2-ink);background:var(--shop2-cream);box-shadow:10px 10px 0 var(--shop2-yellow);border-radius:21px;padding:8px;animation:7s ease-in-out infinite shop2-float;overflow:hidden}.shop2-showcase-card:nth-child(2) .shop2-showcase-frame{animation-delay:-2.5s}.shop2-showcase-card:nth-child(3) .shop2-showcase-frame{box-shadow:10px 10px 0 var(--shop2-purple);animation-delay:-4.5s}.shop2-showcase-frame img{border-radius:12px;width:100%;height:auto;transition:transform .6s;display:block}.shop2-showcase-card:hover img{transform:scale(1.018)}.shop2-showcase-copy>span{letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:850}.shop2-showcase-copy h3{margin:17px 0 14px;font-size:clamp(35px,3.5vw,49px);line-height:.98}.shop2-showcase-copy p{color:#646b62;margin:0;font-size:12px;line-height:1.75}.shop2-value{background:var(--shop2-yellow);border-block:2px solid var(--shop2-ink);padding:108px 0}.shop2-value-grid{grid-template-columns:.9fr 1.1fr;gap:85px;display:grid}.shop2-value-grid>div>span{color:#53420c}.shop2-value h2{margin:17px 0 0;font-size:clamp(44px,5vw,67px);line-height:1}.shop2-value h2 em{color:#665ddb}.shop2-value ol{border-top:2px solid var(--shop2-ink);margin:0;padding:0;list-style:none}.shop2-value li{border-bottom:2px solid var(--shop2-ink);grid-template-columns:52px 1fr;gap:12px;padding:24px 0;display:grid}.shop2-value li>span{font-size:10px;font-weight:850}.shop2-value li strong{font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:500}.shop2-value li p{max-width:520px;margin:7px 0 0;font-size:11px;line-height:1.65}.shop2-demo-cta{background:var(--shop2-cream);padding:90px 0}.shop2-demo-card{border:2px solid var(--shop2-ink);background:var(--shop2-purple);min-height:430px;box-shadow:12px 12px 0 var(--shop2-ink);color:#fff;border-radius:26px;flex-direction:column;align-items:flex-start;padding:62px;display:flex}.shop2-demo-card>span{color:var(--shop2-lime)}.shop2-demo-card h2{margin:23px 0 17px;font-size:clamp(48px,6vw,78px);line-height:.92}.shop2-demo-card h2 em{color:var(--shop2-lime)}.shop2-demo-card p{color:#e5e5ff;max-width:570px;margin:0 0 35px;font-size:13px;line-height:1.7}.shop2-demo-cta a{color:var(--shop2-ink);margin-top:auto}.shop2-page .shop-comparison{border-top:2px solid var(--shop2-ink);border-bottom:0}@keyframes shop2-float{0%,to{transform:translateY(0)rotate(.1deg)}50%{transform:translateY(-8px)rotate(-.15deg)}}.vadena-page{--shop2-ink:#0a1e3c;--shop2-cream:#f4f7fc;--shop2-lime:#76a8ff;--shop2-purple:#155eef;--shop2-coral:#8fb1ff;--shop2-yellow:#dce8ff}.vadena-page h1,.vadena-page h2,.vadena-page h3{letter-spacing:-.045em;font-family:inherit;font-weight:720}.vadena-page .shop2-hero-copy h1 em,.vadena-page .shop2-value h2 em{color:#155eef}.vadena-page .shop2-intro h2 em,.vadena-page .shop2-demo-card h2 em{color:#9bc0ff}.vadena-page .shop2-demo-button{color:#fff;background:#155eef;box-shadow:4px 4px #76a8ff}.vadena-page .shop2-demo-button:hover{box-shadow:2px 2px #76a8ff}.vadena-page .shop2-module-grid article:nth-child(2){background:#dce8ff}.vadena-page .shop2-module-grid article:nth-child(4){background:#c4d7ff}.vadena-page .shop2-module-grid article:nth-child(6){background:#155eef}.vadena-page .shop2-showcase-frame{box-shadow:10px 10px #76a8ff}.vadena-page .shop2-showcase-card:nth-child(2n) .shop2-showcase-frame{box-shadow:-10px 10px #c4d7ff}.vadena-page .shop2-showcase-card:nth-child(3) .shop2-showcase-frame{box-shadow:10px 10px #155eef}.vadena-value{background:#dce8ff}.vadena-demo-card{background:#0a1e3c}.vadena-hero-visual{aspect-ratio:1672/941;overflow:hidden}.vadena-hero-slides{width:100%;height:100%;position:relative}.vadena-hero-slides img{object-fit:cover;opacity:0;width:100%;height:100%;animation:15s infinite vadena-slide;position:absolute;inset:0}.vadena-hero-slides img:first-child{opacity:1;animation-delay:0s}.vadena-hero-slides img:nth-child(2){animation-delay:5s}.vadena-hero-slides img:nth-child(3){animation-delay:10s}.vadena-capability-list{flex-wrap:wrap;gap:9px;margin-top:26px;display:flex}.vadena-capability-list span{color:#41516a;background:#fff;border:1px solid #0a1e3c33;border-radius:999px;padding:9px 13px;font-size:10px;font-weight:700}@keyframes vadena-slide{0%{opacity:0;transform:scale(1.025)}6%,28%{opacity:1;transform:scale(1)}34%,to{opacity:0;transform:scale(.99)}}.vadena-home-feature{color:#fff;background:#071b39;padding:104px 0;overflow:hidden}.vadena-home-grid{grid-template-columns:.72fr 1.28fr;align-items:center;gap:62px;display:grid}.vadena-home-copy>span{color:#8db5ff;letter-spacing:.14em;align-items:center;gap:9px;font-size:10px;font-weight:800;display:flex}.vadena-home-copy>span i{background:#3f82ff;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #3f82ff21}.vadena-home-copy h2{letter-spacing:-.055em;margin:19px 0 22px;font-size:clamp(42px,5vw,68px);line-height:.98}.vadena-home-copy h2 em{color:#83adff;font-style:normal}.vadena-home-copy p{color:#b8c6db;max-width:570px;margin:0;font-size:14px;line-height:1.76}.vadena-home-copy .minimal-text-link{color:#dce8ff;border-color:#7791b8}.vadena-home-visual{background:#fff;border:1px solid #ffffff38;border-radius:22px;padding:9px;animation:7s ease-in-out infinite vadena-home-float;display:block;position:relative;box-shadow:16px 16px #3470e4b3}.vadena-home-visual img{border-radius:14px;width:100%;height:auto;display:block}.vadena-home-visual span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071b39e0;border-radius:999px;padding:9px 13px;font-size:9px;font-weight:750;position:absolute;bottom:24px;left:25px}@keyframes vadena-home-float{0%,to{transform:translateY(0)rotate(.15deg)}50%{transform:translateY(-8px)rotate(-.15deg)}}@media (width<=980px){.vadena-home-grid{grid-template-columns:1fr;gap:52px}.vadena-home-copy{max-width:720px}}@media (width<=680px){.vadena-home-feature{padding:74px 0}.vadena-home-grid{gap:38px}.vadena-home-copy h2{font-size:44px}.vadena-home-visual{border-radius:15px;padding:5px;box-shadow:8px 8px #3470e4b3}.vadena-home-visual img{border-radius:10px}.vadena-home-visual span{font-size:8px;bottom:13px;left:13px}.vadena-capability-list{gap:7px}.vadena-capability-list span{padding:8px 10px}}@media (prefers-reduced-motion:reduce){.vadena-hero-slides img,.vadena-home-visual{animation:none}.vadena-hero-slides img:not(:first-child){display:none}.retail-shop-preview img,.retail-preview-progress i,.retail-shop-placeholder i,.shop2-showcase-frame{animation:none}.retail-shop-preview img{opacity:1;display:none;transform:none}.retail-shop-preview img:first-child{display:block}.retail-preview-progress i:first-child{background:#fff}}@media (width<=960px){.shop-comparison-heading,.shop2-section-heading{grid-template-columns:1fr;gap:28px}.shop2-hero-grid{grid-template-columns:1fr;gap:60px}.shop2-hero-copy{max-width:720px}.shop2-intro-grid{grid-template-columns:1fr 1fr;gap:35px}.shop2-intro-grid>span{grid-column:1/-1}.shop2-module-grid{grid-template-columns:repeat(2,1fr)}.shop2-module-grid article,.shop2-module-grid article:nth-child(3n),.shop2-module-grid article:nth-child(n+4){border-right:2px solid var(--shop2-ink);border-bottom:2px solid var(--shop2-ink)}.shop2-module-grid article:nth-child(2n){border-right:0}.shop2-module-grid article:nth-child(n+5){border-bottom:0}.shop2-showcase-card,.shop2-showcase-card:nth-child(2n){grid-template-columns:1.25fr .75fr;gap:35px}.shop2-value-grid{grid-template-columns:1fr;gap:55px}}.sectors-apple-page{color:#1d1d1f;background:#fff}.sectors-apple-page h1,.sectors-apple-page h2,.sectors-apple-page h3{font-family:var(--font-inter),Inter,Arial,sans-serif}.sectors-apple-hero{background:linear-gradient(#fbfbfd 0%,#f5f7fa 100%);border-bottom:1px solid #e8e8ed;padding:0 0 125px}.sectors-apple-intro{text-align:center;max-width:910px;padding-top:102px}.sectors-apple-intro>span,.sectors-apple-heading>span{color:#6e6e73;font-size:12px;font-weight:700}.sectors-apple-intro h1{letter-spacing:-.075em;margin:17px 0 20px;font-size:clamp(56px,8vw,96px);font-weight:650;line-height:.98}.sectors-apple-intro p{color:#6e6e73;max-width:650px;margin:auto;font-size:clamp(18px,2vw,22px);line-height:1.45}.sectors-apple-main,.sectors-apple-public,.sectors-apple-business{padding:120px 0}.sectors-apple-heading{max-width:700px;margin-bottom:42px}.sectors-apple-heading h2{letter-spacing:-.06em;margin:12px 0 0;font-size:clamp(38px,5vw,60px);font-weight:650;line-height:1.04}.sectors-apple-primary-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.sectors-apple-primary{background:#f5f5f7;border-radius:28px;flex-direction:column;min-height:310px;padding:34px;transition:transform .2s,background .2s;display:flex}.sectors-apple-primary:hover{background:#efeff1;transform:scale(1.012)}.sectors-apple-primary i{background:var(--sector-color);width:11px;height:11px;box-shadow:0 0 0 7px var(--sector-color);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.sectors-apple-primary i{box-shadow:0 0 0 7px color-mix(in srgb,var(--sector-color) 13%,transparent)}}.sectors-apple-primary h3{letter-spacing:-.055em;margin:44px 0 13px;font-size:clamp(28px,3vw,40px);font-weight:650}.sectors-apple-primary p{color:#6e6e73;max-width:420px;margin:0;font-size:15px;line-height:1.6}.sectors-apple-primary strong{color:#0676db;margin-top:auto;font-size:14px}.sectors-apple-public{color:#f5f5f7;background:#000}.sectors-apple-public .sectors-apple-heading>span{color:#a1a1a6}.sectors-apple-public-grid{border-block:1px solid #424245;grid-template-columns:repeat(3,1fr);display:grid}.sectors-apple-public-grid a{border-right:1px solid #424245;min-height:220px;padding:29px;transition:background .2s;position:relative}.sectors-apple-public-grid a:last-child{border:0}.sectors-apple-public-grid a:hover{background:#151517}.sectors-apple-public-grid span{font-size:26px;font-weight:650}.sectors-apple-public-grid p{color:#a1a1a6;max-width:250px;margin:15px 0;font-size:13px;line-height:1.55}.sectors-apple-public-grid b{color:#2997ff;position:absolute;bottom:27px;right:29px}.sectors-apple-business{background:#fbfbfd}.sectors-apple-business-list{border-top:1px solid #d2d2d7;grid-template-columns:repeat(2,1fr);display:grid}.sectors-apple-business-list a{color:#1d1d1f;border-bottom:1px solid #d2d2d7;align-items:center;gap:15px;min-height:82px;padding:0 9px;font-size:16px;font-weight:600;transition:padding .18s;display:flex}.sectors-apple-business-list a:nth-child(odd){border-right:1px solid #d2d2d7}.sectors-apple-business-list a:hover{padding-left:18px}.sectors-apple-business-list i{border-radius:50%;width:9px;height:9px}.sectors-apple-business-list b{color:#0676db;margin-left:auto;margin-right:8px}.site-header{color:#1d1d1f;-webkit-backdrop-filter:saturate(180%)blur(18px);backdrop-filter:saturate(180%)blur(18px);background:#ffffffe0;border-color:#00000014}.site-header .desktop-nav{color:#424245}.site-header .desktop-nav>a:hover,.site-header .nav-menu>summary:hover,.site-header .nav-menu[open]>summary{color:#000}@media (width<=760px){.sectors-apple-hero{padding-bottom:75px}.sectors-apple-intro{text-align:left;padding-top:60px}.sectors-apple-intro h1{font-size:54px}.sectors-apple-main,.sectors-apple-public,.sectors-apple-business{padding:72px 0}.sectors-apple-primary-grid,.sectors-apple-public-grid,.sectors-apple-business-list{grid-template-columns:1fr}.sectors-apple-primary{border-radius:22px;min-height:255px;padding:27px}.sectors-apple-primary h3{margin-top:35px}.sectors-apple-public-grid a,.sectors-apple-business-list a:nth-child(odd){border-bottom:1px solid #424245;border-right:0}.sectors-apple-public-grid a:last-child{border-bottom:0}.sectors-apple-business-list a:nth-child(odd){border-bottom:1px solid #d2d2d7}}@media (width<=600px){.shop-comparison{padding:72px 0}.shop-comparison-heading{gap:20px;margin-bottom:28px}.shop-comparison-heading h2{font-size:38px}.shop-comparison th,.shop-comparison td{padding:15px 14px}.shop2-hero{background-size:26px 26px;padding:25px 0 62px}.shop2-breadcrumb{gap:7px;margin-bottom:36px;font-size:8px}.shop2-hero-grid{gap:45px}.shop2-hero-copy h1{font-size:54px}.shop2-hero-copy>p{font-size:14px}.shop2-actions{flex-direction:column;align-items:stretch}.shop2-demo-button,.shop2-text-button{width:100%}.shop2-text-button{justify-content:center}.shop2-proof{grid-template-columns:1fr;gap:10px;margin-top:32px}.shop2-proof span{grid-template-columns:90px 1fr;align-items:center;gap:10px;display:grid}.shop2-proof strong{margin:0}.shop2-hero-visual{box-shadow:7px 7px 0 var(--shop2-purple);border-radius:15px;padding:6px}.shop2-hero-visual img{border-radius:9px}.shop2-visual-label{top:-16px;right:10px}.shop2-live-pill{bottom:14px;left:14px}.shop2-intro{padding:72px 0}.shop2-intro-grid{grid-template-columns:1fr;gap:25px}.shop2-intro-grid>span{grid-column:auto}.shop2-intro h2{font-size:45px}.shop2-modules,.shop2-showcase{padding:78px 0}.shop2-section-heading{gap:22px;margin-bottom:35px}.shop2-section-heading h2{font-size:43px}.shop2-module-grid{border-radius:18px;grid-template-columns:1fr}.shop2-module-grid article,.shop2-module-grid article:nth-child(3n),.shop2-module-grid article:nth-child(2n),.shop2-module-grid article:nth-child(n+4),.shop2-module-grid article:nth-child(n+5){border-right:0;border-bottom:2px solid var(--shop2-ink);min-height:220px}.shop2-module-grid article:last-child{border-bottom:0}.shop2-module-grid h3{margin-top:36px}.shop2-showcase-list{gap:65px}.shop2-showcase-card,.shop2-showcase-card:nth-child(2n){grid-template-columns:1fr;gap:28px}.shop2-showcase-card:nth-child(2n) .shop2-showcase-frame{order:0}.shop2-showcase-frame{box-shadow:6px 6px 0 var(--shop2-yellow)}.shop2-showcase-card:nth-child(2n) .shop2-showcase-frame{box-shadow:-6px 6px 0 var(--shop2-coral)}.shop2-showcase-card:nth-child(3) .shop2-showcase-frame{box-shadow:6px 6px 0 var(--shop2-purple)}.shop2-value{padding:76px 0}.shop2-value-grid{gap:40px}.shop2-value h2{font-size:44px}.shop2-value li{grid-template-columns:38px 1fr}.shop2-demo-cta{padding:70px 0 80px}.shop2-demo-card{min-height:450px;box-shadow:7px 7px 0 var(--shop2-ink);border-radius:19px;padding:38px 25px}.shop2-demo-card h2{font-size:49px}.shop2-demo-card a{gap:18px;width:100%}}.purpose-page{color:#111827;background:#fff;overflow:hidden}.purpose-page h1,.purpose-page h2,.purpose-page h3{font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.06em}.purpose-hero{color:#fff;background:radial-gradient(circle at 78% 38%,#4553ff4d,#0000 31%),linear-gradient(145deg,#07101f 0%,#101c3a 58%,#10174f 100%);padding-bottom:0;position:relative;overflow:hidden}.purpose-hero:before{content:"";opacity:.24;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 70% 45%,#000,#0000 72%);mask-image:radial-gradient(circle at 70% 45%,#000,#0000 72%)}.purpose-hero .breadcrumbs{z-index:2;position:relative}.purpose-hero .breadcrumbs a,.purpose-hero .breadcrumbs span{color:#a8b5cb}.purpose-hero-grid{z-index:1;grid-template-columns:.94fr 1.06fr;align-items:center;gap:80px;min-height:670px;padding:75px 0 92px;display:grid;position:relative}.purpose-kicker{color:#a9c7ff;letter-spacing:.14em;align-items:center;gap:10px;font-size:10px;font-weight:800;display:flex}.purpose-kicker>i{background:#66d6ff;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #66d6ff1a,0 0 24px #66d6ff}.purpose-hero-copy h1{margin:24px 0 25px;font-size:clamp(62px,7vw,94px);font-weight:640;line-height:.91}.purpose-hero-copy h1 em{color:#83a9ff;font-style:normal}.purpose-hero-copy>p{color:#bec9db;max-width:620px;margin:0;font-size:17px;line-height:1.72}.purpose-actions{align-items:center;gap:24px;margin-top:34px;display:flex}.purpose-actions .button{border-radius:999px;margin:0;box-shadow:0 18px 45px #2b6fff47}.purpose-actions>a:last-child{color:#e5ecf8;font-size:11px;font-weight:750}.purpose-actions>a:last-child span{color:#7fdcff;margin-left:7px}.purpose-orbit{aspect-ratio:1;place-content:center;width:min(500px,100%);margin:auto;display:grid;position:relative}.purpose-orbit:before,.purpose-orbit:after{content:"";border:1px solid #97b5ff33;border-radius:50%;position:absolute}.purpose-orbit:before{inset:11%}.purpose-orbit:after{border-style:dashed;animation:32s linear infinite purpose-spin;inset:24%}.purpose-orbit-core{z-index:2;background:linear-gradient(145deg,#3c76fff2,#6546ebe6);border:1px solid #ffffff2e;border-radius:56px;flex-direction:column;justify-content:center;align-items:center;width:190px;height:190px;display:flex;position:relative;box-shadow:0 28px 90px #1b48cd73,inset 0 1px #ffffff52}.purpose-orbit-core>span{background:#ffffff24;border-radius:14px;place-content:center;width:43px;height:43px;margin-bottom:12px;font-size:20px;font-weight:850;display:grid}.purpose-orbit-core strong{font-size:16px}.purpose-orbit-core small{color:#c9d8ff;letter-spacing:.12em;text-transform:uppercase;margin-top:7px;font-size:8px}.purpose-orbit-item{z-index:3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#091632e0;border:1px solid #ffffff24;border-radius:15px;align-items:center;gap:11px;min-width:148px;padding:15px 17px;display:flex;position:absolute;box-shadow:0 20px 45px #00000040}.purpose-orbit-item i{color:#8fb2ff;background:#6792ff24;border-radius:9px;place-content:center;width:30px;height:30px;font-size:8px;font-style:normal;font-weight:800;display:grid}.purpose-orbit-item span{font-size:10px;font-weight:750}.purpose-orbit-one{top:18%;left:0}.purpose-orbit-two{top:31%;right:-2%}.purpose-orbit-three{bottom:10%;left:8%}.purpose-orbit-line{border:1px solid #6bdbff1a;border-radius:50%;position:absolute;inset:4%;box-shadow:0 0 90px #466cff40}.purpose-promise{z-index:2;border-top:1px solid #ffffff26;grid-template-columns:repeat(3,1fr);display:grid;position:relative}.purpose-promise>span{color:#9eabc0;border-right:1px solid #ffffff26;justify-content:center;align-items:center;gap:10px;min-height:86px;padding:22px 25px;font-size:10px;display:flex}.purpose-promise>span:last-child{border-right:0}.purpose-promise b{color:#fff;letter-spacing:-.03em;font-size:17px}.purpose-manifesto{background:#fff;padding:135px 0}.purpose-manifesto .container{grid-template-columns:190px 1fr;gap:65px;display:grid}.purpose-manifesto span,.purpose-section-head>span,.purpose-access-copy>span,.purpose-security-copy>span{color:#3478ff;letter-spacing:.15em;font-size:10px;font-weight:850}.purpose-manifesto h2{max-width:900px;margin:0;font-size:clamp(48px,6vw,78px);font-weight:630;line-height:.98}.purpose-manifesto h2 em{color:#7b8493;font-style:normal}.purpose-manifesto p{color:#657083;grid-column:2;max-width:670px;margin:30px 0 0;font-size:16px;line-height:1.65}.purpose-pillars{background:#f3f5f9;padding:115px 0 125px}.purpose-section-head h2{margin:15px 0 0;font-size:clamp(43px,5vw,68px);font-weight:630;line-height:.99}.purpose-card-grid{grid-template-columns:1fr 1fr;gap:15px;margin-top:55px;display:grid}.purpose-card{--purpose-color:#367dff;background:#fff;border:1px solid #dfe4ec;border-radius:25px;flex-direction:column;align-items:flex-start;min-height:395px;padding:30px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.purpose-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px #0f1d3a17}.purpose-card>span{color:#a0aaba;font-size:9px;font-weight:800;position:absolute;top:27px;right:28px}.purpose-card-symbol{align-items:end;gap:7px;width:116px;height:90px;display:flex}.purpose-card-symbol i{background:var(--purpose-color);border-radius:7px 7px 3px 3px;width:28px;display:block}@supports (color:color-mix(in lab, red, red)){.purpose-card-symbol i{background:color-mix(in srgb,var(--purpose-color) 18%,white)}}.purpose-card-symbol i{border:1px solid var(--purpose-color)}@supports (color:color-mix(in lab, red, red)){.purpose-card-symbol i{border:1px solid color-mix(in srgb,var(--purpose-color) 28%,white)}}.purpose-card-symbol i:first-child{height:38px}.purpose-card-symbol i:nth-child(2){height:60px}.purpose-card-symbol i:nth-child(3){background:var(--purpose-color);height:82px}.purpose-card h3{max-width:420px;margin:36px 0 12px;font-size:30px}.purpose-card p{color:#6c7789;max-width:480px;margin:0;font-size:13px;line-height:1.7}.purpose-card>strong{color:#21314a;margin-top:auto;font-size:10px}.purpose-card>strong b{color:var(--purpose-color);margin-left:7px}.purpose-card-violet{--purpose-color:#7658ef}.purpose-card-cyan{--purpose-color:#00a9c9}.purpose-card-green{--purpose-color:#13a177}.purpose-symbol-flow{align-items:center}.purpose-symbol-flow i{border-radius:50%;width:26px;height:26px!important}.purpose-symbol-flow i:nth-child(2){position:relative}.purpose-symbol-flow i:nth-child(2):before,.purpose-symbol-flow i:nth-child(2):after{content:"";background:var(--purpose-color);width:16px;height:1px;position:absolute;top:12px}.purpose-symbol-flow i:nth-child(2):before{right:100%}.purpose-symbol-flow i:nth-child(2):after{left:100%}.purpose-symbol-search{align-items:center;position:relative}.purpose-symbol-search i:first-child{border:8px solid var(--purpose-color);background:0 0;border-radius:50%;width:56px;height:56px!important}.purpose-symbol-search i:last-child{background:var(--purpose-color);width:34px;margin:39px 0 0 -15px;transform:rotate(43deg);height:9px!important}.purpose-symbol-shield{place-content:center;display:grid;position:relative}.purpose-symbol-shield i:first-child{background:linear-gradient(160deg,var(--purpose-color),var(--purpose-color));border-radius:34px 34px 45px 45px;width:70px;height:79px!important}@supports (color:color-mix(in lab, red, red)){.purpose-symbol-shield i:first-child{background:linear-gradient(160deg,color-mix(in srgb,var(--purpose-color) 35%,white),var(--purpose-color))}}.purpose-symbol-shield i:first-child{clip-path:polygon(50% 0,100% 18%,88% 74%,50% 100%,12% 74%,0 18%)}.purpose-symbol-shield i:last-child{background:0 0;border-bottom:3px solid #fff;border-left:3px solid #fff;border-radius:0;width:19px;position:absolute;top:36px;left:49px;transform:rotate(-45deg);height:10px!important}.purpose-access{background:#fff;padding:125px 0}.purpose-access-grid{grid-template-columns:1.12fr .88fr;align-items:center;gap:100px;display:grid}.purpose-device-stage{background:radial-gradient(circle at 55% 42%,#536cff38,#0000 43%),linear-gradient(145deg,#0b1428,#151d4d);border-radius:32px;justify-content:center;align-items:center;min-height:520px;display:flex;position:relative;box-shadow:0 35px 80px #16234a29}.purpose-desktop,.purpose-tablet,.purpose-phone{background:#1e2a48;border:1px solid #ffffff40;padding:9px;position:absolute;box-shadow:0 25px 55px #00000059}.purpose-desktop{border-radius:13px;width:72%;height:55%;top:14%;left:9%}.purpose-tablet{border-radius:16px;width:38%;height:48%;bottom:10%;right:7%}.purpose-phone{border-radius:19px;width:20%;height:39%;bottom:8%;left:15%}.purpose-desktop>span,.purpose-tablet>span,.purpose-phone>span{background:linear-gradient(90deg,#3a7dff,#7958f0);border-radius:7px;height:19%;display:block}.purpose-desktop>div,.purpose-tablet>div,.purpose-phone>div{background:#edf3fb;border-radius:7px;grid-template-columns:repeat(2,1fr);gap:6px;height:76%;margin-top:7px;padding:8px;display:grid}.purpose-desktop i,.purpose-tablet i,.purpose-phone i{background:#d9e5f5;border-radius:5px;display:block}.purpose-desktop i:first-child{background:linear-gradient(90deg,#d7e5fb,#b8caf3);grid-column:1/-1}.purpose-tablet>div{grid-template-columns:1fr}.purpose-phone>div{grid-template-columns:1fr;padding:5px}.purpose-device-stage>small{color:#cbd8eb;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:7px;padding:9px 11px;font-size:8px;display:flex;position:absolute;top:7%;right:6%}.purpose-device-stage>small i{background:#31d48d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #31d48d}.purpose-access-copy h2{margin:15px 0 20px;font-size:clamp(43px,5vw,66px);font-weight:630;line-height:.98}.purpose-access-copy>p{color:#6a7586;margin:0;font-size:15px;line-height:1.7}.purpose-access-copy ul{border-top:1px solid #e1e6ed;margin:32px 0 0;padding:0;list-style:none}.purpose-access-copy li{border-bottom:1px solid #e1e6ed;grid-template-columns:29px 1fr;align-items:center;gap:12px;padding:19px 0;display:grid}.purpose-access-copy li>i{color:#3478ff;background:#e8f0ff;border-radius:50%;place-content:center;width:25px;height:25px;font-size:9px;font-style:normal;font-weight:850;display:grid}.purpose-access-copy strong,.purpose-access-copy small{display:block}.purpose-access-copy strong{font-size:12px}.purpose-access-copy small{color:#7b8696;margin-top:4px;font-size:9px}.purpose-security{color:#fff;background:#05070c;padding:125px 0}.purpose-security-grid{grid-template-columns:.75fr 1.25fr;align-items:center;gap:110px;display:grid}.purpose-shield{border:1px solid #6f8eff3d;border-radius:50%;place-content:center;width:380px;height:380px;margin:auto;display:grid;position:relative;box-shadow:0 0 0 55px #4b64ff09,0 0 0 110px #4b64ff05}.purpose-shield:before{content:"";border:1px dashed #6f8eff40;border-radius:50%;animation:35s linear infinite purpose-spin;position:absolute;inset:64px}.purpose-shield>div{z-index:2;clip-path:polygon(50% 0,100% 18%,88% 74%,50% 100%,12% 74%,0 18%);background:linear-gradient(155deg,#447cff,#674bdc);border-radius:62px 62px 78px 78px;place-content:center;width:142px;height:158px;display:grid;position:relative;box-shadow:0 30px 70px #3150eb5c}.purpose-shield>div span{border:1px solid #ffffff52;border-radius:50%;place-content:center;width:45px;height:45px;font-size:20px;display:grid}.purpose-shield>i{background:#35d398;border-radius:50%;width:12px;height:12px;position:absolute;box-shadow:0 0 0 7px #35d39814,0 0 23px #35d3988c}.purpose-shield>i:first-of-type{top:121px;left:33px}.purpose-shield>i:nth-of-type(2){background:#68a4ff;top:83px;right:40px}.purpose-shield>i:nth-of-type(3){background:#8069ff;bottom:56px;right:69px}.purpose-security-copy>span{color:#7ca5ff}.purpose-security-copy h2{margin:16px 0 24px;font-size:clamp(46px,5.5vw,72px);font-weight:620;line-height:.98}.purpose-security-copy h2 em{color:#8290a8;font-style:normal}.purpose-security-copy>p{color:#a4afc0;max-width:680px;margin:0;font-size:15px;line-height:1.75}.purpose-security-list{grid-template-columns:1fr 1fr;gap:10px;margin:34px 0;display:grid}.purpose-security-list>span{color:#d2d9e6;background:#ffffff09;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:10px;padding:14px 15px;font-size:10px;display:flex}.purpose-security-list i{background:#4c8cff;border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #4c8cff99}.purpose-security-copy>a{color:#8fb2ff;align-items:center;gap:8px;font-size:11px;font-weight:750;display:inline-flex}@keyframes purpose-spin{to{transform:rotate(360deg)}}@media (width<=900px){.purpose-hero-grid,.purpose-access-grid,.purpose-security-grid{grid-template-columns:1fr}.purpose-hero-grid{gap:30px;padding-top:60px}.purpose-hero-copy{max-width:720px}.purpose-orbit{max-width:520px}.purpose-manifesto .container{grid-template-columns:1fr;gap:25px}.purpose-manifesto p{grid-column:auto}.purpose-access-grid,.purpose-security-grid{gap:70px}.purpose-device-stage{width:100%;max-width:700px;margin:auto}.purpose-security-copy{max-width:720px}.purpose-card-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.purpose-hero-grid{min-height:auto;padding:48px 0 60px}.purpose-hero-copy h1{font-size:56px}.purpose-hero-copy>p{font-size:14px}.purpose-actions{flex-direction:column;align-items:stretch;gap:14px}.purpose-actions .button{width:100%}.purpose-actions>a:last-child{text-align:center}.purpose-orbit{width:330px;margin-top:18px}.purpose-orbit-core{border-radius:40px;width:135px;height:135px}.purpose-orbit-item{min-width:116px;padding:10px}.purpose-orbit-item i{width:23px;height:23px}.purpose-orbit-item span{font-size:8px}.purpose-orbit-one{left:-5px}.purpose-orbit-two{right:-5px}.purpose-orbit-three{left:5px}.purpose-promise{grid-template-columns:1fr}.purpose-promise>span{border-bottom:1px solid #ffffff26;border-right:0;justify-content:flex-start;min-height:59px}.purpose-manifesto,.purpose-pillars,.purpose-access,.purpose-security{padding:78px 0}.purpose-manifesto h2,.purpose-section-head h2,.purpose-access-copy h2,.purpose-security-copy h2{font-size:42px}.purpose-manifesto p{font-size:14px}.purpose-card-grid{grid-template-columns:1fr}.purpose-card{min-height:360px;padding:24px}.purpose-card h3{font-size:27px}.purpose-device-stage{border-radius:22px;min-height:360px}.purpose-security-grid{gap:65px}.purpose-shield{width:260px;height:260px;box-shadow:0 0 0 35px #4b64ff09,0 0 0 70px #4b64ff05}.purpose-shield:before{inset:44px}.purpose-shield>div{width:105px;height:117px}.purpose-security-list{grid-template-columns:1fr}}:root{--refresh-ink:#111114;--refresh-muted:#6e6e73;--refresh-line:#d2d2d7;--refresh-blue:#0071e3}body{color:var(--refresh-ink);background:#fff}.site-header,.site-header.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe0;border-color:#00000014}.nav-link,.site-header .nav-link,.header-brand{color:#1d1d1f}.header-cta{box-shadow:none;border-radius:999px}.home-refresh{overflow:hidden}.refresh-hero{text-align:center;background:linear-gradient(#fff 0%,#f5f7ff 100%);min-height:calc(100vh - 76px);padding:clamp(120px,18vh,210px) 0 105px}.refresh-hero .container{max-width:900px}.refresh-eyebrow,.refresh-heading>span,.refresh-dark>span,.refresh-vadena>div>span{color:var(--refresh-blue);letter-spacing:.12em;font-size:12px;font-weight:750;display:block}.refresh-hero h1{font:650 clamp(64px,10vw,126px)/.91 var(--font-inter),sans-serif;letter-spacing:-.075em;margin:20px 0 24px}.refresh-hero h1 em,.refresh-vadena h2 em{color:var(--refresh-blue);font-style:normal}.refresh-hero p{max-width:620px;color:var(--refresh-muted);letter-spacing:-.025em;margin:0 auto;font-size:clamp(19px,2.2vw,26px);line-height:1.35}.refresh-actions{justify-content:center;align-items:center;gap:24px;margin-top:34px;display:flex}.refresh-actions>a:not(.button){color:#1d1d1f;font-size:15px;font-weight:700}.refresh-actions>a:not(.button) span{color:var(--refresh-blue);margin-left:5px}.refresh-hero-note{color:#86868b;justify-content:center;align-items:center;gap:10px;margin-top:70px;font-size:13px;display:flex}.refresh-hero-note i{background:#30d158;border-radius:50%;width:8px;height:8px}.refresh-statement{background:#fff;padding:116px 0}.refresh-statement .container{justify-content:space-between;align-items:end;gap:30px;display:flex}.refresh-statement p{letter-spacing:-.06em;margin:0;font-size:clamp(32px,5vw,64px);font-weight:600;line-height:1.04}.refresh-statement strong{color:#86868b;font-weight:600}.refresh-statement span{color:#86868b;letter-spacing:.12em;font-size:12px;font-weight:700}.refresh-products,.refresh-industries{background:#f5f5f7;padding:110px 0}.refresh-heading{max-width:750px}.refresh-heading h2{color:#1d1d1f;font:600 clamp(42px,6vw,72px)/.98 var(--font-inter),sans-serif;letter-spacing:-.065em;margin:14px 0 20px}.refresh-heading p{max-width:560px;color:var(--refresh-muted);margin:0;font-size:17px;line-height:1.45}.refresh-product-list{border-top:1px solid var(--refresh-line);margin-top:55px}.refresh-product-list>a{border-bottom:1px solid var(--refresh-line);grid-template-columns:50px 48px 1fr 32px;align-items:center;gap:20px;min-height:106px;padding:20px 8px;transition:padding .2s,background .2s;display:grid}.refresh-product-list>a:hover{background:#fff;padding-inline:22px}.refresh-product-list small{color:#86868b;font-weight:700}.refresh-product-list i{color:#fff;background:var(--refresh-accent);border-radius:50%;place-content:center;width:38px;height:38px;font-style:normal;font-weight:800;display:grid}.refresh-product-list strong,.refresh-product-list span{display:block}.refresh-product-list strong{letter-spacing:-.04em;font-size:23px}.refresh-product-list span{color:var(--refresh-muted);margin-top:4px;font-size:14px}.refresh-product-list b,.refresh-industry-list b{color:var(--refresh-blue);font-size:20px}.refresh-dark{color:#fff;background:#000;padding:120px 0}.refresh-dark-grid{grid-template-columns:.75fr 1.25fr;gap:100px;display:grid}.refresh-dark h2{font:600 clamp(42px,5vw,68px)/.96 var(--font-inter),sans-serif;letter-spacing:-.06em;margin:13px 0 0}.refresh-dark span,.refresh-vadena>div>span{color:#a1a1a6}.refresh-dark ol{border-top:1px solid #424245;margin:0;padding:0;list-style:none}.refresh-dark li{border-bottom:1px solid #424245;grid-template-columns:52px 1fr;gap:18px;padding:24px 0;display:grid}.refresh-dark li>b{color:#86868b}.refresh-dark li strong{font-size:20px}.refresh-dark li p{color:#a1a1a6;margin:7px 0 0}.refresh-industries{background:#fff}.refresh-industry-list{border-top:1px solid var(--refresh-line);border-left:1px solid var(--refresh-line);grid-template-columns:repeat(3,1fr);margin-top:48px;display:grid}.refresh-industry-list>a{border-right:1px solid var(--refresh-line);border-bottom:1px solid var(--refresh-line);grid-template-columns:12px 1fr 22px;align-items:center;gap:14px;min-height:150px;padding:25px;transition:background .2s;display:grid}.refresh-industry-list>a:hover{background:#f5f5f7}.refresh-industry-list i{background:var(--refresh-accent);border-radius:50%;width:10px;height:10px}.refresh-industry-list span{letter-spacing:-.035em;font-size:19px;font-weight:650}.refresh-all-link{color:var(--refresh-blue);margin-top:28px;font-size:15px;font-weight:700;display:inline-block}.refresh-vadena{text-align:center;color:#fff;background:linear-gradient(140deg,#111827,#242b70);padding:125px 0}.refresh-vadena .container{max-width:780px}.refresh-vadena h2{font:600 clamp(47px,6vw,78px)/.95 var(--font-inter),sans-serif;letter-spacing:-.065em;margin:17px 0}.refresh-vadena p{color:#d2d2d7;max-width:560px;margin:0 auto;font-size:18px}.refresh-vadena .button-light{border-radius:999px}.refresh-vadena .refresh-actions>a:not(.button){color:#fff}.inner-hero,.simple-hero,.product-hero,.contact-hero,.shop2-hero,.legal2-hero{border-bottom:1px solid #e5e5e7;color:#1d1d1f!important;background:#f5f5f7!important}.inner-hero h1,.simple-hero h1,.product-hero h1,.contact-hero h1,.shop2-hero h1,.legal2-hero h1{letter-spacing:-.065em;color:#1d1d1f!important}.inner-hero p,.simple-hero p,.product-hero p,.contact-hero p,.shop2-hero p,.legal2-hero p{color:#6e6e73!important}.section-dark .button-ghost{color:#1d1d1f;border-color:#d2d2d7}.section-dark .button-primary,.product-hero .button-primary,.contact-hero .button-primary{background:var(--refresh-blue);box-shadow:none}.section-padding{padding:110px 0}.section-heading h2,.shop2-section-heading h2,.legal2-section-heading h2{color:#1d1d1f;letter-spacing:-.06em}.product-card,.feature-grid article,.compact-product-grid>a,.form-card,.sector-simple-panel,.sector-simple-overview article{box-shadow:none;border-radius:20px}.product-card:hover,.feature-grid article:hover{transform:none;box-shadow:0 8px 24px #00000012}.cta-section{background:#fff;padding:95px 0}.cta-card-simple{background:#000;border-radius:26px}.minimal-footer{color:#1d1d1f;background:#f5f5f7}.minimal-footer a,.minimal-footer p{color:#6e6e73}.shop2-page,.legal2-page,.vadena-page{background:#fff}.shop2-hero,.legal2-hero{padding-top:78px}.shop2-hero-copy h1,.legal2-hero-copy h1{font-size:clamp(48px,6vw,78px)}.shop2-hero-copy h1 em,.legal2-hero-copy h1 em{color:var(--refresh-blue)}.shop2-demo-button,.legal2-demo-button{box-shadow:none;border-radius:999px}.shop2-intro,.legal2-intro{background:#fff}.shop2-modules,.legal2-modules{background:#f5f5f7}.shop2-module-grid article,.legal2-module-grid article{box-shadow:none;border-radius:18px}.shop2-value,.legal2-control{background:#000}.shop2-demo-card,.legal2-demo-card{border-radius:26px}@media (width<=760px){.refresh-hero{min-height:auto;padding:105px 0 78px}.refresh-hero h1{font-size:64px}.refresh-actions{flex-direction:column;gap:17px}.refresh-statement{padding:74px 0}.refresh-statement .container{display:block}.refresh-statement span{margin-top:25px;display:block}.refresh-products,.refresh-industries{padding:76px 0}.refresh-product-list>a{grid-template-columns:30px 38px 1fr 20px;gap:11px}.refresh-product-list span{font-size:12px}.refresh-product-list strong{font-size:19px}.refresh-dark{padding:78px 0}.refresh-dark-grid{grid-template-columns:1fr;gap:45px}.refresh-industry-list{grid-template-columns:1fr}.refresh-industry-list>a{min-height:82px;padding:17px}.section-padding{padding:75px 0}}.legal2-entry-section{background:#f5f3ed;border-bottom:1px solid #dedbd2;padding:105px 0}.legal2-entry-heading{grid-template-columns:1fr .72fr;align-items:end;gap:70px;margin-bottom:42px;display:grid}.legal2-entry-heading span{color:#942f3e;letter-spacing:.15em;text-transform:uppercase;font-size:10px;font-weight:800}.legal2-entry-heading h2{color:#112b3e;letter-spacing:-.05em;max-width:720px;margin:14px 0 0;font-size:clamp(40px,4.5vw,58px);line-height:1.03}.legal2-entry-heading p{color:#676d70;margin:0;font-size:13px;line-height:1.75}.legal2-entry-card{background:#fff;border:1px solid #c9c3b5;border-radius:24px;grid-template-columns:1.28fr .72fr;align-items:center;gap:38px;padding:18px;display:grid;box-shadow:0 24px 60px #14273314}.legal2-entry-preview{aspect-ratio:16/9;background:#e9e6de;border:1px solid #c9c3b5;border-radius:17px;position:relative;overflow:hidden}.legal2-entry-preview img{object-fit:cover;opacity:0;width:100%;height:100%;animation:15s ease-in-out infinite both legal2-preview-cycle;position:absolute;inset:0}.legal2-entry-preview img:first-child{animation-delay:0s}.legal2-entry-preview img:nth-child(2){animation-delay:-10s}.legal2-entry-preview img:nth-child(3){animation-delay:-5s}.legal2-entry-preview>span{z-index:2;color:#fff;background:#112b3ed6;border:1px solid #ffffff40;border-radius:999px;padding:8px 11px;font-size:8px;font-weight:800;position:absolute;bottom:12px;left:12px}.legal2-entry-preview>i{z-index:2;gap:4px;display:flex;position:absolute;bottom:16px;right:13px}.legal2-entry-preview b{background:#ffffff73;border-radius:999px;width:17px;height:3px;display:block}.legal2-entry-preview b:first-child{animation:15s linear infinite retail-dot-one}.legal2-entry-preview b:nth-child(2){animation:15s linear infinite retail-dot-two}.legal2-entry-preview b:nth-child(3){animation:15s linear infinite retail-dot-three}.legal2-entry-copy{padding:15px 25px 15px 0}.legal2-entry-copy small{color:#9b3342;letter-spacing:.13em;font-size:9px;font-weight:850}.legal2-entry-copy h3{color:#102a3d;letter-spacing:-.04em;margin:18px 0 15px;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,3vw,45px);font-weight:500;line-height:1.02}.legal2-entry-copy p{color:#697073;margin:0;font-size:12px;line-height:1.7}.legal2-entry-copy>div{flex-wrap:wrap;gap:12px 22px;margin-top:32px;display:flex}.legal2-entry-copy a{color:#942f3e;align-items:center;gap:7px;font-size:11px;font-weight:800;display:inline-flex}.legal2-entry-copy a:hover{text-underline-offset:4px;text-decoration:underline}@keyframes legal2-preview-cycle{0%,28%{opacity:1;transform:scale(1.01)}33%,95%{opacity:0;transform:scale(1.035)}to{opacity:1;transform:scale(1.01)}}.legal2-page{--legal2-navy:#102b3e;--legal2-navy-soft:#1d3a4e;--legal2-ivory:#f5f3ed;--legal2-paper:#fffdfa;--legal2-burgundy:#9d2f40;--legal2-gold:#ab8a3f;--legal2-sage:#98b4a4;color:var(--legal2-navy);background:var(--legal2-ivory)}.legal2-page h1,.legal2-page h2,.legal2-page h3{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:500}.legal2-page em{font-weight:400}.legal2-hero{background-color:var(--legal2-ivory);background-image:linear-gradient(#102b3e09 1px,#0000 1px),linear-gradient(90deg,#102b3e09 1px,#0000 1px);background-size:38px 38px;border-bottom:1px solid #c7c1b4;padding:36px 0 90px}.legal2-breadcrumb{color:#747779;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:10px;margin-bottom:50px;font-size:10px;font-weight:750;display:flex}.legal2-breadcrumb a:hover{color:var(--legal2-burgundy)}.legal2-breadcrumb strong{color:var(--legal2-navy)}.legal2-hero-grid{grid-template-columns:.78fr 1.22fr;align-items:center;gap:58px;display:grid}.legal2-kicker{color:#8a303d;letter-spacing:.15em;align-items:center;gap:10px;font-size:10px;font-weight:850;display:inline-flex}.legal2-kicker i{border:1px solid var(--legal2-navy);width:31px;height:31px;color:var(--legal2-navy);background:#eee8d9;border-radius:50%;place-content:center;font:500 16px Georgia,serif;display:grid}.legal2-hero-copy h1{max-width:650px;margin:22px 0 24px;font-size:clamp(53px,5.6vw,80px);line-height:.94}.legal2-hero-copy h1 em{color:var(--legal2-burgundy)}.legal2-hero-copy>p{color:#62686b;max-width:600px;margin:0;font-size:16px;line-height:1.72}.legal2-actions{flex-wrap:wrap;align-items:center;gap:15px;margin-top:34px;display:flex}.legal2-demo-button,.legal2-demo-cta a{background:var(--legal2-burgundy);min-height:55px;box-shadow:4px 4px 0 var(--legal2-navy);color:#fff;border:1px solid #7f2432;border-radius:9px;justify-content:center;align-items:center;gap:30px;padding:0 22px;font-size:12px;font-weight:850;transition:transform .2s,box-shadow .2s;display:inline-flex}.legal2-demo-button:hover,.legal2-demo-cta a:hover{box-shadow:2px 2px 0 var(--legal2-navy);transform:translate(2px,2px)}.legal2-text-button{border-bottom:1px solid var(--legal2-navy);align-items:center;gap:10px;min-height:50px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.legal2-proof{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px;display:grid}.legal2-proof span{border-top:1px solid var(--legal2-navy);color:#767a7b;padding-top:13px;font-size:9px;line-height:1.45}.legal2-proof strong{color:var(--legal2-navy);margin-bottom:4px;font-size:12px;display:block}.legal2-hero-visual{border:1px solid var(--legal2-navy);background:#fff;border-radius:20px;padding:9px;position:relative;transform:rotate(.2deg);box-shadow:12px 12px #d5c7a7}.legal2-hero-visual img{border-radius:12px;width:100%;height:auto;display:block}.legal2-visual-label{z-index:2;border:1px solid var(--legal2-navy);letter-spacing:.08em;text-transform:uppercase;background:#eee5cf;border-radius:999px;padding:8px 12px;font-size:8px;font-weight:850;position:absolute;top:-17px;right:21px}.legal2-live-pill{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#102b3ee6;border:1px solid #fff3;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:9px;font-weight:800;display:flex;position:absolute;bottom:22px;left:24px}.legal2-live-pill i{background:#9fceae;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #9fceae26}.legal2-intro{background:var(--legal2-navy);color:#fff;padding:98px 0}.legal2-intro-grid{grid-template-columns:.46fr 1fr .76fr;align-items:start;gap:55px;display:grid}.legal2-intro-grid>span,.legal2-section-heading span,.legal2-control-grid>div>span,.legal2-demo-card>span{color:#d3bc7e;letter-spacing:.15em;font-size:9px;font-weight:850}.legal2-intro h2{margin:0;font-size:clamp(42px,5vw,66px);line-height:1}.legal2-intro h2 em{color:#d9c487}.legal2-intro p{color:#bdc8ce;margin:4px 0 0;font-size:14px;line-height:1.78}.legal2-modules{background:var(--legal2-ivory);padding:112px 0}.legal2-section-heading{grid-template-columns:1fr .72fr;align-items:end;gap:70px;margin-bottom:50px;display:grid}.legal2-section-heading span{color:#8b7132}.legal2-section-heading h2{margin:14px 0 0;font-size:clamp(42px,5vw,65px);line-height:.99}.legal2-section-heading>p{color:#656b6e;margin:0;font-size:13px;line-height:1.75}.legal2-module-grid{border:1px solid var(--legal2-navy);background:var(--legal2-paper);border-radius:21px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.legal2-module-grid article{border-right:1px solid var(--legal2-navy);border-bottom:1px solid var(--legal2-navy);min-height:245px;padding:25px}.legal2-module-grid article:nth-child(4n){border-right:0}.legal2-module-grid article:nth-child(n+5){border-bottom:0}.legal2-module-grid article:nth-child(2),.legal2-module-grid article:nth-child(7){background:#e9efe9}.legal2-module-grid article:nth-child(3),.legal2-module-grid article:nth-child(6){background:#f2e8e8}.legal2-module-grid article>span{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:9px;font-weight:850;display:inline-flex}.legal2-module-grid h3{margin:47px 0 13px;font-size:28px}.legal2-module-grid p{color:inherit;opacity:.7;margin:0;font-size:11px;line-height:1.7}.legal2-showcase{background:#fff;border-top:1px solid #c9c3b6;padding:112px 0}.legal2-showcase-list{gap:86px;display:grid}.legal2-showcase-card{grid-template-columns:1.5fr .5fr;align-items:center;gap:50px;display:grid}.legal2-showcase-card:nth-child(2n){grid-template-columns:.5fr 1.5fr}.legal2-showcase-card:nth-child(2n) .legal2-showcase-frame{order:2;box-shadow:-10px 10px #e8d9d9}.legal2-showcase-frame{border:1px solid var(--legal2-navy);background:var(--legal2-ivory);border-radius:19px;padding:8px;animation:7.5s ease-in-out infinite legal2-float;overflow:hidden;box-shadow:10px 10px #ded2b5}.legal2-showcase-card:nth-child(2) .legal2-showcase-frame{animation-delay:-2.5s}.legal2-showcase-card:nth-child(3) .legal2-showcase-frame{animation-delay:-5s;box-shadow:10px 10px #bdcfc5}.legal2-showcase-frame img{border-radius:11px;width:100%;height:auto;transition:transform .6s;display:block}.legal2-showcase-card:hover img{transform:scale(1.015)}.legal2-showcase-copy>span{color:#8b7132;letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:850}.legal2-showcase-copy h3{margin:17px 0 14px;font-size:clamp(34px,3.5vw,48px);line-height:.99}.legal2-showcase-copy p{color:#646a6d;margin:0;font-size:12px;line-height:1.75}.legal2-control{border-block:1px solid var(--legal2-navy);background:#ede6d8;padding:108px 0}.legal2-control-grid{grid-template-columns:.9fr 1.1fr;gap:85px;display:grid}.legal2-control-grid>div>span{color:#795f28}.legal2-control h2{margin:17px 0 0;font-size:clamp(43px,5vw,66px);line-height:1}.legal2-control h2 em{color:var(--legal2-burgundy)}.legal2-control ol{border-top:1px solid var(--legal2-navy);margin:0;padding:0;list-style:none}.legal2-control li{border-bottom:1px solid var(--legal2-navy);grid-template-columns:52px 1fr;gap:12px;padding:24px 0;display:grid}.legal2-control li>span{font-size:10px;font-weight:850}.legal2-control li strong{font:500 23px Georgia,Times New Roman,serif}.legal2-control li p{max-width:520px;margin:7px 0 0;font-size:11px;line-height:1.65}.legal2-demo-cta{background:var(--legal2-ivory);padding:92px 0}.legal2-demo-card{background:var(--legal2-navy-soft);color:#fff;border:1px solid #071d2d;border-radius:23px;flex-direction:column;align-items:flex-start;min-height:430px;padding:62px;display:flex;box-shadow:12px 12px #d2c39f}.legal2-demo-card h2{margin:23px 0 17px;font-size:clamp(48px,6vw,77px);line-height:.92}.legal2-demo-card h2 em{color:#dfc98d}.legal2-demo-card p{color:#c6d0d5;max-width:570px;margin:0 0 35px;font-size:13px;line-height:1.7}.legal2-demo-cta a{margin-top:auto}.legal2-comparison{background:#fff;border-top:1px solid #d7d2c7;padding:108px 0}.legal2-comparison-scroll{background:#fff;border:1px solid #cfc9bc;border-radius:18px;overflow-x:auto;box-shadow:0 15px 40px #102b3e0f}.legal2-comparison-scroll:focus-visible{outline-offset:3px;outline:3px solid #9d2f4038}.legal2-comparison table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:820px}.legal2-comparison th,.legal2-comparison td{text-align:left;vertical-align:top;border-bottom:1px solid #ded9cf;border-right:1px solid #ded9cf;padding:19px 18px;font-size:11px;line-height:1.55}.legal2-comparison tr:last-child th,.legal2-comparison tr:last-child td{border-bottom:0}.legal2-comparison th:last-child,.legal2-comparison td:last-child{border-right:0}.legal2-comparison thead th{background:#f3f1eb;padding-block:22px;font-size:13px}.legal2-comparison thead th:first-child{color:#8b8e90;letter-spacing:.1em;text-transform:uppercase;font-size:9px}.legal2-comparison thead small{color:#7d8284;letter-spacing:.08em;text-transform:uppercase;margin-top:7px;font-size:8px;display:block}.legal2-comparison tbody th{background:#faf9f6;width:22%;font-weight:750}.legal2-comparison .is-featured{background:#f6ecee}.legal2-comparison thead .is-featured{background:var(--legal2-burgundy);color:#fff}.legal2-comparison thead .is-featured small{color:#eed9dc}.legal2-comparison-actions a{color:#8f2c3a;font-weight:850}@keyframes legal2-float{0%,to{transform:translateY(0)rotate(.08deg)}50%{transform:translateY(-8px)rotate(-.12deg)}}@media (prefers-reduced-motion:reduce){.legal2-entry-preview img,.legal2-entry-preview b,.legal2-showcase-frame{animation:none}.legal2-entry-preview img{opacity:1;display:none}.legal2-entry-preview img:first-child{display:block}}@media (width<=960px){.legal2-entry-heading,.legal2-section-heading{grid-template-columns:1fr;gap:28px}.legal2-entry-card{grid-template-columns:1fr}.legal2-entry-copy{padding:15px 14px 18px}.legal2-hero-grid{grid-template-columns:1fr;gap:62px}.legal2-hero-copy{max-width:740px}.legal2-intro-grid{grid-template-columns:1fr 1fr;gap:35px}.legal2-intro-grid>span{grid-column:1/-1}.legal2-module-grid{grid-template-columns:repeat(2,1fr)}.legal2-module-grid article,.legal2-module-grid article:nth-child(4n),.legal2-module-grid article:nth-child(n+5){border-right:1px solid var(--legal2-navy);border-bottom:1px solid var(--legal2-navy)}.legal2-module-grid article:nth-child(2n){border-right:0}.legal2-module-grid article:nth-child(n+7){border-bottom:0}.legal2-showcase-card,.legal2-showcase-card:nth-child(2n){grid-template-columns:1.25fr .75fr;gap:35px}.legal2-control-grid{grid-template-columns:1fr;gap:55px}}@media (width<=600px){.legal2-entry-section{padding:72px 0}.legal2-entry-heading{gap:20px;margin-bottom:29px}.legal2-entry-heading h2{font-size:38px}.legal2-entry-card{border-radius:18px;gap:20px;padding:10px}.legal2-entry-preview{border-radius:13px}.legal2-entry-copy h3{font-size:34px}.legal2-hero{background-size:28px 28px;padding:25px 0 64px}.legal2-breadcrumb{gap:7px;margin-bottom:36px;font-size:8px}.legal2-hero-grid{gap:46px}.legal2-hero-copy h1{font-size:51px}.legal2-hero-copy>p{font-size:14px}.legal2-actions{flex-direction:column;align-items:stretch}.legal2-demo-button,.legal2-text-button{width:100%}.legal2-text-button{justify-content:center}.legal2-proof{grid-template-columns:1fr;gap:10px;margin-top:32px}.legal2-proof span{grid-template-columns:95px 1fr;align-items:center;gap:10px;display:grid}.legal2-proof strong{margin:0}.legal2-hero-visual{border-radius:14px;padding:6px;box-shadow:7px 7px #d5c7a7}.legal2-hero-visual img{border-radius:8px}.legal2-visual-label{top:-15px;right:9px}.legal2-live-pill{bottom:13px;left:13px}.legal2-intro{padding:72px 0}.legal2-intro-grid{grid-template-columns:1fr;gap:25px}.legal2-intro-grid>span{grid-column:auto}.legal2-intro h2{font-size:44px}.legal2-modules,.legal2-showcase{padding:78px 0}.legal2-section-heading{gap:22px;margin-bottom:35px}.legal2-section-heading h2{font-size:42px}.legal2-module-grid{border-radius:16px;grid-template-columns:1fr}.legal2-module-grid article,.legal2-module-grid article:nth-child(4n),.legal2-module-grid article:nth-child(2n),.legal2-module-grid article:nth-child(n+5),.legal2-module-grid article:nth-child(n+7){border-right:0;border-bottom:1px solid var(--legal2-navy);min-height:220px}.legal2-module-grid article:last-child{border-bottom:0}.legal2-module-grid h3{margin-top:36px}.legal2-showcase-list{gap:65px}.legal2-showcase-card,.legal2-showcase-card:nth-child(2n){grid-template-columns:1fr;gap:28px}.legal2-showcase-card:nth-child(2n) .legal2-showcase-frame{order:0}.legal2-showcase-frame{box-shadow:6px 6px #ded2b5}.legal2-showcase-card:nth-child(2n) .legal2-showcase-frame{box-shadow:-6px 6px #e8d9d9}.legal2-showcase-card:nth-child(3) .legal2-showcase-frame{box-shadow:6px 6px #bdcfc5}.legal2-control{padding:76px 0}.legal2-control-grid{gap:40px}.legal2-control h2{font-size:43px}.legal2-control li{grid-template-columns:38px 1fr}.legal2-demo-cta{padding:70px 0 80px}.legal2-demo-card{border-radius:18px;min-height:450px;padding:38px 25px;box-shadow:7px 7px #d2c39f}.legal2-demo-card h2{font-size:47px}.legal2-demo-card a{gap:18px;width:100%}.legal2-comparison{padding:76px 0}.legal2-comparison th,.legal2-comparison td{padding:15px 14px}}@media (width<=960px){.minimal-hero{padding:78px 0}.minimal-hero-grid{grid-template-columns:1fr;gap:58px}.minimal-hero-copy{max-width:720px}.system-card{max-width:700px}.statement-grid{grid-template-columns:1fr 1fr}.statement-grid>p{grid-column:1/-1;padding:0 0 24px}.statement-grid>div:first-of-type{border-left:0}.statement-grid>div:nth-of-type(3){border-top:1px solid #e4e9ef;border-left:0}.statement-grid>div:nth-of-type(2){border-bottom:1px solid #e4e9ef}.minimal-section-head,.process-simple-grid,.industries-simple-row,.retail-shop-heading{grid-template-columns:1fr;gap:42px}.simple-product-grid,.retail-shop-grid{grid-template-columns:1fr 1fr}.retail-shop-card.is-active{grid-column:span 2}.retail-shop-card.is-pending{grid-column:span 1}.retail-shop-card.is-pending:last-child{grid-column:span 2}.minimal-process{padding:90px 0}.process-simple-grid ol{max-width:720px}.minimal-footer-main{flex-direction:column;align-items:flex-start}.minimal-footer-main nav{justify-content:flex-start}.minimal-footer-bottom{grid-template-columns:1fr auto}.minimal-footer-bottom>a{text-align:left;grid-column:1/-1}}@media (width<=600px){.site-header .header-inner{height:62px}.minimal-hero{padding:56px 0 64px}.minimal-hero:before{display:none}.minimal-hero-grid{gap:43px}.minimal-hero h1{margin:21px 0 22px;font-size:clamp(50px,15vw,64px);line-height:.94}.minimal-hero-copy>p{font-size:16px;line-height:1.6}.minimal-actions{flex-direction:column;align-items:stretch;gap:11px;margin-top:28px}.minimal-actions .button{width:100%}.minimal-text-link{text-align:center;border:0}.minimal-proof{grid-template-columns:1fr 1fr;gap:10px 12px;margin-top:26px;display:grid}.minimal-proof span:last-child{grid-column:1/-1}.system-card{border-radius:20px;padding:13px;box-shadow:0 24px 55px #15284a1a}.system-card-top{padding:2px 4px 14px}.system-core{border-radius:14px;padding:16px}.system-core>span{border-radius:12px;width:42px;height:42px}.system-modules{grid-template-columns:1fr}.system-modules>a{padding:12px}.system-modules small{font-size:8px}.statement-grid{grid-template-columns:1fr}.statement-grid>p{font-size:14px}.statement-grid>div{border-left:0;min-height:82px;padding:14px 4px;border-top:1px solid #e4e9ef!important;border-bottom:0!important}.minimal-solutions{padding:82px 0}.minimal-section-head{gap:25px;margin-bottom:36px}.minimal-section-head h2,.process-simple-grid h2{font-size:44px}.minimal-section-head>p{font-size:14px}.simple-product-grid,.retail-shop-grid{grid-template-columns:1fr}.retail-shop-card.is-active,.retail-shop-card.is-pending,.retail-shop-card.is-pending:last-child{grid-column:span 1}.simple-product-card{min-height:260px;padding:25px}.simple-product-card>div{margin-bottom:30px}.minimal-process{padding:78px 0}.process-simple-grid{gap:34px}.process-simple-grid li{grid-template-columns:40px 1fr;gap:10px;padding:25px 0}.process-simple-grid h3{font-size:18px}.minimal-industries{padding:72px 0}.industries-simple-row{gap:30px}.industries-simple-row h2{font-size:36px}.industry-pills{grid-template-columns:1fr 1fr;display:grid}.industry-pills a{justify-content:space-between;min-width:0;padding:0 13px;font-size:10px}.retail-shop-section{padding:72px 0}.retail-shop-heading{gap:22px;margin-bottom:30px}.retail-shop-heading h2{font-size:38px}.retail-shop-card{min-height:330px}.retail-shop-placeholder{height:130px}.home-minimal .cta-section{padding:42px 0}.cta-card-simple{border-radius:22px;min-height:390px;padding:38px 26px}.cta-card-simple h2{font-size:37px}.cta-card-simple .button{width:100%}.minimal-footer-main{min-height:auto;padding-block:42px}.minimal-footer-main nav{grid-template-columns:1fr 1fr;gap:15px;width:100%;display:grid}.minimal-footer-bottom{grid-template-columns:1fr;gap:16px}.minimal-footer-bottom>div{flex-wrap:wrap;gap:12px 17px}.minimal-footer-bottom>a{text-align:left}}.site-header .nav-menu>summary:hover,.site-header .nav-menu[open]>summary{color:var(--ink)}.site-header .nav-menu[open]>summary span{color:var(--blue)}.nav-menu-industries{position:static}.nav-popover-industries{background:#fffffffb;border-color:#dfe6ef;border-radius:0 0 24px 24px;grid-template-columns:238px 1fr;gap:14px;width:min(1080px,100vw - 48px);padding:16px;display:grid;top:calc(100% + 1px);left:50%;transform:translate(-50%);box-shadow:0 30px 70px #0d1b3324}.nav-popover-industries:before{height:3px;top:-3px}.mega-menu-intro{color:#fff;background:#0d1b33;border-radius:16px;flex-direction:column;align-items:flex-start;min-height:250px;padding:24px;display:flex}.mega-menu-intro>span{color:#8db8ff;letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:800}.mega-menu-intro h2{letter-spacing:-.055em;margin:17px 0 14px;font-size:25px;line-height:1.05}.mega-menu-intro p{color:#aebbd0;margin:0;font-size:10px;line-height:1.65}.mega-menu-intro>a{color:#a8c9ff;align-items:center;gap:8px;margin-top:auto;font-size:10px;font-weight:800;display:inline-flex}.mega-menu-intro>a:hover span{transform:translate(3px)}.mega-sector-grid{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.mega-sector-card{background:#fff;border:1px solid #e4e9f0;border-radius:14px;flex-direction:column;min-width:0;padding:17px 15px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.mega-sector-card:hover{border-color:var(--sector-color);transform:translateY(-2px);box-shadow:0 13px 30px #0d1b3312}.mega-sector-card>div:first-child{justify-content:space-between;align-items:center;display:flex}.mega-sector-card>div:first-child>span{color:#9aa7b8;font-size:8px;font-weight:800}.mega-sector-card>div:first-child>i{background:var(--sector-color);width:8px;height:8px;box-shadow:0 0 0 4px var(--sector-color);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.mega-sector-card>div:first-child>i{box-shadow:0 0 0 4px color-mix(in srgb,var(--sector-color) 13%,transparent)}}.mega-sector-title{color:#10203a;letter-spacing:-.03em;justify-content:space-between;align-items:center;gap:5px;margin:29px 0 9px;font-size:15px;font-weight:800;display:flex}.mega-sector-title span{color:var(--sector-color);font-size:10px}.mega-sector-card>p{color:#6a7688;margin:0;font-size:9px;line-height:1.55}.mega-sector-links{gap:3px;margin-top:auto;padding-top:14px;display:grid}.mega-sector-links a{color:#4f5e72;background:#f5f7fa;border-radius:7px;padding:6px 7px;font-size:8px;font-weight:700}.mega-sector-links a:hover{background:var(--sector-color)}@supports (color:color-mix(in lab, red, red)){.mega-sector-links a:hover{background:color-mix(in srgb,var(--sector-color) 9%,white)}}.mega-sector-links a:hover{color:#13233b}.mobile-sector-menu{background:#f7f9fc;border:1px solid #e5eaf1;border-radius:12px;margin:5px 0;padding:10px}.mobile-sector-heading{color:#16253d;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;padding:3px 2px 10px;font-size:11px;font-weight:850;display:flex}.mobile-sector-heading span{color:#718096;font-size:8px}.mobile-sector-menu>div{grid-template-columns:1fr 1fr;gap:5px;display:grid}.mobile-sector-menu>div>a{background:#fff;border:1px solid #e2e8f0;border-radius:9px;align-items:center;gap:7px;min-height:42px;padding:9px;font-size:10px;font-weight:750;display:flex}.mobile-sector-menu>div>a i{background:var(--sector-color);border-radius:50%;flex:none;width:7px;height:7px}.mobile-sector-menu>div>a span{color:var(--sector-color);margin-left:auto}.sector-directory-page,.sector-detail-hero{background:#fff}.sector-directory-page h1,.sector-directory-page h2,.sector-directory-page h3,.sector-detail-hero h1,.sector-audience-section h2,.sector-audience-section h3,.public-program-section h2,.public-program-section h3,.sector-workflow-section h2{font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.055em}.sector-directory-hero{background:#f7f9fc;border-bottom:1px solid #e5eaf1;padding-bottom:80px}.sector-directory-hero-grid{grid-template-columns:1.05fr .68fr;align-items:end;gap:90px;padding-top:70px;display:grid}.sector-directory-hero h1{color:#0c1a31;max-width:780px;margin:26px 0 0;font-size:clamp(58px,7vw,92px);font-weight:650;line-height:.94}.sector-directory-hero h1 span{color:#3978f6}.sector-directory-hero-grid>p{color:#617087;margin:0;font-size:15px;line-height:1.72}.sector-primary-section{background:#fff;padding:100px 0 112px}.sector-section-heading>span,.sector-specialist-copy>span,.sector-workflow-copy>span{color:#6b7890;letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:800}.sector-section-heading h2{color:#0d1b33;margin:13px 0 0;font-size:clamp(42px,4.5vw,60px);line-height:1}.sector-primary-grid{grid-template-columns:repeat(6,1fr);gap:14px;margin-top:48px;display:grid}.sector-primary-card{background:#fff;border:1px solid #dfe6ef;border-radius:20px;flex-direction:column;align-items:flex-start;min-height:390px;padding:25px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.sector-primary-card:first-child,.sector-primary-card:nth-child(2){grid-column:span 3}.sector-primary-card:nth-child(n+3){grid-column:span 2}.sector-primary-card:after{content:"";border:1px solid var(--sector-accent);width:180px;height:180px;position:absolute;top:-98px;right:-85px}@supports (color:color-mix(in lab, red, red)){.sector-primary-card:after{border:1px solid color-mix(in srgb,var(--sector-accent) 25%,transparent)}}.sector-primary-card:after{box-shadow:0 0 0 35px var(--sector-accent),0 0 0 70px var(--sector-accent);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.sector-primary-card:after{box-shadow:0 0 0 35px color-mix(in srgb,var(--sector-accent) 3%,transparent),0 0 0 70px color-mix(in srgb,var(--sector-accent) 2%,transparent)}}.sector-primary-card:hover{border-color:var(--sector-accent);transform:translateY(-5px);box-shadow:0 22px 60px #0d1b3317}.sector-primary-card-top{justify-content:space-between;align-items:center;width:100%;display:flex}.sector-primary-card-top>span{color:#9aa7b8;font-size:10px;font-weight:800}.sector-primary-card-top>i{z-index:1;background:var(--sector-accent);width:11px;height:11px;box-shadow:0 0 0 6px var(--sector-accent);border-radius:50%;position:relative}@supports (color:color-mix(in lab, red, red)){.sector-primary-card-top>i{box-shadow:0 0 0 6px color-mix(in srgb,var(--sector-accent) 12%,transparent)}}.sector-primary-card>small{color:var(--sector-accent);letter-spacing:.1em;text-transform:uppercase;margin-top:57px;font-size:9px;font-weight:850}.sector-primary-card h2{color:#0d1b33;margin:10px 0 12px;font-size:32px;line-height:1}.sector-primary-card>p{color:#65738a;max-width:440px;margin:0;font-size:12px;line-height:1.68}.sector-primary-tags{flex-wrap:wrap;gap:6px;margin:22px 0 30px;display:flex}.sector-primary-tags>span{color:#5c6b80;background:#f2f5f9;border-radius:999px;padding:6px 8px;font-size:8px;font-weight:700}.sector-primary-card>strong{color:#13233b;align-items:center;gap:8px;margin-top:auto;font-size:10px;display:flex}.sector-primary-card>strong>span{color:var(--sector-accent)}.sector-specialist-section{color:#fff;background:#0d1b33;padding:112px 0}.sector-specialist-layout{grid-template-columns:.7fr 1.3fr;gap:100px;display:grid}.sector-specialist-copy{height:fit-content;position:sticky;top:110px}.sector-specialist-copy>span{color:#8eb8ff}.sector-specialist-copy h2{margin:16px 0 20px;font-size:clamp(42px,5vw,64px);line-height:.98}.sector-specialist-copy p{color:#aebbd0;max-width:420px;margin:0;font-size:13px}.sector-specialist-list{border-top:1px solid #ffffff2e}.sector-specialist-list>a{border-bottom:1px solid #ffffff2e;grid-template-columns:38px 1fr 30px;align-items:center;gap:14px;padding:23px 7px;transition:padding .2s,background .2s;display:grid}.sector-specialist-list>a:hover{background:#ffffff0a;padding-inline:16px}.sector-specialist-list>a>span{color:#77869b;font-size:9px}.sector-specialist-list strong{font-size:17px;display:block}.sector-specialist-list small{color:#8796aa;margin-top:5px;font-size:9px;display:block}.sector-specialist-list>a>i{background:var(--sector-accent);color:#fff;border-radius:50%;place-content:center;width:28px;height:28px;font-size:10px;font-style:normal;display:grid}.sector-detail-hero{background:#f7f9fc;border-bottom:1px solid #e3e9f1;padding-bottom:92px;overflow:hidden}.sector-detail-hero-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:95px;padding-top:58px;display:grid}.sector-detail-copy h1{color:#0c1a31;max-width:650px;margin:24px 0 23px;font-size:clamp(54px,6.3vw,83px);font-weight:650;line-height:.94}.sector-detail-copy>p{color:#607087;max-width:620px;margin:0;font-size:16px;line-height:1.68}.sector-detail-hero .minimal-kicker i{background:var(--sector-accent);box-shadow:0 0 0 5px var(--sector-accent)}@supports (color:color-mix(in lab, red, red)){.sector-detail-hero .minimal-kicker i{box-shadow:0 0 0 5px color-mix(in srgb,var(--sector-accent) 12%,transparent)}}.sector-detail-actions{align-items:center;gap:22px;margin-top:31px;display:flex}.sector-detail-actions>a:last-child{color:#35445a;border-bottom:1px solid #9aa7b8;padding:10px 2px;font-size:11px;font-weight:750}.sector-detail-actions .button{background:var(--sector-accent);box-shadow:0 12px 28px var(--sector-accent)}@supports (color:color-mix(in lab, red, red)){.sector-detail-actions .button{box-shadow:0 12px 28px color-mix(in srgb,var(--sector-accent) 24%,transparent)}}.sector-command{background:#fff;border:1px solid #d7e0eb;border-radius:23px;padding:15px;position:relative;box-shadow:0 30px 80px #0d1b331c}.sector-command:before{content:"";z-index:-1;background:var(--sector-accent);border-radius:23px;position:absolute;inset:25px -25px -25px 25px}@supports (color:color-mix(in lab, red, red)){.sector-command:before{background:color-mix(in srgb,var(--sector-accent) 9%,white)}}.sector-command-top{color:#6b7890;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:4px 6px 16px;font-size:9px;font-weight:800;display:flex}.sector-command-top>span{align-items:center;gap:7px;display:flex}.sector-command-top i{background:#38b889;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #38b8891a}.sector-command-core{color:#fff;background:#10203a;border-radius:15px;align-items:center;gap:13px;padding:18px;display:flex}.sector-command-core>i{background:var(--sector-accent);border-radius:13px;place-content:center;width:46px;height:46px;font-size:18px;font-style:normal;font-weight:850;display:grid}.sector-command-core div{gap:3px;display:grid}.sector-command-core small{color:#92a1b6;letter-spacing:.12em;font-size:7px}.sector-command-core strong{font-size:15px}.sector-command-core>span{color:#a8dcca;background:#ffffff14;border-radius:999px;margin-left:auto;padding:6px 8px;font-size:8px;font-weight:750}.sector-command-list{gap:7px;margin-top:10px;display:grid}.sector-command-list>div{background:#fafbfd;border:1px solid #e6ebf2;border-radius:12px;grid-template-columns:30px 1fr 85px 53px;align-items:center;gap:10px;min-height:66px;padding:12px 13px;display:grid}.sector-command-list>div>span{color:#9aa7b8;font-size:8px;font-weight:800}.sector-command-list strong{font-size:11px}.sector-command-list>div>i{background:#e6ebf2;border-radius:999px;height:5px;overflow:hidden}.sector-command-list>div>i b{border-radius:inherit;background:var(--sector-accent);width:72%;height:100%;display:block}.sector-command-list>div:nth-child(2)>i b{width:54%}.sector-command-list>div:nth-child(3)>i b{width:85%}.sector-command-list>div>small{color:#637288;text-align:center;background:#eef3f8;border-radius:999px;padding:5px 7px;font-size:7px}.sector-command-footer{color:#718096;justify-content:space-between;padding:15px 5px 3px;font-size:8px;font-weight:700;display:flex}.sector-audience-section{background:#fff;padding:105px 0}.sector-section-heading-inline{grid-template-columns:1fr .72fr;align-items:end;gap:80px;display:grid}.sector-section-heading-inline>p{color:#68768b;margin:0;font-size:13px}.sector-audience-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:46px;display:grid}.sector-audience-grid article{background:#fff;border:1px solid #e0e6ee;border-radius:17px;flex-direction:column;align-items:flex-start;min-height:230px;padding:22px;display:flex}.sector-audience-grid article>span{color:#9ba7b8;font-size:9px;font-weight:800}.sector-audience-grid article>i{background:var(--sector-accent);width:34px;height:34px;box-shadow:9px 9px 0 var(--sector-accent);border-radius:11px;margin:33px 0 19px}@supports (color:color-mix(in lab, red, red)){.sector-audience-grid article>i{box-shadow:9px 9px 0 color-mix(in srgb,var(--sector-accent) 10%,white)}}.sector-audience-grid h3{color:#10203a;margin:0 0 9px;font-size:16px}.sector-audience-grid p{color:#718096;margin:0;font-size:10px;line-height:1.55}.public-program-section{background:#f3f5f8;border-block:1px solid #e0e6ee;padding:105px 0}.public-program-grid{grid-template-columns:repeat(3,1fr);gap:13px;margin-top:45px;display:grid}.public-program-grid>a{background:#fff;border:1px solid #dbe2eb;border-radius:19px;flex-direction:column;align-items:flex-start;min-height:330px;padding:25px;transition:transform .2s,box-shadow .2s;display:flex}.public-program-grid>a:hover{transform:translateY(-4px);box-shadow:0 22px 50px #0d1b3314}.public-program-grid>a>div{justify-content:space-between;align-items:center;width:100%;display:flex}.public-program-grid>a>div span{color:#9aa7b8;font-size:9px}.public-program-grid>a>div i{background:#7655e8;border-radius:50%;width:30px;height:30px;box-shadow:0 0 0 7px #7655e817}.public-program-grid h3{color:#10203a;margin:74px 0 13px;font-size:28px}.public-program-grid p{color:#69778c;margin:0;font-size:11px}.public-program-grid strong{color:#7655e8;margin-top:auto;font-size:10px}.sector-workflow-section{color:#fff;background:#0d1b33;padding:110px 0}.sector-workflow-layout{grid-template-columns:.72fr 1.28fr;gap:105px;display:grid}.sector-workflow-copy{height:fit-content;position:sticky;top:110px}.sector-workflow-copy>span{color:var(--sector-accent)}@supports (color:color-mix(in lab, red, red)){.sector-workflow-copy>span{color:color-mix(in srgb,var(--sector-accent) 72%,white)}}.sector-workflow-copy h2{max-width:460px;margin:17px 0 20px;font-size:clamp(42px,5vw,64px);line-height:.98}.sector-workflow-copy p{color:#a8b5c8;max-width:430px;margin:0;font-size:13px}.sector-workflow-list{border-top:1px solid #ffffff2b;margin:0;padding:0;list-style:none}.sector-workflow-list li{border-bottom:1px solid #ffffff2b;grid-template-columns:40px 1fr 30px;align-items:center;gap:13px;min-height:92px;padding:20px 5px;display:grid}.sector-workflow-list li>span{color:#718096;font-size:9px}.sector-workflow-list strong{font-size:17px;display:block}.sector-workflow-list small{color:#8f9db0;margin-top:6px;font-size:9px;display:block}.sector-workflow-list li>i{background:var(--sector-accent);border-radius:50%;place-content:center;width:28px;height:28px;font-size:10px;font-style:normal;display:grid}@media (width<=1080px){.nav-popover-industries{grid-template-columns:205px 1fr}.mega-menu-intro{padding:20px}.mega-sector-grid{grid-template-columns:repeat(3,1fr)}.mega-sector-card{min-height:184px}.mega-sector-card:nth-child(4),.mega-sector-card:nth-child(5){grid-column:span 1}.mega-sector-title{margin-top:19px}.sector-detail-hero-grid{gap:55px}.sector-command-list>div{grid-template-columns:25px 1fr 65px 50px}.sector-primary-grid{grid-template-columns:repeat(2,1fr)}.sector-primary-card:nth-child(n){grid-column:span 1}.sector-primary-card:last-child{grid-column:1/-1}}@media (width<=860px){.mobile-menu nav{max-height:calc(100vh - 88px);overflow-y:auto}.sector-directory-hero-grid,.sector-detail-hero-grid,.sector-specialist-layout,.sector-workflow-layout{grid-template-columns:1fr;gap:52px}.sector-directory-hero-grid{padding-top:55px}.sector-directory-hero-grid>p{max-width:650px}.sector-detail-copy{max-width:720px}.sector-command{max-width:700px}.sector-specialist-copy,.sector-workflow-copy{position:static}.sector-section-heading-inline{grid-template-columns:1fr;gap:25px}.sector-audience-grid{grid-template-columns:1fr 1fr}.sector-audience-grid article{min-height:210px}.public-program-grid{grid-template-columns:1fr}.public-program-grid>a{min-height:260px}.public-program-grid h3{margin-top:48px}.sector-specialist-layout,.sector-workflow-layout{gap:45px}}@media (width<=600px){.sector-directory-hero{padding-bottom:58px}.sector-directory-hero-grid{gap:28px;padding-top:42px}.sector-directory-hero h1{font-size:50px}.sector-primary-section,.sector-audience-section,.public-program-section{padding:74px 0}.sector-section-heading h2{font-size:40px}.sector-primary-grid{grid-template-columns:1fr;margin-top:34px}.sector-primary-card:nth-child(n){grid-column:auto;min-height:350px;padding:22px}.sector-primary-card>small{margin-top:45px}.sector-specialist-section,.sector-workflow-section{padding:78px 0}.sector-specialist-copy h2,.sector-workflow-copy h2{font-size:43px}.sector-specialist-list>a{padding-block:20px}.sector-detail-hero{padding-bottom:68px}.sector-detail-hero-grid{gap:46px;padding-top:42px}.sector-detail-copy h1{font-size:49px}.sector-detail-copy>p{font-size:14px}.sector-detail-actions{flex-direction:column;align-items:stretch;gap:8px}.sector-detail-actions .button{width:100%}.sector-detail-actions>a:last-child{text-align:center;border:0}.sector-command{border-radius:18px;padding:10px}.sector-command:before{inset:18px -9px -14px 12px}.sector-command-list>div{grid-template-columns:23px 1fr 45px;min-height:60px}.sector-command-list>div>small{display:none}.sector-command-footer{gap:15px}.sector-audience-grid{grid-template-columns:1fr;margin-top:34px}.sector-audience-grid article{min-height:190px}.sector-audience-grid article>i{margin:25px 0 17px}.public-program-grid{margin-top:34px}.public-program-grid>a{min-height:275px;padding:22px}.sector-workflow-list li{grid-template-columns:32px 1fr 28px}.sector-workflow-list strong{font-size:15px}}.sector-menu-popover{background:#fff;border:1px solid #dde4ed;border-radius:0 0 20px 20px;width:min(820px,100vw - 48px);padding:22px;top:calc(100% + 1px);left:50%;transform:translate(-50%);box-shadow:0 24px 60px #0d1b3321}.sector-menu-popover:before{height:3px;top:-3px}.sector-menu-top{border-bottom:1px solid #e7ebf1;justify-content:space-between;align-items:flex-end;gap:25px;padding-bottom:16px;display:flex}.sector-menu-top>div>span{color:#8793a4;letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px;font-size:8px;font-weight:800;display:block}.sector-menu-top strong{color:#14233b;letter-spacing:-.025em;font-size:14px}.sector-menu-top>a{color:#3978f6;white-space:nowrap;align-items:center;gap:7px;font-size:9px;font-weight:800;display:flex}.sector-menu-list{grid-template-columns:1fr 1fr;padding:7px 0;display:grid}.sector-menu-list>a{min-height:73px;box-shadow:inset 3px 0 var(--sector-color);border-bottom:1px solid #edf0f4;grid-template-columns:28px 1fr 20px;align-items:center;gap:10px;padding:14px 13px;transition:background .18s;display:grid}.sector-menu-list>a:nth-child(odd){border-right:1px solid #edf0f4}.sector-menu-list>a:hover{background:#f7f9fc}.sector-menu-list>a>span{color:#98a3b2;font-size:8px;font-weight:800}.sector-menu-list>a>div{min-width:0}.sector-menu-list>a>div strong,.sector-menu-list>a>div small{display:block}.sector-menu-list>a>div strong{color:#14233b;font-size:13px}.sector-menu-list>a>div small{color:#7a8799;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:8px;overflow:hidden}.sector-menu-list>a>i{color:var(--sector-color);margin-left:auto;font-size:10px;font-style:normal}.sector-menu-list>a:nth-child(5){border-right:0;grid-column:1/-1}.sector-menu-public{align-items:center;gap:8px;padding:11px 3px 0;display:flex}.sector-menu-public>span{color:#8b96a6;text-transform:uppercase;letter-spacing:.08em;margin-right:4px;font-size:8px;font-weight:800}.sector-menu-public>a{color:#536176;background:#f3f5f8;border-radius:999px;padding:6px 9px;font-size:8px;font-weight:700}.sector-menu-public>a:hover{color:#14233b;background:#eceff4}.mobile-sector-simple{background:#f7f9fc;border:1px solid #e5eaf1;border-radius:12px;margin:5px 0;padding:10px}.mobile-sector-title{color:#14233b;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;padding:3px 2px 9px;font-size:10px;font-weight:850;display:flex}.mobile-sector-title>span{color:#718096;font-size:8px}.mobile-sector-list{display:grid}.mobile-sector-list>a{color:#233249;border-top:1px solid #e6ebf1;grid-template-columns:8px 1fr 18px;align-items:center;gap:9px;min-height:40px;padding:8px 4px;font-size:10px;font-weight:750;display:grid}.mobile-sector-list>a>i{background:var(--sector-color);border-radius:50%;width:7px;height:7px}.mobile-sector-list>a>b{color:var(--sector-color);text-align:right;font-size:9px}.sectors-simple-page,.sector-simple-hero{background:#fff}.sectors-simple-page h1,.sectors-simple-page h2,.sector-simple-hero h1,.sector-simple-overview h2,.public-simple-section h2{font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.055em}.sectors-simple-hero{background:#f7f9fc;border-bottom:1px solid #e4e9f0;padding-bottom:86px}.sectors-simple-intro{padding-top:72px}.sectors-simple-intro h1{color:#0d1b33;margin:25px 0 24px;font-size:clamp(58px,7vw,90px);font-weight:650;line-height:.93}.sectors-simple-intro h1 em{color:#3978f6;font-style:normal}.sectors-simple-intro>p{color:#627086;max-width:660px;margin:0;font-size:15px}.sectors-simple-choices{background:#fff;padding:92px 0 108px}.sectors-simple-heading{border-bottom:1px solid #dfe5ed;justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.sectors-simple-heading span{color:#6c798d;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:850}.sectors-simple-heading p{color:#8a95a5;margin:0;font-size:10px}.sectors-choice-list>a{border-bottom:1px solid #e3e8ef;grid-template-columns:38px 12px 220px 1fr 80px;align-items:center;gap:18px;min-height:128px;padding:26px 6px;transition:padding .18s,background .18s;display:grid}.sectors-choice-list>a:hover{background:#f8fafc;padding-inline:17px}.sectors-choice-list>a>span{color:#96a1b1;font-size:9px;font-weight:800}.sectors-choice-list>a>i{background:var(--sector-color);width:9px;height:9px;box-shadow:0 0 0 5px var(--sector-color);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.sectors-choice-list>a>i{box-shadow:0 0 0 5px color-mix(in srgb,var(--sector-color) 10%,transparent)}}.sectors-choice-list h2{color:#112038;margin:0;font-size:30px}.sectors-choice-list p{color:#69778b;max-width:590px;margin:0;font-size:11px}.sectors-choice-list>a>strong{color:#38475c;justify-content:flex-end;align-items:center;gap:9px;font-size:9px;display:flex}.sectors-choice-list>a>strong b{color:var(--sector-color)}.sectors-specialties-simple{color:#fff;background:#0d1b33;padding:88px 0}.sectors-specialties-grid{grid-template-columns:.7fr 1.3fr;align-items:start;gap:90px;display:grid}.sectors-specialties-grid>div:first-child>span{color:#8eb8ff;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:800}.sectors-specialties-grid h2{max-width:420px;margin:15px 0 0;font-size:42px;line-height:1}.sectors-specialty-links{border-top:1px solid #ffffff2e;grid-template-columns:1fr 1fr;display:grid}.sectors-specialty-links>a{color:#e8edf5;border-bottom:1px solid #ffffff2e;grid-template-columns:8px 1fr 18px;align-items:center;gap:12px;min-height:64px;padding:15px 8px;font-size:11px;font-weight:750;display:grid}.sectors-specialty-links>a:nth-child(odd){border-right:1px solid #ffffff2e;padding-right:20px}.sectors-specialty-links>a:nth-child(2n){padding-left:20px}.sectors-specialty-links>a>i{background:var(--sector-color);border-radius:50%;width:7px;height:7px}.sectors-specialty-links>a>b{color:var(--sector-color);text-align:right;font-size:9px}.sector-simple-hero{background:#f7f9fc;border-bottom:1px solid #e3e9f0;padding-bottom:86px;overflow:hidden}.sector-simple-hero-grid{grid-template-columns:.94fr 1.06fr;align-items:center;gap:90px;padding-top:58px;display:grid}.sector-simple-copy .minimal-kicker i{background:var(--sector-color);box-shadow:0 0 0 5px var(--sector-color)}@supports (color:color-mix(in lab, red, red)){.sector-simple-copy .minimal-kicker i{box-shadow:0 0 0 5px color-mix(in srgb,var(--sector-color) 10%,transparent)}}.sector-simple-copy h1{color:#0d1b33;max-width:680px;margin:24px 0 22px;font-size:clamp(52px,6vw,78px);font-weight:650;line-height:.95}.sector-simple-copy>p{color:#617086;max-width:610px;margin:0;font-size:15px}.sector-simple-actions{align-items:center;gap:22px;margin-top:31px;display:flex}.sector-simple-actions .button{background:var(--sector-color);box-shadow:none}.sector-simple-actions>a:last-child{color:#3f4d61;border-bottom:1px solid #a7b0bd;padding:9px 2px;font-size:10px;font-weight:750}.sector-detail-page .sector-simple-hero{border-bottom-color:var(--sector-color);background-color:#f7f9fc;background-repeat:no-repeat}@supports (color:color-mix(in lab, red, red)){.sector-detail-page .sector-simple-hero{border-bottom-color:color-mix(in srgb,var(--sector-color) 22%,#dce3eb)}}.sector-detail-page .sector-simple-panel{border-color:var(--sector-color);background:#ffffffd1}@supports (color:color-mix(in lab, red, red)){.sector-detail-page .sector-simple-panel{border-color:color-mix(in srgb,var(--sector-color) 20%,#dfe5ed)}}.sector-detail-page .sector-simple-panel{box-shadow:0 30px 80px var(--sector-color)}@supports (color:color-mix(in lab, red, red)){.sector-detail-page .sector-simple-panel{box-shadow:0 30px 80px color-mix(in srgb,var(--sector-color) 9%,transparent)}}.sector-detail-page .sector-simple-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sector-detail-page .sector-simple-overview{background:linear-gradient(180deg,#fff 0,var(--sector-color) 100%)}@supports (color:color-mix(in lab, red, red)){.sector-detail-page .sector-simple-overview{background:linear-gradient(180deg,#fff 0,color-mix(in srgb,var(--sector-color) 4%,#fff) 100%)}}.sector-detail-page[data-sector=perakende] .sector-simple-hero{background-color:#edf4ff;background-image:linear-gradient(90deg,#3878f612 1px,#0000 1px),linear-gradient(#3878f60d 1px,#0000 1px),radial-gradient(circle at 82% 22%,#3878f63d,#0000 25%);background-size:92px 100%,100% 92px,auto}.sector-detail-page[data-sector=kamu] .sector-simple-hero{background-color:#f4f0ff;background-image:radial-gradient(circle at 12% 20%,#7752e926 0 4px,#0000 5px),radial-gradient(circle at 79% 26%,#7752e938 0 7px,#0000 8px),linear-gradient(137deg,#0000 47%,#7752e91c 48%,#0000 49%);background-size:118px 118px,186px 186px,auto}.sector-detail-page[data-sector=insan-kaynaklari] .sector-simple-hero{background-color:#fff1fb;background-image:radial-gradient(at 78% 7%,#0000 0 23%,#be3ec921 23.5% 24%,#0000 24.5% 34%,#be3ec914 34.5% 35%,#0000 35.5%),linear-gradient(150deg,#ffffffe0 0 44%,#0000 44%)}.sector-detail-page[data-sector=uretim] .sector-simple-hero{background-color:#ebf9f7;background-image:linear-gradient(30deg,#14a99e12 12%,#0000 12.5% 87%,#14a99e12 87.5%),linear-gradient(150deg,#14a99e12 12%,#0000 12.5% 87%,#14a99e12 87.5%),linear-gradient(30deg,#14a99e12 12%,#0000 12.5% 87%,#14a99e12 87.5%);background-position:0 0,0 0,41px 71px;background-size:82px 142px}.sector-detail-page[data-sector=toptancilik] .sector-simple-hero{background-color:#fff4ec;background-image:repeating-linear-gradient(128deg,#0000 0 76px,#f47e471c 77px 79px,#0000 80px 154px),radial-gradient(circle at 84% 22%,#f47e4733,#0000 27%)}.sector-detail-page[data-sector=hukuk] .sector-simple-hero{background-color:#f8eff1;background-image:linear-gradient(90deg,#0000 0 68%,#96364c14 68% 73%,#0000 73% 78%,#96364c0d 78% 83%,#0000 83%),linear-gradient(#ffffffd1,#0000 56%)}.sector-detail-page[data-sector=tip-ve-saglik] .sector-simple-hero{background-color:#eefafa;background-image:linear-gradient(90deg,#0000 46%,#17a3a914 46% 54%,#0000 54%),linear-gradient(#0000 46%,#17a3a914 46% 54%,#0000 54%);background-position:calc(100% - 70px) 18px;background-size:132px 132px}.sector-detail-page[data-sector=egitim] .sector-simple-hero{background-color:#fff9e8;background-image:linear-gradient(90deg,#0000 0 13%,#e6ac2721 13% 13.25%,#0000 13.25%),repeating-linear-gradient(#0000 0 43px,#e6ac2717 44px 45px);background-size:auto}.sector-detail-page[data-sector=toptan-dagitim] .sector-simple-hero{background-color:#edf3fb;background-image:radial-gradient(circle at 72% 22%,#fff 0 5px,#0000 6px),radial-gradient(circle at 88% 54%,#fff 0 5px,#0000 6px),linear-gradient(31deg,#0000 69%,#2b5d9b24 69.3% 69.8%,#0000 70.1%),linear-gradient(149deg,#0000 71%,#2b5d9b17 71.3% 71.8%,#0000 72.1%);background-size:auto}.sector-detail-page[data-sector=emlak-yatirim] .sector-simple-hero{background-color:#eff8f0;background-image:linear-gradient(90deg,#40895c14 1px,#0000 1px),linear-gradient(#40895c14 1px,#0000 1px),linear-gradient(135deg,#0000 67%,#40895c29 67.2% 67.7%,#0000 67.9%);background-size:44px 44px,44px 44px,auto}.sector-detail-page[data-sector=gida-toptanciligi] .sector-simple-hero{background-color:#fff2ee;background-image:linear-gradient(45deg,#cd4e3412 25%,#0000 25% 75%,#cd4e3412 75%),linear-gradient(45deg,#cd4e3412 25%,#0000 25% 75%,#cd4e3412 75%),radial-gradient(circle at 84% 16%,#cd4e3433,#0000 24%);background-position:0 0,35px 35px,0 0;background-size:70px 70px,70px 70px,auto}.sector-detail-page[data-sector=kuafor-berber-guzellik] .sector-simple-hero{background-color:#fff1f5;background-image:radial-gradient(at 82% 22%,#0000 0 16%,#cf5b8529 16.5% 17.2%,#0000 17.7% 26%,#cf5b8517 26.5% 27.1%,#0000 27.6%),linear-gradient(122deg,#ffffffe6 0 46%,#0000 46%)}.sector-detail-page[data-sector=restoran-hazir-yemek] .sector-simple-hero{background-color:#fff2e9;background-image:radial-gradient(circle at 82% 23%,#0000 0 88px,#d06d3629 89px 91px,#0000 92px 129px,#d06d3614 130px 132px,#0000 133px),radial-gradient(circle at 92% 64%,#d06d3621,#0000 17%)}.sector-detail-page[data-sector=perde-ev-tekstili] .sector-simple-hero{background-color:#eff8f4;background-image:repeating-linear-gradient(101deg,#5b8a7714 0 2px,#0000 2px 29px),linear-gradient(90deg,#ffffffeb,#0000 58%)}.sector-detail-page[data-sector=apartman-site-yonetimi] .sector-simple-hero{background-color:#edf7f8;background-image:linear-gradient(90deg,#0000 0 69%,#2e8f9417 69% 78%,#0000 78%),linear-gradient(#0000 0 26%,#2e8f9412 26% 43%,#0000 43% 65%,#2e8f940d 65% 79%,#0000 79%),linear-gradient(135deg,#ffffffdb 0 50%,#0000 50%)}.sector-detail-page[data-sector=dernek-yonetimi] .sector-simple-hero{background-color:#f4f1ff;background-image:radial-gradient(circle at 78% 23%,#6756be2e 0 8px,#0000 9px),radial-gradient(circle at 87% 38%,#6756be1f 0 6px,#0000 7px),radial-gradient(circle at 69% 45%,#6756be1a 0 5px,#0000 6px),linear-gradient(34deg,#0000 69%,#6756be1a 69.3% 69.7%,#0000 70%)}.sector-simple-panel{background:#fff;border:1px solid #dbe2eb;border-radius:18px;padding:14px;box-shadow:0 22px 60px #0d1b3317}.sector-simple-panel-head{justify-content:space-between;align-items:center;padding:8px 9px 17px;display:flex}.sector-simple-panel-head span{color:#8a96a7;text-transform:uppercase;letter-spacing:.1em;font-size:8px;font-weight:800}.sector-simple-panel-head strong{color:var(--sector-color);font-size:10px}.sector-simple-panel ol{border:1px solid #e4e9f0;border-radius:12px;margin:0;padding:0;list-style:none;overflow:hidden}.sector-simple-panel li{background:#fafbfd;border-bottom:1px solid #e7ebf1;grid-template-columns:28px 1fr 24px;align-items:center;gap:12px;min-height:61px;padding:13px 14px;display:grid}.sector-simple-panel li:last-child{border-bottom:0}.sector-simple-panel li>span{color:#98a3b2;font-size:8px;font-weight:800}.sector-simple-panel li>strong{color:#203047;font-size:11px}.sector-simple-panel li>i{background:var(--sector-color);border-radius:50%;place-content:center;width:21px;height:21px;display:grid}@supports (color:color-mix(in lab, red, red)){.sector-simple-panel li>i{background:color-mix(in srgb,var(--sector-color) 11%,white)}}.sector-simple-panel li>i{color:var(--sector-color);font-size:8px;font-style:normal;font-weight:850}.sector-simple-panel-foot{color:#7d899a;justify-content:space-between;padding:15px 5px 3px;font-size:8px;font-weight:700;display:flex}.sector-simple-overview{background:#fff;padding:96px 0}.sector-simple-overview-grid{grid-template-columns:1.1fr .8fr .8fr;gap:18px;display:grid}.sector-simple-overview-intro{padding-right:55px}.sector-simple-overview-intro>span,.sector-simple-overview article>span,.public-simple-grid>div:first-child>span{color:var(--sector-color);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:850}.sector-simple-overview-intro h2{color:#10203a;margin:14px 0 18px;font-size:42px;line-height:1}.sector-simple-overview-intro p{color:#69778b;margin:0;font-size:12px}.sector-simple-overview article{background:#fff;border:1px solid #e1e7ee;border-radius:16px;padding:26px}.sector-simple-overview article>span{color:#79869a}.sector-simple-overview ul{gap:15px;margin:24px 0 0;padding:0;list-style:none;display:grid}.sector-simple-overview li{color:#27364d;grid-template-columns:16px 1fr;align-items:center;gap:9px;font-size:11px;font-weight:700;display:grid}.sector-simple-overview li>i{background:var(--sector-color);border-radius:50%;width:8px;height:8px;font-style:normal}.sector-simple-overview article:last-child li>i{background:var(--sector-color);place-content:center;width:17px;height:17px;display:grid}@supports (color:color-mix(in lab, red, red)){.sector-simple-overview article:last-child li>i{background:color-mix(in srgb,var(--sector-color) 11%,white)}}.sector-simple-overview article:last-child li>i{color:var(--sector-color);font-size:7px;font-weight:850}.public-simple-section{background:#f4f6f9;border-block:1px solid #e2e7ee;padding:88px 0}.public-simple-grid{grid-template-columns:.65fr 1.35fr;gap:90px;display:grid}.public-simple-grid>div:first-child>span{color:#7655e8}.public-simple-grid h2{color:#10203a;margin:14px 0 12px;font-size:42px;line-height:1}.public-simple-grid>div:first-child>p{color:#6e7b8e;margin:0;font-size:11px}.public-simple-links{border-top:1px solid #d9e0e9}.public-simple-links>a{border-bottom:1px solid #d9e0e9;grid-template-columns:35px 1fr 28px;align-items:center;gap:13px;min-height:90px;padding:18px 5px;display:grid}.public-simple-links>a>span{color:#929dad;font-size:8px}.public-simple-links strong,.public-simple-links small{display:block}.public-simple-links strong{color:#17263d;font-size:15px}.public-simple-links small{color:#6f7c8e;margin-top:5px;font-size:9px;line-height:1.5}.public-simple-links>a>i{color:#fff;background:#7655e8;border-radius:50%;place-content:center;width:26px;height:26px;font-size:9px;font-style:normal;display:grid}@media (width<=900px){.sector-simple-hero-grid,.sectors-specialties-grid,.public-simple-grid{grid-template-columns:1fr;gap:48px}.sector-simple-copy{max-width:720px}.sector-simple-panel{max-width:700px}.sector-simple-overview-grid{grid-template-columns:1fr 1fr}.sector-simple-overview-intro{grid-column:1/-1;max-width:700px;padding:0}.sectors-choice-list>a{grid-template-columns:35px 10px 180px 1fr 65px}.sectors-specialties-grid{gap:36px}}@media (width<=600px){.sector-menu-list{grid-template-columns:1fr}.sector-menu-list>a:nth-child(n){border-right:0;grid-column:auto}.sector-menu-public{flex-wrap:wrap;align-items:flex-start}.sector-menu-public>span{width:100%}.sectors-simple-hero{padding-bottom:62px}.sectors-simple-intro{padding-top:45px}.sectors-simple-intro h1{font-size:50px}.sectors-simple-intro>p{font-size:13px}.sectors-simple-choices{padding:68px 0 78px}.sectors-choice-list>a{grid-template-columns:27px 9px 1fr 26px;gap:11px;min-height:145px;padding:24px 3px}.sectors-choice-list>a:hover{padding-inline:8px}.sectors-choice-list h2{font-size:24px}.sectors-choice-list p{margin-top:8px;font-size:10px}.sectors-choice-list>a>strong{font-size:0}.sectors-choice-list>a>strong b{font-size:11px}.sectors-specialties-simple{padding:68px 0}.sectors-specialties-grid h2{font-size:37px}.sectors-specialty-links{grid-template-columns:1fr}.sectors-specialty-links>a:nth-child(n){border-right:0;padding-inline:7px}.sector-simple-hero{padding-bottom:64px}.sector-simple-hero-grid{gap:43px;padding-top:42px}.sector-simple-copy h1{font-size:48px}.sector-simple-copy>p{font-size:13px}.sector-simple-actions{flex-direction:column;align-items:stretch;gap:7px}.sector-simple-actions .button{width:100%}.sector-simple-actions>a:last-child{text-align:center;border:0}.sector-simple-panel{border-radius:15px;padding:10px}.sector-simple-overview{padding:70px 0}.sector-simple-overview-grid{grid-template-columns:1fr}.sector-simple-overview-intro{grid-column:auto}.sector-simple-overview-intro h2,.public-simple-grid h2{font-size:37px}.sector-simple-overview article{padding:22px}.public-simple-section{padding:70px 0}.public-simple-grid{gap:32px}.public-simple-links>a{grid-template-columns:28px 1fr 25px}.public-simple-links small{font-size:8px}}.sector-showcase-page{color:#111827;background:#fff;overflow:hidden}.sector-showcase-page h1,.sector-showcase-page h2{font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.06em}.sector-showcase-hero{color:#fff;background:radial-gradient(circle at 76% 38%,#485aff52,#0000 31%),linear-gradient(145deg,#07101f 0%,#101c3a 58%,#10174f 100%);position:relative;overflow:hidden}.sector-showcase-hero:before{content:"";opacity:.23;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 70% 45%,#000,#0000 72%);mask-image:radial-gradient(circle at 70% 45%,#000,#0000 72%)}.sector-showcase-hero .breadcrumbs{z-index:2;position:relative}.sector-showcase-hero .breadcrumbs a,.sector-showcase-hero .breadcrumbs span{color:#a8b5cb}.sector-showcase-hero-grid{z-index:1;grid-template-columns:.95fr 1.05fr;align-items:center;gap:80px;min-height:650px;padding:72px 0 92px;display:grid;position:relative}.sector-showcase-copy h1{margin:24px 0 25px;font-size:clamp(60px,7vw,92px);font-weight:640;line-height:.92}.sector-showcase-copy h1 em{color:#84aaff;font-style:normal}.sector-showcase-copy>p{color:#bec9db;max-width:610px;margin:0;font-size:17px;line-height:1.72}.sector-showcase-copy>a{color:#edf3ff;background:#ffffff12;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;margin-top:32px;padding:13px 19px;font-size:10px;font-weight:750;display:inline-flex}.sector-showcase-copy>a span{color:#78d8ff}.sector-showcase-radar{aspect-ratio:1;place-content:center;width:min(510px,100%);margin:auto;display:grid;position:relative}.sector-showcase-radar:before,.sector-showcase-radar:after{content:"";border:1px solid #97b5ff33;border-radius:50%;position:absolute}.sector-showcase-radar:before{inset:10%}.sector-showcase-radar:after{border-style:dashed;animation:32s linear infinite purpose-spin;inset:25%}.sector-showcase-core{z-index:2;background:linear-gradient(145deg,#3c76fff2,#6546ebe6);border:1px solid #ffffff2e;border-radius:54px;flex-direction:column;justify-content:center;align-items:center;width:180px;height:180px;display:flex;position:relative;box-shadow:0 28px 90px #1b48cd73,inset 0 1px #ffffff52}.sector-showcase-core>span{background:#ffffff24;border-radius:13px;place-content:center;width:42px;height:42px;margin-bottom:11px;font-size:19px;font-weight:850;display:grid}.sector-showcase-core strong{font-size:15px}.sector-showcase-core small{color:#c9d8ff;letter-spacing:.11em;text-transform:uppercase;margin-top:7px;font-size:8px}.sector-radar-dot{z-index:3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#dbe5f5;background:#091632e6;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;min-width:116px;padding:10px 12px;font-size:8px;font-weight:750;transition:transform .2s,border-color .2s,background .2s;display:flex;position:absolute;box-shadow:0 15px 35px #0000003d}.sector-radar-dot:hover,.sector-radar-dot:focus-visible{border-color:var(--sector-color);transform:translateY(-2px)}@supports (color:color-mix(in lab, red, red)){.sector-radar-dot:hover,.sector-radar-dot:focus-visible{border-color:color-mix(in srgb,var(--sector-color) 68%,white)}}.sector-radar-dot:hover,.sector-radar-dot:focus-visible{background:#0d2147;outline:0}.sector-radar-dot i{background:var(--sector-color);width:8px;height:8px;box-shadow:0 0 0 5px var(--sector-color);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.sector-radar-dot i{box-shadow:0 0 0 5px color-mix(in srgb,var(--sector-color) 14%,transparent)}}.sector-radar-dot-1{top:18%;left:0}.sector-radar-dot-2{top:28%;right:-1%}.sector-radar-dot-3{bottom:18%;right:4%}.sector-radar-dot-4{bottom:9%;left:9%}.sector-radar-dot-5{top:49%;left:-3%}.sector-showcase-summary{z-index:2;border-top:1px solid #ffffff26;grid-template-columns:repeat(3,1fr);display:grid;position:relative}.sector-showcase-summary>span{color:#9eabc0;border-right:1px solid #ffffff26;justify-content:center;align-items:center;gap:9px;min-height:84px;padding:21px 24px;font-size:10px;display:flex}.sector-showcase-summary>span:last-child{border-right:0}.sector-showcase-summary b{color:#fff;letter-spacing:-.03em;font-size:16px}.sector-showcase-directory{background:#f3f5f9;padding:125px 0}.sector-showcase-heading{max-width:760px}.sector-showcase-heading>span,.sector-showcase-result-grid>div>span{color:#3478ff;letter-spacing:.15em;font-size:10px;font-weight:850}.sector-showcase-heading h2{margin:15px 0 19px;font-size:clamp(44px,5.5vw,70px);font-weight:630;line-height:.99}.sector-showcase-heading>p{color:#6a7586;max-width:650px;margin:0;font-size:15px;line-height:1.7}.sector-box-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:58px;display:grid}.sector-box{background:#fff;border:1px solid #dfe4ec;border-radius:24px;flex-direction:column;align-items:flex-start;min-height:390px;padding:27px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.sector-box:before{content:"";border:1px solid var(--sector-color);width:170px;height:170px;position:absolute;top:-70px;right:-65px}@supports (color:color-mix(in lab, red, red)){.sector-box:before{border:1px solid color-mix(in srgb,var(--sector-color) 23%,white)}}.sector-box:before{box-shadow:0 0 0 28px var(--sector-color),0 0 0 56px var(--sector-color);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.sector-box:before{box-shadow:0 0 0 28px color-mix(in srgb,var(--sector-color) 4%,transparent),0 0 0 56px color-mix(in srgb,var(--sector-color) 2%,transparent)}}.sector-box:hover{transform:translateY(-5px);box-shadow:0 24px 60px #0f1d3a1a}.sector-box-top{justify-content:space-between;align-items:center;width:100%;display:flex}.sector-box-top>span{color:#a0aaba;font-size:9px;font-weight:800}.sector-box-top>i{z-index:1;background:var(--sector-color);width:12px;height:12px;box-shadow:0 0 0 7px var(--sector-color);border-radius:50%;position:relative}@supports (color:color-mix(in lab, red, red)){.sector-box-top>i{box-shadow:0 0 0 7px color-mix(in srgb,var(--sector-color) 12%,transparent)}}.sector-box>small{color:var(--sector-color);letter-spacing:.09em;text-transform:uppercase;margin-top:50px;font-size:8px;font-weight:850}.sector-box h2{color:#142139;margin:11px 0 13px;font-size:28px;font-weight:650;line-height:1.05}.sector-box>p{color:#697588;margin:0;font-size:12px;line-height:1.7}.sector-box-tags{flex-wrap:wrap;gap:6px;margin-top:22px;display:flex}.sector-box-tags>span{color:#617086;background:#f2f5f9;border-radius:999px;padding:6px 8px;font-size:7px;font-weight:700}.sector-box>strong{color:#26364f;align-items:center;gap:7px;margin-top:auto;font-size:10px;display:flex}.sector-box>strong span{color:var(--sector-color);font-size:15px}.sector-showcase-result{color:#fff;background:#05070c;padding:125px 0}.sector-showcase-result-grid{grid-template-columns:.75fr 1.25fr;gap:105px;display:grid}.sector-showcase-result-grid>div>span{color:#7ca5ff}.sector-showcase-result h2{margin:16px 0 0;font-size:clamp(46px,5.5vw,70px);font-weight:620;line-height:.98}.sector-showcase-result h2 em{color:#8290a8;font-style:normal}.sector-showcase-result ol{border-top:1px solid #343b49;margin:0;padding:0;list-style:none}.sector-showcase-result li{border-bottom:1px solid #343b49;grid-template-columns:45px 1fr;gap:15px;padding:23px 0;display:grid}.sector-showcase-result li>span{color:#718096;font-size:9px}.sector-showcase-result strong{font-size:16px}.sector-showcase-result p{color:#929eaf;margin:6px 0 0;font-size:11px}@media (width<=1000px){.sector-showcase-hero-grid,.sector-showcase-result-grid{grid-template-columns:1fr}.sector-showcase-radar{max-width:520px}.sector-box-grid{grid-template-columns:1fr 1fr}.sector-showcase-result-grid{gap:55px}}@media (width<=650px){.sector-showcase-hero-grid{gap:25px;min-height:auto;padding:48px 0 58px}.sector-showcase-copy h1{font-size:54px}.sector-showcase-copy>p{font-size:14px}.sector-showcase-radar{width:330px}.sector-showcase-core{border-radius:39px;width:130px;height:130px}.sector-radar-dot{min-width:90px;padding:8px;font-size:7px}.sector-radar-dot-1{left:-4px}.sector-radar-dot-2{right:-4px}.sector-radar-dot-3{right:0}.sector-radar-dot-4{left:0}.sector-radar-dot-5{left:-8px}.sector-showcase-summary{grid-template-columns:1fr}.sector-showcase-summary>span{border-bottom:1px solid #ffffff26;border-right:0;justify-content:flex-start;min-height:58px}.sector-showcase-directory,.sector-showcase-result{padding:78px 0}.sector-showcase-heading h2,.sector-showcase-result h2{font-size:42px}.sector-box-grid{grid-template-columns:1fr}.sector-box{min-height:355px;padding:23px}.sector-box>small{margin-top:40px}.sector-box h2{font-size:27px}}.sector-showcase-page{--sector-ink:#0d1930;--sector-muted:#667287;background:#f4f6fa}.sector-showcase-page h1,.sector-showcase-page h2,.sector-showcase-page h3{font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.055em}.sector-showcase-page .sector-showcase-hero{background:radial-gradient(circle at 82% 28%,#4f5cff4d,#0000 27%),radial-gradient(circle at 15% 100%,#266eff21,#0000 35%),linear-gradient(145deg,#071120,#101d3d 62%,#151852);border-bottom:1px solid #ffffff1a}.sector-showcase-page .sector-showcase-hero:before{opacity:.18;background-size:72px 72px;-webkit-mask-image:linear-gradient(90deg,#0000,#000 48%,#000);mask-image:linear-gradient(90deg,#0000,#000 48%,#000)}.sector-showcase-page .sector-showcase-hero-grid{grid-template-columns:1.04fr .96fr;gap:92px;min-height:570px;padding:58px 0 76px}.sector-showcase-page .sector-showcase-copy h1{max-width:760px;margin:23px 0 24px;font-size:clamp(58px,6.5vw,88px);font-weight:630;line-height:.94}.sector-showcase-page .sector-showcase-copy h1 em{color:#8eb1ff}.sector-showcase-page .sector-showcase-copy>p{color:#bcc8da;max-width:650px;font-size:16px;line-height:1.72}.sector-hero-actions{align-items:center;gap:12px;margin-top:31px;display:flex}.sector-hero-actions>a{color:#edf3ff;border:1px solid #ffffff2b;border-radius:999px;padding:12px 17px;font-size:9px;font-weight:780}.sector-hero-actions>a:first-child{background:#ffffff17}.sector-hero-actions>a:last-child{color:#aebdd4;border-color:#0000}.sector-hero-actions>a:hover{color:#fff;border-color:#ffffff5c}.sector-hero-actions span{color:#7edaff}.sector-hero-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#07122ab8;border:1px solid #ffffff29;border-radius:28px;padding:14px;position:relative;box-shadow:0 35px 100px #0000004d}.sector-hero-panel:before{content:"";pointer-events:none;border:1px solid #7d9dff1a;border-radius:46px;position:absolute;inset:-28px}.sector-hero-panel-head{background:linear-gradient(135deg,#4074ff4d,#6c4beb2e);border-radius:18px;justify-content:space-between;align-items:flex-start;min-height:120px;padding:23px 22px;display:flex}.sector-hero-panel-head span,.sector-hero-panel-head strong{display:block}.sector-hero-panel-head span{color:#91a9d0;letter-spacing:.14em;margin-bottom:8px;font-size:8px;font-weight:850}.sector-hero-panel-head strong{letter-spacing:-.04em;font-size:21px}.sector-hero-panel-head>b{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:15px;place-content:center;width:46px;height:46px;font-size:18px;display:grid}.sector-hero-links{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.sector-hero-link{color:#dce6f6;background:#ffffff09;border:1px solid #ffffff1a;border-radius:14px;grid-template-columns:10px 1fr 18px;align-items:center;gap:10px;min-height:58px;padding:13px 14px;font-size:10px;font-weight:760;transition:border-color .18s,background .18s,transform .18s;display:grid}.sector-hero-link:last-child{grid-column:1/-1}.sector-hero-link:hover,.sector-hero-link:focus-visible{border-color:var(--sector-color);transform:translateY(-2px)}@supports (color:color-mix(in lab, red, red)){.sector-hero-link:hover,.sector-hero-link:focus-visible{border-color:color-mix(in srgb,var(--sector-color) 55%,white)}}.sector-hero-link:hover,.sector-hero-link:focus-visible{background:#ffffff14;outline:0}.sector-hero-link>i{background:var(--sector-color);width:8px;height:8px;box-shadow:0 0 0 5px var(--sector-color);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.sector-hero-link>i{box-shadow:0 0 0 5px color-mix(in srgb,var(--sector-color) 15%,transparent)}}.sector-hero-link>b{color:var(--sector-color);text-align:right}.sector-showcase-page .sector-showcase-summary{border-top:1px solid #ffffff1f}.sector-showcase-page .sector-showcase-summary>span{color:#9facbf;min-height:72px}.sector-showcase-page .sector-showcase-summary b{font-size:14px}.sector-showcase-page .sector-primary-section,.sector-specialty-section{scroll-margin-top:90px}.sector-showcase-page .sector-primary-section{background:#fff;padding:112px 0 122px}.sector-specialty-section{background:#eef1f6;border-block:1px solid #dfe4ec;padding:112px 0 124px}.sector-all-section{background:#eef1f6;border-bottom:1px solid #dfe4ec;padding:104px 0 118px;scroll-margin-top:90px}.sector-section-heading{grid-template-columns:1.1fr .7fr;align-items:end;gap:90px;display:grid}.sector-section-heading>div>span{color:#3978f6;letter-spacing:.15em;font-size:9px;font-weight:850}.sector-section-heading h2{color:var(--sector-ink);margin:15px 0 0;font-size:clamp(46px,5vw,66px);font-weight:630;line-height:.98}.sector-section-heading>p{max-width:480px;color:var(--sector-muted);margin:0 0 4px;font-size:13px;line-height:1.75}.sector-section-heading-light>div>span{color:#6555df}.sector-featured-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:58px;display:grid}.sector-featured-grid>.sector-card:last-child{grid-column:1/-1}.sector-compact-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:58px;display:grid}.sector-continuous-grid{background:#fff;border:1px solid #d8dee7;border-radius:28px;gap:0;overflow:hidden}.sector-continuous-grid>.sector-card{box-shadow:none;border:1px solid #d8dee7;border-top:0;border-left:0;border-radius:0}.sector-continuous-grid>.sector-card:nth-child(3n){border-right:0}.sector-continuous-grid>.sector-card:nth-last-child(-n+3){border-bottom:0}.sector-continuous-grid>.sector-card:hover,.sector-continuous-grid>.sector-card:focus-visible{z-index:2;box-shadow:inset 0 0 0 2px var(--sector-color);transform:none}@supports (color:color-mix(in lab, red, red)){.sector-continuous-grid>.sector-card:hover,.sector-continuous-grid>.sector-card:focus-visible{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--sector-color) 42%,transparent)}}.sector-card{color:var(--sector-ink);background:#fff;border:1px solid #dfe4ec;border-radius:28px;transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;overflow:hidden;box-shadow:0 1px #0f1b3005}.sector-card:hover,.sector-card:focus-visible{border-color:var(--sector-color);transform:translateY(-5px)}@supports (color:color-mix(in lab, red, red)){.sector-card:hover,.sector-card:focus-visible{border-color:color-mix(in srgb,var(--sector-color) 38%,#dfe4ec)}}.sector-card:hover,.sector-card:focus-visible{outline:0;box-shadow:0 25px 60px #1926411c}.sector-card-featured{grid-template-columns:.9fr 1.1fr;min-height:342px;display:grid}.sector-featured-grid>.sector-card:last-child{grid-template-columns:.68fr 1.32fr}.sector-card-compact{flex-direction:column;display:flex}.sector-card-copy{flex-direction:column;align-items:flex-start;padding:31px 31px 29px;display:flex}.sector-card-copy>span{color:var(--sector-color);letter-spacing:.11em;text-transform:uppercase;font-size:8px;font-weight:850}.sector-card-copy h3{margin:12px 0 14px;font-size:31px;font-weight:650;line-height:1.02}.sector-card-copy>p{color:#687588;margin:0;font-size:11px;line-height:1.7}.sector-card-link{color:#27364d;border-top:1px solid #e9edf2;justify-content:space-between;align-items:center;width:100%;margin-top:auto;padding-top:24px;display:flex}.sector-card-link strong{font-size:9px}.sector-card-link i{background:var(--sector-color);border-radius:50%;place-content:center;width:28px;height:28px;display:grid}@supports (color:color-mix(in lab, red, red)){.sector-card-link i{background:color-mix(in srgb,var(--sector-color) 10%,white)}}.sector-card-link i{color:var(--sector-color);font-size:11px;font-style:normal;transition:transform .18s,background .18s}.sector-card:hover .sector-card-link i{background:var(--sector-color);color:#fff;transform:translate(3px)}.sector-card-compact .sector-card-copy{min-height:242px;padding:25px}.sector-card-compact .sector-card-copy h3{font-size:25px}.sector-card-compact .sector-card-link{padding-top:18px}.sector-art{background:linear-gradient(145deg,var(--sector-color),var(--sector-color));min-height:100%;padding:20px;position:relative;overflow:hidden}@supports (color:color-mix(in lab, red, red)){.sector-art{background:linear-gradient(145deg,color-mix(in srgb,var(--sector-color) 15%,#f8fbff),color-mix(in srgb,var(--sector-color) 4%,white))}}.sector-art{border-right:1px solid var(--sector-color)}@supports (color:color-mix(in lab, red, red)){.sector-art{border-right:1px solid color-mix(in srgb,var(--sector-color) 15%,#e3e8f0)}}.sector-card-compact .sector-art{border-right:0;border-bottom:1px solid var(--sector-color);min-height:176px}@supports (color:color-mix(in lab, red, red)){.sector-card-compact .sector-art{border-bottom:1px solid color-mix(in srgb,var(--sector-color) 13%,#e3e8f0)}}.sector-art:before{content:"";border:1px solid var(--sector-color);width:210px;height:210px;position:absolute;inset:-40% -20% auto auto}@supports (color:color-mix(in lab, red, red)){.sector-art:before{border:1px solid color-mix(in srgb,var(--sector-color) 24%,transparent)}}.sector-art:before{box-shadow:0 0 0 32px var(--sector-color),0 0 0 64px var(--sector-color);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.sector-art:before{box-shadow:0 0 0 32px color-mix(in srgb,var(--sector-color) 4%,transparent),0 0 0 64px color-mix(in srgb,var(--sector-color) 2%,transparent)}}.sector-art-head,.sector-art-foot{z-index:2;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.sector-art-head span{color:var(--sector-color)}@supports (color:color-mix(in lab, red, red)){.sector-art-head span{color:color-mix(in srgb,var(--sector-color) 68%,#26364e)}}.sector-art-head span{letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:850}.sector-art-head b{color:var(--sector-color)}@supports (color:color-mix(in lab, red, red)){.sector-art-head b{color:color-mix(in srgb,var(--sector-color) 65%,#9aa5b4)}}.sector-art-head b{font-size:8px}.sector-art-foot{flex-wrap:wrap;justify-content:flex-start;gap:5px;position:absolute;bottom:18px;left:20px;right:20px}.sector-art-foot span{border:1px solid var(--sector-color);padding:5px 7px}@supports (color:color-mix(in lab, red, red)){.sector-art-foot span{border:1px solid color-mix(in srgb,var(--sector-color) 13%,#dde4ec)}}.sector-art-foot span{color:#5c697c;background:#ffffffb8;border-radius:999px;font-size:6px;font-weight:750}.sector-art-stage{place-content:center;display:grid;position:absolute;inset:52px 20px 49px}.sector-art-stage>strong{z-index:3;border:1px solid var(--sector-color);place-content:center;width:67px;height:67px;display:grid;position:relative}@supports (color:color-mix(in lab, red, red)){.sector-art-stage>strong{border:1px solid color-mix(in srgb,var(--sector-color) 30%,white)}}.sector-art-stage>strong{background:linear-gradient(145deg,var(--sector-color),var(--sector-color));border-radius:21px}@supports (color:color-mix(in lab, red, red)){.sector-art-stage>strong{background:linear-gradient(145deg,var(--sector-color),color-mix(in srgb,var(--sector-color) 72%,#34236f))}}.sector-art-stage>strong{box-shadow:0 16px 35px var(--sector-color)}@supports (color:color-mix(in lab, red, red)){.sector-art-stage>strong{box-shadow:0 16px 35px color-mix(in srgb,var(--sector-color) 25%,transparent)}}.sector-art-stage>strong{color:#fff;letter-spacing:-.04em;font-size:17px}.sector-art-stage>i{z-index:1;background:var(--sector-color);display:block;position:absolute}@supports (color:color-mix(in lab, red, red)){.sector-art-stage>i{background:color-mix(in srgb,var(--sector-color) 22%,white)}}.sector-art-stage>i{border:1px solid var(--sector-color)}@supports (color:color-mix(in lab, red, red)){.sector-art-stage>i{border:1px solid color-mix(in srgb,var(--sector-color) 18%,transparent)}}.sector-art-stage>i{transition:transform .22s}.sector-card:hover .sector-art-stage>i:nth-child(odd){transform:translateY(-3px)}.sector-card:hover .sector-art-stage>i:nth-child(2n){transform:translateY(3px)}.sector-art[data-pattern=bars] .sector-art-stage>i{border-radius:5px 5px 2px 2px;width:13px;bottom:13%}.sector-art[data-pattern=bars] .sector-art-stage>i:first-child{height:28%;left:7%}.sector-art[data-pattern=bars] .sector-art-stage>i:nth-child(2){height:48%;left:23%}.sector-art[data-pattern=bars] .sector-art-stage>i:nth-child(3){height:64%;right:21%}.sector-art[data-pattern=bars] .sector-art-stage>i:nth-child(4){height:39%;right:5%}.sector-art[data-pattern=stack] .sector-art-stage>i,.sector-art[data-pattern=ledger] .sector-art-stage>i{border-radius:7px;width:38%;height:19px;left:2%}.sector-art[data-pattern=stack] .sector-art-stage>i:first-child{top:8%}.sector-art[data-pattern=stack] .sector-art-stage>i:nth-child(2){width:28%;top:37%}.sector-art[data-pattern=stack] .sector-art-stage>i:nth-child(3){width:31%;bottom:31%;left:auto;right:2%}.sector-art[data-pattern=stack] .sector-art-stage>i:nth-child(4){width:42%;bottom:4%;left:auto;right:2%}.sector-art[data-pattern=people] .sector-art-stage>i,.sector-art[data-pattern=network] .sector-art-stage>i{border-radius:50%;width:28px;height:28px}.sector-art[data-pattern=people] .sector-art-stage>i:first-child,.sector-art[data-pattern=network] .sector-art-stage>i:first-child{top:18%;left:8%}.sector-art[data-pattern=people] .sector-art-stage>i:nth-child(2),.sector-art[data-pattern=network] .sector-art-stage>i:nth-child(2){top:9%;right:8%}.sector-art[data-pattern=people] .sector-art-stage>i:nth-child(3),.sector-art[data-pattern=network] .sector-art-stage>i:nth-child(3){bottom:6%;left:14%}.sector-art[data-pattern=people] .sector-art-stage>i:nth-child(4),.sector-art[data-pattern=network] .sector-art-stage>i:nth-child(4){bottom:15%;right:12%}.sector-art[data-pattern=flow] .sector-art-stage:before,.sector-art[data-pattern=route] .sector-art-stage:before,.sector-art[data-pattern=pulse] .sector-art-stage:before{content:"";border-top:1px dashed var(--sector-color);position:absolute;top:50%;left:5%;right:5%}@supports (color:color-mix(in lab, red, red)){.sector-art[data-pattern=flow] .sector-art-stage:before,.sector-art[data-pattern=route] .sector-art-stage:before,.sector-art[data-pattern=pulse] .sector-art-stage:before{border-top:1px dashed color-mix(in srgb,var(--sector-color) 42%,transparent)}}.sector-art[data-pattern=flow] .sector-art-stage>i,.sector-art[data-pattern=route] .sector-art-stage>i,.sector-art[data-pattern=pulse] .sector-art-stage>i{border-radius:50%;width:14px;height:14px;top:calc(50% - 7px)}.sector-art[data-pattern=flow] .sector-art-stage>i:first-child,.sector-art[data-pattern=route] .sector-art-stage>i:first-child,.sector-art[data-pattern=pulse] .sector-art-stage>i:first-child{left:4%}.sector-art[data-pattern=flow] .sector-art-stage>i:nth-child(2),.sector-art[data-pattern=route] .sector-art-stage>i:nth-child(2),.sector-art[data-pattern=pulse] .sector-art-stage>i:nth-child(2){top:18%;left:27%}.sector-art[data-pattern=flow] .sector-art-stage>i:nth-child(3),.sector-art[data-pattern=route] .sector-art-stage>i:nth-child(3),.sector-art[data-pattern=pulse] .sector-art-stage>i:nth-child(3){top:auto;bottom:14%;right:26%}.sector-art[data-pattern=flow] .sector-art-stage>i:nth-child(4),.sector-art[data-pattern=route] .sector-art-stage>i:nth-child(4),.sector-art[data-pattern=pulse] .sector-art-stage>i:nth-child(4){right:4%}.sector-art[data-pattern=document] .sector-art-stage>i{border-radius:8px;width:48px;height:61px}.sector-art[data-pattern=document] .sector-art-stage>i:first-child{top:4%;left:5%;transform:rotate(-8deg)}.sector-art[data-pattern=document] .sector-art-stage>i:nth-child(2){bottom:0;left:17%;transform:rotate(6deg)}.sector-art[data-pattern=document] .sector-art-stage>i:nth-child(3){height:44px;top:3%;right:12%}.sector-art[data-pattern=document] .sector-art-stage>i:nth-child(4){height:53px;bottom:1%;right:2%;transform:rotate(8deg)}.sector-art[data-pattern=calendar] .sector-art-stage>i,.sector-art[data-pattern=service] .sector-art-stage>i{border-radius:9px;width:38px;height:34px}.sector-art[data-pattern=calendar] .sector-art-stage>i:first-child,.sector-art[data-pattern=service] .sector-art-stage>i:first-child{top:5%;left:3%}.sector-art[data-pattern=calendar] .sector-art-stage>i:nth-child(2),.sector-art[data-pattern=service] .sector-art-stage>i:nth-child(2){top:5%;right:4%}.sector-art[data-pattern=calendar] .sector-art-stage>i:nth-child(3),.sector-art[data-pattern=service] .sector-art-stage>i:nth-child(3){bottom:4%;left:3%}.sector-art[data-pattern=calendar] .sector-art-stage>i:nth-child(4),.sector-art[data-pattern=service] .sector-art-stage>i:nth-child(4){bottom:4%;right:4%}.sector-art[data-pattern=building] .sector-art-stage>i{border-radius:7px 7px 2px 2px;width:28px;bottom:3%}.sector-art[data-pattern=building] .sector-art-stage>i:first-child{height:58%;left:1%}.sector-art[data-pattern=building] .sector-art-stage>i:nth-child(2){height:38%;left:18%}.sector-art[data-pattern=building] .sector-art-stage>i:nth-child(3){height:52%;right:17%}.sector-art[data-pattern=building] .sector-art-stage>i:nth-child(4){height:72%;right:0}.sector-art[data-pattern=ledger] .sector-art-stage>i{border-radius:999px;width:42%;height:7px}.sector-art[data-pattern=ledger] .sector-art-stage>i:first-child{top:13%}.sector-art[data-pattern=ledger] .sector-art-stage>i:nth-child(2){width:30%;top:36%}.sector-art[data-pattern=ledger] .sector-art-stage>i:nth-child(3){width:33%;bottom:34%;left:auto;right:0}.sector-art[data-pattern=ledger] .sector-art-stage>i:nth-child(4){width:44%;bottom:12%;left:auto;right:0}.sector-showcase-page .sector-showcase-result{background:linear-gradient(140deg,#05070c,#0c1427);padding:110px 0}.sector-showcase-page .sector-showcase-result-grid{grid-template-columns:.92fr 1.08fr;gap:110px}.sector-showcase-result-grid>div>p{color:#8d9aae;max-width:520px;margin:24px 0 0;font-size:12px;line-height:1.75}.sector-showcase-page .sector-showcase-result li{padding:25px 0}.sector-showcase-page .sector-showcase-result strong{font-size:17px}@media (width<=1050px){.sector-showcase-page .sector-showcase-hero-grid{grid-template-columns:1fr;gap:55px}.sector-hero-panel{max-width:740px}.sector-section-heading{grid-template-columns:1fr;gap:25px}.sector-section-heading>p{max-width:650px}.sector-featured-grid{grid-template-columns:1fr}.sector-featured-grid>.sector-card:last-child{grid-column:auto;grid-template-columns:.9fr 1.1fr}.sector-compact-grid{grid-template-columns:1fr 1fr}.sector-continuous-grid>.sector-card:nth-child(n){border-bottom:1px solid #d8dee7;border-right:1px solid #d8dee7}.sector-continuous-grid>.sector-card:nth-child(2n){border-right:0}.sector-continuous-grid>.sector-card:nth-last-child(-n+2){border-bottom:0}.sector-showcase-page .sector-showcase-result-grid{grid-template-columns:1fr;gap:55px}}@media (width<=700px){.sector-showcase-page .sector-showcase-hero-grid{gap:38px;padding:46px 0 55px}.sector-showcase-page .sector-showcase-copy h1{font-size:52px}.sector-showcase-page .sector-showcase-copy>p{font-size:14px}.sector-hero-actions{flex-direction:column;align-items:stretch}.sector-hero-actions>a{text-align:center}.sector-hero-panel{border-radius:22px;padding:10px}.sector-hero-panel:before{display:none}.sector-hero-panel-head{min-height:105px;padding:19px}.sector-hero-links{grid-template-columns:1fr}.sector-hero-link:last-child{grid-column:auto}.sector-showcase-page .sector-showcase-summary{grid-template-columns:1fr}.sector-showcase-page .sector-showcase-summary>span{border-bottom:1px solid #ffffff1a;border-right:0;justify-content:flex-start;min-height:54px}.sector-showcase-page .sector-primary-section,.sector-specialty-section,.sector-all-section{padding:76px 0 82px}.sector-section-heading h2{font-size:42px}.sector-featured-grid,.sector-compact-grid{grid-template-columns:1fr;margin-top:38px}.sector-continuous-grid{border-radius:22px}.sector-continuous-grid>.sector-card:nth-child(n){border-bottom:1px solid #d8dee7;border-right:0}.sector-continuous-grid>.sector-card:last-child{border-bottom:0}.sector-card-featured,.sector-featured-grid>.sector-card:last-child{flex-direction:column;min-height:0;display:flex}.sector-card-featured .sector-art{border-right:0;border-bottom:1px solid var(--sector-color);min-height:185px}@supports (color:color-mix(in lab, red, red)){.sector-card-featured .sector-art{border-bottom:1px solid color-mix(in srgb,var(--sector-color) 13%,#e3e8f0)}}.sector-card-featured .sector-card-copy{min-height:250px}.sector-card-compact .sector-card-copy{min-height:230px}.sector-card-copy{padding:24px}.sector-card-copy h3,.sector-card-compact .sector-card-copy h3{font-size:27px}.sector-showcase-page .sector-showcase-result{padding:78px 0}.sector-showcase-page .sector-showcase-result h2{font-size:42px}}.contact-simple-page{color:#1d1d1f;background:#f5f5f7;min-height:calc(100vh - 72px)}.contact-simple-hero{border-bottom:1px solid #e5e5e7;min-height:760px;position:relative;overflow:hidden}.contact-simple-hero:before{content:"";border:1px solid #3874f61f;border-radius:50%;width:68vw;height:68vw;position:absolute;top:-35vw;right:-16vw;box-shadow:0 0 0 70px #3874f606,0 0 0 140px #7555e805}.contact-simple-hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 78% 28%,#5c65ff1c,#0000 30%);position:absolute;inset:0}.contact-simple-hero .breadcrumbs{z-index:2;position:relative}.contact-simple-layout{z-index:1;grid-template-columns:1fr .84fr;align-items:center;gap:110px;padding:94px 0 118px;display:grid;position:relative}.contact-simple-copy h1{font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.07em;margin:24px 0 27px;font-size:clamp(64px,7vw,94px);font-weight:630;line-height:.9}.contact-simple-copy h1 em{color:#3978f6;font-style:normal}.contact-simple-copy>p{color:#6e6e73;max-width:620px;margin:0;font-size:16px;line-height:1.72}.contact-simple-promise{flex-wrap:wrap;gap:10px;margin-top:36px;display:flex}.contact-simple-promise>span{color:#55555b;background:#ffffffb3;border:1px solid #dedee2;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:8px;font-weight:750;display:flex}.contact-simple-promise i{background:#3978f6;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #3978f617}.contact-person-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #dedfe4;border-radius:30px;margin:0;padding:18px;font-style:normal;position:relative;overflow:hidden;box-shadow:0 30px 90px #1c263e1f}.contact-person-card:before{content:"";border:1px solid #3978f62e;border-radius:50%;width:220px;height:220px;position:absolute;top:-82px;right:-70px;box-shadow:0 0 0 34px #3978f609,0 0 0 68px #7555e805}.contact-person-head{color:#fff;background:linear-gradient(145deg,#071222,#111d3d 62%,#251959);border-radius:20px;align-items:flex-end;gap:20px;min-height:190px;padding:30px;display:flex;position:relative}.contact-person-head>span{background:linear-gradient(145deg,#3978f6,#7655e8);border:1px solid #ffffff2e;border-radius:20px;flex-shrink:0;place-content:center;width:62px;height:62px;font-size:16px;font-weight:850;display:grid;box-shadow:0 16px 38px #3a4fd259}.contact-person-head small,.contact-person-head h2,.contact-person-head p{display:block}.contact-person-head small{color:#8fa7cf;letter-spacing:.16em;font-size:7px;font-weight:850}.contact-person-head h2{letter-spacing:-.045em;margin:7px 0 4px;font-size:27px}.contact-person-head p{color:#aebbd0;margin:0;font-size:9px}.contact-person-links{border:1px solid #e5e7eb;border-radius:18px;margin-top:9px;overflow:hidden}.contact-person-links>a{border-bottom:1px solid #e5e7eb;grid-template-columns:1fr 31px;align-items:center;column-gap:16px;min-height:82px;padding:18px 19px;transition:background .18s;display:grid}.contact-person-links>a:last-child{border-bottom:0}.contact-person-links>a:hover,.contact-person-links>a:focus-visible{background:#f5f7fb;outline:0}.contact-person-links span,.contact-person-links strong{display:block}.contact-person-links span{color:#8b929e;letter-spacing:.11em;text-transform:uppercase;margin-bottom:5px;font-size:7px;font-weight:800}.contact-person-links strong{color:#172238;font-size:12px}.contact-person-links i{color:#3978f6;background:#edf3ff;border-radius:50%;grid-area:1/2;place-content:center;width:31px;height:31px;font-size:10px;font-style:normal;transition:transform .18s,background .18s,color .18s;display:grid}.contact-person-links>a:hover i{color:#fff;background:#3978f6;transform:translate(2px,-2px)}.contact-person-note{color:#777f8c;align-items:center;gap:9px;padding:17px 9px 5px;font-size:8px;display:flex}.contact-person-note i{background:#22a47b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #22a47b17}@media (width<=900px){.contact-simple-layout{grid-template-columns:1fr;gap:55px;padding-top:65px}.contact-simple-copy{max-width:700px}.contact-person-card{max-width:640px}.contact-simple-hero{min-height:0}}@media (width<=600px){.contact-simple-layout{gap:40px;padding:48px 0 78px}.contact-simple-copy h1{font-size:56px}.contact-simple-copy>p{font-size:14px}.contact-simple-promise{display:grid}.contact-simple-promise>span{justify-content:flex-start}.contact-person-card{border-radius:23px;padding:10px}.contact-person-head{min-height:175px;padding:22px}.contact-person-head>span{border-radius:17px;width:53px;height:53px}.contact-person-head h2{font-size:23px}.contact-person-links>a{min-height:76px;padding:16px 14px}.contact-person-links strong{font-size:10px}}.accounting-sector-page{--accounting-blue:#466db5;--accounting-navy:#071322;--accounting-mint:#4ac7a6;color:#122039;background:#f5f6f8;overflow:hidden}.accounting-sector-page h1,.accounting-sector-page h2,.accounting-sector-page h3{font-family:var(--font-inter),Inter,Arial,sans-serif;letter-spacing:-.06em}.accounting-hero{background:radial-gradient(circle at 82% 32%,#466db529,#0000 28%),linear-gradient(145deg,#f8f9fb,#eef2f8);border-bottom:1px solid #dce2ea;position:relative;overflow:hidden}.accounting-hero:before{content:"";border:1px solid #466db524;border-radius:50%;width:78vw;height:78vw;position:absolute;top:-70%;right:-20%;box-shadow:0 0 0 75px #466db506,0 0 0 150px #4ac7a604}.accounting-hero .breadcrumbs{z-index:2;position:relative}.accounting-hero-grid{z-index:1;grid-template-columns:1fr .9fr;align-items:center;gap:95px;min-height:650px;padding:65px 0 100px;display:grid;position:relative}.accounting-hero-copy .minimal-kicker i{background:var(--accounting-blue);box-shadow:0 0 0 5px #466db51a}.accounting-hero-copy h1{max-width:760px;margin:24px 0 25px;font-size:clamp(57px,6.4vw,86px);font-weight:630;line-height:.93}.accounting-hero-copy h1 em{color:var(--accounting-blue);font-style:normal}.accounting-hero-copy>p{color:#667287;max-width:660px;margin:0;font-size:15px;line-height:1.72}.accounting-section-nav{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:34px;display:grid}.accounting-section-nav>a{background:#ffffffb3;border:1px solid #d8dee7;border-radius:14px;grid-template-columns:1fr 18px;align-content:center;gap:4px;min-height:72px;padding:13px 14px;transition:transform .18s,border-color .18s,background .18s;display:grid}.accounting-section-nav>a:hover,.accounting-section-nav>a:focus-visible{background:#fff;border-color:#aebed7;outline:0;transform:translateY(-3px)}.accounting-section-nav span,.accounting-section-nav strong{grid-column:1}.accounting-section-nav span{color:#9aa5b4;font-size:7px;font-weight:800}.accounting-section-nav strong{color:#24334a;font-size:9px}.accounting-section-nav i{color:var(--accounting-blue);text-align:right;grid-area:1/2/3;align-self:center;font-size:10px;font-style:normal}.accounting-hero-console{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border:1px solid #d8dfe9;border-radius:27px;padding:15px;position:relative;box-shadow:0 35px 90px #1b2c4d29}.accounting-hero-console:before{content:"";z-index:-1;border:1px solid #466db51f;border-radius:28px;position:absolute;inset:22px -18px -20px 19px}.accounting-console-head{color:#fff;background:linear-gradient(145deg,#071322,#152746);border-radius:18px;justify-content:space-between;align-items:flex-start;min-height:90px;padding:20px;display:flex}.accounting-console-head span,.accounting-console-head strong{display:block}.accounting-console-head span{color:#8095b6;letter-spacing:.13em;margin-bottom:7px;font-size:7px;font-weight:850}.accounting-console-head strong{font-size:16px}.accounting-console-head>b{background:linear-gradient(145deg,#466db5,#4ac7a6);border-radius:13px;place-content:center;width:41px;height:41px;font-size:16px;display:grid}.accounting-console-kpi{border:1px solid #e2e7ee;border-radius:17px;margin-top:9px;padding:22px}.accounting-console-kpi span,.accounting-console-kpi small{display:block}.accounting-console-kpi span{color:#7a8799;font-size:8px;font-weight:750}.accounting-console-kpi strong{color:#14223a;letter-spacing:-.06em;margin-top:8px;font-size:39px}.accounting-console-kpi>i{color:#8995a6;margin-left:5px;font-size:8px;font-style:normal}.accounting-console-kpi small{color:#259477;margin-top:5px;font-size:8px}.accounting-console-flow{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px;display:grid}.accounting-console-flow>div{background:#f4f6f9;border-radius:13px;min-height:78px;padding:13px}.accounting-console-flow i{background:#efad50;border-radius:50%;width:7px;height:7px;margin-bottom:13px;display:block}.accounting-console-flow>div:nth-child(2) i{background:#466db5}.accounting-console-flow>div:nth-child(3) i{background:#4ac7a6}.accounting-console-flow span,.accounting-console-flow strong{display:block}.accounting-console-flow span{color:#7b8798;font-size:7px}.accounting-console-flow strong{color:#1e2d45;margin-top:5px;font-size:15px}.accounting-console-foot{color:#8792a2;justify-content:space-between;align-items:center;padding:16px 5px 2px;font-size:7px;display:flex}.accounting-console-foot>i{gap:3px;display:flex}.accounting-console-foot>i b{background:#9aa5b5;border-radius:50%;width:3px;height:3px}.accounting-info-section{background:#fff;padding:112px 0 122px;scroll-margin-top:82px}.accounting-section-heading{max-width:800px}.accounting-section-heading>span,.accounting-profit-copy>span,.accounting-demo-copy>span{color:var(--accounting-blue);letter-spacing:.14em;font-size:9px;font-weight:850}.accounting-section-heading h2{margin:16px 0 17px;font-size:clamp(46px,5vw,66px);font-weight:630;line-height:.98}.accounting-section-heading>p{color:#6c788a;max-width:630px;margin:0;font-size:13px}.accounting-info-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:55px;display:grid}.accounting-info-grid>article{background:#fbfcfd;border:1px solid #dfe4eb;border-radius:25px;flex-direction:column;align-items:flex-start;min-height:410px;padding:25px;display:flex}.accounting-info-grid>article>span{color:#9ba6b4;font-size:8px;font-weight:800}.accounting-info-art{background:linear-gradient(145deg,#466db51f,#4ac7a60f);border-radius:18px;place-content:center;width:100%;height:145px;margin:24px 0 28px;display:grid;position:relative;overflow:hidden}.accounting-info-art:before{content:"";border-top:1px dashed #466db538;position:absolute;inset:50% 10% auto}.accounting-info-art>strong{z-index:2;color:#fff;background:linear-gradient(145deg,#466db5,#304d82);border-radius:18px;place-content:center;width:58px;height:58px;font-size:15px;display:grid;position:relative;box-shadow:0 15px 30px #466db540}.accounting-info-art>i{z-index:1;background:#eef3fa;border:1px solid #466db52b;border-radius:9px;width:29px;height:29px;position:absolute}.accounting-info-art>i:first-child{top:17%;left:8%}.accounting-info-art>i:nth-child(2){top:20%;right:8%}.accounting-info-art>i:nth-child(3){bottom:11%;right:16%}.accounting-info-art[data-art=team]>i{border-radius:50%}.accounting-info-art[data-art=calendar]>i{width:36px;height:29px}.accounting-info-grid h3{margin:0 0 13px;font-size:23px;font-weight:650;line-height:1.05}.accounting-info-grid p{color:#6b7789;margin:0;font-size:10px;line-height:1.7}.accounting-profit-section{color:#fff;background:radial-gradient(circle at 75% 35%,#466db540,#0000 32%),linear-gradient(145deg,#06101d,#0d1b31 64%,#112348);padding:112px 0;scroll-margin-top:82px}.accounting-profit-grid{grid-template-columns:.7fr 1.3fr;align-items:start;gap:92px;display:grid}.accounting-profit-copy{position:sticky;top:110px}.accounting-profit-copy>span{color:#83a8ef}.accounting-profit-copy h2{margin:16px 0 20px;font-size:clamp(48px,5.2vw,69px);font-weight:630;line-height:.97}.accounting-profit-copy h2 em{color:#7ea7f3;font-style:normal}.accounting-profit-copy>p{color:#a7b5ca;max-width:490px;margin:0;font-size:12px;line-height:1.75}.accounting-profit-copy>div{gap:12px;margin-top:29px;display:grid}.accounting-profit-copy>div span{color:#c4cfdf;align-items:center;gap:9px;font-size:9px;display:flex}.accounting-profit-copy>div i{background:#4ac7a6;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #4ac7a61a}.accounting-calculator{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff12;border:1px solid #ffffff26;border-radius:27px;grid-template-columns:1fr 1.05fr;gap:10px;padding:14px;display:grid;box-shadow:0 30px 80px #00000047}.accounting-calculator-fields{gap:17px;padding:21px;display:grid}.accounting-calculator-fields label{gap:7px;display:grid}.accounting-calculator-fields label>span{color:#aebbd0;font-size:8px;font-weight:750}.accounting-calculator-fields label>div{position:relative}.accounting-calculator-fields input{color:#fff;width:100%;height:49px;font:700 13px var(--font-inter),Inter,sans-serif;background:#050e1e94;border:1px solid #ffffff24;border-radius:11px;outline:0;padding:0 42px 0 14px}.accounting-calculator-fields input:focus{border-color:#7197dc;box-shadow:0 0 0 3px #466db52e}.accounting-calculator-fields label>div>i{color:#7893bd;font-size:10px;font-style:normal;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.accounting-calculator-result{color:#15243b;background:#fff;border-radius:19px;padding:27px}.accounting-calculator-result-head{justify-content:space-between;align-items:center;display:flex}.accounting-calculator-result-head span{color:#7c899a;letter-spacing:.11em;font-size:7px;font-weight:850}.accounting-calculator-result-head i{background:#4ac7a6;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 6px #4ac7a61a}.accounting-calculator-result>strong{color:#172844;letter-spacing:-.06em;margin-top:25px;font-size:34px;display:block}.accounting-calculator-result>strong.is-negative{color:#c45361}.accounting-calculator-result>small{color:#8a96a6;margin-top:4px;font-size:8px;display:block}.accounting-calculator-result dl{border-top:1px solid #e1e6ed;margin:27px 0 0}.accounting-calculator-result dl>div{border-bottom:1px solid #e8ecf1;justify-content:space-between;padding:12px 0;display:flex}.accounting-calculator-result dt{color:#7b8797;font-size:8px}.accounting-calculator-result dd{color:#27364c;margin:0;font-size:9px;font-weight:800}.accounting-calculator-result>p{color:#9aa4b1;margin:17px 0 0;font-size:7px;line-height:1.55}.accounting-demo-section{background:#f1f3f6;padding:112px 0;scroll-margin-top:82px}.accounting-demo-card{background:#fff;border:1px solid #dce2e9;border-radius:34px;grid-template-columns:.72fr 1.28fr;align-items:center;gap:70px;min-height:560px;padding:62px;display:grid;overflow:hidden;box-shadow:0 30px 80px #1f2c4617}.accounting-demo-copy h2{margin:15px 0 20px;font-size:clamp(45px,4.8vw,64px);font-weight:630;line-height:.98}.accounting-demo-copy>p{color:#6d7889;margin:0;font-size:12px;line-height:1.72}.accounting-demo-copy .button{background:var(--accounting-blue);box-shadow:none;margin-top:29px}.accounting-demo-preview{background:#f6f8fb;border:1px solid #dce2e9;border-radius:22px;overflow:hidden;transform:rotate(1.3deg);box-shadow:0 25px 60px #21325124}.accounting-demo-window-head{background:#fff;border-bottom:1px solid #e0e5ec;align-items:center;gap:5px;height:39px;padding:0 13px;display:flex}.accounting-demo-window-head>i{background:#d5dbe3;border-radius:50%;width:6px;height:6px}.accounting-demo-window-head>span{color:#9aa4b2;margin-left:auto;font-size:6px}.accounting-demo-window-body{grid-template-columns:50px 1fr;min-height:335px;display:grid}.accounting-demo-window-body>aside{background:#0a1728;flex-direction:column;align-items:center;gap:17px;padding:14px 12px;display:flex}.accounting-demo-window-body>aside>b{color:#fff;background:#466db5;border-radius:8px;place-content:center;width:24px;height:24px;font-size:8px;display:grid}.accounting-demo-window-body>aside>i{background:#536176;border-radius:999px;width:14px;height:3px}.accounting-demo-window-body>div{padding:24px}.accounting-demo-window-body>div>span{color:#8894a5;font-size:7px}.accounting-demo-window-body>div>strong{color:#1c2b42;margin-top:5px;font-size:15px;display:block}.accounting-demo-window-body>div>div{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:20px;display:grid}.accounting-demo-window-body article{background:#fff;border:1px solid #e1e6ed;border-radius:11px;padding:13px}.accounting-demo-window-body article small,.accounting-demo-window-body article b{display:block}.accounting-demo-window-body article small{color:#8b96a5;font-size:6px}.accounting-demo-window-body article b{color:#1f3048;margin-top:7px;font-size:14px}.accounting-demo-window-body ol{border:1px solid #e1e6ed;border-radius:11px;margin:13px 0 0;padding:0;list-style:none;overflow:hidden}.accounting-demo-window-body li{background:#fff;border-bottom:1px solid #e6eaf0;grid-template-columns:7px 1fr auto;align-items:center;gap:8px;min-height:43px;padding:9px 11px;display:grid}.accounting-demo-window-body li:last-child{border-bottom:0}.accounting-demo-window-body li>i{background:#4ac7a6;border-radius:50%;width:6px;height:6px}.accounting-demo-window-body li>span{color:#455267;font-size:7px}.accounting-demo-window-body li>b{color:#7e8a9a;font-size:6px}@media (width<=1050px){.accounting-hero-grid,.accounting-profit-grid,.accounting-demo-card{grid-template-columns:1fr}.accounting-hero-console{max-width:700px}.accounting-profit-copy{position:static}.accounting-info-grid{grid-template-columns:1fr 1fr}.accounting-info-grid>article:last-child{grid-column:1/-1}.accounting-demo-card{gap:45px}.accounting-demo-preview{max-width:760px}}@media (width<=680px){.accounting-hero-grid{gap:43px;min-height:0;padding:48px 0 72px}.accounting-hero-copy h1{font-size:52px}.accounting-hero-copy>p{font-size:13px}.accounting-section-nav{grid-template-columns:1fr}.accounting-section-nav>a{min-height:61px}.accounting-hero-console{border-radius:21px;padding:10px}.accounting-console-flow{grid-template-columns:1fr}.accounting-console-flow>div{min-height:56px}.accounting-info-section,.accounting-profit-section,.accounting-demo-section{padding:76px 0}.accounting-section-heading h2,.accounting-profit-copy h2,.accounting-demo-copy h2{font-size:42px}.accounting-info-grid{grid-template-columns:1fr;margin-top:38px}.accounting-info-grid>article:last-child{grid-column:auto}.accounting-info-grid>article{min-height:365px}.accounting-calculator{grid-template-columns:1fr}.accounting-calculator-fields{padding:14px}.accounting-calculator-result{padding:23px}.accounting-demo-card{border-radius:25px;min-height:0;padding:27px}.accounting-demo-window-body{grid-template-columns:38px 1fr}.accounting-demo-window-body>aside{padding-inline:8px}.accounting-demo-window-body>div{padding:15px}.accounting-demo-window-body>div>div{grid-template-columns:1fr}.accounting-demo-window-body article{padding:9px}.accounting-demo-window-body ol{display:none}}.mali-entry-page{--mali-navy:#11233f;--mali-ink:#172238;--mali-cream:#f3f0e8;--mali-paper:#fbfaf6;--mali-gold:#cdb777;--mali-sage:#67877b;background:var(--mali-cream);color:var(--mali-ink);overflow:hidden}.mali-entry-page h1,.mali-entry-page h2,.mali-entry-page h3{letter-spacing:-.04em;font-family:Georgia,Times New Roman,serif;font-weight:400}.mali-entry-hero{background-color:var(--mali-cream);background-image:linear-gradient(#11233f0b 1px,#0000 1px),linear-gradient(90deg,#11233f0b 1px,#0000 1px);background-size:48px 48px;border-bottom:1px solid #cfc9bb}.mali-entry-hero .breadcrumbs{color:#827c70}.mali-entry-hero .breadcrumbs a,.mali-entry-hero .breadcrumbs span{color:inherit}.mali-entry-shell{padding:38px 0 82px}.mali-entry-meta{color:#777064;letter-spacing:.16em;border-bottom:1px solid #cfc9bb;justify-content:space-between;padding:0 0 17px;font-size:8px;font-weight:800;display:flex}.mali-entry-grid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:74px;padding:56px 0 62px;display:grid}.mali-entry-kicker{color:#6f685d;letter-spacing:.14em;align-items:center;gap:12px;font-size:8px;font-weight:850;display:flex}.mali-entry-kicker>i{border:1px solid var(--mali-navy);width:35px;height:35px;color:var(--mali-navy);place-content:center;font:400 15px Georgia,serif;display:grid}.mali-entry-copy h1{max-width:670px;margin:27px 0 25px;font-size:clamp(53px,5.8vw,79px);line-height:.95}.mali-entry-copy h1 em{color:#4f6d64;font-style:italic}.mali-entry-copy>p{color:#69675f;max-width:620px;margin:0;font-size:14px;line-height:1.78}.mali-entry-actions{flex-wrap:wrap;gap:10px;margin-top:31px;display:flex}.mali-entry-actions>a{border:1px solid var(--mali-navy);background:var(--mali-navy);color:#fff;justify-content:space-between;align-items:center;gap:30px;min-height:49px;padding:0 18px;font-size:9px;font-weight:800;display:inline-flex}.mali-entry-actions>a:last-child{color:var(--mali-navy);background:0 0}.mali-entry-actions>a:hover,.mali-entry-actions>a:focus-visible{outline:0;transform:translateY(-2px)}.mali-entry-proof{border-top:1px solid #cbc5b8;grid-template-columns:repeat(3,1fr);margin-top:37px;display:grid}.mali-entry-proof>span{color:#847e73;padding:13px 12px 0 0;font-size:7px;line-height:1.5}.mali-entry-proof b{color:var(--mali-ink);margin-bottom:4px;font-size:9px;display:block}.mali-entry-cockpit{background:var(--mali-paper);border:1px solid #b8b2a5;box-shadow:16px 18px #11233f14}.mali-cockpit-head{border-bottom:3px solid var(--mali-gold);background:var(--mali-navy);color:#fff;justify-content:space-between;align-items:center;min-height:70px;padding:14px 17px;display:flex}.mali-cockpit-head>div{align-items:center;gap:11px;display:flex}.mali-cockpit-head>div>i{border:1px solid var(--mali-gold);color:#dec98f;place-content:center;width:36px;height:36px;font:400 13px Georgia,serif;display:grid}.mali-cockpit-head b,.mali-cockpit-head span{display:block}.mali-cockpit-head b{color:#dec98f;letter-spacing:.13em;margin-bottom:5px;font-size:7px}.mali-cockpit-head span{color:#c4cedd;font-size:6px}.mali-cockpit-head small{color:#d7cba9;letter-spacing:.1em;border:1px solid #cdb7778c;padding:8px;font-size:6px}.mali-cockpit-body{grid-template-columns:53px 1fr;min-height:405px;display:grid}.mali-cockpit-body>aside{color:#fff;background:#152a48;flex-direction:column;align-items:center;gap:24px;padding:18px 12px;display:flex}.mali-cockpit-body>aside>b{color:#d6c48e;font-size:7px}.mali-cockpit-body>aside>i{background:#687890;width:17px;height:2px}.mali-cockpit-body>aside>span{color:#172943;background:#d5c28d;border-radius:50%;place-content:center;width:25px;height:25px;margin-top:auto;font-size:6px;font-weight:850;display:grid}.mali-cockpit-main{padding:26px}.mali-cockpit-main>span,.mali-cockpit-list>span{color:#8a7a4c;letter-spacing:.14em;font-size:6px;font-weight:850}.mali-cockpit-main>h2{max-width:540px;margin:11px 0 7px;font-size:26px;line-height:1}.mali-cockpit-main>h2 em{color:#9b3e42;font-style:normal}.mali-cockpit-main>p{color:#77756d;margin:0;font-size:7px}.mali-cockpit-kpis{border:1px solid #d5d0c5;grid-template-columns:repeat(3,1fr);margin-top:24px;display:grid}.mali-cockpit-kpis>article{border-right:1px solid #d5d0c5;min-height:90px;padding:12px}.mali-cockpit-kpis>article:last-child{border-right:0}.mali-cockpit-kpis small,.mali-cockpit-kpis strong,.mali-cockpit-kpis i{display:block}.mali-cockpit-kpis small{color:#8a857a;font-size:5px;font-weight:800}.mali-cockpit-kpis strong{margin:13px 0 5px;font:400 21px Georgia,serif}.mali-cockpit-kpis i{color:#5d7d72;font-size:6px;font-style:normal}.mali-cockpit-list{margin-top:21px}.mali-cockpit-list ol{border-top:1px solid #d7d2c8;margin:8px 0 0;padding:0;list-style:none}.mali-cockpit-list li{border-bottom:1px solid #d7d2c8;grid-template-columns:25px 1fr auto;align-items:center;gap:9px;min-height:43px;padding:10px 4px;display:grid}.mali-cockpit-list li>b{color:#a6a094;font-size:6px}.mali-cockpit-list li>strong{font-size:7px}.mali-cockpit-list li>i{color:#8f4050;font-size:6px;font-style:normal}.mali-cockpit-foot{color:#7c786f;border-top:1px solid #d7d2c8;justify-content:space-between;align-items:center;min-height:37px;padding:0 15px;font-size:6px;display:flex}.mali-cockpit-foot>span{align-items:center;gap:6px;display:flex}.mali-cockpit-foot i{background:#4d7d6c;border-radius:50%;width:6px;height:6px}.mali-entry-doors{background:var(--mali-paper);border:1px solid #bfb9ad;grid-template-columns:repeat(3,1fr);display:grid}.mali-entry-doors>a{border-right:1px solid #cfc9bd;grid-template-columns:28px 1fr 20px;gap:14px;min-height:200px;padding:23px;transition:background .2s,color .2s;display:grid}.mali-entry-doors>a:last-child{border-right:0}.mali-entry-doors>a:hover,.mali-entry-doors>a:focus-visible{background:var(--mali-navy);color:#fff;outline:0}.mali-entry-doors>a>span{color:#9a9388;font-size:7px}.mali-entry-doors small,.mali-entry-doors strong,.mali-entry-doors p{display:block}.mali-entry-doors small{color:#8c7942;letter-spacing:.13em;margin-bottom:18px;font-size:6px;font-weight:850}.mali-entry-doors strong{letter-spacing:-.04em;font:400 28px Georgia,serif}.mali-entry-doors p{color:#79756c;max-width:290px;margin:15px 0 0;font-size:8px;line-height:1.65}.mali-entry-doors>a:hover p,.mali-entry-doors>a:focus-visible p{color:#c7d0dc}.mali-entry-doors>a>i{color:#9a8050;font-style:normal}.mali-entry-manifesto{background:var(--mali-navy);color:#fff;padding:105px 0}.mali-entry-manifesto-grid{grid-template-columns:.42fr 1.08fr .7fr;align-items:start;gap:60px;display:grid}.mali-entry-manifesto-grid>span{color:#d4c28e;letter-spacing:.14em;font-size:7px;font-weight:850}.mali-entry-manifesto h2{margin:0;font-size:clamp(43px,4.8vw,66px);line-height:.98}.mali-entry-manifesto h2 em{color:#d4c28e}.mali-entry-manifesto p{color:#bac4d1;margin:3px 0 0;font-size:11px;line-height:1.75}@media (width<=1050px){.mali-entry-grid{grid-template-columns:1fr;gap:55px}.mali-entry-copy{max-width:760px}.mali-entry-cockpit{max-width:820px}.mali-entry-doors{grid-template-columns:1fr}.mali-entry-doors>a{border-bottom:1px solid #cfc9bd;border-right:0;min-height:145px}.mali-entry-doors>a:last-child{border-bottom:0}.mali-entry-manifesto-grid{grid-template-columns:1fr 1fr}.mali-entry-manifesto-grid>span{grid-column:1/-1}}@media (width<=640px){.mali-entry-shell{padding:25px 0 60px}.mali-entry-meta{display:none}.mali-entry-grid{gap:42px;padding:42px 0 45px}.mali-entry-copy h1{font-size:51px}.mali-entry-copy>p{font-size:12px}.mali-entry-actions{display:grid}.mali-entry-actions>a{width:100%}.mali-entry-proof{grid-template-columns:1fr}.mali-entry-proof>span{border-bottom:1px solid #cbc5b8;padding:11px 0}.mali-entry-cockpit{box-shadow:8px 9px #11233f14}.mali-cockpit-head small{display:none}.mali-cockpit-body{grid-template-columns:39px 1fr;min-height:360px}.mali-cockpit-body>aside{padding-inline:8px}.mali-cockpit-main{padding:18px 14px}.mali-cockpit-main>h2{font-size:22px}.mali-cockpit-kpis{grid-template-columns:1fr}.mali-cockpit-kpis>article{border-bottom:1px solid #d5d0c5;border-right:0;min-height:58px}.mali-cockpit-kpis>article:last-child{border-bottom:0}.mali-cockpit-kpis strong{margin:6px 0 2px;font-size:17px}.mali-cockpit-list li:nth-child(n+3){display:none}.mali-entry-doors>a{min-height:165px;padding:20px 16px}.mali-entry-doors strong{font-size:25px}.mali-entry-manifesto{padding:75px 0}.mali-entry-manifesto-grid{grid-template-columns:1fr;gap:27px}.mali-entry-manifesto-grid>span{grid-column:auto}.mali-entry-manifesto h2{font-size:43px}}.mali-product-page,.mali-roi-page{--mali-navy:#11233f;--mali-ink:#172238;--mali-cream:#f3f0e8;--mali-paper:#fbfaf6;--mali-gold:#cdb777;--mali-sage:#67877b;background:var(--mali-cream);color:var(--mali-ink);overflow:hidden}.mali-product-page h1,.mali-product-page h2,.mali-product-page h3,.mali-roi-page h1,.mali-roi-page h2{letter-spacing:-.04em;font-family:Georgia,Times New Roman,serif;font-weight:400}.mali-product-hero{background-color:var(--mali-cream);background-image:linear-gradient(#11233f0b 1px,#0000 1px),linear-gradient(90deg,#11233f0b 1px,#0000 1px);background-size:48px 48px;border-bottom:1px solid #cfc9bb;padding:34px 0 90px}.mali-product-breadcrumb{color:#817a6f;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:9px;font-size:7px;font-weight:750;display:flex}.mali-product-breadcrumb strong{color:var(--mali-ink)}.mali-product-hero-grid{grid-template-columns:.78fr 1.22fr;align-items:center;gap:72px;padding-top:65px;display:grid}.mali-product-copy>span{color:#6d665b;letter-spacing:.15em;align-items:center;gap:11px;font-size:8px;font-weight:850;display:flex}.mali-product-copy>span>i{border:1px solid var(--mali-navy);place-content:center;width:35px;height:35px;font:400 15px Georgia,serif;display:grid}.mali-product-copy h1{margin:28px 0 24px;font-size:clamp(53px,5.6vw,76px);line-height:.94}.mali-product-copy h1 em{color:#506f65}.mali-product-copy>p{color:#69665f;max-width:610px;margin:0;font-size:13px;line-height:1.78}.mali-product-actions{flex-wrap:wrap;gap:9px;margin-top:31px;display:flex}.mali-product-actions>a{border:1px solid var(--mali-navy);background:var(--mali-navy);color:#fff;justify-content:space-between;align-items:center;gap:25px;min-height:49px;padding:0 17px;font-size:8px;font-weight:800;display:inline-flex}.mali-product-actions>a:last-child{color:var(--mali-navy);background:0 0}.mali-product-facts{border-top:1px solid #c8c2b5;grid-template-columns:repeat(3,1fr);margin-top:38px;display:grid}.mali-product-facts span{color:#817b70;padding:13px 10px 0 0;font-size:7px;line-height:1.5}.mali-product-facts b{color:var(--mali-ink);font-size:10px;display:block}.mali-product-screen{background:var(--mali-paper);border:1px solid #afa99e;box-shadow:16px 18px #11233f1a}.mali-product-screen-head{border-bottom:3px solid var(--mali-gold);background:var(--mali-navy);color:#fff;justify-content:space-between;align-items:center;min-height:66px;padding:13px 16px;display:flex}.mali-product-screen-head>div{align-items:center;gap:10px;display:flex}.mali-product-screen-head>div>i{border:1px solid var(--mali-gold);color:#decd9d;place-content:center;width:34px;height:34px;font:400 13px Georgia,serif;display:grid}.mali-product-screen-head span,.mali-product-screen-head b{display:block}.mali-product-screen-head b{color:#e1d2a6;font-size:7px}.mali-product-screen-head span{color:#b9c4d4;font-size:6px}.mali-product-screen-head small{color:#b8c2d0;letter-spacing:.12em;font-size:5px}.mali-product-screen-body{grid-template-columns:132px 1fr;min-height:430px;display:grid}.mali-product-screen-body>aside{color:#9dacc0;background:#152a48;align-content:start;gap:21px;padding:22px 15px;display:grid}.mali-product-screen-body>aside>*{font-size:6px}.mali-product-screen-body>aside>strong{border-left:2px solid var(--mali-gold);color:#fff;background:#ffffff0f;padding:9px}.mali-product-screen-body>div{padding:28px}.mali-product-screen-body>div>small{color:#8d7940;letter-spacing:.14em;font-size:6px;font-weight:850}.mali-product-screen-body h2{margin:10px 0 7px;font-size:26px}.mali-product-screen-body>div>p{color:#7a766d;margin:0;font-size:7px}.mali-product-screen-body>div>div{border:1px solid #d4cfc4;grid-template-columns:repeat(3,1fr);margin-top:24px;display:grid}.mali-product-screen-body article{border-right:1px solid #d4cfc4;min-height:93px;padding:13px}.mali-product-screen-body article:last-child{border-right:0}.mali-product-screen-body article span,.mali-product-screen-body article b,.mali-product-screen-body article i{display:block}.mali-product-screen-body article span{color:#8b857b;font-size:5px}.mali-product-screen-body article b{margin:14px 0 5px;font:400 21px Georgia,serif}.mali-product-screen-body article i{color:#59796e;font-size:6px;font-style:normal}.mali-product-screen-body ol{border-top:1px solid #d4cfc4;margin:22px 0 0;padding:0;list-style:none}.mali-product-screen-body li{border-bottom:1px solid #d4cfc4;grid-template-columns:28px 1fr auto;align-items:center;gap:9px;min-height:48px;padding:11px 4px;display:grid}.mali-product-screen-body li>span{color:#9e988d;font-size:6px}.mali-product-screen-body li>strong{font-size:7px}.mali-product-screen-body li>i{color:#8b4c53;font-size:6px;font-style:normal}.mali-product-intro{background:var(--mali-navy);color:#fff;padding:100px 0}.mali-product-intro-grid{grid-template-columns:.4fr 1.1fr .72fr;align-items:start;gap:60px;display:grid}.mali-product-intro-grid>span,.mali-product-heading span,.mali-product-flow-grid>div>span,.mali-product-demo>div>div>span,.mali-roi-model-grid>div>span,.mali-roi-note>div>span{color:#d4c28e;letter-spacing:.14em;font-size:7px;font-weight:850}.mali-product-intro h2{margin:0;font-size:clamp(43px,4.7vw,64px);line-height:.98}.mali-product-intro h2 em{color:#d4c28e}.mali-product-intro p{color:#bac4d1;margin:3px 0 0;font-size:11px;line-height:1.75}.mali-product-workspaces{background:var(--mali-paper);padding:112px 0}.mali-product-heading{grid-template-columns:1.15fr .65fr;align-items:end;gap:70px;display:grid}.mali-product-heading span{color:#8c7740}.mali-product-heading h2{margin:14px 0 0;font-size:clamp(45px,5vw,66px);line-height:.98}.mali-product-heading>p{color:#716d65;margin:0;font-size:10px;line-height:1.75}.mali-product-workspace-grid{border:1px solid #c7c0b3;grid-template-columns:repeat(4,1fr);margin-top:52px;display:grid}.mali-product-workspace-grid>article{border-bottom:1px solid #d0c9bd;border-right:1px solid #d0c9bd;flex-direction:column;align-items:flex-start;min-height:275px;padding:23px;display:flex}.mali-product-workspace-grid>article:nth-child(4n){border-right:0}.mali-product-workspace-grid>article:nth-child(n+5){border-bottom:0}.mali-product-workspace-grid>article:nth-child(2),.mali-product-workspace-grid>article:nth-child(7){background:#e9e2ce}.mali-product-workspace-grid>article:nth-child(4),.mali-product-workspace-grid>article:nth-child(5){color:#fff;background:#172a46}.mali-product-workspace-grid>article>span{color:#9a9182;font-size:7px}.mali-product-workspace-grid h3{margin:auto 0 13px;font-size:25px}.mali-product-workspace-grid p{color:inherit;opacity:.72;margin:0;font-size:8px;line-height:1.7}.mali-product-flow{background:#e8e3d8;border-block:1px solid #c8c1b4;padding:110px 0}.mali-product-flow-grid{grid-template-columns:.75fr 1.25fr;gap:90px;display:grid}.mali-product-flow-grid>div>span{color:#8b7640}.mali-product-flow h2{margin:15px 0 18px;font-size:clamp(44px,4.8vw,64px);line-height:.98}.mali-product-flow h2 em{color:#54756a}.mali-product-flow p{color:#6d6a63;margin:0;font-size:10px;line-height:1.75}.mali-product-flow ol{border-top:1px solid #bdb6aa;margin:0;padding:0;list-style:none}.mali-product-flow li{border-bottom:1px solid #bdb6aa;grid-template-columns:40px 1fr .8fr;align-items:center;gap:12px;min-height:90px;padding:19px 5px;display:grid}.mali-product-flow li>span{color:#9c9589;font-size:7px}.mali-product-flow li>strong{font:400 22px Georgia,serif}.mali-product-flow li>small{color:#736f67;font-size:8px}.mali-product-outcomes{background:#fff;padding:110px 0}.mali-product-outcome-grid{border-top:1px solid #cbc5ba;grid-template-columns:repeat(4,1fr);margin-top:52px;display:grid}.mali-product-outcome-grid>article{border-right:1px solid #cbc5ba;min-height:210px;padding:23px 22px 0 0}.mali-product-outcome-grid>article:not(:first-child){padding-left:22px}.mali-product-outcome-grid>article:last-child{border-right:0}.mali-product-outcome-grid span{color:#9a9286;font-size:7px}.mali-product-outcome-grid strong{margin-top:65px;font:400 22px Georgia,serif;display:block}.mali-product-outcome-grid p{color:#746f67;margin:11px 0 0;font-size:8px;line-height:1.65}.mali-product-demo{background:var(--mali-cream);padding:90px 0}.mali-product-demo>div>div{background:var(--mali-navy);min-height:430px;box-shadow:12px 12px 0 var(--mali-gold);color:#fff;border:1px solid #0d1c31;flex-direction:column;align-items:flex-start;padding:60px;display:flex}.mali-product-demo h2{margin:22px 0 17px;font-size:clamp(48px,5.5vw,72px);line-height:.94}.mali-product-demo h2 em{color:#d4c28e}.mali-product-demo p{color:#bdc7d4;max-width:580px;margin:0;font-size:11px;line-height:1.75}.mali-product-demo a{min-height:50px;color:var(--mali-navy);background:#d4c28e;border:1px solid #d4c28e;align-items:center;gap:32px;margin-top:auto;padding:0 18px;font-size:8px;font-weight:850;display:inline-flex}.mali-roi-hero{background:var(--mali-cream);border-bottom:1px solid #c8c1b4;padding:34px 0 95px}.mali-roi-hero-grid{grid-template-columns:1fr .82fr;align-items:center;gap:90px;padding-top:72px;display:grid}.mali-roi-hero h1{margin:28px 0 24px;font-size:clamp(55px,6vw,82px);line-height:.94}.mali-roi-hero h1 em{color:#54766b}.mali-roi-hero p{color:#6e6a62;max-width:650px;margin:0;font-size:14px;line-height:1.75}.mali-roi-status{color:#786b48;letter-spacing:.1em;border-top:1px solid #c7c0b5;align-items:center;gap:10px;margin-top:32px;padding-top:17px;font-size:7px;font-weight:850;display:flex}.mali-roi-status i{background:#af8f3d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #af8f3d1c}.mali-roi-preview{background:var(--mali-paper);border:1px solid #ada69a;box-shadow:14px 16px #11233f1a}.mali-roi-preview-head{border-bottom:3px solid var(--mali-gold);background:var(--mali-navy);color:#fff;justify-content:space-between;align-items:center;min-height:58px;padding:0 18px;display:flex}.mali-roi-preview-head span{color:#dec98f;letter-spacing:.13em;font-size:7px;font-weight:850}.mali-roi-preview-head small{color:#abb7c7;font-size:5px}.mali-roi-preview dl{margin:0;padding:10px 25px}.mali-roi-preview dl>div{border-bottom:1px solid #d2ccc0;justify-content:space-between;align-items:center;min-height:62px;display:flex}.mali-roi-preview dt{color:#767168;font-size:8px}.mali-roi-preview dd{margin:0;font:400 19px Georgia,serif}.mali-roi-preview-result{background:#e7e0cc;padding:25px}.mali-roi-preview-result span,.mali-roi-preview-result strong,.mali-roi-preview-result small{display:block}.mali-roi-preview-result span{color:#81713f;letter-spacing:.12em;font-size:6px;font-weight:850}.mali-roi-preview-result strong{color:#496c60;margin:12px 0 6px;font:400 35px Georgia,serif}.mali-roi-preview-result small{color:#78736b;font-size:6px;line-height:1.5}.mali-roi-model{background:var(--mali-navy);color:#fff;padding:110px 0}.mali-roi-model-grid{grid-template-columns:.78fr 1.22fr;gap:95px;display:grid}.mali-roi-model h2{margin:15px 0 17px;font-size:clamp(45px,5vw,66px);line-height:.98}.mali-roi-model p{color:#b7c1cf;margin:0;font-size:10px;line-height:1.75}.mali-roi-model ol{border-top:1px solid #42516a;margin:0;padding:0;list-style:none}.mali-roi-model li{border-bottom:1px solid #42516a;grid-template-columns:42px 1fr;align-items:center;gap:14px;min-height:100px;padding:19px 5px;display:grid}.mali-roi-model li>span{color:#d4c28e;font-size:7px}.mali-roi-model li strong{font:400 22px Georgia,serif}.mali-roi-model li p{margin-top:6px;font-size:8px}.mali-roi-note{background:#e8e3d8;padding:100px 0}.mali-roi-note>div{max-width:890px}.mali-roi-note>div>span{color:#87743f}.mali-roi-note h2{margin:17px 0 20px;font-size:clamp(47px,5.4vw,70px);line-height:.95}.mali-roi-note h2 em{color:#55756a}.mali-roi-note p{color:#6d6961;max-width:760px;margin:0;font-size:11px;line-height:1.75}.mali-roi-note>div>div{flex-wrap:wrap;gap:9px;margin-top:32px;display:flex}.mali-roi-note a{border:1px solid var(--mali-navy);background:var(--mali-navy);color:#fff;align-items:center;gap:27px;min-height:48px;padding:0 16px;font-size:8px;font-weight:800;display:inline-flex}.mali-roi-note a:last-child{color:var(--mali-navy);background:0 0}@media (width<=1050px){.mali-product-hero-grid,.mali-product-intro-grid,.mali-product-flow-grid,.mali-roi-hero-grid,.mali-roi-model-grid{grid-template-columns:1fr}.mali-product-copy{max-width:760px}.mali-product-screen{max-width:850px}.mali-product-intro-grid,.mali-product-flow-grid,.mali-roi-model-grid{gap:45px}.mali-product-workspace-grid{grid-template-columns:repeat(2,1fr)}.mali-product-workspace-grid>article:nth-child(n){border-bottom:1px solid #d0c9bd;border-right:1px solid #d0c9bd}.mali-product-workspace-grid>article:nth-child(2n){border-right:0}.mali-product-workspace-grid>article:nth-child(n+7){border-bottom:0}.mali-product-heading{grid-template-columns:1fr;gap:28px}.mali-product-outcome-grid{grid-template-columns:repeat(2,1fr)}.mali-product-outcome-grid>article{border-bottom:1px solid #cbc5ba}.mali-product-outcome-grid>article:nth-child(2){border-right:0}.mali-product-outcome-grid>article:nth-child(n+3){border-bottom:0}}@media (width<=650px){.mali-product-hero{padding-bottom:65px}.mali-product-hero-grid{gap:45px;padding-top:46px}.mali-product-copy h1,.mali-roi-hero h1{font-size:51px}.mali-product-copy>p,.mali-roi-hero p{font-size:12px}.mali-product-actions{display:grid}.mali-product-actions>a{width:100%}.mali-product-facts{grid-template-columns:1fr}.mali-product-facts span{border-bottom:1px solid #c8c2b5;padding:10px 0}.mali-product-screen{box-shadow:8px 9px #11233f1a}.mali-product-screen-head small{display:none}.mali-product-screen-body{grid-template-columns:41px 1fr}.mali-product-screen-body>aside{padding:15px 8px}.mali-product-screen-body>aside>*{font-size:0}.mali-product-screen-body>aside>:before{content:"";background:#76859a;width:16px;height:2px;display:block}.mali-product-screen-body>div{padding:18px 13px}.mali-product-screen-body h2{font-size:22px}.mali-product-screen-body>div>div{grid-template-columns:1fr}.mali-product-screen-body article{border-bottom:1px solid #d4cfc4;border-right:0;min-height:58px}.mali-product-screen-body article:last-child{border-bottom:0}.mali-product-screen-body article b{margin:6px 0 2px;font-size:17px}.mali-product-intro,.mali-product-workspaces,.mali-product-flow,.mali-product-outcomes,.mali-roi-model,.mali-roi-note{padding:75px 0}.mali-product-intro h2,.mali-product-heading h2,.mali-product-flow h2,.mali-roi-model h2,.mali-roi-note h2{font-size:42px}.mali-product-workspace-grid{grid-template-columns:1fr}.mali-product-workspace-grid>article:nth-child(n){border-bottom:1px solid #d0c9bd;border-right:0;min-height:230px}.mali-product-workspace-grid>article:last-child{border-bottom:0}.mali-product-flow li{grid-template-columns:31px 1fr}.mali-product-flow li>small{grid-column:2}.mali-product-outcome-grid{grid-template-columns:1fr}.mali-product-outcome-grid>article:nth-child(n){border-bottom:1px solid #cbc5ba;border-right:0;min-height:180px;padding:21px 0}.mali-product-outcome-grid>article:last-child{border-bottom:0}.mali-product-outcome-grid strong{margin-top:45px}.mali-product-demo{padding:70px 0}.mali-product-demo>div>div{min-height:420px;box-shadow:7px 7px 0 var(--mali-gold);padding:38px 24px}.mali-product-demo h2{font-size:48px}.mali-product-demo a{justify-content:space-between;width:100%}.mali-roi-hero{padding-bottom:70px}.mali-roi-hero-grid{gap:43px;padding-top:48px}.mali-roi-preview{box-shadow:8px 9px #11233f1a}.mali-roi-note>div>div{display:grid}.mali-roi-note a{justify-content:space-between;width:100%}}.mali-calculator-page{--calc-navy:#0b223b;--calc-ink:#172238;--calc-cream:#f2efe7;--calc-paper:#fbfaf6;--calc-gold:#c6a95e;--calc-teal:#087f78;background:var(--calc-cream);color:var(--calc-ink);overflow:hidden}.mali-calculator-page h1,.mali-calculator-page h2{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:400}.mali-calculator-hero{background-color:var(--calc-navy);color:#fff;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px),radial-gradient(circle at 82% 16%,#c6a95e33,#0000 26%);background-size:54px 54px,54px 54px,auto;padding:95px 0}.mali-calculator-hero span,.mali-calc-heading>span,.mali-price-summary>span{color:#d4c28e;letter-spacing:.14em;font-size:7px;font-weight:850}.mali-calculator-hero h1{max-width:1000px;margin:20px 0;font-size:clamp(55px,6.5vw,88px);line-height:.93}.mali-calculator-hero h1 em{color:#d4c28e;font-style:normal}.mali-calculator-hero p{color:#bdc7d4;max-width:720px;margin:0;font-size:13px;line-height:1.75}.mali-calculator-workspace{padding:95px 0 120px}.mali-calculator-layout{grid-template-columns:1.3fr .7fr;align-items:start;gap:55px;display:grid}.mali-calc-heading{margin:0 0 28px}.mali-calc-heading:not(:first-child){margin-top:72px}.mali-calc-heading>span{color:#8c7740}.mali-calc-heading h2{margin:13px 0 8px;font-size:42px}.mali-calc-heading p{color:#777269;margin:0;font-size:9px}.mali-package-grid{border:1px solid #c9c2b6;grid-template-columns:repeat(3,1fr);display:grid}.mali-package-grid>button{background:var(--calc-paper);min-height:205px;color:var(--calc-ink);text-align:left;border:0;border-right:1px solid #d3ccc0;flex-direction:column;align-items:flex-start;padding:20px;display:flex}.mali-package-grid>button:last-child{border-right:0}.mali-package-grid>button.is-selected{background:var(--calc-navy);color:#fff;box-shadow:inset 0 3px var(--calc-gold)}.mali-package-grid>button>span{letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:850}.mali-package-grid strong{margin:23px 0 10px;font:400 27px Georgia,serif}.mali-package-grid strong small{font:600 6px var(--font-inter),Inter,sans-serif;margin-left:4px}.mali-package-grid p{color:inherit;opacity:.7;margin:0;font-size:7px}.mali-package-grid i{color:#9d8a52;margin-top:auto;font-size:6px;font-style:normal;font-weight:800}.mali-number-field{background:#fff;border:1px solid #c9c2b6;justify-content:space-between;align-items:center;min-height:74px;margin-top:12px;padding:13px 16px;display:flex}.mali-number-field>span{font-size:9px;font-weight:800}.mali-number-field small{color:#8b857b;margin-top:4px;font-size:6px;font-weight:500;display:block}.mali-number-field input{width:130px;height:43px;color:var(--calc-ink);font:600 13px var(--font-inter),Inter,sans-serif;text-align:right;background:#f8f5ee;border:1px solid #bdb5a8;padding:0 11px}.mali-module-list{gap:7px;display:grid}.mali-module-list>button{background:var(--calc-paper);min-height:94px;color:var(--calc-ink);text-align:left;border:1px solid #d0c9bd;grid-template-columns:30px 1fr auto;align-items:center;gap:14px;padding:14px 16px;transition:border-color .18s,background .18s;display:grid}.mali-module-list>button:hover{border-color:#8d7a48}.mali-module-list>button.is-selected{background:#eee7d5;border-color:#8d7a48}.mali-module-list>button>i{color:#8a7339;border:1px solid #9c8c62;border-radius:50%;place-content:center;width:28px;height:28px;font-size:10px;font-style:normal;display:grid}.mali-module-list>button.is-selected>i{background:var(--calc-navy);color:#fff}.mali-module-list>button>div>small{color:#927a42;letter-spacing:.1em;text-transform:uppercase;font-size:5px;font-weight:850}.mali-module-list>button>div>strong{margin:5px 0;font-size:9px;display:block}.mali-module-list>button>div>p{color:#79736a;margin:0;font-size:6px}.mali-module-list>button>span{text-align:right}.mali-module-list>button>span b,.mali-module-list>button>span small{display:block}.mali-module-list>button>span b{font-size:8px}.mali-module-list>button>span small{color:#8c857a;margin-top:5px;font-size:6px}.mali-price-summary{background:var(--calc-navy);box-shadow:12px 13px 0 var(--calc-gold);color:#fff;border:1px solid #07192e;padding:27px;position:sticky;top:100px}.mali-price-summary h2{margin:16px 0 22px;font-size:37px}.mali-price-summary dl{border-top:1px solid #405169;margin:0}.mali-price-summary dl>div{border-bottom:1px solid #405169;justify-content:space-between;align-items:center;min-height:48px;display:flex}.mali-price-summary dt{color:#b8c2cf;font-size:7px}.mali-price-summary dd{margin:0;font:400 14px Georgia,serif}.mali-price-total{padding:25px 0}.mali-price-total span,.mali-price-total strong,.mali-price-total small{display:block}.mali-price-total span{color:#d4c28e;letter-spacing:.12em;font-size:6px;font-weight:850}.mali-price-total strong{color:#fff;margin:10px 0 4px;font:400 40px Georgia,serif}.mali-price-total small{color:#9eaabc;font-size:6px}.mali-price-summary>p{color:#9da9b9;margin:22px 0 0;font-size:6px;line-height:1.7}.mali-calc-heading+*{scroll-margin-top:100px}.mali-section-heading{grid-template-columns:1.15fr .7fr;align-items:end;gap:70px;display:grid}.mali-section-heading>div>span{color:#8c7740;letter-spacing:.14em;font-size:7px;font-weight:850}.mali-section-heading h2{margin:14px 0 0;font-size:clamp(44px,5vw,66px);line-height:.97}.mali-section-heading h2 em{color:#58776d;font-style:normal}.mali-section-heading>p{color:#716d65;margin:0;font-size:10px;line-height:1.75}.mali-personnel-section{background:#fff;padding:110px 0}.mali-personnel-grid{border:1px solid #c8c1b5;grid-template-columns:1.15fr .85fr;margin-top:52px;display:grid}.mali-personnel-inputs{background:#fbfaf6;padding:12px 28px}.mali-personnel-inputs>label{border-bottom:1px solid #d5cfc4;justify-content:space-between;align-items:center;min-height:66px;display:flex}.mali-personnel-inputs>label:last-child{border-bottom:0}.mali-personnel-inputs>label>span{font-size:9px;font-weight:750}.mali-personnel-inputs>label>div{align-items:center;gap:8px;display:flex}.mali-personnel-inputs input{width:130px;height:39px;color:var(--calc-ink);text-align:right;background:#fff;border:1px solid #bdb6a9;padding:0 10px;font-size:11px;font-weight:700}.mali-personnel-inputs small{color:#8d867b;width:45px;font-size:6px}.mali-personnel-result{background:#e9e3d8;border-left:1px solid #c8c1b5;padding:38px}.mali-personnel-result>span,.mali-value-card>span{color:#8c7740;letter-spacing:.12em;font-size:7px;font-weight:850}.mali-personnel-result>strong{margin:17px 0 26px;font:400 45px Georgia,serif;display:block}.mali-personnel-result dl{border-top:1px solid #c4bcaf;margin:0}.mali-personnel-result dl>div{border-bottom:1px solid #c4bcaf;justify-content:space-between;align-items:center;min-height:56px;display:flex}.mali-personnel-result dt{color:#767168;font-size:8px}.mali-personnel-result dd{margin:0;font:400 15px Georgia,serif}.mali-personnel-result p{color:#777168;margin:23px 0 0;font-size:7px;line-height:1.7}.mali-workflow-section{background:#e9e3d8;border-block:1px solid #c8c1b5;padding:110px 0}.mali-confidence{background:#f8f5ee;border:1px solid #bfb7aa;justify-content:space-between;align-items:center;min-height:76px;margin-top:44px;padding:14px 18px;display:flex}.mali-confidence>span{font-size:9px;font-weight:800}.mali-confidence>span small{color:#817b72;margin-top:5px;font-size:6px;font-weight:500;display:block}.mali-confidence>div{align-items:center;gap:15px;display:flex}.mali-confidence input{width:230px;accent-color:var(--calc-teal)}.mali-confidence strong{width:45px;color:var(--calc-teal);font:400 19px Georgia,serif}.mali-workflow-table{background:#fbfaf6;border:1px solid #bfb7aa;margin-top:16px}.mali-workflow-head,.mali-workflow-row{grid-template-columns:2fr .62fr .62fr .62fr .78fr .9fr;align-items:center;display:grid}.mali-workflow-head{background:var(--calc-navy);color:#fff;min-height:48px}.mali-workflow-head span{color:#c1cad6;padding:0 10px;font-size:6px;font-weight:800}.mali-workflow-row{border-bottom:1px solid #d5cec2;min-height:78px}.mali-workflow-row>strong{padding:0 12px;font-size:8px}.mali-workflow-row label{padding:8px}.mali-workflow-row label small{display:none}.mali-workflow-row input{width:100%;height:37px;color:var(--calc-ink);text-align:right;background:#fff;border:1px solid #c4bdae;padding:0 7px;font-size:8px}.mali-workflow-row>span,.mali-workflow-row>b{text-align:right;padding:0 10px}.mali-workflow-row>span{color:#68766f;font-size:8px}.mali-workflow-row>b{color:var(--calc-teal);font-size:8px}.mali-workflow-total{background:#eee8da;grid-template-columns:1fr 1fr 1fr;align-items:center;min-height:72px;padding:15px 12px;display:grid}.mali-workflow-total>span{letter-spacing:.1em;font-size:7px;font-weight:850}.mali-workflow-total>strong,.mali-workflow-total>b{text-align:right}.mali-workflow-total>strong{font:400 17px Georgia,serif}.mali-workflow-total>b{color:var(--calc-teal);font-size:9px}.mali-gains-section{background:#fff;padding:110px 0}.mali-gains-layout{grid-template-columns:1.25fr .75fr;align-items:start;gap:65px;display:grid}.mali-gains-layout .mali-section-heading{grid-template-columns:1fr;gap:25px}.mali-gain-list{border-top:1px solid #cbc4b8;margin-top:42px}.mali-gain-list>div{border-bottom:1px solid #cbc4b8;grid-template-columns:1fr 180px 37px;align-items:center;gap:12px;min-height:68px;display:grid}.mali-gain-list input{height:40px;color:var(--calc-ink);background:#fbfaf6;border:1px solid #c5beb2;padding:0 10px;font-size:8px}.mali-gain-list>div>input{background:0 0;border:0;font-weight:750}.mali-gain-list label{position:relative}.mali-gain-list label input{text-align:right;width:100%;padding-right:45px}.mali-gain-list label small{color:#8a8378;font-size:6px;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.mali-gain-list button{color:#986169;background:0 0;border:1px solid #c5beb2;width:35px;height:35px;font-size:17px}.mali-add-gain{border:1px solid var(--calc-navy);min-height:44px;color:var(--calc-navy);background:0 0;justify-content:space-between;align-items:center;gap:26px;margin-top:15px;padding:0 13px;font-size:7px;font-weight:800;display:flex}.mali-add-gain span{font-size:13px}.mali-value-card{background:#eee8da;border:1px solid #c5beb2;padding:35px;position:sticky;top:100px}.mali-value-card>strong{color:var(--calc-teal);margin:18px 0 30px;font:400 44px Georgia,serif;display:block}.mali-value-card dl{border-top:1px solid #c5beb2;margin:0}.mali-value-card dl>div{border-bottom:1px solid #c5beb2;justify-content:space-between;align-items:center;min-height:58px;display:flex}.mali-value-card dt{color:#716c64;font-size:8px}.mali-value-card dd{margin:0;font:400 14px Georgia,serif}.mali-final-result{background:var(--calc-navy);color:#fff;padding:110px 0}.mali-final-heading>span{color:#d4c28e;letter-spacing:.14em;font-size:7px;font-weight:850}.mali-final-heading h2{color:#75b9a7;margin:15px 0 13px;font-size:clamp(62px,8vw,105px);line-height:.9}.mali-final-result.is-negative .mali-final-heading h2{color:#da8e94}.mali-final-heading p{color:#b8c3d1;max-width:670px;margin:0;font-size:10px;line-height:1.7}.mali-result-grid{border-top:1px solid #405169;grid-template-columns:repeat(4,1fr);margin-top:55px;display:grid}.mali-result-grid article{border-right:1px solid #405169;min-height:180px;padding:24px 21px}.mali-result-grid article:last-child{border-right:0}.mali-result-grid span,.mali-result-grid strong,.mali-result-grid small{display:block}.mali-result-grid span{color:#aeb9c8;font-size:7px}.mali-result-grid strong{margin:48px 0 8px;font:400 25px Georgia,serif}.mali-result-grid small{color:#7f8da1;font-size:6px}.mali-result-note{border:1px solid #405169;grid-template-columns:27px 1fr;gap:13px;margin-top:35px;padding:20px;display:grid}.mali-result-note i{color:#d4c28e;border:1px solid #d4c28e;border-radius:50%;place-content:center;width:24px;height:24px;font-size:7px;font-style:normal;display:grid}.mali-result-note p{color:#aeb8c6;margin:0;font-size:7px;line-height:1.7}@media (width<=1050px){.mali-calculator-layout,.mali-personnel-grid,.mali-gains-layout{grid-template-columns:1fr}.mali-price-summary{order:-1;position:static}.mali-package-grid{max-width:850px}.mali-section-heading{grid-template-columns:1fr;gap:28px}.mali-personnel-result{border-top:1px solid #c8c1b5;border-left:0}.mali-workflow-head{display:none}.mali-workflow-row{grid-template-columns:1.4fr repeat(3,.6fr) .7fr .8fr}.mali-value-card{order:-1;position:static}.mali-result-grid{grid-template-columns:repeat(2,1fr)}.mali-result-grid article:nth-child(2){border-right:0}.mali-result-grid article:nth-child(-n+2){border-bottom:1px solid #405169}}@media (width<=650px){.mali-calculator-hero{padding:72px 0}.mali-calculator-hero h1{font-size:50px}.mali-calculator-hero p{font-size:11px}.mali-calculator-workspace,.mali-personnel-section,.mali-workflow-section,.mali-gains-section,.mali-final-result{padding:70px 0}.mali-package-grid{grid-template-columns:1fr}.mali-package-grid>button{border-bottom:1px solid #d3ccc0;border-right:0;min-height:170px}.mali-package-grid>button:last-child{border-bottom:0}.mali-number-field{flex-direction:column;align-items:flex-start;gap:10px}.mali-number-field input{width:100%}.mali-module-list>button{grid-template-columns:29px 1fr}.mali-module-list>button>span{text-align:left;grid-column:2}.mali-price-summary{box-shadow:7px 8px 0 var(--calc-gold);padding:22px}.mali-price-total strong{font-size:36px}.mali-section-heading h2{font-size:42px}.mali-personnel-inputs{padding:10px 16px}.mali-personnel-inputs>label{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}.mali-personnel-inputs>label>div,.mali-personnel-inputs input{width:100%}.mali-personnel-result{padding:28px 22px}.mali-personnel-result>strong{font-size:37px}.mali-confidence{flex-direction:column;align-items:flex-start;gap:13px}.mali-confidence>div,.mali-confidence input{width:100%}.mali-workflow-table{background:0 0;border:0}.mali-workflow-row{background:#fbfaf6;border:1px solid #c5beb1;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:10px;padding:14px;display:grid}.mali-workflow-row>strong{grid-column:1/-1;padding:0 0 6px;font-size:9px}.mali-workflow-row label{padding:0}.mali-workflow-row label small{color:#847d72;margin-bottom:4px;font-size:6px;display:block}.mali-workflow-row>span,.mali-workflow-row>b{text-align:left;padding:7px 0}.mali-workflow-total{grid-template-columns:1fr;gap:9px}.mali-workflow-total>strong,.mali-workflow-total>b{text-align:left}.mali-gain-list>div{grid-template-columns:1fr 38px;padding:10px 0}.mali-gain-list>div>input{grid-column:1/-1}.mali-gain-list label{grid-column:1}.mali-value-card{padding:27px 22px}.mali-value-card>strong{font-size:38px}.mali-result-grid{grid-template-columns:1fr}.mali-result-grid article:nth-child(n){border-bottom:1px solid #405169;border-right:0;min-height:150px;padding:21px 0}.mali-result-grid article:last-child{border-bottom:0}.mali-result-grid strong{margin-top:35px}}.gold-entry-page{--gold-black:#1b1b18;--gold-ink:#28251f;--gold-ivory:#f4f0e7;--gold-paper:#fffdf8;--gold-brass:#b39142;--gold-green:#557567;--gold-rose:#9b5953;background:var(--gold-ivory);color:var(--gold-ink);overflow:hidden}.gold-entry-page h1,.gold-entry-page h2,.gold-entry-page h3{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:400}.gold-entry-hero{background-color:#f1ecdf;background-image:radial-gradient(circle at 78% 16%,#ccab5840,#0000 26%),linear-gradient(132deg,#0000 0 59%,#b391421c 59% 60%,#0000 60%),linear-gradient(48deg,#0000 0 70%,#28251f13 70% 71%,#0000 71%),linear-gradient(154deg,#fffdf8db 0 35%,#0000 35% 100%),linear-gradient(90deg,#28251f09 1px,#0000 1px);background-size:auto,auto,auto,auto,88px 100%;border-bottom:1px solid #c9c1b2;padding-bottom:0}.gold-entry-shell{padding-top:38px}.gold-entry-meta{color:#786f62;letter-spacing:.14em;border-bottom:1px solid #bdb4a5;justify-content:space-between;padding:0 0 14px;font-size:7px;font-weight:850;display:flex}.gold-entry-grid{grid-template-columns:.82fr 1.18fr;align-items:center;gap:74px;padding:68px 0 58px;display:grid}.gold-kicker{color:#746850;letter-spacing:.13em;align-items:center;gap:10px;font-size:7px;font-weight:850;display:flex}.gold-kicker i{border:1px solid var(--gold-black);width:34px;height:34px;color:var(--gold-brass);place-content:center;font-size:12px;font-style:normal;display:grid}.gold-entry-copy h1{margin:28px 0 22px;font-size:clamp(54px,5.8vw,79px);line-height:.93}.gold-entry-copy h1 em{color:#9b7628;font-style:normal}.gold-entry-copy>p{color:#6e685f;max-width:620px;margin:0;font-size:13px;line-height:1.75}.gold-entry-actions{flex-wrap:wrap;gap:9px;margin-top:30px;display:flex}.gold-entry-actions>a{border:1px solid var(--gold-black);background:var(--gold-black);color:#fff;justify-content:space-between;align-items:center;gap:28px;min-height:48px;padding:0 17px;font-size:8px;font-weight:800;display:inline-flex}.gold-entry-actions>a:last-child{color:var(--gold-black);background:0 0}.gold-entry-proof{border-top:1px solid #c8c0b2;grid-template-columns:repeat(3,1fr);margin-top:38px;display:grid}.gold-entry-proof span{color:#857d70;padding:13px 8px 0 0;font-size:6px;line-height:1.5}.gold-entry-proof b{color:var(--gold-ink);font-size:8px;display:block}.gold-entry-cockpit{background:var(--gold-paper);border:1px solid #9f9688;box-shadow:15px 17px #483d251f}.gold-cockpit-head{border-bottom:3px solid var(--gold-brass);background:var(--gold-black);color:#fff;justify-content:space-between;align-items:center;min-height:62px;padding:12px 16px;display:flex}.gold-cockpit-head>div{align-items:center;gap:10px;display:flex}.gold-cockpit-head i{border:1px solid var(--gold-brass);color:#d6ba77;place-content:center;width:34px;height:34px;font-style:normal;display:grid}.gold-cockpit-head span,.gold-cockpit-head b{display:block}.gold-cockpit-head b{color:#e0c88d;font-size:7px}.gold-cockpit-head span{color:#aaa69c;font-size:6px}.gold-cockpit-head small{color:#aaa69c;letter-spacing:.12em;font-size:5px}.gold-cockpit-body{grid-template-columns:128px 1fr;min-height:408px;display:grid}.gold-cockpit-body>aside{color:#aaa69d;background:#24231f;align-content:start;gap:20px;padding:23px 14px;display:grid}.gold-cockpit-body>aside>*{font-size:6px}.gold-cockpit-body>aside>strong{border-left:2px solid var(--gold-brass);color:#fff;background:#ffffff0d;padding:9px}.gold-cockpit-main{padding:28px}.gold-cockpit-main>small{color:#92742f;letter-spacing:.14em;font-size:6px;font-weight:850}.gold-cockpit-main h2{margin:10px 0 20px;font-size:27px;line-height:1}.gold-cockpit-values{border:1px solid #d4cdbf;grid-template-columns:repeat(3,1fr);display:grid}.gold-cockpit-values article{border-right:1px solid #d4cdbf;min-height:91px;padding:12px}.gold-cockpit-values article:last-child{border-right:0}.gold-cockpit-values span,.gold-cockpit-values b,.gold-cockpit-values i{display:block}.gold-cockpit-values span{color:#8b8377;font-size:5px}.gold-cockpit-values b{margin:15px 0 5px;font:400 20px Georgia,serif}.gold-cockpit-values i{color:var(--gold-green);font-size:6px;font-style:normal}.gold-cockpit-main ol{border-top:1px solid #d4cdbf;margin:22px 0 0;padding:0;list-style:none}.gold-cockpit-main li{border-bottom:1px solid #d4cdbf;grid-template-columns:25px 1fr auto;align-items:center;gap:9px;min-height:49px;padding:10px 3px;display:grid}.gold-cockpit-main li span{color:#a0988b;font-size:6px}.gold-cockpit-main li strong{font-size:7px}.gold-cockpit-main li i{color:var(--gold-rose);font-size:5px;font-style:normal}.gold-cockpit-foot{color:#8c8478;border-top:1px solid #d4cdbf;justify-content:space-between;align-items:center;min-height:37px;padding:0 15px;font-size:5px;display:flex}.gold-cockpit-foot span:first-child{align-items:center;gap:6px;display:flex}.gold-cockpit-foot i{background:var(--gold-green);border-radius:50%;width:6px;height:6px}.gold-entry-doors{border:1px solid #bcb3a5;border-bottom:0;grid-template-columns:repeat(3,1fr);display:grid}.gold-entry-doors>a{min-height:174px;color:var(--gold-ink);border-right:1px solid #c8c0b2;grid-template-columns:26px 1fr 16px;gap:13px;padding:22px;transition:background .18s,color .18s;display:grid}.gold-entry-doors>a:last-child{border-right:0}.gold-entry-doors>a:hover{background:var(--gold-black);color:#fff}.gold-entry-doors>a>span{color:#a19787;font-size:6px}.gold-entry-doors small{color:#98782f;letter-spacing:.12em;font-size:6px;font-weight:850}.gold-entry-doors strong{margin:12px 0 8px;font:400 24px Georgia,serif;display:block}.gold-entry-doors p{color:inherit;opacity:.68;margin:0;font-size:7px;line-height:1.65}.gold-entry-doors>a>i{color:var(--gold-brass);margin-top:auto;font-style:normal}.gold-entry-manifesto{background:var(--gold-black);color:#fff;padding:94px 0}.gold-entry-manifesto-grid{grid-template-columns:.35fr 1fr .65fr;align-items:start;gap:58px;display:grid}.gold-entry-manifesto span{color:#d5b76d;letter-spacing:.13em;font-size:7px;font-weight:850}.gold-entry-manifesto h2{margin:0;font-size:clamp(42px,4.6vw,63px);line-height:.98}.gold-entry-manifesto h2 em{color:#d5b76d;font-style:normal}.gold-entry-manifesto p{color:#b9b5ab;margin:3px 0 0;font-size:10px;line-height:1.75}.gold-responsive-section{background:#fffdf8;border-bottom:1px solid #c9c1b2;padding:112px 0}.gold-responsive-grid{grid-template-columns:.72fr 1.28fr;align-items:center;gap:90px;display:grid}.gold-responsive-copy>span{color:#92742f;letter-spacing:.14em;font-size:7px;font-weight:850}.gold-responsive-copy h2{margin:17px 0 22px;font-size:clamp(44px,4.8vw,66px);line-height:.96}.gold-responsive-copy h2 em{color:#9b7628;font-style:normal}.gold-responsive-copy>p{color:#6d685f;margin:0;font-size:11px;line-height:1.78}.gold-responsive-copy ul{border-top:1px solid #cbc3b6;margin:34px 0 0;padding:0;list-style:none}.gold-responsive-copy li{border-bottom:1px solid #cbc3b6;grid-template-columns:25px 1fr;align-items:center;gap:10px;min-height:68px;padding:12px 2px;display:grid}.gold-responsive-copy li>i{border:1px solid var(--gold-brass);color:#8e712f;border-radius:50%;place-content:center;width:21px;height:21px;font-size:7px;font-style:normal;display:grid}.gold-responsive-copy li span{color:#7b7469;font-size:8px}.gold-responsive-copy li b{color:var(--gold-ink);font-size:9px;display:block}.gold-device-stage{background-color:#e9e1cf;background-image:linear-gradient(135deg,#ffffffb3 0 38%,#0000 38%),linear-gradient(45deg,#0000 69%,#b391421f 69.2% 70%,#0000 70.2%);border:1px solid #bcb3a5;justify-content:center;align-items:center;min-height:570px;display:flex;position:relative}.gold-tablet-device{background:#20201d;border:2px solid #393731;border-radius:23px;width:min(100%,590px);padding:14px;position:relative;transform:translate(-4%);box-shadow:20px 28px 55px #28251f33}.gold-tablet-camera{background:#666158;border-radius:50%;width:5px;height:5px;position:absolute;top:5px;left:50%}.gold-tablet-screen{background:#f8f5ee;border-radius:11px;min-height:385px;overflow:hidden}.gold-tablet-screen>header{border-bottom:3px solid var(--gold-brass);background:var(--gold-black);color:#fff;justify-content:space-between;align-items:center;min-height:54px;padding:10px 13px;display:flex}.gold-tablet-screen>header>div{align-items:center;gap:9px;display:flex}.gold-tablet-screen>header i{border:1px solid var(--gold-brass);color:#d5b76d;place-content:center;width:28px;height:28px;font-size:8px;font-style:normal;display:grid}.gold-tablet-screen>header span,.gold-tablet-screen>header b{display:block}.gold-tablet-screen>header b{color:#ddc47f;font-size:6px}.gold-tablet-screen>header span,.gold-tablet-screen>header small{color:#aaa69c;font-size:5px}.gold-tablet-screen>main{padding:24px}.gold-tablet-title span,.gold-tablet-title strong{display:block}.gold-tablet-title span{color:#91732d;letter-spacing:.12em;font-size:5px;font-weight:850}.gold-tablet-title strong{margin-top:8px;font:400 21px Georgia,serif}.gold-tablet-kpis{border:1px solid #d0c8bb;grid-template-columns:repeat(3,1fr);margin-top:20px;display:grid}.gold-tablet-kpis article{border-right:1px solid #d0c8bb;min-height:76px;padding:11px}.gold-tablet-kpis article:last-child{border-right:0}.gold-tablet-kpis span,.gold-tablet-kpis b{display:block}.gold-tablet-kpis span{color:#8d8579;font-size:5px}.gold-tablet-kpis b{margin-top:14px;font:400 18px Georgia,serif}.gold-tablet-list{gap:8px;margin-top:18px;display:grid}.gold-tablet-list span{background:linear-gradient(90deg,#e2dac7 0 7%,#0000 7% 10%,#e8e3d8 10% 47%,#0000 47%);border:1px solid #d0c8bb;height:39px}.gold-phone-device{background:#20201d;border:2px solid #393731;border-radius:30px;width:188px;padding:8px;position:absolute;bottom:-24px;right:5%;transform:rotate(2deg);box-shadow:13px 20px 40px #28251f42}.gold-phone-camera{z-index:2;background:#20201d;border-radius:0 0 11px 11px;width:55px;height:16px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.gold-phone-screen{background:#f8f5ee;border-radius:22px;min-height:365px;overflow:hidden}.gold-phone-screen>header{background:var(--gold-black);color:#d5b76d;justify-content:space-between;align-items:center;min-height:39px;padding:13px 13px 5px;display:flex}.gold-phone-screen>header i{font-size:8px;font-style:normal}.gold-phone-screen>header span{color:#fff;font-size:5px}.gold-phone-screen>main{padding:18px 13px}.gold-phone-screen>main>small{color:#90712e;letter-spacing:.1em;font-size:5px;font-weight:850}.gold-phone-screen>main>strong{margin:11px 0 3px;font:400 26px Georgia,serif;display:block}.gold-phone-screen>main>p{color:#898174;margin:0;font-size:6px}.gold-phone-screen>main>div{border-top:1px solid #d0c8bb;margin-top:20px}.gold-phone-screen article{border-bottom:1px solid #d0c8bb;grid-template-columns:8px 1fr 10px;align-items:center;gap:6px;min-height:48px;padding:9px 0;display:grid}.gold-phone-screen article i{background:var(--gold-rose);border-radius:50%;width:6px;height:6px}.gold-phone-screen article span{font-size:6px}.gold-phone-screen article b{color:#9b7628;font-size:7px}.gold-phone-screen button{background:var(--gold-black);color:#fff;border:0;justify-content:space-between;align-items:center;width:100%;min-height:36px;margin-top:20px;padding:0 11px;font-size:6px;font-weight:800;display:flex}.gold-phone-screen button span{color:#d5b76d;font-size:12px}.gold-responsive-badge{color:#6f6656;letter-spacing:.1em;background:#fffdf8;border:1px solid #8d7134;padding:10px 13px;font-size:6px;font-weight:850;position:absolute;top:25px;right:25px;box-shadow:6px 7px #b3914233}.gold-responsive-badge b{color:#9b7628;letter-spacing:0;margin-right:5px;font:400 15px Georgia,serif}@media (width<=1050px){.gold-entry-grid,.gold-entry-manifesto-grid,.gold-responsive-grid{grid-template-columns:1fr;gap:42px}.gold-entry-cockpit{max-width:850px}.gold-entry-doors{grid-template-columns:1fr}.gold-entry-doors>a{border-bottom:1px solid #c8c0b2;border-right:0;min-height:135px}.gold-responsive-copy{max-width:720px}.gold-device-stage{max-width:850px}}@media (width<=650px){.gold-entry-meta{display:none}.gold-entry-grid{padding:46px 0}.gold-entry-copy h1{font-size:51px}.gold-entry-copy>p{font-size:12px}.gold-entry-actions{display:grid}.gold-entry-actions>a{width:100%}.gold-entry-proof{grid-template-columns:1fr}.gold-entry-proof span{border-bottom:1px solid #c8c0b2;padding:10px 0}.gold-entry-cockpit{box-shadow:8px 9px #483d251f}.gold-cockpit-head small{display:none}.gold-cockpit-body{grid-template-columns:40px 1fr}.gold-cockpit-body>aside{padding:15px 8px}.gold-cockpit-body>aside>*{font-size:0}.gold-cockpit-body>aside>:before{content:"";background:#8d877b;width:15px;height:2px;display:block}.gold-cockpit-main{padding:18px 12px}.gold-cockpit-main h2{font-size:23px}.gold-cockpit-values{grid-template-columns:1fr}.gold-cockpit-values article{border-bottom:1px solid #d4cdbf;border-right:0;min-height:57px}.gold-cockpit-values article:last-child{border-bottom:0}.gold-cockpit-values b{margin:6px 0 2px;font-size:17px}.gold-entry-doors>a{padding:20px 16px}.gold-responsive-section{padding:75px 0}.gold-responsive-copy h2{font-size:42px}.gold-device-stage{align-items:flex-start;min-height:540px;padding:36px 10px}.gold-tablet-device{width:100%;transform:none}.gold-tablet-screen{min-height:330px}.gold-tablet-screen>main{padding:18px 12px}.gold-tablet-kpis article{padding:8px}.gold-phone-device{width:164px;bottom:-15px;right:12px}.gold-phone-screen{min-height:330px}.gold-responsive-badge{inset:auto auto 21px 17px}.gold-entry-manifesto{padding:72px 0}.gold-entry-manifesto h2{font-size:42px}}.gold-product-page,.gold-roi-page{--gold-black:#1b1b18;--gold-ink:#28251f;--gold-ivory:#f4f0e7;--gold-paper:#fffdf8;--gold-brass:#b39142;--gold-green:#557567;--gold-rose:#9b5953;background:var(--gold-ivory);color:var(--gold-ink);overflow:hidden}.gold-product-page h1,.gold-product-page h2,.gold-product-page h3,.gold-roi-page h1,.gold-roi-page h2{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:400}.gold-product-hero{background-color:#f1ecdf;background-image:radial-gradient(circle at 80% 12%,#ccab583d,#0000 27%),linear-gradient(132deg,#0000 0 57%,#b391421c 57.2% 58%,#0000 58.2%),linear-gradient(48deg,#0000 0 72%,#28251f12 72.2% 73%,#0000 73.2%),linear-gradient(154deg,#fffdf8e0 0 34%,#0000 34% 100%),linear-gradient(90deg,#28251f09 1px,#0000 1px);background-size:auto,auto,auto,auto,88px 100%;border-bottom:1px solid #c9c1b2;padding:34px 0 96px}.gold-breadcrumb{color:#81796d;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:9px;font-size:7px;font-weight:750;display:flex}.gold-breadcrumb strong{color:var(--gold-ink)}.gold-product-hero-grid{grid-template-columns:.78fr 1.22fr;align-items:center;gap:72px;padding-top:66px;display:grid}.gold-product-copy>span{color:#756b57;letter-spacing:.15em;align-items:center;gap:11px;font-size:8px;font-weight:850;display:flex}.gold-product-copy>span>i{border:1px solid var(--gold-black);width:35px;height:35px;color:var(--gold-brass);place-content:center;font-style:normal;display:grid}.gold-product-copy h1{margin:28px 0 24px;font-size:clamp(53px,5.6vw,76px);line-height:.94}.gold-product-copy h1 em{color:#9b7628;font-style:normal}.gold-product-copy>p{color:#6c675e;max-width:610px;margin:0;font-size:13px;line-height:1.78}.gold-product-actions{flex-wrap:wrap;gap:9px;margin-top:31px;display:flex}.gold-product-actions>a{border:1px solid var(--gold-black);background:var(--gold-black);color:#fff;justify-content:space-between;align-items:center;gap:25px;min-height:49px;padding:0 17px;font-size:8px;font-weight:800;display:inline-flex}.gold-product-actions>a:last-child{color:var(--gold-black);background:0 0}.gold-product-facts{border-top:1px solid #c8c0b2;grid-template-columns:repeat(3,1fr);margin-top:38px;display:grid}.gold-product-facts span{color:#81796d;padding:13px 10px 0 0;font-size:7px;line-height:1.5}.gold-product-facts b{color:var(--gold-ink);font-size:10px;display:block}.gold-product-showcase{background:var(--gold-paper);border:1px solid #9f9688;box-shadow:16px 18px #483d251f}.gold-showcase-top{border-bottom:3px solid var(--gold-brass);background:var(--gold-black);color:#fff;justify-content:space-between;align-items:center;min-height:65px;padding:13px 16px;display:flex}.gold-showcase-top>div{align-items:center;gap:10px;display:flex}.gold-showcase-top i{border:1px solid var(--gold-brass);color:#d7ba74;place-content:center;width:34px;height:34px;font-style:normal;display:grid}.gold-showcase-top span,.gold-showcase-top b{display:block}.gold-showcase-top b{color:#dfc684;font-size:7px}.gold-showcase-top span{color:#aaa69c;font-size:6px}.gold-showcase-top small{color:#aaa69c;letter-spacing:.12em;font-size:5px}.gold-showcase-body{grid-template-columns:132px 1fr;min-height:438px;display:grid}.gold-showcase-body>aside{color:#aaa69d;background:#24231f;align-content:start;gap:21px;padding:22px 15px;display:grid}.gold-showcase-body>aside>*{font-size:6px}.gold-showcase-body>aside>strong{border-left:2px solid var(--gold-brass);color:#fff;background:#ffffff0d;padding:9px}.gold-showcase-body>div{padding:28px}.gold-showcase-body>div>small{color:#92742f;letter-spacing:.14em;font-size:6px;font-weight:850}.gold-showcase-body h2{margin:10px 0 24px;font-size:27px;line-height:1}.gold-showcase-kpis{border:1px solid #d4cdbf;grid-template-columns:repeat(3,1fr);display:grid}.gold-showcase-kpis article{border-right:1px solid #d4cdbf;min-height:90px;padding:12px}.gold-showcase-kpis article:last-child{border-right:0}.gold-showcase-kpis span,.gold-showcase-kpis b,.gold-showcase-kpis i{display:block}.gold-showcase-kpis span{color:#8a8275;font-size:5px}.gold-showcase-kpis b{margin:15px 0 5px;font:400 20px Georgia,serif}.gold-showcase-kpis i{color:var(--gold-green);font-size:6px;font-style:normal}.gold-showcase-chart{color:var(--gold-brass);border:1px solid #d4cdbf;margin-top:20px;padding:15px 15px 6px}.gold-showcase-chart span{color:#8a8275;letter-spacing:.1em;font-size:5px;font-weight:850;display:block}.gold-showcase-chart svg{width:100%;height:118px}.gold-bespoke{background:var(--gold-black);color:#fff;padding:100px 0}.gold-bespoke-grid{grid-template-columns:.4fr 1.1fr .72fr;align-items:start;gap:60px;display:grid}.gold-bespoke span,.gold-product-heading span,.gold-product-flow-grid>div>span,.gold-product-demo>div>div>span,.gold-roi-model-grid>div>span,.gold-roi-note>div>span{color:#d5b76d;letter-spacing:.14em;font-size:7px;font-weight:850}.gold-bespoke h2{margin:0;font-size:clamp(43px,4.7vw,64px);line-height:.98}.gold-bespoke h2 em{color:#d5b76d;font-style:normal}.gold-bespoke p{color:#b9b5ab;margin:3px 0 0;font-size:11px;line-height:1.75}.gold-product-workspaces{background:var(--gold-paper);padding:112px 0}.gold-product-heading{grid-template-columns:1.15fr .65fr;align-items:end;gap:70px;display:grid}.gold-product-heading span{color:#92742f}.gold-product-heading h2{margin:14px 0 0;font-size:clamp(45px,5vw,66px);line-height:.98}.gold-product-heading>p{color:#716b61;margin:0;font-size:10px;line-height:1.75}.gold-workspace-grid{border:1px solid #c7beb0;grid-template-columns:repeat(4,1fr);margin-top:52px;display:grid}.gold-workspace-grid>article{border-bottom:1px solid #d0c8bb;border-right:1px solid #d0c8bb;flex-direction:column;align-items:flex-start;min-height:275px;padding:23px;display:flex}.gold-workspace-grid>article:nth-child(4n){border-right:0}.gold-workspace-grid>article:nth-child(n+5){border-bottom:0}.gold-workspace-grid>article:nth-child(2),.gold-workspace-grid>article:nth-child(7){background:#e9dfc8}.gold-workspace-grid>article:nth-child(4),.gold-workspace-grid>article:nth-child(5){background:var(--gold-black);color:#fff}.gold-workspace-grid>article>span{color:#9a9182;font-size:7px}.gold-workspace-grid h3{margin:auto 0 13px;font-size:25px}.gold-workspace-grid p{color:inherit;opacity:.72;margin:0;font-size:8px;line-height:1.7}.gold-product-flow{background:#e9e3d8;border-block:1px solid #c8c0b2;padding:110px 0}.gold-product-flow-grid{grid-template-columns:.75fr 1.25fr;gap:90px;display:grid}.gold-product-flow-grid>div>span{color:#92742f}.gold-product-flow h2{margin:15px 0 18px;font-size:clamp(44px,4.8vw,64px);line-height:.98}.gold-product-flow h2 em{color:#9b7628;font-style:normal}.gold-product-flow p{color:#6d685f;margin:0;font-size:10px;line-height:1.75}.gold-product-flow ol{border-top:1px solid #bdb4a6;margin:0;padding:0;list-style:none}.gold-product-flow li{border-bottom:1px solid #bdb4a6;grid-template-columns:40px 1fr .8fr;align-items:center;gap:12px;min-height:90px;padding:19px 5px;display:grid}.gold-product-flow li>span{color:#9c9487;font-size:7px}.gold-product-flow li>strong{font:400 22px Georgia,serif}.gold-product-flow li>small{color:#736d64;font-size:8px}.gold-product-outcomes{background:#fff;padding:110px 0}.gold-outcome-grid{border-top:1px solid #cbc3b6;grid-template-columns:repeat(4,1fr);margin-top:52px;display:grid}.gold-outcome-grid>article{border-right:1px solid #cbc3b6;min-height:220px;padding:23px 22px 0 0}.gold-outcome-grid>article:not(:first-child){padding-left:22px}.gold-outcome-grid>article:last-child{border-right:0}.gold-outcome-grid span{color:#9a9286;font-size:7px}.gold-outcome-grid strong{margin-top:65px;font:400 22px Georgia,serif;display:block}.gold-outcome-grid p{color:#746e65;margin:11px 0 0;font-size:8px;line-height:1.65}.gold-product-demo{background:var(--gold-ivory);padding:90px 0}.gold-product-demo>div>div{border:1px solid var(--gold-black);background:var(--gold-black);min-height:430px;box-shadow:12px 12px 0 var(--gold-brass);color:#fff;flex-direction:column;align-items:flex-start;padding:60px;display:flex}.gold-product-demo h2{margin:22px 0 17px;font-size:clamp(48px,5.5vw,72px);line-height:.94}.gold-product-demo h2 em{color:#d5b76d;font-style:normal}.gold-product-demo p{color:#bcb8ae;max-width:580px;margin:0;font-size:11px;line-height:1.75}.gold-product-demo a{min-height:50px;color:var(--gold-black);background:#d5b76d;border:1px solid #d5b76d;align-items:center;gap:32px;margin-top:auto;padding:0 18px;font-size:8px;font-weight:850;display:inline-flex}.gold-roi-hero{background-color:var(--gold-ivory);background-image:linear-gradient(#28251f0b 1px,#0000 1px),linear-gradient(90deg,#28251f0b 1px,#0000 1px);background-size:56px 56px;border-bottom:1px solid #c9c1b2;padding:34px 0 96px}.gold-roi-hero-grid{grid-template-columns:1fr .82fr;align-items:center;gap:90px;padding-top:72px;display:grid}.gold-roi-hero h1{margin:28px 0 24px;font-size:clamp(55px,6vw,82px);line-height:.94}.gold-roi-hero h1 em{color:#9b7628;font-style:normal}.gold-roi-hero p{color:#6d685f;max-width:650px;margin:0;font-size:14px;line-height:1.75}.gold-roi-status{color:#806a37;letter-spacing:.1em;border-top:1px solid #c7beb0;align-items:center;gap:10px;margin-top:32px;padding-top:17px;font-size:7px;font-weight:850;display:flex}.gold-roi-status i{background:var(--gold-brass);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #b391421f}.gold-roi-preview{background:var(--gold-paper);border:1px solid #9f9688;box-shadow:14px 16px #483d251f}.gold-roi-preview-head{border-bottom:3px solid var(--gold-brass);background:var(--gold-black);color:#fff;justify-content:space-between;align-items:center;min-height:58px;padding:0 18px;display:flex}.gold-roi-preview-head span{color:#ddc37d;letter-spacing:.13em;font-size:7px;font-weight:850}.gold-roi-preview-head small{color:#aaa69c;font-size:5px}.gold-roi-preview dl{margin:0;padding:10px 25px}.gold-roi-preview dl>div{border-bottom:1px solid #d2cabd;justify-content:space-between;align-items:center;min-height:62px;display:flex}.gold-roi-preview dt{color:#766f65;font-size:8px}.gold-roi-preview dd{margin:0;font:400 19px Georgia,serif}.gold-roi-preview-result{background:#e8dfc9;padding:25px}.gold-roi-preview-result span,.gold-roi-preview-result strong,.gold-roi-preview-result small{display:block}.gold-roi-preview-result span{color:#826b32;letter-spacing:.12em;font-size:6px;font-weight:850}.gold-roi-preview-result strong{color:var(--gold-green);margin:12px 0 6px;font:400 35px Georgia,serif}.gold-roi-preview-result small{color:#787168;font-size:6px;line-height:1.5}.gold-roi-model{background:var(--gold-black);color:#fff;padding:110px 0}.gold-roi-model-grid{grid-template-columns:.78fr 1.22fr;gap:95px;display:grid}.gold-roi-model h2{margin:15px 0 17px;font-size:clamp(45px,5vw,66px);line-height:.98}.gold-roi-model p{color:#b9b5ab;margin:0;font-size:10px;line-height:1.75}.gold-roi-model ol{border-top:1px solid #4d4a43;margin:0;padding:0;list-style:none}.gold-roi-model li{border-bottom:1px solid #4d4a43;grid-template-columns:42px 1fr;align-items:center;gap:14px;min-height:95px;padding:17px 5px;display:grid}.gold-roi-model li>span{color:#d5b76d;font-size:7px}.gold-roi-model li strong{font:400 22px Georgia,serif}.gold-roi-model li p{margin-top:6px;font-size:8px}.gold-roi-note{background:#e9e3d8;padding:100px 0}.gold-roi-note>div{max-width:900px}.gold-roi-note>div>span{color:#8d7334}.gold-roi-note h2{margin:17px 0 20px;font-size:clamp(47px,5.4vw,70px);line-height:.95}.gold-roi-note h2 em{color:#9b7628;font-style:normal}.gold-roi-note p{color:#6d685f;max-width:770px;margin:0;font-size:11px;line-height:1.75}.gold-roi-note>div>div{flex-wrap:wrap;gap:9px;margin-top:32px;display:flex}.gold-roi-note a{border:1px solid var(--gold-black);background:var(--gold-black);color:#fff;align-items:center;gap:27px;min-height:48px;padding:0 16px;font-size:8px;font-weight:800;display:inline-flex}.gold-roi-note a:last-child{color:var(--gold-black);background:0 0}@media (width<=1050px){.gold-product-hero-grid,.gold-bespoke-grid,.gold-product-flow-grid,.gold-roi-hero-grid,.gold-roi-model-grid{grid-template-columns:1fr}.gold-product-copy{max-width:760px}.gold-product-showcase{max-width:850px}.gold-bespoke-grid,.gold-product-flow-grid,.gold-roi-model-grid{gap:45px}.gold-product-heading{grid-template-columns:1fr;gap:28px}.gold-workspace-grid{grid-template-columns:repeat(2,1fr)}.gold-workspace-grid>article:nth-child(n){border-bottom:1px solid #d0c8bb;border-right:1px solid #d0c8bb}.gold-workspace-grid>article:nth-child(2n){border-right:0}.gold-workspace-grid>article:nth-child(n+7){border-bottom:0}.gold-outcome-grid{grid-template-columns:repeat(2,1fr)}.gold-outcome-grid>article{border-bottom:1px solid #cbc3b6}.gold-outcome-grid>article:nth-child(2){border-right:0}.gold-outcome-grid>article:nth-child(n+3){border-bottom:0}}@media (width<=650px){.gold-product-hero{padding-bottom:68px}.gold-product-hero-grid{gap:45px;padding-top:46px}.gold-product-copy h1,.gold-roi-hero h1{font-size:51px}.gold-product-copy>p,.gold-roi-hero p{font-size:12px}.gold-product-actions{display:grid}.gold-product-actions>a{width:100%}.gold-product-facts{grid-template-columns:1fr}.gold-product-facts span{border-bottom:1px solid #c8c0b2;padding:10px 0}.gold-product-showcase{box-shadow:8px 9px #483d251f}.gold-showcase-top small{display:none}.gold-showcase-body{grid-template-columns:40px 1fr}.gold-showcase-body>aside{padding:15px 8px}.gold-showcase-body>aside>*{font-size:0}.gold-showcase-body>aside>:before{content:"";background:#8d877b;width:15px;height:2px;display:block}.gold-showcase-body>div{padding:18px 12px}.gold-showcase-body h2{font-size:23px}.gold-showcase-kpis{grid-template-columns:1fr}.gold-showcase-kpis article{border-bottom:1px solid #d4cdbf;border-right:0;min-height:57px}.gold-showcase-kpis article:last-child{border-bottom:0}.gold-showcase-kpis b{margin:6px 0 2px;font-size:17px}.gold-bespoke,.gold-product-workspaces,.gold-product-flow,.gold-product-outcomes,.gold-roi-model,.gold-roi-note{padding:75px 0}.gold-bespoke h2,.gold-product-heading h2,.gold-product-flow h2,.gold-roi-model h2,.gold-roi-note h2{font-size:42px}.gold-workspace-grid{grid-template-columns:1fr}.gold-workspace-grid>article:nth-child(n){border-bottom:1px solid #d0c8bb;border-right:0;min-height:230px}.gold-workspace-grid>article:last-child{border-bottom:0}.gold-product-flow li{grid-template-columns:31px 1fr}.gold-product-flow li>small{grid-column:2}.gold-outcome-grid{grid-template-columns:1fr}.gold-outcome-grid>article:nth-child(n){border-bottom:1px solid #cbc3b6;border-right:0;min-height:180px;padding:21px 0}.gold-outcome-grid>article:last-child{border-bottom:0}.gold-outcome-grid strong{margin-top:45px}.gold-product-demo{padding:70px 0}.gold-product-demo>div>div{min-height:420px;box-shadow:7px 7px 0 var(--gold-brass);padding:38px 24px}.gold-product-demo h2{font-size:48px}.gold-product-demo a{justify-content:space-between;width:100%}.gold-roi-hero{padding-bottom:70px}.gold-roi-hero-grid{gap:43px;padding-top:48px}.gold-roi-preview{box-shadow:8px 9px #483d251f}.gold-roi-note>div>div{display:grid}.gold-roi-note a{justify-content:space-between;width:100%}}.gold-calculator-page{--gc-black:#181713;--gc-ink:#29261f;--gc-paper:#fffdf8;--gc-ivory:#f3eee4;--gc-brass:#b28a36;--gc-brass-light:#e3cc90;--gc-green:#426e5e;background:var(--gc-ivory);color:var(--gc-ink);overflow:hidden}.gold-calculator-page h1,.gold-calculator-page h2{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:400}.gold-calculator-page button,.gold-calculator-page input{font:inherit}.gold-calculator-hero{color:#fff;background:radial-gradient(circle at 82% 16%,#caa3473d,#0000 25%),linear-gradient(125deg,#12120f 0%,#232018 56%,#332711 100%);padding:94px 0 86px;position:relative;overflow:hidden}.gold-calculator-hero:before{content:"";opacity:.13;background-image:linear-gradient(#ffffff1f 1px,#0000 1px),linear-gradient(90deg,#ffffff1f 1px,#0000 1px);background-size:62px 62px;position:absolute;inset:0}.gold-calculator-hero-grid{grid-template-columns:1fr .55fr;align-items:center;gap:90px;display:grid;position:relative}.gold-calculator-hero-grid>div:first-child>span{color:var(--gc-brass-light);letter-spacing:.16em;font-size:9px;font-weight:850}.gold-calculator-hero h1{margin:24px 0 22px;font-size:clamp(58px,6.4vw,88px);line-height:.92}.gold-calculator-hero h1 em{color:var(--gc-brass-light);font-style:normal}.gold-calculator-hero p{color:#c8c2b5;max-width:650px;margin:0;font-size:14px;line-height:1.75}.gold-calculator-hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #e3cc908c;padding:30px;box-shadow:12px 14px #b28a362b}.gold-calculator-hero-card>small,.gold-calculator-hero-card>strong,.gold-calculator-hero-card>span{display:block}.gold-calculator-hero-card>small{color:var(--gc-brass-light);letter-spacing:.13em;font-size:7px;font-weight:850}.gold-calculator-hero-card>strong{margin:22px 0 25px;font:400 43px Georgia,serif}.gold-calculator-hero-card>strong i{color:#9f998d;margin-left:5px;font:400 10px Arial,sans-serif}.gold-calculator-hero-card dl{border-top:1px solid #ffffff2e;margin:0}.gold-calculator-hero-card dl>div{border-bottom:1px solid #ffffff2e;justify-content:space-between;padding:14px 0;display:flex}.gold-calculator-hero-card dt{color:#aaa59b;font-size:8px}.gold-calculator-hero-card dd{color:#fff;margin:0;font-size:10px;font-weight:750}.gold-calculator-hero-card>span{color:#b6b0a4;margin-top:18px;font-size:7px}.gold-config-section{background:var(--gc-paper);padding:92px 0 105px}.gold-config-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:48px;display:grid}.gold-config-main{min-width:0}.gold-calc-heading{grid-template-columns:42px 1fr;gap:18px;margin:0 0 32px;display:grid}.gold-calc-heading>span{color:#8a6e30;border:1px solid #b9ad98;place-content:center;width:34px;height:34px;font-size:8px;font-weight:850;display:grid}.gold-calc-heading small{color:#92742f;letter-spacing:.14em;font-size:7px;font-weight:850}.gold-calc-heading h2{margin:9px 0 8px;font-size:39px;line-height:1}.gold-calc-heading p{color:#797267;margin:0;font-size:10px}.gold-calc-heading:not(:first-child){margin-top:78px}.gold-package-options{border:1px solid #c9c0b1;grid-template-columns:repeat(3,1fr);display:grid}.gold-package-options>button{min-height:228px;color:var(--gc-ink);text-align:left;cursor:pointer;background:#fff;border:0;border-right:1px solid #c9c0b1;flex-direction:column;align-items:flex-start;padding:22px;display:flex}.gold-package-options span{font-size:9px;font-weight:800}.gold-package-options strong{margin:22px 0 13px;font:400 25px Georgia,serif}.gold-package-options strong small{color:#888073;margin-left:4px;font:400 8px Arial,sans-serif}.gold-package-options p{color:#746e64;margin:0;font-size:8px;line-height:1.6}.gold-package-options i{color:#8d7134;margin-top:auto;font-size:7px;font-style:normal;font-weight:800}.gold-simple-inputs{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.gold-simple-inputs>label{background:#faf7f1;border:1px solid #d4ccbf;justify-content:space-between;align-items:center;min-height:78px;padding:14px 16px;display:flex}.gold-simple-inputs span,.gold-simple-inputs span small{display:block}.gold-simple-inputs span{font-size:9px;font-weight:750}.gold-simple-inputs span small{color:#8a8378;margin-top:5px;font-size:6px;font-weight:500}.gold-simple-inputs input{text-align:right;background:#fff;border:1px solid #bdb3a4;width:78px;padding:10px}.gold-simple-inputs>label>div{align-items:center;gap:7px;display:flex}.gold-simple-inputs b{color:#8b6d2c;font-size:10px}.gold-module-options{border-top:1px solid #c9c0b1}.gold-module-options>button{width:100%;min-height:95px;color:var(--gc-ink);text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #c9c0b1;grid-template-columns:34px 1fr auto;align-items:center;gap:14px;padding:15px 6px;display:grid}.gold-module-options>button>i{color:#8c6d2c;border:1px solid #bfb4a1;place-content:center;width:28px;height:28px;font-style:normal;display:grid}.gold-module-options>button.is-selected{background:#f0e8d7;padding-inline:13px}.gold-module-options>button.is-selected>i{border-color:var(--gc-black);background:var(--gc-black);color:#dfc275}.gold-module-options>button>div small,.gold-module-options>button>div strong,.gold-module-options>button>div p,.gold-module-options>button>span b,.gold-module-options>button>span small{display:block}.gold-module-options>button>div small{color:#9a7930;letter-spacing:.1em;font-size:6px;font-weight:850}.gold-module-options>button>div strong{margin-top:6px;font:400 18px Georgia,serif}.gold-module-options>button>div p{color:#7e776c;margin:5px 0 0;font-size:7px}.gold-module-options>button>span{text-align:right}.gold-module-options>button>span b{font-size:8px}.gold-module-options>button>span small{color:#8b8479;margin-top:5px;font-size:6px}.gold-live-summary{background:var(--gc-black);color:#fff;border:1px solid #918879;padding:26px;position:sticky;top:90px;box-shadow:11px 13px #b28a3638}.gold-live-summary>small{color:#dfc37e;letter-spacing:.14em;font-size:7px;font-weight:850}.gold-live-summary h2{color:#fff;margin:12px 0 24px;font-size:34px}.gold-live-summary dl{margin:0}.gold-live-summary dl>div{border-bottom:1px solid #403d36;justify-content:space-between;gap:12px;padding:12px 0;display:flex}.gold-live-summary dt{color:#aaa59b;font-size:7px}.gold-live-summary dd{margin:0;font-size:8px;font-weight:750}.gold-live-total{color:#1b1914;background:#dfc37e;margin:19px -26px;padding:24px 26px}.gold-live-total span,.gold-live-total strong,.gold-live-total small{display:block}.gold-live-total span{letter-spacing:.12em;font-size:6px;font-weight:850}.gold-live-total strong{margin:9px 0 4px;font:400 35px Georgia,serif}.gold-live-total small{font-size:6px}.gold-live-summary>p{color:#aaa59b;margin:20px 0 0;font-size:7px;line-height:1.6}.gold-personnel-section{background:#e9e2d5;border-block:1px solid #c9c0b1;padding:100px 0}.gold-personnel-grid{grid-template-columns:1fr .72fr;gap:30px;display:grid}.gold-personnel-inputs{grid-template-columns:1fr 1fr;gap:10px;display:grid}.gold-personnel-inputs>label{background:#fff;border:1px solid #c7bdad;justify-content:space-between;align-items:center;min-height:77px;padding:14px 16px;display:flex}.gold-personnel-inputs>label>span{font-size:8px;font-weight:750}.gold-personnel-inputs>label>div{align-items:center;gap:7px;display:flex}.gold-personnel-inputs input{text-align:right;border:1px solid #bbb1a3;width:105px;padding:9px}.gold-personnel-inputs small{color:#837a6d;font-size:6px}.gold-personnel-result{background:var(--gc-black);color:#fff;padding:28px}.gold-personnel-result>small,.gold-personnel-result>strong{display:block}.gold-personnel-result>small{color:#dfc37e;letter-spacing:.12em;font-size:7px;font-weight:850}.gold-personnel-result>strong{margin:19px 0 23px;font:400 38px Georgia,serif}.gold-personnel-result dl{margin:0}.gold-personnel-result dl>div{border-top:1px solid #46423a;justify-content:space-between;padding:12px 0;display:flex}.gold-personnel-result dt{color:#aca69b;font-size:7px}.gold-personnel-result dd{margin:0;font-size:9px;font-weight:750}.gold-personnel-result p{color:#aaa49a;margin:20px 0 0;font-size:7px;line-height:1.65}.gold-work-value-section{background:var(--gc-paper);padding:100px 0}.gold-work-list{border:1px solid #c9c0b1}.gold-work-head{background:var(--gc-black);color:#fff;grid-template-columns:1fr 185px 160px;align-items:center;min-height:54px;padding:0 18px 0 62px;display:grid}.gold-work-head span{color:#d5cfc4;font-size:7px;font-weight:800}.gold-work-head span:not(:first-child){text-align:right}.gold-work-list>div:not(.gold-work-head){opacity:.55;background:#faf8f3;border-bottom:1px solid #d7d0c5;grid-template-columns:30px 1fr 185px 160px;align-items:center;gap:14px;min-height:68px;padding:10px 18px;display:grid}.gold-work-list>div.is-active{opacity:1;background:#fff}.gold-work-list>div>button{color:#8b6d2d;cursor:pointer;background:#fff;border:1px solid #b7ad9e;width:27px;height:27px}.gold-work-list>div.is-active>button{border-color:var(--gc-black);background:var(--gc-black);color:#dfc37e}.gold-work-list>div>strong{font:400 15px Georgia,serif}.gold-work-list>div>label{justify-content:flex-end;align-items:center;gap:8px;display:flex}.gold-work-list>div>label small{display:none}.gold-work-list>div>label input{text-align:right;border:1px solid #c2b8a9;width:82px;padding:9px}.gold-work-list>div>b{text-align:right;font-size:9px}.gold-work-list>footer{border-top:2px solid var(--gc-brass);background:#e8dec6;grid-template-columns:1fr 185px 160px;align-items:center;min-height:70px;padding:0 18px 0 62px;display:grid}.gold-work-list>footer span{letter-spacing:.1em;font-size:7px;font-weight:850}.gold-work-list>footer strong,.gold-work-list>footer b{text-align:right}.gold-work-list>footer strong{font:400 20px Georgia,serif}.gold-work-list>footer b{font-size:11px}.gold-extra-gain-section{background:#e9e2d5;padding:100px 0}.gold-extra-gain-grid{grid-template-columns:1fr 360px;align-items:start;gap:50px;display:grid}.gold-gain-list{gap:9px;display:grid}.gold-gain-list>div{background:#fff;border:1px solid #c8beae;grid-template-columns:1fr 180px 32px;align-items:center;gap:10px;min-height:66px;padding:10px 12px;display:grid}.gold-gain-list>div>input{background:#f8f5ef;border:0;padding:11px;font-size:9px}.gold-gain-list label{align-items:center;gap:7px;display:flex}.gold-gain-list label input{text-align:right;border:1px solid #c3b9aa;width:120px;padding:11px}.gold-gain-list small{color:#857c6f;font-size:6px}.gold-gain-list button{color:#806b40;cursor:pointer;background:0 0;border:1px solid #c9c0b1;width:30px;height:30px}.gold-add-gain{border:1px solid var(--gc-black);min-height:44px;color:var(--gc-black);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;margin-top:10px;padding:0 14px;font-size:8px;font-weight:800;display:flex}.gold-value-card{background:var(--gc-black);color:#fff;padding:30px;box-shadow:11px 13px #b28a3638}.gold-value-card>small,.gold-value-card>strong{display:block}.gold-value-card>small{color:#dfc37e;letter-spacing:.12em;font-size:7px;font-weight:850}.gold-value-card>strong{margin:22px 0 25px;font:400 40px Georgia,serif}.gold-value-card dl{margin:0}.gold-value-card dl>div{border-top:1px solid #454139;justify-content:space-between;padding:13px 0;display:flex}.gold-value-card dt{color:#aaa59a;font-size:7px}.gold-value-card dd{margin:0;font-size:8px;font-weight:750}.gold-result-section{color:#fff;background:#20201c;padding:100px 0}.gold-result-section.is-positive{background:#29483e}.gold-result-section.is-negative{background:#352c25}.gold-result-title{text-align:center}.gold-result-title small{color:#dfc37e;letter-spacing:.14em;font-size:8px;font-weight:850}.gold-result-title h2{margin:18px 0 13px;font-size:clamp(60px,7vw,92px)}.gold-result-title p{color:#c0bbae;margin:0;font-size:10px}.gold-result-cards{border:1px solid #ffffff2e;grid-template-columns:repeat(4,1fr);margin-top:48px;display:grid}.gold-result-cards article{border-right:1px solid #ffffff2e;min-height:150px;padding:23px}.gold-result-cards article:last-child{border-right:0}.gold-result-cards span,.gold-result-cards strong,.gold-result-cards small{display:block}.gold-result-cards span{color:#bdb7ac;font-size:7px}.gold-result-cards strong{margin:35px 0 7px;font:400 23px Georgia,serif}.gold-result-cards small{color:#aaa49a;font-size:6px}.gold-result-note{background:#0000001f;border:1px solid #ffffff29;grid-template-columns:25px 1fr;gap:12px;max-width:850px;margin:30px auto 0;padding:18px;display:grid}.gold-result-note i{color:#dfc37e;border:1px solid #dfc37e;place-content:center;width:22px;height:22px;font-size:8px;font-style:normal;display:grid}.gold-result-note p{color:#bcb6ab;margin:0;font-size:7px;line-height:1.65}@media (width<=1050px){.gold-calculator-hero-grid,.gold-config-layout,.gold-personnel-grid,.gold-extra-gain-grid{grid-template-columns:1fr}.gold-calculator-hero-grid{gap:45px}.gold-calculator-hero-card{max-width:620px}.gold-live-summary{max-width:620px;position:relative;top:auto}.gold-extra-gain-grid{gap:40px}.gold-value-card{max-width:620px}.gold-result-cards{grid-template-columns:repeat(2,1fr)}.gold-result-cards article:nth-child(2){border-right:0}.gold-result-cards article:nth-child(-n+2){border-bottom:1px solid #ffffff2e}}@media (width<=650px){.gold-calculator-hero{padding:68px 0}.gold-calculator-hero h1{font-size:51px}.gold-calculator-hero p{font-size:12px}.gold-calculator-hero-card{padding:23px}.gold-config-section,.gold-personnel-section,.gold-work-value-section,.gold-extra-gain-section,.gold-result-section{padding:72px 0}.gold-calc-heading{grid-template-columns:34px 1fr;gap:12px}.gold-calc-heading h2{font-size:32px}.gold-package-options{grid-template-columns:1fr}.gold-package-options>button{border-bottom:1px solid #c9c0b1;border-right:0;min-height:170px}.gold-package-options>button:last-child{border-bottom:0}.gold-simple-inputs,.gold-personnel-inputs{grid-template-columns:1fr}.gold-module-options>button{grid-template-columns:30px 1fr;padding-block:18px}.gold-module-options>button>span{text-align:left;grid-column:2}.gold-module-options>button.is-selected{padding-inline:9px}.gold-live-summary{box-shadow:7px 8px #b28a3638}.gold-personnel-inputs>label{gap:9px}.gold-work-head{display:none}.gold-work-list>div:not(.gold-work-head){grid-template-columns:28px 1fr 92px;gap:10px;min-height:106px;padding:15px 12px}.gold-work-list>div>label{grid-column:2;justify-content:flex-start}.gold-work-list>div>label small{color:#857c6f;font-size:6px;display:block}.gold-work-list>div>b{grid-area:1/3/3}.gold-work-list>footer{grid-template-columns:1fr 1fr;min-height:82px;padding:15px 12px}.gold-work-list>footer b{grid-column:1/-1}.gold-gain-list>div{grid-template-columns:1fr 30px}.gold-gain-list label{grid-column:1}.gold-gain-list button{grid-area:1/2/3}.gold-result-cards{grid-template-columns:1fr}.gold-result-cards article:nth-child(n){border-bottom:1px solid #ffffff2e;border-right:0}.gold-result-cards article:last-child{border-bottom:0}}.gold-package-options{border:0;grid-template-columns:1fr;gap:8px}.gold-package-options>button{background:#fff;border:1px solid #c9c0b1;grid-template-columns:28px 1fr auto;align-items:center;gap:13px;min-height:70px;padding:12px 15px;display:grid}.gold-package-options>button:last-child{border-right:1px solid #c9c0b1}.gold-package-options>button.is-selected{box-shadow:inset 4px 0 0 var(--gc-brass);background:#eee4cf}.gold-package-options>button>i{color:#8a6c2a;border:1px solid #b9ae9b;place-content:center;width:25px;height:25px;margin:0;font-size:8px;font-style:normal;display:grid}.gold-package-options>button.is-selected>i{border-color:var(--gc-black);background:var(--gc-black);color:#dfc37e}.gold-package-options>button>span{font:400 17px Georgia,serif}.gold-package-options>button>span small{color:#857e72;margin-top:5px;font:600 6px Arial,sans-serif;display:block}.gold-package-options>button>strong{text-align:right;margin:0;font-size:21px}.gold-package-options>button>strong small{margin-left:4px;display:inline}.gold-module-options{border:0;grid-template-columns:1fr 1fr;gap:8px;display:grid}.gold-module-options>button{background:#fff;border:1px solid #c9c0b1;grid-template-columns:29px 1fr;gap:12px;min-height:72px;padding:12px 14px}.gold-module-options>button.is-selected{box-shadow:inset 3px 0 0 var(--gc-brass);background:#eee4cf;padding-inline:14px}.gold-module-options>button>div strong{margin:0;font:400 15px Georgia,serif}.gold-module-options>button>div small{color:#81796d;letter-spacing:0;margin-top:6px;font-size:6px;font-weight:650}.gold-module-options>button>div p,.gold-module-options>button>span{display:none}@media (width<=650px){.gold-package-options>button{border:1px solid #c9c0b1;min-height:68px}.gold-module-options{grid-template-columns:1fr}.gold-module-options>button{min-height:69px;padding-block:12px}.gold-module-options>button.is-selected{padding-inline:14px}}.gold-simple-inputs{grid-template-columns:1fr}.gold-package-options>button{grid-template-columns:28px 1fr auto}.gold-package-prices,.gold-module-prices{grid-template-columns:1fr 1fr;gap:7px;display:grid!important}.gold-package-prices b,.gold-module-prices b{color:#28251f;text-align:right;background:#fff;border:1px solid #c6baa5;min-width:94px;padding:9px 10px;font-size:10px}.gold-package-prices b:first-child,.gold-module-prices b:first-child{background:#f6ecd4;border-color:#a9873f}.gold-package-prices small,.gold-module-prices small{color:#8a7446!important;letter-spacing:.1em!important;margin:0 0 5px!important;font-size:5px!important;font-weight:850!important;display:block!important}.gold-module-options>button{grid-template-columns:29px 1fr auto}.gold-module-prices b{min-width:84px;padding:8px;font-size:8px}@media (width<=780px){.gold-package-options>button{grid-template-columns:28px 1fr}.gold-package-prices{grid-column:2;width:100%}.gold-package-prices b{text-align:left;min-width:0}.gold-module-options>button{grid-template-columns:29px 1fr}.gold-module-prices{grid-column:2;width:100%}.gold-module-prices b{text-align:left;min-width:0}}.gold-personnel-details{background:#ffffff7a;border:1px solid #c7bdad}.gold-personnel-details>summary{color:#2b2822;cursor:pointer;justify-content:space-between;align-items:center;min-height:82px;padding:0 20px;font:400 19px Georgia,serif;list-style:none;display:flex}.gold-personnel-details>summary::-webkit-details-marker{display:none}.gold-personnel-details>summary span{color:#886b2c;border:1px solid #a99878;place-content:center;width:29px;height:29px;font:400 14px Arial,sans-serif;transition:transform .2s;display:grid}.gold-personnel-details[open]>summary{border-bottom:1px solid #c7bdad}.gold-personnel-details[open]>summary span{transform:rotate(45deg)}.gold-personnel-details .gold-personnel-inputs{padding:10px}.gold-personnel-details:not([open]) .gold-personnel-inputs{display:none}.gold-result-equation{grid-template-columns:1fr 34px 1fr 34px 1fr;align-items:stretch;max-width:1020px;margin:42px auto 0;display:grid}.gold-result-equation>article{background:#ffffff0f;border:1px solid #fff3;flex-direction:column;justify-content:center;align-items:flex-start;min-height:118px;padding:21px;display:flex}.gold-result-equation>article:last-child{color:#1c1a15;background:#dfc37e;border-color:#dfc37e}.gold-result-equation span,.gold-result-equation strong{display:block}.gold-result-equation span{color:#c3bdb1;font-size:7px}.gold-result-equation article:last-child span{color:#76602d}.gold-result-equation strong{margin-top:13px;font:400 27px Georgia,serif}.gold-result-equation>i{color:#dfc37e;place-content:center;font:400 24px Georgia,serif;display:grid}.gold-result-example{text-align:center;max-width:760px;color:#c5bfb3!important;margin:22px auto 0!important;font-size:8px!important;line-height:1.65!important}.gold-result-cards{margin-top:36px}@media (width<=650px){.gold-result-equation{grid-template-columns:1fr}.gold-result-equation>i{min-height:35px}.gold-result-equation>article{min-height:105px}.gold-result-example{text-align:left}}.gold-personnel-section{background-color:#e9e2d5;background-image:linear-gradient(90deg,#b3914214 1px,#0000 1px),linear-gradient(#b391420f 1px,#0000 1px);background-size:72px 72px}.gold-personnel-grid{grid-template-columns:1.08fr .72fr;align-items:stretch;gap:22px}.gold-personnel-details{background:#f8f4eb;border:1px solid #b7aa95;box-shadow:8px 9px #765b2617}.gold-personnel-details>summary{border-left:4px solid var(--gc-brass);background:#fffdf8;min-height:106px;padding:18px 22px}.gold-personnel-details>summary .gold-personnel-summary-copy{align-items:flex-start;place-content:initial;color:#28251f;border:0;flex-direction:column;width:auto;height:auto;font:400 21px Georgia,serif;display:flex;transform:none}.gold-personnel-summary-copy small{color:#95752f;letter-spacing:.14em;margin-bottom:8px;font:850 6px Arial,sans-serif}.gold-personnel-summary-copy em{color:#7c756b;margin-top:8px;font:600 7px Arial,sans-serif}.gold-personnel-details>summary .gold-personnel-summary-icon{color:#7e6228;background:#f5ecd9;border:1px solid #9d8450;flex:0 0 34px;place-content:center;width:34px;height:34px;font:400 17px Arial,sans-serif;transition:transform .2s;display:grid}.gold-personnel-details[open]>summary .gold-personnel-summary-copy{transform:none}.gold-personnel-details[open]>summary .gold-personnel-summary-icon{transform:rotate(45deg)}.gold-personnel-details[open]>summary{background:#eee3cc;border-bottom:1px solid #c7bdad}.gold-personnel-details .gold-personnel-inputs{gap:8px;padding:12px}.gold-personnel-inputs>label{background:#fffdf8;border-color:#d0c5b4;align-items:flex-end;min-height:92px;padding:15px 16px}.gold-personnel-inputs>label>span{color:#312d26;flex-direction:column;align-items:flex-start;gap:9px;font:400 15px Georgia,serif;display:flex}.gold-personnel-inputs>label>span>small{color:#9a7b39;letter-spacing:.12em;font:850 6px Arial,sans-serif}.gold-personnel-inputs>label>div{justify-items:end;gap:5px;min-width:122px;display:grid}.gold-personnel-inputs input{color:#211f1a;text-align:right;background:#f4ecdc;border:0;border-bottom:1px solid #a58b54;outline:none;width:122px;padding:11px 10px;font-size:13px;font-weight:800}.gold-personnel-inputs input:focus{border-bottom-color:#1b1b18;box-shadow:inset 0 -2px #1b1b18}.gold-personnel-inputs>label>div>small{color:#8c7a55;letter-spacing:.1em;font-size:5px;font-weight:850}.gold-personnel-result{background:linear-gradient(145deg,#191914 0%,#29251c 100%);border:1px solid #8f7a4e;padding:31px;position:relative;overflow:hidden;box-shadow:8px 9px #765b2629}.gold-personnel-result:after{content:"";border:1px solid #dfc37e47;border-radius:50%;width:170px;height:170px;position:absolute;top:-74px;right:-78px;box-shadow:0 0 0 25px #dfc37e0b}.gold-personnel-result>strong{z-index:1;color:#f3d993;margin:20px 0 25px;font-size:44px;position:relative}.gold-personnel-result dl,.gold-personnel-result p{z-index:1;position:relative}.gold-personnel-result dd{font-size:10px}.gold-personnel-result p{border-top:1px solid #46423a;padding-top:18px}@media (width<=650px){.gold-personnel-details>summary{min-height:100px;padding:16px}.gold-personnel-summary-copy em{max-width:185px;line-height:1.45}.gold-personnel-details .gold-personnel-inputs{grid-template-columns:1fr;padding:8px}.gold-personnel-inputs>label{min-height:86px}.gold-personnel-result{padding:24px}.gold-personnel-result>strong{font-size:36px}}.gold-personnel-grid.is-simple{max-width:920px;display:block}.gold-personnel-grid.is-simple .gold-personnel-details{box-shadow:none}.gold-personnel-grid.is-simple .gold-personnel-details>summary{min-height:88px}.gold-personnel-grid.is-simple .gold-personnel-inputs{grid-template-columns:repeat(5,1fr)}.gold-personnel-grid.is-simple .gold-personnel-inputs>label{flex-direction:column;align-items:flex-start;min-height:126px}.gold-personnel-grid.is-simple .gold-personnel-inputs>label>div{justify-items:stretch;width:100%}.gold-personnel-grid.is-simple .gold-personnel-inputs input{width:100%}.gold-result-section{padding:72px 0}.gold-result-title.is-simple{background:#ffffff0f;border:1px solid #ffffff38;max-width:780px;margin:0 auto;padding:46px}.gold-result-title.is-simple h2{margin:18px 0 14px}.gold-result-title.is-simple p{font-size:9px}@media (width<=900px){.gold-personnel-grid.is-simple .gold-personnel-inputs{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.gold-personnel-grid.is-simple .gold-personnel-inputs{grid-template-columns:1fr}.gold-personnel-grid.is-simple .gold-personnel-inputs>label{flex-direction:row;align-items:flex-end;min-height:82px}.gold-result-title.is-simple{padding:31px 18px}.gold-result-title.is-simple h2{font-size:51px}.gold-result-title.is-simple p{font-size:8px;line-height:1.6}}.gold-cost-inline{background:#eee5d4;border:1px solid #bfb5a6;margin:0 0 22px}.gold-cost-inline>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:13px 18px;list-style:none;display:flex}.gold-cost-inline>summary::-webkit-details-marker{display:none}.gold-cost-inline>summary span,.gold-cost-inline>summary small,.gold-cost-inline>summary strong{display:block}.gold-cost-inline>summary small{color:#8f702c;letter-spacing:.12em;margin-bottom:7px;font-size:6px;font-weight:850}.gold-cost-inline>summary strong{font:400 25px Georgia,serif}.gold-cost-inline>summary em{color:#716b61;align-items:center;gap:18px;font-size:8px;font-style:normal;display:flex}.gold-cost-inline>summary b{color:#74591f;background:#fffaf0;border:1px solid #9f8754;padding:10px 12px;font-size:7px}.gold-cost-inline[open]>summary{border-bottom:1px solid #c8beaf}.gold-cost-inline[open]>summary b{color:#dfc37e;background:#1b1b18}.gold-cost-inline .gold-personnel-inputs{grid-template-columns:repeat(5,1fr);padding:10px}.gold-cost-inline .gold-personnel-inputs>label{flex-direction:column;align-items:flex-start;min-height:112px}.gold-cost-inline .gold-personnel-inputs>label>div,.gold-cost-inline .gold-personnel-inputs input{width:100%}@media (width<=900px){.gold-cost-inline .gold-personnel-inputs{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.gold-cost-inline>summary{flex-direction:column;align-items:flex-start}.gold-cost-inline>summary em{justify-content:space-between;width:100%}.gold-cost-inline .gold-personnel-inputs{grid-template-columns:1fr}.gold-cost-inline .gold-personnel-inputs>label{flex-direction:row;align-items:flex-end;min-height:82px}}.gold-live-summary .gold-setup-total dd{font-size:10.4px}.roi-auto-costs{background:#fff;border:1px solid #bdb5a9;grid-template-columns:1fr 1fr;margin:0 0 14px;display:grid}.roi-auto-costs article{flex-direction:column;justify-content:center;min-height:106px;padding:18px 20px;display:flex}.roi-auto-costs article+article{border-left:1px solid #c9c1b5}.roi-auto-costs span{letter-spacing:.13em;font-size:6px;font-weight:850}.roi-auto-costs strong{margin:10px 0 5px;font:400 26px Georgia,serif}.roi-auto-costs strong small{margin-left:5px;font:700 7px Inter,sans-serif}.roi-auto-costs p{color:#756f66;margin:0;font-size:7px;line-height:1.55}.roi-auto-costs.is-gold{background:#f8f2e6;border-color:#b9ad98}.roi-auto-costs.is-gold span,.roi-auto-costs.is-gold strong small{color:#8f702c}.roi-auto-costs.is-mali{background:#edf3f0;border-color:#aebcb7}.roi-auto-costs.is-mali span,.roi-auto-costs.is-mali strong small{color:#54766b}@media (width<=650px){.roi-auto-costs{grid-template-columns:1fr}.roi-auto-costs article{min-height:92px;padding:15px}.roi-auto-costs article+article{border-top:1px solid #c9c1b5;border-left:0}.roi-auto-costs strong{font-size:23px}}.gold-package-includes{background:#f8f3e9;border:1px solid #c9c0b1;margin-top:10px;padding:16px 18px}.gold-package-includes header{justify-content:space-between;align-items:center;gap:18px;display:flex}.gold-package-includes header span small,.gold-package-includes header span strong{display:block}.gold-package-includes header small{color:#94752f;letter-spacing:.12em;margin-bottom:6px;font-size:6px;font-weight:850}.gold-package-includes header strong{font:400 17px Georgia,serif}.gold-package-includes header>b{color:#75591e;border:1px solid #b9a57d;padding:8px 10px;font-size:7px}.gold-package-includes ul{flex-wrap:wrap;gap:6px;margin:15px 0 0;padding:0;list-style:none;display:flex}.gold-package-includes li{color:#39342b;background:#fff;border:1px solid #d3c8b6;padding:8px 10px;font-size:7px;font-weight:750}.gold-package-includes p{color:#7c756a;margin:13px 0 0;font-size:6px;line-height:1.6}.gold-work-value-section,.gold-extra-gain-section{padding:24px 0}.gold-section-disclosure{background:#fffdf8;border:1px solid #bdb3a4}.gold-section-disclosure>summary{cursor:pointer;grid-template-columns:34px 1fr 36px;align-items:center;gap:15px;min-height:88px;padding:15px 18px;list-style:none;display:grid}.gold-section-disclosure>summary::-webkit-details-marker{display:none}.gold-section-disclosure>summary>span{color:#896b2a;border:1px solid #b9ad98;place-content:center;width:32px;height:32px;font-size:7px;font-weight:850;display:grid}.gold-section-disclosure>summary>div small,.gold-section-disclosure>summary>div strong,.gold-section-disclosure>summary>div em{display:block}.gold-section-disclosure>summary>div small{color:#92742f;letter-spacing:.12em;margin-bottom:5px;font-size:6px;font-weight:850}.gold-section-disclosure>summary>div strong{font:400 19px Georgia,serif}.gold-section-disclosure>summary>div em{color:#7a7368;margin-top:5px;font-size:7px;font-style:normal}.gold-section-disclosure>summary>b{color:#806326;border:1px solid #a58b54;place-content:center;width:34px;height:34px;font-size:15px;transition:transform .2s;display:grid}.gold-section-disclosure[open]>summary{background:#eee5d4}.gold-section-disclosure[open]>summary>b{transform:rotate(45deg)}.gold-section-disclosure-body{border-top:1px solid #c9c0b1;padding:18px}.gold-section-disclosure-body .gold-cost-inline{margin-bottom:14px}.gold-section-disclosure-body .gold-extra-gain-grid{margin:0}.gold-extra-gain-section{border-top:0}@media (width<=650px){.gold-package-includes header{align-items:flex-start}.gold-package-includes ul{grid-template-columns:1fr 1fr;display:grid}.gold-section-disclosure>summary{grid-template-columns:30px 1fr 32px;gap:10px;padding:13px 12px}.gold-section-disclosure>summary>div strong{font-size:16px}.gold-section-disclosure-body{padding:9px}}.mali-calculator-v2 .mali-calculator-hero{padding:76px 0}.mali-v2-hero-grid{grid-template-columns:1.1fr .62fr;align-items:center;gap:72px;display:grid}.mali-v2-hero-card{background:#ffffff0e;border:1px solid #40516a;padding:28px;box-shadow:11px 12px #c6a95e2e}.mali-v2-hero-card small,.mali-v2-hero-card strong,.mali-v2-hero-card>span{display:block}.mali-v2-hero-card>small{color:#d4c28e;letter-spacing:.13em;font-size:7px;font-weight:850}.mali-v2-hero-card>strong{margin:21px 0 23px;font:400 38px Georgia,serif}.mali-v2-hero-card>strong i{color:#aeb9c8;margin-left:6px;font:600 7px Inter,sans-serif}.mali-v2-hero-card dl{border-block:1px solid #40516a;margin:0}.mali-v2-hero-card dl>div{justify-content:space-between;align-items:center;min-height:50px;display:flex}.mali-v2-hero-card dt{color:#aeb9c8;font-size:7px}.mali-v2-hero-card dd{margin:0;font:400 15px Georgia,serif}.mali-v2-hero-card>span{color:#d4c28e;margin-top:17px;font-size:7px}.mali-calculator-v2 .mali-calculator-workspace{padding:80px 0 95px}.mali-calculator-v2 .mali-calculator-workspace>.container{width:min(1480px,100% - 64px)}.mali-calculator-v2 .mali-calculator-layout{grid-template-columns:minmax(0,1fr) minmax(310px,350px);gap:30px}.mali-calculator-v2 .mali-calculator-config{min-width:0}.mali-v2-heading{grid-template-columns:38px 1fr;gap:15px;margin:0 0 20px;display:grid}.mali-v2-heading:not(:first-child){margin-top:58px}.mali-v2-heading>span{color:#88713a;border:1px solid #b5aa98;place-content:center;width:36px;height:36px;font-size:7px;font-weight:850;display:grid}.mali-v2-heading small{color:#8c7740;letter-spacing:.14em;font-size:7px;font-weight:850}.mali-v2-heading h2{letter-spacing:-.04em;margin:8px 0 7px;font:400 36px Georgia,serif}.mali-v2-heading p{color:#777269;margin:0;font-size:8px;line-height:1.65}.mali-v2-package-options{gap:7px;display:grid}.mali-v2-package-options>button{min-height:76px;color:var(--calc-ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #c9c2b6;grid-template-columns:28px 1fr auto;align-items:center;gap:13px;padding:12px 14px;display:grid}.mali-v2-package-options>button.is-selected{box-shadow:inset 4px 0 0 var(--calc-teal);background:#e9e3d5}.mali-v2-package-options>button>i{color:#6c8179;border:1px solid #a9a091;place-content:center;width:26px;height:26px;font-size:8px;font-style:normal;display:grid}.mali-v2-package-options>button.is-selected>i{border-color:var(--calc-navy);background:var(--calc-navy);color:#d4c28e}.mali-v2-package-options>button>span{font:400 18px Georgia,serif}.mali-v2-package-options>button>span>small{color:#7e786f;margin-top:5px;font:600 6px Inter,sans-serif;display:block}.mali-v2-package-prices,.mali-v2-module-prices{grid-template-columns:1fr 1fr;gap:6px;display:grid!important}.mali-v2-package-prices b,.mali-v2-module-prices b{color:#292f3b;text-align:right;background:#fff;border:1px solid #c6bdaa;min-width:105px;padding:9px;font-size:9px}.mali-v2-package-prices b:first-child,.mali-v2-module-prices b:first-child{background:#edf4f1;border-color:#7b968d}.mali-v2-package-prices small,.mali-v2-module-prices small{color:#688077;letter-spacing:.1em;margin:0 0 5px;font-size:5px;font-weight:850;display:block}.mali-v2-package-includes{background:#f8f5ee;border:1px solid #c9c2b6;margin-top:9px;padding:15px 17px}.mali-v2-package-includes header{justify-content:space-between;align-items:center;gap:15px;display:flex}.mali-v2-package-includes header span small,.mali-v2-package-includes header span strong{display:block}.mali-v2-package-includes header small{color:#59796f;letter-spacing:.12em;margin-bottom:5px;font-size:6px;font-weight:850}.mali-v2-package-includes header strong{font:400 17px Georgia,serif}.mali-v2-package-includes header>b{color:#496b60;border:1px solid #9eafa9;padding:8px 10px;font-size:7px}.mali-v2-package-includes ul{flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none;display:flex}.mali-v2-package-includes li{background:#fff;border:1px solid #d2cbc0;padding:7px 9px;font-size:7px;font-weight:750}.mali-v2-package-includes p{color:#7d776e;margin:12px 0 0;font-size:6px;line-height:1.55}.mali-v2-user-field{background:#fff;border:1px solid #c9c2b6;justify-content:space-between;align-items:center;min-height:72px;margin-top:9px;padding:12px 15px;display:flex}.mali-v2-user-field>span{font-size:9px;font-weight:800}.mali-v2-user-field small{color:#837d73;margin-top:5px;font-size:6px;font-weight:500;display:block}.mali-v2-user-field input{text-align:right;background:#f8f5ee;border:1px solid #bdb5a8;width:115px;padding:11px;font-size:13px;font-weight:800}.mali-v2-module-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.mali-v2-module-options>button{min-height:94px;color:var(--calc-ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #c9c2b6;grid-template-columns:30px minmax(0,1fr) 184px;align-items:center;gap:12px;padding:13px 14px;transition:border-color .18s,background .18s,transform .18s;display:grid}.mali-v2-module-options>button:hover{border-color:#7e988f;transform:translateY(-1px)}.mali-v2-module-options>button.is-selected{box-shadow:inset 4px 0 0 var(--calc-teal);background:#e8eee9;border-color:#78968c}.mali-v2-module-options>button>i{color:#54766b;border:1px solid #a7a093;place-content:center;width:29px;height:29px;font-size:9px;font-style:normal;display:grid}.mali-v2-module-options>button.is-selected>i{background:var(--calc-navy);color:#d4c28e}.mali-v2-module-options>button>div{min-width:0}.mali-v2-module-options>button>div>small{color:#6d887f;letter-spacing:.1em;text-transform:uppercase;font-size:5px;font-weight:850}.mali-v2-module-options>button>div>strong{margin-top:6px;font:400 15px/1.15 Georgia,serif;display:block}.mali-v2-module-options>button>div>p{display:none}.mali-v2-module-prices{grid-column:auto;width:100%;margin-top:0}.mali-v2-module-prices b{text-align:left;min-width:0;padding:8px 9px;font-size:8px}.mali-v2-setup-details{background:#f8f5ee;border:1px solid #c5beb2;margin-top:10px}.mali-v2-setup-details>summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:67px;padding:12px 15px;list-style:none;display:flex}.mali-v2-setup-details>summary::-webkit-details-marker{display:none}.mali-v2-setup-details>summary small,.mali-v2-setup-details>summary strong{display:block}.mali-v2-setup-details>summary small{color:#70867f;letter-spacing:.12em;margin-bottom:6px;font-size:6px;font-weight:850}.mali-v2-setup-details>summary strong{font:400 20px Georgia,serif}.mali-v2-setup-details>summary>b{color:#54766b;border:1px solid #9cada7;padding:9px 10px;font-size:7px}.mali-v2-setup-details[open]>summary{border-bottom:1px solid #c5beb2}.mali-v2-setup-details>div{grid-template-columns:1fr 1fr;gap:8px;padding:10px;display:grid}.mali-v2-setup-details label{background:#fff;border:1px solid #d1cabe;justify-content:space-between;align-items:center;gap:10px;padding:12px;font-size:7px;font-weight:750;display:flex}.mali-v2-setup-details input{text-align:right;background:#f2f5f3;border:0;border-bottom:1px solid #7e988f;width:105px;padding:9px;font-weight:800}.mali-v2-live-summary{box-shadow:11px 12px #c6a95e33}.mali-v2-live-summary .mali-price-total{color:#0b223b;background:#d9c784;margin-inline:-27px;padding:25px 27px}.mali-v2-live-summary .mali-price-total span,.mali-v2-live-summary .mali-price-total strong,.mali-v2-live-summary .mali-price-total small{color:#0b223b}.mali-v2-setup-total dd{font-size:18px!important;font-weight:700!important}.mali-v2-disclosure-section{padding:23px 0}.mali-v2-disclosure-section.is-gain{background:#fff;border-top:0}.mali-v2-disclosure{background:#fbfaf6;border:1px solid #bdb5a9}.mali-v2-disclosure>summary{cursor:pointer;grid-template-columns:34px 1fr 36px;align-items:center;gap:14px;min-height:88px;padding:14px 17px;list-style:none;display:grid}.mali-v2-disclosure>summary::-webkit-details-marker{display:none}.mali-v2-disclosure>summary>span{color:#59796f;border:1px solid #afa494;place-content:center;width:32px;height:32px;font-size:7px;font-weight:850;display:grid}.mali-v2-disclosure>summary>div small,.mali-v2-disclosure>summary>div strong,.mali-v2-disclosure>summary>div em{display:block}.mali-v2-disclosure>summary>div small{color:#59796f;letter-spacing:.12em;margin-bottom:5px;font-size:6px;font-weight:850}.mali-v2-disclosure>summary>div strong{font:400 19px Georgia,serif}.mali-v2-disclosure>summary>div em{color:#79736a;margin-top:5px;font-size:7px;font-style:normal}.mali-v2-disclosure>summary>b{color:#54766b;border:1px solid #849b93;place-content:center;width:34px;height:34px;font-size:15px;transition:transform .2s;display:grid}.mali-v2-disclosure[open]>summary{background:#e6e9e3}.mali-v2-disclosure[open]>summary>b{transform:rotate(45deg)}.mali-v2-disclosure-body{border-top:1px solid #c9c2b6;padding:17px}.mali-v2-cost-inline{background:#ece7dc;border:1px solid #bdb5a9;margin-bottom:14px}.mali-v2-cost-inline>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:18px;min-height:72px;padding:12px 16px;list-style:none;display:flex}.mali-v2-cost-inline>summary::-webkit-details-marker{display:none}.mali-v2-cost-inline>summary small,.mali-v2-cost-inline>summary strong{display:block}.mali-v2-cost-inline>summary small{color:#59796f;letter-spacing:.12em;margin-bottom:6px;font-size:6px;font-weight:850}.mali-v2-cost-inline>summary strong{font:400 24px Georgia,serif}.mali-v2-cost-inline>summary em{color:#706a61;align-items:center;gap:14px;font-size:8px;font-style:normal;display:flex}.mali-v2-cost-inline>summary b{color:#54766b;background:#fff;border:1px solid #80968e;padding:9px 10px;font-size:7px}.mali-v2-cost-inline[open]>summary{border-bottom:1px solid #c5beb2}.mali-v2-personnel-inputs{grid-template-columns:repeat(5,1fr);gap:7px;padding:9px;display:grid}.mali-v2-personnel-inputs>label{background:#fff;border:1px solid #d1cabe;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:105px;padding:12px;display:flex}.mali-v2-personnel-inputs>label>span{font:400 13px Georgia,serif}.mali-v2-personnel-inputs>label>div,.mali-v2-personnel-inputs input{width:100%}.mali-v2-personnel-inputs input{text-align:right;background:#f2f5f3;border:0;border-bottom:1px solid #7e988f;padding:9px;font-weight:800}.mali-v2-personnel-inputs small{color:#7c756c;text-align:right;margin-top:4px;font-size:5px;display:block}.mali-calculator-v2 .mali-workflow-row>strong{align-items:center;gap:8px;display:flex}.mali-calculator-v2 .mali-workflow-row>strong>button{color:#54766b;background:#fff;border:1px solid #8ca098;flex:0 0 24px;width:24px;height:24px}.mali-calculator-v2 .mali-workflow-row:not(.is-active){opacity:.48}.mali-v2-gain-grid{grid-template-columns:1fr 340px;align-items:start;gap:42px;display:grid}.mali-v2-gain-grid .mali-gain-list{margin-top:0}.mali-v2-gain-grid .mali-value-card{position:static}.mali-v2-final{padding:72px 0}.mali-v2-result-card{text-align:center;background:#ffffff0e;border:1px solid #405169;max-width:780px;margin:0 auto;padding:44px}.mali-v2-result-card>span{color:#d4c28e;letter-spacing:.13em;font-size:8px;font-weight:850}.mali-v2-result-card h2{margin:18px 0 14px;font-size:clamp(55px,7vw,88px);color:#fff!important}.mali-v2-result-card p{color:#b8c3d1;margin:0;font-size:9px}@media (width<=1200px){.mali-calculator-v2 .mali-calculator-workspace>.container{width:min(100% - 44px,1060px)}.mali-calculator-v2 .mali-calculator-layout{grid-template-columns:1fr}.mali-v2-live-summary{order:-1;position:static}.mali-v2-module-options>button{grid-template-columns:30px minmax(0,1fr) 184px}}@media (width<=1050px){.mali-v2-hero-grid,.mali-v2-gain-grid{grid-template-columns:1fr}.mali-v2-hero-card{max-width:620px}.mali-v2-personnel-inputs{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.mali-v2-module-options{grid-template-columns:1fr}}@media (width<=720px){.mali-calculator-v2 .mali-calculator-workspace>.container{width:min(100% - 28px,560px)}.mali-v2-package-options>button{grid-template-columns:28px 1fr}.mali-v2-package-prices{grid-column:2;width:100%}.mali-v2-package-prices b{text-align:left}.mali-v2-module-options>button{grid-template-columns:29px minmax(0,1fr)}.mali-v2-module-prices{grid-column:2}.mali-v2-setup-details>div{grid-template-columns:1fr}.mali-v2-user-field{flex-direction:column;align-items:flex-start;gap:10px}.mali-v2-user-field input{width:100%}.mali-v2-personnel-inputs{grid-template-columns:1fr}.mali-v2-cost-inline>summary{flex-direction:column;align-items:flex-start}.mali-v2-cost-inline>summary em{justify-content:space-between;width:100%}.mali-v2-result-card{padding:31px 18px}}@media (width<=650px){.mali-v2-hero-grid{gap:38px}.mali-v2-hero-card{padding:22px;box-shadow:7px 8px #c6a95e2e}.mali-v2-heading{grid-template-columns:34px 1fr;gap:11px}.mali-v2-heading h2{font-size:31px}.mali-v2-package-includes ul{grid-template-columns:1fr 1fr;display:grid}.mali-v2-package-options>button,.mali-v2-module-options>button{min-height:76px}.mali-v2-live-summary .mali-price-total{margin-inline:-22px;padding-inline:22px}.mali-v2-disclosure>summary{grid-template-columns:30px 1fr 32px;gap:9px;padding:12px 11px}.mali-v2-disclosure>summary>div strong{font-size:16px}.mali-v2-disclosure-body{padding:8px}.mali-v2-setup-details label{flex-direction:column;align-items:flex-start}.mali-v2-setup-details input{width:100%}.mali-v2-result-card p{font-size:8px;line-height:1.6}}.assistant-page{--assistant-ink:#08162c;--assistant-blue:#3478ff;--assistant-violet:#7558ee;--assistant-cyan:#4bd4dd;--assistant-mist:#f3f6fb;color:var(--assistant-ink);background:#fff;overflow:hidden}.assistant-page h1,.assistant-page h2,.assistant-page h3{font-family:var(--font-poppins),Poppins,sans-serif;letter-spacing:-.045em}.assistant-hero{color:#fff;background-color:#071327;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px),radial-gradient(circle at 77% 42%,#575eff52,#0000 30%);background-size:64px 64px,64px 64px,auto;min-height:760px;padding-bottom:75px;position:relative;overflow:hidden}.assistant-hero:after{content:"";border:1px solid #6999ff2b;border-radius:50%;width:500px;height:500px;position:absolute;top:100px;right:-250px;box-shadow:0 0 0 80px #436fea08,0 0 0 160px #436fea05}.assistant-hero .breadcrumbs{z-index:2;color:#8190aa;position:relative}.assistant-hero-grid{z-index:2;grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;min-height:650px;display:grid;position:relative}.assistant-kicker,.assistant-section-head>span,.assistant-day-copy>span,.assistant-control-copy>span,.assistant-final-cta>div>span{color:#91b5ff;letter-spacing:.16em;font-size:10px;font-weight:850}.assistant-kicker{align-items:center;gap:9px;display:flex}.assistant-kicker i{background:var(--assistant-cyan);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 7px #4bd4dd1a}.assistant-hero-copy h1{max-width:670px;margin:26px 0 24px;font-size:clamp(52px,5.7vw,82px);font-weight:650;line-height:.94}.assistant-hero-copy h1 em{color:#8eb1ff;font-style:normal}.assistant-hero-copy>p{color:#b5c1d4;max-width:610px;margin:0;font-size:16px;line-height:1.75}.assistant-actions{align-items:center;gap:27px;margin-top:34px;display:flex}.assistant-actions>a:not(.button){color:#c4cfdf;font-size:12px;font-weight:750}.assistant-actions>a:not(.button) span{color:#7fdce1;margin-left:8px}.assistant-trust-notes{flex-wrap:wrap;gap:20px;margin:30px 0 0;padding:0;list-style:none;display:flex}.assistant-trust-notes li{color:#8f9db3;font-size:10px}.assistant-trust-notes i{color:#67d8d7;margin-right:6px;font-style:normal}.assistant-product-stage{place-content:center;min-height:550px;display:grid;position:relative}.assistant-stage-glow{border:1px solid #6f96ff3b;border-radius:50%;width:420px;height:420px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 65px #4665dd0b,0 0 100px #4b5eff38}.assistant-app-window{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#081730f0;border:1px solid #9cb7ec45;border-radius:25px;width:min(100%,620px);position:relative;overflow:hidden;box-shadow:0 35px 90px #0006,14px 16px #5559ed17}.assistant-app-window>header{border-bottom:1px solid #9fb4db29;justify-content:space-between;align-items:center;min-height:84px;padding:18px 21px;display:flex}.assistant-app-window>header>div{align-items:center;gap:12px;display:flex}.assistant-app-window>header>div>span{background:linear-gradient(135deg,#3478ff,#7558ee);border-radius:13px;place-content:center;width:42px;height:42px;font-weight:800;display:grid}.assistant-app-window header p,.assistant-app-window header strong,.assistant-app-window header small{margin:0;display:block}.assistant-app-window header strong{font-size:12px}.assistant-app-window header small{color:#7889a5;margin-top:4px;font-size:8px}.assistant-app-window>header>i{color:#8fa1bd;letter-spacing:.1em;border:1px solid #97b2e22e;border-radius:8px;padding:8px 10px;font-size:7px;font-style:normal;font-weight:800}.assistant-app-body{padding:18px}.assistant-agenda-card,.assistant-mail-card,.assistant-spend-card{background:#ffffff0b;border:1px solid #9db2db26;border-radius:15px}.assistant-agenda-card{padding:16px}.assistant-card-head{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}.assistant-card-head span,.assistant-mail-card>span,.assistant-spend-card>span{color:#7f93b4;letter-spacing:.12em;font-size:7px;font-weight:850}.assistant-card-head b{color:#86dee1;background:#41cfd614;border-radius:20px;padding:5px 8px;font-size:6px}.assistant-agenda-row{border-bottom:1px solid #9ab1da1a;grid-template-columns:46px 1fr auto;align-items:center;gap:10px;min-height:65px;display:grid}.assistant-agenda-row:last-child{border-bottom:0}.assistant-agenda-row time{color:#7590bb;font-size:9px}.assistant-agenda-row span strong,.assistant-agenda-row span small{display:block}.assistant-agenda-row span strong{font-size:10px}.assistant-agenda-row span small{color:#71819c;margin-top:4px;font-size:7px}.assistant-agenda-row>i{color:#9fc0ff;background:#3977ff21;border-radius:10px;padding:5px 7px;font-size:6px;font-style:normal}.assistant-agenda-row.is-now{position:relative}.assistant-agenda-row.is-now:before{content:"";background:#4d8aff;border-radius:3px;width:3px;height:28px;position:absolute;left:-16px}.assistant-mini-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.assistant-mail-card,.assistant-spend-card{min-height:145px;padding:15px}.assistant-mail-card strong,.assistant-spend-card strong{margin:16px 0 7px;font-size:17px;display:block}.assistant-mail-card p,.assistant-spend-card p{color:#7a8aa4;margin:0;font-size:7px;line-height:1.5}.assistant-mail-card b{color:#8db4ff;margin-top:19px;font-size:7px;display:block}.assistant-spend-card div{gap:5px;margin-top:17px;display:grid}.assistant-spend-card div i{background:linear-gradient(90deg,#48d3d9,#5b7aff);border-radius:4px;height:3px;display:block}.assistant-floating-note{z-index:4;background:#122241f0;border:1px solid #9eb7e947;border-radius:13px;align-items:center;gap:11px;min-width:250px;padding:13px 15px;display:flex;position:absolute;bottom:42px;right:-20px;box-shadow:0 20px 55px #00000059}.assistant-floating-note>span{color:#cbd7ff;background:linear-gradient(135deg,#3478ff,#7558ee);border-radius:10px;place-content:center;width:31px;height:31px;display:grid}.assistant-floating-note p,.assistant-floating-note strong,.assistant-floating-note small{margin:0;display:block}.assistant-floating-note strong{font-size:9px}.assistant-floating-note small{color:#8494ae;margin-top:4px;font-size:7px}.assistant-manifesto{background:#fff;padding:125px 0}.assistant-manifesto .container{grid-template-columns:220px 1fr;align-items:start;gap:70px;display:grid}.assistant-manifesto>div>span{color:#4778d8;letter-spacing:.15em;padding-top:11px;font-size:9px;font-weight:850}.assistant-manifesto h2{max-width:870px;margin:0;font-size:clamp(46px,5.4vw,72px);font-weight:650;line-height:1.02}.assistant-manifesto h2 em{color:#7e8898;font-style:normal}.assistant-manifesto p{color:#68758a;max-width:720px;margin:28px 0 0;font-size:16px;line-height:1.75}.assistant-capabilities{background:var(--assistant-mist);padding:115px 0}.assistant-section-head{grid-template-columns:180px 1fr 350px;align-items:end;gap:35px;display:grid}.assistant-section-head>span{color:#4778d8;align-self:start;padding-top:12px}.assistant-section-head h2{margin:0;font-size:clamp(42px,5vw,66px);font-weight:650;line-height:1}.assistant-section-head p{color:#68758a;margin:0;font-size:14px;line-height:1.7}.assistant-capability-grid{grid-template-columns:repeat(12,1fr);gap:16px;margin-top:65px;display:grid}.assistant-capability-grid article{background:#fff;border:1px solid #dbe3ef;border-radius:24px;flex-direction:column;align-items:flex-start;min-height:360px;padding:30px;display:flex;position:relative;overflow:hidden}.assistant-capability-grid article:after{content:"";border:1px solid var(--card-accent);width:210px;height:210px;position:absolute;top:-120px;right:-120px}@supports (color:color-mix(in lab, red, red)){.assistant-capability-grid article:after{border:1px solid color-mix(in srgb,var(--card-accent),transparent 60%)}}.assistant-capability-grid article:after{box-shadow:0 0 0 30px var(--card-accent);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.assistant-capability-grid article:after{box-shadow:0 0 0 30px color-mix(in srgb,var(--card-accent),transparent 94%)}}.assistant-capability-grid article>span{color:#a5b0c0;font-size:8px;font-weight:800;position:absolute;top:25px;right:27px}.assistant-capability-grid article>small{color:var(--card-accent);letter-spacing:.13em;font-size:8px;font-weight:850}.assistant-capability-grid h3{max-width:520px;margin:32px 0 14px;font-size:27px;line-height:1.15}.assistant-capability-grid p{color:#718096;max-width:520px;margin:0;font-size:12px;line-height:1.7}.assistant-capability-grid ul{border-top:1px solid #e5eaf1;flex-wrap:wrap;gap:7px;width:100%;margin:auto 0 0;padding:20px 0 0;list-style:none;display:flex}.assistant-capability-grid li{color:#617087;background:#f3f6fa;border-radius:20px;padding:7px 9px;font-size:7px;font-weight:750}.assistant-card-plan{--card-accent:#3478ff;grid-column:span 7}.assistant-card-mail{--card-accent:#7658ee;grid-column:span 5}.assistant-card-meeting{--card-accent:#12a7af;grid-column:span 4}.assistant-card-finance{--card-accent:#ee8b56;grid-column:span 8}.assistant-card-report{--card-accent:#227b72;grid-column:span 6}.assistant-card-memory{--card-accent:#9a5dc2;grid-column:span 6}.assistant-day-flow{color:#fff;background-color:#071327;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:64px 64px;padding:120px 0}.assistant-day-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:110px;display:grid}.assistant-day-copy{position:sticky;top:125px}.assistant-day-copy h2{margin:22px 0;font-size:clamp(43px,4.8vw,65px);font-weight:650;line-height:1.04}.assistant-day-copy h2 em{color:#8fafef;font-style:normal}.assistant-day-copy p{color:#9faec4;max-width:510px;margin:0;font-size:14px;line-height:1.75}.assistant-day-copy>a{color:#86dce0;margin-top:30px;font-size:11px;font-weight:750;display:inline-block}.assistant-day-copy>a span{margin-left:8px}.assistant-timeline{margin:0;padding:0;list-style:none}.assistant-timeline li{border-top:1px solid #9fb5dd2b;grid-template-columns:60px 44px 1fr;align-items:start;gap:18px;min-height:155px;padding:30px 0;display:grid}.assistant-timeline li:last-child{border-bottom:1px solid #9fb5dd2b}.assistant-timeline time{color:#7f93b4;padding-top:10px;font-size:10px}.assistant-timeline>li>span{color:#87b2ff;border:1px solid #7aa1e859;border-radius:13px;place-content:center;width:42px;height:42px;font-size:8px;display:grid}.assistant-timeline h3{margin:3px 0 10px;font-size:22px}.assistant-timeline p{color:#8f9fb7;max-width:570px;margin:0;font-size:11px;line-height:1.7}.assistant-voice-insight{background:#eef3fb;padding:125px 0}.assistant-voice-grid{grid-template-columns:.72fr 1.28fr;align-items:center;gap:85px;display:grid}.assistant-voice-copy>span{color:#4778d8;letter-spacing:.16em;font-size:10px;font-weight:850}.assistant-voice-copy h2{margin:21px 0;font-size:clamp(43px,4.7vw,63px);font-weight:650;line-height:1.04}.assistant-voice-copy h2 em{color:#6d7d95;font-style:normal}.assistant-voice-copy>p{color:#68758a;margin:0;font-size:14px;line-height:1.75}.assistant-voice-copy>ul{grid-template-columns:1fr 1fr;gap:10px;margin:28px 0 22px;padding:0;list-style:none;display:grid}.assistant-voice-copy li{color:#344861;font-size:9px;font-weight:700}.assistant-voice-copy li i{color:#238d86;margin-right:7px;font-style:normal}.assistant-voice-copy>small{color:#7e8b9e;border-top:1px solid #d4deec;padding-top:18px;font-size:8px;line-height:1.6;display:block}.assistant-voice-console{color:#fff;background:#07172e;border:1px solid #cbd8ea;border-radius:26px;overflow:hidden;box-shadow:0 35px 85px #20457e30}.assistant-voice-console>header{border-bottom:1px solid #97b5e724;justify-content:space-between;align-items:center;min-height:67px;padding:17px 21px;display:flex}.assistant-voice-console>header>span{color:#8ca8d1;letter-spacing:.14em;font-size:7px;font-weight:850}.assistant-voice-console>header>div{color:#7dd7d5;align-items:center;gap:7px;font-size:7px;display:flex}.assistant-voice-console>header i{background:#39c7bb;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #39c7bb1a}.assistant-data-sources{border-bottom:1px solid #97b5e71f;flex-wrap:wrap;gap:7px;padding:13px 20px;display:flex}.assistant-data-sources span{color:#8fa3c3;background:#ffffff09;border:1px solid #8eade12e;border-radius:20px;padding:7px 9px;font-size:6px;font-weight:750}.assistant-voice-command{background:linear-gradient(90deg,#4270f021,#0000);border-bottom:1px solid #97b5e71f;grid-template-columns:54px 1fr;align-items:center;gap:16px;padding:20px;display:grid}.assistant-voice-orb{background:linear-gradient(135deg,#3478ff,#7558ee);border-radius:17px;justify-content:center;align-items:center;gap:3px;width:50px;height:50px;display:flex;box-shadow:0 0 0 7px #5371ef1a}.assistant-voice-orb i{background:#fff;border-radius:4px;width:3px}.assistant-voice-orb i:first-child,.assistant-voice-orb i:nth-child(5){opacity:.55;height:10px}.assistant-voice-orb i:nth-child(2),.assistant-voice-orb i:nth-child(4){opacity:.78;height:20px}.assistant-voice-orb i:nth-child(3){height:28px}.assistant-voice-command p,.assistant-voice-command small,.assistant-voice-command strong{margin:0;display:block}.assistant-voice-command small{color:#8199be;letter-spacing:.12em;margin-bottom:7px;font-size:6px;font-weight:850}.assistant-voice-command strong{max-width:650px;font-size:11px;line-height:1.55}.assistant-voice-answer{padding:22px}.assistant-answer-head{align-items:center;gap:11px;display:flex}.assistant-answer-head>span{color:#bdd2ff;background:#192d51;border-radius:11px;place-content:center;width:34px;height:34px;display:grid}.assistant-answer-head p,.assistant-answer-head small,.assistant-answer-head strong{margin:0;display:block}.assistant-answer-head small{color:#7590ba;letter-spacing:.12em;font-size:6px;font-weight:850}.assistant-answer-head strong{margin-top:4px;font-size:10px}.assistant-answer-head>i{color:#5e789f;margin-left:auto;font-size:7px;font-style:normal}.assistant-voice-answer>p{color:#9cabc1;margin:18px 0 20px;font-size:10px;line-height:1.75}.assistant-voice-answer>p b{color:#fff}.assistant-insight-stats{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.assistant-insight-stats article{background:#ffffff09;border:1px solid #95b1df26;border-radius:13px;min-height:100px;padding:13px}.assistant-insight-stats span,.assistant-insight-stats strong,.assistant-insight-stats i{display:block}.assistant-insight-stats span{color:#6f86a9;letter-spacing:.1em;font-size:5px;font-weight:850}.assistant-insight-stats strong{margin:14px 0 8px;font-size:18px}.assistant-insight-stats i{color:#8898b1;font-size:6px;font-style:normal}.assistant-insight-stats i.is-positive{color:#54d1c6}.assistant-insight-bars{gap:9px;margin-top:16px;display:grid}.assistant-insight-bars span{grid-template-columns:60px 1fr;align-items:center;gap:10px;display:grid}.assistant-insight-bars b{color:#7f91ad;font-size:6px;font-weight:700}.assistant-insight-bars span:after{content:"";background:#879ec61f;border-radius:5px;grid-area:1/2;height:5px}.assistant-insight-bars i{z-index:1;background:linear-gradient(90deg,#3478ff,#55d4d5);border-radius:5px;grid-area:1/2;height:5px}.assistant-control{background:#fff;padding:125px 0}.assistant-control-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:100px;display:grid}.assistant-control-panel{background:#f8faff;border:1px solid #d9e2ef;border-radius:25px;overflow:hidden;box-shadow:0 32px 80px #19376c21}.assistant-control-panel>header{border-bottom:1px solid #dfe6f0;justify-content:space-between;align-items:center;padding:20px 23px;display:flex}.assistant-control-panel>header span{color:#8390a4;letter-spacing:.14em;font-size:7px;font-weight:850}.assistant-control-panel>header b{color:#4283ff;font-size:8px}.assistant-profile{border-bottom:1px solid #dfe6f0;align-items:center;gap:13px;padding:22px;display:flex}.assistant-profile>span{color:#fff;background:linear-gradient(135deg,#3478ff,#7558ee);border-radius:14px;place-content:center;width:46px;height:46px;font-size:11px;font-weight:800;display:grid}.assistant-profile p,.assistant-profile strong,.assistant-profile small{margin:0;display:block}.assistant-profile strong{font-size:12px}.assistant-profile small{color:#7d8a9e;margin-top:4px;font-size:8px}.assistant-profile>i{color:#197a73;background:#e3f5f2;border-radius:20px;margin-left:auto;padding:6px 9px;font-size:7px;font-style:normal;font-weight:800}.assistant-control-panel>ul{margin:0;padding:8px 22px;list-style:none}.assistant-control-panel>ul>li{border-bottom:1px solid #e3e9f2;justify-content:space-between;align-items:center;min-height:77px;display:flex}.assistant-control-panel>ul>li:last-child{border-bottom:0}.assistant-control-panel li>span{align-items:center;gap:12px;display:flex}.assistant-control-panel li>span>i{color:#4b78c8;background:#eaf1ff;border-radius:10px;place-content:center;width:34px;height:34px;font-size:10px;font-style:normal;font-weight:800;display:grid}.assistant-control-panel li p,.assistant-control-panel li strong,.assistant-control-panel li small{margin:0;display:block}.assistant-control-panel li strong{font-size:10px}.assistant-control-panel li small{color:#8290a4;margin-top:4px;font-size:7px}.assistant-control-panel li>b{background:#cbd4e1;border-radius:20px;width:34px;height:20px;position:relative}.assistant-control-panel li>b:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #00000024}.assistant-control-panel li>b.is-on{background:#3478ff}.assistant-control-panel li>b.is-on:after{left:17px}.assistant-control-panel>footer{background:#edf2f9;justify-content:space-between;align-items:center;padding:17px 22px;display:flex}.assistant-control-panel>footer span{color:#7f8da1;font-size:7px}.assistant-control-panel>footer strong{font-size:7px}.assistant-control-copy>span{color:#4778d8}.assistant-control-copy h2{margin:20px 0;font-size:clamp(43px,4.7vw,63px);font-weight:650;line-height:1.04}.assistant-control-copy>p{color:#68758a;margin:0;font-size:14px;line-height:1.75}.assistant-control-copy>ul{margin:33px 0 0;padding:0;list-style:none}.assistant-control-copy>ul>li{border-top:1px solid #e0e6ee;grid-template-columns:40px 1fr;gap:16px;padding:18px 0;display:grid}.assistant-control-copy>ul>li:last-child{border-bottom:1px solid #e0e6ee}.assistant-control-copy>ul>li>i{color:#3978ee;border:1px solid #cbd9f2;border-radius:11px;place-content:center;width:36px;height:36px;font-size:7px;font-style:normal;font-weight:800;display:grid}.assistant-control-copy li strong,.assistant-control-copy li small{display:block}.assistant-control-copy li strong{font-size:11px}.assistant-control-copy li small{color:#7a879a;margin-top:6px;font-size:9px;line-height:1.55}.assistant-final-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0c1d38 0%,#172b5c 55%,#402e91 100%);padding:110px 0}.assistant-final-cta>div>span{color:#95b9ff}.assistant-final-cta h2{max-width:950px;margin:24px auto 18px;font-size:clamp(45px,6vw,76px);font-weight:650;line-height:1}.assistant-final-cta h2 em{color:#a8bfff;font-style:normal}.assistant-final-cta p{color:#b6c2d5;margin:0 auto 30px;font-size:14px}@media (width<=1050px){.assistant-hero-grid,.assistant-day-grid,.assistant-voice-grid,.assistant-control-grid{grid-template-columns:1fr}.assistant-hero-grid{gap:35px;padding-top:65px}.assistant-product-stage{width:100%;max-width:720px;margin:auto}.assistant-section-head{grid-template-columns:1fr 1fr}.assistant-section-head>span{grid-column:1/-1}.assistant-capability-grid article{grid-column:span 6}.assistant-day-grid{gap:60px}.assistant-day-copy{position:static}.assistant-voice-grid{gap:55px}.assistant-voice-copy{max-width:720px}.assistant-voice-console{width:100%;max-width:820px;margin:auto}.assistant-control-panel{width:100%;max-width:720px;margin:auto}.assistant-control-grid{gap:70px}.assistant-control-copy{max-width:720px}}@media (width<=720px){.assistant-hero{padding-bottom:55px}.assistant-hero-grid{min-height:0}.assistant-hero-copy h1{font-size:48px}.assistant-hero-copy>p{font-size:14px}.assistant-actions{flex-direction:column;align-items:flex-start}.assistant-trust-notes{gap:10px;display:grid}.assistant-product-stage{min-height:500px}.assistant-app-window{border-radius:18px}.assistant-app-window>header{min-height:74px;padding:14px}.assistant-app-body{padding:11px}.assistant-agenda-card{padding:12px}.assistant-agenda-row{grid-template-columns:40px 1fr}.assistant-agenda-row>i{display:none}.assistant-mini-grid{grid-template-columns:1fr}.assistant-spend-card{display:none}.assistant-floating-note{min-width:225px;bottom:10px;right:-5px}.assistant-manifesto,.assistant-capabilities,.assistant-day-flow,.assistant-voice-insight,.assistant-control,.assistant-final-cta{padding:78px 0}.assistant-manifesto .container{grid-template-columns:1fr;gap:27px}.assistant-manifesto h2{font-size:42px}.assistant-manifesto p{font-size:14px}.assistant-section-head{grid-template-columns:1fr;gap:22px}.assistant-section-head>span{grid-column:auto}.assistant-section-head h2{font-size:41px}.assistant-capability-grid{grid-template-columns:1fr;margin-top:38px}.assistant-capability-grid article{grid-column:auto;min-height:330px;padding:24px}.assistant-capability-grid h3{font-size:24px}.assistant-day-copy h2,.assistant-voice-copy h2,.assistant-control-copy h2{font-size:41px}.assistant-timeline li{grid-template-columns:46px 35px 1fr;gap:10px;min-height:145px}.assistant-timeline>li>span{border-radius:10px;width:34px;height:34px}.assistant-timeline h3{font-size:18px}.assistant-voice-copy>ul{grid-template-columns:1fr}.assistant-voice-console{border-radius:18px}.assistant-data-sources{padding-inline:14px}.assistant-voice-command{grid-template-columns:44px 1fr;gap:12px;padding:15px}.assistant-voice-orb{border-radius:13px;width:42px;height:42px}.assistant-voice-answer{padding:16px}.assistant-insight-stats{grid-template-columns:1fr}.assistant-insight-stats article{min-height:82px}.assistant-control-panel>ul{padding-inline:15px}.assistant-control-panel li small{max-width:190px}.assistant-control-panel>footer{flex-direction:column;align-items:flex-start;gap:7px}.assistant-final-cta h2{font-size:43px}}.assistant-history-query{background:linear-gradient(110deg,#3574f426,#714edc17);border:1px solid #749ae047;border-radius:14px;grid-template-columns:1fr 1fr;gap:18px;margin:0 22px 22px;padding:15px;display:grid;position:relative}.assistant-history-query>div>span,.assistant-history-query>div>strong,.assistant-history-query>p>small,.assistant-history-query>p>strong,.assistant-history-query>p>span{display:block}.assistant-history-query>div>span{color:#7592bd;letter-spacing:.12em;margin-bottom:7px;font-size:5px;font-weight:850}.assistant-history-query>div>strong{max-width:330px;font-size:8px;line-height:1.55}.assistant-history-query>p{border-left:1px solid #84a3d92e;margin:0;padding-left:18px}.assistant-history-query>p>small{color:#7dd4d2;font-size:5px;font-weight:850}.assistant-history-query>p>strong{margin:7px 0 4px;font-size:8px}.assistant-history-query>p>span{color:#7287a8;font-size:6px}.assistant-history-query>b{color:#9fc0ff;background:#4276e529;border-radius:12px;padding:5px 7px;font-size:6px;position:absolute;top:10px;right:11px}@media (width<=720px){.assistant-history-query{grid-template-columns:1fr;margin:0 16px 16px}.assistant-history-query>p{border-top:1px solid #84a3d92e;border-left:0;padding:13px 0 0}}.ai-sales-page{--ai-ink:#071426;--ai-lime:#a8ef72;--ai-cyan:#57d7f6;--ai-blue:#427dff;--ai-mist:#f2f6f8;color:var(--ai-ink);background:#fff;overflow:hidden}.ai-sales-page h1,.ai-sales-page h2,.ai-sales-page h3{font-family:var(--font-poppins),Poppins,sans-serif;letter-spacing:-.045em}.ai-sales-hero{color:#fff;background-color:#05101e;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px),radial-gradient(circle at 80% 42%,#30799b3d,#0000 32%);background-size:68px 68px,68px 68px,auto;min-height:800px;padding-bottom:75px;position:relative;overflow:hidden}.ai-sales-hero:after{content:"";border:1px solid #5ed1ee1f;border-radius:50%;width:560px;height:560px;position:absolute;top:95px;right:-240px;box-shadow:0 0 0 80px #4ab0cd06,0 0 0 160px #4ab0cd05}.ai-sales-hero .breadcrumbs{z-index:2;color:#70829b;position:relative}.ai-sales-hero-grid{z-index:2;grid-template-columns:.9fr 1.1fr;align-items:center;gap:72px;min-height:675px;display:grid;position:relative}.ai-sales-kicker,.ai-section-heading>span,.ai-integration-copy>span,.ai-collection-copy>span,.ai-control-copy>span,.ai-final-cta>div>span{color:#8edcf0;letter-spacing:.16em;font-size:9px;font-weight:850}.ai-sales-kicker{align-items:center;gap:10px;display:flex}.ai-sales-kicker i{background:var(--ai-lime);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 7px #a8ef7217}.ai-sales-copy h1{max-width:730px;margin:25px 0 24px;font-size:clamp(52px,5.6vw,80px);font-weight:650;line-height:.95}.ai-sales-copy h1 em{color:#8fdced;font-style:normal}.ai-sales-copy>p{color:#a9b7ca;max-width:650px;margin:0;font-size:15px;line-height:1.76}.ai-sales-actions{align-items:center;gap:28px;margin-top:34px;display:flex}.ai-sales-actions>a:not(.button){color:#b4c1d2;font-size:11px;font-weight:750}.ai-sales-actions>a:not(.button) span{color:#9be36b;margin-left:8px}.ai-sales-trust{flex-wrap:wrap;gap:19px;margin-top:30px;display:flex}.ai-sales-trust span{color:#7f91aa;font-size:9px}.ai-sales-trust i{color:#9ce36e;margin-right:6px;font-style:normal}.ai-command-stage{place-content:center;min-height:580px;display:grid;position:relative}.ai-command-window{z-index:2;background:#08192af5;border:1px solid #77a8c43d;border-radius:24px;width:min(100%,650px);position:relative;overflow:hidden;box-shadow:0 38px 100px #0000006b,14px 16px #55cce70d}.ai-command-window>header{border-bottom:1px solid #88acca24;justify-content:space-between;align-items:center;min-height:78px;padding:17px 20px;display:flex}.ai-command-window>header>div{align-items:center;gap:11px;display:flex}.ai-command-window>header>div>span{color:#06111f;background:linear-gradient(135deg,#a8ef72,#57d7f6);border-radius:13px;place-content:center;width:42px;height:42px;font-size:10px;font-weight:900;display:grid}.ai-command-window header p,.ai-command-window header strong,.ai-command-window header small{margin:0;display:block}.ai-command-window header strong{font-size:11px}.ai-command-window header small{color:#70839e;margin-top:4px;font-size:7px}.ai-command-window>header>i{color:#77a3bd;align-items:center;gap:7px;font-size:7px;font-style:normal;display:flex}.ai-command-window>header>i b{background:#87dd70;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #87dd7014}.ai-source-strip{border-bottom:1px solid #88acca1f;flex-wrap:wrap;gap:6px;padding:12px 17px;display:flex}.ai-source-strip span{color:#7489a6;background:#ffffff07;border:1px solid #7fa8c726;border-radius:15px;padding:6px 8px;font-size:6px;font-weight:800}.ai-command-question{background:linear-gradient(100deg,#457dff1f,#0000);border-bottom:1px solid #88acca1f;padding:19px 20px;position:relative}.ai-command-question>small,.ai-command-question>strong{display:block}.ai-command-question>small{color:#6e88a8;letter-spacing:.12em;font-size:6px;font-weight:850}.ai-command-question>strong{max-width:500px;margin-top:8px;font-size:11px;line-height:1.55}.ai-command-question>div{align-items:center;gap:2px;display:flex;position:absolute;top:20px;right:20px}.ai-command-question>div i{background:#82deee;border-radius:3px;width:2px}.ai-command-question>div i:first-child,.ai-command-question>div i:nth-child(5){height:8px}.ai-command-question>div i:nth-child(2),.ai-command-question>div i:nth-child(4){height:16px}.ai-command-question>div i:nth-child(3){height:23px}.ai-command-question>div span{color:#6d8fa7;margin-left:6px;font-size:5px}.ai-command-answer{padding:20px}.ai-command-answer>header{align-items:center;gap:10px;display:flex}.ai-command-answer>header>span{color:#b7f18f;background:#182d3f;border-radius:10px;place-content:center;width:33px;height:33px;display:grid}.ai-command-answer>header>i{color:#637d9a;margin-left:auto;font-size:7px;font-style:normal}.ai-command-answer>p{color:#91a3ba;margin:17px 0;font-size:9px;line-height:1.72}.ai-command-answer>p b{color:#fff}.ai-risk-cards{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.ai-risk-cards article{background:#ffffff08;border:1px solid #83abc924;border-radius:12px;min-height:91px;padding:12px}.ai-risk-cards span,.ai-risk-cards strong,.ai-risk-cards i{display:block}.ai-risk-cards span{color:#68829f;letter-spacing:.1em;font-size:5px;font-weight:850}.ai-risk-cards strong{margin:13px 0 7px;font-size:16px}.ai-risk-cards i{color:#8bad8e;font-size:6px;font-style:normal}.ai-command-float{z-index:3;background:#0f2636f5;border:1px solid #73b0c640;border-radius:13px;align-items:center;gap:11px;min-width:250px;padding:13px 15px;display:flex;position:absolute;bottom:45px;right:-25px;box-shadow:0 18px 50px #00000057}.ai-command-float>span{color:#081523;background:linear-gradient(135deg,#a8ef72,#57d7f6);border-radius:10px;place-content:center;width:31px;height:31px;display:grid}.ai-command-float p,.ai-command-float strong,.ai-command-float small{margin:0;display:block}.ai-command-float strong{font-size:8px}.ai-command-float small{color:#7890a9;margin-top:4px;font-size:6px}.ai-sales-manifesto{padding:125px 0}.ai-sales-manifesto .container{grid-template-columns:210px 1fr;gap:75px;display:grid}.ai-sales-manifesto>div>span{color:#3e7892;letter-spacing:.15em;padding-top:10px;font-size:9px;font-weight:850}.ai-sales-manifesto h2{max-width:900px;margin:0;font-size:clamp(48px,5.4vw,72px);font-weight:650;line-height:1.02}.ai-sales-manifesto h2 em{color:#7b8797;font-style:normal}.ai-sales-manifesto p{color:#697689;max-width:760px;margin:28px 0 0;font-size:15px;line-height:1.75}.ai-benefits{background:var(--ai-mist);padding:115px 0}.ai-section-heading{grid-template-columns:180px 1fr 360px;align-items:end;gap:34px;display:grid}.ai-section-heading>span{color:#397591;align-self:start;padding-top:10px}.ai-section-heading h2{margin:0;font-size:clamp(43px,5vw,66px);font-weight:650;line-height:1}.ai-section-heading>p{color:#697689;margin:0;font-size:13px;line-height:1.72}.ai-benefit-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:60px;display:grid}.ai-benefit-grid article{--benefit-accent:#427dff;background:#fff;border:1px solid #d9e3eb;border-radius:22px;flex-direction:column;align-items:flex-start;min-height:390px;padding:28px;display:flex;position:relative;overflow:hidden}.ai-benefit-grid article:after{content:"";border:1px solid var(--benefit-accent);width:190px;height:190px;position:absolute;top:-105px;right:-105px}@supports (color:color-mix(in lab, red, red)){.ai-benefit-grid article:after{border:1px solid color-mix(in srgb,var(--benefit-accent),transparent 60%)}}.ai-benefit-grid article:after{box-shadow:0 0 0 28px var(--benefit-accent);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.ai-benefit-grid article:after{box-shadow:0 0 0 28px color-mix(in srgb,var(--benefit-accent),transparent 94%)}}.ai-benefit-grid article>span{color:#a2afbc;font-size:8px;font-weight:800;position:absolute;top:23px;right:25px}.ai-benefit-grid article>small{color:var(--benefit-accent);letter-spacing:.13em;font-size:7px;font-weight:850}.ai-benefit-grid h3{margin:30px 0 14px;font-size:24px;line-height:1.18}.ai-benefit-grid p{color:#718094;margin:0;font-size:11px;line-height:1.72}.ai-benefit-grid article>strong{border-top:1px solid #e4eaf0;justify-content:space-between;align-items:center;width:100%;margin:auto 0 0;padding-top:18px;font-size:8px;display:flex}.ai-benefit-grid article>strong i{color:var(--benefit-accent);font-style:normal}.ai-benefit-blue{--benefit-accent:#3478ff!important}.ai-benefit-violet{--benefit-accent:#7658ee!important}.ai-benefit-orange{--benefit-accent:#e67947!important}.ai-benefit-teal{--benefit-accent:#178b86!important}.ai-benefit-rose{--benefit-accent:#c45c77!important}.ai-benefit-indigo{--benefit-accent:#5365c6!important}.ai-integration{background:#fff;padding:125px 0}.ai-integration-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:95px;display:grid}.ai-integration-copy>span{color:#397591}.ai-integration-copy h2{margin:21px 0;font-size:clamp(43px,4.7vw,62px);font-weight:650;line-height:1.03}.ai-integration-copy h2 em{color:#788598;font-style:normal}.ai-integration-copy>p{color:#697689;margin:0;font-size:14px;line-height:1.75}.ai-integration-copy>ul{margin:30px 0 22px;padding:0;list-style:none}.ai-integration-copy>ul>li{border-top:1px solid #e0e7ee;grid-template-columns:40px 1fr;gap:15px;padding:17px 0;display:grid}.ai-integration-copy>ul>li:last-child{border-bottom:1px solid #e0e7ee}.ai-integration-copy li>i{color:#2e7c86;border:1px solid #bed8dc;border-radius:11px;place-content:center;width:36px;height:36px;font-size:7px;font-style:normal;font-weight:850;display:grid}.ai-integration-copy li strong,.ai-integration-copy li small{display:block}.ai-integration-copy li strong{font-size:10px}.ai-integration-copy li small{color:#7a8798;margin-top:5px;font-size:8px;line-height:1.5}.ai-integration-copy>small{color:#7c899b;font-size:7px;line-height:1.6}.ai-integration-map{background-color:#f5f8fa;background-image:linear-gradient(#315c710b 1px,#0000 1px),linear-gradient(90deg,#315c710b 1px,#0000 1px);background-size:44px 44px;border:1px solid #d6e1e9;border-radius:26px;grid-template-columns:1fr 105px 1.1fr;align-items:center;gap:15px;min-height:620px;padding:30px;display:grid;position:relative;box-shadow:0 30px 75px #1d475d1a}.ai-map-sources,.ai-map-output{gap:10px;display:grid}.ai-map-sources article,.ai-map-output article{background:#fff;border:1px solid #d5e1e7;border-radius:13px;flex-direction:column;justify-content:center;min-height:87px;padding:15px;display:flex}.ai-map-sources span,.ai-map-sources small,.ai-map-output span,.ai-map-output strong{display:block}.ai-map-sources span,.ai-map-output span{color:#478192;letter-spacing:.11em;font-size:6px;font-weight:850}.ai-map-sources small{color:#7e8c9c;margin-top:7px;font-size:7px}.ai-map-output strong{margin-top:8px;font-size:9px}.ai-map-lines{align-content:center;gap:70px;height:100%;display:grid}.ai-map-lines i{background:#9fc7d2;height:1px;position:relative}.ai-map-lines i:after{content:"";background:#56b6c6;border-radius:50%;width:5px;height:5px;position:absolute;top:-2px;right:-1px}.ai-map-core{z-index:2;color:#fff;text-align:center;background:#071b2a;border:1px solid #335f72;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;min-height:205px;padding:25px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 25px 55px #08283647}.ai-map-core>span{color:#061722;background:linear-gradient(135deg,#a8ef72,#57d7f6);border-radius:17px;place-content:center;width:54px;height:54px;font-size:18px;font-weight:900;display:grid}.ai-map-core strong{margin:18px 0 8px;font-size:12px}.ai-map-core small{color:#7590a1;max-width:150px;font-size:6px;line-height:1.5}.ai-map-core>i{background:#77dc75;border:2px solid #071b2a;border-radius:50%;width:8px;height:8px;position:absolute}.ai-map-core>i:first-of-type{top:48%;left:-5px}.ai-map-core>i:nth-of-type(2){top:48%;right:-5px}.ai-collection{color:#fff;background:#071426;padding:125px 0}.ai-collection-grid{grid-template-columns:1.25fr .75fr;align-items:center;gap:80px;display:grid}.ai-collection-dashboard{background:#0b1b30;border:1px solid #7ea0c133;border-radius:24px;overflow:hidden;box-shadow:0 32px 90px #00000052}.ai-collection-dashboard>header{border-bottom:1px solid #86a3c321;justify-content:space-between;align-items:center;min-height:68px;padding:18px 21px;display:flex}.ai-collection-dashboard>header>span{color:#88a4c0;letter-spacing:.13em;font-size:7px;font-weight:850}.ai-collection-dashboard>header>div{color:#83d47a;align-items:center;gap:7px;font-size:7px;display:flex}.ai-collection-dashboard>header i{background:#85dc78;border-radius:50%;width:7px;height:7px}.ai-collection-stats{grid-template-columns:repeat(3,1fr);gap:8px;padding:13px;display:grid}.ai-collection-stats article{background:#ffffff08;border:1px solid #87a4c421;border-radius:13px;min-height:110px;padding:15px}.ai-collection-stats span,.ai-collection-stats strong,.ai-collection-stats small{display:block}.ai-collection-stats span{color:#728ba7;letter-spacing:.1em;font-size:5px;font-weight:850}.ai-collection-stats strong{margin:16px 0 7px;font-size:19px}.ai-collection-stats small{color:#7f93aa;font-size:6px}.ai-collection-list{border:1px solid #87a4c421;border-radius:13px;margin:0 13px;overflow:hidden}.ai-collection-list>header,.ai-collection-list>div{border-bottom:1px solid #87a4c41a;grid-template-columns:1fr 80px 1.3fr;align-items:center;gap:10px;min-height:54px;padding:0 13px;display:grid}.ai-collection-list>header{color:#65809c;letter-spacing:.1em;background:#ffffff06;min-height:36px;font-size:5px;font-weight:850}.ai-collection-list>div:last-child{border-bottom:0}.ai-collection-list>div strong{font-size:8px}.ai-collection-list>div>span{color:#8094ac;font-size:7px}.ai-collection-list i{border-radius:14px;width:max-content;padding:5px 7px;font-size:5px;font-style:normal;font-weight:800}.risk-high{color:#ff9b8a;background:#df5a441f}.risk-mid{color:#e7c979;background:#c796311f}.risk-low{color:#82d4a4;background:#42ae6f1f}.ai-collection-dashboard>footer{background:#41a49a12;border:1px solid #70c3b633;border-radius:12px;align-items:center;gap:10px;margin:13px;padding:14px;display:flex}.ai-collection-dashboard>footer>span{color:#a8ef72;background:#153545;border-radius:9px;place-content:center;width:30px;height:30px;display:grid}.ai-collection-dashboard footer p,.ai-collection-dashboard footer strong,.ai-collection-dashboard footer small{margin:0;display:block}.ai-collection-dashboard footer strong{font-size:7px}.ai-collection-dashboard footer small{color:#7994a7;margin-top:4px;font-size:6px}.ai-collection-copy>span{color:#85dbe9}.ai-collection-copy h2{margin:21px 0;font-size:clamp(43px,4.6vw,61px);font-weight:650;line-height:1.03}.ai-collection-copy h2 em{color:#8ba2bb;font-style:normal}.ai-collection-copy>p{color:#92a4ba;margin:0;font-size:13px;line-height:1.75}.ai-collection-copy>ul{grid-template-columns:1fr 1fr;gap:12px;margin:28px 0 0;padding:0;list-style:none;display:grid}.ai-collection-copy li{color:#a4b3c6;font-size:8px}.ai-collection-copy li i{color:#a7eb75;margin-right:6px;font-style:normal}.ai-commands{background:#eef3f6;padding:120px 0}.ai-section-heading.is-light>span{color:#397591}.ai-command-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:58px;display:grid}.ai-command-grid article{background:#fff;border:1px solid #d7e2e9;border-radius:20px;flex-direction:column;align-items:flex-start;min-height:240px;padding:27px;display:flex;position:relative}.ai-command-grid article>span{color:#4d8293;letter-spacing:.12em;font-size:7px;font-weight:850}.ai-command-grid h3{max-width:520px;margin:31px 0 13px;font-size:25px;line-height:1.17}.ai-command-grid p{color:#718094;max-width:510px;margin:0;font-size:10px;line-height:1.65}.ai-command-grid article>i{color:#2a6d78;background:#e8f6f5;border-radius:11px;place-content:center;width:35px;height:35px;font-style:normal;display:grid;position:absolute;top:23px;right:23px}.ai-two-layers{padding:120px 0}.ai-two-layers>div>header{grid-template-columns:190px 1fr;gap:45px;display:grid}.ai-two-layers header span{color:#397591;letter-spacing:.14em;padding-top:11px;font-size:8px;font-weight:850}.ai-two-layers header h2{margin:0;font-size:clamp(44px,5vw,66px);font-weight:650;line-height:1}.ai-layer-grid{border:1px solid #d7e1e8;border-radius:22px;grid-template-columns:1fr 1fr;margin-top:58px;display:grid;overflow:hidden}.ai-layer-grid>a,.ai-layer-grid>article{background:#fff;flex-direction:column;align-items:flex-start;min-height:390px;padding:34px;display:flex}.ai-layer-grid>a{color:var(--ai-ink);background:#f5f8fb;border-right:1px solid #d7e1e8}.ai-layer-grid span{color:#397591;letter-spacing:.12em;font-size:8px;font-weight:850}.ai-layer-grid h3{max-width:490px;margin:35px 0 15px;font-size:30px;line-height:1.12}.ai-layer-grid p{color:#6f7d90;max-width:520px;margin:0;font-size:12px;line-height:1.7}.ai-layer-grid strong{border-top:1px solid #dde4eb;justify-content:space-between;align-items:center;width:100%;margin:auto 0 0;padding-top:20px;font-size:9px;display:flex}.ai-layer-grid strong i{color:#34828c;font-style:normal}.ai-control-section{color:#fff;background:#06111f;padding:120px 0}.ai-control-grid{grid-template-columns:1fr 1fr;align-items:center;gap:95px;display:grid}.ai-control-visual{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;border:1px solid #7fa5be24;border-radius:26px;place-content:center;min-height:520px;display:grid;position:relative}.ai-shield-core{z-index:2;background:#0b2130;border:1px solid #5ec4c747;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:230px;height:230px;display:flex;position:relative;box-shadow:0 0 0 35px #44919d09,0 0 80px #41b7c117}.ai-shield-core>span{color:#06111f;background:linear-gradient(135deg,#a8ef72,#57d7f6);border-radius:16px;place-content:center;width:50px;height:50px;font-size:18px;font-weight:900;display:grid}.ai-shield-core strong{margin:18px 0 7px;font-size:13px}.ai-shield-core small{color:#7890a3;font-size:7px}.ai-control-visual>i{background:#7cdda0;border:2px solid #071625;border-radius:50%;width:8px;height:8px;position:absolute}.ai-control-visual>i:first-of-type{top:27%;left:19%}.ai-control-visual>i:nth-of-type(2){top:34%;right:17%}.ai-control-visual>i:nth-of-type(3){bottom:22%;left:24%}.ai-control-visual>i:nth-of-type(4){bottom:18%;right:22%}.ai-control-visual>article{background:#0d2333;border:1px solid #7fa5be33;border-radius:11px;justify-content:space-between;align-items:center;gap:10px;min-width:135px;padding:11px 13px;display:flex;position:absolute}.ai-control-visual article span{color:#9aabbb;font-size:7px}.ai-control-visual article b{color:#8bdd82;font-size:6px}.ai-permission-one{top:17%;left:7%}.ai-permission-two{top:25%;right:6%}.ai-permission-three{bottom:17%;right:10%}.ai-permission-three b{color:#e2c36d!important}.ai-control-copy>span{color:#84dae8}.ai-control-copy h2{margin:21px 0;font-size:clamp(43px,4.7vw,63px);font-weight:650;line-height:1.03}.ai-control-copy h2 em{color:#91a7be;font-style:normal}.ai-control-copy>p{color:#94a5b9;margin:0;font-size:13px;line-height:1.75}.ai-control-copy>div{grid-template-columns:1fr 1fr;gap:10px;margin-top:30px;display:grid}.ai-control-copy>div span{color:#9dafc1;border:1px solid #7ea2bf29;border-radius:11px;padding:13px;font-size:8px}.ai-control-copy>div i{color:#9ee36e;margin-right:7px;font-style:normal}.ai-final-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0a1b2d 0%,#12394a 55%,#255c63 100%);padding:110px 0}.ai-final-cta>div>span{color:#92ddeb}.ai-final-cta h2{max-width:1000px;margin:23px auto 18px;font-size:clamp(46px,6vw,76px);font-weight:650;line-height:1}.ai-final-cta h2 em{color:#a9e17d;font-style:normal}.ai-final-cta p{color:#aec0ca;max-width:700px;margin:0 auto 30px;font-size:13px;line-height:1.7}@media (width<=1050px){.ai-sales-hero-grid,.ai-integration-grid,.ai-collection-grid,.ai-control-grid{grid-template-columns:1fr}.ai-sales-hero-grid{gap:40px;padding-top:60px}.ai-command-stage{width:100%;max-width:760px;margin:auto}.ai-section-heading{grid-template-columns:1fr 1fr}.ai-section-heading>span{grid-column:1/-1}.ai-benefit-grid{grid-template-columns:1fr 1fr}.ai-integration-grid{gap:65px}.ai-integration-copy{max-width:760px}.ai-integration-map{width:100%;max-width:820px;margin:auto}.ai-collection-grid{gap:65px}.ai-collection-copy{max-width:720px}.ai-control-visual{width:100%;max-width:720px;margin:auto}.ai-control-copy{max-width:720px}}@media (width<=720px){.ai-sales-hero{padding-bottom:55px}.ai-sales-hero-grid{min-height:0}.ai-sales-copy h1{font-size:47px}.ai-sales-copy>p{font-size:14px}.ai-sales-actions{flex-direction:column;align-items:flex-start}.ai-sales-trust{gap:10px;display:grid}.ai-command-stage{min-height:520px}.ai-command-window{border-radius:18px}.ai-command-window>header{padding:14px}.ai-command-question{padding:15px}.ai-command-question>div{display:none}.ai-command-answer{padding:15px}.ai-risk-cards{grid-template-columns:1fr}.ai-command-float{min-width:225px;bottom:8px;right:-5px}.ai-sales-manifesto,.ai-benefits,.ai-integration,.ai-collection,.ai-commands,.ai-two-layers,.ai-control-section,.ai-final-cta{padding:78px 0}.ai-sales-manifesto .container{grid-template-columns:1fr;gap:26px}.ai-sales-manifesto h2{font-size:41px}.ai-section-heading{grid-template-columns:1fr;gap:22px}.ai-section-heading>span{grid-column:auto}.ai-section-heading h2{font-size:40px}.ai-benefit-grid{grid-template-columns:1fr;margin-top:38px}.ai-benefit-grid article{min-height:350px;padding:24px}.ai-integration-copy h2,.ai-collection-copy h2,.ai-control-copy h2{font-size:40px}.ai-integration-map{grid-template-columns:1fr;gap:15px;min-height:auto;padding:15px}.ai-map-lines,.ai-map-core{display:none}.ai-map-sources,.ai-map-output{grid-template-columns:1fr 1fr}.ai-collection-dashboard>header{flex-direction:column;align-items:flex-start;gap:10px}.ai-collection-stats{grid-template-columns:1fr}.ai-collection-list>header{display:none}.ai-collection-list>div{grid-template-columns:1fr auto;min-height:86px}.ai-collection-list>div>span{grid-column:1/-1}.ai-collection-copy>ul,.ai-command-grid{grid-template-columns:1fr}.ai-command-grid article{min-height:230px;padding:23px}.ai-two-layers>div>header{grid-template-columns:1fr;gap:20px}.ai-two-layers header h2{font-size:41px}.ai-layer-grid{grid-template-columns:1fr}.ai-layer-grid>a{border-bottom:1px solid #d7e1e8;border-right:0}.ai-layer-grid>a,.ai-layer-grid>article{min-height:350px;padding:25px}.ai-layer-grid h3{font-size:26px}.ai-control-visual{min-height:430px}.ai-shield-core{width:190px;height:190px}.ai-control-visual>article{min-width:110px;padding:9px}.ai-permission-one{top:12%;left:3%}.ai-permission-two{top:22%;right:2%}.ai-permission-three{bottom:12%;right:6%}.ai-control-copy>div{grid-template-columns:1fr}.ai-final-cta h2{font-size:43px}}.about-noble-page{--about-ink:#111a29;--about-night:#0a101b;--about-ivory:#f3efe5;--about-gold:#c8aa66;--about-line:#d9d2c4;color:var(--about-ink);background:#fff;overflow:hidden}.about-noble-page h1,.about-noble-page h2,.about-noble-page h3{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:400}.about-noble-hero{background-color:var(--about-night);color:#fff;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px),radial-gradient(circle at 77% 35%,#a389522e,#0000 30%);background-size:72px 72px,72px 72px,auto;min-height:810px;padding-bottom:0;position:relative;overflow:hidden}.about-noble-hero:after{content:"";border:1px solid #d3b6741f;border-radius:50%;width:620px;height:620px;position:absolute;top:60px;right:-300px;box-shadow:0 0 0 90px #caac6905,0 0 0 180px #caac6903}.about-noble-hero .breadcrumbs{z-index:2;color:#7f8794;position:relative}.about-noble-hero-grid{z-index:2;grid-template-columns:1fr .86fr;align-items:center;gap:100px;min-height:620px;display:grid;position:relative}.about-noble-kicker,.about-section-head>span,.about-independence-copy>span,.about-access-copy>span,.about-final-cta>div>span{color:#d1b678;letter-spacing:.17em;font-size:9px;font-weight:850}.about-noble-kicker{align-items:center;gap:10px;display:flex}.about-noble-kicker i{background:var(--about-gold);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 7px #c8aa6614}.about-noble-copy h1{max-width:810px;margin:26px 0 24px;font-size:clamp(57px,6.3vw,92px);line-height:.92}.about-noble-copy h1 em{color:#d7bf89;font-style:normal}.about-noble-copy>p{color:#b1b7c0;max-width:650px;margin:0;font-size:15px;line-height:1.8}.about-noble-actions{align-items:center;gap:28px;margin-top:35px;display:flex}.about-noble-actions>a:not(.button){color:#b7bbc3;font-size:11px;font-weight:750}.about-noble-actions>a:not(.button) span{color:#d1b678;margin-left:8px}.about-noble-emblem{place-content:center;min-height:510px;display:grid;position:relative}.about-emblem-rings{border:1px solid #d2b5732b;border-radius:50%;width:440px;height:440px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-emblem-rings i{border:1px solid #d2b5731f;border-radius:50%;position:absolute}.about-emblem-rings i:first-child{inset:55px}.about-emblem-rings i:nth-child(2){inset:110px}.about-emblem-rings i:nth-child(3){background:#d7bd80;width:7px;height:7px;top:79px;right:67px;box-shadow:0 0 0 7px #d7bd8014}.about-emblem-core{z-index:2;background:linear-gradient(145deg,#151b25,#0c121d);border:1px solid #d4b87747;border-radius:115px 115px 25px 25px;flex-direction:column;justify-content:center;align-items:flex-start;width:235px;height:300px;padding:30px;display:flex;position:relative;box-shadow:0 35px 80px #00000061,0 0 0 12px #c9a96006}.about-emblem-core>span{color:#11151c;background:linear-gradient(135deg,#e2cb94,#ae8c46);border-radius:50%;place-content:center;width:45px;height:45px;font-size:18px;font-weight:800;display:grid}.about-emblem-core>small{color:#9b865a;letter-spacing:.15em;margin:25px 0 13px;font-size:6px;font-weight:850}.about-emblem-core>strong{font:400 31px/1.06 Georgia,serif}.about-emblem-note{z-index:3;background:#141922f2;border:1px solid #cfb4763b;border-radius:12px;max-width:260px;padding:14px 16px;position:absolute;bottom:42px;right:-20px;box-shadow:0 20px 50px #0000004d}.about-emblem-note span{color:#bba069;letter-spacing:.13em;font-size:6px;font-weight:850}.about-emblem-note p{color:#a9adb5;margin:8px 0 0;font-size:8px;line-height:1.6}.about-noble-promises{z-index:3;border-top:1px solid #cfb47629;grid-template-columns:repeat(4,1fr);display:grid;position:relative}.about-noble-promises>span{border-right:1px solid #cfb47629;flex-direction:column;justify-content:center;min-height:125px;padding:24px 28px;display:flex}.about-noble-promises>span:last-child{border-right:0}.about-noble-promises strong,.about-noble-promises small{display:block}.about-noble-promises strong{color:#e0cc9d;font:400 28px Georgia,serif}.about-noble-promises small{color:#7f8793;letter-spacing:.06em;margin-top:8px;font-size:7px}.about-noble-manifesto{background:var(--about-ivory);padding:130px 0}.about-noble-manifesto .container{grid-template-columns:220px 1fr;gap:80px;display:grid}.about-noble-manifesto>div>span{color:#8b713c;letter-spacing:.16em;padding-top:12px;font-size:9px;font-weight:850}.about-noble-manifesto h2{max-width:950px;margin:0;font-size:clamp(50px,5.7vw,77px);line-height:1}.about-noble-manifesto h2 em{color:#857f75;font-style:normal}.about-noble-manifesto p{color:#6f6a62;max-width:770px;margin:30px 0 0;font-size:15px;line-height:1.8}.about-noble-manifesto blockquote{color:#3f3b34;border-top:1px solid #cfc6b6;max-width:780px;margin:42px 0 0;padding:25px 0 0;font:400 20px/1.55 Georgia,serif}.about-principles{background:#fff;padding:120px 0}.about-section-head{grid-template-columns:180px 1fr 360px;align-items:end;gap:35px;display:grid}.about-section-head>span{color:#8b713c;align-self:start;padding-top:11px}.about-section-head h2{margin:0;font-size:clamp(45px,5vw,68px);line-height:1}.about-section-head>p{color:#747b86;margin:0;font-size:13px;line-height:1.75}.about-principle-grid{grid-template-columns:1fr 1fr;gap:15px;margin-top:62px;display:grid}.about-principle-grid article{--principle:#476fa9;background:#fbfaf7;border:1px solid #ded9cf;border-radius:22px;flex-direction:column;align-items:flex-start;min-height:390px;padding:32px;display:flex;position:relative;overflow:hidden}.about-principle-grid article:after{content:"";border:1px solid var(--principle);width:220px;height:220px;position:absolute;top:-120px;right:-120px}@supports (color:color-mix(in lab, red, red)){.about-principle-grid article:after{border:1px solid color-mix(in srgb,var(--principle),transparent 60%)}}.about-principle-grid article:after{box-shadow:0 0 0 33px var(--principle);border-radius:50%}@supports (color:color-mix(in lab, red, red)){.about-principle-grid article:after{box-shadow:0 0 0 33px color-mix(in srgb,var(--principle),transparent 94%)}}.about-principle-grid article>span{color:#aaa59b;font-size:8px;font-weight:800;position:absolute;top:25px;right:28px}.about-principle-grid article>small{color:var(--principle);letter-spacing:.14em;font-size:7px;font-weight:850}.about-principle-grid h3{max-width:520px;margin:34px 0 15px;font-size:31px;line-height:1.14}.about-principle-grid p{color:#737068;max-width:540px;margin:0;font-size:12px;line-height:1.75}.about-principle-grid article>i{color:#a6a096;letter-spacing:.18em;border-top:1px solid #e4dfd6;width:100%;margin:auto 0 0;padding-top:20px;font-size:6px;font-style:normal;font-weight:850}.about-principle-blue{--principle:#426ea8!important}.about-principle-gold{--principle:#a27a31!important}.about-principle-green{--principle:#387c6a!important}.about-principle-violet{--principle:#715e9d!important}.about-independence{color:#fff;background:#0a101b;padding:125px 0}.about-independence-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:95px;display:grid}.about-independence-copy>span{color:#d1b678}.about-independence-copy h2{margin:22px 0;font-size:clamp(48px,5vw,68px);line-height:1}.about-independence-copy h2 em{color:#9f9c97;font-style:normal}.about-independence-copy>p{color:#a8adb6;margin:0;font-size:14px;line-height:1.8}.about-independence-copy>ul{grid-template-columns:1fr 1fr;gap:12px;margin:30px 0 0;padding:0;list-style:none;display:grid}.about-independence-copy li{color:#aeb3bc;font-size:8px}.about-independence-copy li i{color:#d2b774;margin-right:7px;font-style:normal}.about-knowledge-visual{background:#111925;border:1px solid #ceb57b33;border-radius:23px;overflow:hidden;box-shadow:0 30px 80px #00000059}.about-knowledge-visual>header{border-bottom:1px solid #ccb57f1f;justify-content:space-between;align-items:center;min-height:67px;padding:17px 21px;display:flex}.about-knowledge-visual>header>span{color:#9e8a60;letter-spacing:.13em;font-size:7px;font-weight:850}.about-knowledge-visual>header>b{color:#8fbf98;align-items:center;gap:7px;font-size:7px;display:flex}.about-knowledge-visual>header>b i{background:#6cc18b;border-radius:50%;width:7px;height:7px}.about-people-row{grid-template-columns:1fr 1fr;gap:8px;padding:13px;display:grid}.about-people-row article{background:#ffffff06;border:1px solid #a4adbd1f;border-radius:12px;align-items:center;gap:10px;min-height:75px;padding:13px;display:flex}.about-people-row article>span{color:#d8c28e;background:#263043;border-radius:10px;place-content:center;width:35px;height:35px;font-size:8px;font-weight:800;display:grid}.about-people-row p,.about-people-row strong,.about-people-row small{margin:0;display:block}.about-people-row strong{font-size:8px}.about-people-row small{color:#778397;margin-top:4px;font-size:6px}.about-people-row article>i{color:#c59a76;background:#b976461a;border-radius:10px;margin-left:auto;padding:5px 7px;font-size:5px;font-style:normal}.about-people-row article>i.is-active{color:#8ac49b;background:#40a05f1a}.about-knowledge-core{background:linear-gradient(100deg,#cbac681f,#cbac6806);border:1px solid #cfb47640;border-radius:13px;align-items:center;gap:13px;margin:0 13px;padding:17px;display:flex}.about-knowledge-core>span{color:#111620;background:linear-gradient(135deg,#e0c98f,#ae8b45);border-radius:13px;place-content:center;width:45px;height:45px;font-size:17px;font-weight:800;display:grid}.about-knowledge-core p,.about-knowledge-core small,.about-knowledge-core strong{margin:0;display:block}.about-knowledge-core small{color:#9c8555;letter-spacing:.12em;font-size:5px;font-weight:850}.about-knowledge-core strong{margin-top:6px;font-size:10px}.about-knowledge-visual>ul{border:1px solid #a4adbd1f;border-radius:12px;margin:13px;padding:0;list-style:none}.about-knowledge-visual>ul>li{border-bottom:1px solid #a4adbd17;justify-content:space-between;align-items:center;min-height:48px;padding:0 13px;display:flex}.about-knowledge-visual>ul>li:last-child{border-bottom:0}.about-knowledge-visual li span{color:#8791a1;font-size:7px}.about-knowledge-visual li strong{font-size:7px}.about-knowledge-visual>footer{background:#c6a8640e;border:1px solid #cfb4762e;border-radius:12px;align-items:center;gap:10px;margin:13px;padding:13px;display:flex}.about-knowledge-visual>footer>span{color:#dfc88f;background:#2b2c2c;border-radius:9px;place-content:center;width:30px;height:30px;display:grid}.about-knowledge-visual footer p,.about-knowledge-visual footer strong,.about-knowledge-visual footer small{margin:0;display:block}.about-knowledge-visual footer strong{font-size:7px}.about-knowledge-visual footer small{color:#7f8794;margin-top:4px;font-size:6px}.about-access{background:var(--about-ivory);padding:125px 0}.about-access-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:100px;display:grid}.about-device-stage{place-content:center;min-height:560px;display:grid;position:relative}.about-desktop-device{background:#1b2028;border:1px solid #a99b80;border-radius:16px;width:520px;height:330px;padding:12px;position:relative;box-shadow:0 35px 70px #382e1e2e}.about-desktop-device>span{background:#5d636b;border-radius:50%;width:6px;height:6px;position:absolute;top:5px;left:50%}.about-desktop-device>div{background:#f8f6f0;border-radius:8px;grid-template-rows:30px 1fr 65px;gap:11px;height:100%;padding:18px;display:grid}.about-desktop-device header{justify-content:space-between;display:flex}.about-desktop-device header i:first-child{background:#202b3a;border-radius:4px;width:75px;height:10px}.about-desktop-device header i:last-child{background:#ded8cc;border-radius:4px;width:55px;height:10px}.about-desktop-device section{grid-template-columns:1.5fr 1fr 1fr;gap:8px;display:grid}.about-desktop-device section i{background:#e5dfd4;border-radius:6px}.about-desktop-device section i:first-child{background:linear-gradient(145deg,#1d2a3d,#384b67)}.about-desktop-device footer{grid-template-columns:1fr 1fr;gap:8px;display:grid}.about-desktop-device footer i{background:#e8e3da;border-radius:6px}.about-tablet-device{background:#242a33;border:1px solid #a99b80;border-radius:18px;width:210px;height:280px;padding:9px;position:absolute;bottom:36px;right:0;box-shadow:0 25px 55px #382e1e33}.about-tablet-device>span{background:#60666e;border-radius:50%;width:5px;height:5px;position:absolute;top:3px;left:50%}.about-tablet-device>div{background:#f7f4ec;border-radius:11px;gap:8px;height:100%;padding:12px;display:grid}.about-tablet-device i{background:#dfd8cb;border-radius:6px}.about-tablet-device i:first-child{background:linear-gradient(145deg,#26364a,#60718a)}.about-phone-device{background:#181e26;border:1px solid #a99b80;border-radius:24px;width:125px;height:245px;padding:7px;position:absolute;bottom:16px;left:5px;box-shadow:0 25px 50px #382e1e3d}.about-phone-device>span{background:#0c1015;border-radius:10px;width:39px;height:8px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.about-phone-device>div{background:#f8f5ed;border-radius:18px;gap:6px;height:100%;padding:22px 8px 9px;display:grid}.about-phone-device i{background:#e2dcd1;border-radius:5px}.about-phone-device i:first-child{background:linear-gradient(145deg,#233247,#526783)}.about-device-stage>small{z-index:4;color:#6d665a;white-space:nowrap;background:#fff;border:1px solid #c9bea9;border-radius:20px;align-items:center;gap:8px;padding:10px 12px;font-size:7px;display:flex;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.about-device-stage>small i{background:#4b9b71;border-radius:50%;width:7px;height:7px}.about-access-copy>span{color:#8b713c}.about-access-copy h2{margin:22px 0;font-size:clamp(48px,5vw,68px);line-height:1}.about-access-copy h2 em{color:#7f7a72;font-style:normal}.about-access-copy>p{color:#6e6a63;margin:0;font-size:14px;line-height:1.8}.about-access-copy>div{border:1px solid #d3cab9;border-radius:15px;grid-template-columns:repeat(3,1fr);margin-top:31px;display:grid;overflow:hidden}.about-access-copy article{background:#ffffff80;border-right:1px solid #d3cab9;flex-direction:column;justify-content:center;min-height:110px;padding:16px;display:flex}.about-access-copy article:last-child{border-right:0}.about-access-copy strong,.about-access-copy small{display:block}.about-access-copy strong{font-size:9px}.about-access-copy small{color:#857f75;margin-top:7px;font-size:6px;line-height:1.5}.about-infrastructure{color:#fff;background:#101620;padding:125px 0}.about-section-head.is-dark>span{color:#d1b678}.about-section-head.is-dark>p{color:#9ba4b0}.about-infra-compare{border:1px solid #c6ad7433;border-radius:22px;grid-template-columns:1fr 1fr;margin-top:60px;display:grid;overflow:hidden}.about-infra-compare article{background:#151c27;flex-direction:column;align-items:flex-start;min-height:450px;padding:36px;display:flex}.about-infra-compare article:first-child{border-right:1px solid #c6ad7433}.about-infra-compare article.is-aklona{background:linear-gradient(145deg,#252822,#151b21)}.about-infra-compare article>span{color:#9e8b63;letter-spacing:.14em;font-size:8px;font-weight:850}.about-infra-compare h3{max-width:520px;margin:34px 0 30px;font-size:31px;line-height:1.15}.about-infra-compare ul{gap:17px;margin:0;padding:0;list-style:none;display:grid}.about-infra-compare li{color:#9fa7b1;font-size:10px}.about-infra-compare li i{color:#b08173;border:1px solid #b0b8c329;border-radius:8px;place-content:center;width:23px;height:23px;margin-right:10px;font-style:normal;display:inline-grid}.about-infra-compare .is-aklona li i{color:#d3bb81;border-color:#d1b67840}.about-infra-compare article>strong{color:#d7c28e;border-top:1px solid #cdb47b2b;width:100%;margin:auto 0 0;padding-top:23px;font-size:9px}.about-infrastructure .container>small{color:#7f8997;margin-top:18px;font-size:7px;line-height:1.6;display:block}.about-values{background:#fff;padding:95px 0}.about-values>.container{grid-template-columns:180px 1fr;gap:40px;display:grid}.about-values>.container>span{color:#8b713c;letter-spacing:.16em;padding-top:12px;font-size:9px;font-weight:850}.about-values>.container>div{border:1px solid #ded9d0;border-radius:18px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.about-values article{border-right:1px solid #ded9d0;flex-direction:column;justify-content:center;min-height:210px;padding:25px;display:flex}.about-values article:last-child{border-right:0}.about-values article>i{color:#a28a57;font-size:7px;font-style:normal}.about-values h3{margin:25px 0 10px;font-size:24px}.about-values p{color:#77736c;margin:0;font-size:9px;line-height:1.6}.about-final-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0b1019 0%,#25241f 55%,#4a402b 100%);padding:115px 0}.about-final-cta h2{max-width:950px;margin:24px auto 18px;font-size:clamp(50px,6vw,80px);line-height:.98}.about-final-cta h2 em{color:#d7c08a;font-style:normal}.about-final-cta p{color:#b4b2ad;max-width:710px;margin:0 auto;font-size:14px;line-height:1.75}.about-final-cta>div>div{justify-content:center;align-items:center;gap:28px;margin-top:32px;display:flex}.about-final-cta>div>div>a:not(.button){color:#c8c2b7;font-size:10px;font-weight:750}.about-final-cta>div>div>a:not(.button) span{color:#d0b575;margin-left:7px}@media (width<=1050px){.about-noble-hero-grid,.about-independence-grid,.about-access-grid{grid-template-columns:1fr}.about-noble-hero-grid{gap:30px;padding-top:60px}.about-noble-emblem{width:100%;max-width:650px;margin:auto}.about-section-head{grid-template-columns:1fr 1fr}.about-section-head>span{grid-column:1/-1}.about-independence-grid{gap:65px}.about-independence-copy{max-width:720px}.about-knowledge-visual{width:100%;max-width:780px;margin:auto}.about-access-grid{gap:60px}.about-device-stage{width:100%;max-width:700px;margin:auto}.about-access-copy{max-width:720px}.about-values>.container{grid-template-columns:1fr;gap:28px}}@media (width<=720px){.about-noble-copy h1{font-size:52px}.about-noble-copy>p{font-size:14px}.about-noble-actions{flex-direction:column;align-items:flex-start}.about-noble-emblem{min-height:470px}.about-emblem-rings{width:360px;height:360px}.about-emblem-core{width:210px;height:275px}.about-emblem-note{bottom:25px;right:-2px}.about-noble-promises{grid-template-columns:1fr 1fr}.about-noble-promises>span:nth-child(2){border-right:0}.about-noble-promises>span:nth-child(-n+2){border-bottom:1px solid #cfb47629}.about-noble-manifesto,.about-principles,.about-independence,.about-access,.about-infrastructure,.about-values,.about-final-cta{padding:78px 0}.about-noble-manifesto .container{grid-template-columns:1fr;gap:27px}.about-noble-manifesto h2{font-size:43px}.about-noble-manifesto p{font-size:14px}.about-section-head{grid-template-columns:1fr;gap:22px}.about-section-head>span{grid-column:auto}.about-section-head h2{font-size:42px}.about-principle-grid{grid-template-columns:1fr;margin-top:38px}.about-principle-grid article{min-height:350px;padding:25px}.about-principle-grid h3{font-size:28px}.about-independence-copy h2,.about-access-copy h2{font-size:43px}.about-independence-copy>ul,.about-people-row{grid-template-columns:1fr}.about-device-stage{min-height:480px;transform:scale(.82)}.about-desktop-device{width:450px;height:300px}.about-tablet-device{right:-25px}.about-access-copy>div{grid-template-columns:1fr}.about-access-copy article{border-bottom:1px solid #d3cab9;border-right:0;min-height:85px}.about-access-copy article:last-child{border-bottom:0}.about-infra-compare{grid-template-columns:1fr}.about-infra-compare article:first-child{border-bottom:1px solid #c6ad7433;border-right:0}.about-infra-compare article{min-height:420px;padding:27px}.about-infra-compare h3{font-size:27px}.about-values>.container>div{grid-template-columns:1fr 1fr}.about-values article:nth-child(2){border-right:0}.about-values article:nth-child(-n+2){border-bottom:1px solid #ded9d0}.about-values article{min-height:180px}.about-final-cta h2{font-size:46px}.about-final-cta>div>div{flex-direction:column;align-items:center}}.home-next{--hn-ink:#09152a;--hn-blue:#377dff;--hn-violet:#6759ee;--hn-cyan:#32c8cc;--hn-mist:#f2f5fa;color:var(--hn-ink);background:#fff;overflow:hidden}.home-next h1,.home-next h2,.home-next h3{font-family:var(--font-poppins),Poppins,sans-serif;letter-spacing:-.055em}.home-next-kicker,.home-next-section-head>span,.home-next-section-head>div>span,.home-next-intro>div>span,.home-next-voice-grid>div>span,.home-next-value-grid>div>span,.home-next-access-grid>div>span,.home-next-trust header>span,.home-next-final>div>span{color:#7fa9ff;letter-spacing:.16em;font-size:9px;font-weight:850}.home-next-primary{background:linear-gradient(135deg,var(--hn-blue),var(--hn-violet));border-radius:999px;justify-content:center;align-items:center;gap:28px;min-height:51px;padding:0 19px;box-shadow:0 14px 35px #2f5cdc3d;color:#fff!important;font-size:11px!important;font-weight:800!important;display:inline-flex!important}.home-next-hero{color:#fff;background-color:#071327;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px),radial-gradient(circle at 75% 35%,#5156f547,#0000 33%);background-size:64px 64px,64px 64px,auto;min-height:780px;padding:35px 0 78px;position:relative;overflow:hidden}.home-next-hero:after{content:"";border:1px solid #7497e724;border-radius:50%;width:560px;height:560px;position:absolute;top:40px;right:-290px;box-shadow:0 0 0 90px #4e66dc06,0 0 0 180px #4e66dc05}.home-next-hero-grid{z-index:1;grid-template-columns:.92fr 1.08fr;align-items:center;gap:80px;min-height:650px;display:grid;position:relative}.home-next-kicker{align-items:center;gap:10px;display:flex}.home-next-kicker i{background:var(--hn-cyan);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 7px #32c8cc1a}.home-next-hero-copy h1{max-width:720px;margin:25px 0 24px;font-size:clamp(57px,6.2vw,88px);font-weight:650;line-height:.93}.home-next-hero-copy h1 em{color:#8db1ff;font-style:normal}.home-next-hero-copy>p{color:#b4c0d3;max-width:620px;margin:0;font-size:16px;line-height:1.75}.home-next-actions{align-items:center;gap:26px;margin-top:34px;display:flex}.home-next-actions>a:not(.home-next-primary){color:#c4cfde;font-size:11px;font-weight:750}.home-next-actions>a:not(.home-next-primary) span{color:#7ce0df;margin-left:6px}.home-next-hero-notes{border-top:1px solid #9ab2dc26;flex-wrap:wrap;gap:17px;margin:31px 0 0;padding:22px 0 0;list-style:none;display:flex}.home-next-hero-notes li{color:#8d9cb4;font-size:8px}.home-next-hero-notes i{color:#64d9d5;margin-right:6px;font-style:normal}.home-next-assistant{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#081730eb;border:1px solid #99b5e73d;border-radius:27px;overflow:hidden;box-shadow:0 38px 95px #00000061,15px 17px #4652d814}.home-next-assistant>header{border-bottom:1px solid #97b3e124;justify-content:space-between;align-items:center;min-height:79px;padding:17px 20px;display:flex}.home-next-assistant>header>span{grid-template-columns:42px 1fr;align-items:center;column-gap:12px;display:grid}.home-next-assistant>header>span>i{background:linear-gradient(135deg,var(--hn-blue),var(--hn-violet));border-radius:13px;grid-row:span 2;place-content:center;width:42px;height:42px;font-style:normal;font-weight:800;display:grid}.home-next-assistant header b,.home-next-assistant header small{display:block}.home-next-assistant header b{font-size:11px}.home-next-assistant header small{color:#7183a0;margin-top:3px;font-size:7px}.home-next-assistant>header>em{color:#69d5d1;letter-spacing:.1em;align-items:center;gap:7px;font-size:6px;font-style:normal;font-weight:850;display:flex}.home-next-assistant>header>em i{background:#43c9bd;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #43c9bd1a}.home-next-command{background:linear-gradient(90deg,#406aeb21,#0000);border-bottom:1px solid #97b3e121;padding:22px;position:relative}.home-next-command small,.home-next-command strong{display:block}.home-next-command small,.home-next-answer>small{color:#7890b7;letter-spacing:.13em;font-size:6px;font-weight:850}.home-next-command strong{max-width:530px;margin-top:9px;font-size:12px;line-height:1.55}.home-next-command>span{align-items:center;gap:3px;height:32px;display:flex;position:absolute;bottom:18px;right:23px}.home-next-command>span i{background:#79a9ff;border-radius:3px;width:3px}.home-next-command>span i:first-child,.home-next-command>span i:nth-child(5){height:9px}.home-next-command>span i:nth-child(2),.home-next-command>span i:nth-child(4){height:18px}.home-next-command>span i:nth-child(3){height:28px}.home-next-answer{padding:24px}.home-next-answer>p{color:#92a2ba;margin:13px 0 7px;font-size:9px;line-height:1.65}.home-next-answer>strong{color:#fff;font:500 42px var(--font-poppins),sans-serif;letter-spacing:-.06em;display:block}.home-next-answer dl{border-block:1px solid #97b3e121;grid-template-columns:repeat(3,1fr);margin:22px 0 17px;display:grid}.home-next-answer dl>div{border-right:1px solid #97b3e121;min-height:72px;padding:13px}.home-next-answer dl>div:last-child{border-right:0}.home-next-answer dt{color:#6f84a5;font-size:6px}.home-next-answer dd{margin:10px 0 0;font-size:9px;font-weight:750}.home-next-answer>em{color:#637692;font-size:6px;font-style:normal;line-height:1.55;display:block}.home-next-proof{background:#fff;border-bottom:1px solid #e1e6ee}.home-next-proof>div{grid-template-columns:repeat(4,1fr);display:grid}.home-next-proof article{border-right:1px solid #e1e6ee;justify-content:center;align-items:center;gap:10px;min-height:118px;padding:26px 0;display:flex}.home-next-proof article:first-child{border-left:1px solid #e1e6ee}.home-next-proof strong{font:600 28px var(--font-poppins),sans-serif;letter-spacing:-.05em}.home-next-proof span{color:#7e899a;font-size:8px}.home-next-intro{text-align:center;padding:135px 0}.home-next-intro>div{max-width:1030px}.home-next-intro>div>span{color:#4d7bd5}.home-next-intro h2{margin:24px 0 27px;font-size:clamp(49px,6.2vw,82px);font-weight:650;line-height:1}.home-next-intro h2 em{color:#7d899b;font-style:normal}.home-next-intro p{color:#68768a;max-width:760px;margin:0 auto;font-size:16px;line-height:1.8}.home-next-paths{background:var(--hn-mist);padding:115px 0}.home-next-section-head h2{margin:18px 0 0;font-size:clamp(45px,5.5vw,71px);font-weight:650;line-height:.98}.home-next-section-head>span,.home-next-section-head>div>span{color:#4e7dd5}.home-next-path-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:60px;display:grid}.home-next-path-grid>a{background:#fff;border:1px solid #dbe3ef;border-radius:25px;flex-direction:column;align-items:flex-start;min-height:540px;padding:31px;transition:transform .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.home-next-path-grid>a:hover{transform:translateY(-4px);box-shadow:0 25px 65px #233e6e1f}.home-next-path-grid>a:after{content:"";border:1px solid color-mix(in srgb,var(--path-color),transparent 60%);width:230px;height:230px;box-shadow:0 0 0 35px color-mix(in srgb,var(--path-color),transparent 94%);border-radius:50%;position:absolute;top:-135px;right:-135px}.home-next-path-grid .is-ai{--path-color:#377dff}.home-next-path-grid .is-assistant{--path-color:#7559ee}.home-next-path-grid .is-sector{--path-color:#19aaa3}.home-next-path-grid>a>small{color:var(--path-color);letter-spacing:.13em;font-size:7px;font-weight:850}.home-next-path-icon{background:color-mix(in srgb,var(--path-color),#fff 88%);width:54px;height:54px;color:var(--path-color);border-radius:17px;place-content:center;margin-top:45px;font-size:10px;font-weight:850;display:grid}.home-next-path-grid h3{margin:25px 0 14px;font-size:31px}.home-next-path-grid p{color:#718096;margin:0;font-size:11px;line-height:1.75}.home-next-path-grid ul{border-top:1px solid #e4e9f0;width:100%;margin:auto 0 0;padding:21px 0 0;list-style:none}.home-next-path-grid li{color:#5d6c82;padding:6px 0;font-size:8px}.home-next-path-grid li:before{content:"✓";color:var(--path-color);margin-right:7px}.home-next-path-grid b{color:var(--path-color);margin-top:21px;font-size:9px}.home-next-voice{color:#fff;background-color:#071327;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:64px 64px;padding:125px 0}.home-next-voice-grid{grid-template-columns:.72fr 1.28fr;gap:110px;display:grid}.home-next-voice-grid h2{margin:22px 0;font-size:clamp(47px,5vw,68px);font-weight:650;line-height:1}.home-next-voice-grid h2 em{color:#8eb2ff;font-style:normal}.home-next-voice-grid>div>p{color:#9dacc1;margin:0;font-size:13px;line-height:1.75}.home-next-voice-grid>div>a{color:#76d9d8;margin-top:31px;font-size:10px;font-weight:750;display:inline-block}.home-next-voice-examples{border-top:1px solid #9db5dc2e}.home-next-voice-examples article{border-bottom:1px solid #9db5dc2e;grid-template-columns:85px 1fr;align-items:center;gap:14px;min-height:154px;padding:27px 3px;display:grid}.home-next-voice-examples small{color:#7589aa;letter-spacing:.13em;font-size:6px;font-weight:850}.home-next-voice-examples strong{font-size:19px;line-height:1.45}.home-next-voice-examples span{color:#7284a0;grid-column:2;font-size:7px}.home-next-sectors{background:#fff;padding:120px 0}.home-next-section-head.is-split{grid-template-columns:1fr 380px;align-items:end;gap:50px;display:grid}.home-next-section-head.is-split p{color:#6c798b;margin:0;font-size:13px;line-height:1.7}.home-next-sector-grid{grid-template-columns:repeat(12,1fr);gap:12px;margin-top:55px;display:grid}.home-next-sector-grid>a{background:#fff;border:1px solid #dce3ec;border-radius:22px;flex-direction:column;grid-column:span 3;align-items:flex-start;min-height:270px;padding:25px;display:flex;position:relative;overflow:hidden}.home-next-sector-grid>a.is-featured{background:color-mix(in srgb,var(--home-sector-accent),#fff 94%);grid-column:span 6;min-height:390px}.home-next-sector-grid>a:after{content:"";border:1px solid color-mix(in srgb,var(--home-sector-accent),transparent 55%);width:180px;height:180px;box-shadow:0 0 0 29px color-mix(in srgb,var(--home-sector-accent),transparent 94%);border-radius:50%;position:absolute;top:-100px;right:-95px}.home-next-sector-grid small{color:#9aa6b6;font-size:7px;font-weight:800}.home-next-sector-grid>a>i{background:var(--home-sector-accent);width:10px;height:10px;box-shadow:0 0 0 7px color-mix(in srgb,var(--home-sector-accent),transparent 90%);border-radius:50%;margin-top:35px}.home-next-sector-grid h3{margin:25px 0 12px;font-size:24px;line-height:1.13}.home-next-sector-grid .is-featured h3{font-size:36px}.home-next-sector-grid p{color:#718095;margin:0;font-size:9px;line-height:1.7}.home-next-sector-grid b{color:var(--home-sector-accent);margin-top:auto;padding-top:25px;font-size:8px}.home-next-all-sectors{color:#3378eb;margin-top:31px;font-size:11px;font-weight:800;display:inline-flex}.home-next-all-sectors span{margin-left:8px}.home-next-value{background:#edf3fb;padding:120px 0}.home-next-value-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:95px;display:grid}.home-next-value-grid>div>span{color:#4c7bd3}.home-next-value-grid h2{margin:21px 0;font-size:clamp(43px,4.8vw,65px);font-weight:650;line-height:1.04}.home-next-value-grid>div>p{color:#65748a;margin:0;font-size:13px;line-height:1.75}.home-next-value-grid>div>small{color:#8390a2;border-top:1px solid #d2ddea;margin-top:23px;padding-top:17px;font-size:7px;line-height:1.6;display:block}.home-next-value-card{color:#fff;background:#07172e;border:1px solid #ced9e8;border-radius:25px;overflow:hidden;box-shadow:0 30px 75px #2144782b}.home-next-value-card header{border-bottom:1px solid #9ab5e126;justify-content:space-between;align-items:center;min-height:67px;padding:18px 21px;display:flex}.home-next-value-card header span{color:#8ba4cb;letter-spacing:.13em;font-size:7px;font-weight:850}.home-next-value-card header b{color:#87afff;background:#377dff21;border-radius:20px;padding:7px 9px;font-size:6px}.home-next-value-card dl{margin:0;padding:7px 23px}.home-next-value-card dl>div{border-bottom:1px solid #9ab5e124;justify-content:space-between;align-items:center;min-height:100px;display:flex}.home-next-value-card dl>div:last-child{border-bottom:0}.home-next-value-card dt{color:#91a0b8;font-size:9px}.home-next-value-card dd{color:#a9b5c7;margin:0;font-size:8px}.home-next-value-card dd strong{color:#fff;font:500 31px var(--font-poppins),sans-serif;letter-spacing:-.05em}.home-next-value-card footer{background:#122643;justify-content:space-between;align-items:center;padding:17px 23px;display:flex}.home-next-value-card footer a{color:#8db2ff;font-size:8px;font-weight:750}.home-next-access{padding:125px 0}.home-next-access-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:100px;display:grid}.home-next-access-grid>div>span{color:#4b7bd4}.home-next-access-grid h2{margin:21px 0;font-size:clamp(43px,4.8vw,64px);font-weight:650;line-height:1.04}.home-next-access-grid h2 em{color:#78879a;font-style:normal}.home-next-access-grid>div>p{color:#68778b;margin:0;font-size:13px;line-height:1.75}.home-next-access-grid ul{margin:31px 0 0;padding:0;list-style:none}.home-next-access-grid li{color:#43546b;border-top:1px solid #e1e7ef;padding:14px 0;font-size:9px}.home-next-access-grid li:last-child{border-bottom:1px solid #e1e7ef}.home-next-access-grid li i{color:#218d85;margin-right:9px;font-style:normal}.home-next-devices{background-color:#f1f5fb;background-image:linear-gradient(#dfe7f2 1px,#0000 1px),linear-gradient(90deg,#dfe7f2 1px,#0000 1px);background-size:46px 46px;border-radius:28px;height:470px;position:relative}.home-next-phone,.home-next-tablet,.home-next-desktop{background:#f8faff;border:7px solid #0a1730;position:absolute;overflow:hidden;box-shadow:0 28px 60px #16386f2e}.home-next-phone{z-index:3;border-radius:25px;width:128px;height:250px;padding:24px 12px 12px;bottom:44px;left:35px}.home-next-phone:before{content:"";background:#0a1730;border-radius:7px;width:44px;height:7px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.home-next-phone span,.home-next-tablet span,.home-next-desktop span{background:linear-gradient(135deg,var(--hn-blue),var(--hn-violet));color:#fff;border-radius:9px;place-content:center;width:29px;height:29px;font-size:8px;font-weight:800;display:grid}.home-next-phone>i{background:#e9eff8;border-radius:8px;height:35px;margin-top:10px;display:block}.home-next-phone>i:first-of-type{background:linear-gradient(135deg,#dce8ff,#eeeaff);height:55px}.home-next-tablet{z-index:2;border-radius:20px;width:285px;height:300px;top:70px;left:120px}.home-next-tablet header,.home-next-desktop header{border-bottom:1px solid #e1e7ef;justify-content:space-between;align-items:center;height:50px;padding:10px 13px;display:flex}.home-next-tablet header i,.home-next-desktop header i{background:#dce4ef;border-radius:6px;width:60px;height:6px}.home-next-tablet>div{grid-template-columns:1fr 1fr;gap:9px;padding:14px;display:grid}.home-next-tablet>div i{background:#e9eff7;border-radius:10px;height:94px}.home-next-tablet>div i:first-child{background:linear-gradient(135deg,#dce8ff,#e9e5ff);grid-column:span 2;height:70px}.home-next-desktop{border-radius:16px;width:390px;height:260px;bottom:40px;right:25px}.home-next-desktop>div{grid-template-columns:65px 1fr;height:calc(100% - 50px);display:grid}.home-next-desktop aside{background:#eef3f9;border-right:1px solid #dfe6ef}.home-next-desktop section{grid-template-columns:1fr 1fr;gap:9px;padding:14px;display:grid}.home-next-desktop section i{background:#e8eef7;border-radius:8px}.home-next-desktop section i:first-child{background:linear-gradient(135deg,#dbe8ff,#e8e4ff);grid-column:span 2}.home-next-trust{color:#fff;background:#081426;padding:120px 0}.home-next-trust header{max-width:870px}.home-next-trust header h2{margin:21px 0;font-size:clamp(47px,5vw,68px);font-weight:650;line-height:1}.home-next-trust header p{color:#9eacc0;max-width:650px;margin:0;font-size:13px;line-height:1.75}.home-next-trust>div>div{border-top:1px solid #9db4d92e;border-left:1px solid #9db4d92e;grid-template-columns:repeat(4,1fr);margin-top:60px;display:grid}.home-next-trust article{border-bottom:1px solid #9db4d92e;border-right:1px solid #9db4d92e;flex-direction:column;align-items:flex-start;min-height:250px;padding:25px;display:flex}.home-next-trust article small{color:#6f83a3;font-size:7px}.home-next-trust article strong{margin-top:auto;font-size:16px}.home-next-trust article p{color:#8797af;margin:10px 0 0;font-size:9px;line-height:1.65}.home-next-final{text-align:center;color:#fff;background:linear-gradient(135deg,#102442 0%,#1e3773 55%,#49359c 100%);padding:125px 0}.home-next-final>div>span{color:#9dbaff}.home-next-final h2{max-width:1000px;margin:24px auto 20px;font-size:clamp(48px,6.2vw,80px);font-weight:650;line-height:1}.home-next-final h2 em{color:#b5c5ff;font-style:normal}.home-next-final p{color:#bdc8da;max-width:620px;margin:0 auto;font-size:14px;line-height:1.7}.home-next-final>div>div{justify-content:center;align-items:center;gap:28px;margin-top:34px;display:flex}.home-next-final>div>div>a:not(.home-next-primary){color:#d5ddec;font-size:11px;font-weight:750}@media (width<=1050px){.home-next-hero-grid,.home-next-voice-grid,.home-next-value-grid,.home-next-access-grid{grid-template-columns:1fr}.home-next-hero-grid{padding-top:75px}.home-next-assistant{max-width:760px}.home-next-path-grid{grid-template-columns:1fr}.home-next-path-grid>a{min-height:420px}.home-next-section-head.is-split{grid-template-columns:1fr}.home-next-sector-grid>a,.home-next-sector-grid>a.is-featured{grid-column:span 6}.home-next-access-grid{gap:60px}.home-next-trust>div>div{grid-template-columns:1fr 1fr}.home-next-devices{max-width:720px}}@media (width<=700px){.home-next-hero{padding-bottom:60px}.home-next-hero-grid{gap:52px;padding-top:45px}.home-next-hero-copy h1{font-size:53px}.home-next-hero-copy>p{font-size:13px}.home-next-actions{flex-direction:column;align-items:stretch}.home-next-primary{justify-content:space-between;width:100%}.home-next-hero-notes{display:grid}.home-next-command>span{display:none}.home-next-answer dl{grid-template-columns:1fr}.home-next-answer dl>div{border-bottom:1px solid #97b3e121;border-right:0;min-height:55px}.home-next-proof>div{grid-template-columns:1fr 1fr}.home-next-proof article:nth-child(odd){border-left:1px solid #e1e6ee}.home-next-intro,.home-next-paths,.home-next-voice,.home-next-sectors,.home-next-value,.home-next-access,.home-next-trust,.home-next-final{padding:78px 0}.home-next-intro h2,.home-next-section-head h2,.home-next-voice-grid h2,.home-next-value-grid h2,.home-next-access-grid h2,.home-next-trust header h2,.home-next-final h2{font-size:42px}.home-next-path-grid{margin-top:40px}.home-next-path-grid>a{min-height:470px;padding:24px}.home-next-voice-grid{gap:50px}.home-next-voice-examples article{grid-template-columns:1fr;gap:9px}.home-next-voice-examples span{grid-column:1}.home-next-sector-grid{grid-template-columns:1fr}.home-next-sector-grid>a,.home-next-sector-grid>a.is-featured{grid-column:1;min-height:270px}.home-next-sector-grid .is-featured h3{font-size:27px}.home-next-value-card footer{flex-direction:column;align-items:flex-start;gap:13px}.home-next-devices{height:330px}.home-next-phone{border-width:5px;width:90px;height:190px;bottom:28px;left:12px}.home-next-tablet{border-width:5px;width:210px;height:230px;top:42px;left:70px}.home-next-desktop{border-width:5px;width:270px;height:200px;bottom:25px;right:10px}.home-next-trust>div>div{grid-template-columns:1fr}.home-next-trust article{min-height:180px}.home-next-final>div>div{flex-direction:column;align-items:stretch}.home-next-final>div>div>a:not(.home-next-primary){padding:15px}}.footer-next{isolation:isolate;color:#f8fbff;background-color:#061225;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:88px 88px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;padding:0;position:relative;overflow:hidden}.footer-next:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(115deg,#06122533,#182f628a);position:absolute;inset:0}.footer-next-glow{z-index:-1;border:1px solid #6482ff2e;border-radius:50%;width:620px;height:620px;position:absolute;top:-310px;right:-250px;box-shadow:0 0 0 68px #595bee09,0 0 0 150px #3478ff06}.footer-next-lead{border-bottom:1px solid #b7cae726;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:end;gap:90px;min-height:420px;padding-block:82px 72px;display:grid}.footer-next .brand-word{color:#fff}.footer-next-brand>p{color:#fff;max-width:690px;font:600 clamp(43px, 5vw, 68px)/.98 var(--font-poppins), sans-serif;letter-spacing:-.065em;margin:43px 0 24px}.footer-next-brand>p em{color:#82a7ff;font-style:normal;display:block}.footer-next-brand>span{color:#91a0b8;font-size:14px;line-height:1.65}.footer-next-cta{background:#0f2040c2;border:1px solid #9db6e138;border-radius:22px;flex-direction:column;align-items:flex-start;min-height:208px;padding:32px;transition:border-color .2s,background .2s,transform .2s;display:flex;position:relative;box-shadow:0 25px 65px #00061533}.footer-next-cta:hover{background:#162b54e0;border-color:#83a8ff8c;transform:translateY(-3px)}.footer-next-cta small{color:#82a7ff;letter-spacing:.16em;font-size:9px;font-weight:850}.footer-next-cta strong{color:#fff;max-width:310px;font:600 27px/1.18 var(--font-poppins), sans-serif;letter-spacing:-.04em;margin-top:auto}.footer-next-cta>span{color:#82a7ff;font-size:24px;transition:transform .2s;position:absolute;bottom:29px;right:30px}.footer-next-cta:hover>span{transform:translate(5px)}.footer-next-directory{border-bottom:1px solid #b7cae726;grid-template-columns:.8fr 1.2fr 1.25fr;gap:80px;padding-block:55px;display:grid}.footer-next-directory nav,.footer-next-contact{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer-next-directory nav>strong,.footer-next-contact>strong{color:#7187a7;letter-spacing:.17em;margin-bottom:9px;font-size:8px;font-style:normal;font-weight:850}.footer-next-directory nav a{color:#abb8cc;font-size:12px;line-height:1.45;transition:color .2s,transform .2s}.footer-next-directory nav a:hover{color:#fff;transform:translate(3px)}.footer-next-contact{background:#0a1b37b8;border:1px solid #97b1dc29;border-radius:18px;min-height:198px;margin-top:-15px;padding:26px 28px;font-style:normal}.footer-next-contact>span{color:#fff;font:600 19px var(--font-poppins), sans-serif;margin-bottom:3px}.footer-next-contact>a{color:#b8c8df;font-size:12px;transition:color .2s}.footer-next-contact>a:hover{color:#82a7ff}.footer-next-contact>small{color:#677d9e;letter-spacing:.05em;margin-top:auto;font-size:8px}.footer-next-bottom{color:#6f839f;grid-template-columns:1fr auto auto;align-items:center;gap:40px;min-height:78px;padding-block:22px;font-size:9px;display:grid}.footer-next-bottom nav{align-items:center;gap:18px;display:flex}.footer-next-bottom a,.footer-next-bottom .footer-cookie-link{color:#8295b0;font-size:9px;transition:color .2s}.footer-next-bottom a:hover,.footer-next-bottom .footer-cookie-link:hover{color:#fff}.footer-next-bottom>a:last-child{color:#a7b9d2;font-weight:700}.footer-next-bottom>a:last-child span{color:#82a7ff;margin-left:5px}@media (width<=900px){.footer-next-lead{grid-template-columns:1fr;gap:48px}.footer-next-cta{min-height:180px}.footer-next-directory{grid-template-columns:1fr 1fr;gap:45px}.footer-next-contact{grid-column:1/-1;margin-top:0}.footer-next-bottom{grid-template-columns:1fr auto}.footer-next-bottom>a:last-child{grid-column:1/-1}}@media (width<=620px){.footer-next{background-size:64px 64px}.footer-next-lead{gap:36px;min-height:0;padding-block:58px 50px}.footer-next-brand>p{margin:32px 0 18px;font-size:43px}.footer-next-brand>span{font-size:12px}.footer-next-cta{min-height:160px;padding:25px}.footer-next-cta strong{max-width:245px;font-size:23px}.footer-next-cta>span{bottom:24px;right:24px}.footer-next-directory{grid-template-columns:1fr;gap:42px;padding-block:44px}.footer-next-contact{grid-column:auto;padding:24px}.footer-next-bottom{grid-template-columns:1fr;gap:19px;padding-block:26px}.footer-next-bottom nav{flex-wrap:wrap;gap:12px 17px}.footer-next-bottom>a:last-child{grid-column:auto}}.studio-page{--studio-ink:#111;--studio-paper:#f7f2e8;--studio-blue:#2457ff;--studio-orange:#ff4f2e;--studio-acid:#e4ff3d;color:var(--studio-ink);background:var(--studio-paper);overflow:hidden}.studio-page h1,.studio-page h2,.studio-page h3{font-family:var(--font-poppins),Arial,sans-serif}.studio-hero{background:var(--studio-paper);padding:0 0 95px;position:relative}.studio-rail{z-index:2;background:var(--studio-orange);border-right:1px solid #111;flex-direction:column;justify-content:space-between;align-items:center;width:54px;padding:28px 0;display:flex;position:absolute;top:0;bottom:0;left:0}.studio-rail span{writing-mode:vertical-rl;letter-spacing:.16em;font-size:6px;font-weight:900;transform:rotate(180deg)}.studio-rail i{font-size:7px;font-style:normal;font-weight:800}.studio-hero-inner{padding-top:30px}.studio-hero-top{letter-spacing:.14em;border-bottom:1px solid #111;justify-content:space-between;padding-bottom:18px;font-size:7px;font-weight:850;display:flex}.studio-hero h1{letter-spacing:-.088em;max-width:1180px;margin:52px 0 35px;font-size:clamp(70px,9.4vw,132px);font-weight:650;line-height:.78}.studio-hero h1 em{color:var(--studio-blue);letter-spacing:-.065em;font:italic 500 1.04em Georgia,serif;display:inline-block}.studio-hero-bottom{grid-template-columns:1fr auto;align-items:end;gap:60px;display:grid}.studio-hero-bottom p{max-width:650px;margin:0 0 0 auto;font-size:14px;line-height:1.7}.studio-hero-bottom a{letter-spacing:.1em;border-bottom:2px solid #111;padding-bottom:8px;font-size:8px;font-weight:900}.studio-hero-bottom a span{margin-left:35px;font-size:14px}.studio-collage{grid-template-columns:.8fr 1.45fr .7fr;gap:12px;height:520px;margin-top:70px;display:grid}.studio-piece{border:1px solid #111;padding:23px;position:relative;overflow:hidden}.studio-piece small{letter-spacing:.13em;font-size:6px;font-weight:850}.studio-piece-a{color:#fff;background:var(--studio-blue)}.studio-piece-a strong{letter-spacing:-.08em;margin-top:80px;font-size:74px;line-height:.8;display:block}.studio-piece-a i{font-size:25px;font-style:normal;position:absolute;bottom:21px;right:23px}.studio-piece-b{background:var(--studio-acid)}.studio-piece-b strong{letter-spacing:-.075em;font-size:65px;line-height:.78;position:absolute;bottom:65px;left:25px}.studio-piece-b strong em{font:italic 500 .9em Georgia,serif}.studio-piece-b>span{letter-spacing:.12em;font-size:6px;font-weight:900;position:absolute;bottom:22px;right:23px}.studio-piece-c{color:#fff;background:#111}.studio-piece-c>div{margin-top:90px}.studio-piece-c b{border-bottom:1px solid #555;padding:10px 0;font-size:19px;display:block}.studio-piece-c i{width:68px;height:68px;color:var(--studio-orange);background:#fff;border-radius:50%;place-content:center;font-style:normal;display:grid;position:absolute;bottom:20px;right:20px}.studio-marquee{background:#fff;border-block:1px solid #111;padding:17px 0;overflow:hidden}.studio-marquee>div{letter-spacing:.09em;word-spacing:16px;width:max-content;font-size:13px;font-weight:900}.studio-marquee i{color:var(--studio-orange);font-style:normal}.studio-manifesto{background:#fff;padding:145px 0}.studio-manifesto-grid{grid-template-columns:220px 1fr;gap:65px;display:grid}.studio-manifesto-grid>span,.studio-section-title>span,.studio-principles header>span,.studio-mobile-copy>span,.studio-process header>span,.studio-statement>div>span,.studio-final>div>span{letter-spacing:.16em;padding-top:8px;font-size:7px;font-weight:900}.studio-manifesto h2{letter-spacing:-.075em;margin:0;font-size:clamp(56px,6vw,84px);line-height:.94}.studio-manifesto h2 em{color:var(--studio-blue);font:italic 500 1em Georgia,serif}.studio-manifesto p{max-width:780px;margin:35px 0 0;font-size:16px;line-height:1.78}.studio-showcase{background:#efeadf;padding:135px 0}.studio-section-title{grid-template-columns:210px 1fr;gap:65px;display:grid}.studio-section-title h2{letter-spacing:-.075em;margin:0;font-size:clamp(56px,6vw,82px);line-height:.93}.studio-section-title h2 em{color:var(--studio-orange);font:italic 500 1em Georgia,serif}.studio-showcase-grid{grid-template-columns:1.1fr .9fr;gap:18px;margin-top:70px;display:grid}.studio-work{border:1px solid #111;flex-direction:column;min-height:530px;padding:23px;display:flex}.studio-work>header,.studio-work>footer{letter-spacing:.12em;justify-content:space-between;font-size:6px;font-weight:850;display:flex}.studio-work>div{flex:1;position:relative}.studio-work-one{color:#fff;background:#1b1b1b}.studio-work-one>div small{letter-spacing:-.075em;font-size:68px;line-height:.82;position:absolute;bottom:25px;left:0}.studio-work-one>div i{clip-path:polygon(28% 0,100% 18%,78% 100%,0 73%);background:linear-gradient(140deg,#6e6b65,#d8d1c3);width:220px;height:320px;position:absolute;top:45px;right:20px}.studio-work-two{background:#f05cba}.studio-work-two>div small{letter-spacing:-.075em;font-size:62px;line-height:.8;position:absolute;top:90px;left:0}.studio-work-two>div small em{font:italic 500 1em Georgia,serif}.studio-work-two>div i{color:#fff;background:#111;border-radius:50%;place-content:center;width:190px;height:190px;font:500 95px Georgia,serif;display:grid;position:absolute;bottom:20px;right:0}.studio-work-three{color:#fff;background:#244cff;grid-column:1/-1;min-height:480px}.studio-work-three>div small{letter-spacing:-.078em;font-size:74px;line-height:.82;position:absolute;top:75px;left:0}.studio-work-three>div small em{color:var(--studio-acid);font-style:normal}.studio-work-three>div>i{border:1px solid #fff6;border-radius:50%;align-content:center;gap:20px;width:320px;height:250px;padding:25px;font-style:normal;display:grid;position:absolute;top:55px;right:20px}.studio-work-three>div>i b{background:#fff;height:2px}.studio-showcase-note{color:#77746d;margin:18px 0 0;font-size:7px}.studio-principles{background:var(--studio-acid);padding:135px 0}.studio-principles header{grid-template-columns:1fr 430px;gap:80px;display:grid}.studio-principles header p{margin:0;font-size:13px;line-height:1.7}.studio-principles ol{border-top:2px solid #111;margin:70px 0 0;padding:0;list-style:none}.studio-principles li{border-bottom:1px solid #111;grid-template-columns:70px 1.2fr 1fr;align-items:start;gap:30px;min-height:170px;padding:25px 0;display:grid}.studio-principles li>span{font-size:8px;font-weight:850}.studio-principles h3{letter-spacing:-.06em;margin:0;font-size:47px}.studio-principles li p{margin:5px 0 0;font-size:11px;line-height:1.72}.studio-mobile{color:#fff;background:#ff4f2e;padding:135px 0}.studio-mobile-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:100px;display:grid}.studio-phone-stage{background:#ef3d20;border:1px solid #00000061;place-content:center;height:650px;display:grid;position:relative}.studio-phone-stage>span{letter-spacing:.13em;font-size:6px;font-weight:900;position:absolute;top:20px;left:20px}.studio-phone{z-index:2;background:#111;border:2px solid #111;border-radius:46px;width:270px;height:560px;padding:10px;position:relative;transform:rotate(-5deg);box-shadow:25px 28px #34000040}.studio-phone>header{place-content:center;height:32px;display:grid}.studio-phone>header i{background:#303030;border-radius:8px;width:55px;height:8px}.studio-phone main{color:#111;background:linear-gradient(165deg,#f5f0e5 0 63%,#e4ff3d 63%);border-radius:34px;flex-direction:column;height:505px;padding:25px;display:flex}.studio-phone small{font-size:6px;font-weight:900}.studio-phone strong{letter-spacing:-.075em;margin-top:78px;font-size:43px;line-height:.9}.studio-phone b{margin-top:auto;font-size:7px}.studio-orbit{border:1px solid #0006;border-radius:50%;position:absolute}.studio-orbit-one{width:430px;height:430px}.studio-orbit-two{width:540px;height:540px}.studio-mobile-copy h2{letter-spacing:-.078em;margin:19px 0 25px;font-size:clamp(57px,6vw,83px);line-height:.92}.studio-mobile-copy h2 em{color:var(--studio-acid);font:italic 500 1em Georgia,serif}.studio-mobile-copy p{font-size:14px;line-height:1.75}.studio-mobile-copy ul{border-top:1px solid #0000005c;margin:35px 0 0;padding:0;list-style:none}.studio-mobile-copy li{border-bottom:1px solid #0000005c;padding:14px 0;font-size:9px}.studio-capabilities{color:#fff;background:#111;padding:140px 0}.studio-section-title.is-dark h2 em{color:var(--studio-acid)}.studio-capability-list{border-top:1px solid #555;margin-top:75px}.studio-capability-list article{border-bottom:1px solid #555;grid-template-columns:55px .85fr 1fr 30px;gap:30px;min-height:150px;padding:27px 0;transition:padding .2s,background .2s;display:grid}.studio-capability-list article:hover{background:#1d1d1d;padding-inline:18px}.studio-capability-list article>span{color:#777;font-size:7px}.studio-capability-list h3{letter-spacing:-.05em;margin:0;font-size:27px}.studio-capability-list p{color:#999;max-width:600px;margin:3px 0 0;font-size:11px;line-height:1.7}.studio-capability-list article>i{color:var(--studio-acid);justify-self:end;font-size:20px;font-style:normal}.studio-process{background:#fff;padding:140px 0}.studio-process>div>header{grid-template-columns:210px 1fr;gap:65px;display:grid}.studio-process h2{letter-spacing:-.075em;margin:0;font-size:clamp(55px,6vw,82px);line-height:.94}.studio-process h2 em{color:var(--studio-blue);font:italic 500 1em Georgia,serif}.studio-process ol{border-block:1px solid #111;grid-template-columns:repeat(4,1fr);margin:80px 0 0;padding:0;list-style:none;display:grid}.studio-process li{border-right:1px solid #111;min-height:390px;padding:25px}.studio-process li:last-child{border:0}.studio-process li>span{font-size:7px}.studio-process li>b{color:var(--studio-orange);letter-spacing:.13em;margin-top:65px;font-size:7px;display:block}.studio-process h3{letter-spacing:-.045em;margin:14px 0;font-size:24px}.studio-process li p{margin:0;font-size:10px;line-height:1.7}.studio-statement{text-align:center;background:var(--studio-blue);color:#fff;padding:140px 0}.studio-statement blockquote{font:500 clamp(58px,7vw,96px)/.92 var(--font-poppins),Arial,sans-serif;letter-spacing:-.078em;margin:35px auto 60px}.studio-statement blockquote em{color:var(--studio-acid);font:italic 500 1em Georgia,serif}.studio-statement>div>div{letter-spacing:.12em;justify-content:center;gap:50px;font-size:7px;display:flex}.studio-final{text-align:center;background:#f05cba;padding:145px 0}.studio-final h2{letter-spacing:-.082em;max-width:1100px;margin:25px auto;font-size:clamp(58px,7vw,95px);line-height:.91}.studio-final h2 em{font:italic 500 1em Georgia,serif}.studio-final p{max-width:730px;margin:auto;font-size:14px;line-height:1.75}.studio-final>div>div{justify-content:center;align-items:center;gap:30px;margin-top:40px;display:flex}.studio-final a:first-child{color:#fff;letter-spacing:.1em;background:#111;gap:40px;padding:18px 22px;font-size:8px;font-weight:900;display:flex}.studio-final a:last-child{border-bottom:1px solid #111;padding-bottom:6px;font-size:8px;font-weight:800}@media (width<=1000px){.studio-manifesto-grid,.studio-section-title,.studio-process>div>header{grid-template-columns:1fr;gap:25px}.studio-mobile-grid{grid-template-columns:1fr}.studio-phone-stage{width:100%;max-width:750px;margin:auto}.studio-capability-list article{grid-template-columns:45px .9fr 1.1fr 25px}.studio-process ol{grid-template-columns:1fr 1fr}.studio-process li:nth-child(2){border-right:0}.studio-process li:nth-child(-n+2){border-bottom:1px solid #111}}@media (width<=720px){.studio-hero{padding-bottom:65px}.studio-rail{display:none}.studio-hero-inner{padding-top:22px}.studio-hero-top b{display:none}.studio-hero h1{margin-top:38px;font-size:62px;line-height:.82}.studio-hero-bottom{grid-template-columns:1fr;gap:25px}.studio-hero-bottom p{margin:0}.studio-collage{grid-template-columns:1fr 1fr;height:auto}.studio-piece{min-height:260px}.studio-piece-b{grid-area:1/1/auto/-1;min-height:330px}.studio-piece-b strong{font-size:43px}.studio-piece-a strong{font-size:48px}.studio-piece-c>div{margin-top:45px}.studio-manifesto,.studio-showcase,.studio-principles,.studio-mobile,.studio-capabilities,.studio-process,.studio-statement,.studio-final{padding:82px 0}.studio-manifesto h2,.studio-section-title h2,.studio-mobile-copy h2,.studio-process h2,.studio-final h2{font-size:44px}.studio-manifesto p{font-size:14px}.studio-showcase-grid{grid-template-columns:1fr}.studio-work,.studio-work-three{grid-column:auto;min-height:410px}.studio-work-one>div small,.studio-work-two>div small,.studio-work-three>div small{font-size:46px}.studio-work-one>div i{width:145px;height:240px}.studio-work-three>div>i{opacity:.5;width:180px;height:170px}.studio-principles header{grid-template-columns:1fr;gap:22px}.studio-principles li{grid-template-columns:35px 1fr;gap:10px}.studio-principles li p{grid-column:2}.studio-principles h3{font-size:34px}.studio-phone-stage{height:530px}.studio-phone{width:220px;height:465px}.studio-phone main{height:410px}.studio-phone strong{font-size:35px}.studio-orbit-one{width:330px;height:330px}.studio-orbit-two{width:420px;height:420px}.studio-capability-list article{grid-template-columns:30px 1fr 20px;gap:13px}.studio-capability-list h3{font-size:21px}.studio-capability-list p{grid-column:2}.studio-capability-list article>i{grid-area:1/3}.studio-process ol{grid-template-columns:1fr}.studio-process li,.studio-process li:nth-child(2){border-bottom:1px solid #111;border-right:0;min-height:290px}.studio-process li:last-child{border-bottom:0}.studio-statement blockquote{font-size:48px}.studio-statement>div>div{flex-direction:column;gap:12px}.studio-final>div>div{flex-direction:column;align-items:stretch}.studio-final a:first-child{justify-content:space-between}}.advisory-page{--adv-ink:#172337;--adv-paper:#e9e3d8;--adv-light:#f5f1e8;--adv-wine:#7e2e38;--adv-olive:#6c7253;--adv-gold:#b58b4d;color:var(--adv-ink);background:var(--adv-paper);overflow:hidden}.advisory-page h1,.advisory-page h2,.advisory-page h3{font-family:Georgia,serif}.advisory-hero{background:var(--adv-paper);padding:42px 0 72px}.advisory-shell{border-top:1px solid var(--adv-ink);border-bottom:1px solid var(--adv-ink)}.advisory-shell>header{border-bottom:1px solid var(--adv-ink);color:#5e655f;letter-spacing:.14em;justify-content:space-between;padding:14px 0;font-size:6px;font-weight:850;display:flex}.advisory-hero-grid{grid-template-columns:1.18fr .82fr;min-height:650px;display:grid}.advisory-copy{border-right:1px solid var(--adv-ink);padding:82px 70px 75px 0}.advisory-copy>small,.advisory-opening-grid>span,.advisory-diagnosis header>span,.advisory-map header>span,.advisory-value>div>header>span,.advisory-engagement header>span,.advisory-questions header>span,.advisory-standards>div>header>span,.advisory-final>div>span{color:#75674b;letter-spacing:.15em;font-size:7px;font-weight:850}.advisory-copy h1{letter-spacing:-.06em;margin:32px 0 28px;font-size:clamp(59px,6.4vw,91px);font-weight:500;line-height:.96}.advisory-copy h1 em{color:var(--adv-wine);font-style:italic}.advisory-copy p{color:#606765;max-width:675px;font-size:14px;line-height:1.78}.advisory-copy a{border-block:1px solid var(--adv-ink);letter-spacing:.08em;justify-content:space-between;margin-top:38px;padding:15px 0;font-size:8px;font-weight:850;display:flex}.advisory-copy a span{font-size:14px}.advisory-brief{background:var(--adv-light);border:1px solid #9d9689;flex-direction:column;margin:55px 0 55px 45px;padding:27px;display:flex;box-shadow:13px 13px #c9bea9}.advisory-brief>header{color:#7d786e;letter-spacing:.13em;justify-content:space-between;font-size:6px;font-weight:850;display:flex}.advisory-brief h2{color:#777267;margin:70px 0 18px;font-size:18px;font-style:italic;font-weight:500}.advisory-brief blockquote{letter-spacing:-.035em;margin:0;font:500 31px/1.2 Georgia,serif}.advisory-brief dl{margin:55px 0 0}.advisory-brief dl>div{border-top:1px solid #c4beb2;grid-template-columns:90px 1fr;padding:14px 0;display:grid}.advisory-brief dt{color:#8a857a;letter-spacing:.12em;font-size:6px;font-weight:850}.advisory-brief dd{margin:0;font-size:8px;font-weight:700}.advisory-brief>footer{color:#766f63;letter-spacing:.1em;border-top:1px solid #c4beb2;align-items:center;gap:8px;margin-top:auto;padding-top:18px;font-size:6px;font-weight:850;display:flex}.advisory-brief>footer i{background:var(--adv-wine);border-radius:50%;width:7px;height:7px}.advisory-shell>footer{border-top:1px solid var(--adv-ink);grid-template-columns:repeat(4,1fr);min-height:67px;display:grid}.advisory-shell>footer span{border-right:1px solid var(--adv-ink);letter-spacing:.1em;place-content:center;font-size:7px;font-weight:850;display:grid}.advisory-shell>footer span:last-child{border:0}.advisory-opening{background:#f7f4ed;padding:145px 0}.advisory-opening-grid{grid-template-columns:230px 1fr;gap:75px;display:grid}.advisory-opening-grid>span{padding-top:11px}.advisory-opening h2{letter-spacing:-.058em;margin:0;font-size:clamp(53px,5.8vw,80px);font-weight:500;line-height:.97}.advisory-opening h2 em{color:var(--adv-wine);font-style:italic}.advisory-opening p{color:#666b67;max-width:790px;margin:34px 0 0;font-size:15px;line-height:1.8}.advisory-diagnosis{background:#dcd3c3;padding:130px 0}.advisory-diagnosis>div>header{grid-template-columns:190px 1fr 350px;align-items:end;gap:45px;display:grid}.advisory-diagnosis h2{letter-spacing:-.055em;margin:0;font-size:54px;font-weight:500}.advisory-diagnosis header p{color:#646963;margin:0;font-size:12px;line-height:1.7}.advisory-diagnosis-table{border-top:1px solid var(--adv-ink);margin-top:65px}.advisory-diagnosis-table article{border-bottom:1px solid var(--adv-ink);grid-template-columns:50px .8fr 1fr 1fr 25px;gap:25px;min-height:145px;padding:24px 5px;display:grid}.advisory-diagnosis-table article>span{font-size:7px}.advisory-diagnosis-table h3{margin:0;font-size:23px;font-weight:500}.advisory-diagnosis-table strong{font:500 19px/1.3 Georgia,serif}.advisory-diagnosis-table p{color:#676c66;margin:0;font-size:10px;line-height:1.65}.advisory-diagnosis-table i{color:var(--adv-wine);justify-self:end;font-style:normal}.advisory-map{background:#f5f1e8;padding:140px 0}.advisory-map-grid{grid-template-columns:.72fr 1.28fr;align-items:center;gap:95px;display:grid}.advisory-map h2{letter-spacing:-.06em;margin:20px 0 25px;font-size:clamp(51px,5.4vw,75px);font-weight:500;line-height:.95}.advisory-map h2 em{color:var(--adv-wine);font-style:italic}.advisory-map header p{color:#656a66;font-size:13px;line-height:1.76}.advisory-matrix{background:#fff;border:1px solid #9d9689;min-height:570px;padding:28px;box-shadow:18px 20px #c9bea9}.advisory-matrix-head{color:#77776f;letter-spacing:.13em;justify-content:space-between;font-size:6px;font-weight:850;display:flex}.advisory-chart{background-image:linear-gradient(#17233714 1px,#0000 1px),linear-gradient(90deg,#17233714 1px,#0000 1px);background-size:25% 25%;border-bottom:1px solid #aaa59a;border-left:1px solid #aaa59a;height:430px;margin-top:40px;position:relative}.advisory-dot{align-items:center;gap:9px;font-style:normal;display:flex;position:absolute}.advisory-dot b{color:#fff;background:var(--adv-wine);border-radius:50%;place-content:center;width:42px;height:42px;font-size:7px;display:grid;box-shadow:0 0 0 9px #7e2e3817}.advisory-dot span{white-space:nowrap;background:#f7f4ed;border:1px solid #c4beb2;padding:7px 9px;font-size:6px;font-weight:750}.advisory-dot.a{top:10%;right:8%}.advisory-dot.b{top:48%;right:27%}.advisory-dot.c{top:25%;left:16%}.advisory-dot.d{bottom:7%;left:38%}.advisory-dot.b b{background:var(--adv-olive)}.advisory-dot.c b{background:var(--adv-gold)}.advisory-dot.d b{background:var(--adv-ink)}.advisory-matrix>footer{color:#7b7b74;justify-content:space-between;padding-top:17px;font-size:6px;font-weight:750;display:flex}.advisory-value{color:#f7f3ea;background:var(--adv-ink);padding:140px 0}.advisory-value>div>header{grid-template-columns:210px 1fr;gap:65px;display:grid}.advisory-value h2{letter-spacing:-.06em;margin:0;font-size:clamp(54px,5.8vw,80px);font-weight:500;line-height:.96}.advisory-value-grid{border-block:1px solid #6a7484;grid-template-columns:repeat(4,1fr);margin-top:75px;display:grid}.advisory-value-grid article{border-right:1px solid #6a7484;min-height:470px;padding:28px 24px}.advisory-value-grid article:last-child{border:0}.advisory-value-grid article>span{border:1px solid #7b8594;border-radius:50%;place-content:center;width:35px;height:35px;font:500 13px Georgia,serif;display:grid}.advisory-value-grid h3{margin:85px 0 18px;font-size:26px;font-weight:500;line-height:1.1}.advisory-value-grid p{color:#a7afbb;font-size:10px;line-height:1.72}.advisory-value-grid ul{margin:35px 0 0;padding:0;list-style:none}.advisory-value-grid li{color:#ccd2da;border-top:1px solid #4a5567;padding:11px 0;font-size:7px}.advisory-memo{background:#c8b99f;padding:135px 0}.advisory-memo-sheet{background:#f7f4ed;border:1px solid #8f816c;padding:38px 45px;box-shadow:22px 25px #4b3c272e}.advisory-memo-sheet>header{color:#777268;letter-spacing:.13em;border-bottom:1px solid #aaa295;justify-content:space-between;padding-bottom:22px;font-size:6px;font-weight:850;display:flex}.advisory-memo-sheet>header b{color:var(--adv-wine)}.advisory-memo-title{grid-template-columns:130px 1fr;padding:60px 0;display:grid}.advisory-memo-title>span{color:#c1b9ab;font:500 78px Georgia,serif}.advisory-memo-title small{letter-spacing:.14em;font-size:7px;font-weight:850}.advisory-memo-title h2{letter-spacing:-.055em;margin:17px 0 0;font-size:55px;font-weight:500;line-height:.98}.advisory-memo-sheet blockquote{text-align:center;border-block:1px solid #aaa295;max-width:1000px;margin:0 auto 65px;padding:35px;font:italic 500 35px/1.3 Georgia,serif}.advisory-memo-results{border-top:1px solid #aaa295;border-bottom:1px solid #aaa295;grid-template-columns:repeat(3,1fr);display:grid}.advisory-memo-results article{border-right:1px solid #aaa295;min-height:250px;padding:26px}.advisory-memo-results article:last-child{border:0}.advisory-memo-results small,.advisory-memo-results strong{display:block}.advisory-memo-results small{color:#8c877e;letter-spacing:.1em;font-size:6px;font-weight:850}.advisory-memo-results strong{margin:55px 0 15px;font:500 22px Georgia,serif}.advisory-memo-results p{color:#6d706c;margin:0;font-size:9px;line-height:1.7}.advisory-memo-sheet>footer{color:#73736d;gap:40px;padding-top:24px;font-size:6px;font-weight:750;display:flex}.advisory-memo-sheet>footer span{align-items:center;gap:8px;display:flex}.advisory-memo-sheet>footer i{background:var(--adv-olive);border-radius:50%;width:7px;height:7px}.advisory-engagement{background:#eee8dc;padding:140px 0}.advisory-engagement>div>header{grid-template-columns:180px 1fr 360px;align-items:end;gap:50px;display:grid}.advisory-engagement h2{letter-spacing:-.06em;margin:0;font-size:clamp(52px,5.7vw,78px);font-weight:500;line-height:.95}.advisory-engagement h2 em{color:var(--adv-wine);font-style:italic}.advisory-engagement header p{color:#666b67;margin:0;font-size:12px;line-height:1.7}.advisory-engagement ol{border-top:1px solid var(--adv-ink);margin:70px 0 0;padding:0;list-style:none}.advisory-engagement li{border-bottom:1px solid var(--adv-ink);grid-template-columns:80px 1fr;min-height:160px;padding:25px 0;display:grid}.advisory-engagement li>span{color:#9d9587;font:500 28px Georgia,serif}.advisory-engagement h3{margin:0 0 12px;font-size:32px;font-weight:500}.advisory-engagement li p{color:#666b67;max-width:680px;margin:0;font-size:11px;line-height:1.7}.advisory-questions{color:#fff;background:#777c5c;padding:140px 0}.advisory-questions-grid{grid-template-columns:.8fr 1.2fr;gap:95px;display:grid}.advisory-questions h2{letter-spacing:-.06em;margin:20px 0 0;font-size:clamp(53px,5.5vw,76px);font-weight:500;line-height:.95}.advisory-questions h2 em{color:#f1d5a9;font-style:italic}.advisory-questions-grid>div{border-top:1px solid #ffffff73}.advisory-questions blockquote{border-bottom:1px solid #ffffff73;margin:0;padding:28px 5px;font:500 24px/1.3 Georgia,serif}.advisory-questions blockquote:before{content:"“";color:#f1d5a9;margin-right:9px}.advisory-standards{background:#f7f4ed;padding:135px 0}.advisory-standards>div>header{grid-template-columns:190px 1fr;gap:50px;display:grid}.advisory-standards h2{letter-spacing:-.055em;margin:0;font-size:52px;font-weight:500}.advisory-standards>div>div{border-block:1px solid #aaa295;grid-template-columns:repeat(3,1fr);margin-top:65px;display:grid}.advisory-standards article{border-right:1px solid #aaa295;min-height:280px;padding:27px}.advisory-standards article:last-child{border:0}.advisory-standards article>span{font-size:7px}.advisory-standards h3{margin:65px 0 15px;font-size:24px;font-weight:500}.advisory-standards article p{color:#686c68;font-size:10px;line-height:1.7}.advisory-standards>div>small{color:#898982;max-width:800px;margin-top:22px;font-size:7px;line-height:1.6;display:block}.advisory-final{color:#fff;background:var(--adv-wine);padding:150px 0}.advisory-final h2{letter-spacing:-.066em;max-width:1100px;margin:25px 0;font-size:clamp(57px,6.3vw,88px);font-weight:500;line-height:.94}.advisory-final h2 em{color:#f0d5ad;font-style:italic}.advisory-final p{color:#eadad6;max-width:730px;font-size:14px;line-height:1.75}.advisory-final a{color:var(--adv-ink);letter-spacing:.09em;background:#f0d5ad;gap:45px;margin-top:35px;padding:17px 20px;font-size:8px;font-weight:850;display:inline-flex}.advisory-final a span{font-size:14px}@media (width<=1000px){.advisory-hero-grid,.advisory-map-grid,.advisory-questions-grid{grid-template-columns:1fr}.advisory-copy{border-right:0;border-bottom:1px solid var(--adv-ink);padding-right:0}.advisory-brief{max-width:620px;margin:45px auto}.advisory-shell>footer{grid-template-columns:1fr 1fr}.advisory-shell>footer span:nth-child(2){border-right:0}.advisory-shell>footer span:nth-child(-n+2){border-bottom:1px solid var(--adv-ink)}.advisory-opening-grid,.advisory-diagnosis>div>header,.advisory-value>div>header,.advisory-engagement>div>header,.advisory-standards>div>header{grid-template-columns:1fr;gap:25px}.advisory-diagnosis-table article{grid-template-columns:40px .8fr 1.2fr}.advisory-diagnosis-table p{grid-column:2/4}.advisory-diagnosis-table i{grid-area:1/4}.advisory-value-grid{grid-template-columns:1fr 1fr}.advisory-value-grid article:nth-child(2){border-right:0}.advisory-value-grid article:nth-child(-n+2){border-bottom:1px solid #6a7484}}@media (width<=720px){.advisory-hero{padding:25px 0 55px}.advisory-shell>header b{display:none}.advisory-copy{padding:60px 0}.advisory-copy h1{font-size:52px}.advisory-copy p{font-size:13px}.advisory-brief{margin:32px 10px 44px;padding:21px}.advisory-brief h2{margin-top:50px}.advisory-brief blockquote{font-size:26px}.advisory-brief dl>div{grid-template-columns:75px 1fr}.advisory-opening,.advisory-diagnosis,.advisory-map,.advisory-value,.advisory-memo,.advisory-engagement,.advisory-questions,.advisory-standards,.advisory-final{padding:82px 0}.advisory-opening h2,.advisory-map h2,.advisory-value h2,.advisory-engagement h2,.advisory-questions h2,.advisory-final h2{font-size:43px}.advisory-opening p{font-size:14px}.advisory-diagnosis h2,.advisory-standards h2{font-size:39px}.advisory-diagnosis-table article{grid-template-columns:30px 1fr 18px;gap:12px}.advisory-diagnosis-table h3{font-size:20px}.advisory-diagnosis-table strong{grid-column:2;font-size:17px}.advisory-diagnosis-table p{grid-column:2}.advisory-diagnosis-table i{grid-area:1/3}.advisory-matrix{min-height:490px;padding:17px;box-shadow:9px 11px #c9bea9}.advisory-chart{height:350px}.advisory-dot span{display:none}.advisory-value-grid{grid-template-columns:1fr}.advisory-value-grid article,.advisory-value-grid article:nth-child(2){border-bottom:1px solid #6a7484;border-right:0;min-height:380px}.advisory-value-grid article:last-child{border-bottom:0}.advisory-value-grid h3{margin-top:55px}.advisory-memo-sheet{padding:23px 18px;box-shadow:9px 11px #4b3c272e}.advisory-memo-title{grid-template-columns:55px 1fr;padding:45px 0}.advisory-memo-title>span{font-size:45px}.advisory-memo-title h2{font-size:37px}.advisory-memo-sheet blockquote{padding:25px 5px;font-size:26px}.advisory-memo-results{grid-template-columns:1fr}.advisory-memo-results article{border-bottom:1px solid #aaa295;border-right:0;min-height:190px}.advisory-memo-results article:last-child{border-bottom:0}.advisory-memo-results strong{margin-top:35px}.advisory-memo-sheet>footer{flex-direction:column;align-items:flex-start;gap:10px}.advisory-engagement li{grid-template-columns:55px 1fr}.advisory-engagement h3{font-size:27px}.advisory-questions blockquote{font-size:20px}.advisory-standards>div>div{grid-template-columns:1fr}.advisory-standards article{border-bottom:1px solid #aaa295;border-right:0;min-height:230px}.advisory-standards article:last-child{border-bottom:0}.advisory-standards h3{margin-top:45px}.advisory-final a{justify-content:space-between;width:100%}}.about-meaning-page{--meaning-ink:#10131b;--meaning-blue:#315cff;--meaning-violet:#7048ff;--meaning-mist:#f2f4fa;--meaning-line:#10131b21;color:var(--meaning-ink);background:#fff;overflow:hidden}.about-meaning-page h1,.about-meaning-page h2,.about-meaning-page h3,.about-meaning-page p{letter-spacing:-.025em}.about-meaning-hero{color:var(--meaning-ink);background:#f8f9fc;padding-bottom:0;position:relative;overflow:hidden}.about-meaning-hero:before{content:"";border:1px solid #315cff1f;border-radius:50%;width:780px;height:780px;position:absolute;top:-260px;right:-250px;box-shadow:0 0 0 95px #315cff06,0 0 0 190px #7048ff05}.about-meaning-hero .breadcrumbs{z-index:2;color:#74798a;position:relative}.about-meaning-intro{z-index:2;grid-template-columns:1.15fr .85fr;align-items:end;column-gap:80px;padding-top:70px;padding-bottom:60px;display:grid;position:relative}.about-meaning-kicker,.about-definition-copy>span,.about-meaning-heading>span,.about-living-copy>span,.about-access-title>span,.about-beliefs-grid>div:first-child>span{color:var(--meaning-blue);letter-spacing:.17em;font-size:9px;font-weight:850}.about-meaning-kicker{grid-column:1/-1;align-items:center;gap:10px;margin-bottom:28px;display:flex}.about-meaning-kicker i{background:var(--meaning-blue);border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 7px #315cff14}.about-meaning-intro h1{letter-spacing:-.085em;margin:0;font-size:clamp(76px,10.5vw,164px);font-weight:850;line-height:.78}.about-meaning-intro h1 em{color:var(--meaning-blue);font-style:normal}.about-meaning-intro>p{color:#626878;max-width:570px;margin:0 0 4px;font-size:17px;line-height:1.75}.about-word-equation{z-index:2;border:1px solid var(--meaning-line);background:#fff;grid-template-columns:1fr 70px 1fr 70px 1.15fr;display:grid;position:relative;box-shadow:0 35px 90px #1d243f14}.about-word-equation>article{flex-direction:column;justify-content:center;min-height:235px;padding:30px;display:flex}.about-word-equation>span{border-left:1px solid var(--meaning-line);border-right:1px solid var(--meaning-line);color:#a0a5b4;place-content:center;font-size:28px;font-weight:300;display:grid}.about-word-equation small{color:#969cac;letter-spacing:.16em;font-size:7px;font-weight:850}.about-word-equation strong{letter-spacing:-.065em;margin:22px 0 14px;font-size:clamp(40px,4.1vw,64px);line-height:.9}.about-word-equation p{color:#747a8a;margin:0;font-size:11px}.about-word-equation .is-result{color:#fff;background:linear-gradient(135deg,#315cff,#7244ff);position:relative;overflow:hidden}.about-word-equation .is-result:after{content:"A";color:#ffffff17;font-size:230px;font-weight:900;line-height:1;position:absolute;bottom:-90px;right:-18px}.about-word-equation .is-result small,.about-word-equation .is-result p{z-index:1;color:#ffffffb8;position:relative}.about-word-equation .is-result strong{z-index:1;position:relative}.about-meaning-statement{z-index:2;grid-template-columns:1.15fr .85fr;align-items:end;gap:80px;padding-top:85px;padding-bottom:85px;display:grid;position:relative}.about-meaning-statement>strong{letter-spacing:-.075em;font-size:clamp(54px,6.7vw,98px);line-height:.88}.about-meaning-statement>div{padding-bottom:5px}.about-meaning-statement p{color:#686e7c;max-width:520px;margin:0;font-size:15px;line-height:1.75}.about-meaning-statement a{color:var(--meaning-ink);gap:12px;margin-top:25px;font-size:11px;font-weight:800;display:inline-flex}.about-meaning-statement a span{color:var(--meaning-blue)}.about-meaning-ribbon{background:var(--meaning-ink);color:#fff;letter-spacing:.18em;white-space:nowrap;width:max-content;padding:15px 0;font-size:9px;font-weight:800;display:flex}.about-meaning-ribbon span{padding-right:55px}.about-definition{color:#fff;background:#10131b;padding:130px 0}.about-definition-grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:100px;display:grid}.about-dictionary-card{background:#181c27;border:1px solid #ffffff2b;position:relative;overflow:hidden;box-shadow:20px 20px #315cff}.about-dictionary-card:after{content:"";border:1px solid #ffffff21;border-radius:50%;width:270px;height:270px;position:absolute;top:-160px;right:-180px;box-shadow:0 0 0 35px #ffffff05}.about-dictionary-card header{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.about-dictionary-card header span{letter-spacing:.18em;font-size:11px;font-weight:850}.about-dictionary-card header small{color:#8d94a7;font-size:9px}.about-dictionary-mark{background:linear-gradient(145deg,#315cff,#7344ff);border-radius:50%;place-content:center;width:92px;height:92px;margin:28px;font-size:44px;font-weight:850;display:grid}.about-dictionary-card ol{margin:0;padding:0 28px;list-style:none}.about-dictionary-card li{border-top:1px solid #ffffff1c;grid-template-columns:70px 1fr;gap:18px;padding:24px 0;display:grid}.about-dictionary-card li i{color:#76809a;letter-spacing:.12em;font-size:8px;font-style:normal;font-weight:800}.about-dictionary-card li p{margin:0}.about-dictionary-card li strong,.about-dictionary-card li span{display:block}.about-dictionary-card li strong{font-size:15px}.about-dictionary-card li span{color:#959cad;margin-top:9px;font-size:10px;line-height:1.7}.about-dictionary-card footer{color:#11131a;background:#fff;margin-top:25px;padding:24px 28px;font-size:12px;font-weight:800}.about-definition-copy h2,.about-meaning-heading h2,.about-living-copy h2,.about-access-title h2,.about-beliefs-grid h2{letter-spacing:-.065em;margin:25px 0 0;font-size:clamp(50px,5.5vw,78px);font-weight:760;line-height:.95}.about-definition-copy h2 em,.about-meaning-heading h2 em,.about-living-copy h2 em,.about-access-title h2 em,.about-beliefs-grid h2 em{color:#8c94aa;font-style:normal}.about-definition-copy>p{color:#9ba2b2;max-width:650px;margin:32px 0 0;font-size:15px;line-height:1.8}.about-definition-copy blockquote{color:#fff;letter-spacing:-.045em;border-top:1px solid #ffffff26;margin:48px 0 0;padding:28px 0 0;font-size:26px;font-weight:760;line-height:1.15}.about-transformation{background:#f3f5fb;padding:130px 0}.about-meaning-heading{grid-template-columns:180px 1fr 380px;align-items:end;gap:36px;display:grid}.about-meaning-heading>span{align-self:start;padding-top:9px}.about-meaning-heading h2{margin:0}.about-meaning-heading>p{color:#6f7584;margin:0;font-size:13px;line-height:1.8}.about-transformation-grid{border:1px solid var(--meaning-line);background:#fff;grid-template-columns:repeat(4,1fr);margin-top:70px;display:grid}.about-transformation-grid article{border-right:1px solid var(--meaning-line);flex-direction:column;align-items:flex-start;min-height:390px;padding:28px;display:flex;position:relative}.about-transformation-grid article:last-child{border-right:0}.about-transformation-grid article>span{color:#a3a8b5;font-size:8px;font-weight:800}.about-transformation-grid article>small{color:var(--meaning-blue);letter-spacing:.14em;margin:58px 0 20px;font-size:9px;font-weight:850}.about-transformation-grid h3{margin:0;font-size:25px;line-height:1.1}.about-transformation-grid p{color:#737988;margin:18px 0 0;font-size:11px;line-height:1.75}.about-transformation-grid article>i{color:#bcc0ca;margin:auto 0 0;font-size:22px;font-style:normal}.about-transformation-grid article:hover{color:#fff;background:#10131b}.about-transformation-grid article:hover p{color:#aeb3c1}.about-transformation-grid article:hover i{color:#6e8aff}.about-living-system{background:#fff;padding:140px 0}.about-living-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:100px;display:grid}.about-living-copy h2{margin-top:24px}.about-living-copy>p{color:#6c7280;max-width:570px;margin:28px 0 0;font-size:14px;line-height:1.8}.about-living-copy ul{margin:40px 0 0;padding:0;list-style:none}.about-living-copy li{border-top:1px solid var(--meaning-line);grid-template-columns:38px 1fr;gap:16px;padding:17px 0;display:grid}.about-living-copy li>span{color:#a3a7b1;padding-top:3px;font-size:7px;font-weight:850}.about-living-copy li strong,.about-living-copy li small{display:block}.about-living-copy li strong{font-size:14px}.about-living-copy li small{color:#777d8b;margin-top:5px;font-size:10px}.about-intelligence-stage{color:#fff;background-color:#111522;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px),radial-gradient(circle at 50% 48%,#485cff3d,#0000 38%);background-size:52px 52px,52px 52px,auto;place-content:center;min-height:670px;display:grid;position:relative}.about-stage-orbit{border:1px solid #6f84ff3d;border-radius:50%;width:430px;height:430px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.about-stage-orbit i{border:1px dashed #6f84ff2e;border-radius:50%;position:absolute}.about-stage-orbit i:first-child{inset:55px}.about-stage-orbit i:nth-child(2){inset:110px}.about-stage-orbit i:nth-child(3){background:#6e87ff;border:0;width:8px;height:8px;top:95px;right:45px;box-shadow:0 0 0 7px #6e87ff1a}.about-stage-core{z-index:2;background:linear-gradient(155deg,#315cff,#6d45f5);border:1px solid #fff3;border-radius:90px 90px 25px 25px;flex-direction:column;justify-content:center;align-items:flex-start;width:210px;height:260px;padding:28px;display:flex;position:relative;box-shadow:0 32px 80px #0f1f6c7a}.about-stage-core>span{background:#ffffff26;border-radius:50%;place-content:center;width:44px;height:44px;font-size:20px;font-weight:850;display:grid}.about-stage-core>small{color:#bfc9ff;letter-spacing:.17em;margin:23px 0 12px;font-size:6px;font-weight:850}.about-stage-core>strong{font-size:24px;line-height:1.05}.about-stage-core>i{color:#d6dcff;margin-top:22px;font-size:7px;font-style:normal}.about-stage-core>i:before{content:"";background:#68ebc1;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block}.stage-card{z-index:3;background:#161b2beb;border:1px solid #ffffff21;border-radius:12px;align-items:center;gap:11px;min-width:205px;padding:13px 15px;display:flex;position:absolute;box-shadow:0 15px 35px #00000038}.stage-card>i{background:#6685ff;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #6685ff1a}.stage-card p{margin:0}.stage-card small,.stage-card strong{display:block}.stage-card small{color:#7e879c;letter-spacing:.12em;font-size:5px}.stage-card strong{margin-top:4px;font-size:8px}.stage-card>span{color:#7e89a4;margin-left:auto;font-size:6px}.stage-card-one{top:135px;left:25px}.stage-card-two{top:235px;right:20px}.stage-card-three{bottom:170px;left:34px}.stage-card-two>i{background:#a85df7}.stage-card-three>i{background:#43ccb1}.stage-question{z-index:4;color:#11131a;background:#fff;border-radius:14px;width:330px;padding:17px 18px;position:absolute;bottom:35px;right:25px;box-shadow:0 20px 45px #0000003d}.stage-question small{color:#7b8190;letter-spacing:.14em;font-size:5px;font-weight:850}.stage-question p{margin:9px 0 12px;font-size:9px;font-weight:700}.stage-question>strong{color:#315cff;justify-content:space-between;font-size:7px;display:flex}.stage-question>strong span{font-size:12px}.about-capabilities{background:#f3f5fb;padding:130px 0}.about-meaning-heading.is-compact{grid-template-columns:180px 1fr}.about-capability-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:70px;display:grid}.about-capability-grid article{--capability:#315cff;border:1px solid var(--meaning-line);background:#fff;flex-direction:column;align-items:flex-start;min-height:380px;padding:30px;display:flex;position:relative;overflow:hidden}.about-capability-grid article:after{content:"";border:1px solid color-mix(in srgb,var(--capability),transparent 55%);width:180px;height:180px;box-shadow:0 0 0 28px color-mix(in srgb,var(--capability),transparent 94%);border-radius:50%;position:absolute;top:-115px;right:-115px}.about-capability-grid article>span{background:color-mix(in srgb,var(--capability),white 86%);width:44px;height:44px;color:var(--capability);border-radius:50%;place-content:center;font-size:19px;font-weight:850;display:grid}.about-capability-grid article>small{color:#a7abb5;font-size:7px;position:absolute;top:25px;right:25px}.about-capability-grid h3{max-width:330px;margin:55px 0 15px;font-size:29px;line-height:1.08}.about-capability-grid p{color:#707683;margin:0;font-size:11px;line-height:1.75}.about-capability-grid article>i{border-top:1px solid var(--meaning-line);color:#a3a8b3;letter-spacing:.18em;width:100%;margin:auto 0 0;padding-top:18px;font-size:6px;font-style:normal;font-weight:850}.about-capability-grid .is-violet{--capability:#774ce9}.about-capability-grid .is-cyan{--capability:#109fbd}.about-capability-grid .is-orange{--capability:#e46f35}.about-capability-grid .is-green{--capability:#278b6e}.about-capability-grid .is-rose{--capability:#c84e79}.about-access-universe{color:#fff;background:#10131b;padding:135px 0}.about-access-title{grid-template-columns:220px 1fr;gap:50px;display:grid}.about-access-title>span{color:#7288ff;padding-top:9px}.about-access-title h2{margin:0}.about-access-layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:70px;margin-top:70px;display:grid}.about-device-cluster{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;border:1px solid #ffffff21;min-height:560px;position:relative}.meaning-desktop{background:#eef1f9;border:8px solid #282e3c;border-radius:18px;width:520px;height:335px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 35px 80px #00000061}.meaning-desktop>header{background:#fff;align-items:center;gap:5px;height:35px;padding:0 15px;display:flex}.meaning-desktop>header i{background:#ced3df;border-radius:50%;width:5px;height:5px}.meaning-desktop>section{color:#fff;background:linear-gradient(135deg,#315cff,#7244ff);border-radius:14px;align-items:center;gap:18px;margin:18px;padding:27px;display:flex}.meaning-desktop>section>span{background:#ffffff26;border-radius:50%;place-content:center;width:45px;height:45px;font-weight:850;display:grid}.meaning-desktop>section p{margin:0}.meaning-desktop>section small,.meaning-desktop>section strong{display:block}.meaning-desktop>section small{letter-spacing:.14em;font-size:6px}.meaning-desktop>section strong{margin-top:7px;font-size:17px}.meaning-desktop>footer{grid-template-columns:repeat(3,1fr);gap:10px;margin:18px;display:grid}.meaning-desktop>footer i{background:#fff;border-radius:10px;height:92px}.meaning-desktop:after{content:"";background:#333a48;border-radius:0 0 10px 10px;width:200px;height:7px;position:absolute;bottom:-22px;left:50%;transform:translate(-50%)}.meaning-tablet{background:#eff2f9;border:7px solid #202633;border-radius:20px;width:190px;height:255px;padding:10px;position:absolute;bottom:18px;right:18px;box-shadow:0 25px 55px #0006}.meaning-tablet header{justify-content:space-between;padding:9px;display:flex}.meaning-tablet header span{background:#315cff;border-radius:7px;place-content:center;width:24px;height:24px;font-size:10px;font-weight:850;display:grid}.meaning-tablet header i{background:#c7ccda;border-radius:5px;width:28px;height:7px;margin-top:8px}.meaning-tablet section{grid-template-columns:1fr 1fr;gap:7px;padding:8px;display:grid}.meaning-tablet section i{background:#fff;border-radius:8px;height:65px}.meaning-tablet section i:first-child{background:linear-gradient(135deg,#315cff,#7048ff);grid-column:1/-1;height:70px}.meaning-phone{background:#eff2f9;border:7px solid #202633;border-radius:26px;width:125px;height:235px;padding:9px;position:absolute;bottom:18px;left:20px;box-shadow:0 25px 55px #0006}.meaning-phone>i{background:#202633;border-radius:10px;width:38px;height:6px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.meaning-phone header{padding:17px 5px 8px}.meaning-phone header span{background:#315cff;border-radius:8px;place-content:center;width:28px;height:28px;font-size:11px;font-weight:850;display:grid}.meaning-phone section{gap:7px;display:grid}.meaning-phone section i{background:#fff;border-radius:7px;height:42px}.meaning-phone section i:first-child{background:linear-gradient(135deg,#315cff,#7048ff);height:58px}.about-access-facts{border-top:1px solid #ffffff24;border-left:1px solid #ffffff24;grid-template-columns:1fr 1fr;display:grid}.about-access-facts article{border-bottom:1px solid #ffffff24;border-right:1px solid #ffffff24;min-height:210px;padding:28px}.about-access-facts strong{color:#8296ff;letter-spacing:-.06em;font-size:35px;display:block}.about-access-facts p{color:#9ca3b2;margin:24px 0 0;font-size:11px;line-height:1.75}.about-access-note{color:#747b8b;text-align:center;max-width:950px;margin:45px auto 0;font-size:9px;line-height:1.7}.about-beliefs{background:#fff;padding:130px 0}.about-beliefs-grid{grid-template-columns:.9fr 1.1fr;gap:100px;display:grid}.about-beliefs-grid h2{font-size:clamp(48px,5vw,70px)}.about-belief-lines{border-top:1px solid var(--meaning-line)}.about-belief-lines p{border-bottom:1px solid var(--meaning-line);grid-template-columns:55px 1fr;gap:18px;margin:0;padding:28px 0;display:grid}.about-belief-lines p span{color:#a0a5b0;padding-top:5px;font-size:7px;font-weight:850}.about-belief-lines p strong{font-size:20px;line-height:1.35}.about-final-word{color:#fff;text-align:center;background:linear-gradient(135deg,#315cff,#7144f5);padding:145px 0 0;position:relative;overflow:hidden}.about-final-word:before{content:"";border:1px solid #ffffff1f;border-radius:50%;width:620px;height:620px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 75px #ffffff06,0 0 0 150px #ffffff05}.about-final-word>.container{z-index:2;position:relative}.about-final-word>.container>span{letter-spacing:.2em;font-size:9px;font-weight:850}.about-final-word h2{letter-spacing:-.085em;margin:28px 0 24px;font-size:clamp(68px,9vw,135px);line-height:.82}.about-final-word h2 em{color:#c9d2ff;font-style:normal}.about-final-word p{color:#d7dcff;max-width:650px;margin:0 auto;font-size:14px;line-height:1.75}.about-final-word>.container>div{justify-content:center;align-items:center;gap:30px;margin-top:38px;display:flex}.about-final-word>.container>div>a{color:#fff;font-size:11px;font-weight:800}.about-final-word>.container>div>a span{margin-left:8px}.about-final-word .about-meaning-primary{color:#18234a;background:#fff;padding:18px 25px}.about-final-marquee{color:#ffffff47;letter-spacing:-.05em;white-space:nowrap;border-top:1px solid #ffffff38;width:max-content;margin-top:120px;padding:22px 0;font-size:38px;font-weight:850;display:flex}.about-final-marquee span{padding-right:65px}@media (width<=1100px){.about-definition-grid,.about-living-grid,.about-access-layout,.about-beliefs-grid{grid-template-columns:1fr;gap:65px}.about-meaning-heading{grid-template-columns:1fr 1fr}.about-meaning-heading>span{grid-column:1/-1}.about-transformation-grid{grid-template-columns:1fr 1fr}.about-transformation-grid article:nth-child(2){border-right:0}.about-transformation-grid article:nth-child(-n+2){border-bottom:1px solid var(--meaning-line)}.about-capability-grid{grid-template-columns:1fr 1fr}.about-intelligence-stage,.about-device-cluster{width:100%;max-width:780px;margin:auto}.about-beliefs-grid>div:first-child{max-width:700px}}@media (width<=900px){.about-meaning-intro,.about-meaning-statement{grid-template-columns:1fr;gap:34px}.about-meaning-intro h1{font-size:clamp(76px,18vw,132px)}.about-word-equation{grid-template-columns:1fr}.about-word-equation>span{border:0;border-top:1px solid var(--meaning-line);border-bottom:1px solid var(--meaning-line);min-height:52px}.about-word-equation>article{min-height:190px}.about-meaning-statement{align-items:start}.about-access-title{grid-template-columns:1fr;gap:25px}}@media (width<=700px){.about-meaning-intro{padding-top:45px;padding-bottom:38px}.about-meaning-intro h1{font-size:72px}.about-meaning-intro>p{font-size:14px}.about-word-equation>article{min-height:165px;padding:24px}.about-word-equation strong{font-size:44px}.about-meaning-statement{padding-top:62px;padding-bottom:62px}.about-meaning-statement>strong{font-size:52px}.about-definition,.about-transformation,.about-living-system,.about-capabilities,.about-access-universe,.about-beliefs{padding:82px 0}.about-definition-grid{gap:55px}.about-dictionary-card{box-shadow:10px 10px #315cff}.about-dictionary-card li{grid-template-columns:1fr;gap:8px}.about-definition-copy h2,.about-meaning-heading h2,.about-living-copy h2,.about-access-title h2,.about-beliefs-grid h2{font-size:43px}.about-meaning-heading,.about-meaning-heading.is-compact{grid-template-columns:1fr;gap:22px}.about-meaning-heading>span{grid-column:auto}.about-transformation-grid{grid-template-columns:1fr;margin-top:40px}.about-transformation-grid article{border-right:0;border-bottom:1px solid var(--meaning-line);min-height:310px}.about-transformation-grid article:last-child{border-bottom:0}.about-transformation-grid article>small{margin-top:38px}.about-capability-grid{grid-template-columns:1fr;margin-top:40px}.about-capability-grid article{min-height:340px}.about-intelligence-stage{min-height:600px}.about-stage-orbit{width:330px;height:330px}.about-stage-core{width:180px;height:235px}.stage-card{min-width:165px}.stage-card-one{top:100px;left:10px}.stage-card-two{top:250px;right:8px}.stage-card-three{bottom:150px;left:12px}.stage-question{width:285px;bottom:25px;right:12px}.about-device-cluster{min-height:440px}.meaning-desktop{width:370px;height:260px}.meaning-desktop>footer i{height:60px}.meaning-tablet{width:145px;height:210px;right:8px}.meaning-phone{width:105px;height:205px;left:8px}.about-access-facts{grid-template-columns:1fr}.about-access-facts article{min-height:150px}.about-belief-lines p{grid-template-columns:38px 1fr}.about-belief-lines p strong{font-size:17px}.about-final-word{padding-top:95px}.about-final-word h2{font-size:65px}.about-final-word>.container>div{flex-direction:column;align-items:stretch}.about-final-marquee{margin-top:80px;font-size:28px}}@media (width<=430px){.about-meaning-intro h1{font-size:62px}.about-device-cluster{min-height:390px}.meaning-desktop{width:310px;height:225px}.meaning-desktop>section{margin:12px;padding:18px}.meaning-desktop>footer{margin:12px}.meaning-tablet{width:130px;height:190px}.meaning-phone{width:95px;height:185px}.about-intelligence-stage{min-height:570px}.stage-card-one{top:70px}.stage-card-two{top:210px}.stage-card-three{bottom:150px}}
