:root {
  color-scheme: light;
  font-family: Inter, Arial, sans-serif;
  color: #111827;
  background: #fff;
  font-synthesis: none;
}

body {
  margin: 0;
  color: #111827;
  background: #fff;
}

.supeross-page,
.supeross-page * {
  box-sizing: border-box;
}

.supeross-page h1,
.supeross-page h2,
.supeross-page h3,
.supeross-page p {
  letter-spacing: 0;
}

.supeross-container {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.supeross-hero {
  position: relative;
  min-height: 760px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #0d1832;
}

.supeross-hero-image,
.supeross-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.supeross-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.supeross-hero-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 21, 45, 0.98) 0%, rgba(9, 21, 45, 0.9) 39%, rgba(9, 21, 45, 0.48) 66%, rgba(9, 21, 45, 0.14) 100%);
}

.supeross-hero-content {
  padding: 64px 0 70px;
}

.supeross-product-name,
.supeross-label {
  margin: 0 0 16px;
  color: #dc147f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.supeross-product-name {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 12px;
  color: #fff;
  background: #dc147f;
  border-radius: 6px;
}

.supeross-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #fff;
  font-size: 52px;
  font-weight: 780;
  line-height: 1.08;
}

.supeross-hero-list {
  max-width: 780px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: supeross-hero-step;
  color: #e3e9f2;
  font-size: 17px;
  line-height: 1.48;
}

.supeross-hero-list li {
  position: relative;
  margin-top: 13px;
  padding-left: 38px;
  counter-increment: supeross-hero-step;
}

.supeross-hero-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: #0b4625;
  background: #a8efc2;
  border-radius: 50%;
  content: counter(supeross-hero-step);
  font-size: 13px;
  font-weight: 800;
}

.supeross-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.supeross-button:hover {
  transform: translateY(-1px);
}

.supeross-button-primary {
  color: #fff;
  background: #178843;
  border-color: #178843;
}

.supeross-button-primary:hover {
  color: #fff;
  background: #117538;
  border-color: #117538;
}

.supeross-button-light {
  color: #172554;
  background: #fff;
  border-color: #fff;
}

.supeross-button-light:hover {
  color: #172554;
  background: #edf4ff;
  border-color: #edf4ff;
}

.supeross-button:focus-visible {
  outline: 3px solid rgba(103, 220, 145, 0.5);
  outline-offset: 3px;
}

.supeross-hero-conclusion {
  max-width: 760px;
  margin: 24px 0 28px;
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
}

.supeross-hero-conclusion strong {
  color: #a8efc2;
}

.supeross-section {
  padding: 88px 0;
}

.supeross-section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.supeross-section-heading h2,
.supeross-final h2,
.supeross-audience h2 {
  margin: 0;
  color: #111827;
  font-size: 44px;
  font-weight: 760;
  line-height: 1.1;
}

.supeross-section-heading > p:last-child {
  margin: 17px 0 0;
  color: #58677d;
  font-size: 18px;
  line-height: 1.55;
}

.supeross-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.supeross-steps li {
  min-height: 245px;
  padding: 22px 20px;
  background: #f6f8fb;
  border: 1px solid #dde4ee;
  border-radius: 8px;
}

.supeross-step-number {
  display: block;
  margin-bottom: 34px;
  color: #178843;
  font-size: 14px;
  font-weight: 800;
}

.supeross-steps h3,
.supeross-benefit-grid h3,
.supeross-stage h3 {
  margin: 0;
  color: #172554;
  font-size: 19px;
  line-height: 1.25;
}

.supeross-steps p,
.supeross-benefit-grid p {
  margin: 12px 0 0;
  color: #5a687c;
  font-size: 15px;
  line-height: 1.55;
}

.supeross-deliverables {
  background: #f6f8fb;
}

.supeross-deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.supeross-stage {
  padding: 32px;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
}

.supeross-stage-before {
  background: #fff;
}

.supeross-stage-after {
  color: #fff;
  background: #172554;
  border-color: #172554;
}

.supeross-stage-mark {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 10px;
  color: #176836;
  background: #dcf4e5;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.supeross-stage-after .supeross-stage-mark {
  color: #172554;
  background: #a8efc2;
}

.supeross-stage-after h3 {
  color: #fff;
}

