/* JMK solution and product pages — shared modern presentation */
.jmk-solution-page {
  --solution-ink: #6e1019;
  --solution-muted: #617087;
  --solution-red: #d51f2b;
  --solution-soft: #fff6f6;
  --solution-line: rgba(172, 22, 35, .12);
  background: #fff;
}

.jmk-solution-page .page-banner-section {
  position: relative;
  display: flex;
  min-height: 145px;
  align-items: center;
  padding: 0 !important;
  overflow: hidden;
  background-color: #7d101b !important;
  background-position: center !important;
  background-size: cover !important;
  isolation: isolate;
}

.jmk-solution-page .page-banner-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 128, 136, .34), transparent 29%),
    linear-gradient(105deg, rgba(112, 11, 23, .99) 0%, rgba(170, 22, 35, .94) 55%, rgba(213, 31, 43, .74) 100%);
}

.jmk-solution-page .page-banner-section::after {
  position: absolute;
  z-index: -1;
  right: -130px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
}

.jmk-solution-page .page-banner-section .banner-content {
  max-width: 880px;
}

.jmk-solution-page .page-banner-section h1 {
  max-width: 820px;
  margin-bottom: 0;
  color: #fff !important;
  font-size: clamp(30px, 3.4vw, 46px) !important;
  line-height: 1.13 !important;
  letter-spacing: -.025em;
}

.jmk-solution-page .page-breadcrumb .breadcrumb {
  gap: 8px;
  margin: 0;
}

.jmk-solution-page .page-breadcrumb a,
.jmk-solution-page .page-breadcrumb .active {
  color: rgba(255, 255, 255, .78) !important;
  font-size: 14px;
}

