.ids-lms-page {
  color: #142634;
  background: #ffffff;
  overflow: clip;
}

.ids-lms-section {
  padding: 88px 0;
}

.ids-lms-section--compact {
  padding: 58px 0;
}

.ids-lms-section--soft {
  background: #f3f7f9;
}

.ids-lms-section--navy {
  color: #fff;
  background: #06263d;
}

.ids-lms-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 44px;
}

.ids-lms-section-head .ids-lms-lead {
  margin: 0;
}

.ids-lms-heading {
  max-width: 840px;
  margin: 0;
  color: #06263d;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.ids-lms-heading--light {
  color: #fff;
}

.ids-lms-lead {
  max-width: 780px;
  margin: 22px 0 0;
  color: #5d6d79;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.75;
}

.ids-lms-lead--light {
  color: rgba(255, 255, 255, .78);
}

.ids-lms-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 22px;
  color: #fff;
  background: #e3151e;
  border: 2px solid #e3151e;
  border-radius: 8px;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.ids-lms-btn:hover {
  color: #fff;
  background: #bd1625;
  border-color: #bd1625;
  transform: translateY(-2px);
}

.ids-lms-btn--outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .48);
}

.ids-lms-btn--outline:hover {
  color: #06263d;
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.ids-lms-btn--navy {
  color: #fff;
  background: #06263d;
  border-color: #06263d;
}

.ids-lms-btn--navy:hover {
  color: #fff;
  background: #0a3552;
  border-color: #0a3552;
}

/* Hero */
.ids-lms-hero {
  position: relative;
  isolation: isolate;
  padding: 44px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 24%, rgba(24, 127, 164, .38), transparent 32%),
    radial-gradient(circle at 82% 14%, rgba(227, 21, 30, .14), transparent 28%),
    linear-gradient(130deg, #041d30 0%, #07334f 56%, #05263d 100%);
}

.ids-lms-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.ids-lms-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .74fr);
  gap: 54px;
  align-items: center;
}

.ids-lms-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .7);
  font-size: .8rem;
}

.ids-lms-breadcrumb a {
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
}

.ids-lms-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
}

.ids-lms-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 5.5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.11;
}

.ids-lms-hero h1 span {
  color: #e3151e;
}

.ids-lms-hero__intro {
  max-width: 720px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.ids-lms-hero__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ids-lms-hero__points li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, .93);
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.5;
}

.ids-lms-hero__points li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e3151e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m5 10 3 3 7-7' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat;
}

.ids-lms-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

/* Generic cards */
.ids-lms-risk-grid,
.ids-lms-service-grid,
.ids-lms-why-grid,
.ids-lms-industry-grid {
  display: grid;
  gap: 20px;
  margin-top: 42px;
}

.ids-lms-risk-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ids-lms-service-grid,
.ids-lms-why-grid,
.ids-lms-industry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ids-lms-risk-card,
.ids-lms-service-card,
.ids-lms-why-card,
.ids-lms-platform-card,
.ids-lms-industry {
  position: relative;
  padding: 26px;
  background: #fff;
  border: 1px solid #d1dce3;
  border-radius: 20px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.ids-lms-risk-card:hover,
.ids-lms-service-card:hover,
.ids-lms-why-card:hover,
.ids-lms-platform-card:hover{
  border-color: rgba(12, 95, 127, .35);
  box-shadow: 0 20px 55px rgba(6, 38, 61, .11);
  transform: translateY(-5px);
}

.ids-lms-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #e3151e;
  background: #eaf4f7;
  border-radius: 13px;
  font-size: .78rem;
  font-weight: 700;
}

.ids-lms-icon svg {
  width: 25px;
  height: 25px;
}

