:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f6f7f9;
  color: #19202a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.shell {
  margin: 0 auto;
  max-width: 1220px;
  min-width: 0;
  padding: clamp(22px, 5vw, 56px);
  width: 100%;
}

.suite-header {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 251, 0.98)),
    linear-gradient(90deg, rgba(6, 55, 109, 0.09), transparent 52%);
  border: 1px solid #d9dee7;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 260px) auto;
  margin-bottom: 18px;
  min-height: 132px;
  padding: 22px clamp(18px, 4vw, 44px);
}

.brand-lockup {
  align-items: center;
  display: flex;
  gap: 20px;
  min-width: 0;
}

.product-logo {
  background: linear-gradient(135deg, #05294d, #0f6b7a 72%, #7fbf90);
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(5, 41, 77, 0.2);
  color: #ffffff;
  flex: 0 0 auto;
  height: 76px;
  overflow: hidden;
  position: relative;
  width: 76px;
}

.product-logo::after {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 13px;
  content: "";
  inset: 6px;
  position: absolute;
}

.product-logo span {
  font-size: 1.85rem;
  font-weight: 950;
  left: 11px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 16px;
  z-index: 1;
}

.product-logo i {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.48) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48) 1px, transparent 1px);
  background-size: 8px 8px;
  bottom: 13px;
  height: 20px;
  left: 14px;
  opacity: 0.72;
  position: absolute;
  width: 27px;
  z-index: 1;
}

.product-logo-id span {
  font-size: 2rem;
}

