.corp-page {
  background: #fdfeff;
  color: #0f172a;
}

.material-symbols-outlined,
.site-icon {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

.site-nav--corporate {
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(226, 232, 240, 0.55);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.site-nav--corporate .site-nav__inner,
.site-nav--corporate .site-nav__mobile {
  max-width: 80rem;
}

.site-nav--corporate .site-nav__brand--main {
  color: #1e3a8a;
}

.site-nav__cta--corporate {
  box-shadow: 0 12px 30px rgba(0, 145, 255, 0.18);
}

.corp-hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 2rem 6rem;
}

.corp-hero--stacked {
  padding-top: 8.75rem;
  padding-bottom: 4.5rem;
}

.corp-hero--text {
  padding-top: 7.75rem;
  padding-bottom: 5rem;
}

.corp-hero--solutions {
  padding-top: 8.1rem;
  padding-bottom: 5.35rem;
}

.corp-hero__container {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  padding: 0 2rem;
  margin: 0 auto;
}

.corp-hero__container--split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 4rem;
  align-items: center;
}

.corp-hero__container--center {
  display: flex;
  justify-content: center;
}

.corp-hero__container--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.corp-hero__content {
  max-width: 64rem;
}

.corp-hero__content--narrow {
  max-width: 56rem;
}

.corp-hero__content--hero-text {
  max-width: 60rem;
}

.corp-hero__content--center {
  max-width: 72rem;
  text-align: center;
}

.corp-hero__content--center .corp-copy,
.corp-hero__content--center .corp-copy--narrow {
  margin-left: auto;
  margin-right: auto;
}

.corp-hero__content--center .corp-actions {
  justify-content: center;
}

.corp-hero__content--solutions {
  max-width: 57rem;
}

.corp-hero__content--solutions .corp-eyebrow {
  margin-bottom: 1.5rem;
}

.corp-hero__content--solutions .corp-title {
  margin-top: 0;
  max-width: 56rem;
  font-size: clamp(3.35rem, 6.9vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.07em;
}

.corp-hero__content--solutions .corp-copy {
  margin-top: 2rem;
  max-width: 49rem;
  font-size: 1.12rem;
  line-height: 1.72;
  font-weight: 500;
}

.corp-hero__content--solutions .corp-actions {
  margin-top: 2.15rem;
  gap: 1.25rem;
}

.corp-hero__glow {
  position: absolute;
  pointer-events: none;
  border-radius: 9999px;
  filter: blur(120px);
  opacity: 0.42;
}

.corp-hero__glow--right {
  top: -12%;
  right: -10%;
  width: 42rem;
  height: 42rem;
  background: linear-gradient(135deg, #e0f2fe 0%, #fce7f3 100%);
}

.corp-hero__glow--soft {
  top: -8%;
  right: 0;
  width: 36rem;
  height: 36rem;
  background: linear-gradient(135deg, rgba(224, 242, 254, 0.95) 0%, rgba(252, 231, 243, 0.9) 100%);
}

.corp-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background: #d6ebff;
  color: #002d50;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.corp-title {
  margin-top: 1.5rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.03;
  color: #0f172a;
  text-wrap: balance;
}

.corp-title--xl {
  font-size: clamp(3.4rem, 8vw, 5.75rem);
}

.corp-title--lg {
  font-size: clamp(3rem, 6vw, 4.6rem);
}

.corp-copy {
  margin-top: 1.75rem;
  max-width: 48rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.18rem;
  line-height: 1.5;
  color: #475569;
  text-wrap: pretty;
}

.corp-copy--narrow {
  max-width: 42rem;
}

.corp-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.25rem;
}

.corp-button-primary {
  padding: 1rem 2rem;
  border-radius: 9999px;
  background: #0091ff;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(0, 145, 255, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.corp-button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 145, 255, 0.28);
}

.corp-button-surface {
  padding: 1rem 2rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.corp-button-surface:hover {
  transform: translateY(-1px);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}

.corp-button-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 1rem 0.25rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #0091ff;
}