.ids-lms-risk-card h3,
.ids-lms-service-card h3,
.ids-lms-why-card h3,
.ids-lms-platform-card h3{
  margin: 20px 0 0;
  color: #06263d;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.ids-lms-risk-card p,
.ids-lms-service-card p,
.ids-lms-why-card p,
.ids-lms-platform-card p{
  margin: 12px 0 0;
  color: #5d6d79;
  font-size: .91rem;
  line-height: 1.65;
}

.ids-lms-service-card ul,
.ids-lms-model ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ids-lms-service-card li,
.ids-lms-model li {
  position: relative;
  margin-top: 9px;
  padding-left: 20px;
  color: #425866;
  font-size: 1rem;
  line-height: 1.5;
}

.ids-lms-service-card li::before,
.ids-lms-model li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e3151e;
}

/* Platform journey */
.ids-lms-journey {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 42px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5ea;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(6, 38, 61, .07);
}

.ids-lms-journey__step {
  position: relative;
  min-height: 225px;
  padding: 28px 20px;
  border-right: 1px solid #dce5ea;
}

.ids-lms-journey__step:last-child {
  border-right: 0;
}

.ids-lms-journey__step::after {
  content: "";
  position: absolute;
  top: 42px;
  right: -7px;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid #dce5ea;
  border-right: 1px solid #dce5ea;
  transform: rotate(45deg);
}

.ids-lms-journey__step:last-child::after {
  display: none;
}

.ids-lms-journey__step span {
  color: #e3151e;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.ids-lms-journey__step h3 {
  margin: 13px 0 0;
  color: #06263d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.ids-lms-journey__step p {
  margin: 11px 0 0;
  color: #5d6d79;
  font-size: .8rem;
  line-height: 1.55;
}

/* Models */
.ids-lms-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.ids-lms-model {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 32px;
  background: #fff;
  border: 1px solid #dce5ea;
  border-radius: 20px;
}

.ids-lms-model--featured {
  border: 2px solid #e3151e;
  box-shadow: 0 20px 55px rgba(6, 38, 61, .11);
  transform: translateY(-10px);
}

.ids-lms-model__tag {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 7px 12px;
  color: #fff;
  background: #e3151e;
  border-radius: 0 0 9px 9px;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ids-lms-model__type {
  color: #0b6fa4;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ids-lms-model h3 {
  margin: 17px 0 0;
  color: #06263d;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.ids-lms-model>p {
  margin: 13px 0 0;
  color: #5d6d79;
  font-size: .92rem;
  line-height: 1.65;
}

.ids-lms-model__fit {
  margin-top: 24px;
  color: #142634;
  font-size: .78rem;
  font-weight: 700;
}

.ids-lms-model .ids-lms-btn {
  width: 100%;
  margin-top: auto;
}

.ids-lms-model ul {
  margin-bottom: 26px;
}

/* SLA */
.ids-lms-severity-wrap {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 58px;
  align-items: center;
}

.ids-lms-severity-list {
  display: grid;
  gap: 12px;
}

.ids-lms-severity {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
}

.ids-lms-severity__code {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #fff;
  background: #e3151e;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
}

.ids-lms-severity h3 {
  margin: 0;
  color: #fff;
  font-size: .98rem;
  font-weight: 700;
}

.ids-lms-severity p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: .78rem;
  line-height: 1.45;
}

.ids-lms-severity__sla {
  color: #e3151e;
  font-size: .75rem;
  font-weight: 700;
  text-align: right;
}

/* Technology coverage */
.ids-lms-platform-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 50px;
  align-items: start;
}

.ids-lms-platform-visual {
  position: sticky;
  top: 110px;
  min-height: 510px;
  padding: 34px;
  color: #fff;
  background: radial-gradient(circle at 72% 14%, rgba(227, 21, 30, .22), transparent 25%), linear-gradient(145deg, #06263d, #0a4865);
  border-radius: 30px;
  overflow: hidden;
}

.ids-lms-platform-visual::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 300px;
  height: 300px;
  border: 50px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
}

.ids-lms-platform-visual h3 {
  margin: 0;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.15;
}

.ids-lms-platform-visual p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: .92rem;
  line-height: 1.65;
}

