* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #333;
  background: #eef1f7;
  line-height: 1.6;
}

/* ===== HEADER SECTION ===== */
.sdheader {
  height: 420px;
  background: #23378f;
  padding: 45px;
  color: white;
  font-family: sans-serif;
  position: relative;
  display: block;
    margin-bottom: 30px;
}

.sdcontainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.sdrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.sdsearchsec {
  flex: 1;
  max-width: 600px;
}

.sdsearchsec h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 28px;
  letter-spacing: 0.5px;
}

/* Search field */
.sdp-headermenu {
  max-width: 500px;
}

.x-toolbar-cell {
  width: 100%;
}

.x-form-field-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.x-form-field-wrap.search::before {
  content: '';
  position: absolute;
  left: 16px;
  top:inherit;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.x-form-text {
  width: 100%;
  padding: 14px 20px 14px 48px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  outline: none;
  color: #555;
}

.x-form-text::placeholder {
  color: #999;
}

/* Hero illustration */
.sdimgsec {
  position: relative;
  flex-shrink: 0;
  width: 280px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdimgsec img {
  position: relative;
  z-index: 1;
  max-width: 240px;
  max-height: 240px;
  object-fit: contain;
}

/* Decorative shapes in hero */
.deco-circle-1 {
  position: absolute;
  top: -30px;
  right: 32%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(26, 35, 126, 0.45);
  z-index: 0;
}

.deco-circle-2 {
  position: absolute;
  bottom: 50px;
  right: 22%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(26, 35, 126, 0.3);
  z-index: 0;
}

.deco-dots {
  position: absolute;
  bottom: 60px;
  left: 3%;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  z-index: 0;
}

.deco-triangle {
  position: absolute;
  top: 40px;
  left: 42%;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 24px solid rgba(255, 255, 255, 0.05);
  transform: rotate(15deg);
  z-index: 0;
}

/* ===== CARD SECTION ===== */
.sdcardview {
  position: relative;
  z-index: 10;
  margin-top: -120px;
  padding-bottom: 50px;
}

.sdcardview .sdcontainer {
  max-width: 1200px;
}

.sdwrapcard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sdcardlist {
  background: #fff;
  border-radius: 10px;
  padding: 26px 28px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.25s, box-shadow 0.25s;
  border: 1px solid #e8eaf0;
}

.sdcardlist:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

/* Card title row */
.sdttcard {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.sdttcard img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.sdttbox {
  font-size: 17px;
  font-weight: 700;
  color: #2d3a5c;
}

/* Card link list */
.sdcardlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sdcardlist ul li {
  padding: 5px 0;
}

.sdcardlist ul li p {
  margin: 0;
}

.sdcardlist ul li a,
.sdcardlist ul li p a {
  text-decoration: none;
  color: #555;
  font-size: 13.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
}

.sdcardlist ul li a:hover,
.sdcardlist ul li p a:hover {
  color: #4054b2;
}

/* Document icon before each link */
.sdcardlist ul li a::before,
.sdcardlist ul li p a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("/sites/meweb/images/cn/service-desk/help/icon-page.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Learn More link */
a.sdtxtlink {
  text-decoration: none;
  color: #555;
  font-size: 13.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
  padding: 5px 0;
}

a.sdtxtlink:hover {
  color: #4054b2;
}

a.sdtxtlink::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("/sites/meweb/images/cn/service-desk/help/icon-page.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Last li "Learn More" - special green style */
.sdcardlist ul li:last-child a.sdtxtlink, .sdcardlist ul li:last-child > a {
    color: #3976e6 !important;
}

.sdcardlist ul li:last-child a.sdtxtlink::before,
.sdcardlist ul li:last-child>a::before {
  display: none;
}

.sdcardlist ul li:last-child a.sdtxtlink:hover::after,
.sdcardlist ul li:last-child>a:hover::after {
  margin-left: 8px;
}

.sdcardlist ul li:last-child a.sdtxtlink:hover,
.sdcardlist ul li:last-child>a:hover {
  color: #248f5e;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .sdwrapcard {
    grid-template-columns: repeat(2, 1fr);
  }

  .sdimgsec {
    display: none;
  }
}

@media (max-width: 600px) {
  .sdwrapcard {
    grid-template-columns: 1fr;
  }

  .sdheader {
    padding: 40px 0 140px;
  }

  .sdsearchsec h1 {
    font-size: 26px;
  }

  .sdcontainer {
    padding: 0 20px;
  }
}
.x-form-field-wrap.x-form-field-trigger-wrap.search {
    display: none;
}