.corp-button-secondary .material-symbols-outlined,
.corp-button-secondary .site-icon {
  font-size: 1.2rem;
}

.corp-shell {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.corp-shell--narrow {
  max-width: 72rem;
}

.corp-shell--tight {
  max-width: 68rem;
}

.corp-shell--wide {
  max-width: 84rem;
}

.corp-frame {
  max-width: 80rem;
  margin: 0 auto;
}

.corp-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.corp-section--tight {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.corp-section--soft {
  background: #f4f7fb;
}

.corp-section--tint {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(0, 145, 255, 0.08), transparent 28rem),
    radial-gradient(circle at bottom right, rgba(255, 109, 171, 0.08), transparent 24rem),
    #fbfdff;
}

.corp-section--dark {
  position: relative;
  overflow: hidden;
  background: #0a192f;
  color: #ffffff;
}

.corp-section-x {
  padding-left: 2rem;
  padding-right: 2rem;
}

.corp-top-gap {
  padding-top: 6rem;
}

.corp-top-gap-tight {
  padding-top: 5rem;
}

.corp-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(203, 213, 225, 0.5);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
}

.corp-hero-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corp-hero-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.92) 70%, rgba(255, 255, 255, 0.98) 100%);
}

.corp-hero-card__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.85rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: #0f172a;
  font-size: 0.8rem;
  font-weight: 700;
}

.corp-hero-card--canvas {
  width: 100%;
  max-width: 72rem;
  margin: 4.25rem auto 0;
}

.corp-section-head {
  margin-bottom: 3.5rem;
}

.corp-section-head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 3rem;
}

.corp-section-head__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0091ff;
}

.corp-section-head__title {
  max-width: 56rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.15rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
  color: #0f172a;
  text-wrap: balance;
}

.corp-section-head__copy {
  margin-top: 1.15rem;
  max-width: 44rem;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.85;
  color: #475569;
  text-wrap: pretty;
}

.corp-subtle-rule {
  width: 5rem;
  height: 0.375rem;
  margin-top: 1.5rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #0091ff 0%, #ff8fab 100%);
}

.home-pain-head {
  margin-bottom: 3.9rem;
}

