/* ================================================= */
/* WILDVERSE SEO INTRO — COMPACT FREE AUDIO LIBRARY */
/* ================================================= */

.wv-seo-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 4.2rem) 1rem;
  background:
    radial-gradient(circle at 12% 12%, rgba(120, 247, 255, 0.11), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 79, 216, 0.09), transparent 34%),
    linear-gradient(180deg, #020609 0%, #061014 52%, #071519 100%);
  color: #f5f7fb;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  border-bottom: 1px solid rgba(120, 247, 255, 0.13);
}

/* Library grid mood */
.wv-seo-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(120, 247, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 247, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
}

/* Dark cinematic wash */
.wv-seo-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.68)),
    radial-gradient(circle at 50% 100%, rgba(120, 247, 255, 0.08), transparent 42%);
  pointer-events: none;
}

.wv-seo-intro__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
}

/* Compact badge */
.wv-seo-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 0.75rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(120, 247, 255, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(120, 247, 255, 0.09), rgba(255, 79, 216, 0.045)),
    rgba(3, 16, 22, 0.72);
  color: #bdefff;
  box-shadow:
    0 0 18px rgba(120, 247, 255, 0.08),
    inset 0 0 14px rgba(120, 247, 255, 0.045);
  font-size: clamp(0.62rem, 0.9vw, 0.76rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.wv-seo-intro h1 {
  max-width: 980px;
  margin: 0 0 0.8rem;
  color: #f7fbff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5.2vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 0.94;
  text-wrap: balance;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.05),
    0 0 28px rgba(120, 247, 255, 0.07),
    0 0 46px rgba(255, 79, 216, 0.07);
}

.wv-seo-intro p {
  max-width: 920px;
  margin: 0 0 0.75rem;
  color: #b9c7d2;
  font-size: clamp(0.92rem, 1.25vw, 1.05rem);
  line-height: 1.58;
}

.wv-seo-intro p strong,
.wv-seo-intro a {
  color: #7df7ff;
}

/* Compact tag cloud */
.wv-seo-intro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.wv-seo-intro__tags li {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 0.42rem 0.68rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(7, 15, 18, 0.78);
  color: #eaf7ff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 8px 18px rgba(0, 0, 0, 0.22);
  font-size: clamp(0.74rem, 0.9vw, 0.86rem);
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.wv-seo-intro__tags li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(120, 247, 255, 0.12), rgba(255, 79, 216, 0.09));
  opacity: 0;
  transition: opacity 160ms ease;
}

.wv-seo-intro__tags li:hover {
  border-color: rgba(120, 247, 255, 0.44);
  color: #ffffff;
  transform: translateY(-1px);
}

.wv-seo-intro__tags li:hover::before {
  opacity: 1;
}

/* Compact mode when directly above library */
.wv-seo-intro + .wv-library,
.wv-seo-intro + #free-audio-library {
  margin-top: 0;
}

