:root {
  --ink: #101828;
  --muted: #5b6475;
  --subtle: #eef3f8;
  --line: #dce5ef;
  --paper: #ffffff;
  --blue: #1f4fb2;
  --blue-deep: #153275;
  --red: #f23818;
  --teal: #0f766e;
  --gold: #c4822e;
  --shadow: 0 20px 60px rgba(16, 24, 40, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fbff 0%, #f5f8fb 34%, #ffffff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(220, 229, 239, 0.9);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
}

.brand img {
  height: 66px;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #243044;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  border-radius: 999px;
  padding: 10px 14px;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: var(--subtle);
  color: var(--blue);
}

.site-nav .nav-cta {
  margin-left: 6px;
  background: var(--blue);
  color: white;
}

.site-nav .nav-cta:hover {
  background: var(--blue-deep);
  color: white;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.section,
.hero,
.gcc-section,
.contact {
  max-width: 1180px;
  margin: 0 auto;
  padding: 84px 24px;
}

.section-anchor {
  scroll-margin-top: 94px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding-top: 42px;
  padding-bottom: 42px;
}

.eyebrow,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--red);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 640px;
  margin-bottom: 22px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(24px, 2.5vw, 38px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.16;
}

.text-blue {
  color: var(--blue);
}

.text-red {
  color: var(--red);
}

.hero-lede,
.section-heading p,
.gcc-copy > p,
.partners-copy > p,
.contact-copy p {
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 850;
}

.button.primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 12px 24px rgba(31, 79, 178, 0.22);
}

.button.primary:hover {
  background: var(--blue-deep);
}

.button.secondary {
  border-color: var(--line);
  background: white;
  color: var(--ink);
}

.button.secondary:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.hero-stats {
  display: grid;
  max-width: 620px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hero-stats div,
.value-card,
.pillar-card,
.case-card,
.platform-list a,
.detail-card,
.offer-grid article,
.story-grid article,
.case-outcome,
.stack-card,
.contact-form,
.partner-grid div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.hero-stats div {
  padding: 16px;
}

.hero-stats strong {
  display: block;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
  background: #111827;
}

.hero-visual img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.hero-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(360px, calc(100% - 48px));
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  padding: 20px;
  color: white;
  background: rgba(13, 23, 42, 0.84);
  backdrop-filter: blur(12px);
}

.hero-card span {
  color: #9bd8ff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.35;
}

.intro-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px 24px;
  background: #ffffff;
  box-shadow: 0 14px 38px rgba(16, 24, 40, 0.06);
}

.intro-band p {
  max-width: 850px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.28;
}

.text-link {
  color: var(--blue);
  font-weight: 850;
  white-space: nowrap;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 720px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: start;
}

.about-section {
  display: block;
}

.about-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.about-tabs button {
  appearance: none;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: white;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  font-family: inherit;
}

.about-tabs button:hover,
.about-tabs button.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: white;
}

.about-shell {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 38px rgba(16, 24, 40, 0.06);
}

.about-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.about-panel[hidden] {
  display: none;
}

.about-tile {
  min-height: 238px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: white;
}

.about-tile h3 {
  font-size: 18px;
  line-height: 1.22;
}

.about-tile p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.narrative-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  background: white;
  box-shadow: 0 14px 38px rgba(16, 24, 40, 0.06);
}

.narrative-card p {
  color: var(--muted);
  font-size: 18px;
}

.narrative-card p:last-child {
  margin-bottom: 0;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pillar-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  min-height: 455px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.pillar-card:hover,
.case-card:hover,
.platform-list a:hover,
.card-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(31, 79, 178, 0.32);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.1);
}

.card-link {
  cursor: pointer;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  object-fit: contain;
}

.pillar-card p,
.case-card p,
.platform-feature p,
.platform-list p,
.value-card p,
.partner-grid span {
  color: var(--muted);
}

.pillar-card ul {
  padding-left: 18px;
  color: #384355;
}

.pillar-card li + li {
  margin-top: 8px;
}

