:root {
  --ink: #071426;
  --ink-soft: #13233b;
  --paper: #f5f8fb;
  --white: #ffffff;
  --blue: #1bb9f3;
  --blue-bright: #33d5ff;
  --mint: #8dffce;
  --muted: #64748b;
  --line: rgba(7, 20, 38, 0.1);
  --radius: 24px;
  --shadow: 0 28px 70px rgba(7, 20, 38, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 128px 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-160%); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.ambient { position: fixed; width: 500px; height: 500px; border-radius: 50%; filter: blur(130px); opacity: .14; pointer-events: none; z-index: -1; }
.ambient-one { background: var(--blue); top: -220px; right: -120px; }
.ambient-two { background: var(--mint); bottom: 10vh; left: -280px; opacity: .09; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(245, 248, 251, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -.7px; }
.brand-mark { width: 38px; color: var(--ink); }
.brand-dot { color: var(--blue); }
.desktop-nav { display: flex; align-items: center; gap: 36px; margin-left: auto; margin-right: 36px; }
.desktop-nav a { font-size: 14px; font-weight: 600; color: #45536a; transition: color .2s; }
.desktop-nav a:hover { color: var(--ink); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 15px 22px; min-height: 52px; color: var(--white); background: var(--ink); border: 1px solid var(--ink); border-radius: 11px; font-size: 14px; font-weight: 700; box-shadow: 0 10px 26px rgba(7, 20, 38, .16); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #102746; box-shadow: 0 14px 30px rgba(7, 20, 38, .22); }
.button-small { min-height: 44px; padding: 12px 17px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 820px; padding: 190px 0 112px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: 2.2px; font-size: 11px; line-height: 1.4; font-weight: 800; color: #587087; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 22px; height: 2px; background: var(--blue); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; }
h1 { max-width: 710px; font-size: clamp(58px, 6vw, 88px); line-height: .98; letter-spacing: -5px; font-weight: 700; }
h1 em, .cta-panel h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 610px; margin: 28px 0 32px; color: #536278; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; }
.text-link span { color: var(--blue); transition: transform .2s; }
.text-link:hover span { transform: translateY(2px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 44px; }
.hero-proof span { padding: 8px 11px; background: rgba(255,255,255,.7); border: 1px solid rgba(7,20,38,.08); border-radius: 100px; color: #65748a; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }

.hero-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.hero-visual:before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: linear-gradient(145deg, rgba(27,185,243,.24), rgba(141,255,206,.08)); filter: blur(2px); }
.orbit { position: absolute; border: 1px solid rgba(27,185,243,.24); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; animation: rotate 30s linear infinite; }
.orbit-one:after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--mint); top: 85px; right: 55px; box-shadow: 0 0 18px var(--mint); }
.orbit-two { width: 360px; height: 360px; border-style: dashed; opacity: .65; animation: rotate 24s linear infinite reverse; }
.interface-card { position: relative; z-index: 2; width: 430px; overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9); border-radius: 20px; box-shadow: 0 40px 90px rgba(7,20,38,.2); backdrop-filter: blur(15px); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.interface-head { height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.mini-brand { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; }
.mini-star { color: var(--blue); font-size: 17px; }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #d5dde7; }
.interface-body { min-height: 344px; display: grid; grid-template-columns: 62px 1fr; }
.side-rail { padding-top: 26px; background: #f5f8fb; border-right: 1px solid var(--line); display: flex; align-items: center; flex-direction: column; gap: 23px; }
.side-rail span { width: 18px; height: 18px; border: 2px solid #bdc8d6; border-radius: 5px; }.side-rail span.active { border-color: var(--blue); background: rgba(27,185,243,.12); }
.interface-content { padding: 26px 24px; }
.interface-label { color: #8b98aa; font-size: 9px; letter-spacing: 1.4px; font-weight: 800; }
.interface-title-row { margin: 7px 0 22px; display: flex; align-items: center; justify-content: space-between; }.interface-title-row strong { font-family: "Manrope"; font-size: 18px; }.interface-title-row > span { padding: 5px 8px; color: #10845a; background: #dcf9ed; border-radius: 20px; font-size: 9px; font-weight: 800; }
.workflow-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-top: 1px solid #e7edf3; }
.workflow-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; font-weight: 800; font-size: 12px; }.workflow-icon.blue { color: #078bbd; background: #dbf5ff; }.workflow-icon.violet { color: #6954d9; background: #ece9ff; }
.workflow-row b, .workflow-row small { display: block; }.workflow-row b { font-size: 11px; }.workflow-row small { margin-top: 2px; color: #91a0b2; font-size: 8px; }.status { padding: 5px 7px; border-radius: 6px; font-size: 8px; font-weight: 700; }.status.mint { color: #167655; background: #e4f9f0; }.blue-status { color: #247194; background: #e1f4fb; }
.chart-block { margin-top: 10px; padding: 14px; background: #f7f9fc; border-radius: 11px; }.chart-top { display: flex; justify-content: space-between; color: #7b899b; font-size: 8px; font-weight: 700; }.bars { height: 58px; display: flex; align-items: flex-end; gap: 9px; padding-top: 11px; }.bars i { flex: 1; height: var(--h); min-height: 10px; border-radius: 3px 3px 1px 1px; background: linear-gradient(#26c6fc, #179bcf); opacity: .86; }
.float-card { position: absolute; z-index: 4; min-width: 150px; padding: 13px 16px; display: flex; gap: 10px; align-items: center; color: var(--white); background: rgba(7,20,38,.94); border: 1px solid rgba(255,255,255,.12); border-radius: 13px; box-shadow: 0 18px 38px rgba(7,20,38,.25); backdrop-filter: blur(12px); }.float-card b, .float-card small { display: block; }.float-card b { font-size: 11px; }.float-card small { margin-top: 2px; color: #a9b5c5; font-size: 8px; }.float-card-one { top: 43px; right: -25px; }.float-card-two { bottom: 51px; left: -22px; }.pulse { width: 9px; height: 9px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 5px rgba(141,255,206,.12); }.float-icon { display: grid; place-items: center; width: 27px; height: 27px; color: var(--blue-bright); background: rgba(51,213,255,.12); border-radius: 8px; font-size: 18px; }

.statement { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 40px; }
.statement h2, .section-heading h2, .approach h2 { font-size: clamp(38px, 4.4vw, 58px); line-height: 1.08; letter-spacing: -2.5px; }
.statement-grid > div p { max-width: 710px; margin: 28px 0 0; color: #65748a; font-size: 18px; line-height: 1.75; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 58px; }
.section-heading .section-kicker { margin: 0 0 14px; }
.section-heading > p { max-width: 390px; margin: 0 0 7px; color: #6a788c; line-height: 1.7; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { min-height: 456px; padding: 32px; position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.solution-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.solution-card.featured { color: var(--white); background: var(--ink); border-color: var(--ink); }.solution-card.featured p, .solution-card.featured li { color: #aebaca; }.solution-card.featured .solution-icon { color: var(--mint); background: rgba(141,255,206,.1); border-color: rgba(141,255,206,.18); }
.solution-number { position: absolute; right: 26px; top: 24px; color: #a9b5c3; font-size: 11px; font-weight: 700; }
.solution-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 64px; color: #168fbc; background: #ebf8fd; border: 1px solid #d6f0f9; border-radius: 14px; }.solution-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.solution-card h3 { max-width: 250px; font-size: 25px; line-height: 1.2; letter-spacing: -.8px; }
.solution-card p { min-height: 80px; margin: 17px 0 20px; color: #6b798c; line-height: 1.65; font-size: 14px; }
.solution-card ul { margin: 0; padding: 18px 0 0; list-style: none; border-top: 1px solid rgba(126,144,166,.2); }.solution-card li { position: relative; margin-top: 10px; padding-left: 16px; color: #526176; font-size: 12px; font-weight: 600; }.solution-card li:before { content: ""; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; background: var(--blue); border-radius: 50%; }

.products { color: var(--white); background: var(--ink); }
.section-heading.light .section-kicker { color: #7e92aa; }.section-heading.light > p { color: #98a7ba; }
.product-stack { display: grid; gap: 26px; }
.product-card { min-height: 510px; padding: 58px 60px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 30px; }
.product-smartjobs { background: linear-gradient(140deg, #111f35, #0b2b41); }.product-k1 { background: linear-gradient(140deg, #131f34, #172a35); }
.product-card:after { content: ""; position: absolute; width: 450px; height: 450px; right: -100px; top: -130px; border-radius: 50%; background: rgba(42,201,255,.08); filter: blur(20px); }
.product-copy { position: relative; z-index: 2; }
.product-logo { display: flex; align-items: center; gap: 10px; font-family: "Manrope"; font-size: 18px; font-weight: 800; }.product-logo > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; font-size: 12px; }.smartjobs-logo > span { color: var(--ink); background: var(--mint); }.k1-logo > span { color: var(--white); background: #c6975d; }
.product-tag { margin: 28px 0 13px; color: #8598ae; text-transform: uppercase; letter-spacing: 1.5px; font-size: 10px; font-weight: 800; }
.product-card h3 { max-width: 460px; font-size: 38px; line-height: 1.12; letter-spacing: -1.5px; }
.product-copy > p:not(.product-tag) { max-width: 510px; margin: 20px 0 24px; color: #a9b7c8; line-height: 1.75; }
.product-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }.product-pills span { padding: 8px 10px; color: #bfccd9; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 100px; font-size: 10px; font-weight: 700; }
.product-copy > a { display: inline-flex; gap: 8px; align-items: center; color: var(--blue-bright); font-size: 13px; font-weight: 800; }

.phone-stage { height: 390px; position: relative; z-index: 2; }
.phone { position: absolute; width: 192px; height: 390px; padding: 7px; background: #0c1017; border: 1px solid #465161; border-radius: 32px; box-shadow: 0 28px 50px rgba(0,0,0,.36); }.phone-screen { height: 100%; padding: 38px 17px 20px; text-align: center; color: var(--ink); background: #eef5f6; border-radius: 25px; }.phone-pill { position: absolute; top: 15px; left: 50%; width: 56px; height: 15px; transform: translateX(-50%); background: #0b1018; border-radius: 20px; }.phone-back { left: 18%; top: 10px; transform: rotate(-8deg); opacity: .75; }.phone-front { right: 16%; top: 4px; transform: rotate(5deg); }.dark-screen { text-align: left; color: var(--white); background: #13273c; }.phone-greeting { margin-top: 12px; font-size: 16px; font-weight: 700; }.phone-list { margin-top: 30px; }.phone-list i { display: block; height: 56px; margin-bottom: 9px; background: rgba(255,255,255,.08); border-radius: 11px; }.app-brand { margin-top: 9px; font-family: "Manrope"; font-weight: 800; }.app-brand span { color: #28bcb5; }.check-mark { width: 74px; height: 74px; display: grid; place-items: center; margin: 50px auto 20px; color: #106e68; background: #c8f4eb; border-radius: 50%; font-size: 34px; }.phone-screen strong, .phone-screen small { display: block; }.phone-screen strong { font-size: 16px; }.phone-screen small { margin-top: 7px; color: #71808f; font-size: 9px; }.app-button { margin-top: 55px; padding: 11px; color: var(--white); background: #0d756f; border-radius: 9px; font-size: 9px; font-weight: 700; }

.dashboard-stage { position: relative; z-index: 2; min-height: 350px; display: flex; align-items: center; }
.dash-window { width: 100%; overflow: hidden; background: #eef2f5; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; box-shadow: 0 30px 70px rgba(0,0,0,.3); transform: perspective(900px) rotateY(-6deg) rotateX(2deg); }
.dash-top { height: 48px; display: flex; align-items: center; gap: 6px; padding: 0 16px; background: #121d2c; }.dash-top i { width: 6px; height: 6px; background: #3b4858; border-radius: 50%; }.dash-logo { display: grid; place-items: center; width: 25px; height: 25px; margin-right: auto; color: #18212d; background: #c6975d; border-radius: 7px; font-size: 8px; font-weight: 800; }
.dash-main { height: 260px; display: grid; grid-template-columns: 58px 1fr; }.dash-side { padding: 22px 15px; background: #1b2938; }.dash-side b, .dash-side i { display: block; width: 25px; height: 25px; margin-bottom: 15px; border-radius: 6px; background: rgba(255,255,255,.08); }.dash-side b { background: rgba(198,151,93,.4); }.dash-content { padding: 25px; }.dash-title { width: 39%; height: 13px; background: #cad2da; border-radius: 4px; }.dash-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 24px 0; }.dash-cards span { height: 62px; background: white; border-radius: 8px; box-shadow: 0 5px 14px rgba(14,27,41,.06); }.dash-table { padding: 12px; background: white; border-radius: 8px; }.dash-table i { display: block; height: 10px; margin: 9px 0; background: #e7ebef; border-radius: 4px; }.dash-table i:nth-child(2) { width: 83%; }.dash-table i:nth-child(3) { width: 67%; }.dash-table i:nth-child(4) { width: 76%; }
.dash-badge { position: absolute; right: -18px; bottom: 24px; padding: 12px 15px; color: #dfe8ef; background: #0e1826; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; box-shadow: 0 14px 30px rgba(0,0,0,.28); font-size: 10px; font-weight: 700; }.dash-badge span { color: var(--mint); margin-right: 5px; }

.approach { background: var(--white); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.approach-copy { position: sticky; top: 140px; }.approach-copy .section-kicker { margin: 0 0 18px; }.approach-copy > p:not(.section-kicker) { max-width: 500px; margin: 26px 0; color: #68778a; line-height: 1.75; font-size: 17px; }.dark-link span { color: var(--blue); }.dark-link:hover span { transform: translate(2px,-2px); }
.process-list { margin: 0; padding: 0; list-style: none; }.process-list li { min-height: 145px; display: grid; grid-template-columns: 48px 1fr; gap: 24px; padding: 31px 0; border-top: 1px solid var(--line); }.process-list li:last-child { border-bottom: 1px solid var(--line); }.process-list > li > span { color: #9ba8b8; font-size: 11px; font-weight: 800; }.process-list h3 { font-size: 23px; }.process-list p { margin: 9px 0 0; color: #748194; line-height: 1.6; }

.cta-section { padding: 44px 0 0; background: var(--white); }
.cta-panel { padding: 92px 30px; position: relative; overflow: hidden; text-align: center; color: var(--white); background: linear-gradient(135deg, #0a1b31, #0d334a); border-radius: 32px 32px 0 0; }
.cta-panel:before, .cta-panel:after { content: ""; position: absolute; border: 1px solid rgba(51,213,255,.13); border-radius: 50%; }.cta-panel:before { width: 490px; height: 490px; left: -280px; bottom: -270px; }.cta-panel:after { width: 650px; height: 650px; right: -360px; top: -360px; }
.cta-star { margin-bottom: 22px; color: var(--mint); font-size: 28px; }.cta-panel .section-kicker { color: #8296ac; }.cta-panel h2 { margin: 18px 0 20px; font-size: clamp(44px,5vw,68px); line-height: 1.07; letter-spacing: -3px; }.cta-panel > p:not(.section-kicker) { max-width: 530px; margin: 0 auto 32px; color: #9eafc1; line-height: 1.7; }.button-light { position: relative; z-index: 2; color: var(--ink); background: var(--white); border-color: var(--white); }.button-light:hover { color: var(--white); }

.site-footer { padding: 70px 0 30px; color: var(--white); background: #050f1e; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 58px; }.footer-brand .brand-mark { color: #10233a; }.footer-top > div > p { margin: 16px 0 0; color: #77899e; }.footer-contact { text-align: right; }.footer-contact span, .footer-contact a { display: block; }.footer-contact span { margin-bottom: 9px; color: #77899e; font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; }.footer-contact a { font-family: "Manrope"; font-size: 20px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: #65758a; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes rotate { to { transform: rotate(360deg); } }

/* Managed platform story */
.managed-hero h1 { max-width: 690px; font-size: clamp(54px, 5.2vw, 76px); letter-spacing: -4.2px; }
.managed-hero .hero-lead { max-width: 670px; }
.platform-visual { min-height: 560px; }
.platform-console { position: relative; z-index: 2; width: 465px; overflow: hidden; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.92); border-radius: 22px; box-shadow: 0 40px 90px rgba(7,20,38,.2); backdrop-filter: blur(16px); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.console-top { height: 58px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.console-live { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; color: #157653; background: #e2f8ef; border-radius: 100px; font-size: 9px; font-weight: 800; }.console-live i { width: 6px; height: 6px; background: #25bb7b; border-radius: 50%; box-shadow: 0 0 0 3px rgba(37,187,123,.12); }
.console-prompt { margin: 22px 22px 13px; padding: 16px; display: grid; grid-template-columns: 34px 1fr; gap: 11px; background: #f3f7fa; border: 1px solid #e6edf3; border-radius: 13px; }.prompt-avatar { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 9px; font-size: 11px; font-weight: 800; }.console-prompt small, .console-prompt strong { display: block; }.console-prompt small { margin-bottom: 5px; color: #8392a5; font-size: 8px; letter-spacing: .9px; font-weight: 800; }.console-prompt strong { font-size: 11px; line-height: 1.45; }
.console-result { margin: 0 22px 18px; padding: 17px; color: #dce7f1; background: #0c1c30; border-radius: 13px; box-shadow: 0 16px 30px rgba(7,20,38,.14); }.result-head { display: flex; gap: 8px; align-items: center; font-size: 10px; }.result-head span { color: var(--blue-bright); }.code-lines { margin: 17px 0; }.code-lines i { display: block; height: 5px; margin: 7px 0; background: #29405a; border-radius: 5px; }.code-lines i:nth-child(1) { width: 86%; background: linear-gradient(90deg,#2f6b8b,#29405a); }.code-lines i:nth-child(2) { width: 65%; }.code-lines i:nth-child(3) { width: 78%; }.code-lines i:nth-child(4) { width: 48%; }.result-status { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.08); }.result-status span { color: var(--mint); font-size: 9px; font-weight: 800; }.result-status button { padding: 7px 9px; color: var(--ink); background: var(--white); border: 0; border-radius: 6px; font-size: 8px; font-weight: 800; }
.managed-foundation { padding: 17px 22px 22px; background: #f6f9fb; border-top: 1px solid var(--line); }.managed-foundation p { margin: 0 0 10px; color: #8291a4; font-size: 8px; letter-spacing: 1.1px; font-weight: 800; }.managed-foundation div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.managed-foundation span { position: relative; padding: 8px 8px 8px 22px; color: #536479; background: white; border: 1px solid #e6edf3; border-radius: 7px; font-size: 8px; font-weight: 700; }.managed-foundation span:before { content: "✓"; position: absolute; left: 8px; color: #15a26d; }

.journey-grid { counter-reset: journey; }.journey-card { min-height: 430px; }.journey-card .solution-icon { margin-bottom: 48px; }.journey-label { min-height: 0 !important; margin: 0 0 9px !important; color: #2487ae !important; text-transform: uppercase; letter-spacing: 1.2px; font-size: 9px !important; font-weight: 800; }.journey-card.featured .journey-label { color: var(--mint) !important; }.journey-card > p:not(.journey-label) { min-height: auto; }

.managed-section { color: var(--white); background: linear-gradient(135deg, #071426 0%, #0c2238 100%); }
.managed-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
.managed-intro { position: sticky; top: 140px; }.managed-intro .section-kicker { margin: 0 0 18px; color: #7890aa; }.managed-intro h2 { font-size: clamp(42px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -2.7px; }.managed-intro > p:not(.section-kicker) { margin: 25px 0 31px; color: #a5b4c5; font-size: 17px; line-height: 1.75; }.managed-note { padding: 18px; display: flex; gap: 12px; background: rgba(51,213,255,.07); border: 1px solid rgba(51,213,255,.12); border-radius: 13px; }.managed-note > span { color: var(--mint); }.managed-note p { margin: 0; color: #92a6bb; font-size: 12px; line-height: 1.6; }.managed-note b { color: white; }
.managed-list { border-top: 1px solid rgba(255,255,255,.11); }.managed-list article { min-height: 119px; display: grid; grid-template-columns: 40px 1fr 24px; gap: 19px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.11); }.managed-list article > span { color: #71869d; font-size: 10px; font-weight: 800; }.managed-list h3 { margin-bottom: 7px; font-size: 19px; }.managed-list p { margin: 0; color: #8fa1b4; font-size: 13px; line-height: 1.55; }.managed-list article > i { color: #4e657d; font-style: normal; transition: color .2s, transform .2s; }.managed-list article:hover > i { color: var(--blue-bright); transform: translate(2px,-2px); }

.examples-section { color: var(--white); background: #050f1e; }
.case-card { min-height: 580px; margin-top: 28px; padding: 58px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 68px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 30px; }.smartjobs-case { background: linear-gradient(140deg, #102334, #0b3a43); }.kevler-case { grid-template-columns: .78fr 1.22fr; background: linear-gradient(140deg, #171b23, #1d2632); }.case-card:before { content: ""; position: absolute; width: 460px; height: 460px; top: -220px; right: -100px; background: rgba(51,213,255,.09); border-radius: 50%; filter: blur(15px); }
.case-copy { position: relative; z-index: 3; }.case-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }.case-meta span { padding: 7px 9px; color: #9bb0c3; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); border-radius: 100px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }.case-copy h3 { max-width: 450px; margin: 27px 0 19px; font-size: 37px; line-height: 1.13; letter-spacing: -1.6px; }.case-copy > p { max-width: 500px; margin: 0 0 24px; color: #a5b4c4; line-height: 1.75; }.case-copy > a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-bright); font-size: 13px; font-weight: 800; }.case-copy > small { display: block; margin-top: 15px; color: #687e93; font-size: 9px; }
.real-app-gallery { min-height: 470px; position: relative; z-index: 2; }.app-shot { width: 190px; height: 412px; margin: 0; position: absolute; overflow: hidden; background: #10202d; border: 6px solid #111923; border-radius: 28px; box-shadow: 0 28px 60px rgba(0,0,0,.38); }.app-shot img { width: 100%; height: 100%; object-fit: cover; }.app-shot-back { left: 4%; top: 34px; transform: rotate(-8deg); opacity: .82; }.app-shot-front { left: 34%; top: 2px; z-index: 3; transform: rotate(2deg); }.app-shot-side { right: 1%; top: 37px; transform: rotate(9deg); opacity: .86; }
.website-capture { position: relative; z-index: 2; overflow: hidden; background: #0a1019; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; box-shadow: 0 30px 70px rgba(0,0,0,.38); transform: perspective(1000px) rotateY(-3deg); }.browser-bar { height: 45px; padding: 0 14px; display: flex; align-items: center; gap: 6px; color: #7c8c9e; background: #121a25; font-size: 9px; }.browser-bar i { width: 7px; height: 7px; background: #465363; border-radius: 50%; }.browser-bar span { margin-left: 8px; }.website-capture > img { width: 100%; aspect-ratio: 1.55; object-fit: cover; object-position: top; background: #090909; transition: transform .35s; }.website-capture:hover > img { transform: scale(1.02); }.live-site-badge { position: absolute; right: 17px; bottom: 17px; padding: 9px 11px; display: flex; align-items: center; gap: 7px; color: white; background: rgba(7,20,38,.92); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; font-size: 9px; font-weight: 800; }.live-site-badge i { width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 4px rgba(141,255,206,.12); }

.fit-section { background: var(--white); }.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }.fit-grid .section-kicker { margin: 0 0 16px; }.fit-grid h2 { font-size: clamp(40px, 4vw, 56px); line-height: 1.1; letter-spacing: -2.5px; }.fit-copy > p { margin: 2px 0 28px; color: #66758a; font-size: 17px; line-height: 1.75; }.fit-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.fit-copy li { padding: 15px 0; color: #37485d; border-bottom: 1px solid var(--line); font-weight: 600; }.fit-copy li span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 10px; color: #117b58; background: #e4f8ef; border-radius: 50%; font-size: 10px; }

@media (max-width: 1020px) {
  .desktop-nav { gap: 22px; margin-right: 20px; }
  .hero-grid { gap: 28px; }.hero-visual { transform: scale(.88); }
  .product-card { grid-template-columns: 1fr 1fr; padding: 48px 42px; gap: 35px; }
  .approach-grid { gap: 60px; }
  .managed-hero h1 { font-size: clamp(52px, 5.7vw, 67px); }
  .managed-grid { gap: 65px; }
  .case-card { padding: 46px 40px; gap: 38px; }
  .app-shot { width: 164px; height: 355px; }.real-app-gallery { min-height: 410px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 34px, 650px); }
  .section-pad { padding: 90px 0; }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-button { display: grid; gap: 6px; padding: 12px; background: none; border: 0; cursor: pointer; }.menu-button span { width: 22px; height: 2px; background: var(--ink); transition: transform .2s; }.menu-button.open span:first-child { transform: translateY(4px) rotate(45deg); }.menu-button.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 78px; left: 17px; right: 17px; padding: 22px; display: grid; gap: 6px; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: .2s; }.mobile-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }.mobile-nav > a:not(.button) { padding: 12px 4px; font-weight: 700; }
  .hero { min-height: auto; padding: 150px 0 76px; }.hero-grid { grid-template-columns: minmax(0, 1fr); }.hero-copy { min-width: 0; text-align: center; }.eyebrow, .hero-actions, .hero-proof { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-visual { width: 100%; min-width: 0; min-height: 500px; margin-top: 16px; transform: scale(.96); }.interface-card { width: min(430px, 100%); }
  .managed-hero h1 { max-width: 650px; margin-inline: auto; font-size: clamp(48px, 9vw, 66px); }.platform-console { width: min(465px, 100%); }
  .statement-grid { grid-template-columns: 1fr; gap: 20px; }.statement h2 br { display: none; }
  .section-heading { display: block; }.section-heading > p { margin-top: 24px; }
  .solution-grid { grid-template-columns: 1fr; }.solution-card { min-height: auto; }.solution-icon { margin-bottom: 44px; }.solution-card p { min-height: auto; }
  .product-card { grid-template-columns: 1fr; min-height: auto; padding: 44px 34px; gap: 38px; }.phone-stage { height: 380px; }.phone-back { left: 20%; }.phone-front { right: 20%; }
  .approach-grid { grid-template-columns: 1fr; gap: 50px; }.approach-copy { position: static; }
  .managed-grid { grid-template-columns: 1fr; gap: 55px; }.managed-intro { position: static; }.managed-intro > p:not(.section-kicker) { max-width: 630px; }
  .case-card, .kevler-case { grid-template-columns: 1fr; padding: 44px 34px; gap: 42px; }.real-app-gallery { width: min(560px, 100%); margin-inline: auto; }.website-capture { width: 100%; transform: none; }
  .fit-grid { grid-template-columns: 1fr; gap: 38px; }.fit-copy { max-width: 650px; }
}

@media (max-width: 520px) {
  .shell { width: calc(100% - 28px); }
  .nav-wrap { height: 74px; }.brand { font-size: 19px; }.brand-mark { width: 34px; }
  .hero { padding-top: 126px; }.hero-grid { gap: 12px; }h1 { font-size: clamp(44px, 12.5vw, 58px); letter-spacing: -3px; }.hero-lead { font-size: 16px; line-height: 1.65; }.hero-actions { flex-direction: column; gap: 18px; }.hero-visual { min-height: 380px; width: 100%; margin-left: 0; transform: scale(.82); transform-origin: center top; }
  .managed-hero h1 { font-size: clamp(42px, 11.7vw, 54px); letter-spacing: -3px; }.platform-visual { min-height: 465px; margin-bottom: -50px; transform: scale(.82); }.float-card-one { right: -34px; }.float-card-two { left: -26px; }
  .statement h2, .section-heading h2, .approach h2 { font-size: 37px; letter-spacing: -1.8px; }
  .section-heading { margin-bottom: 38px; }.solution-card { padding: 28px; }
  .product-card { padding: 37px 25px; border-radius: 24px; }.product-card h3 { font-size: 32px; }.product-pills { gap: 6px; }.phone-stage { width: 116%; height: 340px; margin-left: -8%; transform: scale(.86); }.phone-back { left: 9%; }.phone-front { right: 9%; }.dashboard-stage { min-height: 260px; }.dash-main { height: 210px; }.dash-content { padding: 20px 14px; }.dash-badge { right: -8px; }
  .managed-intro h2, .fit-grid h2 { font-size: 37px; letter-spacing: -1.8px; }.managed-list article { grid-template-columns: 30px 1fr; padding: 20px 0; }.managed-list article > i { display: none; }
  .case-card, .kevler-case { padding: 34px 24px; border-radius: 24px; }.case-copy h3 { font-size: 32px; }.real-app-gallery { min-height: 335px; width: 114%; margin-left: -7%; }.app-shot { width: 142px; height: 308px; border-width: 4px; border-radius: 22px; }.app-shot-back { left: 0; }.app-shot-front { left: 30%; }.app-shot-side { right: 0; }.website-capture > img { aspect-ratio: 1.2; }.browser-bar { height: 40px; }.fit-copy li { display: flex; align-items: flex-start; }
  .cta-section { padding-top: 0; }.cta-panel { padding: 72px 22px; border-radius: 26px 26px 0 0; }.cta-panel h2 { font-size: 42px; letter-spacing: -2px; }
  .footer-top { display: grid; gap: 45px; }.footer-contact { text-align: left; }.footer-bottom { display: grid; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
