:root {
  --navy-950: #061f35;
  --navy-900: #082a46;
  --navy-800: #0a3558;
  --navy-700: #124b70;
  --blue-500: #2477a8;
  --blue-100: #eaf4fa;
  --mist: #f3f8fb;
  --white: #ffffff;
  --ink: #102d47;
  --body: #50657a;
  --gold: #d69b08;
  --gold-soft: #f2d78c;
  --line: #d9e5ec;
  --shadow: 0 20px 56px rgba(8, 42, 70, .11);
  --shadow-soft: 0 12px 32px rgba(8, 42, 70, .08);
  --radius: 22px;
  --shell: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
svg use { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; color: var(--white); background: var(--navy-950); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(10, 53, 88, .08);
  box-shadow: 0 5px 24px rgba(8, 42, 70, .04);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 90px; display: grid; grid-template-columns: 245px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 218px; height: 76px; object-fit: contain; }
.primary-nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 38px); font-weight: 750; color: #2d3742; }
.primary-nav a { position: relative; padding-block: 30px; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 50%; bottom: 20px; width: 0; height: 2px; background: var(--gold); transition: .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { left: 0; width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--navy-900); transition: .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 27px; border: 2px solid transparent; border-radius: 9px; font-weight: 800; line-height: 1.1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy-800); box-shadow: 0 10px 24px rgba(10, 53, 88, .18); }
.button-primary:hover { background: var(--navy-700); box-shadow: 0 14px 30px rgba(10, 53, 88, .22); }
.button-outline { color: var(--navy-800); background: rgba(255, 255, 255, .82); border-color: var(--navy-700); }
.button-gold { color: var(--navy-950); background: var(--gold); }
.header-cta { min-height: 54px; padding-inline: 30px; }