.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.keyword-line {
  display: block;
  margin: 8px 0 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.card-cta::after {
  content: "->";
}

.detail-section {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.detail-section.compact-details {
  padding-top: 0;
}

.detail-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 26px;
  align-items: center;
  overflow: hidden;
  padding: 18px;
  scroll-margin-top: 94px;
}

.detail-card img {
  width: 100%;
  height: 280px;
  border-radius: 7px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.detail-card div {
  padding: 14px 14px 14px 0;
}

.detail-card h2 {
  max-width: 760px;
  font-size: clamp(24px, 2.8vw, 36px);
}

.detail-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.gcc-section {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: 30px;
  align-items: center;
}

.launchpad-focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.launchpad-focus-grid article {
  position: relative;
  min-height: 166px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 255, 0.98));
}

.launchpad-focus-grid article::before {
  content: "";
  position: absolute;
  inset: -38px -34px auto auto;
  width: 120px;
  height: 92px;
  border-radius: 999px;
  background: rgba(31, 79, 178, 0.11);
  filter: blur(10px);
}

.launchpad-focus-grid article:nth-child(2)::before {
  background: rgba(15, 118, 110, 0.12);
}

.launchpad-focus-grid article:nth-child(3)::before {
  background: rgba(196, 130, 46, 0.14);
}

.launchpad-focus-grid article:nth-child(4)::before {
  background: rgba(242, 56, 24, 0.1);
}

.launchpad-focus-grid span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.launchpad-focus-grid strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
}

.launchpad-focus-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.launchpad-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.gcc-panel {
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(180deg, #101828 0%, #0f172a 100%);
  box-shadow: var(--shadow);
}

.gcc-panel img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

.stack-card,
.launchpad-panel-card {
  margin: 18px;
  padding: 22px;
}

.launchpad-panel-card {
  border: 1px solid rgba(220, 229, 239, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
}

.launchpad-panel-card h3 {
  margin-bottom: 8px;
}

.launchpad-panel-card p {
  color: var(--muted);
  font-size: 14px;
}

.stack-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stack-list span,
.launchpad-stack span,
.industry-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #f9fbfd;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.launchpad-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.launchpad-stack span {
  background: #ffffff;
}

.launchpad-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(31, 79, 178, 0.08), transparent 30%),
    radial-gradient(circle at 90% 28%, rgba(242, 56, 24, 0.05), transparent 28%);
}

.launchpad-hero,
.launchpad-section,
.launchpad-final-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 24px;
}

.launchpad-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 34px;
  align-items: center;
  min-height: calc(100vh - 76px);
}

.launchpad-hero h1 {
  max-width: 720px;
  font-size: clamp(30px, 3vw, 46px);
}

.launchpad-hero .hero-lede {
  max-width: 720px;
  font-size: 17px;
}

.launchpad-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.launchpad-metrics div,
.launchpad-market-grid article,
.launchpad-module-grid article,
.launchpad-partner-grid article,
.launchpad-differentiator-grid article,
.launchpad-commercial-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.launchpad-metrics div {
  padding: 14px;
}

.launchpad-metrics strong {
  display: block;
  color: var(--blue);
  font-size: 25px;
  line-height: 1;
}

.launchpad-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.launchpad-hero-visual {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #0f172a;
  box-shadow: var(--shadow);
}

.launchpad-hero-visual img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.launchpad-hero-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(390px, calc(100% - 44px));
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  padding: 18px;
  color: white;
  background: rgba(15, 23, 42, 0.86);
  backdrop-filter: blur(12px);
}

.launchpad-hero-card span {
  display: block;
  margin-bottom: 8px;
  color: #9bd8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launchpad-hero-card strong {
  font-size: 18px;
  line-height: 1.32;
}

.launchpad-journey-nav {
  position: sticky;
  top: 76px;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  max-width: 1180px;
  margin: -20px auto 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
  backdrop-filter: blur(16px);
}

.launchpad-journey-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 8px;
  padding: 9px 10px;
  color: #243044;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.launchpad-journey-nav a:hover {
  background: var(--subtle);
  color: var(--blue);
}

.launchpad-journey-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(31, 79, 178, 0.1);
  color: var(--blue);
  font-size: 11px;
}

.journey-next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.journey-next::after {
  content: "->";
}

