:root {
  --jike-blue: #1c499e;
  --jike-blue-dark: #153a7d;
  --jike-blue-deep: #0f2d5c;
  --jike-orange: #f97316;
  --jike-orange-dark: #ea580c;
  --jike-text: #1e293b;
  --jike-muted: #64748b;
  --jike-bg: #f8fafc;
  --jike-card-shadow: 0 4px 24px rgba(15, 45, 92, 0.08);
}

body,
.main,
.reset_style,
.reset_style p,
.reset_style span,
.navbar_nav .navNameLink,
.header,
.footer,
.e_breadcrumb,
.proTitle a {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Inter", Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.reset_style strong,
.navbar_nav > li > .navNameLink,
.jike-section-title,
.jike-product-card__name {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
}

body {
  color: var(--jike-text);
  background: #fff;
}

#w_grid-1561342751720 > div > .p_gridbox,
#w_grid-1560308699636 > div > .p_gridbox {
  background: #fff !important;
  box-shadow: 0 2px 16px rgba(15, 45, 92, 0.06) !important;
}

.navbar_nav > li > .navNameLink {
  color: var(--jike-text) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.01em;
}

.navbar_nav > li > .navNameLink:hover,
.navbar_nav > li.active > .navNameLink {
  color: var(--jike-blue) !important;
}

.dropdown_menu {
  border-radius: 8px !important;
  box-shadow: var(--jike-card-shadow) !important;
}

.dropdown_menu .navNameLink:hover {
  color: var(--jike-orange) !important;
}

.jike-section-title {
  text-align: center;
  margin: 0 0 8px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.jike-section-title .accent {
  color: var(--jike-orange);
}

.jike-section-title .primary {
  color: var(--jike-blue);
}

.jike-section-subtitle {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
  color: var(--jike-muted);
  font-size: 16px;
  line-height: 1.7;
}

.jike-product-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.jike-product-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--jike-card-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.jike-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 45, 92, 0.12);
}

.jike-product-card__image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
}

.jike-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.jike-product-card:hover .jike-product-card__image img {
  transform: scale(1.05);
}

.jike-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(28, 73, 158, 0.92);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.jike-product-card__body {
  padding: 18px 18px 20px;
}

.jike-product-card__name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--jike-text);
  line-height: 1.3;
}

.jike-product-card__name a {
  color: inherit;
  text-decoration: none;
}

.jike-product-card__name a:hover {
  color: var(--jike-blue);
}

.jike-product-card__purity {
  margin: 0 0 14px;
  color: var(--jike-orange);
  font-size: 14px;
  font-weight: 600;
}

.jike-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--jike-blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.jike-product-card__link:hover {
  color: var(--jike-orange);
}

.jike-product-card--catalog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, var(--jike-blue-deep) 0%, var(--jike-blue) 100%);
  border: none;
  min-height: 100%;
}

.jike-product-card--catalog .jike-product-card__name,
.jike-product-card--catalog .jike-product-card__purity,
.jike-product-card--catalog .jike-product-card__link {
  color: #fff;
}

.jike-product-card--catalog .jike-product-card__purity {
  opacity: 0.9;
}

.jike-product-card--catalog .jike-product-card__link {
  margin-top: 8px;
  padding: 10px 20px;
  background: var(--jike-orange);
  border-radius: 6px;
}

.jike-product-card--catalog .jike-product-card__link:hover {
  background: var(--jike-orange-dark);
  color: #fff;
}

.jike-product-actions {
  text-align: center;
  margin: 8px auto 48px;
}

.jike-products-page {
  padding: 48px 20px 64px;
  background: var(--jike-bg);
  max-width: 1200px;
  margin: 0 auto;
}

.jike-products-page .jike-section-subtitle {
  margin-bottom: 36px;
}

.jike-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--jike-orange);
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.jike-btn-primary:hover {
  background: var(--jike-orange-dark);
  color: #fff !important;
}

.jike-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #fff;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 26px;
  border-radius: 6px;
  text-decoration: none;
}

#w_grid-1663297627840 .p_gridbox {
  display: block !important;
}

#w_grid-1663297627840 .d_gridCell_0,
#w_grid-1663297627840 .d_gridCell_1 {
  width: 100% !important;
  float: none !important;
}

.about-timeline-logo,
.about3-timeline-img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 180px !important;
  object-fit: cover !important;
  border-radius: 8px;
}

#c_portalResNews_list-16431674719531948 .newImg {
  border-radius: 8px;
}

.jike-contact-submit,
[class*="portalResMessage_form"] .p_submit,
[class*="portalResMessage_form"] .submitPC {
  background: var(--jike-orange) !important;
}

.jike-contact-submit:hover,
[class*="portalResMessage_form"] .p_submit:hover,
[class*="portalResMessage_form"] .submitPC:hover {
  background: var(--jike-orange-dark) !important;
}

@media (max-width: 1024px) {
  .jike-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .jike-section-title {
    font-size: 28px;
  }

  .jike-product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
