:root {
  --blue: #41a4ff;
  --orange: #ff381a;
  --orange-light: #ff8143;
  --ink: #292929;
  --muted: #737373;
  --soft: #edf6f7;
  --line: #e4eef5;
  --shadow: 0 8px 20px rgba(13, 31, 46, 0.08);
  --font-sans: "PT Sans", Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  background: #fff;
}
body {
  margin: 0;
  padding: 0 !important;
  color: var(--ink);
  font-family: var(--font-sans);
  background: linear-gradient(180deg, #fff 0%, var(--soft) 70%, #fff 100%);
}
img {
  display: block;
  max-width: 100%;
}
button,
a {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
[hidden] {
  display: none !important;
}
.hero {
  position: relative;
  height: 900px;
  min-height: 900px;
  overflow: hidden;
  background: #6dc8ff url("/assets/images/mc-graduation-sale/hero-background-figma.png") center top / cover no-repeat;
}
.hero__bg {
  display: none;
}
.hero-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100px;
  max-width: none;
  transform: none;
  pointer-events: none;
}
.hero__inner {
  display: grid;
  grid-template-columns: 782px 460px;
  grid-template-rows: 52px 64px 60px 20px 656px;
  column-gap: 0;
  width: 1242px;
  height: 900px;
  margin: 0 auto 0 calc(50% - 600px);
  padding-top: 24px;
}
.hero__logo {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 295px;
  height: 52px;
}
.hero__logo svg,
.hero-logo-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hero__eyebrow {
  grid-column: 1;
  grid-row: 3;
  justify-self: start;
  width: 711px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.hero__content {
  display: contents;
}
.sale-art {
  display: grid;
  grid-column: 1;
  grid-row: 5;
  width: 846px;
  height: 656px;
  margin: 0;
  overflow: hidden;
}
.sale-art img {
  grid-area: 1 / 1;
  width: 846px;
  height: 706px;
  max-width: none;
  object-fit: cover;
}
.sale-art__copy {
  grid-area: 1 / 1;
  align-self: start;
  justify-self: start;
  width: 278px;
  margin: 200px 0 0 208px;
  color: var(--orange);
  text-align: center;
  text-transform: uppercase;
}
.sale-art__copy span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}
.sale-art__copy strong {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 136px;
  font-weight: 900;
  line-height: 0.98;
}
.sale-art__copy em {
  font-size: 74px;
  font-style: normal;
}
.sale-art__copy small {
  display: block;
  margin-top: 12px;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.pricing-card {
  grid-column: 2;
  grid-row: 1 / 6;
  width: 460px;
  margin-top: 46px;
}
.plan-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  height: 64px;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
  color: var(--blue);
  font: 700 16px/48px Arial, Helvetica, sans-serif;
  text-align: center;
}
.plan-tab {
  appearance: none;
  border: 0;
  border-radius: 10px;
  color: inherit;
  background: transparent;
  cursor: pointer;
}
.plan-tab.is-active {
  color: #fff;
  background: var(--blue);
}
.plan-panel {
  position: relative;
  height: 680px;
  margin-top: 24px;
  padding: 40px 26px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.discount-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 86px;
  overflow: hidden;
  pointer-events: none;
}
.discount-corner::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, #ff8143 0%, #ff3819 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.discount-corner span {
  position: absolute;
  top: 13px;
  right: -4px;
  z-index: 1;
  min-width: 66px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  transform: rotate(45deg);
  transform-origin: center;
}
.plan-panel h1 {
  margin: 0 0 50px;
  color: #000;
  font-size: 32px;
  line-height: 1.1;
}
.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  color: var(--orange);
}
.price__currency {
  font-size: 40px;
  font-weight: 900;
}
.price strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 0.9;
}
.price del {
  color: #999;
  font-size: 40px;
}
.payment {
  margin: 0 0 80px;
  color: var(--orange);
  font-size: 18px;
  line-height: 18px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border: 0;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, var(--orange-light), #ff3819);
  box-shadow: 0 10px 10px rgba(253, 120, 3, 0.3);
}
.pricing-card .button {
  width: 360px;
  font-size: 28px;
  letter-spacing: 1.12px;
}
.benefits {
  width: 344px;
  margin: 52px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.benefits li {
  display: flex;
  align-items: center;
  min-height: 32px;
  color: #333;
  font: 400 16px/1.45 Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.check-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  flex: 0 0 auto;
}
.benefits strong {
  margin-right: 4px;
}
.info {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  border: 1px solid #999;
  border-radius: 50%;
  color: #999;
  font-size: 10px;
  font-weight: 700;
}
.sale-icon-information {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  border: 1px solid #999;
  border-radius: 50%;
  color: #999;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  vertical-align: middle;
}
.sale-icon-information::before {
  content: "i";
}
.sale-information {
  position: absolute;
  z-index: 10;
  top: 16px;
  left: 10px;
  display: none;
  width: 200px;
  max-width: min(200px, calc(100vw - 48px));
  padding: 10px;
  border: 1px solid #8a96e3;
  border-radius: 6px;
  color: #000;
  background: #fff;
  font: 400 12px/1.35 Arial, Helvetica, sans-serif;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
  box-shadow: 0 6px 14px rgba(35, 49, 84, 0.12);
}
.sale-icon-information:hover .sale-information,
.sale-icon-information:focus .sale-information,
.sale-icon-information:focus-within .sale-information {
  display: block;
}
.features,
.reviews {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}
.features {
  padding: 120px 0;
}
h2 {
  margin: 0;
  color: var(--orange);
  font-size: 40px;
  line-height: 1;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 60px;
}
.feature-card {
  min-height: 0;
  padding: 32px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.feature-card img {
  width: 96px;
  height: 88px;
  margin: 0 auto 14px;
  object-fit: contain;
}
.feature-card h3 {
  margin: 0;
  color: #292929;
  font-size: 17px;
  line-height: 22px;
}
.feature-card p {
  margin: 14px 0 0;
  color: #5e6670;
  font-size: 13px;
  line-height: 20px;
}
.reviews {
  padding: 50px 0 110px;
}
.review-card {
  position: relative;
  width: min(1264px, 100%);
  min-height: 320px;
  margin-top: 60px;
  margin-inline: auto;
  padding: 30px 32px 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.review-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  min-height: 50px;
}
.review-tab {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  min-width: 65px;
  padding: 5px 30px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}
.review-tab img {
  width: 160px;
  max-height: 42px;
  object-fit: contain;
}
.review-tab.is-active {
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.review-copy {
  position: relative;
  width: min(1120px, 100%);
  min-height: 148px;
  margin: 30px auto 0;
  padding: 0;
}
.review-panel {
  position: relative;
  min-height: 148px;
  padding: 20px 155px 48px;
}
.review-copy p {
  margin: 0 auto;
  max-width: 810px;
  color: var(--muted);
  font-size: 16px;
  line-height: 30px;
}
.quote {
  position: absolute;
  width: 61px;
  height: 34px;
  object-fit: contain;
}
.quote--left {
  top: 0;
  left: 0;
}
.quote--right {
  right: 0;
  bottom: 0;
}
.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  color: #ff7621;
  font: 700 16px/18px Arial, Helvetica, sans-serif;
}
.learn-more img {
  width: 14px;
  height: 10px;
  flex: 0 0 auto;
}
.final-cta {
  min-height: 360px;
  padding: 50px 24px 49px;
  text-align: center;
  background: linear-gradient(180deg, var(--soft) 0%, #fff 100%);
}
.final-cta h2 {
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 56px;
}
.final-cta p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 139px;
  margin: 3px 0;
  color: var(--blue);
  font: 400 34px/1.25 Arial, Helvetica, sans-serif;
}
.final-cta strong {
  color: var(--orange);
  font: 700 60px/1 var(--font-sans);
}
.final-cta strong span {
  font-size: 34px;
  font-weight: 400;
}
.final-cta b {
  font: 700 50px/1 var(--font-sans);
}
.final-cta .button {
  width: 335px;
  font: 700 24px/1 Arial, Helvetica, sans-serif;
}
.footer {
  min-height: 100px;
  padding: 31px 24px;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 14px;
}
.footer p {
  margin: 0 0 4px;
}
.footer p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .hero {
    height: auto;
    min-height: auto;
  }
  .hero__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: min(52%, 846px);
    height: auto;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 110px;
  }
  .hero__inner > * {
    min-width: 0;
  }
  .hero-mask {
    left: 0;
    width: 100%;
    height: 100px;
    transform: none;
    object-fit: cover;
  }
  .hero__logo {
    grid-column: 1;
    grid-row: auto;
  }
  .hero__eyebrow {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    width: 100%;
    max-width: 711px;
    margin: 48px auto 0;
  }
  .hero__content {
    grid-column: 1;
    grid-row: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 36px;
    width: 100%;
    min-width: 0;
    margin-top: 42px;
  }
  .sale-art {
    grid-column: 1;
    grid-row: auto;
    width: min(846px, 100%);
    max-width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 846 / 656;
  }
  .sale-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sale-art__copy {
    width: 32.86%;
    margin: 20.33% 0 0 24.59%;
  }
  .pricing-card {
    grid-column: 1;
    grid-row: auto;
    width: min(460px, 100%);
    max-width: 100%;
    min-width: 0;
    margin-top: 0;
  }
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .hero__inner,
  .features,
  .reviews {
    width: min(68%, 520px);
  }
  .hero__logo {
    width: 220px;
    height: auto;
  }
  .hero__eyebrow {
    margin-top: 40px;
    font-size: 18px;
  }
  .sale-art {
    width: 100%;
  }
  .sale-art img {
    width: 100%;
    height: 100%;
  }
  .sale-art__copy {
    width: 160px;
    margin: 20.33% 0 0 24.59%;
  }
  .sale-art__copy span {
    font-size: 24px;
  }
  .sale-art__copy strong {
    font-size: 76px;
  }
  .sale-art__copy em {
    font-size: 42px;
  }
  .sale-art__copy small {
    font-size: 12px;
  }
  .pricing-card {
    width: 100%;
    max-width: 100%;
  }
  .plan-tabs {
    font-size: 13px;
  }
  .plan-panel {
    height: auto;
    min-height: 620px;
    padding-inline: 18px;
  }
  .pricing-card .button,
  .benefits {
    width: 100%;
  }
  .pricing-card .button {
    font-size: 22px;
  }
  .benefits li {
    align-items: flex-start;
    white-space: normal;
  }
  h2 {
    font-size: 30px;
    line-height: 1.15;
  }
  .features {
    padding: 80px 0;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .reviews {
    padding-bottom: 80px;
  }
  .review-card {
    margin-top: 40px;
    padding: 24px 18px 28px;
  }
  .review-logos {
    flex-direction: column;
    gap: 18px;
  }
  .review-copy {
    padding: 0;
  }
  .review-panel {
    padding: 28px 44px 44px;
  }
  .quote {
    width: 34px;
    height: auto;
    opacity: 0.85;
  }
  .final-cta p {
    flex-wrap: wrap;
    row-gap: 8px;
    font-size: 24px;
  }
  .final-cta strong {
    display: inline-block;
    font-size: 50px;
  }
  .final-cta b {
    display: block;
    flex-basis: 100%;
    margin-top: 8px;
    font-size: 38px;
  }
  .final-cta .button {
    width: min(335px, 100%);
  }
}