.launchpad-market {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 28px;
  align-items: end;
  padding-top: 18px;
}

.launchpad-approach,
.launchpad-advantage {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 28px;
  align-items: center;
}

.launchpad-approach p,
.launchpad-advantage p {
  color: var(--muted);
}

.launchpad-approach-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.launchpad-approach-map article {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: white;
}

.launchpad-approach-map article::before {
  content: "";
  position: absolute;
  top: 32px;
  right: -10px;
  left: 58px;
  height: 2px;
  background: linear-gradient(90deg, rgba(31, 79, 178, 0.28), transparent);
}

.launchpad-approach-map article:last-child::before {
  display: none;
}

.launchpad-approach-map strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 34px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: rgba(31, 79, 178, 0.1);
  color: var(--blue);
  font-size: 13px;
}

.launchpad-approach-map span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.launchpad-market-grid,
.launchpad-differentiator-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.launchpad-market-grid article,
.launchpad-differentiator-grid article,
.launchpad-commercial-grid article {
  padding: 20px;
}

.launchpad-market-grid article:first-child {
  grid-column: span 2;
}

.launchpad-market-grid span,
.launchpad-module-grid span,
.launchpad-commercial-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launchpad-market-grid h3,
.launchpad-module-grid h3,
.launchpad-differentiator-grid h3 {
  font-size: 19px;
}

.launchpad-market-grid p,
.launchpad-module-grid p,
.launchpad-partner-model p,
.launchpad-partner-grid span,
.launchpad-differentiator-grid p,
.launchpad-commercials p,
.launchpad-commercial-grid p {
  color: var(--muted);
}

.launchpad-module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.launchpad-module-grid article {
  position: relative;
  min-height: 244px;
  overflow: hidden;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 255, 0.99));
}

.launchpad-module-grid article::before {
  content: "";
  position: absolute;
  inset: -36px -28px auto auto;
  width: 128px;
  height: 98px;
  border-radius: 999px;
  background: rgba(31, 79, 178, 0.1);
  filter: blur(10px);
}

.launchpad-module-grid article:nth-child(2n)::before {
  background: rgba(15, 118, 110, 0.11);
}

.launchpad-module-grid article:nth-child(3n)::before {
  background: rgba(196, 130, 46, 0.13);
}

.launchpad-module-grid article > * {
  position: relative;
  z-index: 1;
}

.launchpad-partner-model,
.launchpad-commercials,
.launchpad-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 28px;
  align-items: center;
}

.launchpad-partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.launchpad-partner-grid article {
  min-height: 146px;
  padding: 18px;
}

.launchpad-partner-grid strong,
.launchpad-partner-grid span {
  display: block;
}

.launchpad-partner-grid span {
  margin-top: 8px;
  font-size: 14px;
}

.launchpad-commercials {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.launchpad-commercial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.launchpad-commercial-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.launchpad-final-cta {
  padding-bottom: 72px;
}

.launchpad-lifecycle-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.72fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.launchpad-lifecycle-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.launchpad-timeline {
  display: grid;
  grid-auto-columns: minmax(300px, 350px);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding: 10px 2px 22px;
  scroll-snap-type: x mandatory;
}

.launchpad-timeline-card {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.98));
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.07);
  scroll-snap-align: start;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.launchpad-timeline-card::before {
  content: "";
  position: absolute;
  top: 46px;
  right: -20px;
  left: 70px;
  height: 2px;
  background: linear-gradient(90deg, rgba(31, 79, 178, 0.28), transparent);
}

.launchpad-timeline-card::after {
  content: "";
  position: absolute;
  inset: -42px -34px auto auto;
  width: 140px;
  height: 112px;
  border-radius: 999px;
  background: rgba(31, 79, 178, 0.11);
  filter: blur(10px);
}

.launchpad-timeline-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 79, 178, 0.34);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.12);
}

.launchpad-timeline-card.workspace::after {
  background: rgba(15, 118, 110, 0.12);
}

.launchpad-timeline-card.talent::after {
  background: rgba(196, 130, 46, 0.14);
}

