/* ===== Reset & Base ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  color: #1e293b;
  background: #f8fafc;
  line-height: 30px;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: currentColor; text-decoration: none; }
a:hover { color: #1e40af; text-decoration: underline; }
ul { list-style: none; }

/* ===== Layout ===== */
.jrl-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== Breadcrumb ===== */
.jrl-bread {
  padding: 14px 0;
  font-size: 14px;
  color: #64748b;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}
.jrl-bread span { margin: 0 6px; color: #94a3b8; }
.jrl-bread a { color: #475569; }
.jrl-bread a:hover { color: #1d4ed8; text-decoration: none; }

/* ===== Hero ===== */
.jrl-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 60%, #1e40af 100%);
  color: #fff;
  padding: 60px 0 56px;
  position: relative;
  overflow: hidden;
}
.jrl-hero::after {
  content: '';
  position: absolute;
  top: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(59,130,246,0.1);
}
.jrl-hero-inner { position: relative; z-index: 1; }
.jrl-hero-badge {
  display: inline-block;
  background: rgba(59,130,246,0.2);
  border: 1px solid rgba(96,165,250,0.35);
  color: #93c5fd;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.jrl-hero h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  text-align: center;
}
.jrl-hero-desc {
  font-size: 16px;
  line-height: 30px;
  color: #cbd5e1;
}
.jrl-tags { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 18px;padding-left: 314px; }
.jrl-tag {
  display: inline-block;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,0.1);
  color: #93c5fd;
  font-weight: 500;
  border: 1px solid rgba(96,165,250,0.25);
}

/* ===== Section ===== */
.jrl-sec { padding: 52px 0; }
.jrl-sec-alt { background: #fff; }
.jrl-sec-blue { background: #f0f5ff; }
.jrl-sec-dark { background: #0f172a; color: #e2e8f0; }
.jrl-sec-gray { background: #f1f5f9; }

.jrl-sec-title {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.jrl-sec-dark .jrl-sec-title { color: #fff; }
.jrl-sec-sub { font-size: 14px; color: #64748b; margin-bottom: 32px; }
.jrl-sec-dark .jrl-sec-sub { color: #94a3b8; }

.jrl-sec-title-center {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}
.jrl-sec-dark .jrl-sec-title-center { color: #fff; }
.jrl-sec-sub-center { text-align: center; font-size: 14px; color: #64748b; margin-bottom: 40px; }

/* ===== Grid ===== */
.jrl-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.jrl-grid3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.jrl-grid5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }


.jrl-grid2.jrl-specifications{
    grid-template-columns: 1fr;
}

/* ===== Card ===== */
.jrl-card {
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid #e2e8f0;
}
.jrl-sec-dark .jrl-card { background: #1e293b; border-color: #334155; }
.jrl-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1e40af;
  display: inline-block;
}
.jrl-sec-dark .jrl-card h4 { color: #e2e8f0; border-color: #3b82f6; }

/* ===== Product Intro ===== */
.jrl-intro-text { font-size: 16px; line-height: 30px; color: #334155; }
.jrl-intro-text p { margin-bottom: 16px; }
.jrl-intro-text p:last-child { margin-bottom: 0; }
.jrl-intro-text span { color: #1e40af; font-weight: 600; }
.jrl-intro-text strong { color: #0f172a; font-weight: 600; }

.jrl-highlight-box {
  background: linear-gradient(135deg, #1e40af, #1d4ed8);
  border-radius: 10px;
  padding: 28px;
  color: #fff;
}
.jrl-highlight-box h4 { color: #fff; border-color: rgba(255,255,255,0.3); margin-bottom: 18px; }
.jrl-stat-row { display: flex; gap: 16px; margin-bottom: 20px; }
.jrl-stat {
  flex: 1;
  text-align: center;
  padding: 16px 8px;
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
}
.jrl-stat-num { font-size: 28px; font-weight: 700; color: #93c5fd; line-height: 1.6; }
.jrl-stat-label { font-size: 14px; color: #94a3b8; margin-top: 4px; }

/* ===== Table ===== */
.jrl-table-wrap { border-radius: 10px; overflow: hidden; border: 1px solid #e2e8f0; }
.jrl-sec-dark .jrl-table-wrap { border-color: #334155; }
.jrl-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.jrl-table tr { border-bottom: 1px solid #f1f5f9; }
.jrl-sec-dark .jrl-table tr { border-color: #334155; }
.jrl-table tr:last-child { border-bottom: none; }
.jrl-table td { padding: 13px 18px; vertical-align: top; }
.jrl-table td:first-child {
  font-weight: 600;
  color: #1e293b;
  white-space: nowrap;
  width: 180px;
  background: #f8fafc;
}
.jrl-sec-dark .jrl-table td:first-child { color: #e2e8f0; background: #1e293b; }
.jrl-sec-dark .jrl-table td { color: #cbd5e1; }
.jrl-table td:last-child { color: #475569; }
.jrl-sec-dark .jrl-table td:last-child { color: #94a3b8; }
.jrl-table-blue td:first-child { background: #eff6ff; color: #1e40af; }

/* ===== Lists ===== */
.jrl-list li {
  padding: 10px 0 10px 22px;
  position: relative;
  font-size: 14px;
  color: #475569;
  border-bottom: 1px dashed #e2e8f0;
  line-height: 2;
}
.jrl-sec-dark .jrl-list li { color: #94a3b8; border-color: #334155; }
.jrl-list li:last-child { border-bottom: none; }
.jrl-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1e40af;
}
.jrl-sec-dark .jrl-list li::before { background: #3b82f6; }
.jrl-list li strong { color: #1e293b; font-weight: 600; }
.jrl-sec-dark .jrl-list li strong { color: #e2e8f0; }

/* ===== Application Grid ===== */
.jrl-app-item {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  text-align: center;
}
.jrl-app-item h5 { font-size: 14px; font-weight: 600; color: #1e293b; margin-bottom: 8px; line-height: 2;}
.jrl-app-item p { font-size: 14px; color: #64748b; line-height: 2; }

/* ===== FAQ ===== */
.jrl-faq-item { padding: 20px 24px; border-bottom: 1px solid #e2e8f0; }
.jrl-sec-dark .jrl-faq-item { border-color: #334155; }
.jrl-faq-item:last-child { border-bottom: none; }
.jrl-faq-q {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.jrl-sec-dark .jrl-faq-q { color: #e2e8f0; }
.jrl-faq-q::before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #1e40af;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jrl-faq-a {
  font-size: 14px;
  color: #475569;
  line-height: 2;
  padding-left: 24px;
  position: relative;
}
.jrl-sec-dark .jrl-faq-a { color: #94a3b8; }
.jrl-faq-a::before {
  content: 'A';
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 11px;
  font-weight: 700;
  color: #1e40af;
  background: #eff6ff;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jrl-sec-dark .jrl-faq-a::before { color: #60a5fa; background: #1e3a5f; }

/* ===== CTA ===== */
.jrl-cta {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  border-radius: 12px;
  padding: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.jrl-cta h3 { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.jrl-cta p { font-size: 14px; color: #bfdbfe; line-height: 2; }
.jrl-btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.jrl-btn:hover { text-decoration: none; }
.jrl-btn-white { background: #fff; color: #1e40af; }
.jrl-btn-white:hover { background: #eff6ff; color: #1d4ed8; }

/* ===== Tip Box ===== */
.jrl-tip-box {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 22px 24px;
}
.jrl-tip-box .jrl-list li::before { background: #f59e0b; }
.jrl-tip-box .jrl-list li { color: #78350f; border-color: #fde68a; }
.jrl-tip-box .jrl-list li strong { color: #92400e; }

/* ===== Related Products ===== */
.jrl-prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.jrl-prod-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}
.jrl-prod-card:hover { border-color: #93c5fd; }
.jrl-prod-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8fafc;
}
.jrl-prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jrl-prod-body { padding: 16px; }
.jrl-prod-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
  line-height: 2;
  min-height: 40px;
}
.jrl-prod-title a { color: #1e293b; text-decoration: none; }
.jrl-prod-title a:hover { color: #1e40af; text-decoration: none; }
.jrl-prod-link {
  font-size: 14px;
  font-weight: 500;
  color: #1e40af;
  text-decoration: none;
}
.jrl-prod-link:hover { color: #1d4ed8; text-decoration: none; }

/* ===== Related Tags ===== */
.jrl-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.jrl-info-item {
  background: #fff;
  border-radius: 10px;
  padding: 22px;
  border: 1px solid #e2e8f0;
}
.jrl-info-item:hover { border-color: #93c5fd; }
.jrl-info-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
  line-height: 30px;
}
.jrl-info-item h3 a { color: #1e293b; text-decoration: none; }
.jrl-info-item h3 a:hover { color: #1e40af; text-decoration: none; }
.jrl-info-item p {
  font-size: 14px;
  color: #64748b;
  line-height: 2;
}

/* ===== About Us ===== */
.jrl-about-grid { display: grid; grid-template-columns: 380px 1fr; gap: 40px; align-items: start; }
.jrl-about-img img { width: 100%; border-radius: 10px; }
.jrl-about-text { font-size: 16px; line-height: 30px; color: #475569; }
.jrl-about-text p { margin-bottom: 16px; }
.jrl-about-text p:last-child { margin-bottom: 0; }
.jrl-about-text a { color: #1e40af; font-weight: 500; }

/* ===== Stats ===== */
.jrl-stats-bar {
  background: linear-gradient(135deg, #1e40af 0%, #1d4ed8 100%);
  padding: 48px 0;
}
.jrl-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.jrl-stat-block { color: #fff; }
.jrl-stat-block-num {
  font-size: 36px;
  font-weight: 700;
  color: #93c5fd;
  line-height: 1.6;
  margin-bottom: 8px;
}
.jrl-stat-block-label {
  font-size: 14px;
  color: #bfdbfe;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.jrl-stat-block-label span {
  display: inline-block;
  font-size: 11px;
  color: #60a5fa;
  margin-right: 6px;
  font-weight: 600;
}

/* ===== Carousel Common ===== */
.jrl-carousel {
  position: relative;
  padding: 0 48px;
}
.jrl-carousel-viewport {
  overflow: hidden;
  position: relative;
}
.jrl-carousel-track {
  display: flex;
}
.jrl-carousel-track .jrl-honor-slide,
.jrl-carousel-track .jrl-partner-col {
  flex-shrink: 0;
}
.jrl-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #475569;
  z-index: 2;
}
.jrl-carousel-arrow:hover { background: #f1f5f9; color: #1e293b; border-color: #cbd5e1; }
.jrl-carousel-prev { left: 0; }
.jrl-carousel-next { right: 0; }

/* ===== Honor Carousel ===== */
.jrl-honor-slide {
  padding: 0 10px;
  text-align: center;
}
.jrl-honor-img {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  margin-bottom: 12px;
}
.jrl-honor-img img { width: 100%; display: block; }
.jrl-honor-name { font-size: 15px; font-weight: 500; color: #1e293b; }

/* ===== Partner Carousel ===== */
.jrl-partner-col {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.jrl-partner-img {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
}
.jrl-partner-img img { width: 100%; display: block; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .jrl-grid5 { grid-template-columns: 1fr 1fr 1fr; }
  .jrl-prod-grid { grid-template-columns: repeat(3, 1fr); }
  .jrl-about-grid { grid-template-columns: 1fr; }
  .jrl-about-img { max-width: 480px; }
}
@media (max-width: 768px) {
  .jrl-grid2 { grid-template-columns: 1fr; }
  .jrl-grid3, .jrl-info-grid { grid-template-columns: 1fr; }
  .jrl-grid5 { grid-template-columns: 1fr 1fr; }
  .jrl-prod-grid { grid-template-columns: repeat(2, 1fr); }
  .jrl-stats-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .jrl-hero h1 { font-size: 26px; }
  .jrl-hero { padding: 40px 0 36px; }
  .jrl-sec { padding: 36px 0; }
  .jrl-cta { flex-direction: column; text-align: center; padding: 32px 24px; }
  .jrl-table td:first-child { width: 130px; }
  .jrl-stat-row { flex-direction: column; }
  .jrl-table td { padding: 10px 14px; font-size: 14px; }
  .jrl-stat-block-num { font-size: 28px; }
  .jrl-carousel { padding: 0 40px; }
  .jrl-carousel-arrow { width: 30px; height: 30px; font-size: 14px; }
}

/* ===== Responsive Additions ===== */

/* 1200px */
@media (max-width: 1200px) {
  .jrl-grid5 { grid-template-columns: repeat(3, 1fr); }
}

/* 1024px - Tablet */
@media (max-width: 1024px) {
  .jrl-hero h1 { font-size: 32px; }
  .jrl-hero-desc { font-size: 15px; }
  .jrl-prod-grid { grid-template-columns: repeat(3, 1fr); }
  .jrl-grid5 { grid-template-columns: repeat(3, 1fr); }
  .jrl-about-grid { grid-template-columns: 1fr; }
  .jrl-about-img { max-width: 480px; }
  .jrl-stats-grid { gap: 20px; }
  .jrl-stat-block-num { font-size: 30px; }
  .jrl-sec-title-center { font-size: 24px; }
  .jrl-sec-title { font-size: 22px; }
}

/* 768px - Small Tablet / Large Phone */
@media (max-width: 768px) {
  .jrl-hero { padding: 36px 0 32px; }
  .jrl-hero h1 { font-size: 26px; }
  .jrl-hero-desc { font-size: 14px; max-width: 100%; }
  .jrl-hero-badge { font-size: 10px; padding: 3px 10px; }

  .jrl-sec { padding: 36px 0; }
  .jrl-sec-title { font-size: 20px; }
  .jrl-sec-title-center { font-size: 22px; }
  .jrl-sec-sub { margin-bottom: 24px; }
  .jrl-sec-sub-center { margin-bottom: 28px; }

  .jrl-grid2 { grid-template-columns: 1fr; gap: 24px; }
  .jrl-grid3 { grid-template-columns: 1fr; }
  .jrl-grid5 { grid-template-columns: 1fr 1fr; gap: 16px; }
  .jrl-prod-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .jrl-info-grid { grid-template-columns: 1fr; gap: 16px; }

  .jrl-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .jrl-table { min-width: 420px; }
  .jrl-table td { padding: 10px 14px; font-size: 14px; }
  .jrl-table td:first-child { width: 130px; white-space: normal; }

  .jrl-stat-row { flex-direction: column; gap: 10px; }
  .jrl-stat { padding: 12px 8px; }
  .jrl-stat-num { font-size: 24px; }

  .jrl-stats-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .jrl-stat-block-num { font-size: 28px; }
  .jrl-stat-block-label { font-size: 14px; }

  .jrl-cta { flex-direction: column; text-align: center; padding: 28px 24px; gap: 20px; }
  .jrl-cta h3 { font-size: 20px; }

  .jrl-about-grid { grid-template-columns: 1fr; gap: 24px; }
  .jrl-about-text { font-size: 14px; }

  .jrl-highlight-box { padding: 22px; }

  .jrl-card { padding: 22px; }
  .jrl-faq-item { padding: 16px 18px; }

  .jrl-carousel { padding: 0 38px; }
  .jrl-carousel-arrow { width: 30px; height: 30px; font-size: 14px; }

  .jrl-app-item { padding: 18px; }
  .jrl-app-item h5 { font-size: 16px;     line-height: 30px}
  .jrl-app-item p { font-size: 14px; }

  .jrl-prod-body { padding: 12px; }
  .jrl-prod-title { font-size: 14px; min-height: auto; }

  .jrl-info-item { padding: 18px; }
  .jrl-info-item h3 { font-size: 14px; }
  .jrl-info-item p { font-size: 14px; }

  .jrl-bread { font-size: 14px; padding: 10px 0; }
}

/* 480px - Phone */
@media (max-width: 480px) {
    table tbody{
            min-width: 370px;
    }
  .jrl-wrap { padding: 0 16px; }

  .jrl-hero { padding: 28px 0 24px; }
  .jrl-hero h1 { font-size: 22px; }
  .jrl-hero-desc { font-size: 14px; }
  .jrl-tags { gap: 6px; }
  .jrl-tag { font-size: 11px; padding: 3px 8px; }

  .jrl-sec { padding: 28px 0; }
  .jrl-sec-title { font-size: 18px; }
  .jrl-sec-title-center { font-size: 20px; }
  .jrl-sec-sub { font-size: 14px; margin-bottom: 20px; }
  .jrl-sec-sub-center { font-size: 14px; margin-bottom: 24px; }

  .jrl-grid5 { grid-template-columns: 1fr; gap: 12px; }
  .jrl-prod-grid { grid-template-columns: 1fr; gap: 14px; }

  .jrl-table { min-width: 340px; }
  .jrl-table td { padding: 8px 10px; font-size: 14px; }
  .jrl-table td:first-child { width: 110px; font-size: 14px; }

  .jrl-stats-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .jrl-stats-bar { padding: 32px 0; }
  .jrl-stat-block-num { font-size: 24px; }

  .jrl-cta { padding: 24px 18px; border-radius: 8px; }
  .jrl-cta h3 { font-size: 18px; }
  .jrl-cta p { font-size: 14px; }
  .jrl-btn { padding: 10px 24px; font-size: 14px; }

  .jrl-highlight-box { padding: 18px; }
  .jrl-stat-num { font-size: 22px; }
  .jrl-stat-label { font-size: 14px; }

  .jrl-card { padding: 18px; border-radius: 8px; }
  .jrl-tip-box { padding: 18px; }

  .jrl-intro-text { font-size: 14px; line-height: 2; }

  .jrl-carousel { padding: 0 32px; }
  .jrl-carousel-arrow { width: 26px; height: 26px; font-size: 14px; }

  .jrl-honor-name { font-size: 14px; }

  .jrl-prod-img { aspect-ratio: auto; }
  .jrl-prod-img img { aspect-ratio: 1 / 1; object-fit: cover; }

  .jrl-faq-q { font-size: 14px; }
  .jrl-faq-a { font-size: 14px; }
}
