/* =========================================================
   SDM CONSTRUCTION INDUSTRY
   ========================================================= */
:root {
  --sdm-ci-navy: #071f3c;
  --sdm-ci-navy-2: #0a2c55;
  --sdm-ci-blue: #0877c9;
  --sdm-ci-blue-2: #1296e8;
  --sdm-ci-orange: #f47721;
  --sdm-ci-ink: #14213a;
  --sdm-ci-muted: #637087;
  --sdm-ci-line: #dbe3ec;
  --sdm-ci-soft: #f3f6f9;
}

html {
  scroll-behavior: smooth;
}

.sdm-ci-page {
  color: var(--sdm-ci-ink);
  background: #ffffff;
}

.sdm-ci-page section[id] {
  scroll-margin-top: 154px;
}

/* HERO */
.sdm-ci-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 690px;
  padding: 112px 0 96px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 28%, rgba(20, 151, 231, .22), transparent 28%),
    linear-gradient(125deg, #04162d 0%, #082b50 58%, #074774 100%);
}

.sdm-ci-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to left, #000, transparent 80%);
}

.sdm-ci-hero-art {
  position: absolute;
  z-index: -1;
  right: -6%;
  top: 2%;
  width: min(660px, 52vw);
  aspect-ratio: 1 / 1;
  opacity: .82;
  background: url("../img/industry/construction/construction-hero.svg") center / contain no-repeat;
}

.sdm-ci-breadcrumb-light {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.sdm-ci-breadcrumb-light span:first-child {
  color: var(--sdm-ci-orange);
}

.sdm-ci-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 350;
  letter-spacing: -.055em;
  line-height: .98;
}

.sdm-ci-hero h1 span {
  display: block;
  color: #72c8ff;
}

.sdm-ci-hero-lead {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.8;
}

.sdm-ci-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.sdm-ci-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: all .3s ease;
}

.sdm-ci-btn-primary {
  color: #ffffff;
  background: var(--sdm-ci-orange);
  box-shadow: 0 16px 34px rgba(244,119,33,.25);
}

.sdm-ci-btn-primary:hover {
  color: #ffffff;
  background: #ff8b38;
  transform: translateY(-3px);
}

.sdm-ci-btn-outline {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(7px);
}

.sdm-ci-btn-outline:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255,255,255,.12);
  transform: translateY(-3px);
}

.sdm-ci-hero-panel {
  position: relative;
  overflow: hidden;
  max-width: 425px;
  margin-left: auto;
  padding: 36px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 28px;
  background: rgba(4,23,45,.62);
  box-shadow: 0 34px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
}

.sdm-ci-hero-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 124px;
  height: 4px;
  background: linear-gradient(90deg, var(--sdm-ci-orange), #ffb178);
}

.sdm-ci-panel-label {
  color: #71c8ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.sdm-ci-panel-stat {
  display: flex;
  align-items: end;
  gap: 18px;
  margin-top: 22px;
}

.sdm-ci-panel-stat strong {
  color: #ffffff;
  font-size: 76px;
  font-weight: 300;
  line-height: .9;
}

.sdm-ci-panel-stat span {
  max-width: 110px;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  line-height: 1.4;
}

.sdm-ci-panel-line {
  height: 1px;
  margin: 31px 0 26px;
  background: rgba(255,255,255,.17);
}

.sdm-ci-panel-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.sdm-ci-panel-items span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

.sdm-ci-panel-items span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sdm-ci-orange);
}

/* QUICK NAV */
.sdm-ci-quick-nav,
.sdm-ci-subnav {
  position: sticky;
  z-index: 90;
  top: 0;
  border-bottom: 1px solid #e5e9ef;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 25px rgba(8,31,60,.07);
  backdrop-filter: blur(12px);
}

