/* IMS Training page — mockup layout, site typography */
.ims-page {
  --ims-green: #248636;
  --ims-green-btn: #268540;
  --ims-green-dark: #1f7330;
  --ims-black: #05090d;
  --ims-text: #101828;
  --ims-muted: #596579;
  --ims-border: #e4e7ec;
  --ims-soft: #f7faf8;
  --iso9001: #1662c4;
  --iso14001: #26a843;
  --iso45001: #ff6a13;
  overflow: hidden;
  background: #fff;
  color: var(--ims-text);
}

/* ========== IMS redesign hero (full-bleed) ========== */
.ims-r-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  background:
    radial-gradient(ellipse 50% 90% at 82% 50%, rgba(36, 134, 54, 0.32) 0%, transparent 58%),
    linear-gradient(105deg, #05090d 0%, #071018 46%, #0a1a12 100%);
}
.ims-r-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 28px 40px;
  min-height: clamp(420px, 58vh, 560px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 64px clamp(24px, 5vw, 72px) 56px;
}
.ims-r-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 670px;
}
.ims-r-hero-kicker {
  margin: 0 0 14px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ims-green);
}
.ims-r-hero-copy h1 {
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}
.ims-r-hero-lead {
  margin: 0 0 28px;
  max-width: 48ch;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 350;
  color: rgba(255, 255, 255, 0.9);
}
.ims-r-hero-actions {
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
}
.ims-r-hero-actions .btn {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 18px;
}
.ims-r-hero-actions .btnBig-1,
.ims-r-hero-actions .btnBig-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ims-r-hero-actions .btnBig-1 i {
  font-size: 14px;
}
.ims-r-hero-actions .btnBig-2 {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  background: transparent !important;
}
.ims-r-hero-actions .btnBig-2:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.ims-r-hero-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}
.ims-r-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}
.ims-r-hero-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ims-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}
.ims-r-hero-media {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ims-r-hero-media img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .ims-r-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 48px 28px 40px;
  }
  .ims-r-hero-copy {
    max-width: none;
  }
  .ims-r-hero-copy h1 {
    font-size: 32px;
  }
  .ims-r-hero-lead {
    font-size: 16px;
  }
  .ims-r-hero-media {
    justify-content: center;
  }
  .ims-r-hero-media img {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .ims-r-hero-inner {
    padding: 36px 20px 32px;
  }
  .ims-r-hero-copy h1 {
    font-size: 26px;
  }
  .ims-r-hero-lead {
    margin-bottom: 22px;
    font-size: 15px;
  }
  .ims-r-hero-actions {
    flex-wrap: wrap;
    margin-bottom: 22px;
  }
  .ims-r-hero-actions .btn {
    width: auto;
    flex: 0 1 auto;
  }
  .ims-r-hero-points {
    gap: 12px 16px;
  }
  .ims-r-hero-points li {
    white-space: normal;
  }
}

.ims-page-section {
  padding: 60px 0;
}
.ims-page-section--soft {
  background: var(--ims-soft);
}

/* ========== IMS redesign: together section ========== */
.ims-r-together {
  padding: 64px 0 56px;
  background: #fff;
  color: var(--ims-text);
}
.ims-r-together-head {
  max-width: 100%;
  margin: 0 auto 44px;
  text-align: center;
}
.ims-r-together-head h2 {
  margin: 0 0 16px;
  font-size: 45px;
  line-height: 1.18;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-together-head p {
  margin: 0 auto;
  max-width: 70ch;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--ims-muted);
}
.ims-r-together-body {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: 24px 32px;
  align-items: stretch;
  margin: 0;
}
.ims-r-together-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 28px 24px;
  border-radius: 18px;
  background: #f3faf5;
  border: 1px solid #d8ebdd;
}
.ims-r-together-kicker {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #248636;
  line-height: 1.3;
}
.ims-r-together-panel h3 {
  margin: 0;
  font-size: 45px;
  line-height: 1.22;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-together-lead {
  margin: 0 0 4px;
  font-size: 19px;
  line-height: 1.55;
  color: var(--ims-muted);
}
.ims-r-together-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.ims-r-together-cards li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 0;
  padding: 15px 18px;
  border-radius: 12px;
  background: #fff;
  color: #0f1728;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.3;
  box-shadow: 0 1px 0 rgba(18, 40, 24, 0.03);
}
.ims-r-together-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #248636;
}
.ims-r-together-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 2px 0 0;
  padding: 15px 18px;
  border-radius: 12px;
  background: #d9f0e0;
  color: #1f7a30;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}