.jmk-solution-page .page-breadcrumb .active { color: #fff !important; }

.jmk-solution-page .jmk-section,
.jmk-solution-page .about-section,
.jmk-solution-page .feature-section,
.jmk-solution-page .service-section,
.jmk-solution-page .contact-section {
  position: relative;
}

.jmk-solution-page .jmk-section-soft,
.jmk-solution-page .feature-section[style*="background"] {
  background: var(--solution-soft) !important;
}

.jmk-solution-page .jmk-section-title,
.jmk-solution-page .section-title {
  max-width: 860px;
}

.jmk-solution-page .text-center.jmk-section-title,
.jmk-solution-page .section-title.text-center {
  margin-right: auto;
  margin-left: auto;
}

.jmk-solution-page .jmk-section-title span,
.jmk-solution-page .section-title > span {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px !important;
  padding: 0;
  color: var(--solution-red) !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.jmk-solution-page .jmk-section-title span::before,
.jmk-solution-page .section-title > span::before {
  width: 22px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .jmk-solution-page .jmk-section-title span,
  .jmk-solution-page .section-title > span {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/* Çözümler sayfalarında istenen başlık sırası:
   kırmızı ana başlık > koyu alt başlık > açıklama */
.jmk-inner-page.jmk-solution-page .section-title > span,
.jmk-inner-page.jmk-solution-page .jmk-section-title > span {
  display: inline-flex !important;
  color: #c91826 !important;
  font-size: 22px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
}

.jmk-inner-page.jmk-solution-page .section-title > h1,
.jmk-inner-page.jmk-solution-page .section-title > h2,
.jmk-inner-page.jmk-solution-page .jmk-section-title > h1,
.jmk-inner-page.jmk-solution-page .jmk-section-title > h2 {
  margin-top: 10px !important;
  margin-bottom: 13px !important;
  color: #10233f !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

.jmk-inner-page.jmk-solution-page .section-title > p,
.jmk-inner-page.jmk-solution-page .jmk-section-title > p,
.jmk-inner-page.jmk-solution-page .jmk-page-text,
.jmk-inner-page.jmk-solution-page .jmk-content-text > p {
  color: #617087 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
}

@media (max-width: 767px) {
  .jmk-inner-page.jmk-solution-page .section-title > span,
  .jmk-inner-page.jmk-solution-page .jmk-section-title > span {
    font-size: 19px !important;
  }

  .jmk-inner-page.jmk-solution-page .section-title > h1,
  .jmk-inner-page.jmk-solution-page .section-title > h2,
  .jmk-inner-page.jmk-solution-page .jmk-section-title > h1,
  .jmk-inner-page.jmk-solution-page .jmk-section-title > h2 {
    font-size: 17px !important;
    line-height: 1.48 !important;
  }

  .jmk-inner-page.jmk-solution-page .section-title > p,
  .jmk-inner-page.jmk-solution-page .jmk-section-title > p,
  .jmk-inner-page.jmk-solution-page .jmk-page-text,
  .jmk-inner-page.jmk-solution-page .jmk-content-text > p {
    font-size: 14px !important;
  }
}

/* Bilgi Merkezi: sade editoryal düzen */
.knowledge-hero-light {
  padding: 62px 0 54px;
  color: #10233f;
  background: linear-gradient(135deg, #fff 0%, #f6f8fb 72%, #fff0f1 100%);
  border-bottom: 1px solid #e5eaf1;
}

.knowledge-hero-light .container > span {
  color: #c91d29;
}

.knowledge-hero-light h1 { color: #10233f !important; }
.knowledge-hero-light p { color: #596b82; }

.knowledge-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.knowledge-quick-links a {
  padding: 9px 14px;
  color: #344861;
  background: #fff;
  border: 1px solid #dfe5ed;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
}

.knowledge-quick-links a:hover { color: #c91d29; border-color: #e2aeb3; }

.knowledge-library { padding: 66px 0 72px; background: #fff; }
.knowledge-library-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: end; margin-bottom: 32px; }
.knowledge-library-heading span { color: #c91d29; font-size: 14px; font-weight: 600; }
.knowledge-library-heading h2 { margin: 7px 0 0; color: #10233f; font-size: 28px; font-weight: 600; line-height: 1.3; }
.knowledge-library-heading p { margin: 0; color: #617187; line-height: 1.75; }
.knowledge-guide-list { border-top: 1px solid #dfe5ed; }
.knowledge-guide-row { display: grid; grid-template-columns: 52px minmax(0,1fr) auto; gap: 22px; align-items: center; padding: 26px 8px; border-bottom: 1px solid #dfe5ed; }
.knowledge-guide-row:hover { background: #fbfcfd; }
.knowledge-guide-number { color: #b9c2ce; font-size: 18px; font-weight: 600; }
.knowledge-guide-copy > span { color: #c91d29; font-size: 14px; font-weight: 600; letter-spacing: 0; }
.knowledge-guide-copy h2 { margin: 5px 0 8px; font-size: 21px !important; font-weight: 600 !important; line-height: 1.35 !important; }
.knowledge-guide-copy h2 a { color: #10233f; }
.knowledge-guide-copy p { max-width: 780px; margin: 0; color: #5c6d83; font-size: 15px; line-height: 1.7; }
.knowledge-topic-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.knowledge-topic-list small { padding: 5px 9px; color: #607087; background: #f3f6f9; border-radius: 6px; font-size: 12px; }
.knowledge-row-link { display: inline-flex; gap: 7px; align-items: center; padding: 9px 12px; color: #bf1824; border: 1px solid #e8c4c7; border-radius: 8px; font-size: 14px; font-weight: 600; }
.knowledge-row-link:hover { color: #fff; background: #c91d29; border-color: #c91d29; }
.knowledge-library-cta { background: #fff7f8; box-shadow: none; }

@media (max-width: 767px) {
  .knowledge-hero-light { padding: 44px 0 40px; }
  .knowledge-library { padding: 44px 0 50px; }
  .knowledge-library-heading { grid-template-columns: 1fr; gap: 12px; }
  .knowledge-library-heading h2 { font-size: 23px; }
  .knowledge-guide-row { grid-template-columns: 34px minmax(0,1fr); gap: 12px; padding: 22px 0; }
  .knowledge-guide-number { align-self: start; margin-top: 4px; font-size: 15px; }
  .knowledge-guide-copy h2 { font-size: 19px !important; }
  .knowledge-row-link { grid-column: 2; justify-self: start; }
  .knowledge-topic-list { display: none; }
}

.jmk-solution-page .jmk-section-title h2,
.jmk-solution-page .section-title h2,
.jmk-solution-page .jmk-content-text h2 {
  margin-bottom: 17px !important;
  color: var(--solution-ink) !important;
  font-size: clamp(25px, 2.25vw, 34px) !important;
  line-height: 1.22 !important;
  letter-spacing: -.02em;
}

.jmk-solution-page p,
.jmk-solution-page .jmk-section-title p,
.jmk-solution-page .section-title p,
.jmk-solution-page .jmk-content-text p {
  color: var(--solution-muted) !important;
  font-size: 15px;
  line-height: 1.78 !important;
}

.jmk-solution-page .jmk-hero-image-card,
.jmk-solution-page .about-img,
.jmk-solution-page .jmk-system-image {
  position: relative;
  padding: 12px !important;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #f5f7fb) !important;
  border: 1px solid var(--solution-line);
  border-radius: 22px !important;
  box-shadow: 0 24px 65px rgba(11, 31, 58, .11) !important;
}

.jmk-solution-page .jmk-hero-image-card img,
.jmk-solution-page .about-img img,
.jmk-solution-page .jmk-system-image img {
  width: 100%;
  height: auto;
  border-radius: 16px !important;
}

.jmk-solution-page .jmk-info-box,
.jmk-solution-page .jmk-gallery-card,
.jmk-solution-page .jmk-tech-box,
.jmk-solution-page .single-service {
  position: relative;
  height: 100%;
  padding: 26px 23px !important;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid var(--solution-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(11, 31, 58, .055) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.jmk-solution-page .jmk-info-box::after,
.jmk-solution-page .jmk-tech-box::after,
.jmk-solution-page .single-service::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--solution-red), #ef6b73);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.jmk-solution-page .jmk-info-box:hover,
.jmk-solution-page .jmk-gallery-card:hover,
.jmk-solution-page .jmk-tech-box:hover,
.jmk-solution-page .single-service:hover {
  z-index: 1;
  border-color: rgba(213, 31, 43, .18) !important;
  box-shadow: 0 20px 46px rgba(11, 31, 58, .10) !important;
  transform: translateY(-5px);
}

.jmk-solution-page .jmk-info-box:hover::after,
.jmk-solution-page .jmk-tech-box:hover::after,
.jmk-solution-page .single-service:hover::after { transform: scaleX(1); }

.jmk-solution-page .jmk-info-box i,
.jmk-solution-page .jmk-tech-box i,
.jmk-solution-page .single-service i {
  display: inline-flex !important;
  width: 50px !important;
  height: 50px !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px !important;
  color: var(--solution-red) !important;
  font-size: 24px !important;
  background: #fff1f2 !important;
  border-radius: 14px !important;
}

.jmk-solution-page .jmk-info-box h3,
.jmk-solution-page .jmk-info-box h4,
.jmk-solution-page .jmk-gallery-card h3,
.jmk-solution-page .jmk-tech-box h3,
.jmk-solution-page .jmk-tech-box h4,
.jmk-solution-page .single-service h3,
.jmk-solution-page .single-service h4 {
  min-height: 0 !important;
  margin-bottom: 10px !important;
  color: var(--solution-ink) !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.jmk-solution-page .jmk-info-box p,
.jmk-solution-page .jmk-gallery-card p,
.jmk-solution-page .jmk-tech-box p,
.jmk-solution-page .single-service p {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.jmk-solution-page .jmk-gallery-card { padding: 10px 10px 22px !important; }
.jmk-solution-page .jmk-gallery-card img {
  width: 100%;
  border-radius: 13px !important;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.jmk-solution-page .jmk-gallery-card h3,
.jmk-solution-page .jmk-gallery-card p {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.jmk-solution-page .jmk-gallery-card h3 { margin-top: 18px !important; }

.jmk-solution-page .jmk-feature-list li {
  gap: 10px;
  margin-bottom: 13px !important;
  color: var(--solution-ink) !important;
  font-size: 14px;
  font-weight: 650 !important;
  line-height: 1.55;
}

.jmk-solution-page .table {
  overflow: hidden;
  background: #fff;
  border-color: var(--solution-line);
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(11, 31, 58, .07);
}

.jmk-solution-page .table th,
.jmk-solution-page .table td {
  padding: 14px 16px;
  border-color: var(--solution-line);
  font-size: 14px;
  vertical-align: middle;
}

.jmk-solution-page .table th {
  width: 34%;
  color: var(--solution-ink);
  background: #f7f9fc;
}

.jmk-solution-page .theme-btn {
  padding: 13px 22px !important;
  font-size: 14px !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 25px rgba(213, 31, 43, .16);
}

.jmk-solution-page .theme-btn.border-btn {
  color: var(--solution-ink) !important;
  background: #fff !important;
  border-color: var(--solution-line) !important;
  box-shadow: none;
}

.jmk-system-showcase {
  padding: 54px 38px 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(213, 31, 43, .07), transparent 28%),
    var(--solution-soft);
  border: 1px solid var(--solution-line);
  border-radius: 26px;
}

.jmk-product-visual-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--solution-line);
  border-radius: 19px;
  box-shadow: 0 12px 34px rgba(11, 31, 58, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.jmk-product-visual-card:hover {
  box-shadow: 0 22px 48px rgba(11, 31, 58, .12);
  transform: translateY(-5px);
}

.jmk-product-visual {
  position: relative;
  display: flex;
  min-height: 265px;
  align-items: center;
  justify-content: center;
  padding: 25px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #f2f5f9);
}

.jmk-product-visual img {
  width: 100%;
  height: 215px;
  object-fit: contain;
  transition: transform .3s ease;
}

.jmk-product-visual-card:hover .jmk-product-visual img { transform: scale(1.035); }

.jmk-product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  background: var(--solution-red);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(213, 31, 43, .2);
}

.jmk-product-visual-content { padding: 24px 23px 26px; }
.jmk-product-visual-content h3 {
  margin-bottom: 10px;
  color: var(--solution-ink);
  font-size: 19px;
  line-height: 1.35;
}

.jmk-product-visual-content p {
  min-height: 96px;
  margin-bottom: 17px !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.jmk-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--solution-red) !important;
  font-size: 14px;
  font-weight: 750;
}

.jmk-card-link span { transition: transform .2s ease; }
.jmk-card-link:hover span { transform: translateX(4px); }

@media (max-width: 991px) {
  .jmk-solution-page .page-banner-section {
    min-height: 145px;
    padding: 0 !important;
  }

  .jmk-solution-page .about-img,
  .jmk-solution-page .jmk-hero-image-card { margin-top: 32px; }
}

@media (max-width: 767px) {
  .jmk-system-showcase {
    padding: 38px 16px 10px;
    border-radius: 19px;
  }

  .jmk-product-visual { min-height: 230px; }
  .jmk-product-visual img { height: 185px; }
  .jmk-product-visual-content p { min-height: 0; }

  .jmk-solution-page .page-banner-section {
    min-height: 120px;
    padding: 0 !important;
  }

  .jmk-solution-page .page-banner-section h1 {
    font-size: clamp(25px, 8vw, 31px) !important;
    line-height: 1.18 !important;
  }

  .jmk-solution-page .jmk-section-title h2,
  .jmk-solution-page .section-title h2,
  .jmk-solution-page .jmk-content-text h2 {
    font-size: clamp(22px, 6.8vw, 27px) !important;
  }

  .jmk-solution-page p,
  .jmk-solution-page .jmk-section-title p,
  .jmk-solution-page .section-title p,
  .jmk-solution-page .jmk-content-text p { font-size: 14px; }

  .jmk-solution-page .jmk-info-box,
  .jmk-solution-page .jmk-gallery-card,
  .jmk-solution-page .jmk-tech-box,
  .jmk-solution-page .single-service {
    padding: 22px 19px !important;
    border-radius: 15px !important;
  }

  .jmk-solution-page .table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jmk-solution-page .jmk-info-box,
  .jmk-solution-page .jmk-gallery-card,
  .jmk-solution-page .jmk-tech-box,
  .jmk-solution-page .single-service { transition: none; }
}


/* ===== about.php sayfa stilleri ===== */
.about-page-content p { font-size: 16px; line-height: 1.8; color: #555; }
    .about-page-content h3, .about-page-content h4 { color: #1f2a44; }
    .about-highlight-box {
        background: #fff;
        border-radius: 14px;
        padding: 28px 22px;
        box-shadow: 0 10px 30px rgba(0,0,0,.06);
        height: 100%;
        border: 1px solid rgba(0,0,0,.05);
    }
    .about-stat-box {
        background: #f8f9ff;
        border-radius: 14px;
        padding: 26px 18px;
        text-align: center;
        height: 100%;
        border: 1px solid rgba(0,0,0,.05);
    }
    .about-stat-box h3 { font-size: 32px; margin-bottom: 8px; font-weight: 700; }
    .about-stat-box p { margin: 0; font-size: 15px; }
    .about-list { padding-left: 0; list-style: none; margin-bottom: 0; }
    .about-list li { margin-bottom: 10px; color: #555; line-height: 1.7; }
    .about-list li::before { content: "✓"; font-weight: 700; margin-right: 8px; color: #0d6efd; }
    .about-section-light { background: #f8f9ff; border-radius: 18px; padding: 40px 30px; }

/* ===== agir-vasita.php sayfa stilleri ===== */
/* Sayfa tasarımını genel JMK yapısına uyumlu tutar */
    .jmk-section { padding: 72px 0; }
    .jmk-section-soft { background: #f4f7fb; }
    .jmk-section-title { margin-bottom: 42px; }
    .jmk-section-title span { color: #d62921; font-weight: 700; margin-bottom: 10px; display: inline-block; }
    .jmk-section-title h2 { color: #051441; font-size: 36px; line-height: 1.25; margin-bottom: 14px; }
    .jmk-section-title p { color: #6A7C92; line-height: 1.8; max-width: 880px; margin: 0 auto; }

    .jmk-hero-image-card {
        background: #fff;
        border-radius: 18px;
        padding: 14px;
        box-shadow: 0 18px 50px rgba(5,20,65,.10);
        overflow: hidden;
    }

    .jmk-hero-image-card img,
    .jmk-gallery-card img,
    .jmk-system-image img {
        width: 100%;
        display: block;
        border-radius: 14px;
        object-fit: cover;
    }

    .jmk-hero-image-card img { height: 420px; }
    .jmk-system-image img { max-height: 520px; object-fit: contain; background: #fff; }
    .jmk-gallery-card img { height: 245px; }

    .jmk-info-box {
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 28px 24px;
        height: 100%;
        box-shadow: 0 10px 32px rgba(35,38,45,.05);
        transition: all .3s ease;
    }

    .jmk-info-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 44px rgba(35,38,45,.10);
    }

    .jmk-info-box i {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        background: rgba(214,41,33,.10);
        color: #d62921;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin-bottom: 18px;
    }

    .jmk-info-box h3 { font-size: 20px; color: #051441; margin-bottom: 12px; }
    .jmk-info-box p { color: #6A7C92; line-height: 1.7; margin-bottom: 0; }

    .jmk-feature-list { margin: 28px 0 0; padding: 0; list-style: none; }
    .jmk-feature-list li {
        color: #051441;
        font-weight: 600;
        margin-bottom: 14px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    .jmk-feature-list i { color: #d62921; margin-top: 4px; }

    .jmk-content-text p { color: #6A7C92; line-height: 1.85; margin-bottom: 18px; }
    .jmk-content-text h2 { color: #051441; font-size: 34px; line-height: 1.25; margin-bottom: 18px; }
    .jmk-content-text span { color: #d62921; font-weight: 700; display: inline-block; margin-bottom: 10px; }

    .jmk-gallery-card {
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 12px;
        height: 100%;
        box-shadow: 0 10px 32px rgba(35,38,45,.05);
    }
    .jmk-gallery-card h3 { font-size: 18px; color: #051441; margin: 18px 8px 6px; }
    .jmk-gallery-card p { color: #6A7C92; line-height: 1.65; margin: 0 8px 12px; }

    .jmk-heavy-camera-card {
        height: 100%;
        padding: 10px 10px 22px;
        background: #ffffff;
        border: 1px solid #e8edf4;
        border-radius: 19px;
        box-shadow: 0 12px 34px rgba(5,20,65,.07);
    }
    .jmk-heavy-camera-card img {
        width: 100%;
        height: 285px;
        object-fit: cover;
        border-radius: 14px;
    }
    .jmk-heavy-camera-card h3 {
        margin: 19px 12px 7px;
        color: #051441;
        font-size: 19px;
        line-height: 1.35;
    }
    .jmk-heavy-camera-card p {
        margin: 0 12px;
        color: #6A7C92;
        font-size: 14px;
        line-height: 1.65;
    }

    @media (max-width: 991px) {
        .jmk-page-hero h1 { font-size: 34px; }
        .jmk-hero-image-card img { height: auto; }
        .jmk-section { padding: 56px 0; }
        .jmk-section-title h2, .jmk-content-text h2 { font-size: 28px; }
        .jmk-cta { padding: 34px 24px; }
        .jmk-heavy-camera-card img { height: 235px; }
    }

/* ===== contact.php sayfa stilleri ===== */
    .contact-info-box {
        background: #ffffff;
        border-radius: 16px;
        padding: 28px;
        box-shadow: 0 10px 30px rgba(35, 38, 45, 0.06);
        height: 100%;
    }

    .contact-info-box .contact-item {
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr);
        align-items: start;
        gap: 11px;
        margin: 0;
        padding: 13px 0;
        border-bottom: 1px solid #edf0f4;
    }

    .contact-info-box .contact-item:last-child {
        border-bottom: 0;
    }

    .contact-info-box .contact-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: #d51f2b;
        background: rgba(213, 31, 43, .08);
        border-radius: 8px;
        font-size: 15px;
    }

    .contact-info-box .contact-content {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        gap: 3px 7px;
        min-width: 0;
        padding-top: 4px;
    }

    .contact-info-box .contact-content h4 {
        margin: 0;
        color: #10233f;
        font-size: 14px;
        font-weight: 650;
        line-height: 1.55;
        white-space: nowrap;
    }

    .contact-info-box .contact-content a,
    .contact-info-box .contact-content p {
        margin: 0;
        color: #53657c;
        font-size: 14px;
        line-height: 1.55;
        overflow-wrap: anywhere;
    }

    .contact-info-box .contact-content a {
        color: #d51f2b;
        font-weight: 550;
    }

    .contact-form-wrapper select,
    .contact-form-wrapper input,
    .contact-form-wrapper textarea {
        width: 100%;
        border: 1px solid #e5e8f0;
        border-radius: 8px;
        padding: 14px 16px;
        margin-bottom: 20px;
        outline: none;
        color: #5d657b;
        background: #ffffff;
    }

    .contact-form-wrapper select:focus,
    .contact-form-wrapper input:focus,
    .contact-form-wrapper textarea:focus {
        border-color: #5864ff;
    }

    .whatsapp-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
        padding: 13px 22px;
        border-radius: 8px;
        background: #25D366;
        color: #ffffff;
        font-weight: 600;
        margin-top: 10px;
    }

    .whatsapp-btn:hover {
        color: #ffffff;
        opacity: .9;
    }

/* ===== ekskavator.php sayfa stilleri ===== */
.jmk-page-section { padding: 70px 0 45px; background: #ffffff; }
    .jmk-page-text { color: #6A7C92; line-height: 1.8; font-size: 16px; }
    .jmk-hero-img {
        width: 100%;
        max-height: 430px;
        object-fit: cover;
        border-radius: 18px;
        box-shadow: 0 14px 40px rgba(5,20,65,.10);
    }
    .jmk-content-card {
        background: #ffffff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 28px 24px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
        transition: all .3s ease;
    }
    .jmk-content-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(35,38,45,.09); }
    .jmk-content-card i { color: #d62921; font-size: 30px; margin-bottom: 15px; display: inline-block; }
    .jmk-content-card h4 { color: #051441; font-size: 20px; margin-bottom: 12px; }
    .jmk-content-card p, .jmk-content-card li { color: #6A7C92; line-height: 1.7; margin-bottom: 0; }
    .jmk-feature-list { list-style: none; padding: 0; margin: 0; }
    .jmk-feature-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        color: #6A7C92;
        line-height: 1.7;
    }
    .jmk-feature-list li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        top: 0;
        color: #d62921;
        font-weight: 700;
    }
    .jmk-gallery-img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(35,38,45,.06);
    }
    .jmk-machine-visual {
        height: 100%;
        overflow: hidden;
        background: #fff;
        border: 1px solid #e9edf3;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(35,38,45,.06);
    }
    .jmk-machine-visual .jmk-gallery-img {
        display: block;
        height: auto;
        aspect-ratio: 3 / 2;
        object-fit: contain;
        border-radius: 0;
        box-shadow: none;
    }
    .jmk-machine-visual h4 {
        margin: 0;
        padding: 15px 18px 16px;
        color: #051441;
        font-size: 17px;
    }
    .jmk-cta-box {
        background: #051441;
        border-radius: 20px;
        padding: 42px 36px;
        position: relative;
        overflow: hidden;
    }
    .jmk-cta-box::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(214,41,33,.18);
        right: -80px;
        top: -90px;
    }
    .jmk-cta-box .row { position: relative; z-index: 2; }
    .jmk-cta-box h3, .jmk-cta-box p { color: #ffffff; }
    .jmk-cta-box p { opacity: .82; margin-bottom: 0; }
    .jmk-table {
        width: 100%;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
    }
    .jmk-table td {
        padding: 15px 18px;
        border-bottom: 1px solid #eef0f6;
        color: #6A7C92;
    }
    .jmk-table tr:last-child td { border-bottom: none; }
    .jmk-table td:first-child { color: #051441; font-weight: 700; width: 38%; }
    .jmk-equipment-page .section-title h1 {
        font-size: 42px;
        line-height: 1.16;
        letter-spacing: -.8px;
    }
    @media (max-width: 767px) {
        .jmk-page-section { padding: 50px 0 30px; }
        .jmk-gallery-img { height: 210px; }
        .jmk-cta-box { padding: 30px 22px; }
        .jmk-equipment-page .section-title h1 {
            font-size: 32px !important;
            line-height: 1.18;
            letter-spacing: -.4px;
        }
    }

/* Dashcam ürün görseli: doğal kare oranını masaüstü ve mobilde koru */
.jmk-dashcam-page .jmk-dashcam-product-image {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(16, 35, 63, .08);
}

/* Ürün sayfalarındaki ana görseli doğal en-boy oranında tutar. */
.jmk-product-media {
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 18px;
    background: #fff;
}

@media (max-width: 767px) {
    .jmk-product-media {
        max-width: 100%;
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .jmk-dashcam-page .jmk-dashcam-product-image {
        max-width: 330px;
        margin-top: 10px;
    }
}

/* ===== jmk-destek.php sayfa stilleri ===== */
.support-page {
        background: #f6f8fb;
    }

    .support-group {
        margin-bottom: 55px;
    }

    .support-group-title {
        margin-bottom: 25px;
        text-align: center;
    }

    .support-group-title span {
        display: inline-block;
        margin-bottom: 8px;
        color: #d51f2b;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .12em;
        text-transform: uppercase;
    }

    .support-group-title h2 {
        margin-bottom: 8px;
        color: #10233f;
        font-size: 30px;
    }

    .support-group-title p {
        max-width: 650px;
        margin: 0 auto;
        color: #66758a;
    }

    .app-card {
        display: flex;
        align-items: center;
        gap: 18px;
        height: 100%;
        padding: 26px;
        background: #fff;
        border: 1px solid #e5eaf1;
        border-radius: 16px;
        box-shadow: 0 12px 35px rgba(16, 35, 63, .07);
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .app-card:hover {
        transform: translateY(-4px);
        border-color: rgba(213, 31, 43, .35);
        box-shadow: 0 18px 45px rgba(16, 35, 63, .11);
    }

    .app-card img {
        width: 72px;
        height: 72px;
        flex: 0 0 72px;
        object-fit: contain;
    }

    .app-card-content h3 {
        margin-bottom: 4px;
        color: #10233f;
        font-size: 20px;
    }

    .app-card-content p {
        margin-bottom: 13px;
        color: #6f7d90;
        font-size: 14px;
        line-height: 1.55;
    }

    .app-link {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #d51f2b;
        font-weight: 750;
    }

    .app-link:hover {
        color: #b81420;
    }

    .support-download-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        max-width: 1000px;
        margin: 0 auto;
    }

    .support-download-card {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
        align-items: start;
        padding: 28px;
        background: #fff;
        border: 1px solid #e2e7ee;
        border-radius: 16px;
        box-shadow: 0 12px 35px rgba(16, 35, 63, .07);
        transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .support-download-card:hover {
        transform: translateY(-3px);
        border-color: rgba(213, 31, 43, .35);
        box-shadow: 0 17px 42px rgba(16, 35, 63, .11);
    }

    .support-download-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        color: #d51f2b;
        background: #fff0f1;
        border-radius: 14px;
        font-size: 29px;
    }

    .support-file-type {
        display: block;
        margin-bottom: 5px;
        color: #d51f2b;
        font-size: 11px;
        font-weight: 750;
        letter-spacing: .09em;
    }

    .support-download-content h3 {
        margin: 0 0 8px;
        color: #10233f;
        font-size: 20px;
    }

    .support-download-content p {
        margin: 0 0 15px;
        color: #66758a;
        font-size: 14px;
        line-height: 1.6;
    }

    .support-download-btn {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 10px 15px;
        color: #fff;
        background: #d51f2b;
        border-radius: 9px;
        font-size: 13px;
        font-weight: 700;
    }

    .support-download-btn:hover {
        color: #fff;
        background: #b81420;
    }

    .server-panel {
        padding: 35px;
        color: #fff;
        background: linear-gradient(135deg, #10233f, #1d3a61);
        border-radius: 20px;
        box-shadow: 0 18px 45px rgba(16, 35, 63, .16);
    }

    .server-panel h2,
    .server-panel p {
        color: #fff;
    }

    .server-panel p {
        margin-bottom: 22px;
        opacity: .78;
    }

    .server-buttons {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .server-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 145px;
        padding: 12px 22px;
        color: #fff;
        background: #d51f2b;
        border: 1px solid #d51f2b;
        border-radius: 10px;
        font-weight: 750;
    }

    .server-btn:hover {
        color: #10233f;
        background: #fff;
        border-color: #fff;
        transform: translateY(-2px);
    }

    .support-note {
        display: flex;
        gap: 12px;
        margin-top: 24px;
        padding: 16px 18px;
        color: #4d5c70;
        background: #fff;
        border: 1px solid #e5eaf1;
        border-radius: 12px;
    }

    .support-note i {
        margin-top: 4px;
        color: #d51f2b;
        font-size: 20px;
    }

    @media (max-width: 767px) {
        .support-download-grid {
            grid-template-columns: 1fr;
        }

        .support-download-card {
            grid-template-columns: 50px minmax(0, 1fr);
            gap: 13px;
            padding: 21px;
        }

        .support-download-icon {
            width: 50px;
            height: 50px;
            font-size: 23px;
        }

        .app-card {
            align-items: flex-start;
            padding: 21px;
        }

        .app-card img {
            width: 58px;
            height: 58px;
            flex-basis: 58px;
        }

        .support-group-title h2 {
            font-size: 26px;
        }

        .server-panel {
            padding: 25px;
        }

        .server-btn {
            width: 100%;
        }
    }

/* ===== karavan.php sayfa stilleri ===== */
.jmk-page-section { padding: 70px 0 45px; }
    .jmk-page-lead { color: #6A7C92; line-height: 1.8; font-size: 17px; }
    .jmk-visual-box {
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(35, 38, 45, 0.06);
    }
    .jmk-visual-box img {
        width: 100%;
        height: 390px;
        object-fit: cover;
        display: block;
        transition: all .4s ease;
    }
    .jmk-visual-box:hover img { transform: scale(1.035); }
    .jmk-solution-card {
        height: 100%;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 28px 24px;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
        transition: all .3s ease;
    }
    .jmk-solution-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 40px rgba(35,38,45,.10);
    }
    .jmk-solution-icon {
        width: 58px;
        height: 58px;
        border-radius: 15px;
        background: rgba(214,41,33,.10);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
    }
    .jmk-solution-icon i { color: #d62921; font-size: 29px; }
    .jmk-solution-card h4 {
        font-size: 20px;
        color: #051441;
        margin-bottom: 12px;
    }
    .jmk-solution-card p {
        color: #6A7C92;
        line-height: 1.7;
        margin-bottom: 0;
    }
    .jmk-info-section { padding: 65px 0 40px; background: #f7f9fc; }
    .jmk-info-box {
        height: 100%;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 30px 28px;
    }
    .jmk-info-box h3 { color: #051441; font-size: 23px; margin-bottom: 14px; }
    .jmk-info-box p { color: #6A7C92; line-height: 1.8; }
    .jmk-info-box ul { margin: 18px 0 0; padding: 0; list-style: none; }
    .jmk-info-box li {
        color: #051441;
        font-weight: 500;
        margin-bottom: 11px;
        padding-left: 25px;
        position: relative;
    }
    .jmk-info-box li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        top: 0;
        color: #d62921;
        font-weight: 700;
    }
    .jmk-gallery-section { padding: 65px 0 45px; }
    .jmk-gallery-img {
        overflow: hidden;
        border-radius: 16px;
        border: 1px solid #eef0f6;
        background: #fff;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
    }
    .jmk-gallery-img img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        display: block;
        transition: all .4s ease;
    }
    .jmk-gallery-img:hover img { transform: scale(1.05); }
    .jmk-cta-section {
        padding: 55px 0;
        background: #051441;
        position: relative;
        overflow: hidden;
    }
    .jmk-cta-section::before {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: rgba(214,41,33,.18);
        right: -120px;
        top: -140px;
    }
    .jmk-cta-section .container { position: relative; z-index: 2; }
    .jmk-cta-section h2 { color: #fff; font-size: 32px; margin-bottom: 12px; }
    .jmk-cta-section p { color: rgba(255,255,255,.78); margin-bottom: 0; line-height: 1.7; }

    /* Karavan sayfası: doğa ve yeşil odaklı görsel dil */
    .jmk-caravan-page {
        --caravan-green: #287451;
        --caravan-dark: #143f31;
        --caravan-sage: #eaf4ed;
        --caravan-line: rgba(40,116,81,.16);
    }
    .jmk-caravan-page .page-banner-section::before {
        background:
            radial-gradient(circle at 82% 20%, rgba(85,145,92,.32), transparent 30%),
            linear-gradient(105deg, rgba(10,38,30,.98), rgba(20,63,49,.91) 55%, rgba(48,97,61,.65)) !important;
    }
    .jmk-caravan-page .section-title > span,
    .jmk-caravan-page .jmk-section-title span { color: var(--caravan-green) !important; }
    .jmk-caravan-page .jmk-solution-icon {
        background: var(--caravan-sage);
        border: 1px solid var(--caravan-line);
    }
    .jmk-caravan-page .jmk-solution-icon i { color: var(--caravan-green); }
    .jmk-caravan-page .jmk-info-section,
    .jmk-caravan-page .jmk-gallery-section {
        background: linear-gradient(180deg, #f6faf7, #edf5ef);
    }
    .jmk-caravan-page .jmk-solution-card,
    .jmk-caravan-page .jmk-info-box,
    .jmk-caravan-page .jmk-gallery-img {
        border-color: var(--caravan-line);
        box-shadow: 0 12px 34px rgba(20,63,49,.07);
    }
    .jmk-caravan-page .jmk-list li::before { color: var(--caravan-green); }
    .jmk-caravan-page .jmk-cta-section {
        background: linear-gradient(120deg, #10372b, #245e42);
    }
    .jmk-caravan-page .jmk-cta-section::before { background: rgba(111,173,105,.18); }
    @media (max-width: 767px) {
        .jmk-page-section { padding: 50px 0 30px; }
        .jmk-visual-box img { height: 260px; }
        .jmk-gallery-img img { height: 220px; }
        .jmk-cta-section h2 { font-size: 25px; }
    }

/* ===== leduyarisistemleri.php sayfa stilleri ===== */
.jmk-page-section { padding: 70px 0 45px; background: #ffffff; }
    .jmk-page-text { color: #6A7C92; line-height: 1.8; font-size: 16px; }
    .jmk-hero-img {
        width: 100%;
        max-height: 430px;
        object-fit: cover;
        border-radius: 18px;
        box-shadow: 0 14px 40px rgba(5,20,65,.10);
    }
    .jmk-content-card {
        background: #ffffff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 28px 24px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
        transition: all .3s ease;
    }
    .jmk-content-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(35,38,45,.09); }
    .jmk-content-card i { color: #d62921; font-size: 30px; margin-bottom: 15px; display: inline-block; }
    .jmk-content-card h4 { color: #051441; font-size: 20px; margin-bottom: 12px; }
    .jmk-content-card p, .jmk-content-card li { color: #6A7C92; line-height: 1.7; margin-bottom: 0; }
    .jmk-feature-list { list-style: none; padding: 0; margin: 0; }
    .jmk-feature-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        color: #6A7C92;
        line-height: 1.7;
    }
    .jmk-feature-list li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        top: 0;
        color: #d62921;
        font-weight: 700;
    }
    .jmk-gallery-img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(35,38,45,.06);
    }
    .jmk-beacon-product {
        height: 100%;
        padding: 24px;
        background: linear-gradient(145deg, #fff8f0, #ffffff);
        border: 1px solid #f1dfcc;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(90,48,11,.06);
    }
    .jmk-beacon-product img {
        display: block;
        width: 100%;
        max-height: 270px;
        object-fit: contain;
    }
    .jmk-spec-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
    .jmk-spec-list li {
        padding: 13px 15px;
        color: #563517;
        background: #fff;
        border: 1px solid #f0dfce;
        border-radius: 10px;
        font-weight: 600;
    }
    .jmk-spec-list strong { color: #bd5110; }
    .jmk-app-card {
        height: 100%;
        overflow: hidden;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(35,38,45,.06);
    }
    .jmk-app-card img { width: 100%; height: 220px; object-fit: cover; display: block; }
    .jmk-app-card h4 { margin: 0; padding: 16px 18px 7px; color: #7d101b; font-size: 19px; }
    .jmk-app-card p { padding: 0 18px 18px; margin: 0; color: #6A7C92; line-height: 1.65; }
    .jmk-cta-box {
        background: #051441;
        border-radius: 20px;
        padding: 42px 36px;
        position: relative;
        overflow: hidden;
    }
    .jmk-cta-box::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(214,41,33,.18);
        right: -80px;
        top: -90px;
    }
    .jmk-cta-box .row { position: relative; z-index: 2; }
    .jmk-cta-box h3, .jmk-cta-box p { color: #ffffff; }
    .jmk-cta-box p { opacity: .82; margin-bottom: 0; }
    .jmk-table {
        width: 100%;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
    }
    .jmk-table td {
        padding: 15px 18px;
        border-bottom: 1px solid #eef0f6;
        color: #6A7C92;
    }
    .jmk-table tr:last-child td { border-bottom: none; }
    .jmk-table td:first-child { color: #051441; font-weight: 700; width: 38%; }
    @media (max-width: 767px) {
        .jmk-page-section { padding: 50px 0 30px; }
        .jmk-gallery-img { height: 210px; }
        .jmk-cta-box { padding: 30px 22px; }
    }

/* ===== nakliye.php sayfa stilleri ===== */
.jmk-page-section { padding: 70px 0 45px; background: #ffffff; }
    .jmk-page-text { color: #6A7C92; line-height: 1.8; font-size: 16px; }
    .jmk-hero-img {
        width: 100%;
        max-height: 430px;
        object-fit: cover;
        border-radius: 18px;
        box-shadow: 0 14px 40px rgba(5,20,65,.10);
    }
    .jmk-content-card {
        background: #ffffff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 28px 24px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
        transition: all .3s ease;
    }
    .jmk-content-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(35,38,45,.09); }
    .jmk-content-card i { color: #d62921; font-size: 30px; margin-bottom: 15px; display: inline-block; }
    .jmk-content-card h4 { color: #051441; font-size: 20px; margin-bottom: 12px; }
    .jmk-content-card p, .jmk-content-card li { color: #6A7C92; line-height: 1.7; margin-bottom: 0; }
    .jmk-feature-list { list-style: none; padding: 0; margin: 0; }
    .jmk-feature-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        color: #6A7C92;
        line-height: 1.7;
    }
    .jmk-feature-list li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        top: 0;
        color: #d62921;
        font-weight: 700;
    }
    .jmk-gallery-img {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        object-fit: contain;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(35,38,45,.06);
    }
    .jmk-cta-box {
        background: #051441;
        border-radius: 20px;
        padding: 42px 36px;
        position: relative;
        overflow: hidden;
    }
    .jmk-cta-box::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(214,41,33,.18);
        right: -80px;
        top: -90px;
    }
    .jmk-cta-box .row { position: relative; z-index: 2; }
    .jmk-cta-box h3, .jmk-cta-box p { color: #ffffff; }
    .jmk-cta-box p { opacity: .82; margin-bottom: 0; }
    .jmk-table {
        width: 100%;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
    }
    .jmk-table td {
        padding: 15px 18px;
        border-bottom: 1px solid #eef0f6;
        color: #6A7C92;
    }
    .jmk-table tr:last-child td { border-bottom: none; }
    .jmk-table td:first-child { color: #051441; font-weight: 700; width: 38%; }
    @media (max-width: 767px) {
        .jmk-page-section { padding: 50px 0 30px; }
        .jmk-gallery-img { height: auto; }
        .jmk-cta-box { padding: 30px 22px; }
    }

/* ===== oto-kamera.php sayfa stilleri ===== */
.jmk-page-section { padding: 70px 0 45px; background: #ffffff; }
    .jmk-page-text { color: #6A7C92; line-height: 1.8; font-size: 16px; }
    .jmk-hero-img {
        width: 100%;
        max-height: 430px;
        object-fit: cover;
        border-radius: 18px;
        box-shadow: 0 14px 40px rgba(5,20,65,.10);
    }
    .jmk-content-card {
        background: #ffffff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 28px 24px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
        transition: all .3s ease;
    }
    .jmk-content-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(35,38,45,.09); }
    .jmk-content-card i { color: #d62921; font-size: 30px; margin-bottom: 15px; display: inline-block; }
    .jmk-content-card h4 { color: #051441; font-size: 20px; margin-bottom: 12px; }
    .jmk-content-card p, .jmk-content-card li { color: #6A7C92; line-height: 1.7; margin-bottom: 0; }
    .jmk-feature-list { list-style: none; padding: 0; margin: 0; }
    .jmk-feature-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        color: #6A7C92;
        line-height: 1.7;
    }
    .jmk-feature-list li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        top: 0;
        color: #d62921;
        font-weight: 700;
    }
    .jmk-gallery-img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(35,38,45,.06);
    }
    .jmk-vehicle-360-img {
        height: 285px;
        object-fit: contain;
        background: #f3f6fa;
    }
    .jmk-visual-demo-card {
        height: 100%;
        padding: 12px 12px 22px;
        background: #ffffff;
        border: 1px solid #e8edf4;
        border-radius: 20px;
        box-shadow: 0 12px 34px rgba(5,20,65,.07);
    }
    .jmk-visual-demo-card h3 {
        margin: 19px 12px 7px;
        color: #051441;
        font-size: 19px;
    }
    .jmk-visual-demo-card p {
        margin: 0 12px;
        color: #6A7C92;
        font-size: 14px;
        line-height: 1.65;
    }
    .jmk-cta-box {
        background: #051441;
        border-radius: 20px;
        padding: 42px 36px;
        position: relative;
        overflow: hidden;
    }
    .jmk-cta-box::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(214,41,33,.18);
        right: -80px;
        top: -90px;
    }
    .jmk-cta-box .row { position: relative; z-index: 2; }
    .jmk-cta-box h3, .jmk-cta-box p { color: #ffffff; }
    .jmk-cta-box p { opacity: .82; margin-bottom: 0; }
    .jmk-table {
        width: 100%;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
    }
    .jmk-table td {
        padding: 15px 18px;
        border-bottom: 1px solid #eef0f6;
        color: #6A7C92;
    }
    .jmk-table tr:last-child td { border-bottom: none; }
    .jmk-table td:first-child { color: #051441; font-weight: 700; width: 38%; }
    @media (max-width: 767px) {
        .jmk-page-section { padding: 50px 0 30px; }
        .jmk-gallery-img { height: 210px; }
        .jmk-cta-box { padding: 30px 22px; }
    }

/* ===== otobus.php sayfa stilleri ===== */
.jmk-page-section { padding: 70px 0 45px; background: #ffffff; }
    .jmk-page-text { color: #6A7C92; line-height: 1.8; font-size: 16px; }
    .jmk-hero-img {
        width: 100%;
        max-height: 430px;
        object-fit: cover;
        border-radius: 18px;
        box-shadow: 0 14px 40px rgba(5,20,65,.10);
    }
    .jmk-content-card {
        background: #ffffff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 28px 24px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
        transition: all .3s ease;
    }
    .jmk-content-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(35,38,45,.09); }
    .jmk-content-card i { color: #d62921; font-size: 30px; margin-bottom: 15px; display: inline-block; }
    .jmk-content-card h4 { color: #051441; font-size: 20px; margin-bottom: 12px; }
    .jmk-content-card p, .jmk-content-card li { color: #6A7C92; line-height: 1.7; margin-bottom: 0; }
    .jmk-feature-list { list-style: none; padding: 0; margin: 0; }
    .jmk-feature-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        color: #6A7C92;
        line-height: 1.7;
    }
    .jmk-feature-list li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        top: 0;
        color: #d62921;
        font-weight: 700;
    }
    .jmk-gallery-img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(35,38,45,.06);
    }
    .jmk-bus-camera-card {
        height: 100%;
        padding: 10px 10px 22px;
        background: #ffffff;
        border: 1px solid #e8edf4;
        border-radius: 19px;
        box-shadow: 0 12px 34px rgba(5,20,65,.07);
    }
    .jmk-bus-camera-card h3 {
        margin: 19px 12px 7px;
        color: #051441;
        font-size: 19px;
        line-height: 1.35;
    }
    .jmk-bus-camera-card p {
        margin: 0 12px;
        color: #6A7C92;
        font-size: 14px;
        line-height: 1.65;
    }
    .jmk-cta-box {
        background: #051441;
        border-radius: 20px;
        padding: 42px 36px;
        position: relative;
        overflow: hidden;
    }
    .jmk-cta-box::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(214,41,33,.18);
        right: -80px;
        top: -90px;
    }
    .jmk-cta-box .row { position: relative; z-index: 2; }
    .jmk-cta-box h3, .jmk-cta-box p { color: #ffffff; }
    .jmk-cta-box p { opacity: .82; margin-bottom: 0; }
    .jmk-table {
        width: 100%;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
    }
    .jmk-table td {
        padding: 15px 18px;
        border-bottom: 1px solid #eef0f6;
        color: #6A7C92;
    }
    .jmk-table tr:last-child td { border-bottom: none; }
    .jmk-table td:first-child { color: #051441; font-weight: 700; width: 38%; }
    @media (max-width: 767px) {
        .jmk-page-section { padding: 50px 0 30px; }
        .jmk-gallery-img { height: 210px; }
        .jmk-cta-box { padding: 30px 22px; }
    }

/* ===== sehirlerarasi.php sayfa stilleri ===== */
.jmk-page-section { padding: 70px 0 45px; }
    .jmk-page-lead { color: #6A7C92; line-height: 1.8; font-size: 17px; }
    .jmk-visual-box {
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(35, 38, 45, 0.06);
    }
    .jmk-visual-box img {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        object-fit: contain;
        display: block;
        transition: all .4s ease;
    }
    .jmk-visual-box:hover img { transform: scale(1.035); }
    .jmk-solution-card {
        height: 100%;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 28px 24px;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
        transition: all .3s ease;
    }
    .jmk-solution-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 40px rgba(35,38,45,.10);
    }
    .jmk-solution-icon {
        width: 58px;
        height: 58px;
        border-radius: 15px;
        background: rgba(214,41,33,.10);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
    }
    .jmk-solution-icon i { color: #d62921; font-size: 29px; }
    .jmk-solution-card h4 {
        font-size: 20px;
        color: #051441;
        margin-bottom: 12px;
    }
    .jmk-solution-card p {
        color: #6A7C92;
        line-height: 1.7;
        margin-bottom: 0;
    }
    .jmk-info-section { padding: 65px 0 40px; background: #f7f9fc; }
    .jmk-info-box {
        height: 100%;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 30px 28px;
    }
    .jmk-info-box h3 { color: #051441; font-size: 23px; margin-bottom: 14px; }
    .jmk-info-box p { color: #6A7C92; line-height: 1.8; }
    .jmk-info-box ul { margin: 18px 0 0; padding: 0; list-style: none; }
    .jmk-info-box li {
        color: #051441;
        font-weight: 500;
        margin-bottom: 11px;
        padding-left: 25px;
        position: relative;
    }
    .jmk-info-box li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        top: 0;
        color: #d62921;
        font-weight: 700;
    }
    .jmk-gallery-section { padding: 65px 0 45px; }
    .jmk-gallery-img {
        overflow: hidden;
        border-radius: 16px;
        border: 1px solid #eef0f6;
        background: #fff;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
    }
    .jmk-gallery-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        object-fit: contain;
        display: block;
        transition: all .4s ease;
    }
    .jmk-gallery-img h4 {
        margin: 0;
        padding: 15px 18px 16px;
        color: #7d101b;
        font-size: 17px;
    }
    .jmk-gallery-img:hover img { transform: scale(1.05); }
    .jmk-cta-section {
        padding: 55px 0;
        background: #051441;
        position: relative;
        overflow: hidden;
    }
    .jmk-cta-section::before {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: rgba(214,41,33,.18);
        right: -120px;
        top: -140px;
    }
    .jmk-cta-section .container { position: relative; z-index: 2; }
    .jmk-cta-section h2 { color: #fff; font-size: 32px; margin-bottom: 12px; }
    .jmk-cta-section p { color: rgba(255,255,255,.78); margin-bottom: 0; line-height: 1.7; }
    @media (max-width: 767px) {
        .jmk-page-section { padding: 50px 0 30px; }
        .jmk-visual-box img, .jmk-gallery-img img { height: auto; }
        .jmk-cta-section h2 { font-size: 25px; }
    }

/* ===== servis.php sayfa stilleri ===== */
.jmk-page-section { padding: 70px 0 45px; background: #ffffff; }
    .jmk-page-text { color: #6A7C92; line-height: 1.8; font-size: 16px; }
    .jmk-hero-img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        border-radius: 18px;
        box-shadow: 0 14px 40px rgba(5,20,65,.10);
    }
    .jmk-content-card {
        background: #ffffff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        padding: 28px 24px;
        height: 100%;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
        transition: all .3s ease;
    }
    .jmk-content-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(35,38,45,.09); }
    .jmk-content-card i { color: #d62921; font-size: 30px; margin-bottom: 15px; display: inline-block; }
    .jmk-content-card h4 { color: #051441; font-size: 20px; margin-bottom: 12px; }
    .jmk-content-card p, .jmk-content-card li { color: #6A7C92; line-height: 1.7; margin-bottom: 0; }
    .jmk-feature-list { list-style: none; padding: 0; margin: 0; }
    .jmk-feature-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        color: #6A7C92;
        line-height: 1.7;
    }
    .jmk-feature-list li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        top: 0;
        color: #d62921;
        font-weight: 700;
    }
    .jmk-gallery-img {
        width: 100%;
        height: 310px;
        object-fit: cover;
        display: block;
        border-radius: 0;
        box-shadow: none;
    }
    .jmk-service-visual {
        overflow: hidden;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(35,38,45,.06);
    }
    .jmk-service-visual h4 {
        margin: 0;
        padding: 15px 18px 16px;
        color: #7d101b;
        font-size: 17px;
    }
    .jmk-cta-box {
        background: #051441;
        border-radius: 20px;
        padding: 42px 36px;
        position: relative;
        overflow: hidden;
    }
    .jmk-cta-box::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(214,41,33,.18);
        right: -80px;
        top: -90px;
    }
    .jmk-cta-box .row { position: relative; z-index: 2; }
    .jmk-cta-box h3, .jmk-cta-box p { color: #ffffff; }
    .jmk-cta-box p { opacity: .82; margin-bottom: 0; }
    .jmk-table {
        width: 100%;
        background: #fff;
        border: 1px solid #eef0f6;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(35,38,45,.05);
    }
    .jmk-table td {
        padding: 15px 18px;
        border-bottom: 1px solid #eef0f6;
        color: #6A7C92;
    }
    .jmk-table tr:last-child td { border-bottom: none; }
    .jmk-table td:first-child { color: #051441; font-weight: 700; width: 38%; }
    @media (max-width: 767px) {
        .jmk-page-section { padding: 50px 0 30px; }
        .jmk-hero-img { height: 260px; }
        .jmk-gallery-img { height: 235px; }
        .jmk-cta-box { padding: 30px 22px; }
    }
.jmk-recaptcha-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 4px 0 24px;
}

.jmk-recaptcha-wrap small {
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 380px) {
    .jmk-recaptcha-wrap {
        align-items: flex-start;
        overflow: hidden;
    }

    .jmk-recaptcha-wrap .g-recaptcha {
        transform: scale(.86);
        transform-origin: left top;
        margin-bottom: -11px;
    }
}
.about-brand-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 22px;
}

.about-brand-logo img {
  display: block;
  width: 210px;
  max-width: 58vw;
  height: auto;
}
/* Bilgi Merkezi */
.knowledge-hero{padding:72px 0 64px;background:linear-gradient(125deg,#8d0d19 0%,#c91827 58%,#e23843 100%);color:#fff}.knowledge-hero .container{max-width:1100px}.knowledge-hero>div>span,.knowledge-hero .container>span{display:block;margin-bottom:14px;font-size:13px;font-weight:800;letter-spacing:.13em}.knowledge-hero h1{max-width:900px;margin:0 0 18px;color:#fff;font-size:clamp(30px,4vw,48px);line-height:1.15}.knowledge-hero p{max-width:820px;margin:0;color:rgba(255,255,255,.88);font-size:17px;line-height:1.8}.knowledge-back{display:inline-block;margin-bottom:18px;color:#fff;font-weight:700}.knowledge-index,.scenario-section,.knowledge-body{padding:72px 0;background:#f7f9fc}.knowledge-section-heading{max-width:760px;margin:0 auto 38px;text-align:center}.knowledge-section-heading>span,.knowledge-feature span,.knowledge-cta span{color:#cf1b28;font-size:13px;font-weight:800;letter-spacing:.12em}.knowledge-section-heading h2{margin:9px 0 10px;font-size:34px;color:#071d3b}.knowledge-grid,.scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.knowledge-card,.scenario-card{padding:28px;background:#fff;border:1px solid #e1e7ef;border-radius:16px;box-shadow:0 12px 35px rgba(13,35,66,.06)}.knowledge-card>span,.scenario-card>span{color:#d51f2a;font-size:12px;font-weight:800;letter-spacing:.08em}.knowledge-card h2,.scenario-card h2{margin:12px 0;font-size:22px;line-height:1.35;color:#071d3b}.knowledge-card h2 a{color:inherit}.knowledge-card p,.scenario-card dd{color:#596b83;line-height:1.75}.knowledge-link{display:inline-flex;margin-top:12px;color:#c41825;font-weight:800}.knowledge-feature,.knowledge-cta{margin-top:38px;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fff;border:1px solid #ead3d6;border-radius:18px}.knowledge-feature h2,.knowledge-cta h2{margin:7px 0 6px;color:#071d3b;font-size:28px}.knowledge-feature p{margin:0;max-width:720px}.knowledge-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:44px;align-items:start}.knowledge-toc{position:sticky;top:100px;padding:22px;background:#fff;border:1px solid #e1e7ef;border-radius:14px}.knowledge-toc strong{display:block;margin-bottom:12px;color:#071d3b}.knowledge-toc a{display:block;padding:8px 0;border-bottom:1px solid #edf0f4;color:#53657d;font-size:14px}.knowledge-content{min-width:0}.knowledge-content>section{scroll-margin-top:110px;margin-bottom:24px;padding:30px;background:#fff;border:1px solid #e1e7ef;border-radius:16px}.knowledge-content h2{margin:0 0 14px;color:#071d3b;font-size:27px}.knowledge-content p,.knowledge-content li{color:#53657d;line-height:1.8}.knowledge-content li{margin-bottom:7px}.knowledge-faq details{padding:15px 0;border-top:1px solid #e5e9ef}.knowledge-faq summary{cursor:pointer;color:#071d3b;font-weight:700}.knowledge-faq details p{margin:10px 0 0}.scenario-card dl{margin:20px 0 8px}.scenario-card dl div{padding:14px 0;border-top:1px solid #edf0f4}.scenario-card dt{margin-bottom:5px;color:#071d3b;font-size:13px;font-weight:800}.scenario-card dd{margin:0}.legal-content{max-width:900px;margin:auto}.legal-note{padding:18px;border-left:3px solid #d51f2a;background:#fff4f5;border-radius:8px}
.legal-page .knowledge-hero{margin-top:82px}
@media(max-width:991px){.knowledge-grid,.scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-layout{grid-template-columns:1fr}.knowledge-toc{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.knowledge-toc strong{grid-column:1/-1}.legal-page .knowledge-hero{margin-top:72px}}
@media(max-width:767px){.knowledge-hero{padding:48px 0 42px}.knowledge-hero h1{font-size:30px}.knowledge-hero p{font-size:15px}.knowledge-index,.scenario-section,.knowledge-body{padding:44px 0}.knowledge-grid,.scenario-grid{grid-template-columns:1fr}.knowledge-card,.scenario-card,.knowledge-content>section{padding:22px}.knowledge-feature,.knowledge-cta{padding:24px;display:block}.knowledge-feature .theme-btn,.knowledge-cta .theme-btn{margin-top:18px}.knowledge-toc{grid-template-columns:1fr}.knowledge-section-heading h2{font-size:28px}}

/* Bilgi Merkezi tipografi dengesi */
.knowledge-hub,
.knowledge-article {
  font-family: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

.knowledge-card > span,
.scenario-card > span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
}

.knowledge-card h2,
.scenario-card h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.015em;
  line-height: 1.4;
}

.scenario-card dt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

.knowledge-link {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

/* Tüm iç sayfalarda ortak ve daha ölçülü tipografi */
.jmk-inner-page {
  font-family: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

.jmk-inner-page .client-logo-section,
.jmk-inner-page .client-logo-wrapper {
  overflow: hidden;
}

.jmk-inner-page h1,
.jmk-inner-page .page-banner-section h1,
.jmk-inner-page .jmk-page-hero h1,
.jmk-inner-page .jmk-equipment-page .section-title h1,
.jmk-inner-page .knowledge-hero h1 {
  font-size: clamp(27px, 2.25vw, 34px) !important;
  font-weight: 650 !important;
  line-height: 1.24 !important;
  letter-spacing: -.018em !important;
}

.jmk-inner-page section h2 {
  font-size: clamp(23px, 1.9vw, 28px) !important;
  font-weight: 600 !important;
  line-height: 1.32 !important;
  letter-spacing: -.012em !important;
}

.jmk-inner-page section h3 {
  font-size: clamp(20px, 1.65vw, 24px) !important;
  font-weight: 600 !important;
  line-height: 1.38 !important;
  letter-spacing: -.01em !important;
}

.jmk-inner-page section h4 {
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
}

.jmk-inner-page .jmk-section-title h2,
.jmk-inner-page .section-title h2,
.jmk-inner-page .jmk-content-text h2,
.jmk-inner-page .support-group-title h2,
.jmk-inner-page .knowledge-section-heading h2,
.jmk-inner-page .knowledge-content h2,
.jmk-inner-page .knowledge-feature h2,
.jmk-inner-page .knowledge-cta h2,
.jmk-inner-page .jmk-cta-section h2 {
  font-size: clamp(23px, 1.9vw, 28px) !important;
  font-weight: 600 !important;
  line-height: 1.32 !important;
  letter-spacing: -.012em !important;
}

.jmk-inner-page .jmk-section-title > span,
.jmk-inner-page .section-title > span,
.jmk-inner-page .support-group-title > span,
.jmk-inner-page .knowledge-hero .container > span,
.jmk-inner-page .knowledge-section-heading > span,
.jmk-inner-page .knowledge-feature span,
.jmk-inner-page .knowledge-cta span,
.jmk-inner-page .knowledge-card > span,
.jmk-inner-page .scenario-card > span {
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.jmk-inner-page .knowledge-card h2,
.jmk-inner-page .scenario-card h2,
.jmk-inner-page .jmk-content-card h4,
.jmk-inner-page .jmk-solution-card h4 {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  letter-spacing: -.01em !important;
}

.jmk-inner-page .scenario-card dt,
.jmk-inner-page .knowledge-link {
  font-family: inherit !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 767px) {
  .jmk-inner-page h1,
  .jmk-inner-page .page-banner-section h1,
  .jmk-inner-page .jmk-page-hero h1,
  .jmk-inner-page .jmk-equipment-page .section-title h1,
  .jmk-inner-page .knowledge-hero h1 {
    font-size: 27px !important;
    line-height: 1.27 !important;
  }

  .jmk-inner-page .jmk-section-title h2,
  .jmk-inner-page .section-title h2,
  .jmk-inner-page .jmk-content-text h2,
  .jmk-inner-page .support-group-title h2,
  .jmk-inner-page .knowledge-section-heading h2,
  .jmk-inner-page .knowledge-content h2,
  .jmk-inner-page .knowledge-feature h2,
  .jmk-inner-page .knowledge-cta h2,
  .jmk-inner-page .jmk-cta-section h2 {
    font-size: 23px !important;
    line-height: 1.34 !important;
  }

  .jmk-inner-page section h2 { font-size: 23px !important; }
  .jmk-inner-page section h3 { font-size: 20px !important; }
  .jmk-inner-page section h4 { font-size: 18px !important; }

  .jmk-inner-page .knowledge-card h2,
  .jmk-inner-page .scenario-card h2,
  .jmk-inner-page .jmk-content-card h4,
  .jmk-inner-page .jmk-solution-card h4 {
    font-size: 19px !important;
  }
}