.launchpad-timeline-card.compliance::after {
  background: rgba(31, 79, 178, 0.1);
}

.launchpad-timeline-card.experience::after {
  background: rgba(242, 56, 24, 0.1);
}

.launchpad-timeline-card.platform::after {
  background: rgba(15, 118, 110, 0.13);
}

.timeline-step,
.launchpad-timeline-card img,
.launchpad-timeline-card strong,
.launchpad-timeline-card p,
.launchpad-timeline-card dl {
  position: relative;
  z-index: 1;
}

.timeline-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: var(--blue);
  color: white;
  font-size: 13px;
  font-weight: 950;
}

.launchpad-timeline-card img {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  object-fit: contain;
}

.launchpad-timeline-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.12;
}

.launchpad-timeline-card p {
  color: var(--muted);
  font-size: 14px;
}

.launchpad-timeline-card dl {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
}

.launchpad-timeline-card div {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.launchpad-timeline-card dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launchpad-timeline-card dd {
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.launchpad-detail-page {
  max-width: 1180px;
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 34px 24px 42px;
}

.launchpad-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.8fr);
  gap: 30px;
  align-items: center;
}

.launchpad-detail-hero h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(28px, 2.8vw, 42px);
}

.launchpad-detail-visual {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(31, 79, 178, 0.12), rgba(255, 255, 255, 0.96));
  box-shadow: var(--shadow);
}

.launchpad-detail-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(16, 24, 40, 0.02), rgba(16, 24, 40, 0.12)),
    linear-gradient(90deg, rgba(31, 79, 178, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.launchpad-detail-visual img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.launchpad-detail-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.launchpad-detail-summary article,
.launchpad-detail-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.launchpad-detail-summary article,
.launchpad-detail-card {
  padding: 18px;
}

.launchpad-detail-summary span,
.launchpad-detail-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launchpad-detail-summary strong {
  font-size: 18px;
}

.launchpad-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.launchpad-detail-card p {
  color: var(--muted);
}

.platform-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 18px;
}

.platform-feature {
  display: flex;
  align-items: flex-end;
  min-height: 480px;
  overflow: hidden;
  border-radius: 10px;
  padding: 34px;
  color: white;
  background:
    linear-gradient(180deg, rgba(12, 18, 32, 0.06), rgba(12, 18, 32, 0.93)),
    url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1500&q=86") center / cover;
}

.platform-feature p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
}

.platform-list {
  display: grid;
  gap: 14px;
}

.platform-list a {
  display: flex;
  flex-direction: column;
  padding: 24px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-detail-section {
  display: block;
}

.product-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 28px;
  align-items: center;
}

.product-title-lockup h2 {
  margin-bottom: 0;
  font-size: clamp(21px, 2vw, 28px);
}

.product-logo-compact {
  max-width: 280px;
}

.product-logo-compact img {
  max-width: 230px;
  max-height: 54px;
}

.product-detail-visual img {
  height: 232px;
}

.product-snapshot {
  margin-top: 14px;
}

.product-snapshot article {
  padding: 16px;
}

.product-snapshot h2 {
  font-size: 18px;
}

.product-capability-strip {
  margin-top: 12px;
}

.product-capability-strip article {
  min-height: 124px;
}

.product-copy > p {
  color: var(--muted);
  font-size: 18px;
}

.product-panel {
  overflow: hidden;
  border-radius: 10px;
  background: #0f172a;
  box-shadow: var(--shadow);
}

.product-panel img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.product-panel .stack-list {
  padding: 20px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.why-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: white;
}

.why-grid p {
  color: var(--muted);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.success-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.54fr);
  gap: 28px;
  align-items: stretch;
}

.success-content {
  min-width: 0;
}

.success-content .section-heading {
  margin-bottom: 26px;
}

.success-content .case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.success-visual {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
  background: #0f172a;
}

.success-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.92) contrast(1.04);
}

.case-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 255, 0.98));
}

.customer-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 118px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.customer-logo-frame img {
  max-width: 78%;
  max-height: 86px;
  object-fit: contain;
}

.external-link {
  display: inline-flex;
  margin-top: 18px;
}

