/* Accredia360 premium hero */
.accr-hero.qp-bg-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(
      circle at 10% 4%,
      rgba(255, 255, 255, 0.34) 0,
      rgba(255, 255, 255, 0) 30%
    ),
    radial-gradient(
      circle at 90% 72%,
      rgba(0, 55, 110, 0.22) 0,
      rgba(0, 55, 110, 0) 35%
    ),
    linear-gradient(135deg, #c7ebff 0%, #58afe9 34%, #176eb6 69%, #08457e 100%) !important;
  padding: clamp(68px, 7vw, 104px) 0 clamp(50px, 5vw, 76px) !important;
}
.accr-hero.qp-bg-hero::before,
.accr-hero.qp-bg-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(2px);
}
.accr-hero.qp-bg-hero::before {
  width: clamp(300px, 36vw, 560px);
  height: clamp(300px, 36vw, 560px);
  right: -14%;
  top: -28%;
  background: rgba(255, 255, 255, 0.1);
}
.accr-hero.qp-bg-hero::after {
  width: clamp(260px, 30vw, 460px);
  height: clamp(260px, 30vw, 460px);
  left: -15%;
  bottom: -32%;
  background: rgba(0, 38, 78, 0.14);
}
.accr-hero .container-fluid {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1440px);
  margin-inline: auto;
}
.accr-hero-copy {
  width: min(100%, 1180px);
  margin: 0 auto;
  text-align: center;
}
.accr-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 10px 30px rgba(5, 45, 84, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}
.accr-hero-kicker-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12);
}
.accr-hero-title {
  width: 100%;
  margin: 23px auto 0;
  color: #fff !important;
  font-size: clamp(3rem, 5.2vw, 5.55rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
  font-weight: 650 !important;
  white-space: nowrap;
  text-shadow: 0 5px 28px rgba(4, 44, 83, 0.13);
}
.accr-hero-subtitle {
  margin: 13px auto 0;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(1.18rem, 2vw, 1.9rem);
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 520;
}
.accr-hero-lead {
  width: min(100%, 900px);
  margin: 15px auto 0;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
  line-height: 1.65;
  font-weight: 400;
}
.accr-hero-stage {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.9fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
  width: min(100%, 1370px);
  margin: clamp(40px, 5vw, 62px) auto 0;
}
.accr-hero-side {
  min-width: 0;
  padding: 8px 0 8px 4px;
  text-align: left;
}
.accr-hero-side-copy {
  max-width: 330px;
  margin-bottom: 25px;
}
.accr-hero-side-eyebrow {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.accr-hero-side-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 500;
}
.accr-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.accr-hero .start-btn {
  min-height: 50px;
  border-radius: 13px;
  padding: 12px 19px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(4, 44, 83, 0.18);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}
.accr-hero .start-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(4, 44, 83, 0.25);
}
.accr-hero .btn-primary {
  background: #fff !important;
  border-color: #fff !important;
  color: #07569a !important;
}
.accr-hero .btn-primary:hover,
.accr-hero .btn-primary:focus,
.accr-hero .btn-primary:active {
  color: #fff !important;
  background: rgba(7, 86, 154, 0.96) !important;
  border-color: rgba(255, 255, 255, 0.78) !important;
}
.accr-hero .btn-outline-primary {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.62) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}
.accr-hero .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.17) !important;
}
.accr-hero-frameworks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  gap: 7px;
  margin-top: 27px;
}
.accr-hero-frameworks span {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  backdrop-filter: blur(8px);
}
.accr-hero-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin-top: 23px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
}
.accr-hero-meta i {
  width: 16px;
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.92);
}
.accr-hero-visual {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0 !important;
}
.accr-hero-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: clamp(18px, 2vw, 28px);
  background: rgba(255, 255, 255, 0.105);
  box-shadow:
    0 42px 90px rgba(2, 35, 70, 0.34),
    0 18px 38px rgba(2, 35, 70, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(14px);
}
.accr-hero-carousel::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0 0 auto;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 255, 255, 0.22)
  );
}
.accr-carousel-track {
  position: relative;
  min-height: clamp(350px, 34vw, 540px);
  padding: clamp(16px, 1.8vw, 24px) clamp(58px, 5vw, 78px);
}
.accr-slide {
  position: absolute;
  inset: 16px clamp(58px, 5vw, 78px) 16px;
  margin: 0;
  opacity: 0;
  transform: translateX(18px) scale(0.985);
  pointer-events: none;
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.accr-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.accr-slide img {
  display: block;
  width: 100%;
  max-height: min(56vh, 540px);
  object-fit: contain;
  object-position: center;
  border-radius: clamp(10px, 1vw, 16px);
  border: 1px solid rgba(15, 65, 105, 0.13);
  box-shadow:
    0 28px 58px rgba(1, 36, 72, 0.29),
    0 8px 20px rgba(1, 36, 72, 0.17);
  background: #fff;
}
.accr-slide figcaption {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-align: center;
}
.accr-carousel-controls {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.accr-carousel-btn {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  margin: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: rgba(4, 38, 72, 0.4);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow:
    0 10px 25px rgba(2, 35, 70, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.accr-carousel-btn:hover,
.accr-carousel-btn:focus-visible {
  transform: scale(1.06);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.85);
  outline: none;
}
.accr-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(4, 38, 72, 0.3);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}
.accr-carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}
.accr-carousel-dots button.is-active {
  width: 21px;
  border-radius: 999px;
  background: #fff;
}
.accr-content-update {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.52) !important;
  font-size: 0.66rem;
  text-align: right !important;
}
@media (max-width: 1100px) {
  .accr-hero-stage {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.65fr);
    gap: 28px;
  }
  .accr-hero-title {
    font-size: clamp(2.8rem, 5.3vw, 4.6rem);
  }
  .accr-carousel-track {
    min-height: 390px;
  }
}
@media (max-width: 900px) {
  .accr-hero-title {
    white-space: normal;
  }
  .accr-hero-stage {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .accr-hero-side {
    padding: 0;
    text-align: center;
  }
  .accr-hero-side-copy {
    max-width: 620px;
    margin: 0 auto 20px;
  }
  .accr-hero-actions {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .accr-hero-frameworks {
    justify-content: center !important;
  }
  .accr-hero-meta {
    align-items: center;
    justify-content: center !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .accr-hero-visual {
    order: -1;
  }
  .accr-carousel-track {
    min-height: 430px;
  }
  .accr-content-update {
    text-align: center !important;
  }
}
@media (max-width: 767.98px) {
  .accr-hero.qp-bg-hero {
    padding: 55px 0 44px !important;
  }
  .accr-hero .container-fluid {
    width: min(100% - 24px, 680px);
  }
  .accr-hero-kicker {
    font-size: 0.35rem;
    padding: 4px 4px;
    margin-top: 15px;
  }
  .accr-hero-title {
    margin-top: 20px;
    font-size: clamp(2.35rem, 10vw, 3.5rem);
  }
  .accr-hero-subtitle {
    font-size: clamp(1.1rem, 5vw, 1.45rem);
  }
  .accr-hero-lead {
    font-size: 0.96rem;
    line-height: 1.62;
  }
  .accr-hero-stage {
    margin-top: 30px;
  }
  .accr-hero-side {
    order: 2;
  }
  .accr-hero-visual {
    order: 1;
  }
  .accr-carousel-track {
    min-height: 270px;
    padding: 12px 45px 45px;
  }
  .accr-slide {
    inset: 12px 45px 42px;
  }
  .accr-slide img {
    max-height: 230px;
  }
  .accr-carousel-btn {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    margin: 0 7px;
  }
  .accr-carousel-dots {
    bottom: 8px;
  }
  .accr-hero-actions {
    width: 100%;
    flex-direction: column;
  }
  .accr-hero .start-btn {
    width: min(100%, 360px);
  }
  .accr-hero-frameworks {
    margin-top: 22px;
  }
}
@media (max-width: 479.98px) {
  .accr-hero.qp-bg-hero {
    padding: 45px 0 38px !important;
  }
  .accr-hero-title {
    font-size: 2.25rem;
  }
  .accr-hero-subtitle {
    font-size: 1.12rem;
  }
  .accr-hero-stage {
    margin-top: 26px;
  }
  .accr-hero-carousel {
    border-radius: 15px;
  }
  .accr-carousel-track {
    min-height: 215px;
    padding: 9px 37px 40px;
  }
  .accr-slide {
    inset: 9px 37px 38px;
  }
  .accr-slide img {
    max-height: 178px;
    border-radius: 10px;
  }
  .accr-slide figcaption {
    font-size: 0.64rem;
    margin-top: 6px;
  }
  .accr-carousel-btn {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
    margin: 0 5px;
  }
  .accr-hero-frameworks span {
    padding: 5px 8px;
    font-size: 0.62rem;
  }
  .accr-hero-meta {
    font-size: 0.66rem;
    gap: 7px 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accr-hero .start-btn,
  .accr-slide,
  .accr-carousel-btn {
    transition: none;
  }
}

/* Homepage section polish */
.accr-answer-snapshot,
.qp-section-band {
  position: relative;
}
.accr-answer-snapshot .container,
.qp-section-band .container {
  position: relative;
  z-index: 1;
}
.qp-section-band:not(.accr-hero) {
  border-top: 1px solid rgba(24, 64, 110, 0.055);
}
.qp-section-band h2 {
  letter-spacing: -0.02em;
}
.qp-section-band .card,
.qp-section-band [class*="card"] {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.qp-section-band .card:hover,
.qp-section-band [class*="card"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(18, 48, 90, 0.09);
}
.accr-hero-carousel img {
  filter: drop-shadow(0 18px 30px rgba(5, 31, 74, 0.2));
}
@media (prefers-reduced-motion: reduce) {
  .qp-section-band .card,
  .qp-section-band [class*="card"] {
    transition: none;
  }
}

/* Accreditation challenges — premium dark-blue problem section */
.accr-challenges-section {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 112px) 0 !important;
  color: #fff;
  background:
    radial-gradient(
      circle at 8% 8%,
      rgba(255, 255, 255, 0.28) 0,
      rgba(255, 255, 255, 0) 34%
    ),
    linear-gradient(135deg, #bfe7ff 0%, #4ba8e8 38%, #1769b0 72%, #0b4b86 100%) !important;
}
.accr-challenges-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 92% 88%,
      rgba(255, 255, 255, 0.1),
      transparent 30%
    ),
    linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.16),
      transparent 42%,
      rgba(3, 49, 91, 0.08)
    );
}
.accr-challenges-section .container-fluid,
.accr-challenges-section .row {
  position: relative;
  z-index: 1;
}
.accr-challenges-intro {
  max-width: 590px;
  padding-right: clamp(0px, 3vw, 42px);
}
.accr-challenges-intro h2 {
  color: #fff !important;
  font-size: clamp(2.15rem, 4vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 750 !important;
  text-shadow: 0 3px 20px rgba(3, 45, 88, 0.16);
}
.accr-challenges-intro p {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 1.05rem;
  line-height: 1.75;
}
.accr-challenges-intro h4 {
  color: #fff !important;
  font-size: 1.18rem;
  line-height: 1.55;
  font-weight: 600;
}
.accr-challenges-section .row.g-4 > [class*="col-"] {
  display: flex;
}
.accr-challenges-section .qp-white-card {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  box-shadow:
    0 22px 50px rgba(2, 35, 70, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease !important;
}
.accr-challenges-section .qp-white-card:hover {
  transform: translateY(-7px) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  box-shadow:
    0 26px 55px rgba(0, 18, 45, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}
.accr-challenges-section .qp-white-card .card-body {
  padding: clamp(24px, 2.3vw, 34px) !important;
}
.accr-challenges-section .qp-white-card h3 {
  color: #fff !important;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.accr-challenges-section .qp-white-card p {
  color: rgba(255, 255, 255, 0.7) !important;
  line-height: 1.65;
}
.accr-challenge-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 14px;
  color: #dff5ff;
  font-size: 1.05rem;
  position: relative;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(153, 221, 255, 0.22),
    rgba(255, 255, 255, 0.08)
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(0, 22, 52, 0.16);
}
.accr-challenges-section .col-sm-6:nth-child(2) .qp-white-card,
.accr-challenges-section .col-sm-6:nth-child(4) .qp-white-card {
  transform: translateY(24px);
}
.accr-challenges-section .col-sm-6:nth-child(2) .qp-white-card:hover,
.accr-challenges-section .col-sm-6:nth-child(4) .qp-white-card:hover {
  transform: translateY(17px) !important;
}
@media (max-width: 767.98px) {
  .accr-challenges-section {
    padding: 60px 0 !important;
  }
  .accr-challenges-intro {
    padding-right: 0;
  }
  .accr-challenges-section .col-sm-6:nth-child(2) .qp-white-card,
  .accr-challenges-section .col-sm-6:nth-child(4) .qp-white-card {
    transform: none;
  }
  .accr-challenges-section .col-sm-6:nth-child(2) .qp-white-card:hover,
  .accr-challenges-section .col-sm-6:nth-child(4) .qp-white-card:hover {
    transform: translateY(-7px) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accr-challenges-section .qp-white-card {
    transition: none !important;
  }
}

/* How It Works page */
/* Accredia360 — How It Works page. Uses master_style.css for the shared design system. */
.hiw-page {
  --hiw-blue-900: #063b86;
  --hiw-blue-700: #0b63ce;
  --hiw-blue-500: #2488e8;
  --hiw-blue-100: #eaf5ff;
  --hiw-ink: #0b2545;
  --hiw-muted: #5f7288;
  --hiw-line: rgba(8, 74, 145, 0.12);
  background: #fff;
  color: var(--hiw-ink);
}

.hiw-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 90px;
  background: linear-gradient(
    135deg,
    #dff2ff 0%,
    #63b6f4 42%,
    #0a63c7 72%,
    #063b86 100%
  );
}

.hiw-hero::before,
.hiw-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}

.hiw-hero::before {
  width: 420px;
  height: 420px;
  top: -210px;
  right: 5%;
  background: rgba(255, 255, 255, 0.18);
}

.hiw-hero::after {
  width: 520px;
  height: 520px;
  bottom: -330px;
  left: -140px;
  background: rgba(0, 44, 111, 0.22);
}

.hiw-hero__content,
.hiw-hero__visual {
  position: relative;
  z-index: 2;
}

.hiw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hiw-hero h1 {
  max-width: 760px;
  margin: 20px 0 18px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hiw-hero__lead {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.hiw-hero__visual {
  margin-top: 48px;
}

.hiw-dashboard-frame {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 32px 80px rgba(2, 36, 87, 0.32);
  backdrop-filter: blur(12px);
}

.hiw-dashboard-frame img {
  display: block;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
}

.hiw-section {
  padding: clamp(70px, 8vw, 110px) 0;
}

.hiw-section--soft {
  background: linear-gradient(145deg, #f7fbff, #eaf5ff 52%, #fff);
}

.hiw-section--blue {
  background: linear-gradient(135deg, #e7f5ff 0%, #5fb4f1 48%, #0b63c9 100%);
}

.hiw-section__intro {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.hiw-section__eyebrow {
  margin-bottom: 10px;
  color: var(--hiw-blue-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hiw-section__title {
  margin-bottom: 16px;
  color: var(--hiw-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.hiw-section--blue .hiw-section__title,
.hiw-section--blue .hiw-section__eyebrow {
  color: #fff;
}

.hiw-section__lead {
  color: var(--hiw-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hiw-section--blue .hiw-section__lead {
  color: rgba(255, 255, 255, 0.86);
}

.hiw-step {
  position: relative;
  height: 100%;
  padding: 30px 26px;
  border: 1px solid var(--hiw-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(7, 61, 119, 0.09);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.hiw-step:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 50px rgba(7, 61, 119, 0.16);
}

.hiw-step__number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--hiw-blue-500), var(--hiw-blue-900));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(10, 99, 199, 0.25);
}

.hiw-step__icon {
  display: block;
  margin-bottom: 16px;
  color: var(--hiw-blue-700);
  font-size: 1.55rem;
}

.hiw-step h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  font-weight: 750;
}

.hiw-step p {
  margin: 0;
  color: var(--hiw-muted);
  line-height: 1.65;
}

.hiw-role {
  height: 100%;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 45px rgba(0, 38, 94, 0.14);
}

.hiw-role__icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: var(--hiw-blue-100);
  color: var(--hiw-blue-700);
  font-size: 1.35rem;
}

.hiw-role h3 {
  font-weight: 800;
}
.hiw-role p {
  color: var(--hiw-muted);
  line-height: 1.7;
}

.hiw-visual-card {
  overflow: hidden;
  border: 1px solid var(--hiw-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(5, 65, 130, 0.14);
}

.hiw-visual-card img {
  display: block;
  width: 100%;
  height: auto;
}

.hiw-visual-card__caption {
  padding: 18px 22px;
  color: var(--hiw-muted);
  font-size: 0.92rem;
}

.hiw-state {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hiw-state span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
}

.hiw-cta {
  padding: 80px 20px;
  background: linear-gradient(135deg, #063b86, #0a63c7 55%, #5bb5f1);
  color: #fff;
  text-align: center;
}

.hiw-cta h2 {
  font-weight: 800;
  letter-spacing: -0.03em;
}
.hiw-cta p {
  max-width: 680px;
  margin: 14px auto 28px;
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 991.98px) {
  .hiw-hero {
    padding-top: 125px;
  }
  .hiw-hero__visual {
    margin-top: 34px;
  }
}

@media (max-width: 767.98px) {
  .hiw-hero {
    padding: 105px 0 65px;
  }
  .hiw-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }
  .hiw-step,
  .hiw-role {
    padding: 25px 22px;
  }
}

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

/* Accredia360 shared product carousel — authoritative component styles */
.page-accredia360 .accr-hero-visual {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}
.page-accredia360 .accr-hero-carousel {
  position: relative;
  padding: 14px 58px 14px 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(47, 115, 242, 0.14);
  box-shadow: 0 22px 60px rgba(16, 45, 71, 0.12);
  overflow: hidden;
}
.page-accredia360 .accr-carousel-track {
  position: relative;
  min-height: 430px;
  padding: 0;
}
.page-accredia360 .accr-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  pointer-events: none;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-accredia360 .accr-slide.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  display: flex;
}
.page-accredia360 .accr-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid #e5ecf8;
  box-shadow: 0 14px 35px rgba(16, 45, 71, 0.1);
  background: #fff;
}
.page-accredia360 .accr-slide figcaption {
  margin-top: 10px;
  text-align: center;
  color: #668199;
  font-size: 0.85rem;
  line-height: 1.45;
}
.page-accredia360 .accr-carousel-controls {
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 3;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}
.page-accredia360 .accr-carousel-btn {
  width: 38px;
  height: 38px;
  border: 1px solid #e5ecf8;
  border-radius: 50%;
  background: #fff;
  color: #2f73f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(16, 45, 71, 0.1);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.page-accredia360 .accr-carousel-btn:hover,
.page-accredia360 .accr-carousel-btn:focus-visible {
  transform: scale(1.06);
  background: #f3f9fd;
  outline: none;
}
.page-accredia360 .accr-carousel-dots {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.page-accredia360 .accr-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c7d6e8;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}
.page-accredia360 .accr-carousel-dots button.is-active {
  width: 10px;
  height: 10px;
  background: #2f73f2;
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  .page-accredia360 .accr-carousel-track {
    min-height: 360px;
  }
}
@media (max-width: 575.98px) {
  .page-accredia360 .accr-hero-carousel {
    padding: 8px 8px 50px;
    border-radius: 16px;
  }
  .page-accredia360 .accr-carousel-track {
    min-height: 245px;
  }
  .page-accredia360 .accr-carousel-controls {
    top: auto;
    right: 50%;
    bottom: 8px;
    transform: translateX(50%);
    flex-direction: row;
  }
  .page-accredia360 .accr-carousel-dots {
    flex-direction: row;
  }
  .page-accredia360 .accr-carousel-btn {
    width: 32px;
    height: 32px;
  }
  .page-accredia360 .accr-slide figcaption {
    font-size: 0.72rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-accredia360 .accr-slide {
    transition: none;
  }
  .page-accredia360 .accr-carousel-btn {
    transition: none;
  }
}

/* Hero CTA hover refinement */
.page-accredia360 .accr-hero .btn-primary:hover,
.page-accredia360 .accr-hero .btn-primary:focus-visible,
.page-accredia360 .accr-hero .btn-primary:active {
  color: #fff !important;
}

/* Hero bottom layout: actions/frameworks below the product carousel */
.accr-hero-stage {
  display: block;
  width: min(100%, 1370px);
  margin: clamp(42px, 5vw, 64px) auto 0;
}

.accr-hero-visual {
  width: 100%;
  margin: 0 !important;
}

.accr-hero-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  margin-top: clamp(22px, 2.8vw, 34px);
}

.accr-hero-bottom-left {
  min-width: 0;
  text-align: left;
}

.accr-hero-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 11px;
}

.accr-hero-frameworks {
  justify-content: flex-start !important;
  margin-top: 16px;
}

.accr-hero-meta {
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 0;
  text-align: right;
  white-space: nowrap;
}

.accr-content-update {
  margin-top: 18px;
  text-align: right !important;
}

@media (max-width: 900px) {
  .accr-hero-bottom {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .accr-hero-bottom-left,
  .accr-hero-actions,
  .accr-hero-frameworks {
    justify-content: center;
    text-align: center;
  }

  .accr-hero-meta {
    align-items: center;
    text-align: center;
    white-space: normal;
  }

  .accr-content-update {
    text-align: center !important;
  }
}

@media (max-width: 575.98px) {
  .accr-hero-stage {
    margin-top: 30px;
  }

  .accr-hero-bottom {
    margin-top: 18px;
  }

  .accr-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .accr-hero-actions .start-btn {
    width: min(100%, 340px);
  }

  .accr-hero-frameworks {
    gap: 6px;
  }

  .accr-hero-meta {
    font-size: 0.68rem;
  }
}

/* Final hero carousel: center image with partially hidden side previews */
.page-accredia360 .accr-hero-carousel {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow:
    0 34px 80px rgba(2, 35, 70, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.page-accredia360 .accr-carousel-track {
  position: relative;
  min-height: clamp(330px, 34vw, 500px);
  padding: 0;
  overflow: hidden;
}

.page-accredia360 .accr-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(70%, 920px);
  height: auto;
  margin: 0;
  display: block;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.78);
  filter: blur(1px);
  pointer-events: none;
  z-index: 1;
  transition:
    transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.65s ease,
    filter 0.65s ease;
}

.page-accredia360 .accr-slide.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  filter: none;
  z-index: 3;
  pointer-events: auto;
}

.page-accredia360 .accr-slide.is-prev,
.page-accredia360 .accr-slide.is-next {
  opacity: 0.42;
  z-index: 2;
  filter: blur(0.35px);
}

.page-accredia360 .accr-slide.is-prev {
  transform: translate(calc(-50% - 47%), -50%) scale(0.79);
}

.page-accredia360 .accr-slide.is-next {
  transform: translate(calc(-50% + 47%), -50%) scale(0.79);
}

.page-accredia360 .accr-slide img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  box-shadow:
    0 28px 58px rgba(1, 36, 72, 0.3),
    0 8px 22px rgba(1, 36, 72, 0.18);
}

.page-accredia360 .accr-slide.is-prev img,
.page-accredia360 .accr-slide.is-next img {
  box-shadow: 0 20px 42px rgba(1, 36, 72, 0.22);
}

.page-accredia360 .accr-slide figcaption {
  margin-top: 9px;
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
}

/* Keep navigation strictly left/right; no vertical controls. */
.page-accredia360 .accr-carousel-controls {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  background: none;
  padding: 0;
  border: 0;
  backdrop-filter: none;
}

.page-accredia360 .accr-carousel-btn {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  margin: 0 14px;
  border-radius: 50%;
  background: rgba(7, 55, 105, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: #fff;
  box-shadow:
    0 10px 26px rgba(2, 35, 70, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  pointer-events: auto;
}

.page-accredia360 .accr-carousel-prev {
  order: 0;
}
.page-accredia360 .accr-carousel-next {
  order: 2;
}

.page-accredia360 .accr-carousel-dots {
  left: 50%;
  bottom: 12px;
  z-index: 7;
}

@media (max-width: 991.98px) {
  .page-accredia360 .accr-carousel-track {
    min-height: 360px;
  }
  .page-accredia360 .accr-slide {
    width: min(76%, 760px);
  }
  .page-accredia360 .accr-slide.is-prev {
    transform: translate(calc(-50% - 40%), -50%) scale(0.74);
  }
  .page-accredia360 .accr-slide.is-next {
    transform: translate(calc(-50% + 40%), -50%) scale(0.74);
  }
}

@media (max-width: 767.98px) {
  .page-accredia360 .accr-carousel-track {
    min-height: 270px;
  }
  .page-accredia360 .accr-slide {
    width: 76%;
  }
  .page-accredia360 .accr-slide.is-prev {
    transform: translate(calc(-50% - 34%), -50%) scale(0.68);
    opacity: 0.3;
  }
  .page-accredia360 .accr-slide.is-next {
    transform: translate(calc(-50% + 34%), -50%) scale(0.68);
    opacity: 0.3;
  }
  .page-accredia360 .accr-carousel-btn {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    margin: 0 8px;
  }
  .page-accredia360 .accr-slide figcaption {
    font-size: 0.65rem;
  }
}

@media (max-width: 575.98px) {
  .page-accredia360 .accr-carousel-track {
    min-height: 215px;
  }
  .page-accredia360 .accr-slide {
    width: 82%;
  }
  .page-accredia360 .accr-slide.is-prev {
    transform: translate(calc(-50% - 30%), -50%) scale(0.63);
  }
  .page-accredia360 .accr-slide.is-next {
    transform: translate(calc(-50% + 30%), -50%) scale(0.63);
  }
  .page-accredia360 .accr-carousel-btn {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    margin: 0 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-accredia360 .accr-slide,
  .page-accredia360 .accr-carousel-btn {
    transition: none;
  }
}

/* FINAL CAROUSEL OVERRIDE — centered hero image with left/right peek previews */
.page-accredia360 .accr-hero-carousel {
  position: relative !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 56px !important;
}

.page-accredia360 .accr-carousel-track {
  position: relative !important;
  min-height: clamp(360px, 38vw, 560px) !important;
  overflow: visible !important;
}

.page-accredia360 .accr-slide {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: min(72%, 980px) !important;
  margin: 0 !important;
  display: block !important;
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0.72) !important;
  filter: blur(1.2px) !important;
  z-index: 1 !important;
  pointer-events: none !important;
  transition:
    transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.65s ease,
    filter 0.65s ease !important;
}

.page-accredia360 .accr-slide.is-active {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
  filter: none !important;
  z-index: 5 !important;
  pointer-events: auto !important;
}

.page-accredia360 .accr-slide.is-prev,
.page-accredia360 .accr-slide.is-next {
  opacity: 0.38 !important;
  z-index: 2 !important;
  filter: blur(0.6px) !important;
}

/* The side previews sit behind the main image and peek from each side. */
.page-accredia360 .accr-slide.is-prev {
  transform: translate(calc(-50% - 58%), -50%) scale(0.76) !important;
}

.page-accredia360 .accr-slide.is-next {
  transform: translate(calc(-50% + 58%), -50%) scale(0.76) !important;
}

.page-accredia360 .accr-slide img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: 16px !important;
  background: #fff !important;
  border: 1px solid rgba(15, 55, 95, 0.12) !important;
  box-shadow:
    0 28px 70px rgba(1, 36, 72, 0.28),
    0 10px 28px rgba(1, 36, 72, 0.16) !important;
}

.page-accredia360 .accr-slide.is-prev img,
.page-accredia360 .accr-slide.is-next img {
  box-shadow: 0 20px 48px rgba(1, 36, 72, 0.22) !important;
}

/* Left/right navigation only. */
.page-accredia360 .accr-carousel-controls {
  position: absolute !important;
  inset: 0 !important;
  z-index: 10 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  pointer-events: none !important;
}

.page-accredia360 .accr-carousel-prev,
.page-accredia360 .accr-carousel-next {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 46px !important;
  height: 46px !important;
  flex: 0 0 46px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(8, 63, 112, 0.68) !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(2, 35, 70, 0.28) !important;
  pointer-events: auto !important;
}

.page-accredia360 .accr-carousel-dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 8px !important;
  transform: translateX(-50%) !important;
  z-index: 12 !important;
  display: flex !important;
  flex-direction: row !important;
}

@media (min-width: 992px) {
  .page-accredia360 .accr-hero-carousel {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
  .page-accredia360 .accr-carousel-prev {
    margin-left: -10px !important;
  }
  .page-accredia360 .accr-carousel-next {
    margin-right: -10px !important;
  }
}

@media (max-width: 991.98px) {
  .page-accredia360 .accr-hero-carousel {
    padding: 0 36px !important;
  }
  .page-accredia360 .accr-carousel-track {
    min-height: 380px !important;
  }
  .page-accredia360 .accr-slide {
    width: 74% !important;
  }
  .page-accredia360 .accr-slide.is-prev {
    transform: translate(calc(-50% - 50%), -50%) scale(0.7) !important;
  }
  .page-accredia360 .accr-slide.is-next {
    transform: translate(calc(-50% + 50%), -50%) scale(0.7) !important;
  }
}

@media (max-width: 767.98px) {
  .page-accredia360 .accr-hero-carousel {
    padding: 0 30px !important;
  }
  .page-accredia360 .accr-carousel-track {
    min-height: 285px !important;
  }
  .page-accredia360 .accr-slide {
    width: 74% !important;
  }
  .page-accredia360 .accr-slide.is-prev {
    transform: translate(calc(-50% - 43%), -50%) scale(0.66) !important;
    opacity: 0.26 !important;
  }
  .page-accredia360 .accr-slide.is-next {
    transform: translate(calc(-50% + 43%), -50%) scale(0.66) !important;
    opacity: 0.26 !important;
  }
  .page-accredia360 .accr-carousel-prev,
  .page-accredia360 .accr-carousel-next {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }
}

@media (max-width: 575.98px) {
  .page-accredia360 .accr-hero-carousel {
    padding: 0 22px !important;
  }
  .page-accredia360 .accr-carousel-track {
    min-height: 225px !important;
  }
  .page-accredia360 .accr-slide {
    width: 82% !important;
  }
  .page-accredia360 .accr-slide.is-prev {
    transform: translate(calc(-50% - 34%), -50%) scale(0.6) !important;
  }
  .page-accredia360 .accr-slide.is-next {
    transform: translate(calc(-50% + 34%), -50%) scale(0.6) !important;
  }
  .page-accredia360 .accr-carousel-prev,
  .page-accredia360 .accr-carousel-next {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
  }
}

/* HERO CAROUSEL — final centered desktop presentation */
.page-accredia360 .accr-hero-stage {
  width: min(100%, 1440px);
  margin: 28px auto 0;
}

.page-accredia360 .accr-hero-visual {
  width: 100%;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.page-accredia360 .accr-hero-carousel {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto !important;
  padding: 0 72px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.page-accredia360 .accr-carousel-track {
  position: relative !important;
  width: 100%;
  min-height: clamp(340px, 34vw, 500px) !important;
  padding: 0 !important;
  overflow: visible !important;
}

.page-accredia360 .accr-slide {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: min(68%, 900px) !important;
  margin: 0 !important;
  display: block !important;
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0.7) !important;
  transform-origin: center center !important;
  filter: blur(1px) !important;
  z-index: 1 !important;
  pointer-events: none !important;
  transition:
    transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.65s ease,
    filter 0.65s ease !important;
}

.page-accredia360 .accr-slide.is-active {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
  filter: none !important;
  z-index: 5 !important;
  pointer-events: auto !important;
}

.page-accredia360 .accr-slide.is-prev,
.page-accredia360 .accr-slide.is-next {
  opacity: 0.38 !important;
  filter: blur(0.45px) !important;
  z-index: 2 !important;
}

/* Fixed side positions: both previews stay vertically centered regardless of active image. */
.page-accredia360 .accr-slide.is-prev {
  transform: translate(calc(-50% - 57%), -50%) scale(0.62) !important;
}

.page-accredia360 .accr-slide.is-next {
  transform: translate(calc(-50% + 57%), -50%) scale(0.62) !important;
}

.page-accredia360 .accr-slide img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  display: block !important;
  object-fit: contain !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow:
    0 30px 70px rgba(1, 36, 72, 0.3),
    0 10px 26px rgba(1, 36, 72, 0.18) !important;
}

.page-accredia360 .accr-slide figcaption {
  margin-top: 8px !important;
}

/* Keep the area immediately below the carousel tight and intentional. */
.page-accredia360 .accr-hero-bottom {
  margin-top: -10px !important;
}

.page-accredia360 .accr-hero-actions {
  margin-top: 0 !important;
}

.page-accredia360 .accr-hero-frameworks {
  margin-top: 14px !important;
}

.page-accredia360 .accr-hero-meta {
  margin-top: 10px !important;
}

@media (max-width: 1199.98px) {
  .page-accredia360 .accr-hero-carousel {
    padding-inline: 56px !important;
  }
  .page-accredia360 .accr-carousel-track {
    min-height: clamp(330px, 39vw, 460px) !important;
  }
  .page-accredia360 .accr-slide {
    width: min(72%, 820px) !important;
  }
}

@media (max-width: 991.98px) {
  .page-accredia360 .accr-hero-stage {
    margin-top: 24px;
  }
  .page-accredia360 .accr-hero-carousel {
    padding-inline: 36px !important;
  }
  .page-accredia360 .accr-carousel-track {
    min-height: clamp(290px, 44vw, 400px) !important;
  }
  .page-accredia360 .accr-slide {
    width: 78% !important;
  }
  .page-accredia360 .accr-slide.is-prev {
    transform: translate(calc(-50% - 57%), -50%) scale(0.62) !important;
  }
  .page-accredia360 .accr-slide.is-next {
    transform: translate(calc(-50% + 57%), -50%) scale(0.62) !important;
  }
}

@media (max-width: 767.98px) {
  .page-accredia360 .accr-hero-carousel {
    padding-inline: 28px !important;
  }
  .page-accredia360 .accr-carousel-track {
    min-height: 285px !important;
  }
  .page-accredia360 .accr-slide {
    width: 82% !important;
  }
  .page-accredia360 .accr-slide.is-prev {
    transform: translate(calc(-50% - 54%), -50%) scale(0.55) !important;
    opacity: 0.28 !important;
  }
  .page-accredia360 .accr-slide.is-next {
    transform: translate(calc(-50% + 54%), -50%) scale(0.55) !important;
    opacity: 0.28 !important;
  }
  .page-accredia360 .accr-hero-bottom {
    margin-top: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .page-accredia360 .accr-hero-carousel {
    padding-inline: 12px !important;
  }
  .page-accredia360 .accr-carousel-track {
    min-height: 225px !important;
  }
  .page-accredia360 .accr-slide {
    width: 90% !important;
  }
  .page-accredia360 .accr-slide.is-prev {
    transform: translate(calc(-50% - 52%), -50%) scale(0.48) !important;
  }
  .page-accredia360 .accr-slide.is-next {
    transform: translate(calc(-50% + 52%), -50%) scale(0.48) !important;
  }
}

/* Keep the two hero highlights on one line on desktop. */
@media (min-width: 992px) {
  .page-accredia360 .accr-hero-meta {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
  }
}

/* CORE CAPABILITIES — premium workstream presentation */
.page-accredia360 .accr-capabilities-section {
  position: relative;
  overflow: hidden;
}

.page-accredia360 .accr-capabilities-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -250px;
  right: -160px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(30, 116, 255, 0.1) 0%,
    rgba(30, 116, 255, 0) 70%
  );
  pointer-events: none;
}

.page-accredia360 .accr-capabilities-heading {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.page-accredia360 .accr-capabilities-heading > p:last-child {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.page-accredia360 .accr-capability-card {
  position: relative;
  height: 100%;
  min-height: 245px;
  padding: 28px 26px 25px !important;
  border: 1px solid rgba(8, 48, 89, 0.09) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow:
    0 12px 30px rgba(8, 48, 89, 0.08),
    0 2px 6px rgba(8, 48, 89, 0.05) !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  overflow: hidden;
}

.page-accredia360 .accr-capability-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(15, 86, 180, 0.9),
    rgba(62, 157, 255, 0.25)
  );
  opacity: 0.75;
}

.page-accredia360 .accr-capability-card:hover {
  transform: translateY(-5px);
  border-color: rgba(15, 86, 180, 0.18) !important;
  box-shadow:
    0 20px 42px rgba(8, 48, 89, 0.13),
    0 5px 12px rgba(8, 48, 89, 0.06) !important;
}

.page-accredia360 .accr-capability-card .accr-icon {
  width: 48px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px !important;
  border-radius: 14px !important;
  background: rgba(15, 86, 180, 0.09) !important;
}

.page-accredia360 .accr-capability-card .accr-capability-label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #50708d;
}

.page-accredia360 .accr-capability-card h3 {
  margin-bottom: 9px !important;
  color: #082f55;
  font-weight: 700;
}

.page-accredia360 .accr-capability-card p {
  line-height: 1.65;
}

.page-accredia360 .accr-capability-card ul {
  padding-left: 18px;
  color: #5d7182;
  line-height: 1.65;
}

@media (max-width: 767.98px) {
  .page-accredia360 .accr-capability-card {
    min-height: 0;
  }
}

/* Homepage header: keep only the navigation hover underline. */
.page-accredia360 .accredia-header {
  border-bottom: 0 !important;
  box-shadow: none !important;
}
