@import url('https://fonts.googleapis.com/css2?family=Syne:wght@500;600;700;800&family=Manrope:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap');

:root {
  --paper: #f6f7f9;
  --paper-deep: #eef0f3;
  --cream: #ffffff;
  --ink: #0b0d10;
  --ink-soft: #3a3d44;
  --muted: #6d7178;
  --line: #e4e6ea;
  --line-strong: #d0d3d8;
  --copper: #0b0d10;
  --copper-deep: #000000;
  --gold: #8b9098;
  --espresso: #0b0d10;
  --espresso-soft: #1a1c20;
  --display: 'Syne', 'Noto Sans SC', sans-serif;
  --sans: 'Manrope', 'Noto Sans SC', sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(11, 13, 16, 0.18);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(11, 13, 16, 0.32);
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

body.page-plaza,
body.content-page {
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
  font-family: var(--sans);
}

.page-plaza::before,
.page-plaza::after,
.content-page::before,
.content-page::after {
  display: none;
}

.site-header-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 247, 249, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.site-header {
  padding: 0;
}

.site-header-inner {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

@media (min-width: 640px) {
  .site-header-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .site-header-inner {
    flex-wrap: nowrap;
    min-height: 4.25rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .site-header-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
  text-decoration: none;
}

.site-brand-mark {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.site-brand-mark img {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.28rem;
}

.site-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.site-brand-kicker {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper);
}

@media (max-width: 1439px) {
  .site-brand-kicker {
    display: none;
  }
}

.site-brand-name {
  margin-top: 0.2rem;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.site-brand-name span {
  color: var(--copper);
}

.site-nav {
  display: none;
  align-items: center;
  gap: 0.15rem;
}

.site-nav-main {
  justify-content: flex-start;
}

@media (min-width: 1280px) {
  .site-nav {
    display: flex;
  }

  .site-nav-main {
    flex: 1;
    width: auto;
    min-width: 0;
    padding: 0;
    border-top: 0;
  }
}

.site-nav.is-open {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
  padding: 0.85rem 1.25rem 1.1rem;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  width: auto;
  order: unset;
}

.site-nav.is-open > .nav-link {
  width: 100%;
  justify-content: flex-start;
}

@media (min-width: 1280px) {
  .site-nav.is-open {
    position: static;
    flex-direction: row;
    padding: 0;
    background: transparent;
    border-bottom: 0;
    border-top: 0;
    width: auto;
    flex: 1;
    order: unset;
  }
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
  z-index: 60;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--line-strong);
  background: var(--cream);
  color: var(--ink);
  border-radius: 0.4rem;
  cursor: pointer;
}

@media (min-width: 1280px) {
  .nav-toggle {
    display: none;
  }
}

.site-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 1.15rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.45rem;
}

.editor-save-status {
  display: none;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: var(--muted);
  white-space: nowrap;
}

@media (min-width: 768px) {
  .editor-save-status {
    display: flex;
  }
}

.site-header-settings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: color 0.15s;
}

.site-header-settings:hover {
  color: var(--ink);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.7rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink-soft);
  border-radius: 0;
  transition: color 0.15s;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--ink);
  background: transparent;
  border-bottom-color: var(--copper);
}

.nav-link .fa-chevron-down {
  font-size: 0.55rem;
  opacity: 0.55;
}

.nav-dropdown {
  position: relative;
}

@media (min-width: 1280px) {
  .site-nav-main > .nav-dropdown {
    margin-left: 0.25rem;
    padding-left: 0.35rem;
    border-left: 1px solid var(--line);
  }
}

.nav-menu {
  display: none;
  min-width: 12rem;
  padding: 0.55rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  box-shadow: 0 18px 40px rgba(11, 13, 16, 0.1);
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown.is-open .nav-menu {
  display: block;
}

@media (min-width: 1280px) {
  .nav-menu {
    position: absolute;
    top: calc(100% - 0.15rem);
    left: 0;
    transform: none;
  }
}

.nav-menu a {
  display: block;
  padding: 0.55rem 0.75rem;
  color: var(--ink-soft);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.45rem;
}

.nav-menu a:hover {
  color: var(--ink);
  background: rgba(11, 13, 16, 0.08);
}

.plaza-hero {
  text-align: left;
  padding: 2.75rem 0 2.25rem;
}

.plaza-hero:has(.plaza-hero-aside) {
  display: grid;
  gap: 2.5rem;
  align-items: end;
}

@media (min-width: 960px) {
  .plaza-hero:has(.plaza-hero-aside) {
    grid-template-columns: 1.15fr 0.85fr;
    padding: 3.5rem 0 2.75rem;
  }
}

.plaza-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.28rem 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper);
  background: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--copper);
}