.sdm-ci-quick-nav-scroll,
.sdm-ci-subnav-scroll {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.sdm-ci-quick-nav-scroll::-webkit-scrollbar,
.sdm-ci-subnav-scroll::-webkit-scrollbar {
  display: none;
}

.sdm-ci-quick-nav a,
.sdm-ci-subnav a {
  position: relative;
  flex: 0 0 auto;
  padding: 20px 21px;
  color: #5c6980;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: color .25s ease;
}

.sdm-ci-quick-nav a::after,
.sdm-ci-subnav a::after {
  content: "";
  position: absolute;
  left: 21px;
  right: 21px;
  bottom: 0;
  height: 3px;
  background: var(--sdm-ci-orange);
  transform: scaleX(0);
  transition: transform .25s ease;
}

.sdm-ci-quick-nav a:hover,
.sdm-ci-quick-nav a.active,
.sdm-ci-subnav a:hover,
.sdm-ci-subnav a.active {
  color: var(--sdm-ci-blue);
}

.sdm-ci-quick-nav a.active::after,
.sdm-ci-subnav a.active::after {
  transform: scaleX(1);
}

/* COMMON HEADING */
.sdm-ci-section-label {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--sdm-ci-orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
}

.sdm-ci-overview,
.sdm-ci-challenges,
.sdm-ci-practice,
.sdm-ci-approach,
.sdm-ci-detail-intro,
.sdm-ci-service-section {
  padding: 100px 0;
}

.sdm-ci-overview h2,
.sdm-ci-heading-row h2,
.sdm-ci-practice-heading h2,
.sdm-ci-approach-heading h2,
.sdm-ci-detail-intro h2,
.sdm-ci-service-heading h2 {
  color: var(--sdm-ci-ink);
  font-family: "Raleway", sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.06;
  margin: 0;
}

.sdm-ci-copy {
  border-left: 1px solid var(--sdm-ci-line);
  padding-left: 42px;
}

.sdm-ci-copy p {
  color: var(--sdm-ci-muted);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 20px;
}

.sdm-ci-copy p:last-child {
  margin-bottom: 0;
}

/* CHALLENGES */
.sdm-ci-challenges {
  background: var(--sdm-ci-soft);
}

.sdm-ci-heading-row,
.sdm-ci-approach-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 50px;
}

.sdm-ci-heading-row > p,
.sdm-ci-approach-heading > div:last-child p {
  color: var(--sdm-ci-muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.sdm-ci-challenge-card {
  height: 100%;
  min-height: 280px;
  padding: 30px;
  border: 1px solid #e2e7ed;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(14,43,74,.06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.sdm-ci-challenge-card:hover {
  border-color: rgba(8,119,201,.30);
  transform: translateY(-9px);
  box-shadow: 0 24px 48px rgba(14,43,74,.13);
}

.sdm-ci-challenge-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  color: var(--sdm-ci-blue);
  border-radius: 16px;
  background: #ecf6fd;
  font-size: 24px;
}

.sdm-ci-challenge-card h3 {
  margin: 0 0 14px;
  color: var(--sdm-ci-ink);
  font-size: 21px;
  font-weight: 750;
}

.sdm-ci-challenge-card p {
  margin: 0;
  color: var(--sdm-ci-muted);
  font-size: 14px;
  line-height: 1.75;
}

/* PRACTICE AREAS */
.sdm-ci-practice-heading {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 58px;
  align-items: start;
  margin-bottom: 45px;
}

.sdm-ci-practice-heading > span {
  color: var(--sdm-ci-orange);
  font-size: 20px;
  font-weight: 800;
}

.sdm-ci-practice-list {
  border-top: 1px solid var(--sdm-ci-line);
}

.sdm-ci-practice-card {
  display: grid;
  grid-template-columns: 82px 72px minmax(0, 1fr) 190px;
  gap: 24px;
  align-items: center;
  padding: 38px 24px;
  color: var(--sdm-ci-ink);
  border-bottom: 1px solid var(--sdm-ci-line);
  transition: background .35s ease, color .35s ease, transform .35s ease;
}

.sdm-ci-practice-card:hover {
  color: #ffffff;
  background: linear-gradient(115deg, var(--sdm-ci-navy), var(--sdm-ci-blue));
  transform: scale(1.012);
}

.sdm-ci-practice-number {
  color: var(--sdm-ci-orange);
  font-size: 14px;
  font-weight: 850;
}

.sdm-ci-practice-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sdm-ci-blue);
  border-radius: 17px;
  background: #edf6fc;
  font-size: 25px;
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.sdm-ci-practice-card:hover .sdm-ci-practice-icon {
  color: var(--sdm-ci-orange);
  background: #ffffff;
  transform: rotate(7deg) scale(1.08);
}

