.guides-index-page {
  min-height: 100vh;
  color: #111827;
  background: #f5f9fd;
}
.guides-index-page *,
.guides-index-page *::before,
.guides-index-page *::after {
  box-sizing: border-box;
}
.guides-index-page a:focus-visible {
  outline: 3px solid #f1a43c;
  outline-offset: 3px;
}
.guides-index-page .cm-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #fff;
  border-bottom: 1px solid #e4eaf2;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
}
.guides-index-page .cm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1200px, calc(100% - 48px));
  height: 64px;
  margin: 0 auto;
}
.guides-index-page .cm-header-left {
  display: flex;
  align-items: center;
}
.guides-index-page .cm-logo-img {
  display: block;
  width: auto;
  height: 45px;
}
.guides-index-page .cm-header-center {
  display: flex;
  align-items: center;
  min-width: 0;
}
.guides-index-page .cm-menu {
  display: flex;
  align-items: center;
  height: 64px;
  margin: 0;
  padding: 0;
  background: transparent;
  border-bottom: 0;
  list-style: none;
}
.guides-index-page .cm-menu .el-menu-item {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 14px;
  color: #303133;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
}
.guides-index-page .cm-menu .el-menu-item.is-active {
  color: #1565c0;
  border-bottom: 2px solid #1565c0;
}
.guides-index-page .cm-menu-link {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.guides-index-page .cm-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.guides-index-page .cm-email-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 8px;
}
.guides-index-page .cm-email-label {
  margin-bottom: 2px;
  color: #909399;
  font-size: 11px;
  font-weight: 500;
}
.guides-index-page .cm-email {
  color: #1565c0;
  font-size: 13px;
  font-weight: 500;
}
.cmi-guides-mobile-nav {
  display: none;
}
.guides-hero {
  padding: 72px 0 66px;
  background: #edf5fc;
  border-bottom: 1px solid #d9e8f5;
}
.guides-breadcrumb {
  display: flex;
  gap: 9px;
  margin: 0 0 26px;
  color: #536273;
  font-size: 14px;
}
.guides-breadcrumb a {
  color: #126dca;
  text-decoration: none;
}
.guides-eyebrow,
.guides-kicker,
.guides-date,
.guides-library-count {
  letter-spacing: 0;
}
.guides-eyebrow {
  margin: 0 0 12px;
  color: #126dca;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.guides-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #111827;
  font-size: 52px;
  line-height: 1.12;
}
.guides-lede {
  max-width: 760px;
  margin: 18px 0 0;
  color: #43556a;
  font-size: 19px;
  line-height: 1.65;
}
.guides-library-count {
  margin: 18px 0 0;
  color: #607188;
  font-size: 14px;
}
.guides-main {
  padding-top: 38px;
  padding-bottom: 78px;
}
.guides-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 38px;
  border-bottom: 1px solid #d9e3ee;
}
.guides-jump-nav a {
  min-height: 40px;
  padding: 9px 14px;
  color: #185b9d;
  background: #fff;
  border: 1px solid #cddceb;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.guides-jump-nav a:hover {
  color: #fff;
  background: #1677e8;
  border-color: #1677e8;
}
.guides-featured,
.guides-category {
  padding-top: 54px;
}
.guides-section-heading,
.guides-category-heading {
  margin-bottom: 24px;
}
.guides-section-heading h2,
.guides-category-heading h2 {
  margin: 4px 0 0;
  color: #111827;
  font-size: 30px;
  line-height: 1.2;
}
.guides-category-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.2fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9e3ee;
}
.guides-category-heading > p {
  margin: 0;
  color: #536273;
  line-height: 1.65;
}
.guides-kicker {
  margin: 0;
  color: #1677e8;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.guides-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.guides-feature-card,
.guides-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(29, 67, 104, 0.06);
}
.guides-feature-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 210px;
}
.guides-feature-image {
  display: block;
  min-height: 100%;
  background: #eaf2f9;
}
.guides-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guides-feature-body,
.guides-card {
  padding: 22px;
}
.guides-feature-card h3,
.guides-card h3 {
  margin: 8px 0 10px;
  color: #172334;
  font-size: 18px;
  line-height: 1.4;
}
.guides-feature-card h3 a,
.guides-card h3 a {
  color: inherit;
  text-decoration: none;
}
.guides-feature-card h3 a:hover,
.guides-card h3 a:hover {
  color: #126dca;
}
.guides-feature-card p:not(.guides-kicker, .guides-date),
.guides-card p:not(.guides-kicker, .guides-date) {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #536273;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.guides-date {
  margin: 16px 0 0;
  color: #6e7d90;
  font-size: 12px;
}
.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.guides-card {
  min-height: 230px;
}
.guides-index-page .cm-footer {
  padding-top: 48px;
  margin-top: 0;
  color: #e0e6ed;
  background: #0a1929;
}
.guides-index-page .cm-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.guides-index-page .cm-footer-col {
  flex: 1 1 200px;
  margin-bottom: 20px;
}
.guides-index-page .cm-footer-col-logo {
  flex: 1 1 280px;
}
.guides-index-page .cm-footer-logo-img {
  display: block;
  width: auto;
  height: 60px;
  margin-bottom: 16px;
}
.guides-index-page .cm-footer-desc {
  margin: 0;
  color: #b0bec5;
  font-size: 14px;
  line-height: 1.6;
}
.guides-index-page .cm-footer-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.guides-index-page .cm-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guides-index-page .cm-footer-links li {
  margin-bottom: 8px;
}
.guides-index-page .cm-footer-links a {
  display: inline-flex;
  color: #e0e6ed;
  font-size: 14px;
  text-decoration: none;
}
.guides-index-page .cm-footer-links a:hover {
  color: #90caf9;
}
.guides-index-page .cm-footer-email {
  margin: 0;
  color: #b0bec5;
  font-size: 14px;
}
.guides-index-page .cm-footer-bottom {
  margin-top: 32px;
  padding: 20px 0;
  border-top: 1px solid rgba(176, 190, 197, 0.3);
}
.guides-index-page .cm-footer-copy {
  margin: 0;
  color: #90a4ae;
  font-size: 13px;
  text-align: center;
}
@media (max-width: 1020px) {
  .guides-feature-grid,
  .guides-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .guides-feature-card {
    grid-template-columns: 126px minmax(0, 1fr);
  }
}
@media (max-width: 767px) {
  .guides-index-page .cm-header-inner {
    width: calc(100% - 36px);
    height: 62px;
  }
  .guides-index-page .cm-logo-img {
    height: 38px;
  }
  .guides-index-page .cm-header-center,
  .guides-index-page .cm-email-wrapper {
    display: none !important;
  }
  .cmi-guides-mobile-nav {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding: 0 18px 12px;
    background: #fff;
    border-bottom: 1px solid #e4eaf2;
    scrollbar-width: none;
  }
  .cmi-guides-mobile-nav::-webkit-scrollbar {
    display: none;
  }
  .cmi-guides-mobile-nav a {
    flex: 0 0 auto;
    color: #394a5e;
    font-size: 14px;
    text-decoration: none;
  }
  .cmi-guides-mobile-nav a[aria-current="page"] {
    color: #1677e8;
    font-weight: 700;
  }
  .guides-hero {
    padding: 46px 0 42px;
  }
  .guides-hero h1 {
    font-size: 38px;
  }
  .guides-lede {
    font-size: 17px;
  }
  .guides-main {
    padding-top: 28px;
    padding-bottom: 56px;
  }
  .guides-featured,
  .guides-category {
    padding-top: 42px;
  }
  .guides-feature-grid,
  .guides-grid,
  .guides-category-heading {
    grid-template-columns: 1fr;
  }
  .guides-category-heading {
    gap: 12px;
  }
  .guides-feature-card {
    grid-template-columns: 1fr;
  }
  .guides-feature-image {
    min-height: 170px;
    max-height: 190px;
  }
  .guides-card {
    min-height: 0;
  }
  .guides-index-page .cm-footer {
    padding-top: 32px;
  }
  .guides-index-page .cm-footer-inner {
    flex-direction: column;
    gap: 24px;
  }
  .guides-index-page .cm-footer-col {
    margin-bottom: 0;
  }
  .guides-index-page .cm-footer-col-logo {
    text-align: center;
  }
  .guides-index-page .cm-footer-logo-img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .guides-index-page *,
  .guides-index-page *::before,
  .guides-index-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}