.contact-points {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-points span {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: white;
  color: #334155;
  font-size: 13px;
  font-weight: 850;
}

.contact-address {
  margin-top: 20px;
  font-style: normal;
  font-size: 13.5px;
  line-height: 1.55;
  color: #475569;
}

.contact-address a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed var(--line);
  transition: color 0.2s, border-color 0.2s;
}

.contact-address a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.case-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: 42px;
  align-items: center;
  max-width: 1180px;
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 54px 24px;
}

.case-logo-lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(300px, 100%);
  min-height: 116px;
  margin: 22px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: white;
}

.case-logo-lockup img {
  max-height: 82px;
  object-fit: contain;
}

.back-link {
  display: inline-flex;
  margin-bottom: 12px;
}

.case-hero-visual {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
  background: #0f172a;
}

.case-hero-visual img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.service-detail-page {
  max-width: 1180px;
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 26px 24px 28px;
}

.customer-detail-page {
  padding-top: 16px;
  padding-bottom: 20px;
}

.service-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 28px;
  align-items: center;
}

.service-detail-hero h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(28px, 2.8vw, 40px);
}

.service-detail-hero .hero-lede {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: 16px;
}

.service-detail-hero .hero-actions {
  margin: 18px 0 0;
}

.service-detail-visual {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
  background: #0f172a;
}

.service-detail-visual img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.customer-detail-page .service-detail-visual img {
  height: 232px;
}

.customer-logo-compact {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 260px;
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px 14px;
  background: white;
  flex: 0 0 auto;
}

.customer-logo-compact img {
  max-width: 210px;
  max-height: 52px;
  object-fit: contain;
}

.customer-title-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 4px;
}

.customer-title-lockup h1 {
  margin-bottom: 0;
  font-size: clamp(21px, 2vw, 28px);
}

.service-snapshot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.customer-snapshot {
  grid-template-columns: repeat(3, 1fr);
}

.service-snapshot article,
.service-capability-strip article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.service-snapshot article {
  padding: 18px;
}

.service-snapshot h2 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.16;
}

.customer-snapshot h2 {
  font-size: 18px;
}

.customer-detail-page .service-snapshot {
  margin-top: 14px;
}

.customer-detail-page .service-snapshot article {
  padding: 16px;
}

.customer-detail-page .service-capability-strip {
  margin-top: 12px;
}

.customer-detail-page .service-capability-strip article {
  min-height: 124px;
}

.service-snapshot p,
.service-capability-strip p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.service-capability-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.service-capability-strip article {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  padding: 16px;
}

.service-capability-strip article::before {
  content: "";
  position: absolute;
  inset: -34px -26px auto auto;
  width: 110px;
  height: 88px;
  border-radius: 999px;
  background: rgba(31, 79, 178, 0.12);
  filter: blur(10px);
}

.service-capability-strip article:nth-child(2)::before {
  background: rgba(15, 118, 110, 0.13);
}

.service-capability-strip article:nth-child(3)::before {
  background: rgba(196, 130, 46, 0.15);
}

.service-capability-strip article:nth-child(4)::before {
  background: rgba(242, 56, 24, 0.12);
}

.service-capability-strip img {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
}

.service-capability-strip h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
  font-size: 17px;
}

.service-capability-strip p {
  position: relative;
  z-index: 1;
}

.story-grid,
.offer-grid {
  display: grid;
  gap: 18px;
}

.story-grid {
  grid-template-columns: repeat(2, 1fr);
}

.offer-grid {
  grid-template-columns: repeat(4, 1fr);
}

.story-grid article,
.offer-grid article,
.case-outcome {
  padding: 26px;
}

.story-grid p,
.offer-grid p,
.case-outcome p {
  color: var(--muted);
}

.case-outcome {
  margin-top: 10px;
}

.case-card > span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-card dl {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
}