.product-logo-na {
  background: linear-gradient(135deg, #05294d, #337f66 68%, #93c47d);
}

.product-logo-pp {
  background: linear-gradient(135deg, #05294d, #255f95 68%, #6fb4c4);
}

.product-logo-pm {
  background: linear-gradient(135deg, #05294d, #5b6b9e 70%, #8bb5d8);
}

.product-logo-as {
  background: linear-gradient(135deg, #05294d, #0f6b7a 64%, #d0aa5b);
}

.product-logo-vx {
  background: linear-gradient(135deg, #05294d, #694d8f 66%, #79b88e);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: #05294d;
  font-size: clamp(2.05rem, 2.65vw, 2.35rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  white-space: nowrap;
}

.brand-subtitle {
  color: #344258;
  font-size: clamp(1.02rem, 1.6vw, 1.28rem);
  font-weight: 800;
  letter-spacing: 0;
  margin: 4px 0 0;
  text-transform: uppercase;
}

.publisher-mark {
  color: #66758a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.suite-visual {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 88px minmax(110px, 1fr);
  min-height: 70px;
}

.language-control {
  align-self: center;
  color: #344258;
  display: grid;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 6px;
  justify-self: end;
  text-transform: uppercase;
  white-space: nowrap;
}

.language-control select {
  background: #ffffff;
  border: 1px solid #b9c7d8;
  border-radius: 8px;
  color: #111827;
  font: inherit;
  min-height: 44px;
  padding: 0 12px;
  text-transform: none;
}

.visual-card,
.visual-chart {
  border: 1px solid #d3deeb;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(24, 47, 79, 0.1);
  height: 70px;
}

.visual-card {
  background: #ffffff;
  display: grid;
  gap: 7px;
  padding: 12px;
}

.visual-card-primary {
  border-left: 5px solid #0f6b7a;
}

.visual-line {
  background: #c8d6e6;
  border-radius: 999px;
  display: block;
  height: 7px;
  width: 82%;
}

.visual-line.short {
  width: 56%;
}

.visual-total {
  align-self: end;
  color: #05294d;
  font-size: 1.15rem;
  font-weight: 900;
}

.visual-chart {
  align-items: end;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(237, 246, 248, 0.96)),
    linear-gradient(90deg, transparent 0 24%, rgba(15, 107, 122, 0.08) 24% 25%, transparent 25% 49%, rgba(15, 107, 122, 0.08) 49% 50%, transparent 50% 74%, rgba(15, 107, 122, 0.08) 74% 75%, transparent 75%);
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 10px 14px;
}

.visual-chart span {
  background: linear-gradient(180deg, #0f6b7a, #7fbf90);
  border-radius: 5px 5px 2px 2px;
  display: block;
  width: 12px;
}

.pathway-hero {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  margin-bottom: 18px;
}

.pathway-copy {
  background: #202938;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  min-width: 0;
  padding: 22px;
}

.pathway-copy strong {
  display: block;
}

.pathway-copy strong {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.pathway-copy p {
  color: #d8e0ed;
  line-height: 1.45;
  margin-top: 10px;
  max-width: 760px;
}

.journey-card b {
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.planning-map {
  background:
    radial-gradient(circle at 50% 46%, rgba(127, 191, 144, 0.24), transparent 25%),
    radial-gradient(circle at 36% 26%, rgba(111, 180, 196, 0.18), transparent 24%),
    radial-gradient(circle at 70% 78%, rgba(208, 170, 91, 0.18), transparent 24%),
    linear-gradient(135deg, #ffffff, #eef5f8);
  border: 1px solid #d9dee7;
  border-radius: 8px;
  min-height: 310px;
  overflow: hidden;
  position: relative;
}

.planning-map::before {
  background:
    linear-gradient(90deg, rgba(15, 107, 122, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 107, 122, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: 0.58;
  position: absolute;
}

.egg-shell {
  border-radius: 49% 51% 45% 55% / 44% 43% 57% 56%;
  height: 260px;
  left: calc(50% - 145px);
  overflow: hidden;
  position: absolute;
  top: 25px;
  width: 290px;
}

.egg-shell::before {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.55));
  border: 1px solid rgba(15, 107, 122, 0.2);
  border-radius: inherit;
  box-shadow: 0 24px 46px rgba(15, 38, 67, 0.16);
  content: "";
  inset: 0;
  position: absolute;
}

.egg-panel {
  align-items: center;
  color: #05294d;
  display: grid;
  font-weight: 950;
  min-height: 96px;
  padding: 18px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 145px;
  z-index: 1;
}

.egg-panel span {
  position: relative;
  z-index: 2;
}

.egg-learn {
  background: linear-gradient(135deg, rgba(71, 106, 127, 0.2), rgba(158, 185, 199, 0.56));
  left: 0;
  top: 18px;
}

.egg-calc {
  background: linear-gradient(135deg, rgba(15, 107, 122, 0.18), rgba(127, 191, 144, 0.58));
  right: 0;
  top: 18px;
}

.egg-preview {
  background: linear-gradient(135deg, rgba(123, 102, 80, 0.18), rgba(208, 170, 91, 0.58));
  bottom: 22px;
  left: 0;
}

.egg-analyze {
  background: linear-gradient(135deg, rgba(51, 127, 102, 0.2), rgba(147, 196, 125, 0.58));
  bottom: 22px;
  right: 0;
}

.egg-core {
  align-items: center;
  background: linear-gradient(135deg, #05294d, #0f6b7a 72%, #7fbf90);
  border: 8px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(15, 38, 67, 0.22);
  color: #ffffff;
  display: grid;
  height: 118px;
  justify-items: center;
  left: calc(50% - 59px);
  padding: 18px;
  position: absolute;
  text-align: center;
  top: calc(50% - 59px);
  width: 118px;
  z-index: 3;
}

.egg-core span {
  font-size: 2.25rem;
  font-weight: 950;
  line-height: 1;
}

.egg-core small {
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.08;
  text-transform: uppercase;
}

.journey-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.journey-card,
.support-card {
  background: #ffffff;
  border: 1px solid #d9dee7;
  border-radius: 8px;
}

.journey-card {
  color: inherit;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  text-decoration: none;
}

.journey-card .product-logo {
  height: 52px;
  width: 52px;
}

.journey-card .product-logo::after {
  border-radius: 9px;
  inset: 5px;
}

.journey-card .product-logo span {
  font-size: 1.16rem;
  left: 8px;
  top: 11px;
}

.journey-card .product-logo i {
  background-size: 6px 6px;
  bottom: 9px;
  height: 14px;
  left: 10px;
  width: 20px;
}

.journey-card > span,
.support-card > span {
  color: #4b627f;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.journey-card strong,
.support-card strong {
  color: #05294d;
  font-size: 1.45rem;
}

.journey-card small,
.support-card small {
  color: #5c6a7c;
  line-height: 1.42;
}

.mini-links {
  align-self: end;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-links span {
  background: #eef4f7;
  color: #163f66;
  font-size: 0.84rem;
  padding: 7px 8px;
}

.product-logo-learn {
  background: linear-gradient(135deg, #05294d, #476a7f 70%, #9eb9c7);
}

.product-logo-preview {
  background: linear-gradient(135deg, #05294d, #7b6650 70%, #d0aa5b);
}

.support-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.support-card {
  align-items: center;
  color: inherit;
  display: grid;
  gap: 8px 14px;
  grid-template-columns: auto minmax(0, 1fr);
  min-width: 0;
  padding: 16px;
  text-decoration: none;
}

.support-card .product-logo {
  grid-row: span 2;
  height: 52px;
  width: 52px;
}

.support-card .product-logo::after {
  border-radius: 9px;
  inset: 5px;
}

.support-card .product-logo span {
  font-size: 1.16rem;
  left: 8px;
  top: 11px;
}

.support-card .product-logo i {
  background-size: 6px 6px;
  bottom: 9px;
  height: 14px;
  left: 10px;
  width: 20px;
}

.journey-card:hover,
.journey-card:focus,
.support-card:hover,
.support-card:focus {
  border-color: #0f6b7a;
  outline: 3px solid #d9f0ee;
}

.promo-band,
.contact-band {
  align-items: center;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 18px;
  padding: 24px;
}

.promo-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 247, 0.98)),
    linear-gradient(90deg, rgba(15, 107, 122, 0.12), transparent 55%);
  border: 1px solid #d3deeb;
  color: #19202a;
}

.contact-band {
  background:
    linear-gradient(135deg, rgba(5, 41, 77, 0.96), rgba(15, 107, 122, 0.9)),
    linear-gradient(90deg, transparent 0 32%, rgba(255, 255, 255, 0.08) 32% 33%, transparent 33% 65%, rgba(255, 255, 255, 0.08) 65% 66%, transparent 66%);
  color: #ffffff;
}

.promo-band span,
.contact-band span {
  color: #bfe4d6;
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.promo-band span {
  color: #0f6b7a;
}

.promo-band strong,
.contact-band strong {
  display: block;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.08;
}

.promo-band strong {
  color: #05294d;
}

.promo-band p,
.contact-band p {
  line-height: 1.45;
  margin: 10px 0 0;
  max-width: 760px;
}

.promo-band p {
  color: #5c6a7c;
}

.contact-band p {
  color: #dbe8f1;
}

.promo-band a,
.contact-band a {
  border-radius: 6px;
  font-weight: 900;
  padding: 11px 13px;
  text-decoration: none;
  white-space: nowrap;
}

.promo-band a {
  background: #0f6b7a;
  color: #ffffff;
}

.contact-band a {
  background: #ffffff;
  color: #05294d;
}

@media (max-width: 980px) {
  .suite-header,
  .pathway-hero,
  .journey-grid,
  .support-grid,
  .promo-band,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .language-control {
    justify-self: start;
  }

  h1 {
    white-space: normal;
  }
}

@media (max-width: 620px) {
  .shell {
    padding: 14px;
  }

  .suite-header {
    padding: 18px;
  }

  .brand-lockup {
    align-items: flex-start;
  }

  .product-logo {
    height: 58px;
    width: 58px;
  }

  .product-logo span {
    font-size: 1.35rem;
  }

  .suite-visual {
    grid-template-columns: 1fr;
  }

  .visual-card {
    display: none;
  }

  .planning-map {
    min-height: 420px;
  }

  .mini-links {
    grid-template-columns: 1fr;
  }

  .egg-shell {
    transform: scale(0.9);
    transform-origin: center top;
  }

  .promo-band a,
  .contact-band a {
    justify-self: start;
  }
}
  font-size: 0.9rem;
