.quality-center-main {
  overflow: hidden;
  background: #ffffff;
}

.qc-section {
  padding: 108px 0;
}

.qc-soft {
  background: var(--soft);
}

.qc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.qc-breadcrumb a:hover {
  color: #ffffff;
}

.qc-eyebrow,
.qc-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--electric-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.qc-kicker.light {
  color: #8ee4ff;
}

.qc-hero {
  position: relative;
  isolation: isolate;
  min-height: 800px;
  padding: 158px 0 100px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 18%, rgba(6, 152, 220, 0.42), transparent 31%),
    radial-gradient(circle at 14% 12%, rgba(236, 99, 9, 0.24), transparent 24%),
    linear-gradient(135deg, #031324 0%, #031b32 48%, #053d76 100%);
}

.qc-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  content: "";
}

.qc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  align-items: center;
  gap: 82px;
}

.qc-hero h1 {
  max-width: 820px;
  margin: 0 0 26px;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.qc-hero-copy p {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.qc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
}

.qc-hero-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
}

.qc-hero-tags span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 800;
}

.qc-hero-tags span::before {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 18px rgba(242, 151, 13, 0.72);
  content: "";
}

.qc-hero-visual {
  position: relative;
  min-height: 560px;
}

.qc-hero-image {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 42px;
  background: #031b32;
  box-shadow: 0 44px 130px rgba(0, 0, 0, 0.36);
}

.qc-hero-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  opacity: 0.94;
}

.qc-hero-image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(3, 27, 50, 0.05), rgba(3, 27, 50, 0.62)),
    radial-gradient(circle at 82% 16%, rgba(242, 151, 13, 0.26), transparent 24%);
  content: "";
}

.qc-hero-panel {
  position: absolute;
  z-index: 3;
  max-width: 330px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(3, 27, 50, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.qc-hero-panel strong,
.qc-hero-panel span {
  display: block;
}

.qc-hero-panel strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.15;
}

.qc-hero-panel span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.qc-hero-panel-top {
  top: 38px;
  right: -26px;
}

.qc-hero-panel-bottom {
  left: -30px;
  bottom: 52px;
}

.qc-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 48px;
}

.qc-section-head-center {
  display: block;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.qc-section-head h2,
.qc-video-copy h2,
.qc-cert-copy h2,
.qc-trace-copy h2,
.qc-final-copy h2,
.qc-requirements-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.qc-section-head p,
.qc-video-copy p,
.qc-cert-copy p,
.qc-trace-copy p,
.qc-final-copy p,
.qc-requirements-head p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.qc-section-head-center p {
  margin: 16px auto 0;
}

.qc-video-section {
  position: relative;
  background: #ffffff;
}

.qc-video-grid {
  display: grid;
  grid-template-columns: minmax(380px, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: center;
}

.qc-video-copy {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--soft);
}

.qc-video-copy h2 {
  margin-bottom: 16px;
}

.qc-video-copy p {
  margin-bottom: 26px;
}

.qc-video-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.qc-video-highlights span {
  padding: 13px 14px;
  border: 1px solid rgba(6, 152, 220, 0.18);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.qc-video-card {
  border: 1px solid rgba(3, 27, 50, 0.12);
  box-shadow: 0 30px 100px rgba(3, 27, 50, 0.16);
}

.qc-video-card .media-video {
  object-fit: cover;
}

.qc-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.qc-system-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 20px 70px rgba(3, 27, 50, 0.08);
}

.qc-system-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  background: var(--deep-navy);
}

.qc-system-card > div {
  padding: 28px;
}

.qc-system-card span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), var(--electric-blue));
  font-weight: 900;
}

.qc-system-card h3,
.qc-equipment-card h3,
.qc-cert-card h3,
.qc-stage-card h3,
.qc-dashboard-card strong,
.qc-final-copy h3,
.qc-requirements-columns h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -0.025em;
}