.ids-lms-stack-map {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.ids-lms-stack-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px;
}

.ids-lms-stack-row>span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: #fff;
  background: #e3151e;
  border-radius: 9px;
  font-size: .72rem;
  font-weight: 700;
}

.ids-lms-stack-row strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.ids-lms-stack-row small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .58);
  font-size: .72rem;
}

.ids-lms-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ids-lms-platform-card a {
  display: inline-flex;
  margin-top: 17px;
  color: #0b6fa4;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.ids-lms-platform-card a:hover {
  text-decoration: underline;
}

/* Reporting */
.ids-lms-reporting-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 56px;
  align-items: center;
}

.ids-lms-checklist {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ids-lms-checklist li {
  position: relative;
  margin-top: 13px;
  padding-left: 32px;
  color: #314957;
  font-size: .94rem;
  line-height: 1.55;
}

.ids-lms-checklist li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: #fff;
  background: #e3151e;
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 700;
}

.ids-lms-dashboard {
  padding: 24px;
  background: #fff;
  border: 1px solid #dce5ea;
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(6, 38, 61, .11);
}

.ids-lms-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dce5ea;
}

.ids-lms-dashboard__top strong {
  color: #06263d;
  font-size: .95rem;
}

.ids-lms-dashboard__top span {
  color: #162f3b;
  font-size: .72rem;
  font-weight: 700;
}

.ids-lms-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.ids-lms-metric {
  padding: 15px;
  background: #f3f7f9;
  border-radius: 11px;
}

.ids-lms-metric strong {
  display: block;
  color: #06263d;
  font-size: 1.5rem;
}

.ids-lms-metric span {
  display: block;
  margin-top: 5px;
  color: #5d6d79;
  font-size: .68rem;
  line-height: 1.35;
}

.ids-lms-ticket-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.ids-lms-ticket {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 13px;
  border: 1px solid #dce5ea;
  border-radius: 10px;
}

.ids-lms-ticket i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #162f3b;
}

.ids-lms-ticket:nth-child(2) i,
.ids-lms-ticket:nth-child(3) i {
  background: #e3151e;
}

.ids-lms-ticket b {
  color: #314957;
  font-size: .75rem;
}

.ids-lms-ticket span {
  color: #5d6d79;
  font-size: .67rem;
  font-weight: 700;
}

/* Why */
.ids-lms-section--navy .ids-lms-why-card {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .12);
}

.ids-lms-section--navy .ids-lms-why-card h3 {
  color: #fff;
}

.ids-lms-section--navy .ids-lms-why-card p {
  color: rgba(255, 255, 255, .68);
}

.ids-lms-section--navy .ids-lms-why-card .ids-lms-icon {
  color: #fff;
  background: #e3151e;
}

/* Industries */
.ids-lms-industry {
  display: flex;
  min-height: 96px;
  gap: 16px;
  align-items: center;
  color: #06263d;
  font-size: 1rem;
  font-weight: 700;
}

.ids-lms-industry .ids-lms-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

/* Contact */
.ids-lms-contact {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 15% 30%, rgba(12, 95, 127, .42), transparent 32%),
    linear-gradient(130deg, #041e31, #083d5a);
}

.ids-lms-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(430px, 1.16fr);
  gap: 58px;
  align-items: center;
}

.ids-lms-contact__copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.06;
}

.ids-lms-contact__copy>p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: 1.02rem;
  line-height: 1.7;
}

/* FAQ */
.ids-lms-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 58px;
  align-items: start;
}

.ids-lms-faq-intro {
  position: sticky;
  top: 110px;
}

.ids-lms-faq-list {
  display: grid;
  gap: 12px;
}

.ids-lms-faq {
  background: #fff;
  border: 1px solid #dce5ea;
  border-radius: 13px;
  overflow: hidden;
}

.ids-lms-faq[open] {
  border-color: rgba(12, 95, 127, .4);
  box-shadow: 0 14px 32px rgba(6, 38, 61, .07);
}