.ims-r-together-bar-icon {
  flex-shrink: 0;
  font-size: 21px;
  color: #248636;
}
.ims-r-together-media {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e5e9ee;
  overflow: hidden;
}
.ims-r-together-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 991px) {
  .ims-r-together {
    padding: 48px 0 40px;
  }
  .ims-r-together-head {
    text-align: left;
    margin: 0 0 28px;
    max-width: none;
  }
  .ims-r-together-head h2 {
    font-size: 28px;
  }
  .ims-r-together-head p {
    margin: 0;
    max-width: none;
  }
  .ims-r-together-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ims-r-together-panel h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .ims-r-together-head h2 {
    font-size: 24px;
  }
  .ims-r-together-head p {
    font-size: 15px;
  }
  .ims-r-together-panel {
    padding: 22px 18px 18px;
    gap: 12px;
  }
  .ims-r-together-panel h3 {
    font-size: 22px;
  }
  .ims-r-together-lead {
    font-size: 15px;
  }
  .ims-r-together-cards li {
    padding: 13px 14px;
    font-size: 15px;
  }
  .ims-r-together-bar {
    font-size: 14px;
    padding: 13px 14px;
  }
  .ims-r-together-media {
    padding: 12px;
  }
}

/* ========== IMS redesign: why integrate ========== */
.ims-r-why {
  padding: 28px 0 56px;
  background: #fff;
  color: var(--ims-text);
}
.ims-r-why-head {
  max-width: 920px;
  margin: 0 auto 40px;
  text-align: center;
}
.ims-r-why-kicker {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #248636;
}
.ims-r-why-head h2 {
  margin: 0 0 14px;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-why-head > p:not(.ims-r-why-kicker) {
  margin: 0 auto;
  max-width: 60ch;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--ims-muted);
}
.ims-r-why-body {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.92fr);
  gap: 24px 32px;
  align-items: stretch;
  margin: 0;
}
.ims-r-why-media {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e5e9ee;
  overflow: hidden;
}
.ims-r-why-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.ims-r-why-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 28px 24px;
  border-radius: 18px;
  background: #f3faf5;
  border: 1px solid #d8ebdd;
}
.ims-r-why-panel-kicker {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #248636;
  line-height: 1.3;
}
.ims-r-why-panel h3 {
  margin: 0;
  font-size: 43px;
  line-height: 1.22;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-why-lead {
  margin: 0 0 4px;
  font-size: 19px;
  line-height: 1.55;
  color: var(--ims-muted);
}
.ims-r-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.ims-r-why-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
  color: #0f1728;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.3;
  box-shadow: 0 1px 0 rgba(18, 40, 24, 0.03);
}
.ims-r-why-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  color: #fff;
}
.ims-r-why-mark--good {
  background: var(--ims-green);
}
.ims-r-why-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 2px 0 0;
  padding: 15px 18px;
  border-radius: 12px;
  background: #d9f0e0;
  color: #1f7a30;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}
.ims-r-why-bar-icon {
  flex-shrink: 0;
  font-size: 24px;
  color: #248636;
}

@media (max-width: 991px) {
  .ims-r-why {
    padding: 16px 0 44px;
  }
  .ims-r-why-head {
    text-align: left;
    margin: 0 0 28px;
    max-width: none;
  }
  .ims-r-why-head h2 {
    font-size: 28px;
  }
  .ims-r-why-head > p:not(.ims-r-why-kicker) {
    margin: 0;
    max-width: none;
  }
  .ims-r-why-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ims-r-why-panel h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .ims-r-why-head h2 {
    font-size: 24px;
  }
  .ims-r-why-head > p:not(.ims-r-why-kicker) {
    font-size: 15px;
  }
  .ims-r-why-panel {
    padding: 22px 18px 18px;
    gap: 12px;
  }
  .ims-r-why-panel h3 {
    font-size: 22px;
  }
  .ims-r-why-lead {
    font-size: 15px;
  }
  .ims-r-why-list li {
    padding: 13px 14px;
    font-size: 15px;
  }
  .ims-r-why-bar {
    font-size: 14px;
    padding: 13px 14px;
  }
  .ims-r-why-media {
    padding: 12px;
  }
}