.sdm-ci-practice-content h3 {
  margin: 0 0 8px;
  color: inherit;
  font-size: 25px;
  font-weight: 750;
}

.sdm-ci-practice-content h4 {
  margin: 0 0 10px;
  color: var(--sdm-ci-blue);
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  transition: color .3s ease;
}

.sdm-ci-practice-content p {
  max-width: 720px;
  margin: 0;
  color: var(--sdm-ci-muted);
  font-size: 14px;
  line-height: 1.7;
  transition: color .3s ease;
}

.sdm-ci-practice-card:hover h4,
.sdm-ci-practice-card:hover p {
  color: rgba(255,255,255,.78);
}

.sdm-ci-practice-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  font-size: 13px;
  font-weight: 850;
}

.sdm-ci-practice-link i {
  font-size: 20px;
  transition: transform .3s ease;
}

.sdm-ci-practice-card:hover .sdm-ci-practice-link i {
  transform: translate(4px, -4px);
}

/* APPROACH */
.sdm-ci-approach {
  color: #ffffff;
  background: var(--sdm-ci-navy);
}

.sdm-ci-approach .sdm-ci-section-label {
  color: #63c5ff;
}

.sdm-ci-approach-heading h2 {
  color: #ffffff;
}

.sdm-ci-approach-heading > div:last-child p {
  color: rgba(255,255,255,.66);
}

.sdm-ci-step-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 255px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 21px;
  background: rgba(255,255,255,.055);
  transition: transform .35s ease, background .35s ease;
}

.sdm-ci-step-card:hover {
  background: rgba(255,255,255,.10);
  transform: translateY(-8px);
}

.sdm-ci-step-card > span {
  color: var(--sdm-ci-orange);
  font-size: 13px;
  font-weight: 850;
}

.sdm-ci-step-card h3 {
  margin: 58px 0 12px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 650;
}

.sdm-ci-step-card p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.7;
}

/* CTA */
.sdm-ci-cta {
  padding: 42px 0;
  background: #ffffff;
}

.sdm-ci-cta-inner,
.sdm-ci-detail-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: 54px 58px;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 30%, rgba(255,255,255,.16), transparent 22%),
    linear-gradient(115deg, #0877c9, #0a2c55);
  box-shadow: 0 24px 58px rgba(6,54,96,.18);
}

.sdm-ci-cta-inner span,
.sdm-ci-detail-cta-inner span {
  color: #7ed0ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
}

.sdm-ci-cta-inner h2,
.sdm-ci-detail-cta-inner h2 {
  max-width: 840px;
  margin: 10px 0 0;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 400;
  letter-spacing: -.035em;
}

.sdm-ci-cta-inner > a,
.sdm-ci-detail-cta-inner > a {
  flex: 0 0 auto;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 23px;
  color: var(--sdm-ci-navy);
  border-radius: 999px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 850;
  transition: transform .3s ease;
}

.sdm-ci-cta-inner > a:hover,
.sdm-ci-detail-cta-inner > a:hover {
  color: var(--sdm-ci-navy);
  transform: translateY(-4px);
}

/* DETAIL HERO */
.sdm-ci-detail-hero {
  padding: 95px 0 82px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 25%, rgba(18,150,232,.21), transparent 26%),
    linear-gradient(120deg, #04172e, #0a3763);
}

.sdm-ci-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 38px;
  color: rgba(255,255,255,.64);
  font-size: 12px;
}

.sdm-ci-breadcrumb a {
  color: #7dd0ff;
}

.sdm-ci-detail-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 350;
  letter-spacing: -.055em;
  line-height: 1;
}

.sdm-ci-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--sdm-ci-orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
}

.sdm-ci-detail-hero .col-lg-4 p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.75;
}

.sdm-ci-detail-intro {
  background: var(--sdm-ci-soft);
}

