﻿/* والکس — محتوای راهنما (خانه) + site-pages | prefix w8k3n6xe / w8k3n6xe-st */

/* ——— Home SEO guide ——— */
.w8k3n6xe__root {
  --p3u: #1a73e8;
  --p3u-cyan: #00c8ff;
  --p3u-dark: #000b2b;
  --p3u-navy: #0a1648;
  --p3u-soft: #e8f1ff;
  --p3u-mist: #f4f8ff;
  --p3u-line: rgba(26, 115, 232, 0.18);
  --p3u-text: #141414;
  --p3u-muted: #5f6470;
  --p3u-card: #ffffff;
  --p3u-r: 16px;
  --p3u-r-sm: 10px;
  --p3u-font: "Vazirmatn", "Tahoma", system-ui, sans-serif;
  direction: rtl;
  font-family: var(--p3u-font);
  margin: 0;
  padding: 0 0 clamp(2.5rem, 6vw, 4rem);
  background: #000b2b;
  color: rgba(255, 255, 255, 0.92);
  border-top: none;
}

.auth-shell-viewport + .w8k3n6xe__root {
  margin-top: 0;
  background: #000b2b;
}

.w8k3n6xe__shell {
  width: min(76rem, 100%);
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
  box-sizing: border-box;
}

/* Masthead — هم‌خوان با پوستهٔ ورود */
.w8k3n6xe__masthead {
  position: relative;
  margin: 0 calc(-1 * clamp(1rem, 4vw, 2rem)) 0;
  padding: clamp(1.75rem, 5vw, 2.75rem) clamp(1rem, 4vw, 2rem) clamp(1.5rem, 4vw, 2.25rem);
  background:
    linear-gradient(165deg, var(--p3u-dark) 0%, var(--p3u-navy) 42%, #001a52 100%);
  color: #fff;
  overflow: hidden;
  border-radius: 0 0 clamp(18px, 3vw, 28px) clamp(18px, 3vw, 28px);
  box-shadow:
    0 24px 64px rgba(0, 11, 43, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.w8k3n6xe__masthead-glow {
  position: absolute;
  inset: -40% auto auto -15%;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  background: radial-gradient(circle, rgba(0, 200, 255, 0.35) 0%, transparent 68%);
  pointer-events: none;
  filter: blur(2px);
}

.w8k3n6xe__masthead-glow::after {
  content: "";
  position: absolute;
  inset: 20% 10% auto auto;
  width: 40%;
  height: 40%;
  background: radial-gradient(circle, rgba(26, 115, 232, 0.5) 0%, transparent 70%);
}

.w8k3n6xe__masthead-inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.w8k3n6xe__meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.w8k3n6xe__meta-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.w8k3n6xe__meta-chip--accent {
  color: var(--p3u-dark);
  background: linear-gradient(135deg, var(--p3u-cyan) 0%, #7dd3fc 100%);
  border-color: transparent;
  font-weight: 800;
}

.w8k3n6xe__author {
  font-weight: 700;
  color: #fff;
}

.w8k3n6xe__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.35rem, 2.8vw, 2.05rem);
  line-height: 1.42;
  font-weight: 800;
  color: #fff;
  text-wrap: balance;
}

.w8k3n6xe__lead {
  margin: 0;
  font-size: clamp(0.96rem, 1.45vw, 1.05rem);
  line-height: 1.92;
  color: rgba(255, 255, 255, 0.9);
  max-width: 68ch;
}

.w8k3n6xe__hero-panels {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

@media (min-width: 720px) {
  .w8k3n6xe__hero-panels {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }
}

.w8k3n6xe__share,
.w8k3n6xe__social-official {
  padding: 0.85rem 1rem;
  border-radius: var(--p3u-r-sm);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 11, 43, 0.35);
  backdrop-filter: blur(10px);
}

.w8k3n6xe__share-title,
.w8k3n6xe__social-official-title {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--p3u-cyan);
}

.w8k3n6xe__share-list,
.w8k3n6xe__social-official-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
}

.w8k3n6xe__share-link,
.w8k3n6xe__social-official-link {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.82rem;
  text-decoration: none;
  font-weight: 600;
  padding: 0.2rem 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s, color 0.15s;
}

.w8k3n6xe__share-link:hover,
.w8k3n6xe__social-official-link:hover {
  color: var(--p3u-cyan);
  border-bottom-color: rgba(0, 200, 255, 0.5);
}

