:root {
  --wps-bg: #0f131a;
  --wps-bg-soft: #181f29;
  --wps-card: #1b2430;
  --wps-text: #eaedf2;
  --wps-muted: #9aa6b7;
  --wps-border: #2a3442;
  --wps-primary: #f79521;
  --wps-primary-strong: #ff6e24;
  --wps-shadow: 0 0 32px rgba(247, 149, 33, 0.25);
}

.wps-site-wrap,
.wps-shop-page {
  background: var(--wps-bg);
  color: var(--wps-text);
  font-family: "Inter", "Segoe UI", sans-serif;
}

.wps-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.wps-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(15, 19, 26, 0.84);
  border-bottom: 1px solid var(--wps-border);
  backdrop-filter: blur(8px);
}

.wps-nav-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wps-brand {
  color: var(--wps-text);
  text-decoration: none;
  font-family: "Oswald", Impact, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 22px;
}

.wps-links {
  display: flex;
  gap: 20px;
  align-items: center;
}

.wps-links a {
  color: var(--wps-muted);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.wps-main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.wps-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.wps-main-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wps-main-menu a {
  color: var(--wps-muted);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.wps-links a:hover,
.wps-main-menu a:hover,
.wps-product-title a:hover {
  color: var(--wps-text);
}

.wps-cta {
  display: inline-block;
  background: linear-gradient(135deg, var(--wps-primary), var(--wps-primary-strong));
  color: #0f131a !important;
  border: 0;
  border-radius: 2px;
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 11px 16px;
  text-decoration: none;
  box-shadow: var(--wps-shadow);
}

.wps-secondary {
  display: inline-block;
  color: var(--wps-text);
  text-decoration: none;
  border: 1px solid var(--wps-border);
  border-radius: 2px;
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.wps-hero {
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 84px 0;
}

.wps-hero-content {
  max-width: 680px;
}

.wps-kicker {
  color: var(--wps-primary);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.wps-hero h1,
.wps-section-head h1,
.wps-section-head h2,
.wps-product-title,
.wps-feature h3,
.wps-footer h4 {
  font-family: "Oswald", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wps-hero h1 {
  font-size: clamp(42px, 8vw, 84px);
  line-height: 0.95;
  margin: 0 0 20px;
}

.wps-hero h1 span,
.wps-section-head h2 span {
  background: linear-gradient(135deg, var(--wps-primary), var(--wps-primary-strong));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wps-subtitle {
  color: var(--wps-muted);
  font-size: 18px;
  max-width: 640px;
  margin: 0;
}

.wps-hero-buttons {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.wps-section {
  padding: 80px 0;
}

.wps-section-muted {
  background: rgba(42, 52, 66, 0.25);
}

.wps-section-head {
  text-align: center;
  margin-bottom: 36px;
}

.wps-section-head h1,
.wps-section-head h2 {
  font-size: clamp(30px, 5vw, 56px);
  margin: 0 0 10px;
}

.wps-section-head p {
  color: var(--wps-muted);
  margin: 0;
}

.wps-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.wps-product-card {
  border: 1px solid var(--wps-border);
  background: var(--wps-card);
  position: relative;
}

.wps-product-card.is-featured {
  border-color: var(--wps-primary);
  box-shadow: var(--wps-shadow);
}

.wps-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  background: var(--wps-primary);
  color: #0f131a;
  font-size: 10px;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.wps-product-image-wrap {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--wps-bg-soft);
}

.wps-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.wps-product-image-wrap:hover .wps-product-image {
  transform: scale(1.06);
}

.wps-product-content {
  padding: 18px;
}

.wps-product-title {
  margin: 0 0 8px;
  font-size: 24px;
}

.wps-product-title a {
  color: var(--wps-text);
  text-decoration: none;
}

.wps-product-description {
  color: var(--wps-muted);
  margin: 0 0 16px;
  font-size: 14px;
}

.wps-product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.wps-price {
  color: var(--wps-primary);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 30px;
}

.wps-buy-btn {
  text-decoration: none;
  color: #0f131a;
  background: var(--wps-primary);
  padding: 9px 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 700;
}

.wps-testimonial {
  margin: 14px 0 8px;
  color: #d8dee9;
  font-size: 14px;
}

.wps-customer {
  color: var(--wps-muted);
  font-size: 13px;
}

.wps-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wps-feature {
  border: 1px solid var(--wps-border);
  background: var(--wps-card);
  padding: 20px;
}

.wps-feature h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.wps-feature p {
  margin: 0;
  color: var(--wps-muted);
  font-size: 14px;
}

.wps-footer {
  border-top: 1px solid var(--wps-border);
  background: var(--wps-card);
  padding: 52px 0;
}

.wps-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wps-footer h4 {
  font-size: 20px;
  margin: 0 0 8px;
}

.wps-footer p,
.wps-footer a {
  color: var(--wps-muted);
  text-decoration: none;
  margin: 0;
  line-height: 1.6;
}

.wps-footer a:hover,
.wps-buy-btn:hover,
.wps-cta:hover {
  filter: brightness(1.05);
}

.wps-banners {
  display: grid;
  gap: 10px;
}

.wps-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.wps-pagination {
  margin-top: 24px;
  text-align: center;
}

.wps-pagination .page-numbers {
  display: inline-block;
  color: var(--wps-muted);
  text-decoration: none;
  border: 1px solid var(--wps-border);
  padding: 8px 11px;
  margin: 0 2px;
}

.wps-pagination .page-numbers.current {
  color: #0f131a;
  background: var(--wps-primary);
  border-color: var(--wps-primary);
}

@media (max-width: 1024px) {
  .wps-products-grid,
  .wps-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wps-links a:not(.wps-cta),
  .wps-main-menu {
    display: none;
  }

  .wps-products-grid,
  .wps-features-grid,
  .wps-footer-grid {
    grid-template-columns: 1fr;
  }

  .wps-section {
    padding: 64px 0;
  }
}
