/**
 * Laureate SAP Sales & Distribution (SD) Course Hero Stylesheet
 *
 * @package Laureate
 * @version 1.0.0
 */

.evo-sd-hero,
.evo-sd-hero * {
  box-sizing: border-box;
}

.evo-sd-hero {
  --evo-blue-950: #112f56;
  --evo-blue-800: #174a82;
  --evo-blue-700: #1769aa;
  --evo-blue-600: #1687cd;
  --evo-blue-100: #dff3ff;
  --evo-blue-50: #f4faff;
  --evo-green-600: #16a66a;
  --evo-green-500: #23bf78;
  --evo-green-100: #dff8eb;

  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(74px, 7vw, 112px) 24px;
  background:
    radial-gradient(circle at 8% 12%, rgba(81, 186, 245, .13), transparent 31%),
    radial-gradient(circle at 91% 86%, rgba(35, 191, 120, .10), transparent 27%),
    linear-gradient(135deg, #f8fcff 0%, #ffffff 48%, #f3faff 100%);
  color: var(--evo-blue-950);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.evo-sd-hero__grid-pattern {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(23, 105, 170, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 105, 170, .04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, #000, transparent 43%, transparent 58%, #000);
}

.evo-sd-hero__glow {
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.evo-sd-hero__glow--one {
  top: -240px;
  left: 34%;
  background: rgba(56, 189, 248, .12);
}

.evo-sd-hero__glow--two {
  right: -230px;
  bottom: -220px;
  background: rgba(34, 197, 94, .10);
}

.evo-sd-hero__container {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  align-items: center;
  gap: clamp(54px, 6.4vw, 92px);
}

.evo-sd-hero__content {
  max-width: 635px;
}

.evo-sd-hero__eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 7px 13px;
  margin-bottom: 22px;
  border: 1px solid rgba(23, 105, 170, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 7px 20px rgba(21, 90, 145, .07);
  color: var(--evo-blue-700);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: .045em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.evo-sd-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--evo-green-500);
  box-shadow: 0 0 0 5px rgba(35, 191, 120, .13);
}

.evo-sd-hero__eyebrow-separator {
  width: 1px;
  height: 14px;
  background: rgba(23, 105, 170, .2);
}

.evo-sd-hero__title {
  max-width: 650px;
  margin: 0;
  color: var(--evo-blue-950);
  font-size: clamp(43px, 4.2vw, 62px);
  font-weight: 720;
  line-height: 1.065;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.evo-sd-hero__title span {
  display: inline-block;
  color: var(--evo-blue-600);
  background: linear-gradient(100deg, var(--evo-blue-700), #1b9ed5 58%, var(--evo-green-600));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.evo-sd-hero__description {
  max-width: 605px;
  margin: 24px 0 0;
  color: #537091;
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 420;
  line-height: 1.72;
}

.evo-sd-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 18px;
  margin-top: 27px;
}

.evo-sd-hero__highlight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a6685;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}

.evo-sd-hero__highlight b {
  color: var(--evo-blue-950);
  font-weight: 700;
}

.evo-sd-hero__highlight-icon {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex: 0 0 29px;
  border-radius: 9px;
  background: #eaf7ff;
  color: var(--evo-blue-600);
}

.evo-sd-hero__highlight-icon svg {
  width: 17px;
  height: 17px;
}

.evo-sd-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.evo-sd-hero__button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}

.evo-sd-hero__button svg {
  width: 18px;
  height: 18px;
  transition: transform .25s ease;
}

.evo-sd-hero__button--primary {
  color: #fff !important;
  background: linear-gradient(100deg, var(--evo-blue-700), var(--evo-blue-600));
  box-shadow: 0 12px 26px rgba(22, 105, 170, .22);
}

.evo-sd-hero__button--primary:hover,
.evo-sd-hero__button--primary:focus-visible {
  color: #fff !important;
  background: linear-gradient(100deg, var(--evo-green-600), var(--evo-blue-600));
  box-shadow: 0 16px 32px rgba(22, 105, 170, .27);
  transform: translateY(-2px);
}

.evo-sd-hero__button--primary:hover svg {
  transform: translateX(3px);
}

.evo-sd-hero__button--secondary {
  color: var(--evo-blue-800) !important;
  border-color: rgba(23, 105, 170, .18);
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 8px 22px rgba(21, 90, 145, .06);
}

.evo-sd-hero__button--secondary:hover,
.evo-sd-hero__button--secondary:focus-visible {
  color: var(--evo-blue-700) !important;
  border-color: rgba(23, 105, 170, .3);
  background: #fff;
  transform: translateY(-2px);
}

.evo-sd-hero__button:focus-visible {
  outline: 3px solid rgba(56, 189, 248, .35);
  outline-offset: 3px;
}

.evo-sd-hero__assurance {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 17px 0 0;
  color: #6b829b;
  font-size: 12px;
  font-weight: 550;
}

.evo-sd-hero__assurance svg {
  width: 17px;
  height: 17px;
  color: var(--evo-green-600);
}

.evo-sd-hero__visual-wrap {
  position: relative;
  width: 100%;
  max-width: 535px;
  justify-self: end;
}

.evo-sd-hero__visual {
  position: relative;
  overflow: hidden;
  padding: 24px 24px 19px;
  border: 1px solid rgba(23, 105, 170, .13);
  border-radius: 25px;
  background: rgba(255, 255, 255, .88);
  box-shadow:
    0 30px 70px rgba(24, 81, 129, .14),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.evo-sd-hero__visual::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(56, 189, 248, .12);
  filter: blur(7px);
}

.evo-sd-hero__visual-top {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.evo-sd-hero__visual-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--evo-blue-600);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.evo-sd-hero__visual-top h2 {
  margin: 0;
  color: var(--evo-blue-950);
  font-size: 20px;
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: -.022em;
}

.evo-sd-hero__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(22, 166, 106, .13);
  border-radius: 999px;
  background: var(--evo-green-100);
  color: #117c52;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}

.evo-sd-hero__live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--evo-green-500);
  box-shadow: 0 0 0 4px rgba(35, 191, 120, .12);
  animation: evoSdPulse 2.2s ease-in-out infinite;
}