.w8k3n6xe__social-official-note {
  margin: 0 0 0.55rem;
  font-size: 0.76rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

/* بدنه — rail چسبان + جریان محتوا */
.w8k3n6xe__body-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

@media (min-width: 960px) {
  .w8k3n6xe__body-grid {
    grid-template-columns: minmax(11.5rem, 14rem) minmax(0, 1fr);
    gap: 2rem 2.25rem;
  }
}

.w8k3n6xe__toc-rail {
  position: relative;
}

@media (min-width: 960px) {
  .w8k3n6xe__toc-rail {
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: 1rem 0.85rem 1rem 0;
    border-inline-start: 2px solid rgba(0, 200, 255, 0.22);
  }

  .w8k3n6xe__toc-title {
    color: var(--p3u-cyan);
  }

  .w8k3n6xe__toc-steps a {
    color: rgba(255, 255, 255, 0.72);
  }

  .w8k3n6xe__toc-steps a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
  }
}

.w8k3n6xe__toc-title {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--p3u-cyan);
}

.w8k3n6xe__toc-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: w8k3n6xe-step;
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media (max-width: 959px) {
  .w8k3n6xe__toc-rail {
    padding: 1rem;
    border-radius: var(--p3u-r);
    border: 1px solid var(--p3u-line);
    background: var(--p3u-card);
    box-shadow: 0 8px 28px rgba(0, 11, 43, 0.06);
  }

  .w8k3n6xe__toc-title {
    color: var(--p3u-navy);
  }

  .w8k3n6xe__toc-steps a {
    color: var(--p3u-muted);
  }

  .w8k3n6xe__toc-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
  }
}

@media (max-width: 479px) {
  .w8k3n6xe__toc-steps {
    grid-template-columns: 1fr;
  }
}

.w8k3n6xe__toc-steps li {
  position: relative;
  counter-increment: w8k3n6xe-step;
}

@media (min-width: 960px) {
  .w8k3n6xe__toc-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    inset-inline-start: 0.95rem;
    top: 2.15rem;
    bottom: -0.15rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(26, 115, 232, 0.35), rgba(0, 200, 255, 0.08));
  }
}

.w8k3n6xe__toc-steps a {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.45rem 0.35rem;
  border-radius: 8px;
  font-size: 0.84rem;
  line-height: 1.45;
  font-weight: 600;
  color: var(--p3u-muted);
  text-decoration: none;
  transition: background 0.15s, color 0.15s, transform 0.12s;
}

.w8k3n6xe__toc-steps a::before {
  content: counter(w8k3n6xe-step, decimal-leading-zero);
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--p3u);
  background: var(--p3u-soft);
  border: 1px solid var(--p3u-line);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.w8k3n6xe__toc-steps a:hover {
  color: var(--p3u-navy);
  background: rgba(232, 241, 255, 0.65);
}

.w8k3n6xe__toc-steps a:hover::before {
  background: var(--p3u);
  color: #fff;
  border-color: var(--p3u);
}

.w8k3n6xe__stream {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  min-width: 0;
}

/* سکشن‌ها — کارت با نوار کناری */
.w8k3n6xe__section {
  position: relative;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: var(--p3u-r);
  border: 1px solid var(--p3u-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 255, 0.92) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 32px rgba(0, 11, 43, 0.05);
  scroll-margin-top: 1rem;
}

.w8k3n6xe__section::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 1rem;
  bottom: 1rem;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, var(--p3u-cyan), var(--p3u));
}

.w8k3n6xe__h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.12rem, 2vw, 1.28rem);
  font-weight: 800;
  color: var(--p3u-navy);
  padding-bottom: 0.55rem;
  border-bottom: 1px dashed rgba(26, 115, 232, 0.22);
}

.w8k3n6xe__subhead {
  margin-top: 1rem;
}

.w8k3n6xe__h3 {
  margin: 1rem 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--p3u);
}

.w8k3n6xe__h4 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--p3u-text);
}

.w8k3n6xe__h5,
.w8k3n6xe__h6 {
  margin: 0.85rem 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--p3u-muted);
}

.w8k3n6xe__section p,
.w8k3n6xe__section li {
  margin: 0 0 0.85rem;
  line-height: 1.88;
  font-size: 0.94rem;
  color: var(--p3u-muted);
}

.w8k3n6xe__section a {
  color: var(--p3u);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(26, 115, 232, 0.35);
}

.w8k3n6xe__section a:hover {
  text-decoration-color: var(--p3u);
}

.w8k3n6xe__checklist,
.w8k3n6xe__outbound {
  margin: 0.5rem 0 0;
  padding-inline-start: 1.15rem;
}