/* ========== IMS redesign: explained clearly (videos) ========== */
.ims-r-videos {
  padding: 12px 0 48px;
  background: #fff;
  color: var(--ims-text);
}
.ims-r-videos-panel {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 40px 80px 36px;
  width: 100%;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background:
    radial-gradient(ellipse 55% 80% at 8% 20%, rgba(36, 134, 54, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 40% 50% at 95% 90%, rgba(36, 134, 54, 0.18) 0%, transparent 50%),
    linear-gradient(135deg, #05090d 0%, #07140f 48%, #0a1a12 100%);
}
.ims-r-videos-body {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.65fr);
  gap: 28px 36px;
  align-items: center;
}
.ims-r-videos-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 10px;
  margin-top: -6px;
}
.ims-r-videos-kicker {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3dd15c;
}
.ims-r-videos-copy > h2 {
  margin: 0;
  font-size: 45px;
  line-height: 1.18;
  font-weight: 700;
  color: #fff;
  max-width: 32ch;
}
.ims-r-videos-lead {
  margin: 0;
  max-width: 57ch;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}
.ims-r-videos-points {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 45px;
  max-width: 680px;
}
.ims-r-videos-points li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 102px;
  align-items: flex-start;
}
.ims-r-videos-point-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1.5px solid rgba(61, 209, 92, 0.55);
  background: rgba(36, 134, 54, 0.18);
  color: #3dd15c;
  font-size: 52px;
  margin-left: 25px;
}
.ims-r-videos-points h3 {
  margin: 0 0 6px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 650;
  color: #fff;
}
.ims-r-videos-points p {
  margin: 0;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 380;
  color: rgba(255, 255, 255, 0.78);
}
.ims-r-videos-checks {
  list-style: none;
  margin: 10px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 38px;
}
.ims-r-videos-checks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 550;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}
.ims-r-videos-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--ims-green);
  color: #fff;
  font-size: 16px;
}
.ims-r-videos-grid {
  min-width: 0;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.ims-r-video-card {
  min-width: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  border-radius: 16px;
  background: rgba(8, 18, 14, 0.55);
  border: 1px solid rgba(61, 209, 92, 0.22);
  box-shadow: 0 0 0 1px rgba(36, 134, 54, 0.08), 0 12px 28px rgba(0, 0, 0, 0.28);
}
.ims-r-video-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  margin: 0 0 10px;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
}
.ims-r-video-thumb picture,
.ims-r-video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.ims-r-video-thumb img {
  object-fit: cover;
  object-position: center;
}
.ims-r-video-thumb--playable {
  cursor: pointer;
}
.ims-r-video-thumb--playable.is-playing {
  cursor: default;
}
.ims-r-video-thumb--playable.is-playing img {
  visibility: hidden;
}
.ims-r-video-thumb .ttl-r-action-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  background: #000;
}
.ims-r-video-thumb .tt-style-play-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  transition: opacity 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
}
.ims-r-video-thumb .tt-style-play-toggle i {
  margin-left: 2px;
}
.ims-r-video-thumb .tt-style-play-toggle .fa-pause {
  margin-left: 0;
}
.ims-r-video-thumb .tt-style-play-toggle:hover {
  background: #fff;
  transform: translate(-50%, -50%) scale(1.04);
}
.ims-r-video-thumb.is-playing .tt-style-play-toggle {
  opacity: 0;
  pointer-events: none;
}
.ims-r-video-thumb.is-playing:hover .tt-style-play-toggle,
.ims-r-video-thumb.is-paused .tt-style-play-toggle {
  opacity: 1;
  pointer-events: auto;
}
.ims-r-video-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 991px) {
  .ims-r-videos {
    padding: 8px 0 40px;
  }
  .ims-r-videos-panel {
    padding: 28px 22px 28px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ims-r-videos-body {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ims-r-videos-copy > h2 {
    font-size: 28px;
    max-width: none;
  }
  .ims-r-videos-grid {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    justify-content: flex-start;
    gap: 16px;
  }
  .ims-r-video-card {
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .ims-r-videos-panel {
    padding: 22px 16px 22px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 18px;
  }
  .ims-r-videos-copy > h2 {
    font-size: 24px;
  }
  .ims-r-videos-lead {
    font-size: 15px;
  }
  .ims-r-videos-points h3 {
    font-size: 16px;
  }
  .ims-r-videos-points p {
    font-size: 14px;
  }
  .ims-r-videos-checks {
    gap: 10px 16px;
  }
  .ims-r-videos-checks li {
    font-size: 14px;
  }
  .ims-r-video-card {
    padding: 10px;
  }
  .ims-r-video-card h3 {
    font-size: 15px;
  }
}

/* ========== IMS redesign: eight modules ========== */
.ims-r-modules {
  padding: 20px 0 56px;
  background: #fff;
  color: var(--ims-text);
}
.ims-r-modules-head {
  margin: 0 0 28px;
  max-width: 100%;
}
.ims-r-modules-head h2 {
  margin: 0 0 12px;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-modules-head p {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
  color: #516075;
}
.ims-r-modules-rows {
  display: grid;
  gap: 14px;
}
.ims-r-modules-row {
  display: grid;
  grid-template-columns: minmax(200px, 0.9fr) repeat(2, minmax(0, 1.2fr));
  gap: 12px;
  align-items: stretch;
}
.ims-r-modules-cat {
  border-radius: 14px;
  padding: 19px 18px;
  padding-left: 28px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  min-width: 0;
  background: #e8f1fb;
}
.ims-r-modules-item {
  border-radius: 14px;
  padding: 19px 18px;
  padding-left: 28px;
  padding-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 42px;
  min-width: 0;
  background: #fff;
  border: 11px solid #d7e3f0;
}
.ims-r-modules-num {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #2f6fed;
}
.ims-r-modules-icon {
  width: 28px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--ims-green);
  font-size: 45px;
  line-height: 2;
}
.ims-r-modules-cat h3 {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-modules-item h3 {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-modules-cat p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 450;
  color: #516075;
  max-width: 330px;
}
.ims-r-modules-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 450;
  color: #516075;
  max-width: 330px;
}
.ims-r-modules-row--blue .ims-r-modules-cat {
  background: #e7f0fb;
}
.ims-r-modules-row--blue .ims-r-modules-num {
  background: #2f6fed;
}
.ims-r-modules-row--blue .ims-r-modules-item {
  border-color: #e7f0fb;
}
.ims-r-modules-row--green .ims-r-modules-cat {
  background: #e8f6ec;
}
.ims-r-modules-row--green .ims-r-modules-num {
  background: #248636;
}
.ims-r-modules-row--green .ims-r-modules-item {
  border-color: #e8f6ec;
}
.ims-r-modules-row--gold .ims-r-modules-cat {
  background: #f7f1e2;
}
.ims-r-modules-row--gold .ims-r-modules-num {
  background: #c9a227;
}
.ims-r-modules-row--gold .ims-r-modules-item {
  border-color: #f7f1e2;
}
.ims-r-modules-row--purple .ims-r-modules-cat {
  background: #f0eaf8;
}
.ims-r-modules-row--purple .ims-r-modules-num {
  background: #7b5ea7;
}
.ims-r-modules-row--purple .ims-r-modules-item {
  border-color: #f0eaf8;
}

@media (max-width: 991px) {
  .ims-r-modules {
    padding: 12px 0 44px;
  }
  .ims-r-modules-head h2 {
    font-size: 28px;
  }
  .ims-r-modules-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .ims-r-modules-head h2 {
    font-size: 24px;
  }
  .ims-r-modules-head p {
    font-size: 15px;
  }
  .ims-r-modules-cat {
    padding: 16px 14px;
  }
  .ims-r-modules-item {
    padding: 16px 14px;
  }
  .ims-r-modules-cat h3 {
    font-size: 15px;
  }
  .ims-r-modules-item h3 {
    font-size: 15px;
  }
}

/* ========== IMS redesign: depth + integration ========== */
.ims-r-depth {
  padding: 12px 0 56px;
  background: #fff;
  color: var(--ims-text);
}
.ims-r-depth-head {
  margin: 0 0 28px;
  max-width: 100%;
}
.ims-r-depth-head h2 {
  margin: 0 0 12px;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-depth-head p {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
  color: #516075;
}
.ims-r-depth-media {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ims-r-depth-media img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .ims-r-depth {
    padding-bottom: 44px;
  }
  .ims-r-depth-head h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .ims-r-depth-head h2 {
    font-size: 24px;
  }
  .ims-r-depth-head p {
    font-size: 15px;
  }
}

/* ========== IMS redesign: Panda Talks (HTML) ========== */
.ims-r-talks {
  padding: 8px 0 56px;
  background: #fff;
  color: var(--ims-text);
}
.ims-r-talks-assign {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px 32px;
  align-items: center;
  background:
    radial-gradient(ellipse 55% 70% at 88% 35%, rgba(36, 134, 54, 0.3) 0%, transparent 65%),
    linear-gradient(120deg, #0c1f1a 0%, #123028 48%, #163a2e 100%);
  border-radius: 24px;
  padding: 36px 34px;
  color: #fff;
  margin: 0 0 20px;
}
.ims-r-talks-kicker {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5dde78;
}
.ims-r-talks-assign-copy h2 {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  max-width: 750px;
}
.ims-r-talks-assign-copy > p:not(.ims-r-talks-kicker) {
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 350;
  color: rgba(255, 255, 255, 0.88);
  max-width: 66ch;
}
.ims-r-talks-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.ims-r-talks-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.ims-r-talks-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #248636;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  margin-top: 1px;
}
.ims-r-talks-assign-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-width: 0;
}
.ims-r-talks-assign-flow > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.ims-r-talks-source {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #248636;
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 1;
}
.ims-r-talks-branch {
  width: 72%;
  max-width: 340px;
  height: 34px;
  margin: 0 auto;
  border-left: 2px solid rgba(93, 222, 120, 0.55);
  border-right: 2px solid rgba(93, 222, 120, 0.55);
  border-bottom: 2px solid rgba(93, 222, 120, 0.55);
  border-radius: 0 0 12px 12px;
  position: relative;
}
.ims-r-talks-branch::before,
.ims-r-talks-branch::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(93, 222, 120, 0.55);
}
.ims-r-talks-branch::before {
  left: 33%;
}
.ims-r-talks-branch::after {
  right: 33%;
}
.ims-r-talks-targets {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.ims-r-talks-targets li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #0f1728;
  border-radius: 12px;
  padding: 12px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.ims-r-talks-targets i {
  color: #248636;
  font-size: 16px;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

.ims-r-talks-eval {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 24px 28px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  padding: 28px 28px;
}
.ims-r-talks-eval-copy h2 {
  margin: 0 0 10px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-talks-eval-copy > p {
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 450;
  color: #516075;
  max-width: 70ch;
}
.ims-r-talks-steps {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px 14px;
}
.ims-r-talks-steps > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  min-width: 72px;
}
.ims-r-talks-steps > li::marker {
  content: "";
}
.ims-r-talks-step-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #248636;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.ims-r-talks-steps strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f1728;
  max-width: 9ch;
}
.ims-r-talks-step-arrow {
  align-self: center;
  color: #9bb5a3;
  font-size: 20px;
  min-width: auto;
  padding-top: 14px;
}
.ims-r-talks-evidence {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #eaf6ee;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #1f5f2d;
}
.ims-r-talks-evidence i {
  color: #248636;
  margin-top: 2px;
  flex-shrink: 0;
}
.ims-r-talks-quiz {
  background: #f7f8f9;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  padding: 18px 16px;
}
.ims-r-talks-quiz-q {
  margin: 0 0 14px;
  margin-bottom: 38px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  color: #0f1728;
}
.ims-r-talks-quiz-opts {
  display: grid;
  gap: 14px;
}
.ims-r-talks-quiz-opt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #334155;
  cursor: default;
}
.ims-r-talks-quiz-opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ims-r-talks-quiz-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #c5ccd4;
  flex-shrink: 0;
  margin-top: 1px;
  position: relative;
}
.ims-r-talks-quiz-opt:has(input:checked) {
  border-color: #248636;
  background: #f3faf5;
}
.ims-r-talks-quiz-opt:has(input:checked) .ims-r-talks-quiz-mark {
  border-color: #248636;
}
.ims-r-talks-quiz-opt:has(input:checked) .ims-r-talks-quiz-mark::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #248636;
}