.qc-system-card p,
.qc-equipment-card p,
.qc-cert-card p,
.qc-stage-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.qc-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.qc-chip-row b {
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--brand-blue);
  background: rgba(6, 152, 220, 0.1);
  font-size: 11px;
  font-weight: 900;
}

.qc-equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.qc-equipment-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(3, 27, 50, 0.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.qc-equipment-card:hover,
.qc-cert-card:hover,
.qc-stage-card:hover {
  transform: translateY(-5px);
  border-color: rgba(6, 152, 220, 0.34);
  box-shadow: var(--shadow);
}

.qc-equipment-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.qc-equipment-card div {
  padding: 22px;
}

.qc-equipment-card h3 {
  font-size: 18px;
}

.qc-cert-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 18%, rgba(6, 152, 220, .34), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(236, 99, 9, .24), transparent 24%),
    linear-gradient(135deg, #031324, #031b32 54%, #053d76);
}

.qc-cert-layout {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: 38px;
  align-items: start;
}

.qc-cert-copy {
  position: sticky;
  top: 112px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 30px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .18);
}

.qc-cert-copy h2 {
  color: #ffffff;
  margin-bottom: 16px;
}

.qc-cert-copy p {
  color: rgba(255, 255, 255, .74);
  margin-bottom: 26px;
}

.qc-cert-points {
  display: grid;
  gap: 10px;
}

.qc-cert-points span {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .86);
  font-weight: 800;
}

.qc-cert-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.qc-cert-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .16);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.qc-cert-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.qc-cert-card h3,
.qc-cert-card p {
  padding-inline: 18px;
}

.qc-cert-card h3 {
  margin-top: 18px;
}

.qc-cert-card p {
  margin-bottom: 20px;
}

.qc-workflow-section {
  color: #ffffff;
  background: #020d18;
}

.qc-workflow-section .qc-section-head h2,
.qc-workflow-section .qc-section-head p {
  color: #ffffff;
}

.qc-workflow-section .qc-section-head p {
  color: rgba(255, 255, 255, .72);
}

.qc-workflow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.qc-workflow article {
  position: relative;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  background:
    radial-gradient(circle at 78% 12%, rgba(6, 152, 220, .2), transparent 32%),
    rgba(255, 255, 255, .065);
}

.qc-workflow span {
  display: inline-flex;
  margin-bottom: 34px;
  color: #8ee4ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.qc-workflow h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.16;
}

.qc-workflow p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.qc-stage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.qc-stage-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(3, 27, 50, 0.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.qc-stage-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.qc-stage-card div {
  padding: 24px;
}

.qc-trace-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 12%, rgba(6, 152, 220, .28), transparent 28%),
    linear-gradient(135deg, #031324, #062543);
}

.qc-trace-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 42px;
  align-items: center;
}

.qc-trace-copy h2 {
  color: #ffffff;
  margin-bottom: 18px;
}

.qc-trace-copy p {
  color: rgba(255,255,255,.74);
  margin-bottom: 26px;
}

.qc-record-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.qc-record-list span {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255,255,255,.84);
  font-weight: 800;
}

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

.qc-dashboard-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .18);
}

.qc-dashboard-card.wide {
  grid-column: 1 / -1;
}

.qc-dashboard-card strong,
.qc-dashboard-card span,
.qc-dashboard-card b {
  display: block;
}

.qc-dashboard-card strong {
  color: #ffffff;
  font-size: 22px;
}

.qc-dashboard-card span {
  margin-top: 8px;
  color: rgba(255,255,255,.68);
}

.qc-dashboard-card b {
  margin-top: 30px;
  color: #8ee4ff;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.qc-dashboard-card.orange b {
  color: #ffb13d;
}

.qc-final-grid {
  display: grid;
  grid-template-columns: minmax(390px, .86fr) minmax(0, 1.14fr);
  gap: 40px;
  align-items: center;
}