.sdm-ci-business-value-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sdm-ci-business-value-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 16px 0;
  color: var(--sdm-ci-muted);
  border-bottom: 1px solid #dce3eb;
  font-size: 14px;
  font-weight: 650;
}

.sdm-ci-business-value-list i {
  color: var(--sdm-ci-blue);
  font-size: 18px;
}

.sdm-ci-service-heading {
  margin-bottom: 48px;
}

.sdm-ci-service-heading > span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--sdm-ci-orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
}

.sdm-ci-service-list {
  border-top: 1px solid var(--sdm-ci-line);
}

.sdm-ci-service-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 150px;
  gap: 38px;
  align-items: start;
  padding: 45px 20px;
  border-bottom: 1px solid var(--sdm-ci-line);
  transition: background .3s ease, transform .3s ease;
}

.sdm-ci-service-card:hover {
  background: #f6f9fc;
  transform: translateX(8px);
}

.sdm-ci-service-meta {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sdm-ci-service-meta > span {
  color: var(--sdm-ci-orange);
  font-size: 13px;
  font-weight: 850;
}

.sdm-ci-service-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sdm-ci-blue);
  border-radius: 18px;
  background: #ecf6fd;
  font-size: 27px;
}

.sdm-ci-service-body h3 {
  margin: 0 0 16px;
  color: var(--sdm-ci-ink);
  font-size: 25px;
  font-weight: 750;
}

.sdm-ci-service-body > p {
  max-width: 820px;
  margin: 0 0 25px;
  color: var(--sdm-ci-muted);
  font-size: 15px;
  line-height: 1.8;
}

.sdm-ci-service-values strong {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--sdm-ci-ink);
  font-size: 13px;
}

.sdm-ci-service-values ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sdm-ci-service-values li {
  padding: 7px 11px;
  color: #53637a;
  border: 1px solid #dce4ec;
  border-radius: 999px;
  background: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

.sdm-ci-service-action {
  display: flex;
  justify-content: flex-end;
}

.sdm-ci-service-action a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 17px;
  color: #ffffff;
  border-radius: 999px;
  background: var(--sdm-ci-navy);
  font-size: 12px;
  font-weight: 800;
  transition: background .3s ease, transform .3s ease;
}

.sdm-ci-service-action a:hover {
  color: #ffffff;
  background: var(--sdm-ci-blue);
  transform: translateY(-3px);
}

.sdm-ci-detail-cta {
  padding: 30px 0 82px;
}

.sdm-industry-coming {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 100px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 83% 25%, rgba(18,150,232,.22), transparent 28%),
    linear-gradient(120deg, #04172e, #0a3763);
}

.sdm-industry-coming-inner {
  max-width: 900px;
}

.sdm-industry-coming-inner > span {
  color: var(--sdm-ci-orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
}

.sdm-industry-coming h1 {
  margin: 18px 0 22px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 350;
  letter-spacing: -.055em;
  line-height: 1;
}

.sdm-industry-coming p {
  max-width: 660px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.8;
}

.sdm-industry-coming-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.sdm-industry-coming-actions a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  color: #ffffff;
  border-radius: 999px;
  background: var(--sdm-ci-orange);
  font-size: 13px;
  font-weight: 800;
}

.sdm-industry-coming-actions a.secondary {
  border: 1px solid rgba(255,255,255,.34);
  background: transparent;
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
  .sdm-ci-hero-art {
    right: -15%;
    opacity: .45;
  }

  .sdm-ci-practice-card {
    grid-template-columns: 64px 60px minmax(0, 1fr) 155px;
  }
}

