/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* =========================================================================
   SP2S PRO — Brand design system
   ========================================================================= */
:root {
  --sp2s-cyan: #00CDFF;
  --sp2s-violet: #7C3AED;
  --sp2s-indigo: #4646E9;
  --sp2s-ink: #0A0F1F;
  --sp2s-ink-2: #131B31;
  --sp2s-body: #3A4459;
  --sp2s-muted: #6B7690;
  --sp2s-line: #E7ECF5;
  --sp2s-bg: #F6F8FC;
  --sp2s-bg-2: #EEF2FA;
  --sp2s-grad: linear-gradient(120deg, #00CDFF 0%, #7C3AED 100%);
  --sp2s-grad-soft: linear-gradient(120deg, rgba(0,205,255,.12), rgba(124,58,237,.12));
  --sp2s-shadow: 0 10px 30px rgba(10, 15, 31, .07);
  --sp2s-shadow-lg: 0 22px 60px rgba(10, 15, 31, .13);
  --sp2s-radius: 20px;
  --sp2s-font: "PingFang TC", "Microsoft JhengHei", "Noto Sans TC",
               -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ---------- header / logo ---------- */
.whb-header .site-logo img,
.wd-logo img {
  max-width: 300px !important;
  height: auto;
}
.whb-header {
  box-shadow: 0 1px 0 var(--sp2s-line);
}
.whb-header .wd-nav > li > a:hover,
.whb-header .wd-nav > li.current-menu-item > a {
  color: var(--sp2s-violet);
}
.whb-general-header {
  background: #fff;
}
.whb-header .wd-tools-element .wd-tools-count,
.whb-header .wd-cart-number {
  background: var(--sp2s-grad) !important;
  color: #fff !important;
}

/* ---------- full-bleed homepage layout ---------- */
body.home .main-page-wrapper > .container {
  max-width: 100% !important;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.home .main-page-wrapper > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
body.home .main-page-wrapper .site-content,
body.home .main-page-wrapper article.type-page {
  padding: 0 !important;
  margin: 0 !important;
}
body.home .main-page-wrapper .entry-content > p:empty,
body.home .main-page-wrapper .entry-content > br {
  display: none;
}

/* ---------- generic ---------- */
.sp2s {
  font-family: var(--sp2s-font);
  color: var(--sp2s-body);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
.sp2s *,
.sp2s *::before,
.sp2s *::after { box-sizing: border-box; }
.sp2s-wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.sp2s-sec { padding: 84px 0; }
.sp2s-sec--tight { padding: 60px 0; }
.sp2s-sec--bg { background: var(--sp2s-bg); }
.sp2s-sec--dark {
  background: radial-gradient(120% 140% at 12% 0%, #17203C 0%, #0A0F1F 62%);
  color: #C9D2E6;
}
.sp2s-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sp2s-violet);
  margin: 0 0 14px;
}
.sp2s-eyebrow::before {
  content: "";
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: var(--sp2s-grad);
}
.sp2s-h2 {
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.25;
  font-weight: 800;
  color: var(--sp2s-ink);
  margin: 0 0 14px;
  letter-spacing: -.01em;
}
.sp2s-sec--dark .sp2s-h2 { color: #fff; }
.sp2s-h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--sp2s-ink);
  margin: 0 0 8px;
}
.sp2s-lead {
  font-size: 16.5px;
  color: var(--sp2s-muted);
  margin: 0;
  max-width: 720px;
}
.sp2s-head { margin-bottom: 42px; }
.sp2s-head--center { text-align: center; }
.sp2s-head--center .sp2s-lead { margin-left: auto; margin-right: auto; }
.sp2s-head--center .sp2s-eyebrow { justify-content: center; }

.sp2s-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 999px;
  background: var(--sp2s-grad);
  color: #fff !important;
  font-weight: 700;
  font-size: 15.5px;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(124, 58, 237, .28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sp2s-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(124, 58, 237, .36);
  color: #fff;
}
.sp2s-btn--ghost {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .35);
  box-shadow: none;
  color: #fff !important;
}
.sp2s-btn--ghost:hover { border-color: #fff; box-shadow: none; }
.sp2s-btn--ink {
  background: var(--sp2s-ink);
  box-shadow: 0 12px 28px rgba(10, 15, 31, .22);
}

/* ---------- hero ---------- */
.sp2s-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 130% at 82% 8%, #1D2750 0%, #0A0F1F 58%);
  color: #D5DDEE;
  padding: 96px 0 88px;
}
.sp2s-hero::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -180px;
  top: -220px;
  border-radius: 50%;
  background: var(--sp2s-grad);
  opacity: .34;
  filter: blur(90px);
  pointer-events: none;
}
.sp2s-hero__in {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 56px;
  align-items: center;
}
.sp2s-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #9FE9FF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 22px;
}
.sp2s-hero h1 {
  font-size: clamp(31px, 4.4vw, 52px);
  line-height: 1.16;
  font-weight: 800;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: -.015em;
}
.sp2s-hero h1 em {
  font-style: normal;
  background: linear-gradient(96deg, #6FE3FF 0%, #B79BFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sp2s-hero__text {
  font-size: 17px;
  color: #AEB9D2;
  margin: 0 0 32px;
  max-width: 560px;
}
.sp2s-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.sp2s-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.sp2s-hero__stats b {
  display: block;
  font-size: 27px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.sp2s-hero__stats span { font-size: 13px; color: #8D9BB8; }
.sp2s-hero__art {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.sp2s-hero__card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  padding: 24px 22px;
  backdrop-filter: blur(6px);
}
.sp2s-hero__card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--sp2s-grad);
  color: #fff;
  font-size: 21px;
  font-style: normal;
  margin-bottom: 15px;
}
.sp2s-hero__card b { display: block; color: #fff; font-size: 16px; margin-bottom: 6px; }
.sp2s-hero__card p { margin: 0; font-size: 13.5px; color: #9BA8C3; line-height: 1.6; }
.sp2s-hero__card:nth-child(2) { transform: translateY(22px); }
.sp2s-hero__card:nth-child(4) { transform: translateY(22px); }

/* ---------- trust bar ---------- */
.sp2s-trust {
  background: #fff;
  border-bottom: 1px solid var(--sp2s-line);
  padding: 26px 0;
}
.sp2s-trust__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.sp2s-trust__i {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--sp2s-ink);
}
.sp2s-trust__i i {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--sp2s-grad-soft);
  color: var(--sp2s-violet);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 18px;
}
.sp2s-trust__i small {
  display: block;
  font-weight: 500;
  color: var(--sp2s-muted);
  font-size: 12.5px;
}

/* ---------- category tiles ---------- */
.sp2s-cats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.sp2s-cat {
  position: relative;
  display: block;
  border-radius: var(--sp2s-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sp2s-line);
  text-decoration: none !important;
  box-shadow: var(--sp2s-shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.sp2s-cat:hover {
  transform: translateY(-6px);
  box-shadow: var(--sp2s-shadow-lg);
  border-color: rgba(124, 58, 237, .35);
}
.sp2s-cat__ph {
  display: block;
  position: relative;
  padding-top: 78%;
  background: var(--sp2s-bg-2);
}
.sp2s-cat__ph img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp2s-cat__ph span {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(10, 15, 31, .72);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
}
.sp2s-cat__bd { padding: 18px 18px 20px; }
.sp2s-cat__bd b {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--sp2s-ink);
  margin-bottom: 4px;
}
.sp2s-cat__bd em {
  font-style: normal;
  font-size: 12.5px;
  color: var(--sp2s-muted);
}

/* ---------- product cards ---------- */
.sp2s-grid {
  display: grid;
  gap: 22px;
}
.sp2s-grid--4 { grid-template-columns: repeat(4, 1fr); }
.sp2s-grid--3 { grid-template-columns: repeat(3, 1fr); }
.sp2s-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--sp2s-line);
  border-radius: var(--sp2s-radius);
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: var(--sp2s-shadow);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.sp2s-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sp2s-shadow-lg);
  border-color: rgba(124, 58, 237, .35);
}
.sp2s-card .ph {
  position: relative;
  padding-top: 100%;
  background: #fff;
  overflow: hidden;
}
.sp2s-card .ph img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  display: block;
  transition: transform .35s ease;
}
.sp2s-card:hover .ph img { transform: scale(1.05); }
.sp2s-card .bd {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--sp2s-grad);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .02em;
}
.sp2s-card .soldout {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 3;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(10, 15, 31, .7);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
}
.sp2s-card__bd {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 16px 18px 20px;
}
.sp2s-card__cat {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--sp2s-violet);
  margin-bottom: 7px;
}
.sp2s-card__ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--sp2s-ink);
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 45px;
}
.sp2s-card__price {
  margin-top: auto;
  font-size: 17px;
  font-weight: 800;
  color: var(--sp2s-ink);
  display: flex;
  align-items: baseline;
  gap: 9px;
  flex-wrap: wrap;
  min-height: 30px;
}
.sp2s-card__price del {
  font-size: 13.5px;
  font-weight: 500;
  color: #9AA5BC;
  text-decoration: line-through;
}
.sp2s-card__price ins {
  text-decoration: none;
  color: #E23B4E;
}
.sp2s-card__more {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--sp2s-violet);
}
.sp2s-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--sp2s-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.sp2s-card:hover::after { transform: scaleX(1); }
.sp2s-empty {
  padding: 40px;
  text-align: center;
  color: var(--sp2s-muted);
  background: #fff;
  border: 1px dashed var(--sp2s-line);
  border-radius: var(--sp2s-radius);
}
.sp2s-more { text-align: center; margin-top: 42px; }

