/* Kayra Patent 2026 expert guide clusters — text-free topic imagery v2. */

.kayra-guide .foodx-hero-grid {
  align-items: stretch;
}

.kayra-guide .guide-visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: block;
  padding: 0;
  color: transparent;
  background-color: #11161b;
  background-image:
    linear-gradient(90deg, rgba(4, 7, 10, .30), rgba(4, 7, 10, .02)),
    var(--kayra-guide-photo);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, .16);
}

.kayra-guide .guide-visual::before,
.kayra-guide .guide-visual::after {
  content: none;
  display: none;
}

.kayra-guide .guide-visual--ce-machinery {
  --kayra-guide-photo: url("/kayra-topic-heroes/hero-ce-machinery.webp");
}

.kayra-guide .guide-visual--construction-avcp {
  --kayra-guide-photo: url("/kayra-topic-heroes/hero-construction-avcp.webp");
}

.kayra-guide .guide-visual--conformity-documents {
  --kayra-guide-photo: url("/kayra-topic-heroes/hero-conformity-documents.webp");
}

.kayra-guide .guide-visual--iso9001 {
  --kayra-guide-photo: url("/kayra-topic-heroes/hero-iso9001.webp");
}

.kayra-guide .guide-visual--iso22000 {
  --kayra-guide-photo: url("/kayra-topic-heroes/hero-iso22000.webp");
}

.kayra-guide .guide-visual--trademark {
  --kayra-guide-photo: url("/kayra-topic-heroes/hero-trademark.webp");
}

.kayra-guide .guide-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 24px 0 8px;
}

.kayra-guide .guide-nav-card {
  display: flex;
  min-height: 128px;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  color: #11151a;
  text-decoration: none;
  background: #f5f6f7;
  border: 1px solid #e2e5e8;
  border-top: 3px solid #e40017;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.kayra-guide .guide-nav-card:hover,
.kayra-guide .guide-nav-card:focus-visible {
  transform: translateY(-2px);
  border-color: #e40017;
  box-shadow: 0 14px 32px rgba(8, 12, 16, .09);
}

.kayra-guide .guide-nav-card strong {
  font: 700 21px/1.15 var(--font-oswald), Oswald, sans-serif;
}

.kayra-guide .guide-nav-card span {
  color: #ad0011;
  font-weight: 700;
}

.kayra-guide .guide-note {
  margin: 24px 0;
  padding: 20px 22px;
  color: #27303a;
  background: #fff7f8;
  border-left: 4px solid #e40017;
}

.kayra-guide .guide-note strong {
  display: block;
  margin-bottom: 6px;
  color: #11151a;
}

.kayra-guide .guide-table-wrap {
  width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid #e0e3e6;
}

.kayra-guide .guide-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  font-size: 15px;
}

.kayra-guide .guide-table th,
.kayra-guide .guide-table td {
  padding: 15px 17px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e7e9eb;
}

.kayra-guide .guide-table th {
  color: #fff;
  background: #15191e;
  font-family: var(--font-oswald), Oswald, sans-serif;
  letter-spacing: .025em;
}

.kayra-guide .guide-table tr:last-child td {
  border-bottom: 0;
}

.kayra-guide .guide-districts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 20px 0 8px;
  padding: 0;
  list-style: none;
}

.kayra-guide .guide-districts li,
.kayra-guide .guide-districts a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: #20262c;
  text-decoration: none;
  background: #f3f4f5;
  border: 1px solid #dde1e4;
}

.kayra-guide .guide-districts a:hover,
.kayra-guide .guide-districts a:focus-visible {
  color: #b00012;
  border-color: #e40017;
}

.kayra-guide .guide-plain-list {
  margin: 16px 0 0;
  padding-left: 22px;
}

.kayra-guide .guide-plain-list li + li {
  margin-top: 9px;
}

.kayra-guide .foodx-sources a {
  overflow-wrap: anywhere;
}

/* Static cluster inserted into the two established CE landing pages. */
.kayra-seo-cluster {
  padding: clamp(58px, 7vw, 92px) 0;
  color: #15191e;
  background: #f5f6f7;
  border-top: 1px solid #e0e3e6;
  border-bottom: 1px solid #e0e3e6;
}

.kayra-seo-cluster__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.kayra-seo-cluster__head span {
  color: #c90015;
  font-weight: 700;
  letter-spacing: .12em;
}

.kayra-seo-cluster__head h2 {
  max-width: 820px;
  margin: 8px 0 0;
  font: 700 clamp(31px, 4vw, 54px)/1.02 var(--font-oswald), Oswald, sans-serif;
}

.kayra-seo-cluster__head p {
  max-width: 520px;
  margin: 0;
  color: #4a535d;
  line-height: 1.7;
}

.kayra-seo-cluster__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.kayra-seo-cluster__card {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  color: #15191e;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dde1e4;
  border-top: 4px solid #e40017;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.kayra-seo-cluster__card:hover,
.kayra-seo-cluster__card:focus-visible {
  transform: translateY(-3px);
  border-color: #e40017;
  box-shadow: 0 16px 35px rgba(8, 12, 16, .1);
}

.kayra-seo-cluster__card strong {
  font: 700 23px/1.1 var(--font-oswald), Oswald, sans-serif;
}

.kayra-seo-cluster__card small {
  color: #56616b;
  line-height: 1.55;
}

.kayra-seo-cluster__card b {
  color: #b00012;
}

@media (max-width: 760px) {
  .kayra-guide .guide-visual {
    min-height: 245px;
  }

  .kayra-guide .guide-nav-grid {
    grid-template-columns: 1fr;
  }

  .kayra-guide .guide-nav-card {
    min-height: 108px;
  }

  .kayra-seo-cluster__head {
    display: block;
  }

  .kayra-seo-cluster__head p {
    margin-top: 14px;
  }

  .kayra-seo-cluster__grid {
    grid-template-columns: 1fr;
  }

  .kayra-seo-cluster__card {
    min-height: 142px;
  }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .kayra-seo-cluster__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