.evo-sd-hero__orbit {
  position: relative;
  height: 350px;
  margin: 4px 0 2px;
}

.evo-sd-hero__orbit::before,
.evo-sd-hero__orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  pointer-events: none;
}

.evo-sd-hero__orbit::before {
  width: 255px;
  height: 255px;
  border: 1px solid rgba(23, 105, 170, .08);
}

.evo-sd-hero__orbit::after {
  width: 186px;
  height: 186px;
  border: 1px dashed rgba(22, 166, 106, .13);
}

.evo-sd-hero__orbit-lines {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}

.evo-sd-hero__core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 148px;
  height: 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--evo-blue-700), #118dca 72%, #19a9bd);
  color: #fff;
  box-shadow:
    0 20px 42px rgba(23, 105, 170, .25),
    inset 0 1px 0 rgba(255, 255, 255, .25),
    0 0 0 12px rgba(23, 105, 170, .055);
}

.evo-sd-hero__core-shine {
  position: absolute;
  width: 110px;
  height: 170px;
  top: -80px;
  right: -30px;
  rotate: 28deg;
  background: rgba(255, 255, 255, .1);
}

.evo-sd-hero__core svg {
  position: relative;
  width: 39px;
  height: 39px;
  margin-bottom: 7px;
  opacity: .92;
}

.evo-sd-hero__core strong,
.evo-sd-hero__core small {
  position: relative;
}

.evo-sd-hero__core strong {
  font-size: 19px;
  font-weight: 780;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.evo-sd-hero__core small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .04em;
}

.evo-sd-hero__node {
  position: absolute;
  z-index: 2;
  min-width: 100px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid rgba(23, 105, 170, .11);
  border-radius: 13px;
  background: rgba(255, 255, 255, .96);
  color: var(--evo-blue-950);
  box-shadow: 0 11px 25px rgba(24, 81, 129, .10);
  animation: evoSdFloat 5.5s ease-in-out infinite;
}

