/* Kayra Patent 2026 expert guide clusters — additive, page-scoped styles. */

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

.kayra-guide .guide-visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 4vw, 54px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 8, 11, .96), rgba(26, 30, 35, .88)),
    repeating-linear-gradient(135deg, transparent 0 34px, rgba(228, 0, 23, .2) 34px 36px);
  border: 1px solid rgba(255, 255, 255, .16);
  isolation: isolate;
}

.kayra-guide .guide-visual::before,
.kayra-guide .guide-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
}

.kayra-guide .guide-visual::before {
  width: 310px;
  height: 310px;
  right: -95px;
  top: -95px;
  box-shadow: 0 0 0 42px rgba(228, 0, 23, .08);
}

.kayra-guide .guide-visual::after {
  width: 130px;
  height: 130px;
  right: 44px;
  top: 44px;
  background: rgba(228, 0, 23, .82);
}

.kayra-guide .guide-visual small {
  color: #ff6978;
  font: 600 13px/1.2 var(--font-open-sans), "Open Sans", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.kayra-guide .guide-visual strong {
  display: block;
  max-width: 12ch;
  margin-top: 12px;
  font: 700 clamp(34px, 4vw, 62px)/.98 var(--font-oswald), Oswald, sans-serif;
  letter-spacing: -.025em;
}

.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));
  }
}