/* Mobile tuning */
@media (max-width: 760px) {
  .wv-seo-intro {
    padding: 2.4rem 0.9rem 2.8rem;
  }

  .wv-seo-kicker {
    margin-bottom: 0.7rem;
    padding: 0.38rem 0.64rem;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .wv-seo-intro h1 {
    margin-bottom: 0.75rem;
    font-size: clamp(2.15rem, 11vw, 3.4rem);
    letter-spacing: -0.045em;
    line-height: 0.96;
  }

  .wv-seo-intro p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .wv-seo-intro__tags {
    gap: 0.42rem;
    margin-top: 1rem;
  }

  .wv-seo-intro__tags li {
    padding: 0.38rem 0.58rem;
    font-size: 0.74rem;
  }
}

@media (max-width: 420px) {
  .wv-seo-intro {
    padding: 2rem 0.8rem 2.4rem;
  }

  .wv-seo-intro h1 {
    font-size: clamp(1.95rem, 12vw, 2.9rem);
  }

  .wv-seo-intro__tags li {
    font-size: 0.7rem;
  }
}
/* ================================================= */
/* WILDVERSE SEO INTRO — EXPANDABLE SEO GUIDE */
/* ================================================= */

/* Make tag links behave like the old plain text pills */
.wv-seo-intro__tags a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.wv-seo-intro__tags li:has(a) {
  cursor: pointer;
}

.wv-seo-intro__tags li:has(a):focus-within {
  border-color: rgba(120, 247, 255, 0.58);
  box-shadow:
    0 0 0 3px rgba(120, 247, 255, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 8px 18px rgba(0, 0, 0, 0.22);
}

/* Expandable SEO hub */
.wv-seo-guide {
  max-width: 980px;
  margin-top: 1.35rem;
  display: grid;
  gap: 0.7rem;
}

/* Each collapsible panel */
.wv-seo-guide details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(120, 247, 255, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(120, 247, 255, 0.055), rgba(255, 79, 216, 0.028)),
    rgba(3, 13, 18, 0.68);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 12px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.wv-seo-guide details:hover {
  border-color: rgba(120, 247, 255, 0.28);
  transform: translateY(-1px);
}

.wv-seo-guide details[open] {
  padding: 10px;
  border-color: rgba(120, 247, 255, 0.32);
  background:
    linear-gradient(135deg, rgba(120, 247, 255, 0.075), rgba(255, 79, 216, 0.04)),
    rgba(3, 13, 18, 0.78);
}

/* Summary heading */
.wv-seo-guide summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  color: #eafcff;
  cursor: pointer;
  list-style: none;
  font-size: clamp(0.76rem, 0.95vw, 0.88rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wv-seo-guide summary::-webkit-details-marker {
  display: none;
}

.wv-seo-guide summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.65rem;
  height: 1.65rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(120, 247, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #7df7ff;
  font-size: 1rem;
  line-height: 1;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.wv-seo-guide details[open] summary::after {
  content: "−";
  border-color: rgba(120, 247, 255, 0.42);
  background: rgba(120, 247, 255, 0.09);
  transform: rotate(180deg);
}

.wv-seo-guide summary:focus-visible {
  outline: 3px solid rgba(120, 247, 255, 0.26);
  outline-offset: 3px;
  border-radius: 12px;
}

/* Panel body content */
.wv-seo-guide details > p,
.wv-seo-guide details > ul {
  padding-inline: 1rem;
}

.wv-seo-guide details > p:first-of-type,
.wv-seo-guide details > ul:first-of-type {
  margin-top: 0;
}

.wv-seo-guide p {
  max-width: 880px;
  margin: 0 0 0.95rem;
  color: #b9c7d2;
  font-size: clamp(0.88rem, 1vw, 0.98rem);
  line-height: 1.65;
}

.wv-seo-guide p:last-child {
  margin-bottom: 1rem;
}

/* Link lists inside dropdowns */
.wv-seo-guide ul {
  margin: 0 0 1rem;
  padding-left: 2.15rem;
  columns: 2;
  column-gap: 2rem;
}

.wv-seo-guide li {
  break-inside: avoid;
  margin-bottom: 0.55rem;
  color: #b9c7d2;
  font-size: clamp(0.86rem, 0.95vw, 0.96rem);
  line-height: 1.45;
}

.wv-seo-guide a {
  color: #7df7ff;
  text-decoration: none;
  text-underline-offset: 0.2em;
}

.wv-seo-guide a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.wv-seo-guide a:focus-visible {
  outline: 3px solid rgba(120, 247, 255, 0.22);
  outline-offset: 3px;
  border-radius: 6px;
}

/* Optional small CTA inside guide paragraphs */
.wv-seo-guide p a {
  font-weight: 800;
}

/* Mobile tuning for expandable SEO guide */
@media (max-width: 760px) {
  .wv-seo-guide {
    margin-top: 1.15rem;
    gap: 0.6rem;
  }

  .wv-seo-guide details {
    border-radius: 14px;
  }

  .wv-seo-guide summary {
    padding: 0.82rem 0.9rem;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .wv-seo-guide summary::after {
    width: 1.45rem;
    height: 1.45rem;
    font-size: 0.92rem;
  }

  .wv-seo-guide details > p,
  .wv-seo-guide details > ul {
    padding-inline: 0.9rem;
  }

  .wv-seo-guide p {
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .wv-seo-guide ul {
    columns: 1;
    padding-left: 1.8rem;
  }

  .wv-seo-guide li {
    font-size: 0.86rem;
  }
}

@media (max-width: 420px) {
  .wv-seo-guide summary {
    gap: 0.75rem;
    font-size: 0.68rem;
    letter-spacing: 0.085em;
  }

  .wv-seo-guide p,
  .wv-seo-guide li {
    font-size: 0.84rem;
  }
}

/* ================================================= */
/* WILDVERSE FAQ — SEARCH + PAGINATION */
/* ================================================= */

.wv-faq-panel {
  overflow: hidden;
}

.wv-faq-search {
  padding: 0 1rem 1rem;
  margin-top: 0.4rem;
}

.wv-faq-search label {
  display: block;
  margin-bottom: 0.45rem;
  color: #bdefff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wv-faq-search input {
  width: 100%;
  min-height: 3.15rem;
  border: 1px solid rgba(120, 247, 255, 0.22);
  border-radius: 999px;
  padding: 0 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(2, 8, 12, 0.78);
  color: #f5fbff;
  font: inherit;
  outline: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 10px 24px rgba(0, 0, 0, 0.24);
}

.wv-faq-search input::placeholder {
  color: rgba(220, 236, 245, 0.48);
}

.wv-faq-search input:focus {
  border-color: rgba(120, 247, 255, 0.58);
  box-shadow:
    0 0 0 3px rgba(120, 247, 255, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 10px 24px rgba(0, 0, 0, 0.24);
}

.wv-faq-count {
  margin: 0.5rem 0 0;
  color: rgba(235, 250, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.4;
}

.wv-faq-list {
  display: grid;
  gap: 0.75rem;
  padding: 0 1rem 1rem;
}

.wv-faq-item {
  display: none;
  position: relative;
  border: 1px solid rgba(120, 247, 255, 0.13);
  border-radius: 16px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(120, 247, 255, 0.045), rgba(255, 79, 216, 0.025)),
    rgba(4, 12, 17, 0.66);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 10px 22px rgba(0, 0, 0, 0.2);
}

.wv-faq-item.is-visible {
  display: block;
}

.wv-faq-item h2 {
  max-width: 100%;
  margin: 0 0 0.45rem;
  color: #f7fbff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.wv-faq-item p {
  max-width: 920px;
  margin: 0;
  color: #b9c7d2;
  font-size: clamp(0.88rem, 1vw, 0.98rem);
  line-height: 1.62;
}

.wv-faq-item a {
  color: #7df7ff;
  font-weight: 800;
  text-decoration: none;
  text-underline-offset: 0.22em;
}

.wv-faq-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.wv-faq-empty {
  border: 1px dashed rgba(120, 247, 255, 0.22);
  border-radius: 16px;
  padding: 1rem;
  color: rgba(235, 250, 255, 0.72);
  background: rgba(4, 12, 17, 0.45);
}

.wv-faq-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 1rem 1rem;
}

.wv-faq-pagination button {
  min-height: 2.35rem;
  border: 1px solid rgba(120, 247, 255, 0.22);
  border-radius: 999px;
  padding: 0 0.9rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(6, 15, 19, 0.8);
  color: #eafcff;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    opacity 160ms ease;
}

.wv-faq-pagination button:hover:not(:disabled) {
  border-color: rgba(120, 247, 255, 0.48);
  background:
    linear-gradient(180deg, rgba(120, 247, 255, 0.095), rgba(255, 255, 255, 0.02)),
    rgba(6, 15, 19, 0.88);
  transform: translateY(-1px);
}

.wv-faq-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.wv-faq-pages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.wv-faq-pages button {
  min-width: 2.35rem;
  padding: 0 0.55rem;
}

.wv-faq-pages button.is-active {
  border-color: rgba(120, 247, 255, 0.62);
  background:
    radial-gradient(circle at 50% 0%, rgba(120, 247, 255, 0.22), transparent 70%),
    rgba(10, 29, 35, 0.95);
  color: #ffffff;
  box-shadow:
    0 0 0 3px rgba(120, 247, 255, 0.1),
    0 0 18px rgba(120, 247, 255, 0.12);
}

@media (max-width: 760px) {
  .wv-faq-search,
  .wv-faq-list,
  .wv-faq-pagination {
    padding-inline: 0.9rem;
  }

  .wv-faq-pagination {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .wv-faq-pages {
    grid-column: 1 / -1;
    order: -1;
  }

  .wv-faq-pagination button {
    font-size: 0.7rem;
  }
}

@media (max-width: 420px) {
  .wv-faq-search input {
    min-height: 2.9rem;
    border-radius: 18px;
  }

  .wv-faq-item {
    padding: 0.85rem;
    border-radius: 14px;
  }

  .wv-faq-pages button {
    min-width: 2.05rem;
  }
}  

/* ================================================= */
/* PATCH — FAQ MOBILE WIDTH + TEXT SCALE FIX */
/* ================================================= */

/* Prevent FAQ contents from escaping the card */
.wv-faq-panel,
.wv-faq-panel * {
  box-sizing: border-box;
}

.wv-faq-panel {
  max-width: 100%;
}

/* Search area should never overflow horizontally */
.wv-faq-search {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.wv-faq-search input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* Keep FAQ list inside the panel */
.wv-faq-list {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* Make FAQ cards respect mobile width */
.wv-faq-item {
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Override big global heading styles inside FAQ */
.wv-faq-item h2 {
  max-width: 100%;
  margin: 0 0 0.55rem;
  color: #f7fbff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.16;
  text-wrap: balance;
}

/* Override paragraph size inside FAQ */
.wv-faq-item p {
  max-width: 100%;
  margin: 0;
  color: #b9c7d2;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.6;
}

/* Fix opened FAQ panel spacing */
.wv-faq-panel[open] {
  padding-bottom: 0.25rem;
}

/* Make search title less huge on mobile */
.wv-faq-search label {
  line-height: 1.25;
}

/* Mobile-specific fixes */
@media (max-width: 760px) {
  .wv-faq-search,
  .wv-faq-list,
  .wv-faq-pagination {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .wv-faq-search input {
    min-height: 3rem;
    border-radius: 18px;
    padding-left: 0.95rem;
    padding-right: 2.5rem;
    font-size: 1rem;
  }

  .wv-faq-count {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .wv-faq-item {
    padding: 0.9rem;
    border-radius: 14px;
  }

  .wv-faq-item h2 {
    font-size: clamp(1rem, 5vw, 1.25rem);
    line-height: 1.15;
  }

  .wv-faq-item p {
    font-size: 0.9rem;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .wv-faq-search,
  .wv-faq-list,
  .wv-faq-pagination {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .wv-faq-search input {
    min-height: 2.85rem;
    padding-left: 0.85rem;
    padding-right: 2.25rem;
    font-size: 0.95rem;
  }

  .wv-faq-search label {
    font-size: 0.66rem;
    letter-spacing: 0.11em;
  }

  .wv-faq-item {
    padding: 0.8rem;
  }

  .wv-faq-item h2 {
    font-size: clamp(0.98rem, 5.6vw, 1.15rem);
    line-height: 1.14;
  }

  .wv-faq-item p {
    font-size: 0.86rem;
    line-height: 1.52;
  }
}
/* Optional: if the blue X icon is custom/absolute */
.wv-faq-search {
  position: relative;
}

.wv-faq-search .wv-faq-clear,
#wvFaqClear {
  position: absolute;
  right: 1.25rem;
  bottom: 1.68rem;
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
}

@media (max-width: 760px) {
  .wv-faq-search .wv-faq-clear,
  #wvFaqClear {
    right: 1.1rem;
    bottom: 1.55rem;
  }
}

/* ================================================= */
/* WILDVERSE SEO KNOWLEDGE — DESKTOP 3-COLUMN LAYOUT */
/* ================================================= */

.wv-seo-knowledge {
  position: relative;
  isolation: isolate;
  padding: clamp(1.5rem, 3vw, 2.5rem) 1rem clamp(2.5rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 15% 10%, rgba(120, 247, 255, 0.08), transparent 34%),
    radial-gradient(circle at 90% 18%, rgba(255, 79, 216, 0.06), transparent 36%),
    linear-gradient(180deg, #020609 0%, #061014 52%, #05090d 100%);
  color: #f5f7fb;
}

.wv-seo-knowledge::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(120, 247, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 247, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

.wv-seo-knowledge__inner {
  width: min(100%, 1560px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(520px, 1fr) minmax(250px, 340px);
  gap: clamp(1rem, 1.6vw, 1.5rem);
  align-items: start;
}

/* Middle FAQ column */
.wv-seo-main {
  min-width: 0;
}

/* Side columns */
.wv-seo-side {
  display: grid;
  gap: 1rem;
  min-width: 0;
  position: sticky;
  top: 5.5rem;
}

/* Cards */
.wv-seo-card {
  border: 1px solid rgba(120, 247, 255, 0.16);
  border-radius: 18px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(120, 247, 255, 0.055), rgba(255, 79, 216, 0.025)),
    rgba(3, 13, 18, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

.wv-seo-card__kicker {
  margin: 0 0 0.55rem;
  color: #bdefff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.wv-seo-card h2,
.wv-seo-card h3 {
  margin: 0 0 0.65rem;
  color: #f7fbff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  line-height: 1.08;
}

.wv-seo-card h2 {
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  letter-spacing: -0.035em;
}

.wv-seo-card h3 {
  font-size: clamp(1.05rem, 1.2vw, 1.3rem);
  letter-spacing: -0.02em;
}

.wv-seo-card p {
  margin: 0;
  color: #b9c7d2;
  font-size: 0.9rem;
  line-height: 1.58;
}

.wv-seo-card p + .wv-seo-pill-link {
  margin-top: 0.85rem;
}

/* Mini lists */
.wv-seo-mini-list {
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wv-seo-mini-list li {
  color: #b9c7d2;
  font-size: 0.88rem;
  line-height: 1.42;
}

.wv-seo-mini-list strong {
  color: #eafcff;
}

/* Chips */
.wv-seo-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.wv-seo-chip-cloud span,
.wv-seo-pill-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(120, 247, 255, 0.2);
  border-radius: 999px;
  padding: 0.38rem 0.58rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(6, 15, 19, 0.78);
  color: #eafcff;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.wv-seo-pill-link {
  color: #7df7ff;
}

.wv-seo-pill-link:hover {
  border-color: rgba(120, 247, 255, 0.5);
  color: #ffffff;
}

/* Make FAQ fit better inside the center column */
.wv-seo-main .wv-faq-panel {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.wv-seo-main .wv-faq-list {
  gap: 0.65rem;
}

.wv-seo-main .wv-faq-item {
  padding: 0.9rem 1rem;
}

.wv-seo-main .wv-faq-item h2 {
  font-size: clamp(1rem, 1.25vw, 1.28rem);
}

.wv-seo-main .wv-faq-item p {
  font-size: 0.9rem;
  line-height: 1.55;
}
@media (max-width: 1180px) {
  .wv-seo-knowledge__inner {
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  }

  .wv-seo-side--right {
    grid-column: 1 / -1;
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .wv-seo-knowledge {
    padding: 1.25rem 0.75rem 2rem;
  }

  .wv-seo-knowledge__inner {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .wv-seo-side {
    position: static;
    gap: 0.75rem;
  }

  .wv-seo-side--left {
    order: 1;
  }

  .wv-seo-main {
    order: 2;
  }

  .wv-seo-side--right {
    order: 3;
    grid-template-columns: 1fr;
  }

  .wv-seo-card {
    border-radius: 16px;
    padding: 0.9rem;
  }

  .wv-seo-card h2 {
    font-size: 1.35rem;
  }

  .wv-seo-card h3 {
    font-size: 1.08rem;
  }

  .wv-seo-card p,
  .wv-seo-mini-list li {
    font-size: 0.86rem;
  }
}
@media (max-width: 820px) {
  .wv-seo-main {
    order: 1;
  }

  .wv-seo-side--left {
    order: 2;
  }

  .wv-seo-side--right {
    order: 3;
  }
}
.wv-persona-list {
  gap: 0.75rem;
}

.wv-persona-list li {
  display: grid;
  gap: 0.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(120, 247, 255, 0.1);
}

.wv-persona-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wv-persona-list strong {
  color: #eafcff;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.wv-persona-list span {
  color: #b9c7d2;
  font-size: 0.84rem;
  line-height: 1.45;
}