@media (max-width: 991.98px) {
  .sdm-ci-hero {
    min-height: auto;
    padding: 88px 0 82px;
  }

  .sdm-ci-hero-art {
    width: 740px;
    right: -40%;
  }

  .sdm-ci-hero-panel {
    max-width: none;
    margin-left: 0;
  }

  .sdm-ci-heading-row,
  .sdm-ci-approach-heading,
  .sdm-ci-practice-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sdm-ci-copy {
    border-left: 0;
    border-top: 1px solid var(--sdm-ci-line);
    padding: 32px 0 0;
  }

  .sdm-ci-practice-card {
    grid-template-columns: 56px 60px minmax(0, 1fr);
  }

  .sdm-ci-practice-link {
    grid-column: 3;
    justify-content: flex-start;
  }

  .sdm-ci-cta-inner,
  .sdm-ci-detail-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .sdm-ci-service-card {
    grid-template-columns: 105px minmax(0, 1fr);
  }

  .sdm-ci-service-action {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .sdm-ci-overview,
  .sdm-ci-challenges,
  .sdm-ci-practice,
  .sdm-ci-approach,
  .sdm-ci-detail-intro,
  .sdm-ci-service-section {
    padding: 74px 0;
  }

  .sdm-ci-hero-art {
    right: -90%;
    opacity: .26;
  }

  .sdm-ci-hero h1 {
    font-size: 51px;
  }

  .sdm-ci-hero-lead {
    font-size: 15px;
  }

  .sdm-ci-panel-stat strong {
    font-size: 62px;
  }

  .sdm-ci-quick-nav a,
  .sdm-ci-subnav a {
    padding: 17px 16px;
  }

  .sdm-ci-quick-nav a::after,
  .sdm-ci-subnav a::after {
    left: 16px;
    right: 16px;
  }

  .sdm-ci-practice-card {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 30px 10px;
  }

  .sdm-ci-practice-icon {
    grid-column: 2;
  }

  .sdm-ci-practice-content {
    grid-column: 1 / -1;
  }

  .sdm-ci-practice-link {
    grid-column: 1 / -1;
  }

  .sdm-ci-business-value-list {
    grid-template-columns: 1fr;
  }

  .sdm-ci-service-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 8px;
  }

  .sdm-ci-service-meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .sdm-ci-service-action {
    grid-column: 1;
  }

  .sdm-ci-cta-inner,
  .sdm-ci-detail-cta-inner {
    padding: 38px 28px;
  }
}

@media (max-width: 575.98px) {
  .sdm-ci-hero {
    padding: 72px 0 66px;
  }

  .sdm-ci-hero h1,
  .sdm-ci-detail-hero h1,
  .sdm-industry-coming h1 {
    font-size: 43px;
  }

  .sdm-ci-hero-actions {
    flex-direction: column;
  }

  .sdm-ci-btn {
    width: 100%;
  }

  .sdm-ci-panel-items {
    grid-template-columns: 1fr;
  }

  .sdm-ci-practice-heading > span {
    font-size: 16px;
  }

  .sdm-ci-service-body h3 {
    font-size: 22px;
  }
}


/* =========================================================
   PAKET 4D - NAVIGASI AWAL, ISI SESUAI FILE WORD
   ========================================================= */
.sdm-ci-copy-gap {
  margin-top: 18px;
}

.sdm-ci-practice-card {
  align-items: flex-start;
}

.sdm-ci-practice-description-second {
  margin-top: 12px !important;
}

.sdm-ci-why-exact {
  padding: 105px 0;
  background:
    radial-gradient(circle at 85% 35%, rgba(244,119,33,.15), transparent 28%),
    linear-gradient(125deg, #0a3763, #174f88);
}

.sdm-ci-why-exact-card {
  max-width: 820px;
  padding: 58px;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 30px 70px rgba(3,25,49,.25);
}

.sdm-ci-why-exact-card h2 {
  margin: 0 0 28px;
  color: var(--sdm-ci-ink);
  font-family: "Raleway", sans-serif;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.sdm-ci-why-exact-card p {
  margin: 0 0 19px;
  color: var(--sdm-ci-muted);
  font-size: 15px;
  line-height: 1.82;
}

.sdm-ci-why-exact-card .sdm-ci-btn {
  margin-top: 13px;
}

.sdm-ci-detail-intro h2 {
  font-size: clamp(34px, 3.6vw, 52px);
}

@media (max-width: 767.98px) {
  .sdm-ci-why-exact {
    padding: 74px 0;
  }

  .sdm-ci-why-exact-card {
    padding: 34px 25px;
  }
}