.case-card div {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.case-card dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.case-card dd {
  margin: 2px 0 0;
  font-weight: 800;
}

.industries {
  padding-top: 40px;
}

.industry-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partners {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: center;
}

.partners-visual {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.partners-visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.partner-grid div {
  padding: 18px;
}

.partner-card-grid .partner-card {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.partner-card-grid .partner-card:hover {
  transform: translateY(-3px);
  border-color: rgba(31, 79, 178, 0.32);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.1);
}

.partner-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: white;
}

.partner-logo-frame img {
  max-width: 92%;
  max-height: 76px;
  object-fit: contain;
}

.dark-logo-frame {
  background: #0f172a;
  border-color: #253146;
}

.partner-logo-large {
  width: min(360px, 100%);
  min-height: 132px;
}

.partner-detail-hero {
  min-height: auto;
  gap: 28px;
  padding-top: 22px;
  padding-bottom: 12px;
}

.partner-detail-hero h1 {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.08;
}

.partner-detail-hero .hero-lede {
  max-width: 650px;
  font-size: 15px;
}

.partner-detail-hero .case-logo-lockup {
  min-height: 76px;
  margin: 8px 0 12px;
  padding: 12px;
}

.partner-detail-hero .case-logo-lockup img {
  max-height: 58px;
}

.partner-detail-hero .case-hero-visual img {
  height: 385px;
}

.partner-compact-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1180px;
  margin: -2px auto 0;
  padding: 0 24px 22px;
}

.partner-compact-summary article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: white;
}

.partner-compact-summary article::before {
  content: "";
  position: absolute;
  inset: -30px -24px auto auto;
  width: 108px;
  height: 84px;
  border-radius: 999px;
  background: rgba(31, 79, 178, 0.12);
  filter: blur(10px);
}

.partner-compact-summary article:nth-child(2)::before {
  background: rgba(15, 118, 110, 0.13);
}

.partner-compact-summary article:nth-child(3)::before {
  background: rgba(196, 130, 46, 0.15);
}

.partner-compact-summary article:nth-child(4)::before {
  background: rgba(242, 56, 24, 0.12);
}

.partner-compact-summary img {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}

.partner-compact-summary strong,
.partner-compact-summary span {
  position: relative;
  z-index: 1;
  display: block;
}

.partner-compact-summary span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}
}

.partner-grid strong,
.partner-grid span {
  display: block;
}

.partner-grid span {
  margin-top: 8px;
  font-size: 14px;
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 40px;
}

.value-card {
  padding: 26px;
}

.value-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 34px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: #334155;
  font-size: 13px;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 12px;
  color: var(--ink);
  background: #fbfdff;
  font: inherit;
}

textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 36px 4vw 72px;
  background: white;
}

.site-footer img {
  height: 58px;
  width: auto;
}

.site-footer p {
  margin: 12px 0 0;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  color: var(--blue);
  font-weight: 850;
}