.plaza-title {
  font-family: var(--display);
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--ink);
  line-height: 1.05;
}

.plaza-title span {
  font-style: normal;
  color: var(--ink);
}

.plaza-subtitle {
  margin: 1.1rem 0 0;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--muted);
  max-width: 36rem;
  line-height: 1.75;
}

.plaza-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.plaza-hero-actions .btn-primary,
.plaza-hero-actions .btn-secondary,
.plaza-hero-actions .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 1.35rem;
  font-size: 0.9rem;
  text-decoration: none;
}

.plaza-hero-aside {
  display: none;
}

@media (min-width: 960px) {
  .plaza-hero-aside {
    display: block;
  }
}

.plaza-hero-panel {
  background: #0b0d10;
  color: #f4f5f7;
  border-radius: 0.75rem;
  padding: 1.7rem 1.5rem 1.5rem;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.plaza-hero-panel::after {
  display: none;
}

.plaza-hero-panel-kicker {
  position: relative;
  z-index: 1;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.48);
  margin-bottom: 1.1rem;
}

.plaza-hero-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.plaza-hero-stat {
  padding: 0.85rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0.45rem;
}

.plaza-hero-stat strong {
  display: block;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.plaza-hero-stat span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: rgba(244, 245, 247, 0.5);
}

.plaza-process {
  display: grid;
  gap: 1rem;
  margin: 0 0 2.5rem;
}

@media (min-width: 768px) {
  .plaza-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.plaza-step {
  padding: 1.25rem 1.2rem 1.15rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 0.6rem;
}

.plaza-step-no {
  display: block;
  font-family: var(--display);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-style: normal;
  margin-bottom: 0.55rem;
}

.plaza-step h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--ink);
}

.plaza-step p {
  margin: 0.4rem 0 0;
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--muted);
}

.plaza-count {
  display: none;
}

.filter-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 0 1.75rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.filter-row + .filter-row {
  margin-top: 1rem;
  padding-top: 0;
  border-top: 0;
}

.filter-label {
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.65rem;
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.filter-tag {
  padding: 0.38rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--ink-soft);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}

.filter-tag:hover {
  border-color: var(--copper);
  color: var(--ink);
}

.filter-tag.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #f4f5f7;
}

.trusted-bar {
  margin-top: 4.5rem;
  padding-bottom: 1.5rem;
  text-align: left;
}

.trusted-bar h3 {
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
  opacity: 1;
  filter: none;
}

.trusted-logos span {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--ink);
}

.site-footer {
  margin-top: auto;
  border-top: 0;
  background: var(--espresso);
  color: #f4f5f7;
  backdrop-filter: none;
}