.evo-sd-hero__node span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex: 0 0 31px;
  border-radius: 9px;
  background: #eaf7ff;
  color: var(--evo-blue-600);
}

.evo-sd-hero__node span svg {
  width: 18px;
  height: 18px;
}

.evo-sd-hero__node b {
  font-size: 11px;
  font-weight: 720;
  white-space: nowrap;
}

.evo-sd-hero__node--build {
  left: 3.7%;
  top: 12%;
}

.evo-sd-hero__node--integrate {
  right: 1.8%;
  top: 12%;
  animation-delay: -.9s;
}

.evo-sd-hero__node--automate {
  left: 1.5%;
  bottom: 11%;
  animation-delay: -1.8s;
}

.evo-sd-hero__node--ai {
  right: .5%;
  bottom: 11%;
  animation-delay: -2.7s;
}

.evo-sd-hero__node--automate span,
.evo-sd-hero__node--ai span {
  background: var(--evo-green-100);
  color: var(--evo-green-600);
}

.evo-sd-hero__visual-footer {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 105, 170, .09);
}

.evo-sd-hero__mini-stat {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 10px;
  border-radius: 13px;
  background: #f7fbfe;
}

.evo-sd-hero__mini-stat-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 10px;
  background: var(--evo-blue-100);
  color: var(--evo-blue-600);
}

.evo-sd-hero__mini-stat-icon--green {
  background: var(--evo-green-100);
  color: var(--evo-green-600);
}

.evo-sd-hero__mini-stat-icon svg {
  width: 19px;
  height: 19px;
}

.evo-sd-hero__mini-stat > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.evo-sd-hero__mini-stat b {
  overflow: hidden;
  color: var(--evo-blue-950);
  font-size: 10px;
  font-weight: 720;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.evo-sd-hero__mini-stat small {
  margin-top: 3px;
  color: #7690aa;
  font-size: 9px;
  font-weight: 550;
}

.evo-sd-hero__floating-note {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(23, 105, 170, .1);
  border-radius: 13px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 34px rgba(24, 81, 129, .13);
  color: var(--evo-blue-800);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.evo-sd-hero__floating-note span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  border-radius: 50%;
  background: var(--evo-green-100);
  color: var(--evo-green-600);
}

.evo-sd-hero__floating-note svg {
  width: 16px;
  height: 16px;
}

.evo-sd-hero__floating-note--top {
  top: 62px;
  right: -32px;
  animation: evoSdFloat 6s ease-in-out infinite -1.2s;
}

.evo-sd-hero__floating-note--bottom {
  left: -38px;
  bottom: 54px;
  animation: evoSdFloat 6s ease-in-out infinite -3.2s;
}

@keyframes evoSdPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(35, 191, 120, .12); }
  50% { box-shadow: 0 0 0 7px rgba(35, 191, 120, .04); }
}

@keyframes evoSdFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 1080px) {
  .evo-sd-hero {
    min-height: 650px;
  }

  .evo-sd-hero__container {
    grid-template-columns: minmax(0, 1fr) minmax(410px, .92fr);
    gap: 42px;
  }

  .evo-sd-hero__title {
    font-size: clamp(39px, 4.6vw, 52px);
  }

  .evo-sd-hero__floating-note--top {
    right: -8px;
  }

  .evo-sd-hero__floating-note--bottom {
    left: -14px;
  }
}