.w8k3n6xe__checklist li {
  position: relative;
  padding-inline-start: 0.25rem;
}

.w8k3n6xe__checklist li::marker {
  color: var(--p3u-cyan);
}

/* شبکهٔ قابلیت‌ها */
.w8k3n6xe__feature-grid {
  display: grid;
  gap: 0.55rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .w8k3n6xe__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .w8k3n6xe__feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.w8k3n6xe__feature-grid li {
  margin: 0;
  padding: 0.7rem 0.8rem;
  border-radius: var(--p3u-r-sm);
  border: 1px solid var(--p3u-line);
  background: var(--p3u-card);
  font-size: 0.86rem;
  line-height: 1.55;
  box-shadow: 0 2px 8px rgba(0, 11, 43, 0.04);
}

/* رسانه */
.w8k3n6xe__media {
  margin: 1rem 0;
}

.w8k3n6xe__media-frame {
  overflow: hidden;
  border-radius: var(--p3u-r-sm);
  border: 1px solid var(--p3u-line);
  background: var(--p3u-mist);
  box-shadow: 0 8px 24px rgba(0, 11, 43, 0.08);
}

.w8k3n6xe__media-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.w8k3n6xe__media-cap {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  color: var(--p3u-muted);
  line-height: 1.55;
}

.w8k3n6xe__media--a .w8k3n6xe__media-frame {
  aspect-ratio: 16 / 9;
}

.w8k3n6xe__media--a .w8k3n6xe__media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 720px) {
  .w8k3n6xe__media--b {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(8rem, 11rem);
    gap: 1rem;
    align-items: start;
  }
}

.w8k3n6xe__media--c .w8k3n6xe__media-frame {
  transform: rotate(-1.2deg);
  box-shadow: 10px 10px 0 rgba(0, 200, 255, 0.15);
}

.w8k3n6xe__media--d {
  max-width: 14rem;
  margin-inline-start: auto;
}

.w8k3n6xe__media--d .w8k3n6xe__media-frame {
  aspect-ratio: 3 / 4;
}

/* بنتو عیب‌یابی */
.w8k3n6xe__symptom-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

@media (min-width: 640px) {
  .w8k3n6xe__symptom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .w8k3n6xe__symptom-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .w8k3n6xe__symptom-card:nth-child(1),
  .w8k3n6xe__symptom-card:nth-child(6) {
    grid-column: span 2;
  }
}

.w8k3n6xe__symptom-card {
  padding: 0.9rem 0.95rem;
  border-radius: var(--p3u-r-sm);
  border: 1px solid var(--p3u-line);
  background: var(--p3u-card);
  transition: transform 0.15s, box-shadow 0.15s;
}

.w8k3n6xe__symptom-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 11, 43, 0.08);
}

.w8k3n6xe__symptom-card:nth-child(4n + 1) {
  border-top: 3px solid var(--p3u-cyan);
}

.w8k3n6xe__symptom-card:nth-child(4n + 2) {
  border-top: 3px solid var(--p3u);
}

.w8k3n6xe__symptom-card:nth-child(4n + 3) {
  border-top: 3px solid var(--p3u-navy);
}

.w8k3n6xe__symptom-card:nth-child(4n) {
  border-top: 3px solid #38bdf8;
}

.w8k3n6xe__symptom-title {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--p3u-navy);
  line-height: 1.45;
}

.w8k3n6xe__symptom-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.65;
}

/* موزاییک نقل‌قول */
.w8k3n6xe__voices-intro {
  font-size: 0.88rem;
  color: var(--p3u-muted);
}

.w8k3n6xe__quote-grid {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 720px) {
  .w8k3n6xe__quote-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(4.5rem, auto);
  }

  .w8k3n6xe__quote-card--wide {
    grid-column: span 2;
  }

  .w8k3n6xe__quote-card--tall {
    grid-row: span 2;
  }
}

.w8k3n6xe__quote-card {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: var(--p3u-r-sm);
  border: 1px solid var(--p3u-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(232, 241, 255, 0.75) 100%);
  position: relative;
  overflow: hidden;
}

.w8k3n6xe__quote-card::before {
  content: "\201C";
  position: absolute;
  inset-inline-start: 0.5rem;
  top: -0.15rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 800;
  color: rgba(0, 200, 255, 0.25);
  pointer-events: none;
}

.w8k3n6xe__quote-card p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 0.86rem;
  font-style: normal;
  line-height: 1.65;
  color: var(--p3u-text);
}