.site-footer-main {
  max-width: 76rem;
  margin: 0 auto;
  padding: 3rem 1.25rem 2.25rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 2.25rem 1.5rem;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 1rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-brand {
  max-width: 22rem;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: #f4f5f7;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-logo img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
}

.footer-tagline {
  margin: 0.85rem 0 1.15rem;
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(244, 245, 247, 0.58);
}

.footer-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.footer-cta .btn-primary,
.footer-cta .btn-secondary {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

.footer-cta .btn-secondary {
  background: transparent;
  color: #f4f5f7;
  border-color: rgba(244, 245, 247, 0.22);
}

.footer-cta .btn-secondary:hover {
  border-color: #ffffff;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.footer-col h4 {
  margin: 0 0 0.95rem;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a8adb5;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col li + li {
  margin-top: 0.55rem;
}

.footer-col a {
  font-size: 0.85rem;
  color: rgba(244, 245, 247, 0.62);
  text-decoration: none;
  transition: color 0.15s;
}

.footer-col a:hover {
  color: #fff;
}

.site-footer-bottom {
  max-width: 76rem;
  margin: 0 auto;
  padding: 1.1rem 1.25rem 1.35rem;
  border-top: 1px solid rgba(244, 245, 247, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: rgba(244, 245, 247, 0.4);
}

.site-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer-bottom-links a {
  color: rgba(244, 245, 247, 0.4);
  text-decoration: none;
}

.site-footer-bottom-links a:hover {
  color: #ffffff;
}

.lang-select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 0.4rem;
  padding: 0.35rem 0.8rem;
  flex-shrink: 0;
}

.site-header .lang-select {
  padding: 0.38rem 0.75rem;
}

.lang-select select {
  background: transparent;
  border: none;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--ink-soft);
  cursor: pointer;
  outline: none;
  appearance: none;
  padding-right: 1rem;
}

.site-header .lang-select select {
  color: var(--ink);
  font-size: 0.8125rem;
}

.lang-select.is-enhanced {
  padding: 0;
  border: 0;
  background: transparent;
  gap: 0;
}

.lang-select.is-enhanced select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.lang-select-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.5rem;
  padding: 0.38rem 0.75rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 0.4rem;
  color: var(--ink);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.lang-select-btn:hover,
.lang-select.is-open .lang-select-btn {
  border-color: var(--line-strong);
  color: var(--ink);
}

.lang-select-label {
  display: inline-block;
}

.lang-select-btn .fa-chevron-down {
  font-size: 0.55rem;
  opacity: 0.55;
  margin-left: 0;
}

.lang-select-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  z-index: 80;
  min-width: 11rem;
  padding: 0.45rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  box-shadow: 0 18px 40px rgba(11, 13, 16, 0.1);
}

.lang-select.is-open .lang-select-menu {
  display: block;
}

.lang-select-option {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 0.45rem;
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.lang-select-option:hover,
.lang-select-option.is-active {
  color: var(--ink);
  background: rgba(11, 13, 16, 0.08);
}

@media (max-width: 1439px) {
  .editor-page .lang-select-label,
  .editor-page .lang-select-btn .fa-chevron-down {
    display: none;
  }

  .editor-page .lang-select-btn {
    width: 2.5rem;
    padding: 0;
    gap: 0;
  }
}

@media (max-width: 639px) {
  .site-header .lang-select {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    justify-content: center;
    border-radius: 0.4rem;
    gap: 0;
  }

  .site-header .lang-select.is-enhanced {
    width: auto;
    height: auto;
  }

  .site-header .lang-select select {
    position: absolute;
    inset: 0;
    opacity: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .site-header .lang-select.is-enhanced select {
    inset: auto;
    width: 1px;
    height: 1px;
    pointer-events: none;
  }

  .site-header .lang-select .fa-chevron-down,
  .site-header .lang-select-label {
    display: none;
  }

  .site-header .lang-select-btn {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    gap: 0;
  }
}

.modal-backdrop {
  background: rgba(11, 13, 16, 0.46);
  backdrop-filter: blur(8px);
}

#custom-modal .bg-white {
  background: var(--cream) !important;
  border: 1px solid var(--line);
  color: var(--ink);
}

#custom-modal h3 {
  color: var(--ink);
}

#custom-modal #modal-msg,
#custom-modal p {
  color: var(--muted) !important;
}

.prose-aura h2 {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
  margin: 1.75rem 0 0.75rem;
  scroll-margin-top: 6rem;
}

.prose-aura h2:first-child {
  margin-top: 0;
}

.prose-aura h3 {
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--ink);
  margin: 1.25rem 0 0.5rem;
}

.prose-aura p,
.prose-aura li {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.8;
}

.prose-aura p {
  margin: 0 0 0.85rem;
}

.prose-aura a {
  color: var(--copper);
}

.prose-aura strong {
  color: var(--ink);
  font-weight: 600;
}

.prose-aura code {
  font-size: 0.85em;
  background: var(--paper-deep);
  padding: 0.1em 0.35em;
  border-radius: 0.25rem;
  color: var(--ink);
}

.prose-aura table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin: 0.75rem 0 1.25rem;
}

.prose-aura th,
.prose-aura td {
  border: 1px solid var(--line);
  padding: 0.55rem 0.75rem;
  text-align: left;
  color: var(--ink-soft);
}

.prose-aura th {
  background: var(--paper-deep);
  color: var(--ink);
}

.faq-hero h1 {
  font-family: var(--display);
  font-size: 1.875rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .faq-hero h1 {
    font-size: 2.75rem;
  }
}

.faq-hero-lead {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 36rem;
}

.faq-search-wrap {
  position: relative;
  margin-top: 1.5rem;
}

.faq-search-wrap i {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 0.875rem;
  pointer-events: none;
}

.faq-search {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--cream);
  font-size: 0.875rem;
  color: var(--ink);
}