@media (max-width: 900px) {
  .evo-sd-hero {
    min-height: auto;
    padding: 74px 22px 84px;
  }

  .evo-sd-hero__container {
    max-width: 710px;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .evo-sd-hero__content {
    max-width: 690px;
  }

  .evo-sd-hero__title {
    max-width: 680px;
    font-size: clamp(43px, 7.2vw, 58px);
  }

  .evo-sd-hero__visual-wrap {
    max-width: 560px;
    justify-self: center;
  }
}

@media (max-width: 620px) {
  .evo-sd-hero {
    padding: 56px 16px 66px;
    background:
      radial-gradient(circle at 10% 8%, rgba(81, 186, 245, .14), transparent 28%),
      linear-gradient(155deg, #f8fcff 0%, #fff 56%, #f5fbff 100%);
  }

  .evo-sd-hero__grid-pattern {
    opacity: .25;
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom, #000, transparent 70%);
  }

  .evo-sd-hero__container {
    gap: 44px;
  }

  .evo-sd-hero__eyebrow {
    min-height: 31px;
    gap: 7px;
    padding: 7px 11px;
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: .035em;
  }

  .evo-sd-hero__title {
    font-size: clamp(34px, 10.2vw, 44px);
    line-height: 1.09;
    letter-spacing: -.039em;
  }

  .evo-sd-hero__description {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
  }

  .evo-sd-hero__highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 10px;
    margin-top: 23px;
  }

  .evo-sd-hero__highlight {
    min-width: 0;
    font-size: 11px;
    white-space: normal;
  }

  .evo-sd-hero__highlight:last-child {
    grid-column: 1 / -1;
  }

  .evo-sd-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .evo-sd-hero__button {
    width: 100%;
    min-height: 47px;
  }

  .evo-sd-hero__assurance {
    justify-content: center;
  }

  .evo-sd-hero__visual {
    padding: 19px 14px 14px;
    border-radius: 21px;
  }

  .evo-sd-hero__visual-top {
    padding: 0 3px;
  }

  .evo-sd-hero__visual-kicker {
    font-size: 8px;
  }

  .evo-sd-hero__visual-top h2 {
    font-size: 16px;
  }

  .evo-sd-hero__live {
    padding: 6px 8px;
    font-size: 9px;
  }

  .evo-sd-hero__orbit {
    height: 302px;
    margin-top: 8px;
  }

  .evo-sd-hero__orbit::before {
    width: 205px;
    height: 205px;
  }

  .evo-sd-hero__orbit::after {
    width: 155px;
    height: 155px;
  }

  .evo-sd-hero__core {
    width: 120px;
    height: 120px;
    box-shadow:
      0 17px 35px rgba(23, 105, 170, .22),
      inset 0 1px 0 rgba(255, 255, 255, .25),
      0 0 0 9px rgba(23, 105, 170, .05);
  }

  .evo-sd-hero__core svg {
    width: 31px;
    height: 31px;
    margin-bottom: 5px;
  }

  .evo-sd-hero__core strong {
    font-size: 16px;
  }

  .evo-sd-hero__core small {
    font-size: 8px;
  }

  .evo-sd-hero__node {
    min-width: 82px;
    gap: 6px;
    padding: 7px 8px;
    border-radius: 11px;
  }

  .evo-sd-hero__node span {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    border-radius: 7px;
  }

  .evo-sd-hero__node span svg {
    width: 15px;
    height: 15px;
  }

  .evo-sd-hero__node b {
    font-size: 9px;
  }

  .evo-sd-hero__node--build,
  .evo-sd-hero__node--automate {
    left: 0;
  }

  .evo-sd-hero__node--integrate,
  .evo-sd-hero__node--ai {
    right: 0;
  }

  .evo-sd-hero__visual-footer {
    gap: 7px;
    padding-top: 12px;
  }

  .evo-sd-hero__mini-stat {
    gap: 6px;
    padding: 7px;
  }

  .evo-sd-hero__mini-stat-icon {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
    border-radius: 8px;
  }

  .evo-sd-hero__mini-stat-icon svg {
    width: 16px;
    height: 16px;
  }

  .evo-sd-hero__mini-stat b {
    font-size: 8px;
  }

  .evo-sd-hero__mini-stat small {
    font-size: 7.5px;
  }

  .evo-sd-hero__floating-note {
    display: none;
  }
}

@media (max-width: 370px) {
  .evo-sd-hero__eyebrow-separator {
    display: none;
  }

  .evo-sd-hero__eyebrow {
    flex-wrap: wrap;
    border-radius: 12px;
  }

  .evo-sd-hero__orbit {
    height: 285px;
  }

  .evo-sd-hero__node b {
    display: none;
  }

  .evo-sd-hero__node {
    min-width: 0;
  }
}

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