/* HTX site-pages — light theme override (prefix w8k3n6xe-st retained in markup) */

body.site-body--static-page {
  direction: ltr;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  background: #f4f6f9;
  color: #141820;
}

body.site-body--static-page main.container {
  width: min(52rem, 100%);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 1.5rem);
  padding-block: clamp(1.25rem, 4vw, 2rem) clamp(2rem, 5vw, 3rem);
}

body.site-body--static-page .site-header--static-page {
  direction: ltr;
  justify-content: flex-start;
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

body.site-body--static-page .site-header--static-page .brand-mark {
  color: #141820;
  text-decoration: none;
}

body.site-body--static-page .site-header--static-page .brand-mark__text {
  font-size: 1.25rem;
  font-weight: 700;
}

body.site-body--static-page .site-header--static-page .site-header__tools {
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.w8k3n6xe-st__header-login {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: 1px solid #0066ff;
  background: #0066ff;
  transition: background 0.15s, border-color 0.15s;
}

.w8k3n6xe-st__header-login:hover {
  background: #0052cc;
  border-color: #0052cc;
}

body.site-body--static-page .card.w8k3n6xe-st {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.w8k3n6xe-st__shell {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.w8k3n6xe-st__masthead {
  position: relative;
  padding: clamp(1.25rem, 4vw, 1.75rem) clamp(1.25rem, 4vw, 2rem) 1.25rem;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.06) 0%, #fff 60%, #f8fafc 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.w8k3n6xe-st__back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  transition: color 0.15s;
}

.w8k3n6xe-st__back:hover {
  color: #0066ff;
}

.w8k3n6xe-st__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0066ff;
}

.w8k3n6xe-st__title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  color: #141820;
  line-height: 1.35;
}

.w8k3n6xe-st__body {
  padding: clamp(1.25rem, 4vw, 2rem);
  text-align: start;
}

.w8k3n6xe-st__lead {
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.75;
  color: #334155;
  background: rgba(0, 102, 255, 0.05);
  border-inline-start: 3px solid #0066ff;
}

.w8k3n6xe-st__body h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.08rem;
  font-weight: 700;
  color: #141820;
  padding-bottom: 0.45rem;
  border-bottom: 1px dashed rgba(0, 102, 255, 0.2);
}

.w8k3n6xe-st__body h2:first-child {
  margin-top: 0.25rem;
}

.w8k3n6xe-st__body p,
.w8k3n6xe-st__body li,
.w8k3n6xe-st__body dd {
  margin: 0 0 0.85rem;
  line-height: 1.75;
  font-size: 0.94rem;
  color: #475569;
}

.w8k3n6xe-st__body dt {
  margin: 1.1rem 0 0.35rem;
  font-weight: 600;
  color: #141820;
  font-size: 0.92rem;
}

.w8k3n6xe-st__body a {
  color: #0066ff;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 102, 255, 0.3);
}

.w8k3n6xe-st__body a:hover {
  text-decoration-color: #0066ff;
}

.w8k3n6xe-st__body blockquote {
  margin: 0.75rem 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  border-inline-start: 3px solid #0066ff;
}

.w8k3n6xe-st__body blockquote p {
  margin: 0;
  font-size: 0.9rem;
  font-style: normal;
  color: #334155;
}

.w8k3n6xe-st__body ul,
.w8k3n6xe-st__body ol {
  padding-inline-start: 1.25rem;
  padding-inline-end: 0;
}

.w8k3n6xe-st__figure {
  width: min(100%, 500px);
  margin: 1.35rem auto;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 102, 255, 0.12);
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.w8k3n6xe-st__figure img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: 500px;
  max-height: min(500px, calc(100vw - 2.5rem));
  padding: 0.5rem;
  box-sizing: border-box;
  margin-inline: auto;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
  background: linear-gradient(145deg, #f8fafc 0%, #eef3fa 50%, #f8fafc 100%);
}

.w8k3n6xe-st__figure figcaption {
  width: 100%;
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.55;
  text-align: center;
  border-top: 1px solid rgba(0, 102, 255, 0.1);
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-sizing: border-box;
}

.w8k3n6xe-st__nap {
  margin: 1rem 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #475569;
}

.w8k3n6xe-st__blog-hub {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 2rem;
}

@media (min-width: 640px) {
  .w8k3n6xe-st__blog-hub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.w8k3n6xe-st__blog-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, transform 0.12s, box-shadow 0.15s;
}

.w8k3n6xe-st__blog-card:hover {
  border-color: rgba(0, 102, 255, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.w8k3n6xe-st__blog-card--span {
  grid-column: 1 / -1;
}

.w8k3n6xe-st__blog-card__title {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #141820;
}

.w8k3n6xe-st__blog-card__excerpt {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #64748b;
}

.w8k3n6xe-st__blog-card img,
.w8k3n6xe-st__blog-card__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.w8k3n6xe-st__blog-articles {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.w8k3n6xe-st__article {
  padding: 1.25rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  scroll-margin-top: 1rem;
}

.w8k3n6xe-st__article h2 {
  margin-top: 0;
  border: none;
  padding: 0;
}

.w8k3n6xe-st--about .w8k3n6xe-st__masthead {
  background-image: radial-gradient(ellipse 70% 100% at 100% 0%, rgba(0, 102, 255, 0.08), transparent 60%);
}

.w8k3n6xe-st--faq .w8k3n6xe-st__body dl {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin-bottom: 0.85rem;
}

.w8k3n6xe-st--reviews .w8k3n6xe-st__body blockquote:nth-child(odd) {
  border-inline-start-color: #0066ff;
}

.w8k3n6xe-st--reviews .w8k3n6xe-st__body blockquote:nth-child(even) {
  border-inline-start-color: #94a3b8;
}

.w8k3n6xe-st--blog .w8k3n6xe-st__article:nth-child(odd) {
  background: #fff;
}

.w8k3n6xe-st--blog .w8k3n6xe-st__article:nth-child(even) {
  background: #f8fafc;
}

body.site-body--static-page .w8k3n6xe-st__nap {
  color: #475569;
}

body.site-body--static-page .w8k3n6xe-st__nap a {
  color: #0066ff;
}

body.site-body--static-page .site-footer--static-page {
  direction: ltr;
  text-align: center;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #64748b;
  padding: 1.75rem clamp(1rem, 4vw, 2rem);
}

body.site-body--static-page .footer-secondary-list a {
  color: #475569;
}

body.site-body--static-page .footer-secondary-list a:hover {
  color: #0066ff;
}

body.site-body--static-page .site-footer-publisher,
body.site-body--static-page .site-footer-copy,
body.site-body--static-page .site-footer-tagline {
  color: #64748b;
}

body.site-body--static-page .site-footer-publisher a {
  color: #0066ff;
}

body.site-body--static-page .site-footer-nap,
body.site-body--static-page .w8k3n6xe-st__nap {
  max-width: 36rem;
  margin-inline: auto;
  text-align: start;
  direction: ltr;
}

body.site-body--static-page .site-footer-nap__title {
  color: #0066ff;
}