/* FAQ */
.w8k3n6xe__faq-board {
  margin-top: 0.65rem;
  padding: 0.75rem;
  border-radius: var(--p3u-r-sm);
  background: rgba(244, 248, 255, 0.65);
  border: 1px dashed rgba(26, 115, 232, 0.2);
}

@media (min-width: 900px) {
  .w8k3n6xe__faq-board {
    columns: 2;
    column-gap: 0.85rem;
  }
}

.w8k3n6xe__faq {
  break-inside: avoid;
  margin-bottom: 0.5rem;
}

.w8k3n6xe__faq-item {
  border: 1px solid var(--p3u-line);
  border-radius: var(--p3u-r-sm);
  padding: 0.15rem 0.65rem 0.05rem;
  background: var(--p3u-card);
  margin-bottom: 0.45rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.w8k3n6xe__faq-item summary {
  cursor: pointer;
  padding: 0.45rem 0;
  list-style: none;
}

.w8k3n6xe__faq-item summary::-webkit-details-marker {
  display: none;
}

.w8k3n6xe__faq-item summary.w8k3n6xe__faq-q {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--p3u-text);
}

.w8k3n6xe__faq-item summary.w8k3n6xe__faq-q::after {
  content: "+";
  flex-shrink: 0;
  margin-inline-start: auto;
  width: 1.35rem;
  height: 1.35rem;
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--p3u);
  background: var(--p3u-soft);
  line-height: 1;
}

.w8k3n6xe__faq-item[open] summary.w8k3n6xe__faq-q::after {
  content: "\2212";
  background: var(--p3u);
  color: #fff;
}

.w8k3n6xe__faq-q .w8k3n6xe__faq-q-text,
.w8k3n6xe__faq-q .w8k3n6xe__h4 {
  margin: 0;
  display: block;
}

.w8k3n6xe__faq-item[open] {
  border-color: var(--p3u);
  box-shadow: 0 0 0 2px rgba(232, 241, 255, 0.9);
}

.w8k3n6xe__faq-item p {
  margin: 0 0 0.65rem;
  font-size: 0.86rem;
  line-height: 1.75;
  color: var(--p3u-muted);
}

.w8k3n6xe__more-note {
  padding: 0.75rem 0.85rem;
  border-radius: var(--p3u-r-sm);
  background: var(--p3u-soft);
  font-size: 0.88rem;
  line-height: 1.75;
}

/* فوتر راهنما */
.w8k3n6xe__footer {
  margin-top: 1.5rem;
  padding: 1.35rem 1.25rem;
  border-radius: var(--p3u-r);
  background: linear-gradient(165deg, var(--p3u-dark) 0%, var(--p3u-navy) 100%);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 48px rgba(0, 11, 43, 0.2);
}

.w8k3n6xe__nap {
  margin-bottom: 1rem;
  padding: 0.85rem;
  border-radius: var(--p3u-r-sm);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.w8k3n6xe__nap__title {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--p3u-cyan);
}

.w8k3n6xe__nap__name {
  font-weight: 700;
  color: #fff;
}

.w8k3n6xe__nap__address {
  font-style: normal;
  line-height: 1.65;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
}

.w8k3n6xe__nap__phone-link {
  color: var(--p3u-cyan);
  font-weight: 600;
  text-decoration: none;
}

.w8k3n6xe__nap__phone-link:hover {
  text-decoration: underline;
}

