body.release-page {
  background: #f3f5f1;
  color: #171a16;
}

.release-page .main-content {
  width: 100%;
  min-height: 60vh;
  margin: 0;
  padding: 0 0 104px !important;
  background: #f3f5f1;
}

.release-page .main-content.landing-main > .row {
  width: min(1480px, calc(100% - 72px));
  margin-right: auto !important;
  margin-left: auto !important;
}

.release-page .main-content.landing-main > .row > .col-xl-10 {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 100%;
}

.release-page .mtopnew {
  margin-top: 0 !important;
}

.release-page .page-header-breadcrumb {
  position: relative;
  min-height: 250px;
  margin: 0 0 42px !important;
  padding: 54px 58px !important;
  overflow: hidden;
  border: 0;
  border-bottom: 5px solid #76b900;
  background:
    linear-gradient(90deg, rgba(118, 185, 0, .09) 1px, transparent 1px) 0 0 / 86px 100%,
    linear-gradient(135deg, #080a07 0%, #151a12 100%) !important;
  color: #fff;
}

.release-page .page-header-breadcrumb::after {
  position: absolute;
  top: -120px;
  right: -60px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(118, 185, 0, .35);
  content: "";
  transform: rotate(45deg);
}

.release-page .page-header-breadcrumb > * {
  position: relative;
  z-index: 1;
}

.release-page .page-header-breadcrumb .page-title {
  max-width: 850px;
  margin: 0 0 18px !important;
  color: #fff;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 60px) !important;
  font-weight: 600 !important;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.release-page .breadcrumb {
  padding: 0;
  background: none;
}

.release-page .breadcrumb a {
  color: #aeb6aa !important;
  font-size: 14px;
  font-weight: 600;
}

.release-page .breadcrumb a:hover {
  color: #8dd900 !important;
}

.release-page .page-header-breadcrumb .btn-primary {
  display: inline-flex !important;
  min-height: 52px;
  padding: 0 24px;
  align-items: center !important;
  justify-content: center !important;
  gap: 0;
  border: 1px solid #76b900 !important;
  border-radius: 0;
  background: transparent !important;
  color: #fff !important;
  line-height: 1.2 !important;
  text-align: center;
  box-shadow: none !important;
}

.release-page .page-header-breadcrumb .btn-primary i,
.release-page .page-header-breadcrumb .btn-primary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
}

.release-page .page-header-breadcrumb .btn-primary:hover {
  background: #76b900 !important;
  color: #080b05 !important;
}

.release-page .custom-card {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.release-page .custom-card > .card-body {
  padding: clamp(44px, 5vw, 82px) clamp(34px, 6vw, 96px) !important;
  color: #343a31;
  font-size: 17px !important;
  line-height: 1.75;
}

.release-page .custom-card > .card-body > .mb-3:first-child {
  margin-bottom: 48px !important;
  padding-bottom: 22px;
  border-bottom: 1px solid #cfd5cb;
}

.release-page .custom-card > .card-body > .mb-3:first-child h2 {
  display: flex !important;
  margin: 0;
  align-items: center;
  gap: 18px;
  color: #171a16 !important;
  font-size: clamp(30px, 3.1vw, 48px) !important;
  font-weight: 600 !important;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.release-page .custom-card > .card-body > .mb-3:first-child h2::before {
  width: 48px;
  height: 5px;
  content: "";
  background: #76b900;
  flex: 0 0 auto;
}

.release-page .custom-card > .card-body > h5 {
  margin-bottom: 22px !important;
  color: #65705f;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.release-page .terms-list {
  display: grid;
  gap: 24px;
}

.release-page .terms-list > li {
  padding: 30px 34px;
  border-top: 1px solid #d9ded5;
  background: #f6f7f4;
}

.release-page .terms-list > li > p:first-child {
  margin-bottom: 12px !important;
}

.release-page .terms-list > li > p:first-child strong {
  color: #578900;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.release-page .terms-list ul {
  display: grid;
  margin: 26px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 46px;
  list-style: none;
}

.release-page .terms-list ul li {
  position: relative;
  padding: 18px 0 18px 22px;
  border-top: 1px solid #d8ddd4;
}

.release-page .terms-list ul li::before {
  position: absolute;
  top: 27px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: #76b900;
}

.release-page .terms-list strong,
.release-page .terms-list b {
  color: #171a16;
}

.release-page .terms-list ul li > b:first-child,
.release-page .terms-list ul li > strong:first-child {
  display: block;
  margin-bottom: 5px;
  line-height: 1.35;
}

.release-page .text-primary {
  color: #578900 !important;
}

.release-page .btn-primary {
  border-color: #76b900 !important;
  background: #76b900 !important;
  color: #080b05 !important;
  box-shadow: none !important;
}

.release-page .btn-primary:hover {
  border-color: #659f00 !important;
  background: #659f00 !important;
}

/* Feature releases keep their authored inner layouts inside the common release frame. */
.release-page--feature .ealp2605-hero,
.release-page--feature .ai-hero {
  margin-bottom: 34px;
}

.release-page--feature .ealp2605-feature-card,
.release-page--feature .ai-feature-card,
.release-page--feature .ai-block {
  box-shadow: none !important;
}

@media (max-width: 960px) {
  .release-page .main-content.landing-main > .row {
    width: calc(100% - 36px);
  }

  .release-page .page-header-breadcrumb {
    min-height: 220px;
    padding: 42px 36px !important;
  }

  .release-page .terms-list ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .release-page .main-content {
    padding-bottom: 64px !important;
  }

  .release-page .main-content.landing-main > .row {
    width: calc(100% - 24px);
  }

  .release-page .page-header-breadcrumb {
    min-height: 0;
    margin-bottom: 20px !important;
    padding: 30px 24px !important;
    align-items: flex-start !important;
    gap: 28px !important;
  }

  .release-page .page-header-breadcrumb .d-flex {
    width: 100%;
  }

  .release-page .page-header-breadcrumb .btn {
    width: 100%;
  }

  .release-page .custom-card > .card-body {
    padding: 34px 22px !important;
    font-size: 15px !important;
  }

  .release-page .custom-card > .card-body > .mb-3:first-child {
    margin-bottom: 30px !important;
  }

  .release-page .custom-card > .card-body > .mb-3:first-child h2 {
    display: block !important;
    font-size: 29px !important;
  }

  .release-page .custom-card > .card-body > .mb-3:first-child h2::before {
    display: block;
    margin-bottom: 16px;
  }

  .release-page .terms-list > li {
    padding: 22px 18px;
  }

  .release-page--feature .ealp2605-hero,
  .release-page--feature .ai-hero {
    margin-inline: 0;
    border-radius: 14px;
  }
}