.qc-final-media {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.qc-final-media img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.qc-final-copy h2 {
  margin-bottom: 18px;
}

.qc-final-copy p {
  margin-bottom: 26px;
}

.qc-final-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.qc-final-points span {
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--soft);
  color: var(--ink);
  font-weight: 800;
}

.qc-faq-wrap {
  max-width: 980px;
}

.qc-faq-list {
  display: grid;
  gap: 14px;
}

.qc-faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(3, 27, 50, 0.05);
}

.qc-faq-list summary {
  padding: 20px 24px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.qc-faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
}

.qc-requirements {
  padding-top: 0;
}

.qc-requirements-card {
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 18%, rgba(6, 152, 220, .34), transparent 26%),
    linear-gradient(135deg, var(--brand-blue), var(--deep-navy));
  box-shadow: 0 32px 100px rgba(3, 27, 50, .2);
}

.qc-requirements-head h2 {
  color: #ffffff;
  margin-bottom: 14px;
}

.qc-requirements-head p {
  color: rgba(255,255,255,.74);
  max-width: 820px;
}

.qc-requirements-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 34px 0;
}

.qc-requirements-columns > div {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
}

.qc-requirements-columns h3 {
  color: #ffffff;
}

.qc-requirements-columns ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.qc-requirements-columns li {
  color: rgba(255,255,255,.78);
}

.qc-requirements-columns li::before {
  content: "✓";
  margin-right: 9px;
  color: #8ee4ff;
  font-weight: 900;
}

.qc-requirements-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1180px) {
  .qc-hero-grid,
  .qc-video-grid,
  .qc-cert-layout,
  .qc-trace-grid,
  .qc-final-grid {
    grid-template-columns: 1fr;
  }

  .qc-hero-visual,
  .qc-hero-image,
  .qc-hero-image img {
    min-height: 480px;
    height: 480px;
  }

  .qc-hero-panel-top {
    right: 28px;
  }

  .qc-hero-panel-bottom {
    left: 28px;
  }

  .qc-system-grid,
  .qc-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qc-equipment-grid,
  .qc-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qc-workflow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qc-cert-copy {
    position: static;
  }
}

@media (max-width: 860px) {
  .qc-section {
    padding: 82px 0;
  }

  .qc-section-head {
    display: block;
  }

  .qc-section-head p {
    margin-top: 16px;
  }

  .qc-hero {
    padding: 132px 0 76px;
  }

  .qc-hero h1 {
    font-size: clamp(40px, 10vw, 60px);
  }

  .qc-hero-tags,
  .qc-video-highlights,
  .qc-record-list,
  .qc-final-points,
  .qc-requirements-columns {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  .qc-hero-visual,
  .qc-hero-image,
  .qc-hero-image img {
    min-height: 360px;
    height: 360px;
  }

  .qc-hero-panel {
    position: static;
    max-width: none;
    margin-top: 14px;
  }

  .qc-system-grid,
  .qc-equipment-grid,
  .qc-cert-grid,
  .qc-stage-grid,
  .qc-dashboard,
  .qc-workflow {
    grid-template-columns: 1fr;
  }

  .qc-video-copy,
  .qc-cert-copy,
  .qc-requirements-card {
    padding: 26px;
  }

  .qc-final-media img {
    height: 320px;
  }

  .qc-requirements-actions a,
  .qc-hero-actions a {
    width: 100%;
  }
}

/* Quality page visual refinements V3 */
.qc-video-grid {
  align-items: stretch;
}

.qc-video-copy {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  border: 0;
  background:
    radial-gradient(circle at 95% 8%, rgba(6, 152, 220, .14), transparent 34%),
    linear-gradient(135deg, #f7fbff 0%, #eef5fb 100%);
  box-shadow: 0 22px 80px rgba(3, 27, 50, .08);
}

.qc-video-copy p {
  max-width: 560px;
}

.qc-video-highlights {
  margin-top: auto;
}

.qc-highlight-tab {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(6, 152, 220, 0.18);
  border-radius: 14px;
  color: var(--ink);
  background: #ffffff;
  text-align: left;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.qc-highlight-tab:hover,
.qc-highlight-tab:focus-visible,
.qc-highlight-tab.is-active {
  border-color: rgba(6, 152, 220, .48);
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), var(--electric-blue));
  box-shadow: 0 14px 32px rgba(6, 152, 220, .18);
  transform: translateY(-1px);
  outline: none;
}

.qc-highlight-detail {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--deep-navy), #063763);
  box-shadow: 0 18px 48px rgba(3, 27, 50, .14);
}

