:root {
  --navy: #0b2545;
  --navy-deep: #061a33;
  --blue: #4f9bd3;
  --blue-bright: #67b8ed;
  --blue-pale: #eaf5fc;
  --ink: #10243c;
  --muted: #5d6c7d;
  --line: #dfe8ef;
  --white: #fff;
  --off-white: #f6f9fb;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(6, 26, 51, .12);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 82px; color: var(--white); transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 8px 32px rgba(6,26,51,.09); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 240px; }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); transition: filter .25s; }
.site-header.scrolled .brand img { filter: none; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav > a:not(.button) { font-size: .94rem; font-weight: 650; text-decoration: none; position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--blue-bright); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border-radius: 8px; color: var(--white); background: var(--blue); box-shadow: 0 12px 30px rgba(79,155,211,.25); text-decoration: none; font-weight: 750; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #3c8bc4; box-shadow: 0 16px 34px rgba(79,155,211,.34); }
.button-small { min-height: 42px; padding-inline: 20px; }
.button-light { color: var(--navy); background: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.button-light:hover { color: var(--navy); background: var(--blue-pale); }
.text-link { color: var(--white); text-decoration: none; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero { min-height: 760px; height: min(900px, 100vh); position: relative; overflow: hidden; display: flex; align-items: center; color: var(--white); background: linear-gradient(118deg, var(--navy-deep) 0%, var(--navy) 53%, #123f68 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, #000 35%, #000); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 520px; height: 520px; right: -160px; top: -140px; background: radial-gradient(circle at 35% 35%, rgba(103,184,237,.3), rgba(50,114,166,.02) 70%); }
.orb-two { width: 380px; height: 380px; left: 42%; bottom: -220px; background: rgba(79,155,211,.08); border: 1px solid rgba(255,255,255,.12); }
.hero-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; position: relative; padding-top: 45px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; color: var(--blue-bright); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #3d8bc2; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 27px; max-width: 760px; font-size: clamp(3.2rem, 6vw, 5.9rem); font-weight: 760; }
h1 em, h2 em { color: var(--blue-bright); font-style: normal; font-weight: inherit; }
h2 { margin-bottom: 24px; font-size: clamp(2.3rem, 4.6vw, 4.2rem); font-weight: 730; }
h3 { font-size: 1.45rem; }
.hero-intro { max-width: 640px; margin: 0 0 36px; color: #d4e1ed; font-size: 1.13rem; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.trust-row { display: flex; gap: 26px; margin-top: 36px; color: #c5d4e3; font-size: .88rem; }
.trust-row i { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 7px; color: var(--navy); background: var(--blue-bright); border-radius: 50%; font-style: normal; font-size: .7rem; }
.hero-visual { min-height: 480px; position: relative; }
.visual-card { border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.095); box-shadow: 0 30px 70px rgba(0,0,0,.22); backdrop-filter: blur(15px); }
.visual-card-main { position: absolute; top: 70px; right: 0; width: min(100%, 470px); padding: 28px; border-radius: var(--radius); transform: perspective(900px) rotateY(-5deg) rotateX(2deg); }
.card-topline { display: flex; justify-content: space-between; color: #d8e6f2; font-size: .85rem; }
.live-dot { color: #9ed7f8; }
.live-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #69d29b; box-shadow: 0 0 0 5px rgba(105,210,155,.13); }
.signal-graph { height: 190px; margin: 28px 0 24px; padding: 10px 7px 0; display: flex; align-items: end; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.15); background: repeating-linear-gradient(to top, rgba(255,255,255,.07) 0 1px, transparent 1px 45px); }
.signal-graph span { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(to top, rgba(79,155,211,.28), var(--blue-bright)); animation: rise 1s both; transform-origin: bottom; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-row div { padding: 14px 8px; text-align: center; border-radius: 10px; background: rgba(255,255,255,.06); }
.metric-row strong, .metric-row small { display: block; }
.metric-row strong { color: var(--white); font-size: .9rem; }
.metric-row small { color: #aebfd0; font-size: .72rem; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 13px; padding: 16px 18px; border-radius: 14px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .84rem; }
.floating-card small { color: #afc3d7; font-size: .72rem; }
.card-security { left: 0; top: 15px; animation: float 5s ease-in-out infinite; }
.card-cloud { right: -20px; bottom: 5px; animation: float 6s 1s ease-in-out infinite; }
.card-icon { width: 38px; height: 38px; display: block; border-radius: 10px; background-color: rgba(103,184,237,.16); position: relative; }
.shield-icon::before { content: ""; position: absolute; inset: 9px 11px 8px; border: 2px solid var(--blue-bright); border-radius: 9px 9px 12px 12px; clip-path: polygon(50% 0,100% 18%,88% 74%,50% 100%,12% 74%,0 18%); }
.cloud-icon::before { content: ""; position: absolute; left: 8px; top: 16px; width: 22px; height: 11px; border: 2px solid var(--blue-bright); border-radius: 10px; }
.cloud-icon::after { content: ""; position: absolute; left: 14px; top: 10px; width: 12px; height: 12px; border: 2px solid var(--blue-bright); border-bottom: 0; border-radius: 50% 50% 0 0; }
.scroll-cue { position: absolute; bottom: 27px; left: 50%; width: 28px; height: 42px; border: 1px solid rgba(255,255,255,.38); border-radius: 20px; }
.scroll-cue span { position: absolute; width: 4px; height: 7px; top: 9px; left: 11px; border-radius: 4px; background: var(--white); animation: scroll 1.8s infinite; }

.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.split-heading h2 { max-width: 780px; margin-bottom: 0; }
.split-heading > p { margin: 0 0 9px; color: var(--muted); font-size: 1.1rem; }
.services { background: var(--off-white); }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { min-height: 480px; padding: 34px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(11,37,69,.04); transition: transform .25s, box-shadow .25s, border .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #bddbed; box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-card .number { position: absolute; right: 27px; top: 21px; color: #dce5eb; font-size: 2.4rem; font-weight: 850; }
.service-card.featured .number { color: rgba(255,255,255,.12); }
.service-icon { display: block; width: 64px; height: 64px; margin: 34px 0 30px; border-radius: 17px; background: var(--blue-pale); position: relative; }
.featured .service-icon { background: rgba(103,184,237,.13); }
.service-icon::before, .service-icon::after { content: ""; position: absolute; }
.strategy-icon::before { inset: 17px; border: 2px solid var(--blue); border-radius: 50%; }
.strategy-icon::after { width: 18px; height: 2px; left: 23px; top: 31px; background: var(--blue); box-shadow: 6px -8px 0 -0.2px var(--blue), -5px 8px 0 -0.2px var(--blue); transform: rotate(-38deg); }
.cloud-large-icon::before { width: 34px; height: 18px; left: 15px; top: 27px; border: 2px solid var(--blue-bright); border-radius: 16px; }
.cloud-large-icon::after { width: 19px; height: 19px; left: 23px; top: 17px; border: 2px solid var(--blue-bright); border-bottom: 0; border-radius: 50% 50% 0 0; }
.security-large-icon::before { inset: 14px 17px 13px; border: 2px solid var(--blue); border-radius: 15px 15px 19px 19px; clip-path: polygon(50% 0,100% 18%,88% 74%,50% 100%,12% 74%,0 18%); }
.security-large-icon::after { width: 13px; height: 7px; left: 26px; top: 27px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: rotate(-45deg); }
.sourcing-icon::before { inset: 17px; border: 2px solid var(--blue); border-radius: 50%; box-shadow: 12px 8px 0 -6px var(--blue), -12px 8px 0 -6px var(--blue); }
.service-card h3 { margin-bottom: 17px; }
.service-card p { color: var(--muted); }
.featured p { color: #b9cad9; }
.service-card ul { margin: 25px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.13); }
.service-card li { margin: 8px 0; font-size: .91rem; }
.service-card li::before { content: "→"; margin-right: 9px; color: var(--blue); font-weight: 800; }
.featured li::before { color: var(--blue-bright); }

.approach { color: var(--white); background: var(--navy); }
.approach-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.approach-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 34px; color: #b9c9d9; font-size: 1.06rem; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li:last-child { border: 0; }
.steps > li > span { color: var(--blue-bright); font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
.steps h3 { margin-bottom: 8px; }
.steps p { margin: 0; color: #aebfd0; }

.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.about-mark { min-height: 530px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg, #eaf5fc, #cfe9f8); }
.about-mark::before, .about-mark::after { content: ""; position: absolute; border: 1px solid rgba(11,37,69,.1); border-radius: 50%; }
.about-mark::before { width: 370px; height: 370px; }
.about-mark::after { width: 510px; height: 510px; }
.about-mark span { z-index: 1; width: 185px; height: 185px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, #6bb5e9, #244a7a); border-radius: 38px; box-shadow: 0 24px 55px rgba(11,37,69,.2); font-size: 10rem; font-weight: 850; line-height: 1; }
.about-mark i { position: absolute; width: 250px; height: 250px; border: 1px dashed rgba(11,37,69,.2); border-radius: 50%; animation: rotate 18s linear infinite; }
.about-copy .lead { color: var(--ink); font-size: 1.3rem; font-weight: 620; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 34px; }
.values div { padding: 20px 0; border-top: 2px solid var(--blue); }
.values strong, .values span { display: block; }
.values span { margin-top: 5px; color: var(--muted); font-size: .82rem; }

.quickscan-callout { padding-top: 20px; padding-bottom: 70px; }
.quickscan-callout-card { padding: 64px 70px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; color: var(--white); background: linear-gradient(120deg, #123f68, var(--navy-deep)); border-radius: 28px; box-shadow: var(--shadow); }
.quickscan-callout-card h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4vw, 3.75rem); }
.quickscan-callout-card p:last-child { max-width: 720px; margin-bottom: 0; color: #c5d4e3; }
.quickscan-callout-action { display: flex; flex-direction: column; gap: 14px; text-align: center; }
.quickscan-callout-action strong { color: var(--blue-bright); }
.quickscan-callout-action small { color: #b7c8d8; }

.contact { padding-top: 20px; }
.contact-card { padding: 70px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; color: var(--white); background: linear-gradient(120deg, var(--navy-deep), #164d7a); border-radius: 28px; position: relative; overflow: hidden; }
.contact-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: -160px; top: -170px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.03), 0 0 0 120px rgba(255,255,255,.02); }
.contact-card h2 { font-size: clamp(2.3rem, 4vw, 3.8rem); }
.contact-card > div { position: relative; z-index: 1; }
.contact-card > div > p:last-child { color: #c1d1df; }
.contact-actions { text-align: center; }
.contact-actions .button { width: 100%; }
.contact-email-link { display: inline-block; margin-top: 17px; color: var(--white); font-weight: 750; text-underline-offset: 4px; }
.contact-actions p { font-size: .83rem; }

.site-footer { margin-top: 100px; padding-top: 68px; color: #b8c6d3; background: var(--navy-deep); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer-main img { width: 245px; height: auto; }
.footer-main div { display: flex; flex-direction: column; gap: 8px; }
.footer-main strong { margin-bottom: 8px; color: var(--white); }
.footer-main a { text-decoration: none; }
.footer-main a:hover { color: var(--blue-bright); }
.footer-bottom { padding: 22px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes rise { from { transform: scaleY(0); } }
@keyframes float { 50% { transform: translateY(-10px); } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(15px); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .hero { height: auto; min-height: 900px; padding: 135px 0 90px; }
  .hero-layout, .split-heading, .approach-layout, .about-layout, .quickscan-callout-card, .contact-card { grid-template-columns: 1fr; }
  .hero-layout { gap: 22px; }
  .hero-visual { min-height: 430px; max-width: 620px; width: 100%; margin: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .split-heading, .approach-layout, .about-layout { gap: 52px; }
  .about-mark { min-height: 420px; }
  .quickscan-callout-card, .contact-card { gap: 30px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .site-header, .site-header.scrolled { height: 68px; background: rgba(255,255,255,.96); color: var(--ink); }
  .brand { width: 192px; }
  .brand img { filter: none; }
  .menu-toggle { display: block; color: var(--navy); }
  .main-nav { position: fixed; inset: 68px 0 auto; padding: 28px 24px 34px; display: grid; gap: 22px; color: var(--ink); background: var(--white); box-shadow: 0 18px 30px rgba(0,0,0,.12); transform: translateY(-140%); opacity: 0; transition: transform .25s, opacity .25s; }
  .main-nav.open { transform: none; opacity: 1; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-layout { display: block; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .hero-actions, .trust-row { align-items: flex-start; flex-direction: column; }
  .hero-actions { gap: 22px; }
  .trust-row { gap: 11px; }
  .hero-visual { min-height: 390px; margin-top: 30px; }
  .visual-card-main { top: 62px; padding: 20px; transform: none; }
  .card-security { top: 5px; }
  .card-cloud { right: -4px; }
  .signal-graph { height: 150px; }
  .scroll-cue { display: none; }
  .service-card { padding: 28px; }
  .values { grid-template-columns: 1fr; }
  .about-mark { min-height: 340px; }
  .about-mark span { width: 145px; height: 145px; font-size: 8rem; }
  .contact { padding-top: 0; }
  .quickscan-callout { padding: 0; }
  .quickscan-callout-card { width: 100%; padding: 48px 24px; border-radius: 0; }
  .contact-card { width: 100%; padding: 48px 24px; border-radius: 0; }
  .site-footer { margin-top: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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

.error-page { min-height: 100vh; color: var(--white); background: radial-gradient(circle at 80% 10%, #174f7d, transparent 35%), var(--navy-deep); }
.error-page main { min-height: 100vh; width: var(--container); margin: auto; padding: 55px 0; display: flex; flex-direction: column; justify-content: space-between; }
.error-brand { width: 245px; }
.error-content { max-width: 760px; padding: 80px 0; }
.error-content h1 { font-size: clamp(3rem, 7vw, 6rem); }
.error-content > p:not(.eyebrow) { max-width: 650px; margin: 0 0 34px; color: #c5d4e3; font-size: 1.1rem; }