.w8k3n6xe__support-hint,
.w8k3n6xe__copy {
  margin: 0.65rem 0 0;
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.w8k3n6xe__footer a {
  color: var(--p3u-cyan);
}

/* ——— Static / site-pages (w8k3n6xe-st) ——— */
body.site-body--static-page {
  direction: rtl;
  font-family: var(--p3u-font, "Vazirmatn", "Tahoma", system-ui, sans-serif);
  background: #000b2b;
  color: rgba(255, 255, 255, 0.92);
}

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: rtl;
  justify-content: flex-start;
  background: rgba(0, 11, 43, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

body.site-body--static-page .site-header--static-page .brand-mark {
  color: #fff;
  text-decoration: none;
}

body.site-body--static-page .site-header--static-page .brand-mark__text {
  font-size: 1.25rem;
  font-weight: 800;
}

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: 700;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(26, 115, 232, 0.35);
  transition: background 0.15s, border-color 0.15s;
}

.w8k3n6xe-st__header-login:hover {
  background: #1a73e8;
  border-color: #1a73e8;
}

body.site-body--static-page .card.w8k3n6xe-st {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.w8k3n6xe-st__shell {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(10, 22, 72, 0.95) 0%, rgba(0, 11, 43, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.35);
}

.w8k3n6xe-st__masthead {
  position: relative;
  padding: clamp(1.25rem, 4vw, 1.75rem) clamp(1.25rem, 4vw, 2rem) 1.25rem;
  background:
    radial-gradient(ellipse 80% 120% at 100% 0%, rgba(0, 200, 255, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(26, 115, 232, 0.14) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 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: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.15s;
}

.w8k3n6xe-st__back:hover {
  color: #00c8ff;
}

.w8k3n6xe-st__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #00c8ff;
}

.w8k3n6xe-st__title {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
}

.w8k3n6xe-st__body {
  padding: clamp(1.25rem, 4vw, 2rem);
  text-align: right;
}

.w8k3n6xe-st__lead {
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.05);
  border-inline-start: 3px solid #1a73e8;
}

.w8k3n6xe-st__body h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.08rem;
  font-weight: 800;
  color: #fff;
  padding-bottom: 0.45rem;
  border-bottom: 1px dashed rgba(0, 200, 255, 0.25);
}

.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.88;
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.78);
}

.w8k3n6xe-st__body dt {
  margin: 1.1rem 0 0.35rem;
  font-weight: 700;
  color: #fff;
  font-size: 0.92rem;
}

.w8k3n6xe-st__body a {
  color: #00c8ff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 200, 255, 0.35);
}

.w8k3n6xe-st__body a:hover {
  text-decoration-color: #00c8ff;
}

.w8k3n6xe-st__body blockquote {
  margin: 0.75rem 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  border-inline-start: 3px solid #1a73e8;
}

.w8k3n6xe-st__body blockquote p {
  margin: 0;
  font-size: 0.9rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.9);
}

.w8k3n6xe-st__body ul,
.w8k3n6xe-st__body ol {
  padding-inline-start: 1.25rem;
  padding-inline-end: 0;
}

.w8k3n6xe-st__figure {
  margin: 1.25rem 0;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.w8k3n6xe-st__figure img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  border-radius: 8px;
}

.w8k3n6xe-st__figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
}

.w8k3n6xe-st__nap {
  margin: 1rem 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.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(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  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, 200, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.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: #fff;
}

.w8k3n6xe-st__blog-card__excerpt {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.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(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  scroll-margin-top: 1rem;
}

.w8k3n6xe-st__article h2 {
  margin-top: 0;
  border: none;
  padding: 0;
}

/* Per-page accent */
.w8k3n6xe-st--about .w8k3n6xe-st__masthead {
  background-image: radial-gradient(ellipse 70% 100% at 0% 0%, rgba(26, 115, 232, 0.18), transparent 60%);
}

.w8k3n6xe-st--faq .w8k3n6xe-st__body dl {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0.85rem;
}

.w8k3n6xe-st--reviews .w8k3n6xe-st__body blockquote:nth-child(odd) {
  border-inline-start-color: #00c8ff;
}

.w8k3n6xe-st--reviews .w8k3n6xe-st__body blockquote:nth-child(even) {
  border-inline-start-color: #1a73e8;
}

.w8k3n6xe-st--blog .w8k3n6xe-st__article:nth-child(odd) {
  border-top: 3px solid #00c8ff;
}

.w8k3n6xe-st--blog .w8k3n6xe-st__article:nth-child(even) {
  border-top: 3px solid #1a73e8;
}

body.site-body--static-page .site-footer--static-page {
  direction: rtl;
  text-align: center;
  background: #000b2b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  padding: 1.75rem clamp(1rem, 4vw, 2rem);
}

body.site-body--static-page .footer-secondary-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

body.site-body--static-page .footer-secondary-list a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}

body.site-body--static-page .footer-secondary-list a:hover {
  color: #00c8ff;
  text-decoration: underline;
}

body.site-body--static-page .site-footer-publisher,
body.site-body--static-page .site-footer-copy,
body.site-body--static-page .site-footer-tagline {
  margin: 0.35rem 0;
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
}

body.site-body--static-page .site-footer-publisher a {
  color: #00c8ff;
}

body.site-body--static-page .site-footer-nap,
body.site-body--static-page .w8k3n6xe-st__nap {
  max-width: 36rem;
  margin-inline: auto;
  text-align: right;
  direction: rtl;
}

body.site-body--static-page .site-footer-nap__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #00c8ff;
}