@media (max-width: 1040px) {
  .hero,
  .gcc-section,
  .launchpad-hero,
  .launchpad-market,
  .launchpad-approach,
  .launchpad-advantage,
  .launchpad-lifecycle-heading,
  .launchpad-detail-hero,
  .launchpad-partner-model,
  .launchpad-commercials,
  .launchpad-final-cta,
  .partners,
  .contact,
  .platform-layout,
  .split-section,
  .about-section,
  .product-section,
  .product-detail-hero,
  .case-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 0;
    height: 460px;
  }

  .about-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillar-grid,
  .case-grid,
  .success-showcase,
  .why-grid,
  .offer-grid,
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-hero {
    min-height: 0;
  }

  .case-hero-visual img {
    height: 460px;
  }

  .partner-compact-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .launchpad-module-grid,
  .launchpad-commercial-grid,
  .launchpad-approach-map,
  .launchpad-detail-summary,
  .launchpad-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .launchpad-journey-nav {
    position: static;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }

  .service-detail-hero,
  .product-detail-hero,
  .service-snapshot,
  .customer-snapshot,
  .service-capability-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 68px;
  }

  .brand img {
    height: 58px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px;
    background: white;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav .nav-cta {
    margin-left: 0;
  }

  .section,
  .hero,
  .gcc-section,
  .launchpad-hero,
  .launchpad-section,
  .launchpad-final-cta,
  .contact {
    padding: 56px 18px;
  }

  .hero {
    gap: 24px;
    padding-top: 28px;
  }

  .about-shell {
    padding: 14px;
  }

  .about-panel {
    grid-template-columns: 1fr;
  }

  .about-tile {
    min-height: 0;
  }

  h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  h2 {
    font-size: 26px;
  }

  .hero-lede,
  .section-heading p,
  .gcc-copy > p,
  .partners-copy > p,
  .contact-copy p {
    font-size: 15px;
  }

  .pillar-grid,
  .case-grid,
  .success-showcase,
  .values,
  .partner-grid,
  .launchpad-market-grid,
  .launchpad-focus-grid,
  .launchpad-module-grid,
  .launchpad-approach-map,
  .launchpad-partner-grid,
  .launchpad-differentiator-grid,
  .launchpad-commercial-grid,
  .launchpad-detail-summary,
  .launchpad-detail-grid,
  .why-grid,
  .offer-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    display: none;
  }

  .hero-visual,
  .hero-visual img,
  .launchpad-hero-visual img,
  .partners-visual img {
    height: 340px;
  }

  .hero-card {
    position: static;
    width: auto;
    border-radius: 0;
    background: var(--ink);
  }

  .launchpad-hero-card {
    position: static;
    width: auto;
    border-radius: 0;
    background: var(--ink);
  }

  .launchpad-metrics {
    grid-template-columns: 1fr;
  }

  .launchpad-market-grid article:first-child {
    grid-column: auto;
  }

  .launchpad-journey-nav {
    grid-template-columns: 1fr;
    margin: 0 18px;
  }

  .launchpad-approach-map article {
    min-height: 0;
  }

  .launchpad-approach-map article::before {
    display: none;
  }

  .launchpad-timeline {
    grid-auto-columns: minmax(278px, 86vw);
  }

  .launchpad-hero {
    gap: 16px;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .launchpad-hero h1 {
    font-size: 28px;
    line-height: 1.08;
  }

  .launchpad-hero .hero-lede {
    font-size: 15px;
    line-height: 1.45;
  }

  .launchpad-hero .hero-actions {
    margin: 18px 0 14px;
  }

  .launchpad-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .launchpad-metrics div {
    min-height: 74px;
    padding: 12px;
  }

  .launchpad-metrics div:last-child {
    grid-column: span 2;
  }

  .launchpad-metrics strong {
    font-size: 22px;
  }

  .launchpad-metrics span {
    font-size: 11px;
    line-height: 1.2;
  }

  .launchpad-hero-visual img {
    height: 220px;
  }

  .launchpad-hero-card {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: min(270px, calc(100% - 24px));
    border-radius: var(--radius);
    padding: 12px;
    background: rgba(15, 23, 42, 0.88);
  }

  .launchpad-hero-card span {
    font-size: 10px;
  }

  .launchpad-hero-card strong {
    font-size: 13px;
    line-height: 1.28;
  }

  .launchpad-lifecycle-heading {
    gap: 8px;
    margin-bottom: 14px;
  }

  .launchpad-timeline-card {
    min-height: 382px;
  }

  .launchpad-detail-page {
    min-height: 0;
    padding: 28px 18px 34px;
  }

  .intro-band,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .intro-band p {
    font-size: 19px;
  }

  .platform-feature {
    min-height: 420px;
    padding: 24px;
  }

  .case-hero {
    padding: 32px 18px 56px;
  }

  .case-hero-visual img {
    height: 300px;
  }

  .service-detail-page {
    min-height: 0;
    padding: 24px 18px 34px;
  }

  .service-detail-hero,
  .product-detail-hero,
  .service-snapshot,
  .customer-snapshot,
  .service-capability-strip {
    grid-template-columns: 1fr;
  }

  .service-detail-hero h1 {
    font-size: 28px;
  }

  .customer-title-lockup {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .service-detail-visual img {
    height: 230px;
  }

  .partner-detail-hero h1 {
    font-size: 28px;
  }

  .partner-detail-hero .case-hero-visual img {
    height: 240px;
  }

  .partner-compact-summary {
    grid-template-columns: 1fr;
    padding: 0 18px 28px;
  }

  .detail-card {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .detail-card img {
    height: 220px;
  }

  .detail-card div {
    padding: 2px;
  }
}