.faq-search:focus {
  outline: none;
  border-color: var(--copper);
  box-shadow: 0 0 0 3px rgba(11, 13, 16, 0.12);
}

.faq-topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.faq-topic-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid var(--line);
  background: var(--cream);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink-soft);
  text-decoration: none;
}

.faq-topic-pill:hover {
  border-color: var(--copper);
  color: var(--ink);
}

.faq-section + .faq-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.faq-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 0.85rem;
}

details.faq-item {
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: var(--cream);
  overflow: hidden;
}

details.faq-item[open] {
  border-color: rgba(11, 13, 16, 0.45);
}

details.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  font-size: 0.9375rem;
}

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

details.faq-item summary::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.7rem;
  color: var(--muted);
  margin-top: 0.25rem;
}

details.faq-item .faq-answer,
details.faq-item > p {
  padding: 0 1.15rem 1rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.75;
}

details.faq-item .faq-answer a {
  color: var(--copper);
}

details.faq-item.is-hidden {
  display: none;
}

.faq-empty {
  display: none;
  text-align: center;
  padding: 2rem 1rem;
  color: var(--muted);
  font-size: 0.875rem;
  background: var(--cream);
  border: 1px dashed var(--line);
  border-radius: 1rem;
}

.faq-empty.is-visible {
  display: block;
}

.content-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 2rem;
}

.content-card h1 {
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--ink);
}

.seo-crumb {
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.seo-crumb a {
  color: var(--copper);
  text-decoration: none;
}

.editor-header {
  background: var(--cream);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.btn-primary {
  background: var(--ink);
  color: #ffffff;
  font-weight: 650;
  border-radius: 0.45rem;
  transition: background 0.15s, transform 0.15s;
}

.btn-primary:hover {
  background: var(--copper-deep);
}

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-strong);
  font-weight: 600;
  border-radius: 0.45rem;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.btn-secondary:hover {
  border-color: var(--ink);
  color: var(--ink);
  background: #ffffff;
}

.btn-ghost {
  background: transparent;
  color: var(--ink-soft);
  border: 0;
  font-weight: 600;
  border-radius: 0.45rem;
}

.btn-ghost:hover {
  color: var(--copper);
}

.editor-page .site-header-bar {
  background: rgba(255, 255, 255, 0.92);
}

.editor-page .site-header-inner {
  flex-wrap: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 4.25rem;
}

.editor-page .site-nav-main {
  justify-content: center;
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .editor-page .site-nav {
    display: none;
  }

  .editor-page .site-nav.is-open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    width: auto;
    padding: 0.85rem 1.25rem 1.1rem;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
  }

  .editor-page .nav-toggle {
    display: inline-flex;
  }

  .editor-page .site-nav-main > .nav-dropdown {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .editor-page .nav-menu {
    position: static;
  }
}

.content-page h1,
.content-page .text-slate-900 {
  color: var(--ink) !important;
}

.content-page .text-slate-400,
.content-page .text-slate-400 a {
  color: var(--muted) !important;
}

.content-page .text-slate-400 a:hover {
  color: var(--copper) !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.seo-home {
  margin: 3.5rem 0 0;
  padding: 1.75rem 1.5rem 1.85rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 1.15rem;
}

.seo-home h2 {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.03em;
}

.seo-home p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
  font-size: 0.95rem;
}

.seo-home-facts {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
  line-height: 1.8;
  font-size: 0.95rem;
}

.seo-home-facts a,
.seo-home-links a {
  color: var(--copper);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.seo-home-links {
  margin-top: 1rem !important;
}

.fact-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.65rem;
}

.fact-chips span {
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink-soft);
  font-size: 0.8125rem;
  font-weight: 600;
}

.trusted-bar .fact-chips,
.trusted-logos.fact-chips {
  opacity: 1;
  filter: none;
}

/* seo-tpl */
.seo-tpl {
  margin: 2.25rem 0 0;
  padding: 1.5rem 1.35rem 1.6rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 1.15rem;
}
.seo-tpl h2 {
  margin: 0 0 0.65rem;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ink);
}
.seo-tpl ul {
  margin: 0;
  padding-left: 1.15rem;
  columns: 2;
  gap: 1.5rem;
}
.seo-tpl li {
  margin: 0.35rem 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.55;
  break-inside: avoid;
}
.seo-tpl a {
  color: var(--copper);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
@media (max-width: 720px) {
  .seo-tpl ul { columns: 1; }
}