.hero {
  position: relative;
  min-height: min(780px, calc(100svh - 90px));
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 35%, rgba(153, 214, 244, .22), transparent 26%),
    linear-gradient(118deg, #fff 0%, #fff 43%, #f4faff 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image: radial-gradient(rgba(18, 75, 112, .17) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent 0 40%, #000 64%, transparent 100%);
}
.hero-inner { position: relative; z-index: 2; min-height: inherit; padding-top: clamp(62px, 7vh, 86px); padding-bottom: 136px; }
.hero-copy { width: min(51%, 700px); margin-left: clamp(88px, 8vw, 126px); position: relative; z-index: 5; }
.eyebrow, .section-label { color: var(--gold); font-size: .79rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--navy-700); }
.eyebrow span { display: inline-block; width: 46px; height: 2px; background: var(--gold); }
.eyebrow b { color: var(--gold); font-size: 1.1em; }
.hero h1 { max-width: 720px; margin: 25px 0 21px; color: var(--navy-900); font-size: clamp(3.35rem, 5vw, 5rem); font-weight: 850; line-height: .99; }
.hero h1 em { display: block; color: var(--gold); font-style: normal; }
.hero-lede { max-width: 650px; margin-bottom: 31px; color: #183b58; font-size: clamp(1.1rem, 1.55vw, 1.45rem); line-height: 1.58; }
.hero-actions { display: flex; gap: 18px; }

.hero-corner { position: absolute; z-index: 1; background: var(--navy-800); overflow: hidden; }
.hero-corner::before { content: ""; position: absolute; inset: 0; opacity: .42; background: repeating-radial-gradient(circle at 40% 75%, transparent 0 12px, rgba(115, 180, 216, .33) 13px 14px); }
.hero-corner::after { content: ""; position: absolute; height: 7px; background: var(--gold); }
.hero-corner-top { width: 36vw; height: 160px; top: 0; left: 0; border-radius: 0 0 100% 0; }
.hero-corner-top::after { width: 120%; right: -13%; bottom: 0; transform: rotate(-5deg); transform-origin: right; }
.hero-corner-bottom { width: 38vw; height: 250px; right: 0; bottom: 0; border-radius: 100% 0 0 0; }
.hero-corner-bottom::after { width: 115%; left: -8%; top: 0; transform: rotate(-6deg); transform-origin: left; }
.hero-tech-ribbon { position: absolute; z-index: 3; left: 22px; top: 205px; width: 126px; height: 415px; opacity: .43; }
.hero-tech-ribbon::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49%, rgba(36, 119, 168, .22) 50% 51%, transparent 52%), linear-gradient(rgba(36, 119, 168, .16) 1px, transparent 1px); background-size: 100% 100%, 100% 42px; }
.hero-tech-ribbon span { position: absolute; display: grid; place-items: center; width: 60px; height: 66px; color: var(--navy-700); background: rgba(255,255,255,.9); border: 1px solid #b9d8e8; clip-path: polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%); }
.hero-tech-ribbon span:nth-child(1) { top: 8px; left: 3px; }
.hero-tech-ribbon span:nth-child(2) { top: 108px; right: 0; }
.hero-tech-ribbon span:nth-child(3) { top: 220px; left: 6px; }
.hero-tech-ribbon span:nth-child(4) { top: 329px; right: 0; }
.hero-tech-ribbon svg { width: 27px; height: 27px; }

.hero-visual { position: absolute; z-index: 3; top: 42px; right: 15px; width: 47%; height: 535px; }
.hero-system-art { position: absolute; inset: 6% 0 0; width: 100%; height: 94%; object-fit: contain; object-position: center; filter: drop-shadow(0 22px 32px rgba(8,42,70,.08)); }
.location-badges { position: absolute; z-index: 10; top: 0; right: 1%; display: flex; gap: 14px; }
.location-badges span { display: inline-flex; align-items: center; gap: 9px; padding: 10px 17px; color: var(--navy-900); background: rgba(255, 255, 255, .92); border: 1px solid rgba(10, 53, 88, .12); border-radius: 9px; box-shadow: var(--shadow-soft); font-size: .92rem; font-weight: 850; }
.location-badges b { font-size: 1.05rem; }
.tech-orbit { position: absolute; left: 50%; top: 53%; border: 1px solid rgba(36, 119, 168, .25); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 400px; height: 400px; }
.orbit-two { width: 530px; height: 320px; transform: translate(-50%, -50%) rotate(35deg); }
.tech-node { position: absolute; width: 9px; height: 9px; background: #57acd6; border: 3px solid #d5f1ff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(87, 172, 214, .1); }
.node-one { top: 28%; left: 24%; }.node-two { top: 24%; right: 18%; }.node-three { bottom: 16%; right: 31%; }
.system-stack { position: absolute; z-index: 5; left: 50%; top: 54%; width: 235px; height: 220px; transform: translate(-50%, -50%) rotate(12deg); filter: drop-shadow(0 24px 25px rgba(8, 42, 70, .22)); }
.stack-top, .stack-middle, .stack-bottom { position: absolute; left: 50%; width: 190px; height: 132px; transform: translateX(-50%) rotate(30deg) skew(-4deg); background: linear-gradient(150deg, #1e6d99, #0a3558 70%); border: 2px solid rgba(138, 205, 238, .55); border-radius: 19px; }
.stack-bottom { top: 72px; opacity: .95; }.stack-middle { top: 38px; }.stack-top { top: 5px; background: linear-gradient(150deg, #2d80ad, #0b3e63 73%); }
.stack-top::before, .stack-top::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(203, 233, 248, .37); border-radius: 12px; }
.stack-top::after { inset: 42px; background: radial-gradient(circle, #f6b715 0 26%, rgba(246,183,21,.45) 28% 42%, transparent 62%); border: 0; filter: blur(2px); }
.visual-panel { position: absolute; z-index: 4; display: grid; place-items: center; width: 105px; height: 132px; color: #287ca8; background: rgba(255, 255, 255, .74); border: 1px solid #bdddea; border-radius: 11px; box-shadow: var(--shadow-soft); }
.visual-panel::before { content: ""; position: absolute; inset: 13px; background: repeating-linear-gradient(0deg, transparent 0 8px, rgba(36,119,168,.2) 9px 10px); }
.visual-panel svg { position: relative; z-index: 1; width: 42px; height: 42px; }
.panel-left { left: 7%; top: 50%; transform: rotate(-3deg); }.panel-right { right: 5%; top: 50%; transform: rotate(3deg); }
.visual-badge { position: absolute; z-index: 6; display: grid; place-items: center; color: var(--white); background: linear-gradient(150deg, #2c86b8, #0d4770); box-shadow: 0 14px 28px rgba(10, 53, 88, .25); }
.visual-badge svg { width: 33px; height: 33px; }
.shield-badge { top: 18%; right: 25%; width: 62px; height: 70px; clip-path: polygon(50% 0, 90% 16%, 85% 72%, 50% 100%, 15% 72%, 10% 16%); }
.ai-badge { right: 18%; bottom: 5%; width: 76px; height: 76px; border-radius: 50%; font-size: 1.3rem; font-weight: 900; }

.metrics { position: absolute; z-index: 8; left: 50%; bottom: 42px; display: grid; grid-template-columns: repeat(4, 1fr); width: min(calc(100% - 80px), 1330px); min-height: 100px; padding: 10px 18px; background: rgba(255,255,255,.95); border: 1px solid rgba(214,155,8,.32); border-radius: 17px; box-shadow: var(--shadow); transform: translateX(-50%); }
.metrics article { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 10px 28px; border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics img { width: 52px; height: 52px; }
.metrics strong { display: block; color: var(--gold); font-size: clamp(1.9rem, 2.5vw, 2.7rem); line-height: 1; }
.metrics span { display: block; margin-top: 4px; color: var(--navy-900); font-size: .72rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }

.section { padding: 90px 0; }
.section-heading { max-width: 800px; margin-bottom: 48px; }
.centered-heading { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 16px; color: var(--navy-900); font-size: clamp(2rem, 3.2vw, 3.5rem); }
.section-heading > p:last-child { color: var(--body); font-size: 1.1rem; }
.section-label { margin-bottom: 13px; }
.section-label::before, .section-label::after { content: ""; display: inline-block; width: 36px; height: 2px; margin: 0 13px 4px; background: var(--gold); }
.light-heading h2 { color: var(--white); }
.light-heading > p:last-child { color: #c7d8e4; }

.section-who { padding: 86px 0 96px; background: linear-gradient(120deg, #fff 0 52%, var(--mist) 100%); }
.who-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: clamp(50px, 7vw, 110px); }
.who-copy > .section-label::before { display: none; }
.who-points { display: grid; gap: 26px; }
.who-points article { display: grid; grid-template-columns: 58px 1fr; gap: 17px; align-items: start; }
.icon-round { display: grid; place-items: center; width: 54px; height: 54px; color: var(--gold); background: var(--navy-900); border: 2px solid var(--gold); border-radius: 50%; }
.icon-round svg { width: 27px; height: 27px; }
.who-points h2 { margin: 1px 0 7px; font-size: 1.12rem; }
.who-points p { margin: 0; color: var(--body); font-size: .94rem; line-height: 1.65; }
.delivery-card { position: relative; min-height: 430px; overflow: hidden; background: rgba(255,255,255,.86); border: 1px solid #d0e1ea; border-radius: 27px; box-shadow: var(--shadow); }
.map-title { position: absolute; z-index: 5; left: 50%; top: 22px; margin: 0; color: var(--navy-700); font-size: .8rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.world-map { position: absolute; inset: 12% 2% 0; width: 96%; height: 84%; object-fit: contain; opacity: .93; filter: saturate(1.18) brightness(.77) contrast(1.16); }
.delivery-route { position: absolute; z-index: 3; inset: 16% 4% 0; width: 92%; height: 75%; overflow: visible; }
.delivery-route path { fill: none; stroke: var(--gold); stroke-width: 3; stroke-linecap: round; }
.delivery-route circle { fill: var(--navy-800); stroke: var(--gold); stroke-width: 5; }
.map-pin { position: absolute; z-index: 5; padding: 7px 12px; color: var(--navy-900); background: #fff; border: 1px solid #dbe7ed; border-radius: 8px; box-shadow: var(--shadow-soft); font-size: .78rem; font-weight: 850; }
.pin-texas { left: 13%; bottom: 21%; }.pin-pune { right: 11%; bottom: 24%; }

.network-section { position: relative; overflow: hidden; background: var(--navy-900); }
.network-section::before, .network-section::after { content: ""; position: absolute; width: 480px; height: 480px; opacity: .28; background: radial-gradient(circle, rgba(70,174,225,.9) 0 2px, transparent 3px), repeating-radial-gradient(circle, transparent 0 42px, rgba(70,174,225,.24) 43px 44px); background-size: 56px 56px, 100% 100%; }
.network-section::before { left: -245px; top: -190px; }.network-section::after { right: -255px; bottom: -230px; }
.purpose-section { padding: 78px 0 64px; color: var(--white); }
.purpose-section .shell { position: relative; z-index: 2; }
.purpose-section .section-heading { margin-bottom: 36px; }
.purpose-section .section-heading h2 { max-width: 640px; margin-inline: auto; font-size: clamp(2rem, 2.8vw, 3.15rem); }
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto 46px; }
.purpose-card { position: relative; min-height: 270px; padding: 32px 28px 27px; color: var(--ink); text-align: center; background: var(--white); border: 1px solid rgba(214,155,8,.22); border-radius: 18px; box-shadow: 0 18px 42px rgba(3, 21, 36, .2); }
.purpose-card::after { content: ""; position: absolute; left: 25%; right: 25%; bottom: -1px; height: 5px; background: var(--gold); border-radius: 8px 8px 0 0; }
.purpose-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 17px; color: var(--gold); background: var(--navy-900); border: 2px solid var(--gold); border-radius: 50%; }
.purpose-icon svg { width: 37px; height: 37px; }
.purpose-card h3 { margin-bottom: 11px; font-size: 1.35rem; text-transform: uppercase; }
.purpose-card p { margin: 0; color: var(--body); font-size: .93rem; }
.core-values { padding-top: 34px; border-top: 1px solid rgba(255,255,255,.2); }
.core-values > h2 { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 0 0 34px; color: var(--gold); font-size: 1rem; letter-spacing: .13em; text-transform: uppercase; }
.core-values > h2 span { display: inline-block; width: 80px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.core-values > h2 span:last-child { transform: rotate(180deg); }
.values-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.values-grid article { min-height: 148px; padding: 0 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.22); }
.values-grid article:last-child { border-right: 0; }
.values-grid svg { width: 39px; height: 39px; margin: 0 auto 13px; color: var(--gold); }
.values-grid h3 { margin-bottom: 7px; color: var(--white); font-size: .97rem; }
.values-grid p { margin: 0; color: #c6d7e3; font-size: .78rem; line-height: 1.5; }

.capabilities-section { background: linear-gradient(180deg, #f8fbfd, #eef5f8); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.capability-card { position: relative; display: flex; flex-direction: column; min-height: 340px; padding: 32px 28px 27px; overflow: hidden; background: var(--white); border: 1px solid #dce8ee; border-radius: 18px; box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.capability-card:hover { transform: translateY(-6px); border-color: var(--gold-soft); box-shadow: var(--shadow); }
.capability-card > span { position: absolute; top: 25px; right: 26px; display: grid; place-items: center; width: 42px; height: 42px; color: var(--navy-700); background: #f7f2e6; border-radius: 50%; font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.capability-card > svg { width: 54px; height: 54px; margin-bottom: 25px; color: var(--gold); }
.capability-card h3 { min-height: 52px; margin-bottom: 15px; color: var(--navy-900); font-size: 1.23rem; }
.capability-card p { color: var(--body); font-size: .91rem; }
.capability-card a { margin-top: auto; color: var(--navy-800); font-size: .86rem; font-weight: 850; }
.capability-card a b { color: var(--gold); margin-left: 5px; }

.why-section { padding: 78px 0 86px; background: var(--white); }
.why-section .section-heading { max-width: 880px; margin-bottom: 40px; }
.why-section .section-heading h2 { font-size: clamp(1.75rem, 2.5vw, 2.7rem); }
.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.why-grid article { min-height: 252px; padding: 27px 23px; background: #fff; border: 1px solid #e3ebef; border-radius: 16px; box-shadow: var(--shadow-soft); }
.why-grid svg { width: 44px; height: 44px; margin-bottom: 19px; color: var(--navy-700); }
.why-grid h3 { margin-bottom: 13px; font-size: 1.04rem; }
.why-grid p { margin: 0; color: var(--body); font-size: .85rem; }

.testimonial-section { padding: 64px 0 68px; }
.testimonial-shell { position: relative; z-index: 3; }
.testimonial-shell > .section-label { color: var(--gold); text-align: center; }
.testimonial-wrap { display: grid; grid-template-columns: 56px minmax(0, 760px) 56px; align-items: center; justify-content: center; gap: 28px; margin-top: 28px; }
.testimonial-card { position: relative; min-height: 195px; padding: 45px 74px 34px; color: var(--ink); text-align: center; background: var(--white); border-radius: 17px; box-shadow: 0 20px 45px rgba(0,0,0,.17); }
.testimonial-card p { margin-bottom: 22px; color: var(--body); font-size: 1.05rem; }
.testimonial-card strong, .testimonial-card small { display: block; }
.testimonial-card strong { color: var(--navy-800); }.testimonial-card small { color: #718193; }
.quote-mark { position: absolute; left: 28px; top: 14px; color: #d7e0e5; font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.slider-button { display: grid; place-items: center; width: 50px; height: 50px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 2rem; cursor: pointer; }
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 25px; }
.slider-dots i { width: 7px; height: 7px; background: rgba(255,255,255,.4); border-radius: 50%; }.slider-dots i.active { width: 22px; background: var(--gold); border-radius: 8px; }

.collectivwork-section { padding: 64px 0 62px; background: #fff; }
.collectivwork-card { position: relative; display: grid; grid-template-columns: 1.2fr 2fr auto; align-items: center; gap: 42px; min-height: 188px; padding: 30px 40px 47px; border: 1px solid #dce7ed; border-radius: 20px; box-shadow: var(--shadow-soft); }
.collectivwork-intro { padding-right: 34px; border-right: 1px solid var(--line); }
.collectivwork-intro img { width: min(100%, 330px); height: 60px; object-fit: contain; object-position: left center; margin-bottom: 13px; }
.collectivwork-intro p { margin: 0; color: var(--body); font-size: .9rem; line-height: 1.5; }
.platform-modules { display: grid; grid-template-columns: repeat(5, 1fr); }
.platform-modules article { display: grid; place-items: center; min-height: 83px; border-right: 1px solid var(--line); }
.platform-modules article:last-child { border-right: 0; }
.platform-modules svg { width: 35px; height: 35px; margin-bottom: 7px; color: var(--navy-700); }
.platform-modules span { font-size: .76rem; font-weight: 900; }
.collectivwork-card .button { min-width: 180px; padding-inline: 20px; font-size: .82rem; }
.platform-label { position: absolute; left: 50%; bottom: 13px; margin: 0; color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; transform: translateX(-50%); }

.insights-section { padding: 78px 0 86px; background: var(--mist); }
.insights-section .section-heading { margin-bottom: 36px; }
.insights-section .section-heading h2 { font-size: clamp(2rem, 2.7vw, 3rem); }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.insight-card { display: grid; grid-template-columns: 42% 58%; min-height: 250px; overflow: hidden; background: var(--white); border: 1px solid #dbe7ed; border-radius: 17px; box-shadow: var(--shadow-soft); }
.insight-art { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--navy-900); }
.insight-art::before, .insight-art::after { content: ""; position: absolute; border: 1px solid rgba(102,191,232,.35); border-radius: 50%; }
.insight-art::before { width: 180px; height: 180px; }.insight-art::after { width: 110px; height: 110px; }
.insight-art svg { position: relative; z-index: 3; width: 62px; height: 62px; color: var(--gold); }
.art-data { background: linear-gradient(145deg, #0a3558, #147099); }.art-cloud { background: linear-gradient(145deg, #06263e, #0a5274); }
.insight-card > div:last-child { padding: 25px 24px; }
.insight-card small { color: var(--gold); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.insight-card h3 { margin: 9px 0 12px; font-size: 1.05rem; }
.insight-card p { color: var(--body); font-size: .82rem; }
.insight-card a { color: var(--navy-700); font-size: .79rem; font-weight: 850; }

.cta-section { padding: 64px 0; color: var(--white); background: var(--navy-900); border-bottom: 1px solid rgba(255,255,255,.12); }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner .section-label::before { display: none; }
.cta-inner h2 { margin-bottom: 11px; color: var(--white); font-size: clamp(2rem, 3vw, 3.3rem); }
.cta-inner p:last-child { margin: 0; color: #cbd9e3; font-size: 1.03rem; }
.cta-inner .button { min-width: 180px; }

.site-footer { padding: 72px 0 22px; color: #c6d6e1; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .72fr 1fr .8fr 1.25fr; gap: clamp(30px, 4vw, 68px); padding-bottom: 56px; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-size: .93rem; letter-spacing: .02em; }
.site-footer a { display: block; margin: 7px 0; color: #c6d6e1; font-size: .83rem; }
.site-footer a:hover { color: var(--gold-soft); }
.footer-brand img { width: 210px; height: 76px; object-fit: contain; margin-bottom: 20px; background: #fff; }
.footer-brand p { margin-bottom: 13px; color: var(--white); font-size: 1rem; }
.footer-brand small { display: block; max-width: 350px; color: #9eb3c2; line-height: 1.7; }
.offices strong { display: block; margin: 15px 0 4px; color: var(--gold); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.offices p { margin: 0; color: #b8cad6; font-size: .82rem; line-height: 1.65; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); color: #94aaba; font-size: .72rem; }
.footer-bottom p { margin: 0; }.footer-bottom nav { display: flex; gap: 18px; }.footer-bottom a { display: inline; margin: 0; }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 190px 1fr auto; gap: 18px; }
  .brand img { width: 180px; }
  .primary-nav { gap: 16px; font-size: .87rem; }
  .header-cta { padding-inline: 19px; }
  .hero-copy { margin-left: 80px; width: 50%; }
  .hero-visual { width: 47%; transform: scale(.88); transform-origin: right center; }
  .metrics article { padding-inline: 13px; gap: 10px; }
  .metrics img { width: 44px; height: 44px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid article:nth-child(4), .why-grid article:nth-child(5) { transform: translateX(52%); }
  .footer-grid { grid-template-columns: 1.35fr repeat(4, 1fr); gap: 25px; }
}

@media (max-width: 960px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .site-header { position: relative; }
  .header-inner { min-height: 78px; grid-template-columns: 1fr auto auto; }
  .brand img { width: 170px; height: 64px; }
  .menu-toggle { display: block; order: 3; }
  .primary-nav { position: fixed; z-index: 150; inset: 78px 0 auto; display: none; flex-direction: column; align-items: center; gap: 0; padding: 20px; background: #fff; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { width: 100%; max-width: 480px; padding: 13px; text-align: center; }
  .primary-nav a::after { display: none; }
  .header-cta { justify-self: end; min-height: 46px; }
  .hero { min-height: auto; }
  .hero-inner { padding-top: 78px; padding-bottom: 154px; }
  .hero-copy { width: 56%; margin-left: 50px; }
  .hero h1 { font-size: clamp(3.1rem, 7vw, 4.6rem); }
  .hero-visual { top: 70px; right: -78px; width: 52%; opacity: .82; transform: scale(.75); }
  .hero-tech-ribbon { left: 6px; width: 90px; transform: scale(.78); transform-origin: top left; }
  .hero-corner-top { width: 45vw; }.hero-corner-bottom { width: 48vw; }
  .metrics { bottom: 34px; width: calc(100% - 44px); min-height: 91px; }
  .metrics article { gap: 8px; padding-inline: 7px; }
  .metrics img { width: 36px; height: 36px; }.metrics span { font-size: .62rem; }
  .who-grid { grid-template-columns: 1fr; }
  .delivery-card { min-height: 410px; }
  .values-grid { grid-template-columns: repeat(3, 1fr); gap: 26px 0; }
  .values-grid article:nth-child(3) { border-right: 0; }
  .purpose-grid { gap: 15px; }.purpose-card { padding-inline: 19px; }
  .collectivwork-card { grid-template-columns: 1fr; gap: 28px; padding-bottom: 62px; text-align: center; }
  .collectivwork-intro { padding: 0 0 24px; border: 0; border-bottom: 1px solid var(--line); }
  .collectivwork-intro img { margin-inline: auto; object-position: center; }
  .collectivwork-card .button { justify-self: center; }
  .insight-grid { grid-template-columns: 1fr; }.insight-card { min-height: 220px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { grid-template-columns: 1fr auto; gap: 10px; }
  .header-cta { display: none; }
  .menu-toggle { order: initial; }
  .hero-inner { padding: 88px 0 24px; }
  .hero-copy { width: 100%; margin: 0; text-align: center; }
  .eyebrow { justify-content: center; font-size: .66rem; letter-spacing: .12em; }
  .eyebrow span { width: 25px; }
  .hero h1 { max-width: 600px; margin-inline: auto; font-size: clamp(2.65rem, 13vw, 4.1rem); }
  .hero-lede { font-size: 1.02rem; }
  .hero-actions { justify-content: center; flex-wrap: wrap; }
  .hero-actions .button { min-width: 165px; }
  .hero-visual { position: relative; top: auto; right: auto; width: 100%; height: 360px; margin-top: 28px; opacity: 1; transform: scale(.82); transform-origin: center; }
  .location-badges { top: 5px; right: 50%; width: max-content; transform: translateX(50%); }
  .location-badges span { padding: 8px 10px; font-size: .74rem; }
  .hero-tech-ribbon { top: 100px; opacity: .27; }
  .hero-corner-top { width: 80vw; height: 105px; }.hero-corner-bottom { width: 70vw; height: 170px; bottom: 0; }
  .metrics { position: relative; left: auto; bottom: auto; grid-template-columns: repeat(2, 1fr); width: 100%; margin-top: -10px; padding: 9px; transform: none; }
  .metrics article { justify-content: flex-start; padding: 12px 8px; border-bottom: 1px solid var(--line); }
  .metrics article:nth-child(2) { border-right: 0; }.metrics article:nth-child(3), .metrics article:nth-child(4) { border-bottom: 0; }.metrics strong { font-size: 1.65rem; }
  .section { padding: 66px 0; }
  .section-label { letter-spacing: .14em; }.section-label::before, .section-label::after { width: 24px; margin-inline: 8px; }
  .who-points article { grid-template-columns: 50px 1fr; gap: 13px; }.icon-round { width: 48px; height: 48px; }
  .delivery-card { min-height: 300px; }.map-pin { font-size: .65rem; }.pin-texas { left: 7%; }.pin-pune { right: 7%; }
  .purpose-grid, .capability-grid, .why-grid { grid-template-columns: 1fr; }
  .purpose-card { min-height: auto; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid article { border-right: 1px solid rgba(255,255,255,.2) !important; }.values-grid article:nth-child(even) { border-right: 0 !important; }
  .capability-card { min-height: 285px; }
  .why-grid article { min-height: auto; }.why-grid article:nth-child(4), .why-grid article:nth-child(5) { transform: none; }
  .testimonial-wrap { grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 9px; }.slider-button { width: 34px; height: 34px; }.testimonial-card { padding: 43px 25px 30px; }
  .platform-modules { grid-template-columns: repeat(5, 1fr); }.platform-modules svg { width: 26px; height: 26px; }.platform-modules span { font-size: .62rem; }
  .insight-card { grid-template-columns: 1fr; }.insight-art { min-height: 170px; }
  .cta-inner { flex-direction: column; align-items: flex-start; gap: 28px; }.cta-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }.offices { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; text-align: center; }.footer-bottom nav { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 430px) {
  .brand img { width: 150px; }
  .hero-actions { display: grid; }.hero-actions .button { width: 100%; }
  .location-badges { gap: 7px; }.location-badges span { padding: 7px 8px; }
  .metrics { grid-template-columns: 1fr; }.metrics article { border-right: 0; border-bottom: 1px solid var(--line) !important; }.metrics article:last-child { border-bottom: 0 !important; }
  .hero-visual { margin-bottom: -15px; }
  .values-grid { grid-template-columns: 1fr; }.values-grid article { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.17); padding: 19px; }
  .platform-modules { grid-template-columns: repeat(3, 1fr); gap: 20px 0; }.platform-modules article { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }.offices { grid-column: auto; }
}

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

/*
 * REFERENCE-LOCKED COMPOSITION
 * Matches the approved KSJ homepage board: compact hierarchy, restrained
 * navy/gold styling and a complete first desktop viewport.
 */
@media (min-width: 1181px) {
  :root {
    --shell: 1360px;
    --shadow: 0 14px 38px rgba(8, 42, 70, .10);
    --shadow-soft: 0 8px 24px rgba(8, 42, 70, .07);
  }

  body { font-size: 15px; line-height: 1.48; }
  .shell { width: min(calc(100% - 72px), var(--shell)); }

  .header-inner {
    min-height: 74px;
    grid-template-columns: 188px 1fr auto;
    gap: 22px;
  }
  .brand img { width: 166px; height: 58px; }
  .primary-nav { gap: clamp(18px, 2vw, 34px); font-size: .84rem; font-weight: 720; }
  .primary-nav a { padding-block: 25px; }
  .primary-nav a::after { bottom: 16px; }
  .primary-nav a:first-child { color: var(--navy-700); }
  .header-cta { min-height: 44px; padding: 10px 22px; border-radius: 7px; font-size: .8rem; }

  .button { min-height: 46px; padding: 11px 24px; border-radius: 7px; font-size: .88rem; }

  .hero {
    min-height: 610px;
    background:
      radial-gradient(circle at 75% 43%, rgba(153, 214, 244, .20), transparent 26%),
      linear-gradient(118deg, #fff 0%, #fff 46%, #f5faff 100%);
  }
  .hero-inner { padding-top: 82px; padding-bottom: 122px; }
  .hero-copy { width: min(47%, 590px); margin-left: 116px; }
  .eyebrow { gap: 9px; margin-bottom: 0; font-size: .72rem; letter-spacing: .18em; }
  .eyebrow span { width: 38px; }
  .hero h1 {
    max-width: 570px;
    margin: 20px 0 17px;
    font-size: clamp(3.25rem, 4.25vw, 4.25rem);
    line-height: .98;
  }
  .hero-lede { max-width: 575px; margin-bottom: 25px; font-size: 1.15rem; line-height: 1.52; }
  .hero-actions { gap: 14px; }

  .hero-corner-top { width: 33vw; height: 118px; }
  .hero-corner-bottom { width: 31vw; height: 162px; }
  .hero-corner::after { height: 5px; }
  .hero-tech-ribbon { left: 20px; top: 135px; width: 100px; height: 330px; opacity: .36; transform: scale(.82); transform-origin: top left; }

  .hero-visual { top: 41px; right: 22px; width: 45%; height: 430px; transform: scale(.88); transform-origin: right top; }
  .location-badges { top: -13px; right: 2%; gap: 12px; }
  .location-badges span { padding: 8px 14px; font-size: .8rem; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 455px; height: 275px; }
  .system-stack { width: 210px; height: 200px; }
  .stack-top, .stack-middle, .stack-bottom { width: 174px; height: 120px; }
  .visual-panel { width: 87px; height: 110px; }
  .visual-panel svg { width: 36px; height: 36px; }
  .shield-badge { width: 54px; height: 61px; }
  .ai-badge { width: 64px; height: 64px; font-size: 1.05rem; }

  .metrics {
    bottom: 28px;
    width: min(calc(100% - 160px), 1240px);
    min-height: 78px;
    padding: 7px 13px;
    border-radius: 14px;
  }
  .metrics article { gap: 14px; padding: 7px 20px; }
  .metrics img { width: 43px; height: 43px; }
  .metrics strong { font-size: 2.05rem; }
  .metrics span { margin-top: 2px; font-size: .64rem; }

  .section { padding: 58px 0; }
  .section-label { margin-bottom: 10px; font-size: .74rem; letter-spacing: .16em; }
  .section-label::before, .section-label::after { width: 30px; margin-inline: 10px; }
  .section-heading { margin-bottom: 28px; }

  .section-who { padding: 48px 0 54px; }
  .who-grid { grid-template-columns: .74fr 1.26fr; gap: 58px; }
  .who-points { gap: 19px; }
  .who-points article { grid-template-columns: 48px 1fr; gap: 14px; }
  .icon-round { width: 45px; height: 45px; }
  .icon-round svg { width: 23px; height: 23px; }
  .who-points h2 { margin-bottom: 5px; font-size: .98rem; }
  .who-points p { font-size: .78rem; line-height: 1.55; }
  .delivery-card { min-height: 330px; border-radius: 20px; }
  .map-title { top: 16px; font-size: .7rem; }
  .map-pin { padding: 6px 10px; font-size: .67rem; }

  .purpose-section { padding: 43px 0 39px; }
  .purpose-section .section-heading { margin-bottom: 18px; }
  .purpose-grid { max-width: 900px; gap: 20px; margin-bottom: 27px; }
  .purpose-card { min-height: 202px; padding: 21px 22px 19px; border-radius: 13px; }
  .purpose-icon { width: 58px; height: 58px; margin-bottom: 11px; }
  .purpose-icon svg { width: 30px; height: 30px; }
  .purpose-card h3 { margin-bottom: 7px; font-size: 1.08rem; }
  .purpose-card p { font-size: .77rem; line-height: 1.52; }
  .core-values { padding-top: 22px; }
  .core-values > h2 { margin-bottom: 20px; font-size: .8rem; }
  .values-grid article { min-height: 88px; padding: 0 17px; }
  .values-grid svg { width: 34px; height: 34px; margin-bottom: 8px; }
  .values-grid h3 { margin-bottom: 0; font-size: .82rem; }
  .values-grid p { display: none; }
  .network-section::before, .network-section::after { width: 390px; height: 390px; }

  .capabilities-section { padding: 46px 0 51px; background: #fff; }
  .capabilities-section .section-heading { margin-bottom: 18px; }
  .capability-grid { gap: 12px; }
  .capability-card { min-height: 210px; padding: 20px 18px 17px; border-radius: 13px; }
  .capability-card > span { display: none; }
  .capability-card > svg { width: 46px; height: 46px; margin-bottom: 13px; }
  .capability-card h3 { min-height: 40px; margin-bottom: 9px; font-size: .97rem; }
  .capability-card p { margin-bottom: 10px; font-size: .74rem; line-height: 1.52; }
  .capability-card a { font-size: .72rem; }

  .why-section { padding: 34px 0 50px; }
  .why-section .section-heading { margin-bottom: 22px; }
  .why-section .section-heading h2 { margin-bottom: 0; font-size: .94rem; font-weight: 520; letter-spacing: 0; }
  .why-grid { gap: 12px; }
  .why-grid article { min-height: 164px; padding: 18px 16px; border-radius: 13px; }
  .why-grid svg { width: 37px; height: 37px; margin-bottom: 11px; }
  .why-grid h3 { min-height: 32px; margin-bottom: 8px; font-size: .85rem; }
  .why-grid p { font-size: .72rem; line-height: 1.5; }

  .testimonial-section { padding: 38px 0 40px; }
  .testimonial-wrap { grid-template-columns: 42px minmax(0, 750px) 42px; gap: 20px; margin-top: 17px; }
  .slider-button { width: 39px; height: 39px; font-size: 1.6rem; }
  .testimonial-card { min-height: 128px; padding: 27px 62px 20px; border-radius: 13px; }
  .testimonial-card p { margin-bottom: 11px; font-size: .85rem; }
  .testimonial-card strong { font-size: .78rem; }
  .testimonial-card small { font-size: .69rem; }
  .quote-mark { top: 3px; font-size: 4rem; }
  .slider-dots { margin-top: 15px; }

  .collectivwork-section { padding: 22px 0 26px; }
  .collectivwork-card { grid-template-columns: 1.18fr 2.15fr auto; gap: 24px; min-height: 125px; padding: 20px 28px 34px; border: 0; border-radius: 0; box-shadow: none; }
  .collectivwork-intro { padding-right: 22px; }
  .collectivwork-intro img { width: 248px; height: 43px; margin-bottom: 6px; }
  .collectivwork-intro p { font-size: .71rem; }
  .platform-modules article { min-height: 66px; }
  .platform-modules svg { width: 30px; height: 30px; margin-bottom: 5px; }
  .platform-modules span { font-size: .68rem; }
  .collectivwork-card .button { min-width: 150px; min-height: 39px; font-size: .7rem; }
  .platform-label { bottom: 9px; font-size: .59rem; }

  .insights-section { padding: 30px 0 37px; }
  .insights-section .section-heading { margin-bottom: 18px; }
  .insights-section .section-heading h2 { margin-bottom: 0; font-size: .9rem; font-weight: 600; letter-spacing: 0; }
  .insight-grid { gap: 14px; }
  .insight-card { grid-template-columns: 38% 62%; min-height: 145px; border-radius: 12px; }
  .insight-art::before { width: 120px; height: 120px; }
  .insight-art::after { width: 70px; height: 70px; }
  .insight-art svg { width: 43px; height: 43px; }
  .insight-card > div:last-child { padding: 15px 15px; }
  .insight-card small { font-size: .56rem; }
  .insight-card h3 { margin: 6px 0 7px; font-size: .82rem; }
  .insight-card p { margin-bottom: 7px; font-size: .68rem; line-height: 1.45; }
  .insight-card a { font-size: .66rem; }

  .cta-section {
    padding: 22px 0 19px;
    color: var(--navy-900);
    background:
      radial-gradient(circle at 4% 50%, rgba(214,155,8,.22) 0 1px, transparent 2px) 0 0/22px 22px,
      linear-gradient(90deg, #fff9ec, #fffdf7 50%, #fff9ec);
    border-top: 1px solid #f1dfb4;
    border-bottom: 1px solid #ecd7a5;
  }
  .cta-section::before, .cta-section::after { display: none; }
  .cta-inner { flex-direction: column; justify-content: center; gap: 9px; text-align: center; }
  .cta-inner h2 { margin: 0 0 4px; color: var(--navy-900); font-size: 1.38rem; }
  .cta-inner p:last-child { color: var(--body); font-size: .78rem; }
  .cta-inner .button { min-width: 155px; min-height: 38px; padding: 8px 19px; font-size: .72rem; }

  .site-footer { padding: 30px 0 12px; }
  .footer-grid { grid-template-columns: 1.25fr .78fr 1.35fr .85fr 1.1fr; gap: 28px; padding-bottom: 24px; }
  .footer-brand img { width: 142px; height: 51px; margin-bottom: 9px; }
  .footer-brand p { margin-bottom: 6px; font-size: .76rem; }
  .footer-brand small { font-size: .66rem; line-height: 1.5; }
  .site-footer h2 { margin-bottom: 9px; font-size: .72rem; text-transform: uppercase; }
  .site-footer a { margin: 2px 0; font-size: .64rem; }
  .offices strong { margin: 6px 0 2px; font-size: .63rem; }
  .offices p { font-size: .62rem; line-height: 1.45; }
  .footer-bottom { gap: 20px; padding-top: 11px; font-size: .58rem; }
}

@media (min-width: 701px) and (max-width: 1180px) {
  .section { padding: 62px 0; }
  .hero { min-height: 620px; }
  .hero-inner { padding-top: 72px; }
  .hero h1 { font-size: clamp(2.9rem, 6.2vw, 4rem); }
  .capability-grid { gap: 16px; }
  .capability-card { min-height: 275px; }
  .why-grid article { min-height: 205px; }
  .purpose-section .section-heading h2 { display: none; }
  .cta-section { color: var(--navy-900); background: #fff9ec; }
  .cta-section::before, .cta-section::after { display: none; }
  .cta-inner h2 { color: var(--navy-900); }
  .cta-inner p:last-child { color: var(--body); }
}

/* Final launch safeguards. These rules intentionally come last so Astra and
 * Elementor's generated page CSS cannot reintroduce constrained widths,
 * title spacing, or an alternate hero treatment. */
html,
body.ksj-launch-page {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}
body.ksj-launch-page { background: #fff; }
body.ksj-launch-page #page,
body.ksj-launch-page #content,
body.ksj-launch-page .site-content,
body.ksj-launch-page .ast-container,
body.ksj-launch-page .content-area,
body.ksj-launch-page .site-main,
body.ksj-launch-page .site-main > article,
body.ksj-launch-page .site-main > article > .entry-content,
body.ksj-launch-page .elementor,
body.ksj-launch-page .elementor > .elementor-element.e-con {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.ksj-launch-page .elementor-element.e-con {
  --container-max-width: 100% !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
body.ksj-launch-page .elementor-widget > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}
body.ksj-launch-page .entry-header,
body.ksj-launch-page .entry-title { display: none !important; }

/* Approved hero: artwork is decorative while text, buttons and metrics remain
 * live Elementor content. */
.ksj-artwork-hero {
  background-color: #fff !important;
  background-image: var(--ksj-hero-art) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
}
.ksj-artwork-hero::before { display: none !important; }
.ksj-artwork-hero .hero-visual {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  pointer-events: none;
}
.ksj-artwork-hero .location-badges {
  top: 25px;
  right: 4%;
  pointer-events: auto;
}

/* Pin labels over the city nodes already drawn in the supplied map artwork. */
.pin-texas { left: 22%; top: 54%; right: auto; bottom: auto; }
.pin-pune { left: 63%; top: 58%; right: auto; bottom: auto; }

/* Only the selected testimonial is visible; the buttons are proper controls. */
.testimonial-card { display: none; }
.testimonial-card.is-active { display: block; }
.slider-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  background: rgba(255,255,255,.42);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.slider-dots button.active {
  width: 22px;
  background: var(--gold);
  border-radius: 8px;
}

/* Approved closing treatment: CTA and footer form one continuous navy close. */
.cta-section {
  color: var(--white) !important;
  background: var(--navy-950) !important;
  border-top: 1px solid rgba(255,255,255,.1) !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
}
.cta-section::before,
.cta-section::after { display: none !important; }
.cta-inner h2 { color: var(--white) !important; }
.cta-inner p:last-child { color: #cbd9e3 !important; }

@media (min-width: 701px) and (max-width: 1180px) {
  .ksj-artwork-hero {
    background-size: cover !important;
    background-position: center top !important;
  }
  .ksj-artwork-hero .location-badges { top: 20px; right: 3%; }
  .pin-texas { left: 18%; top: 55%; }
  .pin-pune { left: auto; right: 7%; top: 59%; }
}

@media (max-width: 700px) {
  .ksj-artwork-hero {
    background-image:
      linear-gradient(rgba(255,255,255,.76), rgba(255,255,255,.84)),
      var(--ksj-hero-art) !important;
    background-size: auto 100% !important;
    background-position: center top !important;
  }
  .ksj-artwork-hero .hero-inner { padding-top: 105px !important; }
  .ksj-artwork-hero .hero-visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transform: none;
  }
  .ksj-artwork-hero .location-badges {
    top: 18px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .pin-texas { left: 13%; top: 55%; }
  .pin-pune { left: auto; right: 5%; top: 59%; }
  .cta-inner { align-items: center; text-align: center; }
}

@media (max-width: 700px) {
  .purpose-section .section-heading h2 { display: none; }
  .capabilities-section .section-heading h2,
  .capabilities-section .section-heading > p:last-child { display: none; }
  .cta-section { color: var(--navy-900); background: #fff9ec; }
  .cta-section::before, .cta-section::after { display: none; }
  .cta-inner h2 { color: var(--navy-900); }
  .cta-inner p:last-child { color: var(--body); }
}

/* Absolute final CTA override (kept after every responsive rule). */
.cta-section {
  color: var(--white) !important;
  background: var(--navy-950) !important;
}
.cta-inner h2 { color: var(--white) !important; }
.cta-inner p:last-child { color: #cbd9e3 !important; }