/* ---------- feature cards ---------- */
.sp2s-feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.sp2s-feat {
  background: #fff;
  border: 1px solid var(--sp2s-line);
  border-radius: var(--sp2s-radius);
  padding: 30px 28px;
  box-shadow: var(--sp2s-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.sp2s-feat:hover { transform: translateY(-5px); box-shadow: var(--sp2s-shadow-lg); }
.sp2s-feat i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: var(--sp2s-grad);
  color: #fff;
  font-size: 22px;
  font-style: normal;
  margin-bottom: 18px;
}
.sp2s-feat p { margin: 0; font-size: 14.5px; color: var(--sp2s-muted); }

/* ---------- guide ---------- */
.sp2s-guide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.sp2s-guide a {
  display: block;
  background: #fff;
  border: 1px solid var(--sp2s-line);
  border-radius: var(--sp2s-radius);
  padding: 28px;
  text-decoration: none !important;
  box-shadow: var(--sp2s-shadow);
  transition: transform .25s ease, border-color .25s ease;
}
.sp2s-guide a:hover { transform: translateY(-5px); border-color: rgba(0,205,255,.5); }
.sp2s-guide span {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  color: var(--sp2s-cyan);
  margin-bottom: 12px;
}
.sp2s-guide p { margin: 0 0 14px; font-size: 14.5px; color: var(--sp2s-muted); }
.sp2s-guide u {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: var(--sp2s-violet);
}

/* ---------- faq ---------- */
.sp2s-faq { max-width: 900px; margin: 0 auto; }
.sp2s-faq details {
  background: #fff;
  border: 1px solid var(--sp2s-line);
  border-radius: 16px;
  padding: 4px 24px;
  margin-bottom: 14px;
  box-shadow: var(--sp2s-shadow);
}
.sp2s-faq details[open] { border-color: rgba(124, 58, 237, .35); }
.sp2s-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 0;
  font-size: 16.5px;
  font-weight: 700;
  color: var(--sp2s-ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.sp2s-faq summary::-webkit-details-marker { display: none; }
.sp2s-faq summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sp2s-grad-soft);
  color: var(--sp2s-violet);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}