.supeross-stage ul {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.supeross-stage li {
  position: relative;
  padding-left: 24px;
  color: #4e5e74;
  font-size: 16px;
  line-height: 1.5;
}

.supeross-stage-after li {
  color: #dbe5f4;
}

.supeross-stage li::before {
  content: "";
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 9px;
  height: 9px;
  background: #21a75b;
  border-radius: 50%;
}

.supeross-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.supeross-benefit-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0 18px;
  padding: 26px;
  border: 1px solid #dde4ee;
  border-radius: 8px;
}

.supeross-benefit-grid article > span {
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #176836;
  background: #e4f6ea;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
}

.supeross-audiences {
  padding-top: 0;
}

.supeross-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #dce3ed;
  border-radius: 8px;
  overflow: hidden;
}

.supeross-audience {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 480px;
  padding: 42px;
}

.supeross-audience-owner {
  background: #f6f8fb;
}

.supeross-audience-company {
  color: #fff;
  background: #172554;
}

.supeross-audience-company h2 {
  color: #fff;
}

.supeross-audience > p:not(.supeross-label) {
  margin: 20px 0 0;
  color: #56667d;
  font-size: 17px;
  line-height: 1.6;
}

.supeross-audience-company > p:not(.supeross-label) {
  color: #d7e0ef;
}

.supeross-audience > strong {
  display: block;
  margin: 24px 0 28px;
  color: #172554;
  font-size: 17px;
  line-height: 1.45;
}

.supeross-audience-company > strong {
  color: #a8efc2;
}

.supeross-audience .supeross-button {
  margin-top: auto;
}

.supeross-final {
  padding: 70px 0;
  color: #fff;
  background: #eef8f1;
  border-top: 1px solid #d4eadb;
}

.supeross-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.supeross-final h2 {
  max-width: 850px;
  color: #172554;
  font-size: 38px;
}

.supeross-final p:last-child {
  margin: 16px 0 0;
  color: #53647b;
  font-size: 17px;
  line-height: 1.5;
}

.supeross-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.supeross-proof p,
.supeross-final .supeross-proof p:last-child {
  min-height: 56px;
  margin: 0;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #172554;
  background: #fff;
  border: 1px solid #c9dfd0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 1020px) {
  .supeross-hero h1 {
    max-width: 610px;
    font-size: 54px;
  }

  .supeross-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .supeross-steps li:last-child {
    grid-column: 1 / -1;
    min-height: 0;
  }

}

@media (max-width: 760px) {
  .supeross-container {
    width: min(100% - 32px, 1180px);
  }

  .supeross-hero {
    min-height: 0;
    margin-top: 18px;
    align-items: flex-end;
  }

  .supeross-hero-image {
    object-position: 64% center;
  }

  .supeross-hero-overlay {
    background: linear-gradient(180deg, rgba(9, 21, 45, 0.42) 0%, rgba(9, 21, 45, 0.88) 46%, rgba(9, 21, 45, 0.99) 100%);
  }

  .supeross-hero-content {
    padding: 48px 0 50px;
  }

  .supeross-hero h1 {
    font-size: 38px;
  }

  .supeross-hero-list {
    margin-top: 24px;
    font-size: 16px;
  }

  .supeross-hero-conclusion {
    margin: 22px 0 26px;
    font-size: 17px;
  }

  .supeross-button {
    width: 100%;
  }

  .supeross-deliverables-grid,
  .supeross-benefit-grid,
  .supeross-audience-grid,
  .supeross-final-inner,
  .supeross-proof {
    grid-template-columns: 1fr;
  }

  .supeross-section {
    padding: 62px 0;
  }

  .supeross-section-heading {
    margin-bottom: 28px;
  }

  .supeross-section-heading h2,
  .supeross-audience h2 {
    font-size: 34px;
  }

  .supeross-steps {
    grid-template-columns: 1fr;
  }

  .supeross-steps li,
  .supeross-steps li:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .supeross-step-number {
    margin-bottom: 22px;
  }

  .supeross-stage,
  .supeross-audience {
    padding: 26px 22px;
  }

  .supeross-audience {
    min-height: 0;
  }

  .supeross-audience .supeross-button {
    margin-top: 0;
  }

  .supeross-benefit-grid article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 20px;
  }

  .supeross-benefit-grid article > span {
    width: 42px;
    height: 42px;
  }

  .supeross-final {
    padding: 54px 0;
  }

  .supeross-final-inner {
    gap: 28px;
  }

  .supeross-proof {
    gap: 8px;
    margin-top: 28px;
  }

  .supeross-final h2 {
    font-size: 32px;
  }
}

@media (max-width: 430px) {
  .supeross-hero h1 {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .supeross-button {
    transition: none;
  }
}