.qc-highlight-detail strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.2;
}

.qc-highlight-detail p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  line-height: 1.55;
}

.qc-video-wrap {
  display: flex;
}

.qc-video-card {
  width: 100%;
  min-height: 520px;
  aspect-ratio: auto;
  border: 0;
  box-shadow: 0 30px 100px rgba(3, 27, 50, 0.16);
}

.qc-video-card .media-video {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.qc-cert-layout {
  align-items: stretch;
}

.qc-cert-copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(6, 152, 220, .18), transparent 36%),
    rgba(255, 255, 255, .07);
  box-shadow: 0 26px 90px rgba(0, 0, 0, .18);
}

.qc-cert-points {
  margin-top: auto;
}

.qc-cert-grid {
  align-content: stretch;
}

.qc-cert-card {
  display: flex;
  flex-direction: column;
  min-height: 278px;
  border: 0;
  background: #ffffff;
}

.qc-cert-visual {
  display: grid;
  place-items: center;
  min-height: 152px;
  padding: 12px;
  background: linear-gradient(135deg, #031b32, #063763);
}

.qc-cert-card img,
.qc-cert-card .qc-cert-visual img {
  width: 100%;
  height: 128px;
  object-fit: contain;
  border-radius: 12px;
  background: #ffffff;
}

.qc-cert-body {
  flex: 1;
  padding: 18px;
}

.qc-cert-card h3,
.qc-cert-card p {
  padding-inline: 0;
}

.qc-cert-card h3 {
  margin: 0 0 10px;
}

.qc-cert-card p {
  margin: 0;
}

@media (max-width: 1180px) {
  .qc-video-copy,
  .qc-video-card,
  .qc-video-card .media-video {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .qc-video-copy {
    min-height: auto;
  }
  .qc-video-card,
  .qc-video-card .media-video {
    min-height: 320px;
  }
  .qc-highlight-detail {
    padding: 16px;
  }
}

/* Quality page stability refinements V4 */
.qc-video-grid {
  align-items: center;
}

.qc-video-copy {
  min-height: 520px;
}

.qc-highlight-tab {
  transform: none;
}

.qc-highlight-tab:hover,
.qc-highlight-tab:focus-visible {
  border-color: rgba(6, 152, 220, .48);
  color: var(--brand-blue);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(6, 152, 220, .1);
  transform: none;
}

.qc-highlight-tab.is-active,
.qc-highlight-tab.is-active:hover,
.qc-highlight-tab.is-active:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-blue), var(--electric-blue));
  box-shadow: 0 14px 32px rgba(6, 152, 220, .18);
}

.qc-highlight-detail {
  min-height: 118px;
}

.qc-video-wrap {
  align-items: center;
}

.qc-video-card {
  height: 520px;
  min-height: 0;
  max-height: 520px;
  overflow: hidden;
}

.qc-video-card .media-video {
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .qc-video-copy {
    min-height: auto;
  }

  .qc-video-card {
    height: 420px;
    min-height: 0;
    max-height: 420px;
  }

  .qc-video-card .media-video {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .qc-video-card {
    height: 320px;
    max-height: 320px;
  }

  .qc-highlight-detail {
    min-height: 132px;
  }
}
