/* OpenLX primary taxonomy navigation dropdowns */
.site-header .main-navigation .primary-menu-container > ul,
.site-header .main-navigation .menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  row-gap: 0;
}

.site-header .main-navigation .primary-menu-container > ul > li > a,
.site-header .main-navigation .menu > li > a {
  min-height: 46px;
  padding-left: 12px !important;
  padding-right: 12px !important;
  white-space: nowrap;
}

.site-header .main-navigation .menu > li.menu-item-has-children > a {
  padding-right: 10px !important;
}

.site-header .main-navigation .sub-menu {
  background: #0b1f3a !important;
  border: 1px solid rgba(214, 168, 79, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
  min-width: 218px;
  overflow: hidden;
  padding: 8px 0;
}

.site-header .main-navigation .sub-menu li a {
  color: rgba(247, 248, 250, 0.92) !important;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px 16px !important;
}

.site-header .main-navigation .sub-menu li a:hover,
.site-header .main-navigation .sub-menu li.current-menu-item > a,
.site-header .main-navigation .sub-menu li.current-menu-ancestor > a {
  background: rgba(0, 169, 143, 0.16) !important;
  color: #d6a84f !important;
}

.site-header .dropdown-nav-toggle svg {
  height: 16px;
  width: 16px;
}

@media (max-width: 1180px) {
  .site-header .main-navigation .primary-menu-container > ul > li > a,
  .site-header .main-navigation .menu > li > a {
    font-size: 16px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}

:root {
  --openlx-blue: #071d35;
  --openlx-blue-2: #0b2a48;
  --openlx-green: #00a98f;
  --openlx-gold: #d6a84f;
  --openlx-ink: #122033;
  --openlx-muted: #5f6d7e;
  --openlx-line: rgba(11, 42, 72, 0.12);
  --openlx-surface: #f7f9fb;
}

.openlx-hero,
.openlx-category-hero,
.openlx-section {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 100%;
}

.openlx-hero {
  background:
    linear-gradient(120deg, rgba(7, 29, 53, 0.98), rgba(11, 42, 72, 0.94)),
    radial-gradient(circle at 80% 20%, rgba(0, 169, 143, 0.18), transparent 35%);
  color: #fff;
  padding: 72px 32px;
}

.openlx-hero h1,
.openlx-category-hero h2 {
  color: #fff;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.08;
  margin: 12px 0 18px;
  max-width: 980px;
}

.openlx-hero h1 strong {
  color: var(--openlx-gold);
  display: block;
  font-weight: 800;
}

.openlx-hero p,
.openlx-category-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.8;
  max-width: 860px;
}

.openlx-section {
  padding: 54px 28px;
}

.openlx-section.compact {
  padding: 32px 28px;
}

.openlx-section.dark,
.openlx-index-band {
  background: var(--openlx-blue);
  color: #fff;
}

.openlx-section.dark h2,
.openlx-section.dark h3,
.openlx-index-band h2,
.openlx-index-band h3 {
  color: #fff;
}

.openlx-section.dark p,
.openlx-index-band p {
  color: rgba(255, 255, 255, 0.78);
}

.openlx-section h2 {
  color: var(--openlx-ink);
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 22px;
}

.eyebrow {
  color: var(--openlx-gold) !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.openlx-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.openlx-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.openlx-card,
.openlx-subcat {
  background: #fff;
  border: 1px solid var(--openlx-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(7, 29, 53, 0.06);
  color: var(--openlx-ink);
}

.openlx-card {
  padding: 22px;
}

.openlx-card h3 {
  color: var(--openlx-ink);
  font-size: 20px;
  line-height: 1.35;
  margin: 8px 0 10px;
}

.openlx-card p,
.openlx-meta {
  color: var(--openlx-muted);
  font-size: 15px;
  line-height: 1.7;
}

.openlx-section.dark .openlx-card h3,
.openlx-index-band .openlx-card h3 {
  color: var(--openlx-ink);
}

.openlx-section.dark .openlx-card p,
.openlx-index-band .openlx-card p {
  color: var(--openlx-muted);
}

.openlx-card-image {
  aspect-ratio: 16 / 9;
  background: #f6f8fb;
  display: block;
  margin: -22px -22px 16px;
  overflow: hidden;
}

.openlx-card-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.openlx-badge {
  color: var(--openlx-green);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.openlx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.openlx-btn {
  align-items: center;
  border: 1px solid rgba(214, 168, 79, 0.72);
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  text-decoration: none !important;
}

.openlx-btn.primary {
  background: var(--openlx-green);
  border-color: var(--openlx-green);
  color: #fff !important;
}

.openlx-btn.secondary {
  background: transparent;
  color: var(--openlx-gold) !important;
}

.openlx-category-archive {
  margin: 0 auto 42px;
  max-width: none;
  width: 100%;
}

.openlx-category-hero {
  background:
    linear-gradient(125deg, rgba(7, 29, 53, 0.98), rgba(11, 42, 72, 0.95)),
    radial-gradient(circle at 85% 30%, rgba(214, 168, 79, 0.16), transparent 38%);
  color: #fff;
  padding: 56px 32px;
}

.openlx-subcat-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.openlx-subcat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  text-decoration: none !important;
}

.openlx-subcat span {
  color: var(--openlx-ink);
  font-size: 17px;
  font-weight: 800;
}

.openlx-subcat small {
  color: var(--openlx-muted);
  font-size: 13px;
}

.openlx-subcat:hover {
  border-color: rgba(0, 169, 143, 0.5);
  transform: translateY(-1px);
}

.openlx-toc,
.openlx-summary,
.openlx-note,
.openlx-reader-note,
.openlx-related-reading,
.openlx-faq-block {
  margin-bottom: 24px;
}

.openlx-summary,
.openlx-note,
.openlx-reader-note {
  background: var(--openlx-surface);
  border-left: 4px solid var(--openlx-green);
  padding: 20px 22px;
}

.openlx-related-reading,
.openlx-faq-block {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

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

.openlx-faq-item {
  background: #fff;
  border: 1px solid var(--openlx-line);
  border-radius: 8px;
  padding: 16px 18px;
}

.openlx-faq-item summary {
  color: var(--openlx-ink);
  cursor: pointer;
  font-weight: 800;
}

.openlx-faq-item p {
  color: var(--openlx-muted);
  line-height: 1.75;
  margin: 12px 0 0;
}

@media (max-width: 760px) {
  .openlx-hero,
  .openlx-category-hero,
  .openlx-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .openlx-grid.three {
    grid-template-columns: 1fr;
  }

  .openlx-hero h1,
  .openlx-category-hero h2 {
    font-size: 38px;
  }

  .openlx-section h2 {
    font-size: 26px;
  }
}

/* OpenLX official home refinements: full-width pages and one-line desktop nav */
.home .site,
.page .site,
.archive .site,
.home .site-main,
.page .site-main,
.archive .site-main,
.home .content-area,
.page .content-area,
.archive .content-area,
.home .content-container.site-container,
.page .content-container.site-container,
.archive .content-container.site-container,
.home .content-wrap,
.page .content-wrap,
.archive .content-wrap,
.home .entry.single-entry,
.page .entry.single-entry,
.archive .entry.single-entry,
.home .entry-content-wrap,
.page .entry-content-wrap {
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.openlx-hero,
.openlx-category-hero,
.openlx-section {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

.openlx-hero,
.openlx-section,
.openlx-category-hero {
  padding-left: clamp(28px, 6vw, 96px);
  padding-right: clamp(28px, 6vw, 96px);
}

.openlx-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
}

.openlx-dynamic-posts {
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
}

@media (min-width: 1025px) {
  .site-header .site-header-row,
  .site-header .site-header-row-container-inner,
  .site-header .site-main-header-inner-wrap {
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .site-header .site-branding {
    flex: 0 0 auto;
    max-width: 250px;
  }

  .site-header .site-branding img.custom-logo,
  .site-header .custom-logo,
  .site-branding .custom-logo {
    height: auto !important;
    max-height: 68px !important;
    max-width: 220px !important;
    object-fit: contain;
    width: auto !important;
  }

  .site-header .main-navigation,
  .site-header .primary-menu-container {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  .site-header .main-navigation .primary-menu-container > ul,
  .site-header .main-navigation .menu {
    flex-wrap: nowrap !important;
    justify-content: flex-end;
    width: 100%;
  }

  .site-header .main-navigation .primary-menu-container > ul > li,
  .site-header .main-navigation .menu > li {
    flex: 0 0 auto;
  }

  .site-header .main-navigation .primary-menu-container > ul > li > a,
  .site-header .main-navigation .menu > li > a {
    font-size: clamp(12px, 0.78vw, 14px) !important;
    min-height: 40px;
    padding-left: clamp(3px, 0.42vw, 7px) !important;
    padding-right: clamp(3px, 0.42vw, 7px) !important;
  }

  .site-header .dropdown-nav-toggle {
    margin-left: 0 !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media (min-width: 1440px) {
  .openlx-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .site-header .main-navigation .primary-menu-container > ul,
  .site-header .main-navigation .menu {
    flex-wrap: wrap;
  }
}

/* OpenLX reference framework v0.3.0 */
:root {
  --olx-blue: #06182d;
  --olx-blue-2: #0b1f3a;
  --olx-blue-3: #12345f;
  --olx-teal: #00a98f;
  --olx-gold: #d6a84f;
  --olx-ink: #102139;
  --olx-muted: #667181;
  --olx-bg: #f7f8fa;
  --olx-card: #ffffff;
  --olx-line: rgba(11, 31, 58, 0.12);
  --olx-shadow: 0 22px 60px rgba(11, 31, 58, 0.12);
}

html,
body {
  background: var(--olx-bg);
  color: var(--olx-ink);
}

.home .content-bg,
.page .content-bg,
.archive .content-bg,
.single .content-bg,
.home .site-main,
.page .site-main,
.archive .site-main {
  background: var(--olx-bg) !important;
}

.site-header,
.site-header .site-header-row-container-inner {
  background: rgba(6, 24, 45, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header .main-navigation .primary-menu-container > ul > li > a,
.site-header .main-navigation .menu > li > a {
  color: rgba(247, 248, 250, 0.95) !important;
  font-weight: 800;
}

.site-header .main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.site-header .main-navigation .primary-menu-container > ul > li > a:hover,
.site-header .main-navigation .menu > li.current-menu-item > a,
.site-header .main-navigation .menu > li > a:hover {
  color: var(--olx-gold) !important;
}

.olx-home {
  background:
    linear-gradient(180deg, var(--olx-blue) 0, var(--olx-blue-2) 540px, var(--olx-bg) 541px);
  overflow: hidden;
  width: 100%;
}

.olx-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: clamp(20px, 4vw, 36px);
  padding-right: clamp(20px, 4vw, 36px);
  width: 100%;
}

.olx-section {
  box-sizing: border-box;
  padding: clamp(46px, 6vw, 82px) 0;
  position: relative;
  width: 100%;
}

.olx-section h2,
.olx-section-head h2 {
  color: var(--olx-ink);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 22px;
}

.olx-section p {
  color: var(--olx-muted);
}

.olx-section-head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.olx-section-head a {
  color: var(--olx-teal);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.olx-hero {
  background:
    linear-gradient(180deg, rgba(6, 24, 45, 0.88), rgba(6, 24, 45, 0.98)),
    var(--olx-cover) center bottom / cover no-repeat,
    radial-gradient(circle at 80% 14%, rgba(0, 169, 143, 0.24), transparent 34%),
    var(--olx-blue);
  color: #fff;
  min-height: 690px;
  padding: clamp(26px, 4vw, 48px) 0 24px;
  position: relative;
}

.olx-hero::after {
  background: linear-gradient(180deg, rgba(6, 24, 45, 0), var(--olx-bg));
  bottom: -1px;
  content: "";
  height: 72px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.olx-hero-inner {
  text-align: center;
}

.olx-hero h1 {
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 10px auto 20px;
  max-width: 1040px;
}

.olx-hero h1 strong {
  color: var(--olx-gold);
  display: block;
  font-size: 0.9em;
  word-break: keep-all;
}

.olx-hero-copy {
  color: rgba(247, 248, 250, 0.9) !important;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.8;
  margin: 0 auto;
  max-width: 900px;
}

.olx-hero .openlx-actions {
  justify-content: center;
  margin-top: 28px;
}

.olx-diagnosis {
  background: rgba(3, 18, 34, 0.62);
  border: 1px solid rgba(0, 169, 143, 0.42);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  display: flex;
  margin: 28px auto 0;
  max-width: 520px;
  overflow: hidden;
}

.olx-diagnosis input {
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1 1 auto;
  min-height: 54px;
  padding: 0 18px;
}

.olx-diagnosis input::placeholder {
  color: rgba(247, 248, 250, 0.64);
}

.olx-diagnosis button,
.olx-contact-form button {
  background: linear-gradient(135deg, var(--olx-teal), #05c1a4);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  min-width: 64px;
}

.olx-hero-note {
  color: rgba(247, 248, 250, 0.74) !important;
  margin-top: 14px;
}

.olx-ai-panel {
  background: rgba(5, 20, 38, 0.78);
  border: 1px solid rgba(214, 168, 79, 0.32);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  margin-top: clamp(34px, 5vw, 62px);
  padding: 26px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.olx-ai-panel h2 {
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  margin: 0 0 8px;
}

.olx-ai-panel p {
  color: rgba(247, 248, 250, 0.78);
  margin: 0 0 18px;
}

.olx-ai-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.olx-ai-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 850;
  gap: 10px;
  justify-content: center;
  min-height: 96px;
  padding: 12px 8px;
}

.olx-ai-card img {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  filter: none;
  height: 50px;
  object-fit: contain;
  opacity: 1;
  padding: 8px;
  width: 50px;
}

.olx-values {
  background: linear-gradient(180deg, #fbfcfd 0, #fff 78%);
}

.olx-value-grid,
.olx-price-grid,
.olx-partner-grid {
  display: grid;
  gap: 20px;
}

.olx-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.olx-value-card,
.olx-price-card {
  background: #fff;
  border: 1px solid rgba(214, 168, 79, 0.42);
  border-radius: 8px;
  box-shadow: var(--olx-shadow);
  padding: 26px;
  position: relative;
}

.olx-value-card::before,
.olx-price-card::before {
  background: linear-gradient(90deg, var(--olx-teal), var(--olx-gold));
  content: "";
  height: 3px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 0;
}

.olx-value-card h3,
.olx-price-card h3 {
  color: var(--olx-ink);
  font-size: 22px;
  line-height: 1.28;
  margin: 0 0 12px;
}

.olx-value-card a,
.olx-price-card a {
  color: var(--olx-teal);
  font-weight: 900;
  text-decoration: none;
}

.olx-release-section,
.olx-qa {
  background: linear-gradient(180deg, #fff, #f2f6f8);
}

.olx-home .openlx-grid {
  gap: 22px;
}

.olx-home .openlx-dynamic-posts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.olx-home .openlx-card {
  border-radius: 8px;
  box-shadow: var(--olx-shadow);
  min-width: 0;
  overflow: hidden;
  padding: 22px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.olx-home .openlx-card:hover {
  border-color: rgba(0, 169, 143, 0.42);
  transform: translateY(-3px);
}

.olx-home .openlx-card h3 {
  font-size: clamp(19px, 1.6vw, 24px);
  font-weight: 900;
  line-height: 1.32;
  margin-top: 10px;
}

.olx-home .openlx-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.olx-home .openlx-card-image {
  background: linear-gradient(135deg, #06182d, #12345f);
  margin: -22px -22px 16px;
}

.olx-home .openlx-card-image img {
  object-fit: cover;
}

.olx-home .openlx-badge {
  background: rgba(214, 168, 79, 0.14);
  border: 1px solid rgba(214, 168, 79, 0.36);
  border-radius: 999px;
  color: var(--olx-gold);
  padding: 5px 12px;
}

.olx-matrix,
.olx-contact {
  background:
    linear-gradient(180deg, rgba(6, 24, 45, 0.92), rgba(6, 24, 45, 0.98)),
    var(--olx-cover, url("https://edg.openlx.cn/minsu/wp-content/uploads/2026/06/openlx-framework/openlx-cover.png")) center / cover no-repeat,
    var(--olx-blue);
  color: #fff;
}

.olx-matrix h2,
.olx-contact h2 {
  color: #fff;
}

.olx-matrix p,
.olx-contact p {
  color: rgba(247, 248, 250, 0.78);
}

.olx-matrix-map {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) 230px minmax(0, 1fr);
  margin-top: 26px;
}

.olx-matrix-col {
  display: grid;
  gap: 14px;
}

.olx-matrix-col span,
.olx-matrix-core,
.olx-matrix-tags span {
  background: rgba(6, 24, 45, 0.74);
  border: 1px solid rgba(0, 169, 143, 0.38);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  color: #fff;
  font-weight: 900;
  padding: 15px 18px;
}

.olx-matrix-core {
  align-items: center;
  aspect-ratio: 1;
  border-color: rgba(214, 168, 79, 0.66);
  display: flex;
  flex-direction: column;
  font-size: 22px;
  justify-content: center;
  line-height: 1.35;
  text-align: center;
}

.olx-matrix-core strong {
  color: var(--olx-gold);
}

.olx-matrix-tags {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 26px;
}

.olx-matrix-tags span {
  color: rgba(247, 248, 250, 0.86);
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
}

.olx-scenario,
.olx-partners,
.olx-tools {
  background: #fff;
}

.olx-service,
.olx-research,
.olx-pricing {
  background:
    linear-gradient(180deg, rgba(11, 31, 58, 0.04), rgba(0, 169, 143, 0.05)),
    var(--olx-bg);
}

.olx-pricing-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.olx-price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.olx-pricing-layout > aside {
  margin-top: clamp(88px, 8vw, 112px);
}

.olx-price-card strong {
  color: var(--olx-teal);
  display: block;
  font-size: 28px;
  margin: 8px 0 14px;
}

.olx-price-card ul {
  color: var(--olx-muted);
  line-height: 1.8;
  margin: 0 0 18px 18px;
  padding: 0;
}

.olx-price-card a,
.olx-contact-form button {
  align-items: center;
  background: var(--olx-teal);
  border-radius: 6px;
  color: #fff !important;
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  text-decoration: none;
}

.olx-price-note {
  font-size: 13px;
  margin: 16px 0 0;
}

.olx-stat-panel {
  background:
    linear-gradient(180deg, rgba(6, 24, 45, 0.98), rgba(11, 31, 58, 0.94)),
    radial-gradient(circle at 84% 12%, rgba(0, 169, 143, 0.25), transparent 38%);
  border-radius: 8px;
  box-shadow: var(--olx-shadow);
  color: #fff;
  display: grid;
  gap: 10px;
  padding: 32px;
  position: sticky;
  top: 92px;
}

.olx-stat-panel span {
  color: rgba(247, 248, 250, 0.76);
  font-weight: 800;
}

.olx-stat-panel strong {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 44px;
  padding-bottom: 16px;
}

.olx-stat-panel small {
  color: rgba(247, 248, 250, 0.72);
  font-size: 18px;
}

.olx-partner-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.olx-partner-grid span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--olx-line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(11, 31, 58, 0.06);
  color: var(--olx-ink);
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 78px;
  padding: 14px;
  text-align: center;
}

.olx-faq-accordion {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.olx-faq-accordion details {
  background: #fff;
  border: 1px solid var(--olx-line);
  border-radius: 8px;
  padding: 17px 20px;
}

.olx-faq-accordion summary {
  color: var(--olx-ink);
  cursor: pointer;
  font-weight: 900;
}

.olx-faq-accordion p {
  line-height: 1.75;
  margin: 12px 0 0;
}

.olx-contact-grid {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) 420px;
}

.olx-contact-form {
  background: rgba(3, 18, 34, 0.72);
  border: 1px solid rgba(0, 169, 143, 0.32);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.olx-contact-form input,
.olx-contact-form textarea {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: #fff;
  min-height: 44px;
  padding: 10px 12px;
}

.olx-contact-form textarea {
  min-height: 112px;
  resize: vertical;
}

.olx-contact-form input::placeholder,
.olx-contact-form textarea::placeholder {
  color: rgba(247, 248, 250, 0.58);
}

.openlx-category-archive,
.single .entry-content,
.single .entry-content-wrap {
  background: var(--olx-bg);
}

.openlx-category-hero {
  background:
    linear-gradient(180deg, rgba(6, 24, 45, 0.86), rgba(6, 24, 45, 0.98)),
    url("https://edg.openlx.cn/minsu/wp-content/uploads/2026/06/openlx-framework/openlx-cover.png") center / cover no-repeat,
    var(--olx-blue) !important;
  padding-bottom: clamp(58px, 7vw, 88px);
  padding-top: clamp(58px, 7vw, 88px);
}

.openlx-category-hero h2,
.openlx-category-hero p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
}

.openlx-category-hero h2 {
  color: #fff;
  font-weight: 900;
}

.openlx-category-hero p {
  color: rgba(247, 248, 250, 0.84);
}

.openlx-section:not(.dark):not(.openlx-index-band) {
  background: transparent;
}

.site-footer,
.site-footer-row-container-inner {
  background: var(--olx-blue) !important;
  color: rgba(247, 248, 250, 0.78) !important;
}

.site-footer a {
  color: rgba(247, 248, 250, 0.9) !important;
}

@media (max-width: 1180px) {
  .olx-ai-grid,
  .olx-value-grid,
  .olx-home .openlx-dynamic-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .olx-pricing-layout,
  .olx-contact-grid {
    grid-template-columns: 1fr;
  }

  .olx-pricing-layout > aside {
    margin-top: 0;
  }

  .olx-stat-panel {
    position: static;
  }

  .olx-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .olx-partner-grid,
  .olx-matrix-tags {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .olx-hero {
    min-height: 0;
    padding-top: 46px;
  }

  .olx-hero h1 {
    font-size: 38px;
  }

  .olx-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .olx-ai-grid,
  .olx-value-grid,
  .olx-home .openlx-dynamic-posts,
  .olx-price-grid,
  .olx-partner-grid,
  .olx-matrix-map,
  .olx-matrix-tags {
    grid-template-columns: 1fr;
  }

  .olx-ai-card {
    min-height: 82px;
  }

  .olx-diagnosis {
    max-width: none;
  }

  .olx-diagnosis input {
    min-width: 0;
  }
}