.sp2s-faq details[open] summary::after { content: "−"; }
.sp2s-faq__bd {
  padding: 0 0 22px;
  margin: 0;
  font-size: 15px;
  color: var(--sp2s-body);
  border-top: 1px solid var(--sp2s-line);
  padding-top: 18px;
}
.sp2s-faq__bd ul { margin: 10px 0 0; padding-left: 20px; }
.sp2s-faq__bd li { margin-bottom: 6px; }

/* ---------- cta band ---------- */
.sp2s-cta {
  border-radius: 28px;
  padding: 58px 52px;
  background: radial-gradient(130% 150% at 88% 0%, #26336B 0%, #0A0F1F 60%);
  color: #C9D2E6;
  display: grid;
  grid-template-columns: 1.35fr auto;
  gap: 40px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.sp2s-cta::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  bottom: -220px;
  border-radius: 50%;
  background: var(--sp2s-grad);
  opacity: .3;
  filter: blur(70px);
}
.sp2s-cta h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  color: #fff;
  font-weight: 800;
  margin: 0 0 12px;
  line-height: 1.3;
}
.sp2s-cta p { margin: 0; font-size: 15.5px; color: #A6B2CC; }
.sp2s-cta > div { position: relative; z-index: 2; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .sp2s-hero__in { grid-template-columns: 1fr; gap: 46px; }
  .sp2s-hero__art { max-width: 620px; }
  .sp2s-cats { grid-template-columns: repeat(3, 1fr); }
  .sp2s-grid--4 { grid-template-columns: repeat(3, 1fr); }
  .sp2s-feats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .sp2s-sec { padding: 60px 0; }
  .sp2s-trust__row { grid-template-columns: repeat(2, 1fr); }
  .sp2s-grid--4, .sp2s-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .sp2s-guide { grid-template-columns: 1fr; }
  .sp2s-cta { grid-template-columns: 1fr; padding: 40px 28px; }
  .sp2s-hero { padding: 66px 0 62px; }
}
/* ---------- product description blocks ---------- */
.sp2s-pd {
  font-family: var(--sp2s-font);
  color: var(--sp2s-body);
  line-height: 1.8;
}
.sp2s-pd__kicker {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--sp2s-grad-soft);
  color: var(--sp2s-violet);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .06em;
}
.sp2s-pd__lead {
  font-size: 16.5px;
  line-height: 1.9;
  color: var(--sp2s-body);
  margin: 0 0 6px;
}
.sp2s-pd__h {
  position: relative;
  font-size: 18px;
  font-weight: 800;
  color: var(--sp2s-ink);
  margin: 32px 0 14px;
  padding-left: 16px;
  line-height: 1.5;
}
.sp2s-pd__h::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  border-radius: 4px;
  background: var(--sp2s-grad);
}
.sp2s-pd ul.sp2s-pd__pts,
.sp2s-pd ul.sp2s-pd__who,
.sp2s-pd ul.sp2s-pd__specs,
.sp2s-pd ul.sp2s-pd__svc {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.sp2s-pd__pts li,
.sp2s-pd__who li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 15px;
}
.sp2s-pd__pts li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sp2s-grad);
}
.sp2s-pd__who li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sp2s-violet);
  font-weight: 800;
  font-size: 15px;
}
.sp2s-pd__specs {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.sp2s-pd__specs li {
  background: var(--sp2s-bg);
  border: 1px solid var(--sp2s-line);
  border-radius: 12px;
  padding: 12px 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sp2s-pd__specs b {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--sp2s-violet);
}
.sp2s-pd__specs span {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--sp2s-ink);
}
.sp2s-pd__svc { display: grid !important; gap: 10px; }
.sp2s-pd__svc li {
  background: #fff;
  border: 1px solid var(--sp2s-line);
  border-left: 4px solid;
  border-image: linear-gradient(180deg, #00CDFF, #7C3AED) 1;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 0;
}
.sp2s-pd__svc b {
  display: block;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--sp2s-ink);
  margin-bottom: 3px;
}
.sp2s-pd__svc span { font-size: 13.5px; color: var(--sp2s-muted); }
.sp2s-pd__orig {
  border-top: 1px dashed var(--sp2s-line);
  padding-top: 10px;
  font-size: 15px;
}
.sp2s-pd__orig h2 { font-size: 19px; font-weight: 800; color: var(--sp2s-ink); margin: 24px 0 12px; }
.sp2s-pd__orig h3 { font-size: 16.5px; font-weight: 700; color: var(--sp2s-ink); margin: 20px 0 10px; }
.sp2s-pd__orig img { border-radius: 14px; height: auto; }
.sp2s-pd__orig hr,
.sp2s-pd__orig p { margin: 12px 0; }

