@font-face { font-family: Inter; src: url("fonts/InterVariable.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  --navy: #07182f;
  --navy-2: #0d2748;
  --blue: #2f80ed;
  --blue-soft: #eaf3ff;
  --gold: #c7a24a;
  --gold-soft: #f2d98c;
  --white: #ffffff;
  --ice: #f6f9fd;
  --line: #dfe8f3;
  --muted: #66758a;
  --text: #172033;
  --shadow: 0 26px 80px rgba(7, 24, 47, 0.14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: clip;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .75;
  background:
    radial-gradient(circle at 82% 4%, rgba(47,128,237,.11), transparent 26rem),
    radial-gradient(circle at 8% 12%, rgba(199,162,74,.14), transparent 24rem),
    linear-gradient(to bottom, #fff, #f7faff 52%, #fff);
  z-index: -2;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(13,39,72,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,39,72,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
.site-shell { max-width: 1240px; margin: 0 auto; padding: 28px; position: relative; }

.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 14px 16px 14px 20px;
  border: 1px solid rgba(13,39,72,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  position: sticky; top: 18px; z-index: 20;
  box-shadow: 0 18px 60px rgba(7, 24, 47, .09);
}
.brand { display: flex; align-items: baseline; gap: 2px; flex-wrap: wrap; }
.brand-mark { color: var(--blue); font-weight: 900; letter-spacing: -.06em; font-size: 1.45rem; }
.brand-word { color: var(--navy); font-weight: 900; font-size: 1.45rem; letter-spacing: -.045em; }
.brand-sub { font-size: .72rem; color: var(--muted); margin-left: 10px; font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 18px; font-size: .92rem; color: var(--navy-2); font-weight: 750; }
.nav-links a { opacity: .86; transition: .2s ease; }
.nav-links a:hover { opacity: 1; color: var(--blue); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--navy); color: white !important; opacity: 1 !important; box-shadow: 0 10px 24px rgba(7,24,47,.16); }

.hero {
  min-height: 740px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 56px;
  padding: 86px 0 58px;
}
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .17em; font-weight: 900; font-size: .78rem; margin: 0 0 16px; }
h1, h2, h3 { margin: 0; letter-spacing: -.05em; line-height: .98; color: var(--navy); }
h1 { font-size: clamp(4rem, 8vw, 7.8rem); max-width: 860px; }
h2 { font-size: clamp(2.15rem, 4.3vw, 4.2rem); }
h3 { font-size: 1.42rem; }
.hero-lede { font-size: clamp(1.22rem, 2vw, 1.62rem); line-height: 1.45; color: #394961; max-width: 720px; margin: 28px 0 16px; font-weight: 720; }
.hero-copy-small { color: #596b82; line-height: 1.75; max-width: 680px; font-size: 1.05rem; margin: 0 0 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: white; background: var(--navy); box-shadow: 0 14px 34px rgba(7,24,47,.24); }
.btn.secondary { border: 1px solid rgba(13,39,72,.14); background: rgba(255,255,255,.74); color: var(--navy); }
.btn.light { white-space: nowrap; background: white; color: var(--navy); }
.proof-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.proof-row span { padding: 10px 13px; border-radius: 999px; color: var(--navy-2); background: rgba(47,128,237,.08); border: 1px solid rgba(47,128,237,.14); font-weight: 800; font-size: .86rem; }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; isolation: isolate; }
.orbit { position: absolute; width: min(520px, 92vw); height: min(520px, 92vw); border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(47,128,237,.12), transparent 57%), conic-gradient(from 140deg, rgba(47,128,237,.42), rgba(199,162,74,.25), rgba(7,24,47,.18), rgba(47,128,237,.42)); mask: radial-gradient(circle, transparent 55%, black 56%, black 58%, transparent 59%); animation: spin 18s linear infinite; }
.glass { border: 1px solid rgba(13,39,72,.11); background: rgba(255,255,255,.78); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
.model-card { width: min(510px, 94%); padding: 24px; border-radius: 34px; position: relative; z-index: 2; }
.model-card-top { display: flex; align-items: center; gap: 10px; font-weight: 900; color: var(--navy); }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 rgba(47,128,237,.6); animation: pulse 1.8s infinite; }
.model-ladder { display: grid; gap: 12px; margin-top: 24px; }
.model-ladder div { padding: 18px; border-radius: 22px; background: linear-gradient(135deg, #fff, #f4f8ff); border: 1px solid rgba(13,39,72,.09); }
.model-ladder strong { color: var(--gold); font-size: .92rem; margin-right: 10px; }
.model-ladder span { color: var(--navy); font-weight: 900; font-size: 1.18rem; }
.model-ladder small { display: block; color: var(--muted); margin-top: 6px; font-weight: 700; }
.floating-tag { position: absolute; z-index: 3; padding: 12px 16px; border-radius: 999px; background: rgba(255,255,255,.86); border: 1px solid rgba(13,39,72,.11); backdrop-filter: blur(16px); font-weight: 900; color: var(--navy); box-shadow: 0 20px 45px rgba(7,24,47,.13); }
.tag-1 { top: 34px; left: 6px; animation: float 5s ease-in-out infinite; }
.tag-2 { right: 2px; top: 184px; animation: float 6s ease-in-out infinite reverse; }
.tag-3 { left: 26px; bottom: 8px; animation: float 7s ease-in-out infinite; }

.intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: start; padding: 78px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro p:last-child, .section-heading p, .service-card p, .difference-copy p, .cta p, .operating-model p, .audience p, .insight-card p { color: #596b82; line-height: 1.75; font-size: 1.05rem; }
.services, .operating-model, .insights { padding: 94px 0; }
.section-heading { max-width: 820px; margin-bottom: 36px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.service-card, .insight-card { display: flex; flex-direction: column; padding: 28px; border-radius: var(--radius); background: rgba(255,255,255,.82); border: 1px solid rgba(13,39,72,.09); min-height: 320px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover, .insight-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(47,128,237,.25); }
.icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: var(--blue-soft); color: var(--blue); font-size: .98rem; font-weight: 900; margin-bottom: 22px; }
.service-card ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 9px; color: var(--navy-2); font-size: .92rem; font-weight: 750; }
.service-card li::before { content: "✓"; color: var(--blue); font-weight: 900; margin-right: 8px; }

.operating-model { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.model-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 14px; align-items: stretch; }
.flow-step { padding: 24px; border-radius: 26px; background: var(--navy); color: white; min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; }
.flow-step:nth-child(3), .flow-step:nth-child(7) { background: #123967; }
.flow-step span { color: var(--gold-soft); font-weight: 900; font-size: 1.2rem; letter-spacing: -.03em; }
.flow-step p { color: #d8e4f2; font-size: .96rem; }
.flow-arrow { display: grid; place-items: center; color: var(--blue); font-size: 2rem; font-weight: 900; }

.difference { display: grid; grid-template-columns: .94fr 1.06fr; gap: 48px; align-items: center; padding: 92px 0; }
.visual-panel { min-height: 520px; border-radius: 34px; position: relative; overflow: hidden; background: radial-gradient(circle at 30% 25%, rgba(47,128,237,.3), transparent 34%), radial-gradient(circle at 70% 70%, rgba(199,162,74,.22), transparent 34%), linear-gradient(145deg, #f7faff, #eaf3ff); border: 1px solid rgba(13,39,72,.1); box-shadow: var(--shadow); }
.mesh { position: absolute; inset: 0; background-image: radial-gradient(circle at center, rgba(13,39,72,.18) 1px, transparent 1.5px); background-size: 28px 28px; animation: drift 12s linear infinite; }
.dashboard { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 78%; padding: 28px; border-radius: 28px; }
.dash-label { color: var(--navy); font-weight: 900; margin-bottom: 22px; }
.readiness-bars { display: grid; gap: 16px; }
.readiness-bars span { display: grid; gap: 7px; color: var(--navy-2); font-weight: 850; }
.readiness-bars em { display: block; height: 10px; width: var(--w); background: linear-gradient(90deg, var(--blue), var(--gold)); border-radius: 999px; }
.check-list { display: grid; gap: 15px; list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { padding: 18px 18px 18px 48px; border-radius: 18px; background: #fff; border: 1px solid rgba(13,39,72,.09); position: relative; color: #394961; line-height: 1.55; }
.check-list li::before { content: "✓"; position: absolute; left: 18px; color: var(--blue); font-weight: 900; }

.audience { padding: 86px 0; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience h2 { max-width: 900px; margin: 0 auto 28px; }
.pill-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.pill-grid span { padding: 12px 16px; border-radius: 999px; background: #fff; border: 1px solid rgba(13,39,72,.1); color: var(--navy-2); font-weight: 850; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.insight-card { min-height: 210px; }
.insight-thumb { display: block; height: 130px; border-radius: 14px; margin: 0 0 18px; background-size: cover; background-position: center; }
.insight-thumb.thumb-why-ai-projects-fail { background-image: linear-gradient(rgba(7,24,47,.2), rgba(7,24,47,.2)), url("images/why-ai-projects-fail-before-they-begin.webp"); }
.insight-thumb.thumb-ceo-guide { background-image: linear-gradient(rgba(7,24,47,.2), rgba(7,24,47,.2)), url("images/ceo-guide-to-ai-readiness.webp"); }
.insight-thumb.thumb-data-before-ai { background-image: linear-gradient(rgba(7,24,47,.2), rgba(7,24,47,.2)), url("images/data-before-ai.webp"); }
.cta { margin: 32px 0 72px; padding: 48px; border-radius: 36px; background: radial-gradient(circle at 82% 18%, rgba(199,162,74,.34), transparent 28%), linear-gradient(135deg, var(--navy), #0d315f); border: 1px solid rgba(255,255,255,.13); display: flex; align-items: center; justify-content: space-between; gap: 28px; box-shadow: var(--shadow); }
.cta h2 { color: white; max-width: 840px; }
.cta .eyebrow { color: var(--gold-soft); }
.cta p { color: #d8e4f2; }
.footer { display: flex; justify-content: space-between; gap: 16px; padding: 26px 0 18px; color: var(--muted); border-top: 1px solid var(--line); }
.footer a { color: var(--blue); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; } .delay-2 { transition-delay: .18s; } .delay-3 { transition-delay: .26s; }
@keyframes float { 0%, 100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(-18px) translateX(8px); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(47,128,237,.5); } 70% { box-shadow: 0 0 0 16px rgba(47,128,237,0); } 100% { box-shadow: 0 0 0 0 rgba(47,128,237,0); } }
@keyframes drift { from { transform: translateY(0); } to { transform: translateY(28px); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1060px) { .card-grid.four { grid-template-columns: 1fr 1fr; } .model-flow { grid-template-columns: 1fr; } .flow-arrow { transform: rotate(90deg); } }
@media (max-width: 920px) { .site-shell { padding: 18px; } .nav { border-radius: 24px; align-items: flex-start; position: static; } .nav, .intro, .difference, .cta { flex-direction: column; display: flex; } .nav-links { width: 100%; flex-wrap: wrap; } .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 60px; } .hero-visual { min-height: 500px; } .tag-1 { top: 0; left: 0; } .insight-grid { grid-template-columns: 1fr 1fr; } .difference-copy { order: -1; } .visual-panel { min-height: 440px; } }

/* Subpages: insight articles + service pages */
.page-main { max-width: 880px; margin: 0 auto; padding: 46px 0 10px; }
.breadcrumb { font-size: .85rem; font-weight: 750; color: var(--muted); margin: 0 0 26px; }
.breadcrumb a { color: var(--blue); }
.page-header h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); letter-spacing: -.035em; line-height: 1.05; color: var(--navy); margin: 0 0 18px; }
.page-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: .78rem; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; margin: 0 0 18px; }
.page-dek { font-size: clamp(1.12rem, 1.6vw, 1.35rem); line-height: 1.5; color: #394961; font-weight: 720; margin: 0 0 30px; }
.page-art { height: 240px; border-radius: var(--radius); margin: 0 0 42px; background: radial-gradient(circle at 78% 22%, rgba(47,128,237,.35), transparent 55%), radial-gradient(circle at 12% 85%, rgba(199,162,74,.3), transparent 50%), linear-gradient(135deg, var(--navy), var(--navy-2)); }
.page-hero-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; margin: 0 0 46px; }
.page-hero-split .page-header { margin: 0; }
.page-hero-split .page-dek { margin: 0; }
.page-hero-split .page-art { height: 400px; margin: 0; box-shadow: var(--shadow); }
.page-art.art-executive-advisory { background: linear-gradient(160deg, rgba(7,24,47,.35), rgba(7,24,47,0) 55%), url("images/executive-advisory.webp") center/cover no-repeat; }
.page-art.art-data-technology-foundation { background: linear-gradient(160deg, rgba(7,24,47,.3), rgba(7,24,47,0) 55%), url("images/data-technology-foundation.webp") center/cover no-repeat; }
.page-art.art-software-engineering { background: linear-gradient(160deg, rgba(7,24,47,.35), rgba(7,24,47,0) 55%), url("images/software-engineering.webp") center/cover no-repeat; }
.page-art.art-embedded-delivery-teams { background: linear-gradient(160deg, rgba(7,24,47,.35), rgba(7,24,47,0) 55%), url("images/embedded-delivery-teams.webp") center/cover no-repeat; }
.insight-hero { border-radius: var(--radius); padding: 46px clamp(26px, 5vw, 54px); min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end; margin: 0 0 46px; box-shadow: var(--shadow); }
.insight-hero .page-meta { color: rgba(255,255,255,.92); text-shadow: 0 1px 3px rgba(7,24,47,.7); }
.insight-hero h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); letter-spacing: -.035em; line-height: 1.05; color: #fff; margin: 0 0 14px; text-shadow: 0 1px 3px rgba(7,24,47,.6), 0 6px 28px rgba(7,24,47,.7); }
.insight-hero .page-dek { color: #fff; margin: 0; max-width: 640px; text-shadow: 0 1px 3px rgba(7,24,47,.7), 0 4px 20px rgba(7,24,47,.7); }
.insight-hero.art-why-ai-projects-fail { background: linear-gradient(180deg, rgba(7,24,47,.35), rgba(7,24,47,.55) 45%, rgba(7,24,47,.93)), url("images/why-ai-projects-fail-before-they-begin.webp") center/cover no-repeat; }
.insight-hero.art-ceo-guide { background: linear-gradient(180deg, rgba(7,24,47,.5), rgba(7,24,47,.68) 45%, rgba(7,24,47,.95)), url("images/ceo-guide-to-ai-readiness.webp") center/cover no-repeat; }
.insight-hero.art-data-before-ai { background: linear-gradient(180deg, rgba(7,24,47,.3), rgba(7,24,47,.5) 45%, rgba(7,24,47,.92)), url("images/data-before-ai.webp") center/cover no-repeat; }
.prose { font-size: 1.04rem; line-height: 1.75; color: var(--text); }
.prose h2 { font-size: 1.55rem; letter-spacing: -.02em; color: var(--navy); margin: 42px 0 14px; }
.prose p { margin: 0 0 18px; }
.prose ul { margin: 0 0 18px; padding-left: 22px; display: grid; gap: 8px; }
.prose strong { color: var(--navy); }
.callout { border: 1px solid var(--line); border-left: 4px solid var(--blue); background: var(--ice); border-radius: 14px; padding: 20px 22px; margin: 30px 0; font-weight: 720; color: var(--navy-2); }
.page-cta { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; border-radius: var(--radius); padding: 34px; margin: 54px 0 20px; }
.page-cta h2 { margin: 0 0 6px; font-size: 1.5rem; letter-spacing: -.02em; color: #fff; }
.page-cta p { margin: 0; color: #d8e4f2; }
a.service-card, a.insight-card { display: flex; flex-direction: column; color: inherit; }
.read-more, .card-link { display: inline-block; margin-top: auto; padding-top: 14px; align-self: flex-start; color: var(--blue); font-weight: 850; font-size: .9rem; }

/* Subpage responsive rules live below the base rules so they win the cascade */
@media (max-width: 920px) { .page-hero-split { grid-template-columns: 1fr; gap: 26px; } .page-hero-split .page-art { height: 260px; } .page-main { padding-top: 28px; } }

@media (max-width: 620px) { .brand-sub { width: 100%; margin-left: 0; } .card-grid.four { grid-template-columns: 1fr; } .service-card { min-height: auto; } .cta { padding: 30px; align-items: flex-start; } .footer { flex-direction: column; } .hero-actions .btn { width: 100%; } .floating-tag { display: none; } h1 { font-size: clamp(3.3rem, 16vw, 5rem); } .hero { padding: 44px 0 36px; } .insight-grid { grid-template-columns: 1fr; } .services, .operating-model, .insights, .audience { padding: 56px 0; } .intro, .difference { padding: 50px 0; } .visual-panel { min-height: 360px; } .page-art { height: 160px; } .page-hero-split .page-art { height: 200px; } .insight-hero { min-height: 340px; padding: 30px 24px; } .page-cta { padding: 26px; } }