.home-pain-head__title {
  max-width: none;
  font-size: clamp(2.05rem, 2.35vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.home-validated-head {
  max-width: 64rem;
  margin: 0 auto 2.1rem;
  text-align: center;
}

.home-validated-head__title {
  max-width: none;
  font-size: clamp(1.9rem, 2.3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.home-validated-head__copy {
  max-width: 54rem;
  margin: 0.7rem auto 0;
  font-size: 0.92rem;
  line-height: 1.68;
}

.home-capability-icon {
  margin-top: 0.3rem;
}

.home-capability-copy {
  padding-top: 0.18rem;
}

.corp-panel {
  border-radius: 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.corp-panel--glass,
.glass-card,
.glass-panel,
.ethereal-blur {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.tonal-shift-bg {
  background: #f1f5f9;
}

.ethereal-gradient {
  background: linear-gradient(135deg, #e0f2f1 0%, #fce4ec 100%);
}

.text-gradient,
.gradient-text {
  background: linear-gradient(135deg, #0091ff 0%, #ff8fab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.corp-floating-note {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  max-width: 18rem;
  padding: 1.25rem;
  border-radius: 1rem;
}

.incubation-hero__actions {
  margin-top: 2.35rem;
  gap: 1.05rem 1.35rem;
  align-items: center;
}

.incubation-hero__content {
  max-width: 39rem;
}

.incubation-hero .corp-title--lg {
  font-size: clamp(4rem, 7.4vw, 6.3rem);
  line-height: 1.02;
  letter-spacing: -0.08em;
}

.incubation-hero .corp-copy {
  max-width: 31rem;
  margin-top: 1.8rem;
  font-size: 1.08rem;
  line-height: 1.78;
}

.incubation-hero__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.2rem;
  padding: 1rem 2rem;
  border-radius: 9.6rem;
  background: #0f172a;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.18);
}

.incubation-hero__primary:hover {
  background: #1e293b;
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.22);
}

.incubation-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-width: 16.25rem;
  padding: 1rem 1.85rem;
  border-radius: 9.6rem;
  border: 1px solid rgba(226, 232, 240, 0.96);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  color: #334155;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.incubation-hero__secondary:hover {
  transform: translateY(-1px);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
}

.incubation-hero__secondary .site-icon {
  width: 1.05rem;
  height: 1.05rem;
  stroke-width: 2.2;
}

.incubation-hero__media {
  padding-left: 0.5rem;
  padding-bottom: 2.9rem;
}

.incubation-hero__art {
  border-radius: 1rem;
  border-color: rgba(226, 232, 240, 0.9);
  background: linear-gradient(135deg, rgba(239, 248, 255, 0.94) 0%, rgba(255, 244, 248, 0.92) 100%);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.14);
}

.incubation-hero__note {
  left: -1.5rem;
  bottom: -1.5rem;
  max-width: 19rem;
  padding: 1.45rem 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.incubation-hero__note-icon {
  width: 1.15rem;
  height: 1.15rem;
  stroke-width: 2.1;
}

.incubation-hero__note-title {
  color: #0f172a;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.94rem;
}

.incubation-hero__note-copy {
  margin: 0;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.72;
}

.corp-hero img,
.corp-section img {
  display: block;
}

.corp-cta-panel {
  position: relative;
  overflow: hidden;
  padding: 3.75rem 3rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: linear-gradient(135deg, rgba(224, 242, 254, 0.85) 0%, rgba(252, 231, 243, 0.78) 100%);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.1);
}

.corp-cta-panel::before,
.corp-cta-panel::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  filter: blur(80px);
  pointer-events: none;
}

.corp-cta-panel::before {
  top: -5rem;
  right: -3rem;
  width: 16rem;
  height: 16rem;
  background: rgba(255, 255, 255, 0.5);
}

.corp-cta-panel::after {
  left: -4rem;
  bottom: -5rem;
  width: 14rem;
  height: 14rem;
  background: rgba(0, 145, 255, 0.14);
}

.corp-cta-panel__inner {
  position: relative;
  z-index: 1;
}

.corp-cta-panel__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.corp-cta-panel__copy {
  max-width: 42rem;
  margin: 1.25rem auto 0;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(15, 23, 42, 0.78);
}

.home-cta-shell {
  max-width: 74rem;
}

.home-cta-section {
  padding-bottom: 8.75rem;
}

.home-cta-panel {
  padding: 5.7rem 3.7rem 5.35rem;
  border-radius: 2.75rem;
  box-shadow: 0 38px 96px rgba(15, 23, 42, 0.18);
}

.home-cta-panel__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.home-cta-panel .corp-cta-panel__title {
  max-width: 22ch;
  font-size: clamp(2.3rem, 3.5vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.home-cta-panel .corp-cta-panel__copy {
  max-width: 49rem;
  margin-top: 0;
  font-size: 0.93rem;
  line-height: 1.76;
}

.home-cta-panel__break {
  display: block;
}

.home-cta-panel__actions {
  margin-top: 1.45rem;
}

.home-cta-panel__button {
  min-width: 16.5rem;
  min-height: 4.75rem;
  padding: 1.25rem 2.5rem;
  border-radius: 9999px;
  font-size: 1.05rem;
}

.solutions-cta-section {
  padding-bottom: 7.25rem;
}

.solutions-cta-panel__inner {
  gap: 1rem;
}

.solutions-cta-panel__copy {
  margin-top: 0;
}

.solutions-cta-panel__actions {
  margin-top: 2.2rem;
}

@media (max-width: 1024px) {
  .corp-hero__container--split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .corp-section-head--split {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .corp-shell,
  .corp-hero,
  .corp-section-x {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .corp-hero {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .corp-hero--text {
    padding-top: 7.25rem;
    padding-bottom: 4.75rem;
  }

  .corp-hero--solutions {
    padding-top: 7.55rem;
    padding-bottom: 4.75rem;
  }

  .corp-hero--stacked {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .corp-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .corp-hero-card--canvas {
    margin-top: 3rem;
  }

  .incubation-hero__actions {
    gap: 1rem;
  }

  .incubation-hero__media {
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .corp-shell,
  .corp-hero,
  .corp-section-x {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .corp-hero {
    padding-top: 7.5rem;
    padding-bottom: 4.5rem;
  }

  .corp-hero--text {
    padding-top: 7rem;
    padding-bottom: 4.25rem;
  }

  .corp-hero--solutions {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .corp-hero--stacked {
    padding-top: 7.25rem;
    padding-bottom: 3.5rem;
  }

  .corp-title--xl {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .corp-title--lg {
    font-size: clamp(2.45rem, 10vw, 3.4rem);
  }

  .corp-hero__content--solutions .corp-title {
    font-size: clamp(2.9rem, 12vw, 4.25rem);
    line-height: 1.04;
  }

  .corp-hero__content--solutions .corp-copy {
    font-size: 1rem;
    line-height: 1.8;
  }

  .corp-copy {
    font-size: 1rem;
    line-height: 1.8;
  }

  .corp-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .corp-section-head {
    margin-bottom: 2.5rem;
  }

  .corp-section-head__title {
    font-size: 2rem;
  }

  .home-pain-head__title {
    font-size: clamp(2.45rem, 7.6vw, 3.35rem);
    white-space: normal;
  }

  .home-validated-head {
    margin-bottom: 2.4rem;
  }

  .home-validated-head__title {
    font-size: clamp(1.95rem, 6vw, 2.45rem);
  }

  .home-validated-head__copy {
    max-width: 100%;
    font-size: 0.95rem;
  }

  .corp-actions {
    align-items: stretch;
  }

  .corp-button-primary {
    width: 100%;
    padding: 0.95rem 1.5rem;
    justify-content: center;
  }

  .corp-button-secondary {
    width: 100%;
    justify-content: center;
    padding-top: 0;
  }

  .corp-button-surface {
    width: 100%;
    justify-content: center;
  }

  .corp-floating-note {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }

  .incubation-hero__actions {
    align-items: stretch;
  }

  .incubation-hero__primary,
  .incubation-hero__secondary {
    width: 100%;
    justify-content: center;
  }

  .incubation-hero__secondary {
    min-height: 3.2rem;
  }

  .incubation-hero__note {
    padding: 1rem 1.05rem 1.05rem;
    border-radius: 1.1rem;
  }

  .corp-cta-panel {
    padding: 3rem 1.5rem;
    border-radius: 1.5rem;
  }

  .home-cta-panel {
    padding: 3.7rem 1.75rem 3.35rem;
    border-radius: 2rem;
  }

  .home-cta-section {
    padding-bottom: 6.25rem;
  }

  .home-cta-panel__inner {
    gap: 1.4rem;
  }

  .home-cta-panel .corp-cta-panel__title {
    max-width: 100%;
    font-size: clamp(1.9rem, 6.8vw, 2.55rem);
    line-height: 1.06;
  }

  .home-cta-panel__break {
    display: none;
  }

  .home-cta-panel .corp-cta-panel__copy {
    font-size: 0.92rem;
  }

  .home-cta-panel__actions {
    margin-top: 1rem;
  }

  .home-cta-panel__button {
    width: 100%;
    min-width: 0;
    min-height: 3.9rem;
    padding: 1rem 1.6rem;
    font-size: 1rem;
  }

  .solutions-cta-panel__actions {
    margin-top: 1.8rem;
  }

  .corp-hero-card--canvas {
    margin-top: 2.75rem;
  }
}