@media (max-width: 600px) {
  .sp2s-pd__specs { grid-template-columns: 1fr; }
}

/* ---------- header nav row ---------- */
.whb-header-bottom,
.whb-header-bottom.whb-with-bg {
  background-color: #fff !important;
  border-bottom: 1px solid var(--sp2s-line) !important;
  box-shadow: 0 6px 18px rgba(10, 15, 31, .05);
}
.whb-header-bottom .wd-nav > li > a,
.whb-header-bottom .whb-column .wd-nav > li > a {
  color: var(--sp2s-ink) !important;
  font-weight: 700;
  letter-spacing: .01em;
}
.whb-header-bottom .wd-nav > li > a:hover,
.whb-header-bottom .wd-nav > li.current-menu-item > a,
.whb-header-bottom .wd-nav > li.wd-active > a {
  color: var(--sp2s-violet) !important;
}
.whb-header-bottom .wd-nav-img {
  border-radius: 8px;
  max-width: 26px;
  max-height: 26px;
}

/* ---------- footer ---------- */
.footer-container {
  background: #0A0F1F !important;
  color: #A9B4CC;
  font-family: var(--sp2s-font);
}
.footer-container .widget-title,
.footer-container h5 {
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .06em;
}
.footer-container a,
.footer-container .wd-widget a {
  color: #A9B4CC;
  transition: color .2s ease;
}
.footer-container a:hover { color: #6FE3FF; }
.footer-container .widget_nav_menu ul li a { padding: 5px 0; display: inline-block; }
.footer-container .min-footer,
.footer-container .copyrights-centered {
  border-top: 1px solid rgba(255, 255, 255, .11);
  margin-top: 34px;
  padding-top: 20px;
  color: #8794AF;
  font-size: 13px;
}
.footer-container .footer-sidebar { padding-top: 54px; }

@media (max-width: 560px) {
  .sp2s-wrap { padding: 0 18px; }
  .sp2s-cats { grid-template-columns: repeat(2, 1fr); }
  .sp2s-grid--4, .sp2s-grid--3 { grid-template-columns: 1fr; }
  .sp2s-hero__art { grid-template-columns: 1fr; }
  .sp2s-hero__card:nth-child(2),
  .sp2s-hero__card:nth-child(4) { transform: none; }
  .sp2s-hero__stats { gap: 22px; }
  .sp2s-feats { grid-template-columns: 1fr; }
}