@media (max-width: 991px) {
  .ims-r-talks-assign,
  .ims-r-talks-eval {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
  .ims-r-talks-assign-copy h2,
  .ims-r-talks-eval-copy h2 {
    font-size: 24px;
  }
  .ims-r-talks-source {
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .ims-r-talks {
    padding-bottom: 40px;
  }
  .ims-r-talks-targets {
    grid-template-columns: 1fr;
  }
  .ims-r-talks-step-arrow {
    display: none;
  }
}

/* ========== IMS redesign: closing impact + CTA ========== */
.ims-r-close {
  padding: 20px 0 64px;
  background: #fff;
  color: var(--ims-text);
}
.ims-r-close-head {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 28px;
}
.ims-r-close-head h2 {
  margin: 0 0 12px;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-close-head p {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
  color: #516075;
}
.ims-r-close-flow {
  max-width: 860px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ims-r-close-flow > img {
  display: block;
  width: 94%;
  height: auto;
}
.ims-r-close-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #d8dee6;
  border-radius: 14px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-close-trigger i {
  color: #0f1728;
}
.ims-r-close-down {
  width: min(100%, 640px);
  height: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 4px 0 8px;
}
.ims-r-close-down span {
  display: block;
  height: 100%;
  border-left: 2px solid #c5ccd4;
  margin: 0 auto;
  width: 0;
}
.ims-r-close-down--to-bar {
  margin-top: 8px;
  margin-bottom: 10px;
}
.ims-r-close-impacts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ims-r-close-impact {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: 14px;
  padding: 16px 14px;
}
.ims-r-close-impact i {
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.ims-r-close-impact h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.ims-r-close-impact p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #516075;
}
.ims-r-close-impact--quality {
  background: #eaf2ff;
}
.ims-r-close-impact--quality i,
.ims-r-close-impact--quality h3 {
  color: #2f6fed;
}
.ims-r-close-impact--env {
  background: #e9f7ee;
}
.ims-r-close-impact--env i,
.ims-r-close-impact--env h3 {
  color: #248636;
}
.ims-r-close-impact--safety {
  background: #fff3e4;
}
.ims-r-close-impact--safety i,
.ims-r-close-impact--safety h3 {
  color: #d97706;
}
.ims-r-close-process {
  width: 100%;
  margin: 0;
  background: #1f7a30;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.ims-r-close-benefits {
  margin: 0 0 28px;
  background: #eaf6ee;
  border-radius: 20px;
  padding: 28px 24px 24px;
}
.ims-r-close-benefits h3 {
  margin: 0 0 22px;
  text-align: center;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
  color: #248636;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}
.ims-r-close-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.ims-r-close-grid li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  padding: 18px 16px;
  background: #fff;
}
.ims-r-close-grid i {
  color: #248636;
  font-size: 35px;
  margin-right: 14px;
  width: 28px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.ims-r-close-grid strong {
  display: block;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: #0f1728;
}
.ims-r-close-grid span {
  font-size: 17px;
  line-height: 1.45;
  font-weight: 450;
  color: #516075;
}
.ims-r-close-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #0f2a1f;
  border-radius: 20px;
  padding: 28px 28px;
  color: #fff;
}
.ims-r-close-cta-copy {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
.ims-r-close-cta-icon {
  width: 66px;
  height: 66px;
  border-radius: 12px;
  background: rgba(36, 134, 54, 0.25);
  color: #5dde78;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  flex-shrink: 0;
}
.ims-r-close-cta-copy h3 {
  margin: 0 0 6px;
  font-size: 35px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}
.ims-r-close-cta-copy p {
  margin: 0;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}
.ims-r-close-cta-actions {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.ims-r-close-cta-actions .btn {
  white-space: nowrap;
}
.ims-r-close-cta-actions .btnBig-2 {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}
.ims-r-close-cta-actions .btnBig-2:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

@media (max-width: 991px) {
  .ims-r-close-head h2 {
    font-size: 28px;
  }
  .ims-r-close-impacts {
    grid-template-columns: 1fr;
  }
  .ims-r-close-down {
    display: none;
  }
  .ims-r-close-grid {
    grid-template-columns: 1fr;
  }
  .ims-r-close-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .ims-r-close-head h2 {
    font-size: 24px;
  }
  .ims-r-close-benefits h3 {
    font-size: 20px;
  }
  .ims-r-close-cta {
    padding: 22px 18px;
  }
  .ims-r-close-cta-copy h3 {
    font-size: 18px;
  }
  .ims-r-close-cta-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

.ims-page-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
}
.ims-page-sub {
  margin: 0 auto 34px;
  max-width: 820px;
  text-align: center;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--ims-muted);
}

.ims-connect {
  position: relative;
  padding-bottom: 48px;
}
.ims-connect-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}
.ims-connect-card {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 22px 20px 20px;
  border: 1px solid var(--ims-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.05);
  text-align: left;
}
.ims-connect-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.ims-connect-icon {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
  flex: 0 0 52px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
}
.ims-connect-card h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 800;
  color: #101828;
  line-height: 1.2;
}
.ims-connect-card h3 span {
  display: block;
  margin-top: 2px;
  font-size: 16px;
}
.ims-connect-card p {
  margin: 0;
  color: var(--ims-muted);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.ims-c-9001 { color: var(--iso9001); }
.ims-c-14001 { color: var(--iso14001); }
.ims-c-45001 { color: var(--iso45001); }

.ims-connect-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 52px;
}
.ims-connect-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  border-top: 3px dotted var(--ims-green);
  transform: translateY(-50%);
}
.ims-connect-link span {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
  background: var(--ims-green);
  box-shadow: 0 0 0 4px var(--ims-soft);
  flex: 0 0 auto;
}

.ims-connect-card--output {
  background: #f3fbf5;
  border: 1.5px solid #9ed7ac;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ims-connect-card--output h3 {
  margin: 12px 0 8px;
  color: var(--ims-green);
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
  white-space: nowrap;
}
.ims-connect-card--output > p {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--ims-muted);
  max-width: none;
}
.ims-connect-logo {
  width: 88px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.ims-connect-bus {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 100%;
  height: 72px;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}
/* 6 learn cards in one equal row */
.ims-learn-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.ims-learn-card {
  height: 100%;
  min-height: 100%;
  padding: 22px 14px;
  text-align: center;
  border: 1px solid var(--ims-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ims-learn-card i {
  color: var(--ims-green);
  font-size: 28px;
  flex: 0 0 auto;
}
.ims-learn-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 14px 0 10px;
  color: #000;
  line-height: 1.3;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ims-learn-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--ims-muted);
  font-weight: 500;
  flex: 0 0 auto;
}

.ims-page .ims-video-card {
  height: 100%;
  border: 1px solid var(--ims-border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
}
.ims-page .ims-video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #ddd center / cover no-repeat;
}
.ims-page .ims-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  border: 3px solid #fff;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  cursor: default;
}
.ims-page .ims-video-body {
  padding: 20px;
}
.ims-page .ims-video-body h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 8px;
  color: #000;
}
.ims-page .ims-video-body p {
  color: var(--ims-muted);
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
}
.ims-page .ims-video-meta {
  color: var(--ims-muted);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ims-page-reasons {
  padding-top: 48px;
  padding-bottom: 48px;
}
.ims-page-reasons .ims-page-title {
  margin-bottom: 28px;
}
.ims-reasons-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.ims-reason-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  height: 100%;
  padding: 24px 20px;
  background: #fff;
  border: 1px solid var(--ims-border);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.05);
}
.ims-reason-card i {
  color: var(--ims-green);
  font-size: 26px;
  flex: 0 0 auto;
  margin-top: 3px;
  width: 30px;
  text-align: center;
  line-height: 1;
}
.ims-reason-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
.ims-reason-card p {
  margin: 0;
  color: var(--ims-muted);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.ims-page .ims-cta-banner {
  margin-top: 0;
}

@media (max-width: 1199.98px) {
  .ims-learn-card h3 {
    font-size: 14px;
  }
  .ims-learn-card p {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .ims-connect {
    padding-bottom: 0;
  }
  .ims-connect-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .ims-connect-link,
  .ims-connect-bus {
    display: none;
  }
  .ims-learn-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ims-reasons-row {
    grid-template-columns: 1fr;
  }
  .ims-page-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .ims-connect-row,
  .ims-learn-row,
  .ims-reasons-row {
    grid-template-columns: 1fr;
  }
}