.ids-lms-faq summary {
  position: relative;
  padding: 20px 58px 20px 22px;
  color: #06263d;
  cursor: pointer;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
}

.ids-lms-faq summary::-webkit-details-marker {
  display: none;
}

.ids-lms-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #06263d;
  background: #f3f7f9;
  border-radius: 50%;
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.ids-lms-faq[open] summary::after {
  content: "−";
}

.ids-lms-faq__answer {
  padding: 0 22px 21px;
}

.ids-lms-faq__answer p {
  margin: 0;
  color: #5d6d79;
  font-size: 1rem;
  line-height: 1.7;
}

/* Progressive enhancement */
.ids-lms-motion .ids-lms-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease var(--ids-delay, 0ms), transform .65s ease var(--ids-delay, 0ms);
}

.ids-lms-motion .ids-lms-reveal[data-reveal="left"] {
  transform: translateX(-26px);
}

.ids-lms-motion .ids-lms-reveal[data-reveal="right"] {
  transform: translateX(26px);
}

.ids-lms-motion .ids-lms-reveal[data-reveal="scale"] {
  transform: scale(.96);
}

.ids-lms-motion .ids-lms-reveal.ids-lms-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .ids-lms-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 34px;
  }

  .ids-lms-risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ids-lms-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ids-lms-journey__step:nth-child(3) {
    border-right: 0;
  }

  .ids-lms-journey__step:nth-child(-n+3) {
    border-bottom: 1px solid #dce5ea;
  }

  .ids-lms-journey__step:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .ids-lms-section {
    padding: 72px 0;
  }

  .ids-lms-hero__grid,
  .ids-lms-section-head,
  .ids-lms-severity-wrap,
  .ids-lms-platform-layout,
  .ids-lms-reporting-grid,
  .ids-lms-contact__grid,
  .ids-lms-faq-layout {
    grid-template-columns: 1fr;
  }

  .ids-lms-section-head {
    gap: 20px;
  }

  .ids-lms-hero__grid {
    gap: 46px;
  }

  .ids-lms-service-grid,
  .ids-lms-why-grid,
  .ids-lms-industry-grid,
  .ids-lms-model-grid{
    grid-template-columns: 1fr;
  }

  .ids-lms-model--featured {
    transform: none;
  }

  .ids-lms-platform-visual,
  .ids-lms-faq-intro {
    position: static;
  }

  .ids-lms-platform-visual {
    min-height: auto;
  }

}

@media (max-width: 680px) {
  .ids-lms-section {
    padding: 58px 0;
  }

  .ids-lms-hero {
    padding: 28px 0 52px;
  }

  .ids-lms-breadcrumb {
    margin-bottom: 26px;
  }

  .ids-lms-hero h1 {
    font-size: clamp(2.1rem, 12vw, 3rem);
  }

  .ids-lms-hero__points,
  .ids-lms-platform-grid,
  .ids-lms-dashboard__metrics {
    grid-template-columns: 1fr;
  }

  .ids-lms-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ids-lms-hero__actions .ids-lms-btn {
    width: 100%;
  }

  .ids-lms-risk-grid,
  .ids-lms-service-grid,
  .ids-lms-why-grid,
  .ids-lms-industry-grid {
    grid-template-columns: 1fr;
  }

  .ids-lms-journey {
    grid-template-columns: 1fr;
  }

  .ids-lms-journey__step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #dce5ea;
  }

  .ids-lms-journey__step::after {
    display: none;
  }

  .ids-lms-journey__step:last-child {
    border-bottom: 0;
  }

  .ids-lms-severity {
    grid-template-columns: 50px 1fr;
  }

  .ids-lms-severity__sla {
    grid-column: 2;
    text-align: left;
  }

  .ids-lms-platform-visual {
    padding: 27px 20px;
  }

  .ids-lms-contact__grid {
    gap: 38px;
  }

}