.kora-seo-home {
  max-width: 1120px;
  margin: 0 auto;
  padding: 4rem 1.5rem 3.5rem;
}

.kora-seo-shell {
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 44%),
    linear-gradient(145deg, rgba(18, 15, 13, 0.95), rgba(28, 21, 17, 0.92));
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.35);
  padding: 2.2rem;
}

.kora-seo-eyebrow {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d4af37;
}

.kora-seo-title {
  margin: 0.7rem 0 1rem;
  font-family: "Cinzel", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.25;
  color: #f1e7d1;
}

.kora-seo-copy {
  margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.8;
  color: rgba(239, 227, 204, 0.93);
}

.kora-seo-links {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.kora-seo-links a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  padding: 0.38rem 0.9rem;
  font-size: 0.95rem;
  text-decoration: none;
  color: #efe3cc;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.kora-seo-links a:hover {
  border-color: #d4af37;
  color: #d4af37;
  background: rgba(212, 175, 55, 0.08);
}

.kora-seo-microcopy {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.kora-seo-chip {
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  padding: 0.36rem 0.8rem;
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(239, 227, 204, 0.88);
}

.kora-faq {
  margin-top: 2rem;
}

.kora-faq > h2 {
  margin: 0 0 1rem;
  font-family: "Cinzel", serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  color: #f1e7d1;
}

.kora-faq details {
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  padding: 0.8rem 0;
}

.kora-faq details:last-child {
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.kora-faq summary {
  cursor: pointer;
  list-style: none;
  font-family: "Cinzel", serif;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #efe3cc;
}

.kora-faq summary::-webkit-details-marker {
  display: none;
}

.kora-faq p {
  margin: 0.72rem 0 0;
  color: rgba(239, 227, 204, 0.9);
  line-height: 1.7;
  font-size: 1.03rem;
}

.kora-seo-footer-heading {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d4af37;
}

.kora-seo-footer-section {
  position: relative;
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(0, 0, 0, 0.08) 38%),
    rgba(0, 0, 0, 0.18);
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.kora-seo-footer-group {
  min-width: 0;
  border-left: 1px solid rgba(212, 175, 55, 0.18);
  padding-left: 0.9rem;
}

.kora-seo-footer-list {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.kora-seo-footer-item {
  margin: 0;
  line-height: 1.35;
}

.kora-seo-footer-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 2rem;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 6px;
  background: rgba(18, 15, 13, 0.58);
  padding: 0.34rem 0.58rem;
  color: rgba(239, 227, 204, 0.84);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.kora-seo-footer-link:hover {
  color: #d4af37;
  border-color: rgba(212, 175, 55, 0.42);
  background: rgba(212, 175, 55, 0.08);
}

@media (max-width: 768px) {
  .kora-seo-shell {
    padding: 1.6rem 1.2rem;
  }

  .kora-seo-home {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .kora-seo-links a {
    font-size: 0.88rem;
  }

  .kora-seo-footer-section {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    padding: 0.9rem;
  }

  .kora-seo-footer-group {
    padding-left: 0.75rem;
  }

  .kora-seo-footer-link {
    width: 100%;
  }
}
