/* Static SEO recipe + creator hub pages (generated under /c/foodwishes/) */

.seo-page {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: #2a1f18;
  background: #fffdfb;
  line-height: 1.5;
}

.seo-page a {
  color: #c45c3e;
  font-weight: 600;
}

.seo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(61, 47, 72, 0.1);
  background: rgba(255, 251, 247, 0.95);
}

.seo-logo {
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  color: #2a1f18;
}

.seo-disclaimer {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 0.72rem;
  color: #5c4d52;
  background: rgba(61, 47, 72, 0.06);
  border-bottom: 1px solid rgba(61, 47, 72, 0.08);
}

.seo-main {
  max-width: 42rem;
  margin: 0 auto;
  padding: 1rem 1rem 2.5rem;
}

.seo-main h1 {
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.seo-lead {
  margin: 0 0 1.25rem;
  color: #5c4d52;
  font-size: 0.95rem;
}

.seo-video-wrap {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 1rem;
  aspect-ratio: 9 / 16;
  background: #0d060f;
  border-radius: 12px;
  overflow: hidden;
}

.seo-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.seo-yt-link {
  text-align: center;
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
}

.seo-section {
  margin: 1.5rem 0;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 238, 221, 0.35);
  border: 1px solid rgba(61, 47, 72, 0.08);
}

.seo-section h2 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.seo-section p {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: #5c4d52;
}

.seo-cta {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #c45c3e;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.9rem;
}

.seo-cta:hover {
  background: #a84a30;
}

.seo-ftc {
  font-size: 0.75rem;
  color: #5c4d52;
  margin: 1rem 0 0;
}

.seo-hub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.seo-hub-list a {
  display: block;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(61, 47, 72, 0.1);
  text-decoration: none;
  color: #2a1f18;
  font-weight: 600;
  font-size: 0.9rem;
}

.seo-hub-list a:hover {
  border-color: #c45c3e;
}

.seo-hub-count {
  font-size: 0.85rem;
  color: #5c4d52;
  margin: 0 0 1rem;
}
