:root{color-scheme:light;font-family:Plus Jakarta Sans,system-ui,sans-serif;background-color:#0b1126;color:#f5f7ff;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle at top left,#1b2b63,#0b1126 60%)}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;cursor:pointer;background:none}.page{min-height:100vh;display:flex;flex-direction:column;gap:5rem}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 6vw;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080c1abf;border-bottom:1px solid rgba(255,255,255,.08)}.logo{display:flex;align-items:center}.logo img{height:52px;width:auto}.nav{display:flex;gap:2rem;font-weight:500;font-size:.95rem}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;bottom:-.35rem;width:0;height:2px;background:#4aa9ff;transition:width .3s ease}.nav a:hover:after,.nav a:focus:after{width:100%}.primary-button,.secondary-button{padding:.85rem 1.6rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .25s ease,box-shadow .25s ease}.primary-button{background:linear-gradient(135deg,#1d6bff,#4aa9ff);color:#0b1126;box-shadow:0 12px 28px #296fff59}.secondary-button{border:1px solid rgba(255,255,255,.25);color:#f5f7ff}.primary-button:hover,.secondary-button:hover,.ghost-button:hover{transform:translateY(-2px)}.ghost-button{color:#ffffffbf;font-weight:500}main{display:flex;flex-direction:column;gap:5rem}.section{transition:opacity .7s ease,transform .7s ease}.js .section{opacity:0;transform:translateY(40px)}.js .section.in-view{opacity:1;transform:translateY(0)}.section{padding:0 6vw}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;align-items:center}.hero-content h1{font-size:clamp(2.5rem,4vw,3.8rem);line-height:1.1;margin:1rem 0 1.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:#fff9;font-weight:600}.lead{font-size:1.1rem;color:#fffc}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.hero-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin-top:2rem}.highlight-label{font-size:.85rem;color:#fff9}.highlight-value{font-size:1.05rem;font-weight:600}.hero-panel{display:flex;justify-content:center}.hero-card{background:linear-gradient(160deg,#1e4fa459,#080e1ea6);padding:2.5rem;border-radius:24px;border:1px solid rgba(74,169,255,.25);box-shadow:0 24px 50px #080c1a66;max-width:360px}.hero-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid rgba(74,169,255,.45);box-shadow:0 16px 32px #09102273;margin-bottom:1.5rem}.hero-avatar img{width:100%;height:100%;object-fit:cover}.panel-title{font-weight:600;color:#fff9}.hero-card h2{margin:1rem 0;font-size:2rem}.panel-copy{color:#ffffffbf}.panel-stats{display:flex;gap:1.5rem;margin-top:2rem}.stat-value{font-weight:700;font-size:1.4rem}.stat-label{font-size:.8rem;color:#fff9}.section-heading{max-width:680px;margin-bottom:2.5rem}.section-heading h2{font-size:clamp(2rem,3vw,2.6rem);margin:.75rem 0 1.2rem}.section-heading p{color:#ffffffb3}.grid{display:grid;gap:1.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{padding:1.8rem;border-radius:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 40px #080c1a40;transition:transform .25s ease,border .25s ease}.card:hover{transform:translateY(-4px);border-color:#4ce3d499}.service-card h3{margin-bottom:.8rem;font-size:1.2rem}.service-card p{color:#ffffffb3;margin-bottom:1.2rem}.card-link{font-weight:600;color:#4aa9ff}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stat-card{text-align:center}.stat-card h3{font-size:2rem;margin-bottom:.6rem}.stat-card p{color:#ffffffb3}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.step-card h3{margin-bottom:.75rem;font-size:1.3rem}.step-card p{color:#ffffffb3}.insights-card,.contact-card{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding:3rem;border-radius:28px;background:linear-gradient(140deg,#1d6bff38,#4aa9ff0f);border:1px solid rgba(74,169,255,.2)}.insights-list{display:grid;gap:1.5rem}.insights-label{font-size:.85rem;color:#ffffffb3;margin-bottom:.5rem}.contact-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.contact-info{display:grid;gap:1.5rem;color:#ffffffbf}.site-footer{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:center;padding:2.5rem 6vw 3.5rem;border-top:1px solid rgba(255,255,255,.08);background:#080c1ae6}.calendly-widget{min-height:700px;border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(74,169,255,.25);box-shadow:0 18px 40px #080c1a59}.calendly-note{margin-top:1rem;color:#fff9;font-size:.9rem}.footer-links{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem}.footer-links>*{white-space:nowrap}@media (max-width: 900px){.site-header{flex-direction:column;align-items:flex-start;gap:1rem}.nav{flex-wrap:wrap;gap:1rem}}@media (max-width: 600px){.site-header{position:static}.hero-actions,.contact-actions{flex-direction:column;align-items:stretch}.footer-links{flex-direction:column;align-items:flex-start}}.banner-stack{display:grid;gap:1.5rem}.banner{display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,260px);gap:2.5rem;align-items:center;padding:2.5rem;border-radius:28px;background:linear-gradient(140deg,#1d6bff38,#4aa9ff0f);border:1px solid rgba(74,169,255,.22);box-shadow:0 18px 45px #080c1a4d;transition:transform .25s ease,border-color .25s ease}.banner:hover{transform:translateY(-4px);border-color:#4ce3d48c}.banner-reverse{grid-template-columns:minmax(200px,260px) minmax(0,1fr);background:linear-gradient(220deg,#1d6bff38,#4aa9ff0f)}.banner-reverse .banner-body{order:2}.banner-reverse .banner-metric{order:1}.banner-tag{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:#4aa9ff}.banner-body h3{font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2;margin:.75rem 0 1rem}.banner-copy{color:#fffc;max-width:60ch}.banner-points{list-style:none;display:grid;gap:.6rem;margin:1.5rem 0 2rem}.banner-points li{position:relative;padding-left:1.6rem;color:#ffffffbf;font-size:.95rem}.banner-points li:before{content:"";position:absolute;left:0;top:.6rem;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#1d6bff,#4ce3d4)}.banner-cta{align-self:flex-start}.banner-metric{text-align:center;padding:2rem 1.5rem;border-radius:20px;background:#080e1e8c;border:1px solid rgba(255,255,255,.1)}.banner-metric-value{font-size:1.6rem;font-weight:700;line-height:1.2}.banner-metric-label{margin-top:.5rem;font-size:.8rem;color:#fff9}@media (max-width: 860px){.banner,.banner-reverse{grid-template-columns:1fr;gap:1.75rem;padding:2rem}.banner-reverse .banner-body{order:1}.banner-reverse .banner-metric{order:2}.banner-cta{width:100%}}.nav a,.footer-links a{color:#ffffffc7}.footer-links a:hover{color:#4aa9ff}a.primary-button,a.secondary-button{display:inline-block;text-align:center}.section-footnote{margin-top:2rem}.service-card h3 a,.banner-body h3 a,.service-tile h3 a{transition:color .2s ease}.service-card h3 a:hover,.banner-body h3 a:hover,.service-tile h3 a:hover{color:#4aa9ff}.breadcrumbs{margin-bottom:1.75rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;font-size:.85rem;color:#fff9}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:.5rem;color:#ffffff4d}.breadcrumbs a:hover{color:#4aa9ff}.breadcrumbs [aria-current=page]{color:#ffffffe6;font-weight:600}.artwork{width:100%;height:auto;display:block}.service-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:3rem;align-items:center}.service-hero h1{font-size:clamp(2.2rem,3.6vw,3.2rem);line-height:1.12;margin:.75rem 0 1.25rem}.service-hero-art{position:relative}.service-hero-metric{position:absolute;right:0;bottom:0;text-align:center;padding:1.25rem 1.6rem;border-radius:18px;background:#080e1ed1;border:1px solid rgba(74,169,255,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.signal-list,.deliverable-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.signal-list li,.deliverable-list li{position:relative;padding:1.25rem 1.4rem 1.25rem 3.1rem;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffffd1}.signal-list li:before{content:"?";position:absolute;left:1.25rem;top:1.15rem;font-weight:700;color:#4aa9ff}.deliverable-list li:before{content:"";position:absolute;left:1.3rem;top:1.55rem;width:12px;height:7px;border-left:2px solid #4ce3d4;border-bottom:2px solid #4ce3d4;transform:rotate(-45deg)}.flow-diagram figcaption,.shift-diagram figcaption{margin-top:1.5rem;font-size:.85rem;color:#ffffff8c}.flow-track{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}@media (max-width: 1180px){.flow-track{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-stage:nth-child(2n) .flow-arrow{visibility:hidden}}@media (max-width: 620px){.flow-track{grid-template-columns:1fr}.flow-arrow{display:none}.flow-stage:not(:last-child):after{content:"";position:absolute;left:2.5rem;bottom:-1.25rem;width:2px;height:1.25rem;background:linear-gradient(180deg,var(--flow-b),transparent)}}.flow-stage{position:relative;padding:1.75rem 1.5rem;border-radius:20px;background:linear-gradient(160deg,#ffffff12,#ffffff05);border:1px solid rgba(255,255,255,.1)}.flow-marker{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.1rem}.flow-index{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;font-weight:700;font-size:.95rem;color:#f5f7ff;background:linear-gradient(140deg,var(--flow-a),var(--flow-b));box-shadow:0 10px 24px #080c1a73}.flow-arrow{width:28px;height:14px;opacity:.75}.flow-body h3{font-size:1.15rem;margin-bottom:.55rem}.flow-body p{color:#ffffffb8;font-size:.95rem}.shift-track{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1.25rem;align-items:center}.shift-panel{padding:1.9rem;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:#ffffff08}.shift-panel.shift-after{border-color:color-mix(in srgb,var(--shift-b) 45%,transparent);background:linear-gradient(150deg,#1d6bff33,#4aa9ff0d)}.shift-heading{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;color:#ffffff8c;margin-bottom:1.1rem}.shift-after .shift-heading{color:var(--shift-b)}.shift-panel ul{list-style:none;display:grid;gap:.8rem}.shift-panel li{position:relative;padding-left:1.5rem;color:#ffffffc7;font-size:.95rem}.shift-panel li:before{content:"";position:absolute;left:0;top:.55rem;width:8px;height:8px;border-radius:2px;background:#ffffff47}.shift-after li:before{border-radius:50%;background:linear-gradient(135deg,var(--shift-a),var(--shift-b))}.shift-link{color:var(--shift-b);display:flex;justify-content:center}.shift-chevron{width:44px;height:44px}.service-efficiencies{margin-top:2rem}.services-index-hero h1{font-size:clamp(2.2rem,3.6vw,3.2rem);line-height:1.12;margin:.75rem 0 1.25rem;max-width:18ch}.services-index-hero .lead{max-width:62ch}.service-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.service-tile{display:flex;flex-direction:column;border-radius:22px;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.09);transition:transform .25s ease,border-color .25s ease}.service-tile:hover{transform:translateY(-4px);border-color:#4ce3d48c}.service-tile-art{background:linear-gradient(160deg,#1d6bff38,#080e1e80);border-bottom:1px solid rgba(255,255,255,.08)}.service-tile-body{padding:1.75rem;display:flex;flex-direction:column;gap:.7rem;flex:1}.service-tile-body h3{font-size:1.25rem}.service-tile-body p{color:#ffffffb8;font-size:.95rem}.service-tile-metric{font-size:.85rem;color:#fff9}.service-tile-metric strong{color:#4aa9ff}.service-tile .card-link{margin-top:auto}@media (max-width: 900px){.service-hero{grid-template-columns:1fr}.service-hero-art{order:-1;max-width:460px}.service-hero-metric{position:static;display:inline-block;margin-top:1rem}.shift-track{grid-template-columns:1fr}.shift-link{transform:rotate(90deg)}}.skip-link{position:absolute;top:0;left:-9999px;z-index:100;padding:.85rem 1.5rem;border-radius:0 0 14px;background:#1d6bff;color:#f5f7ff;font-weight:600}.skip-link:focus{left:0}.cookie-banner{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%);z-index:200;width:min(760px,calc(100vw - 2.5rem));display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1.6rem 1.8rem;border-radius:22px;background:linear-gradient(150deg,#142048fa,#080e1efa);border:1px solid rgba(74,169,255,.35);box-shadow:0 24px 60px #04071299;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cookie-banner-copy{flex:1 1 320px}.cookie-banner-title{font-weight:700;margin-bottom:.4rem}.cookie-banner-copy p:last-child{color:#ffffffbf;font-size:.9rem;line-height:1.55}.cookie-banner-actions{display:flex;gap:.75rem;flex:0 0 auto}.cookie-banner-actions button{padding:.85rem 1.5rem;white-space:nowrap}.footer-links .ghost-button{font-size:inherit;color:#ffffffc7}.footer-links .ghost-button:hover{color:#4aa9ff}.footer-legal{width:100%;font-size:.8rem;color:#ffffff73}@media (max-width: 620px){.cookie-banner{bottom:0;width:100vw;border-radius:20px 20px 0 0;gap:1.1rem}.cookie-banner-actions{width:100%}.cookie-banner-actions button{flex:1;padding:.85rem 1rem}}
